Releases: signalfx/splunk-otel-js-web
Releases · signalfx/splunk-otel-js-web
v0.0.15
- Initial support for webvitals
- Cookies setting now uses samesite
v0.0.14
- 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
- Disable script entirely on browsers lacking key APIs, until patches can be applied to restore partial instrumentation.
v0.0.12
- 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
- Refuse non https urls for beacon URL by default. (#5)
- Use hashchange listener to catch location.hash changes (#2)
v0.0.10
- Batching of zipkin spans
- Max length on all tag/attribute values (4096)
- Initial support for WebSocket instrumentation
v0.0.9
- Added
SplunkRum.setGlobalAttributes
v0.0.8
- 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
- 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
- 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.