Skip to content

Commit 31b8525

Browse files
sfanahataShannon Anahata
andauthored
feat(dashboards): Removed beta alerts on Sentry Dashboards (#17122)
## DESCRIBE YOUR PR Sentry dashboards are going GA. Removed beta alerts on Sentry Dashboards. https://sentry-docs-git-feat-remove-beta-sentry-dash.sentry.dev/product/dashboards/sentry-dashboards/ ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [x] Urgent deadline (GA date, etc.): Today - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) Co-authored-by: Shannon Anahata <shannonanahata@gmail.com>
1 parent f2b6341 commit 31b8525

20 files changed

Lines changed: 0 additions & 120 deletions

docs/product/dashboards/sentry-dashboards/ai/agents.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ keywords:
1212
og_image: /og-images/ai-monitoring-agents-dashboard.png
1313
---
1414

15-
<Alert title="Beta">
16-
17-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
18-
19-
</Alert>
20-
2115
AI Agents Dashboards, found in [Sentry Dashboards](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/) provide a comprehensive view of your AI workflows, including executions, model costs and token usage, tool calls, and recent errors. Once you've [configured the Sentry SDK](/ai/monitoring/agents/getting-started/) for your AI agent project, telemetry data is collected and displayed in the dashboard to support analysis of system behavior and performance.
2216

2317
AI Agent monitoring have three dashboards:

docs/product/dashboards/sentry-dashboards/ai/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ sidebar_order: 10
44
description: "Use Sentry Dashboards to monitor AI agents and MCP performance."
55
---
66

7-
<Alert title="Beta">
8-
9-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
10-
11-
</Alert>
12-
137
Sentry Dashboards include dedicated views for AI monitoring. Use them to track agent executions, token usage, tool calls, and MCP (Model Context Protocol) traffic.
148

159
- **[AI Agents Dashboards](/product/dashboards/sentry-dashboards/ai/agents/)** — View AI agent workflows, model costs, token usage, and tool calls. See [Set up AI Agent Monitoring](/ai/monitoring/agents/getting-started/) to get started.

docs/product/dashboards/sentry-dashboards/ai/mcp.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ keywords:
1111
og_image: /og-images/ai-monitoring-mcp-dashboard.png
1212
---
1313

14-
<Alert title="Beta">
15-
16-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
17-
18-
</Alert>
19-
2014
MCP Dashboards, found in [Sentry Dashboards](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/), provide a comprehensive view of your MCP server activities, including requests, tool executions, resource access, and prompt usage. Once you've [configured the Sentry SDK](/ai/monitoring/mcp/getting-started/) for your MCP project, telemetry data is collected and displayed in the dashboard to support analysis of system behavior and performance.
2115

2216
MCP monitoring has four dashboards:

docs/product/dashboards/sentry-dashboards/backend/caches.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ sidebar_order: 70
44
description: "Learn more about cache monitoring with Sentry and how it can help improve your application's performance."
55
---
66

7-
<Alert title="Beta">
8-
9-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
10-
11-
</Alert>
12-
137
A cache can be used to speed up data retrieval, improving application performance. It temporarily stores data to speed up subsequent access to that data, allowing your application to get data from cached memory (if it is available) instead having to repeatedly fetch the data from a potentially slow data layer. Caching can speed up read-heavy workloads for applications like Q&A portals, gaming, media sharing, and social networking.
148

159
A successful cache results in a high hit rate which means the data was present when fetched. A cache miss occurs when the data fetched was not present in the cache. If you have [performance monitoring](/product/sentry-basics/performance-monitoring/#how-to-set-up-performance-monitoring) enabled and your application uses caching, you can see how your caches are performing with Sentry.

docs/product/dashboards/sentry-dashboards/backend/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ description: >-
77
og_image: /og-images/product-insights-backend.png
88
---
99

10-
<Alert title="Beta">
11-
12-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
13-
14-
</Alert>
15-
1610
Sentry's [**Backend dashboards**](https://sentry.io/orgredirect/organizations/:orgslug/dashboards/) page gives you an overview of the health of your application.
1711

1812
## Backend Overview Dashboard

docs/product/dashboards/sentry-dashboards/backend/queries.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ description: >-
77
og_image: /og-images/product-insights-backend-queries.png
88
---
99

10-
<Alert title="Beta">
11-
12-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
13-
14-
</Alert>
15-
1610
With the Queries dashboard in [Sentry Dashboards](/product/dashboards/sentry-dashboards/), you can see how your database queries are performing in Sentry.
1711

1812
Sentry's query monitoring helps you investigate the performance of your queries and get more information to improve them.

docs/product/dashboards/sentry-dashboards/backend/queues.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ sidebar_order: 30
44
description: "Learn how to monitor your queues with Sentry for improved application performance and health."
55
---
66

7-
<Alert title="Beta">
8-
9-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
10-
11-
</Alert>
12-
137
Message Queues make asynchronous service-to-service communication possible in distributed architectures. Queues are great for helping work that sometimes fails become more resilient, and are therefore a building block for distributed applications. Some examples of what queues can help with include handling webhooks from third-party APIs or handling periodic tasks, such as calculating daily metrics for your users.
148

159
If you have [performance monitoring](/product/sentry-basics/performance-monitoring/#how-to-set-up-performance-monitoring) enabled and your application interacts with message queue systems, you can configure Sentry to monitor their performance and health.

docs/product/dashboards/sentry-dashboards/frontend/assets.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ description: >-
77
og_image: /og-images/product-insights-frontend-assets.png
88
---
99

10-
<Alert title="Beta">
11-
12-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
13-
14-
</Alert>
15-
1610
If you have [tracing](/product/sentry-basics/tracing/) enabled for your frontend, you can see how your browser assets are performing in Sentry.
1711

1812
Starting with the [Assets dashboard](#assets-dashboard), you get a high-level overview of how your assets are doing. From there, you can drill into a specific asset's [Asset Summary dashboard](#asset-summary-dashboard) and then investigate sample events from the [Sample List](#sample-list) to better understand the context of its performance in a specific page.

docs/product/dashboards/sentry-dashboards/frontend/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ description: >-
77
og_image: /og-images/product-insights-frontend.png
88
---
99

10-
<Alert title="Beta">
11-
12-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
13-
14-
</Alert>
15-
1610
Sentry's Frontend dashboards give you an overview of the health of your application.
1711

1812
## Frontend Overview

docs/product/dashboards/sentry-dashboards/frontend/session-health.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ sidebar_order: 30
44
description: "Get insights about your application's session health over time."
55
---
66

7-
<Alert title="Beta">
8-
9-
This feature is currently in beta. Features in beta are still in-progress and may have bugs. We recognize the irony. Learn more about enabling Early Adopter Features [here](/organization/early-adopter-features/).
10-
11-
</Alert>
12-
137
<Include name="dashboards-session-health-body.mdx" />
148

159
## Charts

0 commit comments

Comments
 (0)