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: src/docs/product/dashboards/widget-library/index.mdx
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,15 @@ The widget library contains a collection of prebuilt widgets you can add to your
15
15
The library includes the following widgets:
16
16
17
17
-**Duration Distribution**: A multi-overlay chart visualizing the distribution of transaction duration across various percentiles (p50, p75, and p95)
18
-
-**High Throughput Transactions**: The top five transactions with the largest number of events
18
+
-**High Throughput Transactions**: The top transactions with the largest number of events
19
19
-**LCP by Country**: World map showing the p75 of page load times for each country
20
20
-**Miserable Users**: The total number of unique users who have experienced slow transactions (transaction duration greater than 1200ms)
21
21
-**Slow vs. Fast Transactions**: Bar chart comparing the percentage of transactions that are over 300ms (slow) and under 300ms (fast)
22
22
-**Issues For Review**: A table of unresolved issues for review, ordered by the most recently seen issues
23
-
-**Top Unhandled Error Types**: The top five most frequently encountered unhandled errors
23
+
-**Top Unhandled Error Types**: The top most frequently encountered unhandled errors
24
24
-**Users Affected by Errors**: A comparison of the total number of errors and the number of unique users affected by the errors
25
+
-**Crash Rates for Recent Releases**: Percentage of crashed sessions for your recent releases
26
+
-**Session Health**: The total number of abnormal, crashed, errored and healthy sessions
25
27
26
28
You can change the title, queries, fields, visualization types, and sort order of these prebuilt widgets to suit your use case by clicking the context menu on the widget and selecting "Edit Widget".
27
29
@@ -90,3 +92,25 @@ Update "Columns" to add `links` so you can see seen any external links related t
This feature is available only if you're in the Early Adopter program. Features available to Early Adopters are still in-progress and may have bugs. We recognize the irony.
102
+
If you’re interested in being an Early Adopter, you can turn your organization’s Early Adopter status on/off in General Settings. This will affect all users in your organization and can be turned back off just as easily.
103
+
104
+
</Note>
105
+
106
+
To monitor the health of your releases over time, you can modify the "Session Health" widget by updating the "Visualization Display" to "Area Chart":
107
+
108
+
- Visualization Display: `Area Chart`
109
+
110
+
Add search filters to narrow the data down to a particular release:
111
+
112
+
- Search condition 1: `release:{version}`
113
+
114
+
To monitor the health of your latest releases, update the Search condition to use the `latest` keyword:
0 commit comments