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

Minified payload increased 6X by #111 #113

Open lawnsea opened 6 years ago

lawnsea commented 6 years ago

We are working on our first LightStep integration and noticed that the minified client is quite large, at 446KB. This seems to be a regression introduced by #111. Prior to that patch, the client was 71.8KB.

austinlparker commented 6 years ago

Thanks for opening this issue.

I'd suspect the size increase is due to adding the generated protobufs.

frenchfrywpepper commented 6 years ago

I'm going to take a look at this today. Thanks for raising.