Skip to content

Commit 104d507

Browse files
committed
Add HttpxIntegration
1 parent 71eccf9 commit 104d507

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

utils/sentry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import functools
44
import sentry_sdk
55

6+
from sentry_sdk.integrations.httpx import HttpxIntegration
67
from sentry_sdk.integrations.logging import LoggingIntegration
78
from sentry_sdk.integrations.sqlalchemy import SqlalchemyIntegration
89

@@ -21,6 +22,7 @@
2122
event_level=logging.ERROR,
2223
),
2324
SqlalchemyIntegration(),
25+
HttpxIntegration(),
2426
],
2527
)
2628

0 commit comments

Comments
 (0)