There was an error while loading. Please reload this page.
1 parent 6159fa7 commit 7a62f33Copy full SHA for 7a62f33
1 file changed
src/errors.ts
@@ -11,6 +11,7 @@ const initBugsnag = (apiKey: string, appVersion: string, appType: AppType) =>
11
appVersion,
12
appType,
13
releaseStage: process.env.NODE_ENV,
14
+ redactedKeys: [/\/Users\/[^\/]+/],
15
});
16
17
const listenToBugsnagEnabledToggle = async (appType: AppType) => {
0 commit comments