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

Handle protobuf response in tracer #201

Closed stephen closed 4 years ago

stephen commented 4 years ago

The previous code would only handle the thrift-based response format. This change adds handling for the proto response for both timing and errors.

andrewcheelightstep commented 4 years ago

@iredelmeier or @austinlparker Can you review this? It looks like this affects clock skew correction on the JS tracer.