Update libraries/react-shared-libraries/src/sentry/sentry.user.context.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9364012118
commit
8932ed712f
1 changed files with 4 additions and 4 deletions
|
|
@ -66,8 +66,8 @@ export const clearSentryUserContext = () => {
|
|||
}
|
||||
|
||||
Sentry.setUser(null);
|
||||
Sentry.setTag('user.org_id', undefined);
|
||||
Sentry.setTag('user.role', undefined);
|
||||
Sentry.setTag('user.tier', undefined);
|
||||
Sentry.setTag('user.admin', undefined);
|
||||
Sentry.setTag('user.org_id', '');
|
||||
Sentry.setTag('user.role', '');
|
||||
Sentry.setTag('user.tier', '');
|
||||
Sentry.setTag('user.admin', '');
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue