Skip to content

Commit

Permalink
[FE] HOTFIX: Sentry 이슈 추적 url 설정 안하고 모든 요청에 sentry-trace 헤더 부착
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkeniaem committed Aug 9, 2024
1 parent 65f4b2a commit e6d9b76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Sentry.init({

// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
// tracePropagationTargets: [/^\//, /^https:\/\/yourserver\.io\/api/],
tracePropagationTargets: [
"localhost",
/^https:\/\/cabi\.42seoul\.io/,
/^https:\/\/dev\.cabi\.42seoul\.io/,
/^https:\/\/api\.cabi\.42seoul\.io/,
/^https:\/\/api-dev\.cabi\.42seoul\.io/,
],
// tracePropagationTargets: [
// "localhost",
// /^https:\/\/cabi\.42seoul\.io/,
// /^https:\/\/dev\.cabi\.42seoul\.io/,
// /^https:\/\/api\.cabi\.42seoul\.io/,
// /^https:\/\/api-dev\.cabi\.42seoul\.io/,
// ],

// Capture Replay for 100% of all sessions,
// plus for 100% of sessions with an error
Expand Down

0 comments on commit e6d9b76

Please sign in to comment.