Skip to content

Commit c31f3af

Browse files
authored
docs(metrics): remove unsupported set type (#16056)
1 parent 7bbcb7a commit c31f3af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

develop-docs/sdk/telemetry/metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ If `debug` is set to `true` in SDK init, calls to the Sentry metrics API should
552552
"span_id": "b0e6f15b45c36b12",
553553
"name": "active.users",
554554
"value": 12345,
555-
"type": "set",
555+
"type": "gauge",
556556
"attributes": {
557557
"cohort": { "value": "beta", "type": "string" },
558558
"sentry.sdk.name": { "value": "sentry.javascript.browser", "type": "string" },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ notSupported:
1111
- javascript.capacitor
1212
---
1313

14-
With [Sentry Metrics](/product/explore/metrics/), you can send counters, gauges, distributions, and sets from your applications to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
14+
With [Sentry Metrics](/product/explore/metrics/), you can send counters, gauges, and distributions from your applications to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
1515

1616
<Alert>
1717
This feature is currently in open beta. Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/discussions/18055) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_section: features
77
beta: true
88
---
99

10-
With Sentry Metrics, you can send counters, gauges, distributions, and sets from your applications to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
10+
With Sentry Metrics, you can send counters, gauges, and distributions from your applications to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
1111

1212
<Alert>This feature is currently in open beta.</Alert>
1313

0 commit comments

Comments
 (0)