Skip to content

Commit 7a62f33

Browse files
authored
fix: Redact info (#2196)
1 parent 6159fa7 commit 7a62f33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const initBugsnag = (apiKey: string, appVersion: string, appType: AppType) =>
1111
appVersion,
1212
appType,
1313
releaseStage: process.env.NODE_ENV,
14+
redactedKeys: [/\/Users\/[^\/]+/],
1415
});
1516

1617
const listenToBugsnagEnabledToggle = async (appType: AppType) => {

0 commit comments

Comments
 (0)