편집

다음을 통해 공유


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);