zapsentry
zapsentry copied to clipboard
zap logger sentry core
In scenarios when `zapsentry` is used with zap and go-logr the existing frame filtering mechanism does not skip frames of the go-logr adapter. This PR adds an interface `FrameFilter` allowing...
This is very helpful in `BeforeSend`, to have the actual original `error` structs to be able for example to filter out `net.Error` instances
While inspecting this package, I realized that it may not fully support the recommended way to handle concurrency with Sentry. In particular, [Sentry recommends cloning Hubs in goroutines](https://docs.sentry.io/platforms/go/usage/concurrency/). Also, [Sentry...
For example we want to include log level and logger name in the title (in glitchtip).