Skip to content

Commit

Permalink
SENTRY CHECK
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Sep 24, 2024
1 parent b1c512d commit bf2161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentryInit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as SentryOptions from "@sentry/browser";

export default SentryOptions.init({
dsn: "https://4685be1acf193bea4ad2ce660440e017@o4506071098195968.ingest.us.sentry.io/4508006437421056",
dsn: process.env.SENTRY_DSN,
integrations: [
SentryOptions.browserTracingIntegration(),
SentryOptions.replayIntegration(),
Expand Down

0 comments on commit bf2161d

Please sign in to comment.