You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
We need custom functions that log errors in a useful way. Currently the app fails very ungracefully, which is frustrating. We either lose all information and the app stops, or we silently discard information and the app fails to inform the user.
We must perform error checking on our custom CURL function
We should save the state of each session for debugging purposes. For example: how long did each step take to complete? Which steps failed? What were the API error codes? How long did the output take to render, and what were the parameters?
This data should either be stored in a database or appended to flat log file
The text was updated successfully, but these errors were encountered:
We need custom functions that log errors in a useful way. Currently the app fails very ungracefully, which is frustrating. We either lose all information and the app stops, or we silently discard information and the app fails to inform the user.
The text was updated successfully, but these errors were encountered: