Skip to content

Commit 2613b1e

Browse files
docs(insights): document mobile session health tab (#13344)
* 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 * docs(insights): document mobile session health tab * wording * pr review pt 1
1 parent cdd1d8c commit 2613b1e

File tree

7 files changed

+62
-0
lines changed

7 files changed

+62
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Limitations:
2323
- [Dynamic Alerts](/product/alerts/create-alerts/metric-alert-config/#dynamic-alerts)
2424
- [New Trace Explorer With Span Metrics](/product/explore/new-trace-explorer/)
2525
- [Frontend Session Health on Insights](/product/insights/frontend/session-health/)
26+
- [Mobile Session Health on Insights](/product/insights/mobile/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: 40
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-mobile.mdx" />
68.3 KB
Loading
65.3 KB
Loading
140 KB
Loading
359 KB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
## Charts
2+
3+
![Insights Mobile Session Health Tab](./common-imgs/img/mobile-insights-session-health.png)
4+
5+
For the Mobile module, the following charts are available:
6+
7+
- [Crash Free Sessions](/product/releases/health/#crash-free-sessionsusers)
8+
- [Total Sessions by Release](/product/releases/health/#session)
9+
- Release Adoption
10+
- Session Health
11+
- Session Counts
12+
- User Health
13+
- User Counts
14+
- [New Issues by Release](/product/issues/)
15+
16+
Most of these charts, with the exception of the New Issues by Release chart, are based on sessions-backed data.
17+
18+
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. [Learn more about session statuses](/product/releases/health/#session-status).
19+
20+
The Crash Free Sessions chart extracts out a single status — "crashed" — to highlight the crash free rate of the 5 most adopted releases in the selected projects. In this case, we define "adoption" as the percent of sessions occurring in that release, out of the total number of sessions in the selected projects. We chose to highlight crash free rate, since this is typically the most useful and relevant error-related status for mobile developers.
21+
22+
The Total Sessions by Release and Release Adoption charts are two ways of visualizing the same data — how many sessions occur in each release. The most recent 5 releases are shown. Total Sessions by Releases is count-based, and Release Adoption is percentage-based (the percent of session counts coming from that release). Release adoption across all 5 releases will add to 100%.
23+
24+
The New Issues by Release shows the number of new issues per release over time. The most recent 5 releases are shown, and there is an additional series labeled `other` that comprises all other releases. (This series is turned off in the legend by default.) 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.
25+
26+
![Issues chart](./common-imgs/img/mobile-insights-issue-chart.png)
27+
28+
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.
29+
30+
31+
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.
32+
33+
![Chart toggle](./common-imgs/img/mobile-insights-chart-toggle.png)
34+
35+
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.
36+
37+
## Releases Table
38+
39+
The Mobile Session Health tab also includes a table of releases for the selected projects.
40+
41+
![Releases table](./common-imgs/img/mobile-insights-release-table.png)
42+
43+
The table contains key information about each release, including:
44+
45+
- [Adoption stage](/product/releases/health/#adoption-stages)
46+
- [Crash free rate](/product/releases/health/#crash-free-sessionsusers)
47+
- [Total session count](/product/releases/health/#sessions)
48+
- [Number of new issues](/product/issues/)
49+
- Release status (open or archived)
50+
- Adoption rate
51+
52+
The search bar and filter dropdown above the table allow you to filter and search this table. The syntax and options here are similar to those used on the [Releases page](/product/releases/). Note that filtering by adoption stage requires exactly 1 environment to be chosen in the global page filters. [Learn more about searching and filtering releases](/product/releases/usage/sorting-filtering/).

0 commit comments

Comments
 (0)