Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chysis committed Aug 7, 2024
1 parent e2f9884 commit 12638d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@ const baseUrlPattern = new RegExp(`^${process.env.API_BASE_URL?.replace(/[-\/\\^
Sentry.init({
dsn: `${process.env.SENTRY_DSN}`,
enabled: !isDev,
<<<<<<< HEAD
environment: 'production',
tracesSampleRate: 1.0,
tracePropagationTargets: [baseUrlPattern],
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
=======
integrations: [Sentry.browserTracingIntegration()],
environment: 'production',
tracesSampleRate: 1.0,
tracePropagationTargets: [baseUrlPattern],
>>>>>>> 1d75ffbfa0847bc426e716c223f3238bdaf74ba0
});

const queryClient = new QueryClient({
Expand Down

0 comments on commit 12638d7

Please sign in to comment.