From d922c95c079706bd11fbe9cf509139d6f0617164 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 11 Dec 2024 12:57:00 +0100 Subject: [PATCH] Update docs/platforms/javascript/common/configuration/integrations/browsersession.mdx Co-authored-by: Liza Mock --- .../common/configuration/integrations/browsersession.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/platforms/javascript/common/configuration/integrations/browsersession.mdx b/docs/platforms/javascript/common/configuration/integrations/browsersession.mdx index 89d4b4b780741..42d9e8679fd4b 100644 --- a/docs/platforms/javascript/common/configuration/integrations/browsersession.mdx +++ b/docs/platforms/javascript/common/configuration/integrations/browsersession.mdx @@ -27,9 +27,7 @@ This integration only works inside a browser environment. _Import name: `Sentry.browserSessionIntegration`_ Sentry's [Release Health](/product/releases/health/) feature allows you to track user adoption and your application's crash-free rate. - -The BrowserSession integration will create a Session that is used to track the health of your release when the user loads your page or application. -Sessions will be marked as faulty when an error is captured while a Session is active. +When the BrowserSession integration is enabled, it automatically creates a session each time a user loads your page or application. These sessions are used to track your release health. If an error is captured during an active session, the session will be flagged as faulty. Read more about Sessions. ```JavaScript