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
refactor: honor send_default_pii in sentry-actix and sentry-tower (#771)
* refactor: honor `send-default-pii` in `sentry-actix` and `sentry-tower`
* also actix request body
* improve
* deprecate instead of removing
* improve
* improve
Copy file name to clipboardExpand all lines: sentry-core/src/clientoptions.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ pub struct ClientOptions {
120
120
pubmax_breadcrumbs:usize,
121
121
/// Attaches stacktraces to messages.
122
122
pubattach_stacktrace:bool,
123
-
/// If turned on some default PII informat is attached.
123
+
/// If turned on, some information that can be considered PII is captured, such as potentially sensitive HTTP headers and user IP address in HTTP server integrations.
0 commit comments