Skip to main content

589 posts tagged with "Web SDK"

Updates related to the Pendo Web SDK

View All Tags

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

Web SDK 2.312.0

Added

  • debugger search bar design upgrade
  • add oem.pendo.io to trusted domains

Fixed

  • announcement modules inheriting isDarkMode state from RC
  • record index position of nested css rules correctly
  • race condition where agent analytics sometimes used the wrong url for page matching
  • guide not sized/positioned correctly after image load failure
  • session recording uses native Proxy implementation
  • required question markdown syntax for embedded content

Web SDK 2.311.1

Fixed

  • Predict frames will continue to pass messages even if a second guide shows

Web SDK 2.311.0

Added

  • Aliases for configuration options to support backwards compatibility
  • Plugin for Predict guides

Fixed

  • Fixed a race condition that could occur when a frame was removed during the display of a guide
  • Corrected agent references in configuration documentation
  • Improved cache invalidation for embedded guides to prevent displaying stale guides after metadata or identify events

Changed

  • Updated package references from @pendo/agent to @pendo/web-sdk to reflect new naming conventions

Web SDK 2.310.1

Fixed

  • revert "automatically activated badges sometimes point to wrong element"