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

Reset default transport to Thrift rather than Proto on 0.20.x line. #121

Closed austinlparker closed 6 years ago

austinlparker commented 6 years ago

When 0.20.10 was released, it switched the default transport from thrift to protobuf. This is a breaking change, and should have been done alongside an appropriate version bump. Since we've already put it out the door, though, we can restore balance to the force by releasing a new version on 0.20.x that goes back to thrift default.

I've also added to the README a section explaining the new option.

(This fixes #120)