Skip to content

Commit

Permalink
fix replay .sentry-unblock after v7->v8 everything is ****** (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
realkosty authored Aug 27, 2024
1 parent 1568cb3 commit 873c14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Sentry.init({
blockAllMedia: false,
// https://docs.sentry.io/platforms/javascript/session-replay/configuration/#network-details
networkDetailAllowUrls: ['/checkout', '/products'],
unmask: [".sentry-unmask"],
}),
],
beforeSend(event, hint) {
Expand Down

0 comments on commit 873c14d

Please sign in to comment.