Skip to content

Commit 8fc34fb

Browse files
committed
docstring
1 parent b2358eb commit 8fc34fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry_sdk/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ def enable_integration(integration: Integration) -> None:
542542
once the event loop is running, but without having to set up the whole SDK
543543
anew.
544544
545+
Running this function with an integration that is already enabled will not
546+
have any effect.
547+
545548
:param integration: The integration to enable.
546549
:type integration: sentry_sdk.integrations.Integration
547550
"""

0 commit comments

Comments
 (0)