get_errors
Retrieve detailed Shiny app errors, including server traces, output failures, browser console errors, and app exits. Set since_last to get only errors since the previous check.
Instructions
Every error seen so far: server errors with traces (and the output they broke), Shiny output errors, browser console errors, and the app exiting. With since_last=True, only errors since the previous since_last call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| since_last | No |