sentry
sentry copied to clipboard
feat(hybrid-cloud): Introduce system.region-api-url-template
Depends on https://github.com/getsentry/sentry/pull/37159
This pull request introduces the regionUrl concept:
- Introduce
system.region-api-url-templateoption. Potential value for this is"http://{region}.dev.getsentry.net:8000"or"https://{region}.sentry.io" - Introduce
generate_region_url()that will generateregionUrlsuch asus.sentry.io. - Propagate
regionUrlto the client config if an active org exists for a given request instance.