Skip to content

Commit

Permalink
Updates sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
a-poor committed Jan 4, 2025
1 parent e4c7a25 commit 91ba57c
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: import.meta.env.VITE_SENTRY_DSN,
dsn: "https://[email protected]/4508586546626560",
integrations: [
Sentry.browserTracingIntegration(),
Sentry.replayIntegration(),
Expand Down

0 comments on commit 91ba57c

Please sign in to comment.