Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Fix build CloudFlare Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanductran committed Jan 15, 2024
1 parent 0180744 commit 248a988
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,5 @@ Sentry.init({
tracesSampleRate: 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,

replaysOnErrorSampleRate: 1.0,

// This sets the sample rate to be 10%. You may want this to be 100% while
// in development and sample at a lower rate in production
replaysSessionSampleRate: 0.1,

// You can remove this option if you're not planning to use the Sentry Session Replay feature:
integrations: [
new Sentry.Replay({
// Additional Replay configuration goes in here, for example:
maskAllText: true,
blockAllMedia: true
})
]
debug: false
})

0 comments on commit 248a988

Please sign in to comment.