sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(hybrid-cloud): Introduce system.region-api-url-template

Open dashed opened this issue 3 years ago • 0 comments

Depends on https://github.com/getsentry/sentry/pull/37159

This pull request introduces the regionUrl concept:

  • Introduce system.region-api-url-template option. Potential value for this is "http://{region}.dev.getsentry.net:8000" or "https://{region}.sentry.io"
  • Introduce generate_region_url() that will generate regionUrl such as us.sentry.io.
  • Propagate regionUrl to the client config if an active org exists for a given request instance.

dashed avatar Jul 28 '22 23:07 dashed