Skip to content

v1.1.0

Choose a tag to compare

@srv-gh-o11y-rum srv-gh-o11y-rum released this 21 Oct 16:25
4ac6c4f

1.1.0

  • @splunk/otel-web

    • Collect Text from Clicked Elements #1332
      • Click events now capture text content from the clicked elements with privacy-first defaults
      • Default Behavior: By default, only the element's tag name is collected (e.g., [Button]), ensuring no sensitive information is captured
      • Masking & Unmasking: Use maskAllText and sensitiveRules configuration options to control text capture behavior, similar to session replay functionality
      • Examples:
        • Default: Clicked to '[Button]' for <button>Potentially sensitive text</button>
        • After explicitly unmasking: Clicked to 'Potentially sensitive text'
      • See documentation for details on masking configuration
  • @splunk/otel-web-session-recorder

    • Add browser compatibility guard and enable polyfills for session recorder CDN bundle #1450
      • Prevents session recorder initialization in unsupported browsers and enables automatic polyfill injection for the CDN bundle.

CDN

Version v1.1.0

background-service.html:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1.1.0/background-service.html" integrity="sha384-l3e3SkIe70EJszv9JJHolIysOS6TtstZ0BLj3SJ2B1VCx2zRfWesvIyPW9ryAxcw" crossorigin="anonymous"></script>
splunk-otel-web-session-recorder.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1.1.0/splunk-otel-web-session-recorder.js" integrity="sha384-mcPcBFuXOE0CVSUtvhDm9M9PT82GzWLdku7bDUFzwDFKDZG05bAhQtKp4LlsboDk" crossorigin="anonymous"></script>
splunk-otel-web.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1.1.0/splunk-otel-web.js" integrity="sha384-FxBJDOf/jiV/jfujmzYrH9uYbj6qcF9QQFTGgGyCTh2ny7+R6vEevZCrHNEEn3uz" crossorigin="anonymous"></script>
Version v1.1

WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity attribute.

background-service.html:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1.1/background-service.html" crossorigin="anonymous"></script>
splunk-otel-web-session-recorder.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1.1/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
splunk-otel-web.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1.1/splunk-otel-web.js" crossorigin="anonymous"></script>
Version v1

WARNING: Content behind this URL might be updated when we release a new version.
For this reason we do not provide integrity attribute.

background-service.html:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1/background-service.html" crossorigin="anonymous"></script>
splunk-otel-web-session-recorder.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
splunk-otel-web.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v1/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.

background-service.html:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/background-service.html" crossorigin="anonymous"></script>
splunk-otel-web-session-recorder.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
splunk-otel-web.js:
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossorigin="anonymous"></script>