Skip to content

Commit

Permalink
Update docs/platforms/javascript/common/configuration/integrations/br…
Browse files Browse the repository at this point in the history
…owsersession.mdx

Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
lforst and lizokm authored Dec 11, 2024
1 parent e94bf2f commit d922c95
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/configuration/releases/#sessions">Sessions</PlatformLink>.

```JavaScript
Expand Down

0 comments on commit d922c95

Please sign in to comment.