Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hybridcloud) Improve API gateway routing for error-embed #69815

Merged
merged 2 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. fix(hybridcloud) Improve API gateway routing for error-embed

    The browser SDK is still creating URLs for the error-embed views using
    `sentry.io` for customers in all regions. Remove the error-embed view
    from the region pin list and create DSN based routing. I don't love this
    solution, but it should be robust enough to handle the scenarios that
    customers are having problems with.
    
    Refs HC-1182
    Refs getsentry/sentry-javascript#11813
    markstory committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e6d3bc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Log invalid DSN usage.

    markstory committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9a7ad6 View commit details
    Browse the repository at this point in the history