Skip to content

Commit 9db7454

Browse files
Added aredis to PATCH_MODULES in _monkey.py (#2949)
The PATCH_MODULES object in the _monkey module did not contain aredis; I added it and set its default value to true. Co-authored-by: Kyle Verhoog <[email protected]>
1 parent 0e9e013 commit 9db7454

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ddtrace/_monkey.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
# Default set of modules to automatically patch or not
2020
PATCH_MODULES = {
21+
"aredis": True,
2122
"asyncio": True,
2223
"boto": True,
2324
"botocore": True,
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
upgrade:
3+
- |
4+
The aredis integration is now enabled by default.

0 commit comments

Comments
 (0)