Skip to content

Commit 6a48a69

Browse files
committed
Merge branch 'master' of https://github.com/DataDog/dd-trace-py
2 parents 99c6721 + 4872c62 commit 6a48a69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ddtrace/contrib/pymongo/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
The pymongo integration works by wrapping pymongo's MongoClient to trace
3-
network calls. Basic usage::
3+
network calls. Pymongo 3.0 and greater are the currently supported versions.
4+
Basic usage::
45
56
from pymongo import MongoClient
67
from ddtrace import tracer

0 commit comments

Comments
 (0)