Skip to main content

Web SDK 2.294.0

Added

  • add css selector test feature to debugger
  • support for rendering guides in dark mode
  • add event performance to debugger
  • intercept xhr + fetch responses (if enabled)

Fixed

  • fix for text area child nodes not getting masked in session recording
  • fix race condition where guide display could be attributed to wrong visitor during identity change
  • events only marked with recording IDs when recording is started

Web SDK 2.293.1

Fixed

  • agent requests itself in a loop if snippet is modified to add a query parameter to agent script url

Web SDK 2.293.0

Added

  • Add page only capability to to prompt analytics

Fixed

  • reduce frequency of replays comprised entirely of inactivity
  • page/click event properties are stopped after 3 consecutive timeouts (instead of 1)

Web SDK 2.292.1

Fixed

  • document element continuously updating when an iframe is present
  • guide caching breaks behavior of snoozed and repeat guides

Web SDK 2.292.0

Added

  • add performance monitoring tab in agent debugger using PerformanceAPI
  • handle conditional split actions in guide activity
  • added option for url transforms to apply url like node attributes in the dom
  • allow multiple snippet installs to run side by side

Fixed

  • re-fetch recording config if the inactivity timeout is reached
  • do not display events in debugger while running designer or preview
  • updated console capture data format
  • debugger handles invalid activeTab value in storage

Web SDK 2.291.0

Added

  • guide cache persists across page loads (if flag is enabled)
  • the ::shadow combinator is no longer required for guide targeting if observeShadowRoots is enabled
  • additional error logging for session recording

Fixed

  • inline badges are now visible in shadow root host elements
  • allowed text containing . characters did not work correctly
  • debug flag was not read from storage correctly in some cases
  • never watermark embedded guides

Web SDK 2.290.2

Fixed

  • Revert "the ::shadow combinator is no longer required for guide targeting if observeShadowRoots is enabled"