lightstep-tracer-javascript
lightstep-tracer-javascript copied to clipboard
Lightstep distributed tracing library for Node.js and the browser
The lightstep tracing module in envoy/ambassador passes down the headers `x-ot-span-context` and `x-request-id`, none of which work with the custom `tracer.extract()` function. Renaming `x-request-id` to `ot-tracer-traceid` is not an issue,...
Currently to use in the browser you have to either load the minified bundle, which includes (and duplicates) dependencies that I may already have in my bundle, or bundle with...
We are working on our first LightStep integration and noticed that the [minified client](https://github.com/lightstep/lightstep-tracer-javascript/blob/b9a0031b88f692745defe66804d6c2bf9dcb9de9/dist/lightstep-tracer.min.js) is quite large, at 446KB. This seems to be a regression introduced by #111. Prior to...
We would like to be able to add http context headers to the XHR requests when xhr_instrumentation is enabled. Either doing it automatically or by accepting a callback which would...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade thrift from 0.18.0 to 0.18.1. :information_source: Keep your dependencies up-to-date....
Just curious if this library sets a default value for the `sampling.priority` tag? I didn't see it anywhere in the library, but I wanted to check in case I'm missing...
**I am leaving this as information for the community. I understand this library might not be anymore supported, so I'm not expecting a fix.** We are running a Node.js application...