diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index c7c2940c6..e61d34b08 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -38,7 +38,11 @@ Sentry.init({ // Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled // tracePropagationTargets: [/^\//, /^https:\/\/yourserver\.io\/api/], - tracePropagationTargets: ["localhost", /^https:\/\/api\.cabi\.42seoul\.io/], + tracePropagationTargets: [ + "localhost", + /^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