v0.20.0-beta.4
Pre-release
Pre-release
@splunk/otel-web
- feat: add
http.status_code
to all resources spans- Resource spans now contain status code. The status code is set always when browser reports it.
Browser does not report status code for cross-origin resources that do not havecrossorigin
attribute set.
in such cases, status code is omitted. (#936)
- Resource spans now contain status code. The status code is set always when browser reports it.
- fix: do not extend session from discarded session replay spans
- Session is not extended when span is discarded by session replay. Please see detailed info in PR description.
- There is a possibly breaking change as the
Splunk.getSessionId()
can returnundefined
when previous session
expired and there are no new spans. The API already was typed as returningstring | undefined
hence not
considered as a breaking change. See PR for explanation. (#939)
- feat: add
CDN
Version v0.20.0-beta.4
splunk-otel-web-session-recorder.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.20.0-beta.4/splunk-otel-web-session-recorder.js" integrity="sha384-ASiYh55V49sxCV4h36r8dh6Hl/Y0CqG5h4TZPs+sPV2W7Rvwx5gm9TdS5J2twiqk" crossorigin="anonymous"></script>
splunk-otel-web.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.20.0-beta.4/splunk-otel-web.js" integrity="sha384-YiyCJQ0ayszQjU3HbswmJnU58LyDVGxEoQd0yphoWw9sxsqtgVHesAca8DYvbZ4a" crossorigin="anonymous"></script>
Version v0.20.0-beta
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
splunk-otel-web-session-recorder.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.20.0-beta/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
splunk-otel-web.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.20.0-beta/splunk-otel-web.js" crossorigin="anonymous"></script>