Skip to content

Commit 572e4f5

Browse files
authored
chore(sveltekit): Use dummy DSN var in README instructions (#7521)
1 parent e62ad1a commit 572e4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sveltekit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Although the SDK is not yet stable, you're more than welcome to give it a try an
5454
import * as Sentry from '@sentry/sveltekit';
5555

5656
Sentry.init({
57-
dsn: 'https://[email protected]/4504796902588416',
57+
dsn: '__DSN__',
5858

5959
// For instance, initialize Session Replay:
6060
replaysSessionSampleRate: 0.1,
@@ -81,7 +81,7 @@ Although the SDK is not yet stable, you're more than welcome to give it a try an
8181
import * as Sentry from '@sentry/sveltekit';
8282

8383
Sentry.init({
84-
dsn: 'https://[email protected]/4504796902588416',
84+
dsn: '__DSN__',
8585
});
8686
```
8787

0 commit comments

Comments
 (0)