Liking cljdoc? Tell your friends :D

raven-clj.core


captureclj

(capture dsn event-info)

Send a message to a Sentry server. event-info is a map that should contain a :message key and optional keys found at https://docs.getsentry.com/hosted/clientdev/#building-the-json-packet

Send a message to a Sentry server.
event-info is a map that should contain a :message key and optional
keys found at https://docs.getsentry.com/hosted/clientdev/#building-the-json-packet
sourceraw docstring

make-sentry-headerclj

(make-sentry-header ts key secret)
source

make-sentry-urlclj

(make-sentry-url uri project-id)
source

parse-dsnclj

(parse-dsn dsn)
source

send-packetclj

(send-packet {:keys [ts uri project-id key secret] :as packet-info})
source

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

× close