Skip to content

Commit

Permalink
add alpha note (#9249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm authored Feb 26, 2024
1 parent 88ed55e commit 0dfa4e7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/platforms/dotnet/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: "Learn how to measure the data points you care about by configuring
sidebar_order: 9000
---

<Include name="feature-stage-alpha-metrics.mdx" />

<Note>

Metrics for .NET are supported with Sentry .NET SDK version `4.0.0` and above.
Expand Down Expand Up @@ -90,4 +92,4 @@ using (SentrySdk.Metrics.StartTimer("bingo"))
{
// Your code goes here
}
```
```
2 changes: 2 additions & 0 deletions docs/platforms/javascript/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ notSupported:
- javascript.cordova
---

<Include name="feature-stage-alpha-metrics.mdx" />

<PlatformContent includePath="metrics/version-support-note" />

Sentry metrics help you pinpoint and solve issues that impact user experience and app performance by measuring the data points that are important to you. You can track things like processing time, event size, user signups, and conversion rates, then correlate them back to tracing data in order to get deeper insights and solve issues faster.
Expand Down
2 changes: 2 additions & 0 deletions docs/platforms/php/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ notSupported:
- php.symfony
---


<Include name="feature-stage-alpha-metrics.mdx" />
<Note>

Metrics for PHP are supported with Sentry PHP SDK version `4.5.0` and above.
Expand Down
2 changes: 2 additions & 0 deletions docs/platforms/php/guides/laravel/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Set Up Metrics
description: "Learn how to measure the data points you care about by configuring Metrics in your Laravel app."
---

<Include name="feature-stage-alpha-metrics.mdx" />

<Note>

Metrics for Laravel are supported with Sentry Laravel SDK version `4.2.0` and above.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/python/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Set Up Metrics
description: "Learn how to measure the data points you care about by configuring Metrics in your Python app."
---

<Include name="feature-stage-alpha-metrics.mdx" />
<Note>

Metrics for Python are supported with Sentry Python SDK version `1.40.0` and above.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/react-native/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Set Up Metrics
description: "Learn how to measure the data points you care about by configuring Metrics in your React Native app."
---

<Include name="feature-stage-alpha-metrics.mdx" />
<PlatformContent includePath="metrics/version-support-note" />

Sentry metrics help you pinpoint and solve issues that impact user experience and app performance by measuring the data points that are important to you. You can track things like processing time, event size, user signups, and conversion rates, then correlate them back to tracing data in order to get deeper insights and solve issues faster.
Expand Down

0 comments on commit 0dfa4e7

Please sign in to comment.