getsentry / raven-go

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

Fix compatability with Go 1.12 #248

Closed MarkSRobinson closed 5 years ago

MarkSRobinson commented 5 years ago

Go 1.12 has changed how it determines what functions can be in-lined. This patch fixes raven-go to correctly handle when Go inlines a function in the stack.

kamilogorek commented 5 years ago

Thanks!