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 to true or false 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