HomeBrowser APIFullcaptureCallbacks and DelegatesVersion: v1Callbacks and DelegatesPlace your code inside the _fs_ready callback to ensure it gets executed after the Fullstory client API is fully initialized and ready to capture data.Additional Information FS.getCurrentSessionURL - Retrieving a session URL at time of data capture window['_fs_ready'] = function() {};Example Invocationwindow['_fs_ready'] = function() { var sessionUrl = FS.getCurrentSessionURL(); // Do stuff with session URL...};