set-global-sentry-user-id

This commit is contained in:
Abhinav 2022-11-10 16:15:15 +05:30
parent 5869522495
commit c9bfc30840

View file

@ -16,6 +16,7 @@ export function initSentry(): void {
release: RELEASE_VERSION,
environment: isDev ? 'development' : 'production',
});
Sentry.setUser({ id: getSentryUserID() });
}
export function logErrorSentry(