Compile error after braking change in pkg/errors
Hiiiiiii
Today a breaking change in github.com/pkg/errors package was merged which changes type for errors.Frame from a simple program counter to runtime.Frame.
github.com/evalphobia/logrus_sentry/sentry.go:314:16
cannot convert stFrames[i] (type "github.com/pkg/errors".Frame) to type uintptr
I will work on a MR right away
Is https://github.com/pkg/errors/issues/188 related to this? As it looks like related PR https://github.com/pkg/errors/pull/183 has just been merged.
@mexisme Yes dear good sir..
@arcana261 Thanks 🍡 #75 has been Merged. https://github.com/evalphobia/logrus_sentry/releases/tag/v0.7.0
OMG They've done it again :'( :'( :'(
I've again submitted another PR #76 which reverts us to using just PC's.