Skip to content

Debug Logging

Enable or disable debug logging using the debug property:

js
const clientOptions = {
  debug: true
};

Released under the MIT License.