We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e9aa7 commit ab16363Copy full SHA for ab16363
src/components/ErrorBoundary.tsx
@@ -57,7 +57,7 @@ export const ErrorBoundary = ({
57
dsn: sentryDsn,
58
environment: window.location.hostname,
59
initialScope: {
60
- tags: { userData: (window as WindowWithUserData)._OX_USER_DATA?.uuid }
+ user: { uuid: (window as WindowWithUserData)._OX_USER_DATA?.uuid },
61
},
62
integrations: [
63
Sentry.browserTracingIntegration(),
0 commit comments