Skip to content

Commit

Permalink
publish sentry environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinwheeler committed Jan 7, 2025
1 parent 2258b6a commit ede4c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/entry.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { hydrateRoot } from "react-dom/client";
Sentry.init({
dsn: "https://c8a47fcd86fce0c2b5913396f6b08533@o4508546853830656.ingest.us.sentry.io/4508546855272448",
tracesSampleRate: 1,
environment: process.env.SENTRY_ENV,

integrations: [
Sentry.browserTracingIntegration({
Expand Down

0 comments on commit ede4c05

Please sign in to comment.