Skip to content

Commit 5d4e73f

Browse files
authored
Update javascript.react-router.mdx
1 parent 40df744 commit 5d4e73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-config/javascript.react-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Create an `instrument.server.mjs` file in the root of your app:
8484
import * as Sentry from "@sentry/node";
8585

8686
Sentry.init({
87-
dsn: "https://c122e7637b24dc299bbef9d4e80c8325@o4507458071298048.ingest.de.sentry.io/4508415844876368",
87+
dsn: "___PUBLIC_DSN___",
8888
tracesSampleRate: 1.0, // Capture 100% of the transactions
8989
});
9090
```

0 commit comments

Comments
 (0)