From 7afdbdfafb671ca812c724bf86d76181c1807580 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Fri, 8 May 2026 17:04:08 -0700 Subject: [PATCH] Added arcades to dashboards overview, custom dashboards, outbound API. --- docs/product/dashboards/custom-dashboards/index.mdx | 2 ++ docs/product/dashboards/index.mdx | 2 +- .../dashboards/sentry-dashboards/outbound-api-requests.mdx | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/product/dashboards/custom-dashboards/index.mdx b/docs/product/dashboards/custom-dashboards/index.mdx index c5fdf3fa37a9d5..07db8e8442177c 100644 --- a/docs/product/dashboards/custom-dashboards/index.mdx +++ b/docs/product/dashboards/custom-dashboards/index.mdx @@ -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. + + ## Manage Dashboards On the Dashboards home page, you can: diff --git a/docs/product/dashboards/index.mdx b/docs/product/dashboards/index.mdx index 32dc8b13ff8b4d..3578436137c636 100644 --- a/docs/product/dashboards/index.mdx +++ b/docs/product/dashboards/index.mdx @@ -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 a Dashboards sandbox. -![Widgets visualizing events, errors by country, affected users, and handled vs unhandled issues. =900x](./img/custom-dash.png) + ## Global Filters diff --git a/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx b/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx index 215a8c21a805f7..9f76b514d72996 100644 --- a/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx +++ b/docs/product/dashboards/sentry-dashboards/outbound-api-requests.mdx @@ -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. + + 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