Skip to main content

632 posts tagged with "Web SDK"

Updates related to the Pendo Web SDK

View All Tags

Web SDK v2.321.0

Added

  • HTML guides now support theme stylesheets
  • Support additional event properties on track and trackAgent calls
  • Improved error messaging and handling for rare failures to initialize.

Changed

  • removed duplicate computation of duration for guide & RC activity events

Fixed

  • fix session recording performance issue in angular applications
  • fixed double RC badge when broadcast channel is enabled
  • Ensure the agent debugger correctly reports the configured activation element for element-activated guides
  • Ensured tagged prompt agents only capture data from their configured page scope
  • Ensure clicks within shadow roots are correctly identified as active to prevent false dead click reports in Session Replay

Web SDK v2.320.0

Added

  • added flag to use target origin for designer connect message

Removed

  • Removed support for fully custom Resource Centers from the web SDK

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