Get Session Details
Get the current session ID with FS.getCurrentSession.
Get a link to the session replay with FS.getCurrentSessionURL.
Since 1.3
Get a link to the current moment in time in session replay with FS.getCurrentSessionURL(boolean)
Parameters
- now boolean optional
Default value:
falseIf
true, the returned URL links to the moment in the replay when the method is invoked. Otherwise, the URL returned by the method links to the beginning of the session replay.
Special Consideration
The Fullstory SDK always fetches the latest privacy rules from the server before starting capture.
If called before a session is initialized, these methods will return null. You can register a callback to be notified of session data and get a replay link as soon as the session is ready.