Skip to content

Commit fea8009

Browse files
committed
fix(litellm): removing LiteLLM from default enabled integration list
1 parent 1458c76 commit fea8009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def iter_default_integrations(with_auto_enabling_integrations):
9797
"sentry_sdk.integrations.langchain.LangchainIntegration",
9898
"sentry_sdk.integrations.langgraph.LanggraphIntegration",
9999
"sentry_sdk.integrations.litestar.LitestarIntegration",
100-
"sentry_sdk.integrations.litellm.LiteLLMIntegration",
101100
"sentry_sdk.integrations.loguru.LoguruIntegration",
102101
"sentry_sdk.integrations.openai.OpenAIIntegration",
103102
"sentry_sdk.integrations.pymongo.PyMongoIntegration",

0 commit comments

Comments
 (0)