Skip to content

Commit 0e3dbfa

Browse files
committed
check in progress
1 parent c7d43a3 commit 0e3dbfa

File tree

1 file changed

+15
-1
lines changed
  • src/docs/product/dashboards/custom-dashboards

1 file changed

+15
-1
lines changed

src/docs/product/dashboards/custom-dashboards/index.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,29 @@ transactions'.
8989

9090
## Data Set Selection
9191

92-
Select between events and [issues](/product/issues/) data in a widget with the "Data Set" selector.
92+
Select between events, [issues](/product/issues/) and [release health](/product/releases/health/#release-health-data) data in a widget with the "Data Set" selector.
9393

94+
### All Events
9495
Choosing "All Events" allows you to query and aggregate error and transaction events in the same way you would for a [Discover query](/product/discover-queries/). Some widget examples include:
9596
- Tracking performance of an endpoint
9697
- Throughput by country
9798
- Users most affected by errors
9899

100+
### Issues
99101
Choosing "Issues" allows you to query issue properties, such as `is:unresolved` or event properties such as `error.handled:0`, and to sort by issue fields such as `First Seen`. When searching on event properties, the search will return any issue that has one or more events matching the supplied event filters. Choose this data set if you want to customize a list of issues on your dashboard. Some widget examples include:
100102
- Issues assigned to your team
101103
- Most frequently occurring issues
102104

103105
The "Issues" data set is only available in [table](#table-results) visualization widgets.
106+
107+
### Releases
108+
<Note>
109+
110+
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.
111+
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.
112+
113+
</Note>
114+
115+
Choosing "Releases" allows you to query properites specific to a release of your application, primarily session data. Choose this data set if you want to display healthy, errored and crashed sessions and crash rates for your releases or projects on your dashboard. Doesn't apply to World Map. Some widget examples include:
116+
- Crash rates for your latest release
117+
- Session count across releases

0 commit comments

Comments
 (0)