Skip to content

Commit c8f27b4

Browse files
authored
Add note that autoSessionTracking defaults to true
Reference: https://docs.sentry.io/platforms/javascript/configuration/releases/#sessions
1 parent 06e94ff commit c8f27b4

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/configuration

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Grouping in Sentry is different for events with stack traces and without. As a r
138138

139139
<ConfigKey name="auto-session-tracking" notSupported={["javascript.electron"]}>
140140

141-
When set to `true`, the SDK will send session events to Sentry. This is supported in all browser SDKs, emitting one session per pageload and page navigation to Sentry. In mobile SDKs, when the app goes to the background for longer than 30 seconds, sessions are ended.
141+
Defaults to `true`. When set to `true`, the SDK will send session events to Sentry. This is supported in all browser SDKs, emitting one session per pageload and page navigation to Sentry. In mobile SDKs, when the app goes to the background for longer than 30 seconds, sessions are ended.
142142

143143
</ConfigKey>
144144

0 commit comments

Comments
 (0)