Liking cljdoc? Tell your friends :D

automaton-core.log.tracking.be-sentry

Sentry backend implementation

Sentry backend implementation
raw docstring

init-sentry!clj

(init-sentry! {:keys [dsn env]})

Initialize sentry for jvm, so events can be recorded. 'development' as an environment is ignored, so no event is sent from it.

Initialize sentry for jvm, so events can be recorded.
'development' as an environment is ignored, so no event is sent from it.
raw docstring

send-breadcrumb!clj

(send-breadcrumb! {:keys [message level context]})

Sends breadcrumb, which will not be shown in sentry until event is sent. You can read more here: https://docs.sentry.io/platforms/java/enriching-events/breadcrumbs/

Sends breadcrumb, which will not be shown in sentry until event is sent.
You can read more here: https://docs.sentry.io/platforms/java/enriching-events/breadcrumbs/
raw docstring

send-event!clj

(send-event! {:keys [message level context]})

Sends an event that is registered in sentry.

Sends an event that is registered in sentry.
raw docstring

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

× close