Pipe all payloads destined for the observability vendor through Rails' parameter filter (configured with regex/string patterns for email, credit card, etc.) at a single point in the pipeline, rather than peppering filter_parameters across the codebase. Vendor-side redaction exists but ideally no PII should cross the wire in the first place. This pattern is under-documented and catches people out.