Skip to content

Remove use of NEW_SENTRY_DSN environment variable

Reuben Pereira requested to merge rp/remove-new-sentry-dsn into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Remove use of NEW_SENTRY_DSN environment variable. Since we are now only using one Sentry instance, whose URL is stored in SENTRY_DSN environment variable, we can remove the NEW_SENTRY_DSN variable.

gitlab-com/gl-infra/delivery#2867

Author Check-list

  • Has documentation been updated?

Merge request reports