mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 01:43:52 +00: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:
parent
84559790f2
commit
cd8518b9de
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ function sentryReporter() {
|
|||
|
||||
Sentry.init({
|
||||
dsn: window.ExposedSettings.sentryDsn,
|
||||
environment: window.ExposedSettings.sentryEnvironment,
|
||||
release: window.ExposedSettings.sentryRelease,
|
||||
autoSessionTracking: false,
|
||||
|
||||
|
|
Loading…
Reference in a new issue