From 2e8b78cda8cd128f71d8f427b9a1ca2dc67ca6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20Nouvertn=C3=A9?= <25355197+provinzkraut@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:40:07 +0200 Subject: [PATCH] Update docs --- docs/platforms/python/integrations/litestar/index.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/platforms/python/integrations/litestar/index.mdx b/docs/platforms/python/integrations/litestar/index.mdx index ed80f35c63e9fa..50371b6c576aa3 100644 --- a/docs/platforms/python/integrations/litestar/index.mdx +++ b/docs/platforms/python/integrations/litestar/index.mdx @@ -15,8 +15,11 @@ pip install --upgrade 'sentry-sdk[litestar]' uvicorn ## Configure -Add `LitestarIntegration()` to your `integrations` list: +If you have the `litestar` package in your dependencies, the Litestar integration will be enabled automatically when you initialize the Sentry SDK. +In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/). + +Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.