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
4 changes: 1 addition & 3 deletions docs/product/insights/ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ description: "Learn how to use Sentry's AI Performance tool to get insights into

<Include name="feature-limited-on-team-retention.mdx" />

Sentry's [**AI Performance**](https://sentry.io/orgredirect/organizations/:orgslug/insights/ai/) page gives you an overview of the health of your application. You'll be able to see things like **Transactions Per Minute**, **p50** and **p75 Duration**, and so on.

You can also dive deeper into LLM Monitoring and get insights into critical LLM metrics, like token usage, to monitor and fix issues with AI pipelines. In addition to having a dedicated space to monitor AI performance, you can also look at Sentry's Insights tab to monitor backend, mobile, and frontend performance.
Sentry's AI Performance allows you to see critical metrics for your LLM pipelines, like token usage and duration. In addition to having a dedicated space to monitor AI performance, you can also look view Sentry's Frontend, Backend, and Mobile Insights to understand the performance of the applications running your pipelines.

## Learn More

Expand Down
3 changes: 1 addition & 2 deletions includes/performance-moving.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Alert>

To make it easier to see what's relevant for you, Sentry's Performance landing page is now being split into separate <a href="/product/insights/frontend/" target="_blank">Frontend</a>, <a href="/product/insights/backend/" target="_blank">Backend</a>, <a href="/product/insights/mobile/" target="_blank">Mobile</a>, and
<a href="/product/insights/ai/" target="_blank">AI</a> performance pages. They can all be found in the **Insights** tab.
To make it easier to see what's relevant for you, Sentry's Performance landing page is now being split into separate <a href="/product/insights/frontend/" target="_blank">Frontend</a>, <a href="/product/insights/backend/" target="_blank">Backend</a>, and <a href="/product/insights/mobile/" target="_blank">Mobile</a> performance pages. They can all be found in the **Insights** tab.

</Alert>
Loading