You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platforms/python/guides/pymongo/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The following information about your MonogDB queries will be available to you on
51
51
52
52
- Performance traces for all MongoDB queries
53
53
- Breadcrumbs for all MongoDB queries
54
-
- Personal identifiable information (PII) will be stripped from all MongoDB queries. (This was tested for PyMongo 4.2 and below, but "should" also be future proof)
54
+
- 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)
55
55
56
56

0 commit comments