File tree Expand file tree Collapse file tree 4 files changed +82
-179
lines changed Expand file tree Collapse file tree 4 files changed +82
-179
lines changed Original file line number Diff line number Diff line change 1111 "format" : " prettier --write ."
1212 },
1313 "dependencies" : {
14- "@sentry/sveltekit" : " 8.0.0-beta.3 "
14+ "@sentry/sveltekit" : " 8.9.2 "
1515 },
1616 "devDependencies" : {
1717 "@sveltejs/adapter-auto" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as Sentry from '@sentry/sveltekit';
33
44Sentry . init ( {
55 environment : 'qa' , // dynamic sampling bias to keep transactions
6- dsn : env . SENTRY_DSN ,
6+ dsn : env . PUBLIC_SENTRY_DSN ,
77 includeLocalVariables : true ,
88 tunnel : `http://localhost:3031/` , // proxy server
99 tracesSampleRate : 1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as Sentry from '@sentry/sveltekit';
33
44Sentry . init ( {
55 environment : 'qa' , // dynamic sampling bias to keep transactions
6- dsn : env . SENTRY_DSN ,
6+ dsn : env . PUBLIC_SENTRY_DSN ,
77 includeLocalVariables : true ,
88 tunnel : `http://localhost:3031/` , // proxy server
99 tracesSampleRate : 1
You can’t perform that action at this time.
0 commit comments