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