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 6d9195d commit c26f35aCopy full SHA for c26f35a
sentry_sdk/integrations/__init__.py
@@ -67,6 +67,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
67
"sentry_sdk.integrations.redis.RedisIntegration",
68
"sentry_sdk.integrations.pyramid.PyramidIntegration",
69
"sentry_sdk.integrations.boto3.Boto3Integration",
70
+ "sentry_sdk.integrations.httpx.HttpxIntegration",
71
)
72
73
0 commit comments