Skip to content

Commit 295dd8d

Browse files
provinzkrautsentrivanaantonpirker
authored
Auto enable Litestar integration (#3540)
Auto enable the Litestar integration added in #3358. --------- Co-authored-by: Ivana Kellyer <[email protected]> Co-authored-by: Anton Pirker <[email protected]>
1 parent bd50c38 commit 295dd8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
9595
"sentry_sdk.integrations.huey.HueyIntegration",
9696
"sentry_sdk.integrations.huggingface_hub.HuggingfaceHubIntegration",
9797
"sentry_sdk.integrations.langchain.LangchainIntegration",
98+
"sentry_sdk.integrations.litestar.LitestarIntegration",
9899
"sentry_sdk.integrations.loguru.LoguruIntegration",
99100
"sentry_sdk.integrations.openai.OpenAIIntegration",
100101
"sentry_sdk.integrations.pymongo.PyMongoIntegration",

0 commit comments

Comments
 (0)