Created At | Code | Commit | Controller/Action | Message | Stacktrace |
---|---|---|---|---|---|
<%= compact_time(exception.created_at) %> | <%= exception.code %> | <%= exception.version.present? ? link_to(exception.version, GitHelper.commit_url(exception.version)) : "Unknown" %> | <%= exception.extra_params.dig("params", "controller") %>/<%= exception.extra_params.dig("params", "action") %> | <%= truncate(exception.message, length: 50) %> | <%= link_to("View", exception_path(exception)) %> |