We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e6a10 commit 0622cf4Copy full SHA for 0622cf4
sentry_sdk/client.py
@@ -84,6 +84,7 @@
84
85
_client_init_debug = ContextVar("client_init_debug")
86
87
+
88
SDK_INFO: "SDKInfo" = {
89
"name": "sentry.python", # SDK name will be overridden after integrations have been loaded with sentry_sdk.integrations.setup_integrations()
90
"version": VERSION,
0 commit comments