Skip to content

Commit 30d22b5

Browse files
committed
fix(solidstart): Remove public DSN from README
1 parent a67a69e commit 30d22b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solidstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Create an instrument file named `instrument.server.mjs` and add your initializat
6666
import * as Sentry from '@sentry/solidstart';
6767

6868
Sentry.init({
69-
dsn: 'https://[email protected]/4507459091824640',
69+
dsn: '__PUBLIC_DSN__',
7070
tracesSampleRate: 1.0, // Capture 100% of the transactions
7171
});
7272
```

0 commit comments

Comments
 (0)