We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40df744 commit 5d4e73fCopy full SHA for 5d4e73f
platform-includes/getting-started-config/javascript.react-router.mdx
@@ -84,7 +84,7 @@ Create an `instrument.server.mjs` file in the root of your app:
84
import * as Sentry from "@sentry/node";
85
86
Sentry.init({
87
- dsn: "https://c122e7637b24dc299bbef9d4e80c8325@o4507458071298048.ingest.de.sentry.io/4508415844876368",
+ dsn: "___PUBLIC_DSN___",
88
tracesSampleRate: 1.0, // Capture 100% of the transactions
89
});
90
```
0 commit comments