getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 147 forks source link

fix cannot convert f #226

Closed loeffel-io closed 5 years ago

loeffel-io commented 5 years ago

closes #225

mattrobenolt commented 5 years ago

Can you link to the changelog or something here? Seems less than ideal if they changed their API like this in a patch release.

loeffel-io commented 5 years ago

yea. Should be this release

daniel-xyz commented 5 years ago

Changelog: https://github.com/pkg/errors/releases/tag/v0.8.1

More specifically type Frame uintptr has changed to type Frame runtime.Frame

mattrobenolt commented 5 years ago

Well. That’s a lot of changes for a patch release. :(

I’ll merge now in good faith.