Skip to content

Commit

Permalink
Be explicit about trace propagation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Aug 6, 2024
1 parent 5ca6e55 commit 58c4f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (useSentry) {
// errors occur.
replaysOnErrorSampleRate: 1.0,
// Set `tracePropagationTargets` to control for which URLs distributed tracing should be enabled
tracePropagationTargets: ['localhost', 'stage.appointment.day', 'appointment.day'],
tracePropagationTargets: ['localhost', 'https://stage.appointment.day', 'https://appointment.day', 'https://apmt.day'],
});
}

Expand Down

0 comments on commit 58c4f44

Please sign in to comment.