Skip to content

Commit

Permalink
Update hooks.client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r authored Nov 9, 2024
1 parent fc9362e commit d725c77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/hooks.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Sentry.init({
replaysOnErrorSampleRate: 1.0,

// If you don't want to use Session Replay, just remove the line below:
integrations: [replayIntegration()]
integrations: [replayIntegration({
networkDetailAllowUrls: [window.location.origin],
maskAllText: false,
blockAllMedia: false
})]
});

// If you have a custom error handler, pass it to `handleErrorWithSentry`
Expand Down

0 comments on commit d725c77

Please sign in to comment.