Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record an exception as an error only when Plug.Exception.status/1
returns 500..599. It is encouraged in the Phoenix docs to use `Plug.Exception` with custom exceptions to generate for example 404 responses at certain places. These 404s should not be marked as error, since simple "route not found" 404s are also not marked as error.
- Loading branch information