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.
Last updated
With Appetize, you can capture, inspect and troubleshoot all debug log events that occurred during your app session for real-time or later analysis.
Last updated
Note by default, a user needs to be authenticated to view debug logs for their app. See for more information.
To enable Appetize to capture all debug log events, you can choose to enable it through a query parameter or with the help of the JavaScript SDK.
Add the debug=true
query parameter to your app or embed URL
See for more information.
Set debug: true
in the configuration e.g.
See for more information.
The app page provides a simple debug log of all the events that took place. You can access this via your app's app link
You can listen for all debug log events via our JavaScript SDK. To easily view them in the browser you can print them to the console or you can store it to file for later analysis
or by going to your page, selecting the app you want to inspect, and then clicking debug
on the latest build or choosing a specific build you would like to debug.
See our JavaScript for more information.
Debug
for the app or a specific build