lightstep / lightstep-tracer-javascript

Lightstep distributed tracing library for Node.js and the browser
https://lightstep.com
MIT License
77 stars 66 forks source link

LS-10207: Fixes crashes when a bad response is returned #167

Closed bg451 closed 5 years ago

bg451 commented 5 years ago

Only happens in node, essentially a 400 would be returned so resp would stay null, but toObject would be called on that anyway.