birschick-bq opened a new pull request, #3157:
URL: https://github.com/apache/arrow-adbc/pull/3157

   Creates a wrapper class to the `Activity` class such that values traced 
will, by default, be redacted. 
   
   To ensure the value is not redacted, the developer needs to change the 
`isPii` flag to `false` when instrumenting tracing.
   
   Likewise, the `TraceActivity` methods will by default mark any exception 
message as PII. Developers can use the `exceptionIsPii` set to `false` to 
change the behavior.
   
   The `RedactedValue` structure includes the `GetUnredactedValue` method for 
listeners/exporters that can safely handle the unredacted PII.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to