We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99c6721 + 4872c62 commit 6a48a69Copy full SHA for 6a48a69
ddtrace/contrib/pymongo/__init__.py
@@ -1,6 +1,7 @@
1
"""
2
The pymongo integration works by wrapping pymongo's MongoClient to trace
3
-network calls. Basic usage::
+network calls. Pymongo 3.0 and greater are the currently supported versions.
4
+Basic usage::
5
6
from pymongo import MongoClient
7
from ddtrace import tracer
0 commit comments