Skip to content

Commit ab16363

Browse files
committed
pass data as user.uuid
1 parent 52e9aa7 commit ab16363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const ErrorBoundary = ({
5757
dsn: sentryDsn,
5858
environment: window.location.hostname,
5959
initialScope: {
60-
tags: { userData: (window as WindowWithUserData)._OX_USER_DATA?.uuid }
60+
user: { uuid: (window as WindowWithUserData)._OX_USER_DATA?.uuid },
6161
},
6262
integrations: [
6363
Sentry.browserTracingIntegration(),

0 commit comments

Comments
 (0)