Skip to main content

596 posts tagged with "Web SDK"

Updates related to the Pendo Web SDK

View All Tags

Web SDK 2.319.0

Changed

  • Moved the focus management logic to the guide runtime script to improve interaction handling
  • Moved auto focus handlers to the guide runtime script
  • update to use 0s instead of asterisks for masking number inputs in session replay

Fixed

  • fix issue where calling onGuideAdvanced with no arguments could advance an embedded guide
  • Improve code sharing to reduce file size of independent plugins
  • fix issue where RC randomly re-opens the home view instead of the active module

Web SDK 2.318.0

Added

  • send performance metrics from web sdk at 10% sample rate
  • add force account id property to predict plugin
  • flush event buffer on frustration event

Fixed

  • fix duplicated DOM lookups
  • fix errors in network capture when frame has "null" origin
  • failure to validate a RC module will not invalidate the entire RC
  • HTML guides plugin fails to initialize on staging servers
  • improved caching for segment flags

Changed

  • move scroll handling to runtime scripts

Web SDK 2.317.0

Added

  • run debugger query tester in all frames

Fixed

  • limit segment flag cache to local storage
  • focus activation element when poll on last step is submitted
  • support contains selectors for html guides
  • fix debugger in local html files
  • session recording treats querySelector/querySelectorAll as methods in untainted prototype check

Changed

  • embeds use display channels
  • form validators use display channels
  • move advance on click/hover handling to guide runtime

Web SDK 2.316.0

Added

  • submit poll action for HTML guides
  • add option to delay initialize until app is visible
  • add advance on element click for HTML guides

Fixed

  • fix session recordering resource caching font url regex matching across quotes and de-duplicate matches
  • auto install waits until frame has content before auto installing
  • predict plugin supports recordId of any length
  • remove noisy error logs when session recording fails to fetch visitor configuration
  • remove noisy postMessage logs

Web SDK 2.315.0

Added

  • HTML guides plugin
  • guide display channel support
  • excludeRequestUrls config option for network logs
  • add localStorage caching to segment flags plugin

Fixed

  • fix issue where guide could display before its badge was displayed
  • fix issue where throttling could be ignored in multi-tab/window scenarios
  • avoid sending multiple RRWEB_ERROR logs
  • fix Guide Personalization in URLs
  • clear do not process flag when identity changes

Web SDK 2.314.0

Added

  • add link to guide from last step seen in debugger
  • allow up to 7 days of offline data if localStorageUnload is enabled
  • analytics request retry backoff raised to 5 minutes
  • analytics request timeout is time-based instead of a fixed number of failures

Fixed

  • fix guide logic in markdown scripts for embedded guides
  • ensure all promises involved in guide loading are resolved or rejected

Web SDK 2.313.0

Added

  • pass active guide and RC module ID to listen portal
  • added alias support for publicAppId
  • analytics events can be cancelled by plugins before being sent
  • enhanced debugger search bar functionality
  • add config option to force leader frame

Fixed

  • fixed config aliasing conflicts
  • fix guide advance breaks if host application overrides Array.prototype.find incorrectly