Skip to content

Commit

Permalink
Update Sentry Java SDK to 6.18.1
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Apr 30, 2023
1 parent 0cc437f commit b3cc527
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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.18.194]

- Update Sentry Java SDK to 6.18.1

## [6.17.193]

- Add instrumenter and event-processors config options (thanks @dmednis)
Expand Down Expand Up @@ -340,7 +344,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.17.193...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.18.194...HEAD
[6.18.194]: https://github.com/getsentry/sentry-clj/compare/6.17.193...6.18.194
[6.17.193]: https://github.com/getsentry/sentry-clj/compare/6.13.191...6.17.193
[6.13.191]: https://github.com/getsentry/sentry-clj/compare/6.11.190...6.13.191
[6.11.190]: https://github.com/getsentry/sentry-clj/compare/6.9.189...6.11.190
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
;;
;;
;;
io.sentry/sentry {:mvn/version "6.17.0"}
ring/ring-core {:mvn/version "1.9.6"}}
io.sentry/sentry {:mvn/version "6.18.1"}
ring/ring-core {:mvn/version "1.10.0"}}

:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2"
:git/sha "9c9f078"}}
Expand All @@ -14,12 +14,12 @@
:test {:extra-paths ["test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"}
com.github.seancorfield/expectations {:mvn/version "2.0.165"}
lambdaisland/kaocha {:mvn/version "1.80.1274"}
lambdaisland/kaocha {:mvn/version "1.82.1306"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.1"}}}

:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.2.1017"}
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.3.1043"}
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}
:exec-fn antq.tool/outdated
:exec-args {:skip ["pom"]
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.6"}
io.sentry/sentry {:mvn/version "6.17.0"}
ch.qos.logback/logback-classic {:mvn/version "1.4.7"}
io.sentry/sentry {:mvn/version "6.18.1"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.214"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down
8 changes: 4 additions & 4 deletions examples/ring_with_tracing/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.6"}
ch.qos.logback/logback-classic {:mvn/version "1.4.7"}
integrant/integrant {:mvn/version "0.8.0"}
integrant/repl {:mvn/version "0.3.2"}
io.sentry/sentry {:mvn/version "6.17.0"}
io.sentry/sentry {:mvn/version "6.18.1"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.214"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/slf4j-api {:mvn/version "2.0.7"}
ring/ring-core {:mvn/version "1.9.6"}
ring/ring-jetty-adapter {:mvn/version "1.9.6"}
ring/ring-core {:mvn/version "1.10.0"}
ring/ring-jetty-adapter {:mvn/version "1.10.0"}
ring/ring-json {:mvn/version "0.5.1"}}}
4 changes: 2 additions & 2 deletions examples/uncaught/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.6"}
io.sentry/sentry {:mvn/version "6.17.0"}
ch.qos.logback/logback-classic {:mvn/version "1.4.7"}
io.sentry/sentry {:mvn/version "6.18.1"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.214"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[clojure.tools.build.api :as b]
[org.corfield.build :as bb]))

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

(defn run-tests
Expand Down
2 changes: 1 addition & 1 deletion src/sentry_clj/tracing.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

(defn start-transaction
"Start tracing transactions.
If a sentry-trace-header is given, connect the exsiting transaction."
If a sentry-trace-header is given, connect the existing transaction."
[name operation custom-sampling-context sentry-trace-header]
(if sentry-trace-header
(let [contexts (TransactionContext/fromSentryTrace name operation (io.sentry.SentryTraceHeader. sentry-trace-header))]
Expand Down

0 comments on commit b3cc527

Please sign in to comment.