From 7afdbdfafb671ca812c724bf86d76181c1807580 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Fri, 8 May 2026 17:04:08 -0700 Subject: [PATCH 1/3] 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 From b0330e277e498356d35ddc9f7b57ee48257a174a Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Tue, 12 May 2026 15:58:07 -0700 Subject: [PATCH 2/3] Added arcades for performance monitoring page --- docs/product/sentry-basics/performance-monitoring.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/product/sentry-basics/performance-monitoring.mdx b/docs/product/sentry-basics/performance-monitoring.mdx index 06dfb2c4c25ff4..1e6e56fedaa213 100644 --- a/docs/product/sentry-basics/performance-monitoring.mdx +++ b/docs/product/sentry-basics/performance-monitoring.mdx @@ -27,7 +27,7 @@ After turning on Distributed Tracing, you'll automatically see a set of [Sentry See the demo video below for a quick tour of the Dashboards: -
+
All accounts have access to the top level insights pages. Upgrading to the [Team plan](https://sentry.io/signup/?original_referrer=https%3A%2F%2Fwww.google.com%2F&period=annual&plan=am1_team_auf&trial) or higher gets you access to more dedicated insights pages for common monitoring use cases. @@ -39,9 +39,6 @@ Alongside typical [error issues](/product/issues/issue-details/error-issues/), S - Database queries or File I/O running on the main thread, which can block the UI thread and cause performance issues - And many more documented [here](/product/issues/performance-issues/) - -
- ### 3: Trace Explorer: Find root causes & common patterns for performance issues While Performance Issues and Sentry Dashboards give you a high-level view of performance data, the [Trace Explorer](/product/explore/trace-explorer/) lets you slice and dice all your performance data by any attribute. This is an extremely powerful tool for finding root causes and common patterns for performance regressions or potential optimizations. For instance, you can find the p95 duration of all spans on the `GET /users/:id` endpoint, or find all pages slowing down because of a particular middleware routing. @@ -49,7 +46,7 @@ While Performance Issues and Sentry Dashboards give you a high-level view of per Trace Explorer also lets you quickly calculate metrics based on your span data, like p50, p95, and p99 durations, and then group them by any attribute. This lets you quickly see if there are specific endpoints, versions, user groups, etc. that are performing poorly. You can also compare attributes from a zoomed in time span against your app's baseline data in order to more efficiently find the root cause. For a deeper dive into how you can use Trace Explorer and Span Metrics, take a look at our most recent [blog post](https://blog.sentry.io/find-and-fix-performance-bottlenecks-with-sentrys-trace-explorer/). -
+
### 4: Metrics, Alerts, and Dashboards: Build custom views of performance data From d7783c971b5a55d24bce6e970eb706c31cec9b9b Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Wed, 13 May 2026 12:13:06 -0700 Subject: [PATCH 3/3] Added web vitals arcade. --- .../sentry-dashboards/frontend/web-vitals/index.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/product/dashboards/sentry-dashboards/frontend/web-vitals/index.mdx b/docs/product/dashboards/sentry-dashboards/frontend/web-vitals/index.mdx index 2b7641855b5791..e3d6b405e5f31f 100644 --- a/docs/product/dashboards/sentry-dashboards/frontend/web-vitals/index.mdx +++ b/docs/product/dashboards/sentry-dashboards/frontend/web-vitals/index.mdx @@ -8,9 +8,7 @@ Web vitals are a set of key metrics that measure how users actually experience y For your instrumented web apps, Sentry gathers Web Vitals from real user traffic across [supported browsers](web-vitals-concepts/#browser-support). These metrics are used to calculate a [Performance Score](#performance-score) for your web application. Using these metrics, we surface the pages that have the most [opportunity](#opportunity) to improve your app's overall performance. -{/* The interactive demo below walks through how to get insights on your Web Vitals. */} - -![Web Vitals dashboard =800x](../../img/web-vitals-overview.png) + ## Web Vitals Dashboard