Skip to content

Commit

Permalink
Update Sentry Java SDK to 6.33.1
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Nov 7, 2023
1 parent 3f97775 commit f2b45dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,6 +10,11 @@ endeavour to be non-breaking (by moving to new names rather than by
breaking existing names). COMMITS is an ever-increasing counter of
commits since the beginning of this repository.

## [6.33.209]

- Update Sentry Java SDK to 6.33.1
- Preserve ex-data of all ex-info exceptions in the cause chain. Thanks @DerGuteMoritz!

## [6.33.205]

- Rename deploy to publish. Better reflects the intent.
Expand Down Expand Up @@ -382,7 +387,8 @@ commits since the beginning of this repository.
compatible with Sentry 10.0.1 and below. If you wish to use those
versions, please continue to use sentry-clj 1.7.30.

[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.33.205...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.33.209...HEAD
[6.33.209]: https://github.com/getsentry/sentry-clj/compare/6.33.205...6.33.209
[6.33.205]: https://github.com/getsentry/sentry-clj/compare/6.29.204...6.33.205
[6.33.204]: https://github.com/getsentry/sentry-clj/compare/6.29.202...6.33.204
[6.29.202]: https://github.com/getsentry/sentry-clj/compare/6.28.200...6.29.202
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
io.sentry/sentry {:mvn/version "6.33.0"}
io.sentry/sentry {:mvn/version "6.33.1"}
ring/ring-core {:mvn/version "1.10.0"}}

:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/deps.edn
Expand Up @@ -5,7 +5,7 @@
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
io.sentry/sentry {:mvn/version "6.33.0"}
io.sentry/sentry {:mvn/version "6.33.1"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down
2 changes: 1 addition & 1 deletion examples/ring_with_tracing/deps.edn
Expand Up @@ -7,7 +7,7 @@
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
integrant/integrant {:mvn/version "0.8.1"}
integrant/repl {:mvn/version "0.3.3"}
io.sentry/sentry {:mvn/version "6.33.0"}
io.sentry/sentry {:mvn/version "6.33.1"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down
2 changes: 1 addition & 1 deletion examples/uncaught/deps.edn
Expand Up @@ -5,7 +5,7 @@
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
io.sentry/sentry {:mvn/version "6.33.0"}
io.sentry/sentry {:mvn/version "6.33.1"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down

0 comments on commit f2b45dd

Please sign in to comment.