Skip to content

Commit fffb98a

Browse files
ale-cotalizokm
andauthored
Metrics beta change disclaimer (#10283)
* Metrics beta change disclaimer Metrics beta change disclaimer * Create metrics-api-change.mdx Adding disclaimer as include * Update index.mdx * Update index.mdx * Update metrics-api-change.mdx * Update index.mdx * Update includes/metrics-api-change.mdx * Update includes/metrics-api-change.mdx --------- Co-authored-by: Liza Mock <[email protected]>
1 parent b665c2d commit fffb98a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/product/metrics/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ description: "Metrics help you track and visualize the data points you care abou
66

77
<Include name="feature-stage-beta-metrics.mdx" />
88

9-
Sentry metrics are numerical values that allow you to pinpoint and solve issues impacting user experience and app performance by measuring the data points that are important to you and your application. You can track things like latency, processing time, event size, user signups, and conversion rates, and see how they correlate back to tracing data. This gives you a comprehensive understanding of the health of your systems and helps solve issues faster.
9+
<Include name="metrics-api-change.mdx" />
10+
11+
Sentry metrics are numerical values that allow you to pinpoint and solve issues impacting user experience and app performance by measuring the data points that are important to you and your application. You can track things like latency, processing time, event size, user signups and conversion rates, and see how they correlate back to tracing data. This gives you a comprehensive understanding of the health of your systems and helps solve issues faster.
1012

1113
![Metrics UI](./img/Index.png)
1214

includes/metrics-api-change.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Alert level="warning" title="Upcoming API Changes">
2+
We'lll be updating our API to ensure that metrics are explicitly connected to spans. This change will improve debugging capabilities by ensuring that metrics are always contextually linked with all your Sentry data through traces. You'll eventually need to migrate to the new APIs once released. [Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics).
3+
</Alert>

0 commit comments

Comments
 (0)