Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/platforms/python/integrations/pymongo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ The following information about your MongoDB queries will be available to you on
- Breadcrumbs for all MongoDB queries
- Personal identifiable information (PII) will be stripped from all MongoDB queries if `send_default_pii` is disabled in the SDK. (This was tested for PyMongo 4.2 and below, but "should" also be future proof)

![MongoDB query details are shown as a waterfall diagram](./img/pymongo-query-performance-details.png)

### Other MongoDB libraries

PyMongo is an official synchronous driver for MongoDB. It means that many other Python libraries interacting with
Expand Down
Loading