Skip to main content

shouldDebugLog

optional (default: true)

LogDuck will log debug information to the console when there are issues with the SDK. These can be useful for fixing your SDK configuration but you may want to hide them on the client side.

If you want to hide these messages, add this option to your configuration:

Script
feedback.init(YOUR_APP_ID, {
shouldDebugLog: false,
});

LogDuck will still attempt to log these messages to the dashboard, but depending on the issue encountered this may not be possible.