Skip to content

Commit ec59dde

Browse files
committed
update svelte getting started snippet
1 parent c20b570 commit ec59dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/getting-started-config/javascript.svelte.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
To use the SDK, initialize it in your Svelte entry point before bootstrapping your app. In a typical Svelte project, that is your `main.js` or `main.ts` file.
22

33

4-
```javascript {filename: main.js} {"onboardingOptions": {"performance": "10, 13-20", "session-replay": "11, 21-25"}}
4+
```javascript {filename: main.js} {"onboardingOptions": {"performance": "10, 13-20", "session-replay": "11, 23-29"}}
55
import "./app.css";
66
import App from "./App.svelte";
77

88
import * as Sentry from "@sentry/svelte";
99

1010
// Initialize the Sentry SDK here
1111
Sentry.init({
12-
dsn: "<Sentry DSN>",
12+
dsn: "___PUBLIC_DSN___",
1313
integrations: [
1414
Sentry.browserTracingIntegration(),
1515
Sentry.replayIntegration(),

0 commit comments

Comments
 (0)