diff --git a/sentry_sdk/metrics.py b/sentry_sdk/metrics.py index 30f8191126..167e49da05 100644 --- a/sentry_sdk/metrics.py +++ b/sentry_sdk/metrics.py @@ -1,8 +1,3 @@ -""" -NOTE: This file contains experimental code that may be changed or removed at any -time without prior notice. -""" - import time from typing import Any, Optional, TYPE_CHECKING, Union