getFocusedSession(应用配置文件管理器)

返回焦点会话的会话对象。

Syntax

Microsoft.Apm.getFocusedSession();

返回值

会话作为对象。

Example

const session = Microsoft.Apm.getFocusedSession();
console.log(session.sessionId);