phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Data Scrubbing #96

Open phptek opened 2 months ago

phptek commented 2 months ago

Introduction

This feature should comprise a review and perhaps a PoC of the Sentry SDK's ability to leverage the before_send hook in a Silverstripe context, to scrub some PII data, prior to telemtry being sent back to the server.

Sentry itself has some fairly powerful server-side controls for data-scrubbing, but not so Glitchtip (See issue I reported here).

Resources