Skip to content
Merged
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 @@ -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)
<Arcade src="https://demo.arcade.software/inXjvGvMEt3ONnBHt2iG?embed" />

## Web Vitals Dashboard

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
7 changes: 2 additions & 5 deletions docs/product/sentry-basics/performance-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<Arcade src="https://demo.arcade.software/BTvUjriSDjaHiVqPvIFP?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" /><br />
<Arcade src="https://demo.arcade.software/9TP9tvTWFcSs5kOueXjj?embed" /><br />

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.

Expand All @@ -39,17 +39,14 @@ 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/)


<Arcade src="https://demo.arcade.software/t8kZ9OeigLNrH3fLynIu?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" /> <br />

### 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.

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/).


<Arcade src="https://demo.arcade.software/E04YSJpq1w8bpk18Q5Kp" /> <br />
<Arcade src="https://demo.arcade.software/jwKWTxF1BPeLEZhEiuOI?embed" /> <br />

### 4: Metrics, Alerts, and Dashboards: Build custom views of performance data

Expand Down
Loading