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 a67a69e commit 30d22b5Copy full SHA for 30d22b5
packages/solidstart/README.md
@@ -66,7 +66,7 @@ Create an instrument file named `instrument.server.mjs` and add your initializat
66
import * as Sentry from '@sentry/solidstart';
67
68
Sentry.init({
69
- dsn: 'https://[email protected]/4507459091824640',
+ dsn: '__PUBLIC_DSN__',
70
tracesSampleRate: 1.0, // Capture 100% of the transactions
71
});
72
```
0 commit comments