From c8f27b4c46b32af555c08df464e985d830ef591f Mon Sep 17 00:00:00 2001 From: Kevin Ebaugh Date: Thu, 10 Oct 2024 13:56:29 -0400 Subject: [PATCH] Add note that autoSessionTracking defaults to true Reference: https://docs.sentry.io/platforms/javascript/configuration/releases/#sessions --- docs/platforms/javascript/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/configuration/options.mdx b/docs/platforms/javascript/common/configuration/options.mdx index 72140d8f494706..7c2e169e5be2c2 100644 --- a/docs/platforms/javascript/common/configuration/options.mdx +++ b/docs/platforms/javascript/common/configuration/options.mdx @@ -138,7 +138,7 @@ Grouping in Sentry is different for events with stack traces and without. As a r -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. +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.