Skip to content

Commit

Permalink
fix: sentry sdk 8 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 24, 2024
1 parent c76362d commit 98fc61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Sentry.init({
release: process.env.RELEASE,

integrations: [
new Sentry.Replay({
Sentry.replayIntegration({
maskAllText: false,
blockAllMedia: false,
}),
new Sentry.BrowserTracing({
Sentry.browserTracingIntegration({
// Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled
tracePropagationTargets: ['localhost', /^https:\/\/yourserver\.io\/api/],
}),
Expand Down

0 comments on commit 98fc61d

Please sign in to comment.