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
when an error occurs and we're doing the handling bit in controller,
we need to manually capture backtrace (only in development), and add it to the trace.
The text was updated successfully, but these errors were encountered:
we convert a result into a response, handling errors in src/controllers/mod.rs. in there we manually report a warn trace
there are some recommendations that if you want to see errors from a handler, you need to instrument(err) it
there's a possibility that error reporting needs to be done via the logging middleware by adding .on_failure
we need to survey various other services/products and see how they report errors that may occur in handlers to the operators (this deals only with the developer and not user of the service)
when an error occurs and we're doing the handling bit in controller,
we need to manually capture backtrace (only in development), and add it to the trace.
The text was updated successfully, but these errors were encountered: