Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/product/dashboards/custom-dashboards/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ og_image: /og-images/product-dashboards-custom-dashboards.png

Custom dashboards are shared across your organization, and users can view each other’s custom dashboards on the [Dashboards home page](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/). Note that any changes you make and **save** become global, and will appear for users across the entire organization.

<Arcade src="https://demo.arcade.software/RJuxA1TtwfQu0UNa8FwU?embed" />

## Manage Dashboards

On the Dashboards home page, you can:
Expand Down
2 changes: 1 addition & 1 deletion docs/product/dashboards/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ og_image: /og-images/product-dashboards.png

Sentry's [Dashboards](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/) 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). Try it out in <SandboxLink scenario="dashboards" projectSlug="react">a Dashboards sandbox</SandboxLink>.

![Widgets visualizing events, errors by country, affected users, and handled vs unhandled issues. =900x](./img/custom-dash.png)
<Arcade src="https://demo.arcade.software/u5MFtuJg6FdxE5pSu5gV?embed" />


## Global Filters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: "Track the performance of your application's HTTP requests and dril

This page applies to outbound HTTP requests from **frontend**, **mobile**, and **backend** applications. With performance monitoring enabled, Sentry tracks all outgoing HTTP requests and helps you investigate the domains that serve those requests.

<Arcade src="https://demo.arcade.software/xb48ybLvhbNVJM5DIeAE?embed" />

On the [Requests page](#requests-page), you get an overview of the domains that serve your application's outgoing requests. From there, you can check each individual domain's behavior on its [Domain Summary page](#domain-summary-page) and find sample events in the [Sample List](#sample-list).

## Prerequisites and Limitations
Expand Down
Loading