epsagon / epsagon-go

Automated tracing library for Go 1.x ⚡️
https://epsagon.com
MIT License
28 stars 11 forks source link

Allow reporting errors without crashing #27

Closed MatejBalantic closed 3 years ago

MatejBalantic commented 4 years ago

We have situations where a critical error occurs, but we decide to handle and suppress it and complete the execution with a fallback.

We'd still need to report this kind of error, even when there's no user-facing exception/panic.

Is there a way to do this? If not, consider this a feature request.

ranrib commented 3 years ago

fixed in https://github.com/epsagon/epsagon-go/pull/56