You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,15 +55,15 @@ Attributes support `bool`, `int`, `float`, and `String` data types. Other types
55
55
56
56
### Units
57
57
58
-
For gauge and distribution metrics, you can specify a unit as a string to help Sentry display values in a human-readable format. See [supported units](https://develop.sentry.dev/sdk/foundations/data-model/attributes/#units) for the full list.
58
+
For gauge and distribution metrics, you can specify a unit to help Sentry display values in a human-readable format. The `SentryUnit` singleton provides predefined constants for common units. See [supported units](https://develop.sentry.dev/sdk/foundations/data-model/attributes/#units) for the full list.
0 commit comments