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
* Allowed configuration of Sentry send_default_pii parameter.
Also changed default value of send_default_pii to False to avoid sending sensitive data to Sentry.
Closesnetbox-community#16802
* Order alphabetically & link to Sentry parameter documentation
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
Copy file name to clipboardExpand all lines: docs/configuration/error-reporting.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,17 @@ The sampling rate for errors. Must be a value between 0 (disabled) and 1.0 (repo
31
31
32
32
---
33
33
34
+
## SENTRY_SEND_DEFAULT_PII
35
+
36
+
Default: False
37
+
38
+
Maps to the Sentry SDK's [`send_default_pii`](https://docs.sentry.io/platforms/python/configuration/options/#send-default-pii) parameter. If enabled, certain personally identifiable information (PII) is added.
39
+
40
+
!!! warning "Sensitive data"
41
+
If you enable this option, be aware that sensitive data such as cookies and authentication tokens will be logged.
42
+
43
+
---
44
+
34
45
## SENTRY_TAGS
35
46
36
47
An optional dictionary of tag names and values to apply to Sentry error reports.For example:
0 commit comments