We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8866bd commit dd1f36cCopy full SHA for dd1f36c
src/com/moclojer/components/router.clj
@@ -29,7 +29,11 @@
29
(defn- coercion-error-handler [status]
30
(fn [exception request]
31
(logs/log :error "failed to coerce req/resp"
32
- nil nil exception)
+ (logs/log :error "Failed to coerce request/response"
33
+ {:uri (:uri request)
34
+ :method (:request-method request)}
35
+ nil
36
+ exception)
37
(send-sentry-evt-from-req! request exception)
38
{:status status
39
:body (if (= 400 status)
0 commit comments