spandex-project / spandex_phoenix

Phoenix Instrumentation tracer
MIT License
82 stars 29 forks source link

improvement: update top span with errors, so service error gets tagged #64

Closed zachdaniel closed 1 week ago

zachdaniel commented 1 year ago

We may want to put this behind a configuration, but as it stands now, an exception does not mark the entire service call as a failure because the exception is in the router_dispatch span not the top span.