diff --git a/docs/platforms/python/tracing/instrumentation/automatic-instrumentation.mdx b/docs/platforms/python/tracing/instrumentation/automatic-instrumentation.mdx index b1e73f973a3258..7b69826d1cdde5 100644 --- a/docs/platforms/python/tracing/instrumentation/automatic-instrumentation.mdx +++ b/docs/platforms/python/tracing/instrumentation/automatic-instrumentation.mdx @@ -27,7 +27,7 @@ Many integrations for popular frameworks automatically capture transactions. If Spans are instrumented for the following operations within a transaction: - Database queries that use SQLAlchemy or the Django ORM -- HTTP requests made with HTTPX, requests, or the stdlib +- HTTP requests made with HTTPX, pyreqwest, requests, or the stdlib - Spawned subprocesses - Redis operations