Skip to content

Commit

Permalink
feat: unmask and unblock sentry replays
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Dec 20, 2023
1 parent 2e7ce31 commit 6502b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Sentry.init({
integrations: [
new Sentry.Replay({
// Additional Replay configuration goes in here, for example:
maskAllText: true,
blockAllMedia: true,
maskAllText: false,
blockAllMedia: false,
}),
],
});

0 comments on commit 6502b9a

Please sign in to comment.