We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3cbeb commit 96188dfCopy full SHA for 96188df
1 file changed
sentry_sdk/integrations/__init__.py
@@ -84,6 +84,7 @@ def iter_default_integrations(
84
"sentry_sdk.integrations.google_genai.GoogleGenAIIntegration",
85
"sentry_sdk.integrations.graphene.GrapheneIntegration",
86
"sentry_sdk.integrations.httpx.HttpxIntegration",
87
+ "sentry_sdk.integrations.httpx2.Httpx2Integration",
88
"sentry_sdk.integrations.huey.HueyIntegration",
89
"sentry_sdk.integrations.huggingface_hub.HuggingfaceHubIntegration",
90
"sentry_sdk.integrations.langchain.LangchainIntegration",
0 commit comments