isInDebugMode

Indicates whether the SDK was started in debug mode or not. When debug mode is active, additional logs will be printed for debugging purposes.

Arguments

none

Returns

Promise<boolean> Whether debug mode is currently active

Last updated