getsentry / raven-go

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

fix RecoveryHandler rval type assertions #184

Closed yetingsky closed 6 years ago

yetingsky commented 6 years ago

rval may not implement error interface (like inpanic("string") ), need check explicitly.

mattrobenolt commented 6 years ago

This seems reasonable, thanks!