-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make File I/O instrumentation configurable to not log filename/path #3324
Comments
hi @devPalacio that makes sense! it'd have to be part of |
Ya'll would have the best context on how to best implement it. Runtime works for me! |
@devPalacio we have the option |
Putting this behavior under the existing |
Problem Statement
I want to be able to use the
file.read
span without exposing user’s file paths. Currently, the filename is captured under Description and there’s also a file.path field in the data of the span.In a perfect world I'd like to keep the file extension and file size. We're currently using data scrubbing rules to redact this information.
Solution Brainstorm
Expose a setting in
SentryPluginExtension
such asThe text was updated successfully, but these errors were encountered: