Skip to content

Commit

Permalink
ref: Change autoSessionTracking comment about its default state (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek authored Apr 19, 2021
1 parent 55f85b0 commit 503775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface BrowserOptions extends Options {

/**
* A flag enabling Sessions Tracking feature.
* By default Sessions Tracking is disabled.
* By default, Sessions Tracking is enabled.
*/
autoSessionTracking?: boolean;
}
Expand Down

0 comments on commit 503775b

Please sign in to comment.