Skip to content

Commit

Permalink
[FE] CD test 2 (#237)
Browse files Browse the repository at this point in the history
* ci: sentry 초기 설정

* chore: 서비스 타이틀 대문자로 변경

* chore: merge

* fix: sentry 재설정

* fix: sentry 설정 복구
  • Loading branch information
chysis authored Aug 7, 2024
1 parent 62fd7de commit 9c790b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ const baseUrlPattern = new RegExp(`^${process.env.API_BASE_URL?.replace(/[-\/\\^
Sentry.init({
dsn: `${process.env.SENTRY_DSN}`,
enabled: !isDev,
integrations: [Sentry.browserTracingIntegration()],
environment: 'production',
tracesSampleRate: 1.0,
tracePropagationTargets: [baseUrlPattern],
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
});

const queryClient = new QueryClient({
Expand Down

0 comments on commit 9c790b6

Please sign in to comment.