hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Improve exception handling user data scrubbing

Open kanej opened this issue 2 years ago • 0 comments
trafficstars

Sentry data collection uses the anonymized machineId when reporting exceptions. However, because we capture unexpected exceptions these can capture user home directory names, if there is a filesystem exception for instance.

Sentry has data scrubbing options: https://docs.sentry.io/platforms/node/data-management/sensitive-data/?original_referrer=https%3A%2F%2Fduckduckgo.com%2F

There does not appear to be a quick way of resolving this based on the above, instead a hand-coded approach is likely needed. The first step is a further investigation of the options.

kanej avatar May 11 '23 08:05 kanej