taoensso / timbre

Pure Clojure/Script logging library
https://www.taoensso.com/timbre
Eclipse Public License 1.0
1.44k stars 171 forks source link

Upgrade raven-clj to get the sentry_timestamp bugfix #300

Closed 15joeybloom closed 4 years ago

15joeybloom commented 4 years ago

Recently a bug in raven-clj was discovered which resulted in all sentry events being rejected for invalid timestamp. The fix has already been released in raven-clj 1.6.0-alpha4. See this PR and this sentry support forum post for more details.

I would like to upgrade the version of raven-clj used by timbre so that the sentry appender will continue to work.

PS: I was unable to run unit tests with this change since I could not figure out how to get the android runtime set up.

ptaoussanis commented 4 years ago

Updating manually, thanks!