Skip to content

Commit e43d058

Browse files
committed
docs
1 parent ec1536a commit e43d058

File tree

1 file changed

+26
-2
lines changed
  • src/docs/product/dashboards/widget-library

1 file changed

+26
-2
lines changed

src/docs/product/dashboards/widget-library/index.mdx

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ The widget library contains a collection of prebuilt widgets you can add to your
1515
The library includes the following widgets:
1616

1717
- **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
1919
- **LCP by Country**: World map showing the p75 of page load times for each country
2020
- **Miserable Users**: The total number of unique users who have experienced slow transactions (transaction duration greater than 1200ms)
2121
- **Slow vs. Fast Transactions**: Bar chart comparing the percentage of transactions that are over 300ms (slow) and under 300ms (fast)
2222
- **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
2424
- **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
2527

2628
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".
2729

@@ -90,3 +92,25 @@ Update "Columns" to add `links` so you can see seen any external links related t
9092

9193
- Columns: `issue, assignee, events, title, links`
9294
- Sort by: `Priority`
95+
96+
97+
### Release Health
98+
99+
<Note>
100+
101+
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:
115+
116+
- Search condition 1: `release:latest`

0 commit comments

Comments
 (0)