Skip to content

Commit dea838d

Browse files
committed
Update Sentry & disable session tracking
1 parent d5f6a61 commit dea838d

File tree

3 files changed

+121
-147
lines changed

3 files changed

+121
-147
lines changed

package-lock.json

Lines changed: 119 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@open-rpc/meta-schema": "^1.14.2",
4848
"@phosphor-icons/react": "^2.1.5",
4949
"@reach/router": "^1.2.1",
50-
"@sentry/browser": "^7.112.2",
50+
"@sentry/browser": "^8.35.0",
5151
"@sentry/webpack-plugin": "^2.16.1",
5252
"@types/auth0-js": "^8.11.8",
5353
"@types/auth0-lock": "^11.4.10",

src/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function initSentry(dsn: string | undefined) {
1818
'ResizeObserver loop limit exceeded', // No visible effect: https://stackoverflow.com/a/50387233/68051
1919
'ResizeObserver loop completed with undelivered notifications.'
2020
],
21+
autoSessionTracking: false, // Don't send requests for every session (URL change)
2122
integrations: [
2223
Sentry.dedupeIntegration(),
2324
Sentry.extraErrorDataIntegration(),

0 commit comments

Comments
 (0)