Skip to content

Commit

Permalink
Fixes sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
a-poor committed Jan 4, 2025
1 parent 91ba57c commit 09bc18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { HydratedRouter } from "react-router/dom";
import * as Sentry from '@sentry/react';

Sentry.init({
dsn: "https://8f2fd7a5991b5503f9c2e8e600c56a6f@o1081370.ingest.us.sentry.io/4508586546626560",
dsn: "https://f03fd02f0d0c93a039ebbb5e4a70c7c5@o1081370.ingest.us.sentry.io/4508586567794688",
integrations: [
Sentry.browserTracingIntegration(),
Sentry.replayIntegration(),
Expand Down

0 comments on commit 09bc18c

Please sign in to comment.