Skip to content

Commit c3f7a15

Browse files
bruno-garcializokm
andauthored
Release Health: Note on session and session replay (#11212)
* Release Health: Note on session and session replay * Update docs/product/releases/health/index.mdx Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Liza Mock <[email protected]>
1 parent cd7ad49 commit c3f7a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/product/releases/health/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ sidebar_order: 50
44
description: "Monitor the health of releases by observing user adoption, usage of the application, percentage of crashes, and session data."
55
---
66

7+
<Note>
8+
9+
Note, that Sessions (as described below) are not the same as a [Session Replay](/product/explore/session-replay/), (a video-like reproduction of the user's session). We don't bill for release health sessions.
10+
11+
</Note>
12+
713
You can monitor the health of releases by observing user adoption, usage of your application, percentage of [crashes](#crashes), and [session data](#sessions). Release health data provides insight into the impact of crashes and bugs related to user experience and reveals trends with each new issue through the release details, graphs, and filters. This data is primarily displayed on the [Releases](/product/releases/) and [Release Details](/product/releases/release-details) pages, but is also reflected in other parts of [sentry.io](https://sentry.io).
814

915
> Many SDKs automatically manage the start and end of [sessions](#sessions) when the SDK is initialized, but release health configuration is key to ensuring you're receiving useful data, so check out our information on [which SDKs support release health](/product/releases/setup/#release-health) for links to configuring the SDK, as needed.

0 commit comments

Comments
 (0)