honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

feat: allow errors to provide their own stack traces #51

Closed james-lawrence closed 2 months ago

james-lawrence commented 2 months ago

Status

READY

Description

this allows errors to report their actual stack trace without requiring honeybadger to be used to generate the error. related #48.

minor note: not my ideal approach due to the lack of standardization in the ecosystem for this but its a starting point.

Todos

subzero10 commented 2 months ago

@james-lawrence This was released with v0.7.0. Thanks!