Skip to content

Commit

Permalink
Merge pull request #1600 from appwrite/fix-disable-sentry-replays
Browse files Browse the repository at this point in the history
Disable Sentry replays
  • Loading branch information
ernstmul authored Jan 6, 2025
2 parents 52a4bd2 + b90ce42 commit 192bfd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Sentry.init({
dsn: 'https://[email protected]/4504158071422976',
tracesSampleRate: 1,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 1,
integrations: [Sentry.replayIntegration()]
replaysOnErrorSampleRate: 0
});

export const handleError: HandleClientError = Sentry.handleErrorWithSentry(
Expand Down

0 comments on commit 192bfd1

Please sign in to comment.