Skip to content

Commit 9cea5f7

Browse files
committed
Support Sentry Structured Logging (Thanks @abogoyavlensky)
Bump Dependencies -=david=-
1 parent 882569f commit 9cea5f7

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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+
## [8.21.234]
14+
15+
- Support Sentry Structured Logging (Thanks @abogoyavlensky)
16+
- Bump Dependencies
17+
1318
## [8.21.232]
1419

1520
- Update Sentry Java SDK to 8.21.1
@@ -456,7 +461,8 @@ commits since the beginning of this repository.
456461
compatible with Sentry 10.0.1 and below. If you wish to use those
457462
versions, please continue to use sentry-clj 1.7.30.
458463

459-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/8.21.232...HEAD
464+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/8.21.234...HEAD
465+
[8.21.234]: https://github.com/getsentry/sentry-clj/compare/8.21.232...8.21.234
460466
[8.21.232]: https://github.com/getsentry/sentry-clj/compare/8.20.229...8.21.232
461467
[8.20.229]: https://github.com/getsentry/sentry-clj/compare/8.20.228...8.20.229
462468
[8.20.228]: https://github.com/getsentry/sentry-clj/compare/7.22.227...8.20.228

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;;
66
;;
77
io.sentry/sentry {:mvn/version "8.21.1"}
8-
ring/ring-core {:mvn/version "1.14.2"}}
8+
ring/ring-core {:mvn/version "1.15.1"}}
99

1010
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.10"}
1111
slipset/deps-deploy {:mvn/version "0.2.2"}}

examples/ring_with_tracing/deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:deps {org.clojure/clojure {:mvn/version "1.12.2"}
44
;;
55
ch.qos.logback/logback-classic {:mvn/version "1.5.18"}
6-
integrant/integrant {:mvn/version "0.13.1"}
6+
integrant/integrant {:mvn/version "1.0.0"}
77
io.sentry/sentry {:mvn/version "8.21.1"}
88
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
99
org.clojure/tools.cli {:mvn/version "1.1.230"}
@@ -12,13 +12,13 @@
1212
org.slf4j/jul-to-slf4j {:mvn/version "2.0.17"}
1313
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.17"}
1414
org.slf4j/slf4j-api {:mvn/version "2.0.17"}
15-
ring/ring-core {:mvn/version "1.14.2"}
16-
ring/ring-jetty-adapter {:mvn/version "1.14.2"}
15+
ring/ring-core {:mvn/version "1.15.1"}
16+
ring/ring-jetty-adapter {:mvn/version "1.15.1"}
1717
ring/ring-json {:mvn/version "0.5.1"}}
1818

1919
:aliases {:dev {:extra-paths ["dev/src" "dev/resources"]
2020
:extra-deps {io.github.tonsky/clj-reload {:mvn/version "0.9.8"}
21-
integrant/repl {:mvn/version "0.4.0"}}}
21+
integrant/repl {:mvn/version "0.5.0"}}}
2222

2323
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1276"}
2424
org.slf4j/slf4j-nop {:mvn/version "2.0.17"}}

0 commit comments

Comments
 (0)