Skip to content

Commit 9f2e2ce

Browse files
committed
address comments
1 parent 5bc332a commit 9f2e2ce

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you’re interested in being an Early Adopter, you can turn your organization
8585

8686
</Note>
8787

88-
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:
88+
Choosing "Releases" allows you to query properties specific to a release of your application, primarily session data. Choose this dataset if you want to display healthy, errored, and crashed sessions and crash rates for your releases or projects on your dashboard. This dataset isn't available in for [world map](#world-map) visualizations. Some example widgets using this dataset include:
8989
- Crash rates for your latest release
9090
- Session count across releases
9191

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ The library includes the following widgets:
2525
- **Crash Rates for Recent Releases**: Percentage of crashed sessions for your recent releases
2626
- **Session Health**: The total number of abnormal, crashed, errored and healthy sessions
2727

28+
<Note>
29+
30+
The Crash Rates for Recent Releases and Session Health widgets are 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.
31+
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.
32+
33+
</Note>
34+
2835
You can change the title, queries, fields, visualization types, sort order, and other fields of these prebuilt widgets to suit your use case by clicking the context menu on the widget and selecting "Edit Widget".
2936

3037
## Example Use Cases
@@ -94,7 +101,7 @@ Update "Columns" to add `links` so you can see seen any external links related t
94101
- Sort by: `Priority`
95102

96103

97-
### Release Health
104+
### Release health
98105

99106
<Note>
100107

@@ -111,6 +118,6 @@ Add search filters to narrow the data down to a particular release:
111118

112119
- Search condition 1: `release:{version}`
113120

114-
To monitor the health of your latest releases, update the Search condition to use the `latest` keyword:
121+
To monitor the health of your latest releases, update the search condition to use the `latest` keyword:
115122

116123
- Search condition 1: `release:latest`

0 commit comments

Comments
 (0)