8000 ref: Change autoSessionTracking comment about its default state (#3411) · callumgare/sentry-javascript@503775b · GitHub
[go: up one dir, main page]

Skip to content

Commit 503775b

Browse files
authored
ref: Change autoSessionTracking comment about its default state (getsentry#3411)
1 parent 55f85b0 commit 503775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface BrowserOptions extends Options {
3232

3333
/**
3434
* A flag enabling Sessions Tracking feature.
35-
* By default Sessions Tracking is disabled.
35+
* By default, Sessions Tracking is enabled.
3636
*/
3737
autoSessionTracking?: boolean;
3838
}

0 commit comments

Comments
 (0)
0