File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const ALLOWED_CONSOLE_PREFIXES = [
1919
2020// DSN is a public project identifier, not a secret.
2121// Set this after creating a Sentry project.
22- const SENTRY_DSN = "" ;
22+ const SENTRY_DSN = "https://4dc4335a9746201c02ff2107c0d20f73@o284235.ingest.us.sentry.io/4511122822922240 " ;
2323
2424export function initSentry ( ) : void {
2525 if ( import . meta. env . DEV || ! SENTRY_DSN ) return ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ custom_domain = true
1818# Set after creating a Sentry project.
1919# Example: SENTRY_DSN = "https://key@o123456.ingest.sentry.io/7890123"
2020[vars ]
21- SENTRY_DSN = " "
21+ SENTRY_DSN = " https://4dc4335a9746201c02ff2107c0d20f73@o284235.ingest.us.sentry.io/4511122822922240 "
2222
2323[observability ]
2424enabled = true
You can’t perform that action at this time.
0 commit comments