Skip to content

Releases: signalfx/splunk-otel-js-web

v0.0.8

11 Sep 19:08
Compare
Choose a tag to compare
  • Use real zipkin exporter from otel-js rather than hacked-together job
  • Upstream updates
  • Resource fetch spans now named resourceFetch and have http.url tag rather than naming the span after the loaded resource URL
  • Document load now works more reliably on Firefox
  • resource fetches now include http.request_content_length where available

v0.0.7

03 Sep 15:16
Compare
Choose a tag to compare
  • max session age of 24 hours
  • upstreamed fix for properly reporting relative URLs in xhr/fetch
  • documentLoad span now has document.referrer and screen.xy tags
  • name of xhr span is now HTTP {METHOD} rather than the URL (url still found in http.url tag)
  • remove biased language

0.0.6

27 Aug 14:57
Compare
Choose a tag to compare
  • Rename route change to routeChange
  • Add new error event category - captured DOM errors from the document (e.g., broken image links)
  • Event bubbling: report multiple listeners on the same event as child spans.

v0.0.5

17 Aug 18:56
Compare
Choose a tag to compare

New minification from rollup - ~35% smaller downloads!

0.0.4

13 Aug 16:59
Compare
Choose a tag to compare

Test release for the new deployment infrastructure.

0.0.3

05 Aug 16:26
Compare
Choose a tag to compare

Reworked build + release system to use submodules and pull in latest upstream otel-js fixes. This includes http.response_content_length.

0.0.2

30 Jul 15:56
Compare
Choose a tag to compare

Testing out release steps.