Releases: signalfx/splunk-otel-js-web
Release v0.4.1
Changes in this Release
- fixed TypeScript definitions
CDN
Version v0.4.1
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.4.1/splunk-otel-web.js" integrity="sha384-eZDSp3OSEUoeACfimFlMaPgHMvR4TXXSKcsk+YafdIYbkVp7KVLvHCZHCv/T9AH+" crossorigin="anonymous"></script>
Version v0.4
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.4/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0/splunk-otel-web.js" crossorigin="anonymous"></script>
Version latest
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.4.0
Changes in this Release
- New configuration option cookieDomain. This can be used to manually set session cookie domain.
- New option
exporter.onAttributesSerializing
- Wrap event listeners on document
- Upgrade to Otel 0.18.2
CDN
Version v0.4.0
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.4.0/splunk-otel-web.js" integrity="sha384-y8jj3p8DQW9AxYZbxOe6G9XxAY7TkUVXc9xfm47E6am0T2TTVDA4kdyanVKO5lYH" crossorigin="anonymous"></script>
Version v0.4
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.4/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0/splunk-otel-web.js" crossorigin="anonymous"></script>
Version latest
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.3.1
Changes in this release
- New meta version latest is now available from CDN, it is always updated, even if there are changes, which are not backwards-compatible
- Fix for issues in Safari 10 caused by array-like non-iterable types
CDN
Version v0.3.1
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.3.1/splunk-otel-web.js" integrity="sha384-6mzhUufNxy2KH123c4MzJ1ukFVxvnlbVziLV9WGXBvMKjGWYhBo7GYx5pqPpvoeX" crossorigin="anonymous"></script>
Version v0.3
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.3/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0/splunk-otel-web.js" crossorigin="anonymous"></script>
Version latest
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.3.0-rc.1
For changes in this Release see https://github.com/signalfx/splunk-otel-js-web#030-rc1
CDN
Version v0.3.0-rc.1
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.3.0-rc.1/splunk-otel-web.js" integrity="sha384-4ycDv1b4vXOreQFT2QpHP3SCxr1kL3KCJ2ZS4z12TIMTi25hcKWkgC7I+jbYMBfX" crossorigin="anonymous"></script>
Version v0.3.0-rc
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.3.0-rc/splunk-otel-web.js" crossorigin="anonymous"></script>
Version latest
WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity
attribute.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.2.0-rc.5
Changes in this Release
- TODO: please fill in the changes in this release
- TODO: please convert from draft into release when ready
CDN
Version v0.2.0-rc.5
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.2.0-rc.5/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0.2.0-rc
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.2.0-rc/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.2.0-rc.3
Changes in this Release
- Transpile runtime to es2015 in browser build (#82)
- Upgrade to OTel 0.18 and convert dependencies from git submodules to NPM (#80)
- Safety check before asking for xhr headers (#77)
CDN
Version v0.2.0-rc.3
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.2.0-rc.3/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0.2.0-rc
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.2.0-rc/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.1.1
Changes in this Release
- support for NPM
- fixed double reporting beacon, XRH and fetch during docload (#73)
NPM
npm install @splunk/[email protected] --save
CDN
Version v0.1.1
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.1.1/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0.1
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.1/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.1.0-alpha.5
Changes in this Release
- support for NPM
CDN
Version v0.1.0-alpha.5
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.1.0-alpha.5/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v0.1.0-alpha
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.1.0-alpha/splunk-otel-web.js" crossorigin="anonymous"></script>
Release v0.0.20
Changes in this Release
- fix: trying to supportedEntryTypes which may not exist
- docs for migrating manual instrumentation (#59)
- Capture resources loaded after page load event (#60)
- Safari10 support (#67)
CDN
Version v0.0.20
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.0.20/splunk-rum.js" crossorigin="anonymous"></script>
Version v0.0
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.0/splunk-rum.js" crossorigin="anonymous"></script>
Version v0
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0/splunk-rum.js" crossorigin="anonymous"></script>
Release v0.0.19
Changes in this Release
- confirmed that the package version and git tag checker works
CDN
Version v0.0.19
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.0.19/splunk-rum.js" crossorigin="anonymous"></script>
Version v0.0
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0.0/splunk-rum.js" crossorigin="anonymous"></script>
Version v0
WARNING: Content behind this URL might be updated when we release a new version.
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v0/splunk-rum.js" crossorigin="anonymous"></script>