lightstep-tracer-javascript
lightstep-tracer-javascript copied to clipboard
Lightstep distributed tracing library for Node.js and the browser
Bumps [terser](https://github.com/terser/terser) from 5.13.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4 20f29fe Backport #1543:...
The default_span_tags input appears to be an object with a key/value pairs. Given this, string is a bit misleading.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
It'd be nice to have typescript definitions for lightstep tracer, since it extends what's in opentracing spec. Would this repo be a good place to host such typedefs?
Adding support for Envoy Propagator, i.e. injecting Span context as a binary string under a single `x-ot-span-context` header. This is required for applications making requests to services behind Istio. Istio...
This would allow properties of spanContext to be read without accessing private variables. Alternatively, the private variables could simply be made public, though this seems less safe. Also because the...
As you may be aware, in Chrome 80, [they're changing the way that cookies are handled if the SameSite attribute isn't set for a cookie.](https://blog.chromium.org/2019/10/developers-get-ready-for-new.html) While looking into cookies that...
We should centralize the config in a [config file](https://babeljs.io/docs/en/config-files).