mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #4789 from overleaf/jpa-sentry-environment
[sentry] pass 'staging'/'production' environment into client setup GitOrigin-RevId: d8d78d945daa2b833757304d8027afb26ea490c6
This commit is contained in:
@@ -11,6 +11,7 @@ function sentryReporter() {
|
||||
|
||||
Sentry.init({
|
||||
dsn: window.ExposedSettings.sentryDsn,
|
||||
environment: window.ExposedSettings.sentryEnvironment,
|
||||
release: window.ExposedSettings.sentryRelease,
|
||||
autoSessionTracking: false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user