We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104db8c commit 35c1048Copy full SHA for 35c1048
sentry_sdk/__init__.py
@@ -1,4 +1,5 @@
1
from sentry_sdk import profiler
2
+from sentry_sdk import metrics
3
from sentry_sdk.scope import Scope
4
from sentry_sdk.transport import Transport, HttpTransport
5
from sentry_sdk.client import Client
@@ -48,6 +49,7 @@
48
49
"trace",
50
"monitor",
51
"logger",
52
+ "metrics",
53
"profiler",
54
"start_session",
55
"end_session",
sentry_sdk/_metrics.py renamed to sentry_sdk/metrics.py
0 commit comments