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 4f67cd4 commit c44b2feCopy full SHA for c44b2fe
sentry_sdk/integrations/__init__.py
@@ -16,9 +16,11 @@ def iter_default_integrations():
16
This returns the following default integration:
17
18
- `LoggingIntegration`
19
+ - `StdlibIntegration`
20
- `ExcepthookIntegration`
21
- `DedupeIntegration`
22
- `AtexitIntegration`
23
+ - `ModulesIntegration`
24
"""
25
from sentry_sdk.integrations.logging import LoggingIntegration
26
from sentry_sdk.integrations.stdlib import StdlibIntegration
0 commit comments