Liking cljdoc? Tell your friends :D

raven.exception

A separate namespace to handle exceptions.

A separate namespace to handle exceptions.
raw docstring

ex-map->signclj

(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.
raw docstring

exception->evclj

(exception->ev e)

Turn an exception instance into a Sentry top-level map.

Turn an exception instance into a Sentry top-level map.
raw docstring

exception?clj

(exception? e)

Is the value an exception?

Is the value an exception?
raw docstring

trace->frameclj

(trace->frame trace)

Turn a trace element into its Sentry counterpart.

Turn a trace element into its Sentry counterpart.
raw docstring

via->exceptionclj

(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.
raw docstring

via->signclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close