diff --git a/src/util/log.js b/src/util/log.js index bf160df8..cf048cb8 100644 --- a/src/util/log.js +++ b/src/util/log.js @@ -43,7 +43,7 @@ export const setUserId = userId => { export const clearUserId = () => { Sentry.configureScope(scope => { - scope.remove_user(); + scope.setUser(null); }); };