Skip to content

Releases: getsentry/sentry-clj

6.4.183

Choose a tag to compare

@dharrigan dharrigan released this 04 Sep 20:12
d616be9

Update Sentry Java SDK to 6.4.1.

6.4.182

Choose a tag to compare

@dharrigan dharrigan released this 19 Aug 08:36
530c4ac
Release 6.4.182

6.3.181

Choose a tag to compare

@dharrigan dharrigan released this 08 Aug 14:06
15dee99

Update Sentry Java SDK to 6.3.1

  • Added new entry for serialization-max-depth (defaults to 5)
  • renamed shutdown-timeout to shutdown-timeout-millis (to align with the Java SDK)

fixes #31, fixes #48

5.7.180

Choose a tag to compare

@dharrigan dharrigan released this 16 May 06:50
72ecd65

Update Sentry Java SDK to 5.7.4.
Upgrade Clojure to 1.11.1.

5.7.178

Choose a tag to compare

@dharrigan dharrigan released this 19 Apr 15:08
1f3c0ba

Update Sentry Java SDK to 5.7.3

5.7.177

Choose a tag to compare

@dharrigan dharrigan released this 11 Apr 09:12
c79deec

Update Sentry Java SDK to 5.7.2

5.7.176

Choose a tag to compare

@dharrigan dharrigan released this 05 Apr 12:29
1714b61
  • Fix use Transaction Interface instead of SentryTracer class.
  • Fix use Hub Interface instead of Hub class.
  • Fix enable to get evaluation result in a child span.
  • Typo fix.

Big thanks to @karuta0825 for these fixes! 👍

5.7.172

Choose a tag to compare

@dharrigan dharrigan released this 02 Apr 09:59
78c307b

Add Sentry tracing and supporting ring middleware.

Big thanks to @karuta0825 for the tracing functionality!

Update Sentry Java SDK to 5.7.1.
Various library updates.

5.7.171

Choose a tag to compare

@dharrigan dharrigan released this 17 Mar 21:12
357f775

Update Sentry Java SDK to 5.7.0

5.6.170

Choose a tag to compare

@dharrigan dharrigan released this 26 Feb 17:01
a4ef992

Fixed an issue where sometimes keywords where not being converted to strings. Closes #36