We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be60345 commit 44dd1e5Copy full SHA for 44dd1e5
sentry_sdk/api.py
@@ -542,7 +542,7 @@ 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
- :param integration: The integration instance or class to enable.
+ :param integration: The integration to enable.
546
:type integration: sentry_sdk.integrations.Integration
547
"""
548
client = get_client()
0 commit comments