Skip to content

Commit cb043ca

Browse files
docs(tracing/instrumentation): add pyreqwest to suppoorted automatic instrumentation
1 parent 7d2afc5 commit cb043ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Many integrations for popular frameworks automatically capture transactions. If
2727
Spans are instrumented for the following operations within a transaction:
2828

2929
- Database queries that use SQLAlchemy or the Django ORM
30-
- HTTP requests made with HTTPX, requests, or the stdlib
30+
- HTTP requests made with HTTPX, pyreqwest, requests, or the stdlib
3131
- Spawned subprocesses
3232
- Redis operations
3333

0 commit comments

Comments
 (0)