A separate namespace to handle exceptions.
A separate namespace to handle exceptions.
(ex-map->sign ex-map)
Turn an exception map into a string for further hashing.
Turn an exception map into a string for further hashing.
(exception->ev e)
Turn an exception instance into a Sentry top-level map.
Turn an exception instance into a Sentry top-level map.
(exception? e)
Is the value an exception?
Is the value an exception?
(trace->frame trace)
Turn a trace element into its Sentry counterpart.
Turn a trace element into its Sentry counterpart.
(via->exception via)
Turn one of the via
nodes into a sentry exception map.
https://docs.sentry.io/development/sdk-dev/interfaces/exception/
We don't need to fill most of the fields since Sentry renders
them not as expect anyway.
Turn one of the `via` nodes into a sentry exception map. https://docs.sentry.io/development/sdk-dev/interfaces/exception/ We don't need to fill most of the fields since Sentry renders them not as expect anyway.
(via->sign via)
Turn a via
node into a signing node. Either take a :type
field
from the data or compose a line from a class name and a message.
Turn a `via` node into a signing node. Either take a `:type` field from the data or compose a line from a class name and a message.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close