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 500e070 commit 6cde369Copy full SHA for 6cde369
sentry_sdk/integrations/__init__.py
@@ -9,7 +9,15 @@
9
10
11
def get_default_integrations():
12
- """Returns an iterator of default integration instances."""
+ """Returns an iterator of default integration instances.
13
+
14
+ This returns the following default integration:
15
16
+ - `LoggingIntegration`
17
+ - `ExcepthookIntegration`
18
+ - `DedupeIntegration`
19
+ - `AtexitIntegration`
20
+ """
21
from .logging import LoggingIntegration
22
from .excepthook import ExcepthookIntegration
23
from .dedupe import DedupeIntegration
0 commit comments