getFocusedSession (app profile manager)
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);