Skip to content

Commit c26f35a

Browse files
authored
Auto-enable httpx integration if httpx installed (#2177)
1 parent 6d9195d commit c26f35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
6767
"sentry_sdk.integrations.redis.RedisIntegration",
6868
"sentry_sdk.integrations.pyramid.PyramidIntegration",
6969
"sentry_sdk.integrations.boto3.Boto3Integration",
70+
"sentry_sdk.integrations.httpx.HttpxIntegration",
7071
)
7172

7273

0 commit comments

Comments
 (0)