Skip to content

Commit 0dfa4e7

Browse files
authored
add alpha note (#9249)
1 parent 88ed55e commit 0dfa4e7

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

docs/platforms/dotnet/metrics/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: "Learn how to measure the data points you care about by configuring
44
sidebar_order: 9000
55
---
66

7+
<Include name="feature-stage-alpha-metrics.mdx" />
8+
79
<Note>
810

911
Metrics for .NET are supported with Sentry .NET SDK version `4.0.0` and above.
@@ -90,4 +92,4 @@ using (SentrySdk.Metrics.StartTimer("bingo"))
9092
{
9193
// Your code goes here
9294
}
93-
```
95+
```

docs/platforms/javascript/common/metrics/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ notSupported:
77
- javascript.cordova
88
---
99

10+
<Include name="feature-stage-alpha-metrics.mdx" />
11+
1012
<PlatformContent includePath="metrics/version-support-note" />
1113

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

docs/platforms/php/common/metrics/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ notSupported:
55
- php.symfony
66
---
77

8+
9+
<Include name="feature-stage-alpha-metrics.mdx" />
810
<Note>
911

1012
Metrics for PHP are supported with Sentry PHP SDK version `4.5.0` and above.

docs/platforms/php/guides/laravel/metrics/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Set Up Metrics
33
description: "Learn how to measure the data points you care about by configuring Metrics in your Laravel app."
44
---
55

6+
<Include name="feature-stage-alpha-metrics.mdx" />
7+
68
<Note>
79

810
Metrics for Laravel are supported with Sentry Laravel SDK version `4.2.0` and above.

docs/platforms/python/common/metrics/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Set Up Metrics
33
description: "Learn how to measure the data points you care about by configuring Metrics in your Python app."
44
---
55

6+
<Include name="feature-stage-alpha-metrics.mdx" />
67
<Note>
78

89
Metrics for Python are supported with Sentry Python SDK version `1.40.0` and above.

docs/platforms/react-native/metrics/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Set Up Metrics
33
description: "Learn how to measure the data points you care about by configuring Metrics in your React Native app."
44
---
55

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

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

0 commit comments

Comments
 (0)