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

Allow a custom logger to be provided #143

Closed Rowno closed 5 years ago

Rowno commented 5 years ago

This adds a new logger option that allows people supply a custom logger function. This is useful for people that use a structured logger like winston and also allows people to send errors to an error tracker like Sentry.

I also deleted the yarn.lock because the CI is using npm, not yarn.

austinlparker commented 5 years ago

Hey, this looks good - I went ahead and manually merged it because the built files got out of whack.