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 as
sentry {
logFileNames = false
}