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

Add browser field to package.json #158

Closed charud closed 5 years ago

charud commented 5 years ago

The browser field provides as a hint to bundlers when packaging this library. This lets isomorphic applications import this library using the same import path in both the browser bundle and in Node, which is useful when the target environment is not known.

sbaum1994 commented 5 years ago

Thanks for the contribution! Will follow up shortly, but this looks 👍💯 to me.