From 0290d651c62e805bd8fe75be80914bb917dfc12d Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 3 Sep 2024 14:14:30 -0400 Subject: [PATCH 1/2] Release Health: Note on session and session replay --- docs/product/releases/health/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/product/releases/health/index.mdx b/docs/product/releases/health/index.mdx index be9237c9cb6fd..fbc8e5a6d27b6 100644 --- a/docs/product/releases/health/index.mdx +++ b/docs/product/releases/health/index.mdx @@ -4,6 +4,12 @@ sidebar_order: 50 description: "Monitor the health of releases by observing user adoption, usage of the application, percentage of crashes, and session data." --- + + +Sessions as it pertains to Release Health are not billed and should not be confused with Session Replay. The video-like reproduction of the user's session. + + + 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). > 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. From 2b41cfcab25b861a202f2af5b8199bf2f129bddd Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 10 Sep 2024 20:26:51 -0400 Subject: [PATCH 2/2] Update docs/product/releases/health/index.mdx Co-authored-by: Liza Mock --- docs/product/releases/health/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/releases/health/index.mdx b/docs/product/releases/health/index.mdx index fbc8e5a6d27b6..5c2ba29ecc0fc 100644 --- a/docs/product/releases/health/index.mdx +++ b/docs/product/releases/health/index.mdx @@ -6,7 +6,7 @@ description: "Monitor the health of releases by observing user adoption, usage o -Sessions as it pertains to Release Health are not billed and should not be confused with Session Replay. The video-like reproduction of the user's session. +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.