Skip to content

Commit 5075669

Browse files
committed
wrong value for uuid
1 parent cf0da91 commit 5075669

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
@@ -82,7 +82,7 @@ export const ErrorBoundary = ({
8282

8383
React.useEffect(() => {
8484
if (initCalled.current && (window as WindowWithUserData)._OX_USER_DATA?.uuid !== props.userUuid) {
85-
Sentry.setUser({ uuid: (window as WindowWithUserData)._OX_USER_DATA?.uuid });
85+
Sentry.setUser({ uuid: props.userUuid });
8686
}
8787
}, [props.userUuid]);
8888

0 commit comments

Comments
 (0)