Skip to content

Commit 3723da4

Browse files
authored
chore(sveltekit): Fix tracesSampleRate typo (#7694)
1 parent 8af854c commit 3723da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Sentry SvelteKit SDK mostly relies on [SvelteKit Hooks](https://kit.svelte.d
6464

6565
Sentry.init({
6666
dsn: '__DSN__',
67-
traceSampleRate: 1.0,
67+
tracesSampleRate: 1.0,
6868
// For instance, initialize Session Replay:
6969
replaysSessionSampleRate: 0.1,
7070
replaysOnErrorSampleRate: 1.0,

0 commit comments

Comments
 (0)