cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.09k stars 67 forks source link

What's the right way to avoid redacting third party errors? #134

Open pqn opened 10 months ago

pqn commented 10 months ago

If I'm using something like errors.Wrap, it seems like the error passed in is still redacted in Sentry reports. I would like to blanket mark certain error types as safe.