Diagnosing the JavaScript SDK
When enabled, captured activity will be logged in the console.
Toggling debug mode
One of the below methods can be used to enable debug mode for the Seeka SDK and all of the enabled plugins.
- By setting
config.debug.isEnabled
totrue
orfalse
when initialising the SDK
Controlling verbosity
- By setting
config.debug.minimumLevel
when initialising the SDK. See values below.
Verbosity can be set to:
- verbose
- information
- warning
- error