openzipkin/zipkin-js

Errors thrown by zipkin bubbles all the way to the top

Open

#424 geöffnet am 25. Juli 2019

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (167 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (569 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

When using zipkin-instrumentation-restify, an error that was being thrown in zipkin bubbled up all the way to the top, and out of the middleware, which causes the server to crash.

The error should be handled gracefully and not cause errors to be thrown out of the middleware.

This issue was also raised in #422 (direct quote link)

Contributor Guide