Fixed Continued improvements on excessive exception logging on our internal reporting servers.
Fixed In the Salesforce.com Lightning agent, the validateEnvironment call has been fixed.
To track the most current agent and SDK versions subscribe to our RSS feed
Fixed Continued improvements on excessive exception logging on our internal reporting servers.
Fixed In the Salesforce.com Lightning agent, the validateEnvironment call has been fixed.
Fixed Hotfix for an issue causing excessive exception logging to our internal reporting servers.
Fixed Title attribute is now on the allow-list for guide attributes to be rendered
Added Configuration option to disable the feedback functionality
Added A new type of event collected from clicks that happen inside of guides
Added pendo.track calls are buffered while the staging version of the agent is loaded
Added New initSDKwithoutVisitor APIs that we recommend using in the common case when the visitorId is not known at the time the SDK is initialized. The visitorId can be set later via switchVisitor.
initSdkWithoutVisitor
in Application::onCreate method.switchVisitor
in Activity::onCreate methodAdded A new endSession API was added to support applications running as an Android Service. This API should be called in the service’s onTaskRemoved method. It will clean the Pendo session while the application keeps running.