Skip to content

Releases: signalfx/splunk-otel-js-web

v0.0.15

11 Dec 15:20
Compare
Choose a tag to compare
  • Initial support for webvitals
  • Cookies setting now uses samesite

v0.0.14

04 Dec 19:49
Compare
Choose a tag to compare
  • Introduce basic rate limit for spans to prevent runaway data growth
  • Add spanProcessor as option for filtering spans in the browser
  • Update batch period to 5 seconds

v0.0.13

12 Nov 15:34
Compare
Choose a tag to compare
  • Disable script entirely on browsers lacking key APIs, until patches can be applied to restore partial instrumentation.

v0.0.12

09 Nov 18:06
Compare
Choose a tag to compare
  • New ignoreUrls option to not report spans for matching urls
  • Documented the OpenTelemetry SplunkRum.provider for manual instrumentation
  • Minor bug fixes, latest code from upstream, work towards open-sourcing the repo, etc.

v0.0.11

21 Oct 14:29
Compare
Choose a tag to compare
  • Refuse non https urls for beacon URL by default. (#5)
  • Use hashchange listener to catch location.hash changes (#2)

v0.0.10

25 Sep 16:00
Compare
Choose a tag to compare
  • Batching of zipkin spans
  • Max length on all tag/attribute values (4096)
  • Initial support for WebSocket instrumentation

v0.0.9

17 Sep 16:01
Compare
Choose a tag to compare
  • Added SplunkRum.setGlobalAttributes

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.