Skip to content

Commit f9c0773

Browse files
pr review pt 1
1 parent 0c317a8 commit f9c0773

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

includes/insights-session-health-mobile.mdx

+9-8
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,26 @@ For the Mobile module, the following charts are available:
1313
- User Counts
1414
- [New Issues by Release](/product/issues/)
1515

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.
1717

1818
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).
1919

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.
2121

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%.
2323

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.
2525

2626
![Issues chart](./common-imgs/img/mobile-insights-issue-chart.png)
2727

28-
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.
2929

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.
3132

3233
![Chart toggle](./common-imgs/img/mobile-insights-chart-toggle.png)
3334

34-
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.
3536

3637
## Releases Table
3738

@@ -48,4 +49,4 @@ The table contains key information about each release, including:
4849
- Release status (open or archived)
4950
- Adoption rate
5051

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

Comments
 (0)