epsagon / epsagon-go

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

fix(error_handler): correctly raise errors in http mux handler #103

Closed ronnathaniel closed 3 years ago

ronnathaniel commented 3 years ago

Upon user Error() inside mux handler:

[

Screen Shot 2021-08-19 at 10 11 00 AM

](url)

Up until now: the error would not show. And even when did, it showed the runner as still passing. Now: Both 1) Error displayed upon opening span 2) Runner shows as failing

ronnathaniel commented 3 years ago

bors r+