Skip to content

Commit

Permalink
Adjust tracePropagationTargets
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Sep 22, 2023
1 parent 87664b8 commit de42b9c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sample-apps/react/egress-composite/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ import '@stream-io/video-react-sdk/dist/css/styles.css';

Sentry.init({
dsn: import.meta.env.VITE_EGRESS_SENTRY_DNS,
integrations: [
new Sentry.BrowserTracing({
tracePropagationTargets: ['localhost', /^https:\/\/yourserver\.io\/api/],
}),
new Sentry.Replay(),
],
tracePropagationTargets: ['video-layout.getstream.io'],
integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],
tracesSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
Expand Down

0 comments on commit de42b9c

Please sign in to comment.