Debug Logs
With Appetize, you can capture, inspect and troubleshoot all debug log events that occurred during your app session for real-time or later analysis.
Capture Debug Logs
With Query Parameter
&debug=trueWith JavaScript SDK
await client.setConfig({
debug: true,
...
})Inspecting Debug Logs
With App Page

Debug for the app or a specific build
With JavaScript SDK
Last updated