DebugInformation
Defined in: sdks/js/browser-sdk/src/DebugInformation.ts:9
Debug information helpers for the client
This class is not intended to be initialized directly.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DebugInformation(
worker):DebugInformation
Defined in: sdks/js/browser-sdk/src/DebugInformation.ts:12
Parameters
Section titled “Parameters”worker
Section titled “worker”WorkerBridge<ClientWorkerAction>
Returns
Section titled “Returns”DebugInformation
Methods
Section titled “Methods”apiAggregateStatistics()
Section titled “apiAggregateStatistics()”apiAggregateStatistics():
Promise<string>
Defined in: sdks/js/browser-sdk/src/DebugInformation.ts:24
Returns
Section titled “Returns”Promise<string>
apiIdentityStatistics()
Section titled “apiIdentityStatistics()”apiIdentityStatistics():
Promise<IdentityStats>
Defined in: sdks/js/browser-sdk/src/DebugInformation.ts:20
Returns
Section titled “Returns”Promise<IdentityStats>
apiStatistics()
Section titled “apiStatistics()”apiStatistics():
Promise<ApiStats>
Defined in: sdks/js/browser-sdk/src/DebugInformation.ts:16
Returns
Section titled “Returns”Promise<ApiStats>
clearAllStatistics()
Section titled “clearAllStatistics()”clearAllStatistics():
Promise<void>
Defined in: sdks/js/browser-sdk/src/DebugInformation.ts:28
Returns
Section titled “Returns”Promise<void>

