File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platforms/python/guides/pymongo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: PyMongo
3
3
description : " Learn about using Sentry with PyMongo."
4
4
---
5
5
6
- The Pymongo integration adds support for [ Pymongo ] ( https://www.mongodb.com/docs/drivers/pymongo/ ) , the official MongoDB
6
+ The PyMongo integration adds support for [ PyMongo ] ( https://www.mongodb.com/docs/drivers/pymongo/ ) , the official MongoDB
7
7
driver. It adds breadcrumbs and performace traces for all queries.
8
8
9
9
## Install
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ support_level: production
5
5
type : library
6
6
---
7
7
8
- The Pymongo integration adds support for [ Pymongo ] ( https://www.mongodb.com/docs/drivers/pymongo/ ) , the official MongoDB
8
+ The PyMongo integration adds support for [ PyMongo ] ( https://www.mongodb.com/docs/drivers/pymongo/ ) , the official MongoDB
9
9
driver. It adds breadcrumbs and performace traces for all queries.
10
10
11
11
1 . Install ` sentry-sdk ` from PyPI with the ` pymongo ` extra:
You can’t perform that action at this time.
0 commit comments