Update libraries/nestjs-libraries/src/sentry/sentry.user.context.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a997bec147
commit
3dd49e2b77
1 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ export const clearSentryUserContext = () => {
|
|||
}
|
||||
|
||||
Sentry.setUser(null);
|
||||
Sentry.setTag('user.activated', undefined);
|
||||
Sentry.setTag('user.provider', undefined);
|
||||
Sentry.setTag('user.super_admin', undefined);
|
||||
Sentry.setTag('user.activated', null);
|
||||
Sentry.setTag('user.provider', null);
|
||||
Sentry.setTag('user.super_admin', null);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue