io.sentry/sentry-clj

A Clojure client for Sentry.

Leiningen/Boot

[io.sentry/sentry-clj "0.5.1"]

Clojure CLI/deps.edn

io.sentry/sentry-clj {:mvn/version "0.5.1"}

Gradle

implementation("io.sentry:sentry-clj:0.5.1")

Maven

<dependency>
  <groupId>io.sentry</groupId>
  <artifactId>sentry-clj</artifactId>
  <version>0.5.1</version>
</dependency>