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 cf0da91 commit 5075669Copy full SHA for 5075669
src/components/ErrorBoundary.tsx
@@ -82,7 +82,7 @@ export const ErrorBoundary = ({
82
83
React.useEffect(() => {
84
if (initCalled.current && (window as WindowWithUserData)._OX_USER_DATA?.uuid !== props.userUuid) {
85
- Sentry.setUser({ uuid: (window as WindowWithUserData)._OX_USER_DATA?.uuid });
+ Sentry.setUser({ uuid: props.userUuid });
86
}
87
}, [props.userUuid]);
88
0 commit comments