Skip to content

Commit 376ee94

Browse files
authored
feat(discover-homepage): Update Discover homepage docs for GA (#5698)
1 parent 81249a7 commit 376ee94

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/docs/product/discover-queries/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This feature is available only if your organization is on either a Business or T
2121

2222
![Full view of the Discover Homepage with query cards and button to build new queries.](./discover-homepage.png)
2323

24-
The <SandboxLink scenario="discover" projectSlug="react">Discover</SandboxLink> page offers views of all your saved and pre-built queries so you can quickly see areas that need immediate attention. For example, if a query on errors shows a spike has occurred in the past 24 hours, you might want to investigate that first. Each query is saved as a card that displays a summarized view of the following data:
24+
The <SandboxLink scenario="discover" projectSlug="react">Discover</SandboxLink> homepage displays the query builder where you can immediately begin creating a new query. By default, the page shows the pre-built "All Events" query, but you can customize the homepage and [set the custom version as your default](#set-as-default). To navigate back to the query management page, where you can find [pre-built](#pre-built-queries) and [saved](#saved-queries) queries, click the "Saved Queries" button.
25+
26+
The query management page offers views of all your saved and pre-built queries so you can quickly see areas that need immediate attention. For example, if a query on errors shows a spike has occurred in the past 24 hours, you might want to investigate that first. Each query is saved as a card that displays a summarized view of the following data:
2527

2628
- Display Name
2729
- Search Conditions
@@ -32,15 +34,15 @@ The <SandboxLink scenario="discover" projectSlug="react">Discover</SandboxLink>
3234

3335
## Pre-built Queries
3436

35-
Query cards with Sentry avatars are pre-built and cannot be removed.
37+
Pre-built queries can be accessed by clicking the "Saved Queries" button on the discover homepage. Query cards with Sentry avatars are pre-built and cannot be removed.
3638

3739
- All Events: Users can see the raw error stream for any group of projects. This replaces the Events feature and gives users the ability to add additional columns and change groupings to achieve their desired breakdown.
3840
- Errors by Title: Users can see their most frequently occurring errors by the total number of raw errors, as well as the total number of users affected.
3941
- Errors by URL: Users can see the pages that generated the most errors and different types of issues. As a reminder, issues are a group of fingerprinted Events. For more details, see the [full documentation on fingerprinting](/product/data-management-settings/event-grouping/fingerprint-rules/).
4042

4143
## Saved Queries
4244

43-
Query cards with a user avatar indicate saved queries. The user who created a saved query will have their avatar display on the query card. Saved Queries are viewable by anyone in your organization and **are not** scoped to the user's account.
45+
Saved queries can be accessed by clicking the "Saved Queries" button on the discover homepage. Query cards with a user avatar indicate saved queries. The user who created a saved query will have their avatar display on the query card. Saved Queries are viewable by anyone in your organization and **are not** scoped to the user's account.
4446

4547
### Build a New Query
4648

@@ -90,11 +92,9 @@ Queries can also be added to <SandboxLink scenario="dashboards" projectSlug="rea
9092

9193
### Set as Default
9294

93-
<Include name="early-adopter-note.mdx" />
94-
95-
If your organization is part of the Early Adopter program, when you navigate to **Discover**, the homepage opens the query builder where you can immediately begin creating a new query. By default, the page displays the pre-built "All Events" query.
95+
When you navigate to **Discover**, the homepage opens the query builder where you can immediately begin creating a new query. By default, the page displays the pre-built "All Events" query.
9696

97-
You can customize your homepage by changing the query, choosing which columns are displayed, and how charts appear, and then clicking the "Set as Default" button. Navigating to **Discover** will now open the query builder with this configuration pre-loaded.
97+
You can customize your homepage by changing the query, choosing which columns are displayed, and how charts appear, and then clicking the "Set as Default" button. Navigating to **Discover** will now open the query builder with this configuration pre-loaded. The "Set as Default" button is also available on both saved and pre-built queries, which you can find by clicking the "Saved Queries" button.
9898

9999
If you don't want to use this configuration as your default homepage anymore, click "Remove Default", and the homepage will revert to the "All Events" query.
100100

0 commit comments

Comments
 (0)