Skip to content

Commit f03a288

Browse files
authored
Python: Added supported PyMongo/Python versions. (#5775)
* Addes supported PyMongo/Python combinations
1 parent e09cea7 commit f03a288

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/platforms/python/guides/pymongo/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: "Learn about using Sentry with PyMongo."
55

66
The PyMongo integration adds support for [PyMongo](https://www.mongodb.com/docs/drivers/pymongo/), the official MongoDB driver.
77

8-
98
## Install
109

1110
Install `sentry-sdk` from PyPI with the `pymongo` extra:
@@ -44,7 +43,6 @@ automatically.
4443

4544
</Note>
4645

47-
4846
## Behavior
4947

5048
The following information about your MonogDB queries will be available to you on Sentry.io:
@@ -68,3 +66,8 @@ If you use a different driver (for example, `TxMongo`), this integration won't w
6866

6967
While `mongomock` can be used to replace `PyMongo` in tests, it doesn't implement all features available in the official
7068
driver. This integration will not generate any breadcrumbs or spans from `mongomock`'s clients.
69+
70+
## Supported Versions
71+
72+
- PyMongo: 3.1+, 4.0, 4.1, 4.2
73+
- Python: 2.7 (PyMongo 3.1+), Python 3.6+ (PyMongo 4.0), Python 3.7+ (PyMongo 4.1+)

0 commit comments

Comments
 (0)