Skip to content

Commit

Permalink
fix: undo mask
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Apr 24, 2023
1 parent 39d5b2f commit 6e2fd83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Sentry.init({
'https://psharplab.campus.mcgill.ca/api',
],
}),
new Sentry.Replay(),
new Sentry.Replay({
maskAllText: false,
blockAllMedia: false,
}),
],
tracesSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
Expand Down

0 comments on commit 6e2fd83

Please sign in to comment.