claytoneast

Results 2 issues of claytoneast

## Summary The sentry-go http library by default recovers panics. The relevant library code is here, https://github.com/getsentry/sentry-go/blob/v0.13.0/http/sentryhttp.go#L107 It does this because it is an error reporting SDK, and thus it...

Type: Bug
Status: Backlog

Ran into an issue where my hashing values were off, and I hadn't realized that the `key` needed to be a Uint8. I was just passing a string, and the...