More generally, when a handler throws a 500, right now, I get four different emails.
Instead, I want one email with all this data:
- who was the logged-in user or was it anonymous
- client IP address
- the path, for example, "/api/update-xyz"
- the method, like GET, or PUT, or POST, or whatever
- the traceback
- the request.body for a POST and request.wz_req.args for all requests
More generally, when a handler throws a 500, right now, I get four different emails.
Instead, I want one email with all this data: