fullstory-async-methods
SKILL.md
Fullstory Asynchronous Methods API
Overview
Fullstory's Browser API provides asynchronous versions of all methods by appending Async to the method name. These async methods return Promise-like objects that resolve when Fullstory has started and the action completes. This is essential for:
- Initialization Waiting: Wait for Fullstory to fully bootstrap before taking actions
- Session URL Retrieval: Get the session replay URL for logging, support tickets, etc.
- Error Handling: Know if an API call succeeded or failed
- Sequential Operations: Ensure operations complete in order
- Conditional Logic: Take action based on Fullstory state