We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2358eb commit 8fc34fbCopy full SHA for 8fc34fb
sentry_sdk/api.py
@@ -542,6 +542,9 @@ def enable_integration(integration: Integration) -> None:
542
once the event loop is running, but without having to set up the whole SDK
543
anew.
544
545
+ Running this function with an integration that is already enabled will not
546
+ have any effect.
547
+
548
:param integration: The integration to enable.
549
:type integration: sentry_sdk.integrations.Integration
550
"""
0 commit comments