Skip to content

Commit 444647a

Browse files
committed
Enable requests integration by default
1 parent a304be5 commit 444647a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ddtrace/monkey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'pymemcache': True,
3838
'pymongo': True,
3939
'redis': True,
40-
'requests': False, # Not ready yet
40+
'requests': True,
4141
'sqlalchemy': False, # Prefer DB client instrumentation
4242
'sqlite3': True,
4343
'aiohttp': True, # requires asyncio (Python 3.4+)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ contacting support.
104104
+--------------------------------------------------+---------------+----------------+
105105
| :ref:`rediscluster` | >= 1.3.5 | Yes |
106106
+--------------------------------------------------+---------------+----------------+
107-
| :ref:`requests` | >= 2.08 | No |
107+
| :ref:`requests` | >= 2.08 | Yes |
108108
+--------------------------------------------------+---------------+----------------+
109109
| :ref:`sqlalchemy` | >= 1.0 | No |
110110
+--------------------------------------------------+---------------+----------------+

0 commit comments

Comments
 (0)