Skip to content

Commit

Permalink
fix: Redact info (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 6, 2021
1 parent 6159fa7 commit 7a62f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const initBugsnag = (apiKey: string, appVersion: string, appType: AppType) =>
appVersion,
appType,
releaseStage: process.env.NODE_ENV,
redactedKeys: [/\/Users\/[^\/]+/],
});

const listenToBugsnagEnabledToggle = async (appType: AppType) => {
Expand Down

0 comments on commit 7a62f33

Please sign in to comment.