evalphobia / logrus_sentry

sentry hook for logrus
MIT License
194 stars 78 forks source link

Convert merry stacktrace #87

Open beornf opened 4 years ago

beornf commented 4 years ago

Added support to convert stacktrace from https://github.com/ansel1/merry errors.

We could in addition support a generic error interface that returns []uintptr. This helps to convert the caller frames attached to error types while respecting stacktrace configuration settings.