Skip to content

Commit 5dd143e

Browse files
docs(insights): document frontend session health tab (#13340)
* docs(insights): document frontend session health tab * fix overview img * wording * fix another img * update unhealthy sessions * link * make reusable * refactor * pr review * jasmin pr review * jasmin pr review pt 2 * wording
1 parent 9beb631 commit 5dd143e

File tree

7 files changed

+49
-0
lines changed

7 files changed

+49
-0
lines changed

docs/organization/early-adopter-features/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Limitations:
2222
- [Span Summary](/product/insights/overview/transaction-summary/#span-summary)
2323
- [Dynamic Alerts](/product/alerts/create-alerts/metric-alert-config/#dynamic-alerts)
2424
- [New Trace Explorer With Span Metrics](/product/explore/new-trace-explorer/)
25+
- [Frontend Session Health on Insights](/product/insights/frontend/session-health/)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Session Health
3+
sidebar_order: 30
4+
description: "Get insights about your application's session health over time."
5+
---
6+
7+
<Include name="insights-session-health-body.mdx" />
8+
9+
<Include name="insights-session-health-frontend.mdx" />
85 KB
Loading
71.6 KB
Loading
299 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Include name="feature-available-for-user-group-early-adopter.mdx" />
2+
3+
If you have [sessions and releases](/product/releases/setup/) enabled on Sentry, you can take full advantage of the Session Health tab on Insights. The Session Health tab contains a variety of data visualizations to help you discover insights about how your sessions are performing. A session on most web or mobile applications is created for every page (or view) load and on every navigation change. Read more [here](/product/releases/health/#sessions).
4+
5+
The charts help you understand trends for your sessions over time, and the customized chart views and toggleable legends allow you to drill down into the metrics you care about most.
6+
7+
## Prerequisites
8+
9+
You must have [sessions and releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Charts
2+
3+
![Insights Frontend Session Health Tab](./common-imgs/img/frontend-insights-session-health.png)
4+
5+
For the Frontend module, the following charts are available:
6+
7+
- Unhealthy Sessions
8+
- Session Health
9+
- Session Counts
10+
- User Health
11+
- User Counts
12+
- [Issues](/product/issues/)
13+
14+
Most of these charts, with the exception of the Issues chart, are based on sessions-backed data.
15+
16+
The Session Health, Session Counts, User Health, and User Counts charts aim to break down trends in how your sessions are performing status-wise. The status options are healthy, crashed, errored, or abnormal. For frontend sessions, the "errored" status refers to handled errors, and "crashed" refers to unhandled errors. Note that these are mutually exclusive groups. [Learn more about session statuses](/product/releases/health/#session-status).
17+
18+
The Unhealthy Sessions chart combines the total rate of errored, crashed, and abnormal sessions into one line.
19+
20+
The Issues chart shows the number of new and resolved issues for the selected projects over time. It also gives a preview of the two most recently seen issues for the selected projects. The chart header, when hovered, has a button to view all issues for the selected projects.
21+
22+
![Issues chart](./common-imgs/img/frontend-insights-issue-chart.png)
23+
24+
Click on any series option in the graph legend to hide it. In some charts, including the Session Health chart, the healthy series is hidden by default to allow you to automatically see the errored, abnormal, and crashed series at a better scale.
25+
26+
The overall chart view can be customized, so that you can display the visualizations and metrics you care about most. Simply click the toggle near the chart title to see other charts that can be displayed.
27+
28+
![Chart toggle](./common-imgs/img/frontend-insights-chart-toggle.png)
29+
30+
The chart view will be saved into your browser's local storage, so when you come back to the page, the chart view you selected before will still be displayed.

0 commit comments

Comments
 (0)