You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/insights-session-health-mobile.mdx
+9-8
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,26 @@ For the Mobile module, the following charts are available:
13
13
- User Counts
14
14
-[New Issues by Release](/product/issues/)
15
15
16
-
Most of these charts, with the exception of the New Issues by Release chart, are based on session-backed data.
16
+
Most of these charts, with the exception of the New Issues by Release chart, are based on sessions-backed data.
17
17
18
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
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 that project. In this case, we define "adoption" as the percent of sessions occurring in that release, out of the total number of sessions in that project. We chose to highlight crash free rate, since this is typically the most useful and relevant error-related status for mobile developers.
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
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).
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
23
24
-
The New Issues by Release chart is the only chart that does not rely on session-backed data. Instead, it 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, contains a link to view all issues for the selected projects.
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.
Click on any 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 in better scale.
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
29
30
-
The overall chart view can be customized, so that you can display the visualizations you care about most. Simply click the toggle near the chart title to see other charts that can be displayed.
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.
The chart view will be saved into your browser's local storage, so when you come back to the page, the chart view you customized before will still be displayed.
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.
35
36
36
37
## Releases Table
37
38
@@ -48,4 +49,4 @@ The table contains key information about each release, including:
48
49
- Release status (open or archived)
49
50
- Adoption rate
50
51
51
-
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 index](/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/).
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