Skip to content

Commit 35c1048

Browse files
chore(metrics): Rename _metrics to metrics
1 parent 104db8c commit 35c1048

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sentry_sdk/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from sentry_sdk import profiler
2+
from sentry_sdk import metrics
23
from sentry_sdk.scope import Scope
34
from sentry_sdk.transport import Transport, HttpTransport
45
from sentry_sdk.client import Client
@@ -48,6 +49,7 @@
4849
"trace",
4950
"monitor",
5051
"logger",
52+
"metrics",
5153
"profiler",
5254
"start_session",
5355
"end_session",
File renamed without changes.

0 commit comments

Comments
 (0)