epsagon / epsagon-go

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

handle lambdas that return error #28

Closed enoodle closed 4 years ago

enoodle commented 4 years ago

Handle the case of a lambda that returns an error to represent that error in the sent trace.

fixes #25