Skip to content

Commit 0cc437f

Browse files
committed
Update Sentry Java SDK to 6.17.0
- Add instrumenter and event-processors config options (thanks @dmednis) -=david=-
1 parent f2ebf8f commit 0cc437f

File tree

6 files changed

+31
-25
lines changed

6 files changed

+31
-25
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ endeavour to be non-breaking (by moving to new names rather than by
1010
breaking existing names). COMMITS is an ever-increasing counter of
1111
commits since the beginning of this repository.
1212

13+
## [6.17.193]
14+
15+
- Add instrumenter and event-processors config options (thanks @dmednis)
16+
- Update Sentry Java SDK to 6.17.0
17+
1318
## [6.13.191]
1419

1520
- Update Sentry Java SDK to 6.13.0.
@@ -335,7 +340,8 @@ commits since the beginning of this repository.
335340
compatible with Sentry 10.0.1 and below. If you wish to use those
336341
versions, please continue to use sentry-clj 1.7.30.
337342

338-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.13.191...HEAD
343+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.17.193...HEAD
344+
[6.17.193]: https://github.com/getsentry/sentry-clj/compare/6.13.191...6.17.193
339345
[6.13.191]: https://github.com/getsentry/sentry-clj/compare/6.11.190...6.13.191
340346
[6.11.190]: https://github.com/getsentry/sentry-clj/compare/6.9.189...6.11.190
341347
[6.9.189]: https://github.com/getsentry/sentry-clj/compare/6.8.188...6.9.189

deps.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "6.13.0"}
7+
io.sentry/sentry {:mvn/version "6.17.0"}
88
ring/ring-core {:mvn/version "1.9.6"}}
99

1010
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2"
@@ -13,14 +13,14 @@
1313

1414
:test {:extra-paths ["test"]
1515
:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"}
16-
com.github.seancorfield/expectations {:mvn/version "2.0.160"}
17-
lambdaisland/kaocha {:mvn/version "1.76.1230"}
16+
com.github.seancorfield/expectations {:mvn/version "2.0.165"}
17+
lambdaisland/kaocha {:mvn/version "1.80.1274"}
1818
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
1919
orchestra/orchestra {:mvn/version "2021.01.01-1"}
2020
org.clojure/test.check {:mvn/version "1.1.1"}}}
2121

22-
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.2.983"}
23-
org.slf4j/slf4j-nop {:mvn/version "2.0.6"}}
22+
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.2.1017"}
23+
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}
2424
:exec-fn antq.tool/outdated
2525
:exec-args {:skip ["pom"]
2626
:verbose true

examples/basic/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
8-
io.sentry/sentry {:mvn/version "6.13.0"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.4.6"}
8+
io.sentry/sentry {:mvn/version "6.17.0"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.0.214"}
1111
org.clojure/tools.logging {:mvn/version "1.2.4"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.6"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.6"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.6"}
15-
org.slf4j/slf4j-api {:mvn/version "2.0.6"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
15+
org.slf4j/slf4j-api {:mvn/version "2.0.7"}}}

examples/ring_with_tracing/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.4.6"}
88
integrant/integrant {:mvn/version "0.8.0"}
99
integrant/repl {:mvn/version "0.3.2"}
10-
io.sentry/sentry {:mvn/version "6.13.0"}
10+
io.sentry/sentry {:mvn/version "6.17.0"}
1111
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1212
org.clojure/tools.cli {:mvn/version "1.0.214"}
1313
org.clojure/tools.logging {:mvn/version "1.2.4"}
14-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.6"}
15-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.6"}
16-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.6"}
17-
org.slf4j/slf4j-api {:mvn/version "2.0.6"}
14+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
15+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
16+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
17+
org.slf4j/slf4j-api {:mvn/version "2.0.7"}
1818
ring/ring-core {:mvn/version "1.9.6"}
1919
ring/ring-jetty-adapter {:mvn/version "1.9.6"}
2020
ring/ring-json {:mvn/version "0.5.1"}}}

examples/uncaught/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}
8-
io.sentry/sentry {:mvn/version "6.13.0"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.4.6"}
8+
io.sentry/sentry {:mvn/version "6.17.0"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.0.214"}
1111
org.clojure/tools.logging {:mvn/version "1.2.4"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.6"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.6"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.6"}
15-
org.slf4j/slf4j-api {:mvn/version "2.0.6"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
15+
org.slf4j/slf4j-api {:mvn/version "2.0.7"}}}

scripts/build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[clojure.tools.build.api :as b]
44
[org.corfield.build :as bb]))
55

6-
(def ^:private version (format "6.13.%s" (b/git-count-revs nil)))
6+
(def ^:private version (format "6.17.%s" (b/git-count-revs nil)))
77
(def ^:private library 'io.sentry/sentry-clj)
88

99
(defn run-tests

0 commit comments

Comments
 (0)