Skip to content

Commit

Permalink
update discover references in dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Jun 12, 2024
1 parent ae63745 commit 46aaf08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/product/dashboards/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Sentry's Dashboards provide a single view of your application's he

<Include name="feature-available-for-plan-team.mdx" />

Sentry's <SandboxLink scenario="dashboards" projectSlug="react">Dashboards</SandboxLink> provide you with a broad overview of your application’s health by allowing you to navigate through error and performance data across multiple projects. Dashboards are made up of one or more widgets, and each widget visualizes one or more [Discover queries](/product/explore/discover-queries/).
Sentry's <SandboxLink scenario="dashboards" projectSlug="react">Dashboards</SandboxLink> provide you with a broad overview of your application’s health by allowing you to navigate through error and performance data across multiple projects. Dashboards are made up of one or more widgets, and each widget visualizes one or more [dataset](/product/dashboards/widget-builder/#choose-your-dataset).

![Widgets visualizing events, errors by country, affected users, and handled vs unhandled issues.](./img/dashboard-default.png)

Expand All @@ -18,9 +18,9 @@ If you’d like to edit the default dashboard or build out multiple ones, each w

![Widgets visualizing key page performance, Web Vitals, and user misery.](./img/dashboard-custom.png)

## Open Dashboard Widgets in Discover
## Open Dashboard Widgets in Discover, Issues, and Metrics

Each <SandboxLink scenario="dashboards" projectSlug="react">Dashboard</SandboxLink> widget has an ellipsis that opens a context menu. From here, you can open the widget in [Discover](/product/explore/discover-queries/) for to get more information. If a widget contains more than one query, you'll be prompted to select which query to view in **Discover**.
Each <SandboxLink scenario="dashboards" projectSlug="react">Dashboard</SandboxLink> widget has an ellipsis that opens a context menu. From here, depending on the type of data the widget shows, you can open the widget in [Discover](/product/explore/discover-queries/), [Issues](product/issues/), or [Metrics](/product/explore/metrics/) to get more information.

## Widget Viewer

Expand Down

0 comments on commit 46aaf08

Please sign in to comment.