Sentry backend implementation
Sentry backend implementation
(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.
(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/
(send-event! {:keys [message level context]})
Sends an event that is registered in sentry.
Sends an event that is registered in sentry.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close