From c68fdc27c29c94c9271192c2a957fede158969c8 Mon Sep 17 00:00:00 2001 From: Lazar Nikolov Date: Thu, 20 Nov 2025 11:58:53 -0500 Subject: [PATCH] Update metrics usage documentation for Python --- platform-includes/metrics/usage/python.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/metrics/usage/python.mdx b/platform-includes/metrics/usage/python.mdx index 51b1d37ddb8c0..8e78dcaf9fd64 100644 --- a/platform-includes/metrics/usage/python.mdx +++ b/platform-includes/metrics/usage/python.mdx @@ -1,4 +1,4 @@ -Once the feature is enabled on the SDK and the SDK is initialized, you can send metrics using the `sentry_sdk.metrics` APIs. +Metrics are enabled by default. Once you initialize the SDK, you can send metrics using the `sentry_sdk.metrics` APIs. The `metrics` namespace exposes three methods that you can use to capture different types of metric information: `count`, `gauge`, and `distribution`.