Data scrubbing/Trace sampling feature request
SonnyFishback opened this issue · 1 comments
SonnyFishback commented
I am very happy with how simple this plugin made integrating Sentry with my backend however, after successfully integrating the plugin I realized that my project has a use case for scrubbing PII and there is no support for data scrubbing and trace sampling/filtering. (Please correct me if I'm wrong)
The Sentry SDK comes out the box with the two methods that are the beforeSend method and tracesSampler method to allow filtering of transactions and a way to delete specific data points from the event object before it is sent to Sentry.
Is this a feature that can be implemented?
SonnyFishback commented
Closing after further investigation
arabold/serverless-sentry-lib#28