Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the session object of the session that is in focus.
Syntax
Microsoft.Apm.getFocusedSession();
Return value
Session as an object.
Example
const session = Microsoft.Apm.getFocusedSession();
console.log(session.sessionId);