Skip to content

Commit c44b2fe

Browse files
committed
fix: Update doccomment
1 parent 4f67cd4 commit c44b2fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ def iter_default_integrations():
1616
This returns the following default integration:
1717
1818
- `LoggingIntegration`
19+
- `StdlibIntegration`
1920
- `ExcepthookIntegration`
2021
- `DedupeIntegration`
2122
- `AtexitIntegration`
23+
- `ModulesIntegration`
2224
"""
2325
from sentry_sdk.integrations.logging import LoggingIntegration
2426
from sentry_sdk.integrations.stdlib import StdlibIntegration

0 commit comments

Comments
 (0)