Liking cljdoc? Tell your friends :D

Change Log

  • 3.1.137

    • Bump Sentry to 3.2.1
    • Bump up ring-core to 1.8.2
  • 3.1.135

    • Added in before-send-fn and before-breadcrumb-fn to the initialisation map. This allows for events or breadcrumbs to be mutated before sending off to Sentry (or indeed to prevent sending to Sentry if the respective functions returns nil)
  • 3.1.134 - 2020-12-02

    • Don't default the environment to "production" if none if found on the event, let the Java library do that now.
    • Bumped Sentry Java 3.2.0.
  • 3.1.130 -- 2020-10-23

    • Fix ring handler to work with new Sentry data structure.
    • Added in missing clj-kondo config.
    • Bumped deps-deploy.
    • Remove unused 'mocko' library.
    • Set warn-on-reflection to be true.
  • 3.1.127 -- 2020-10-19

    • Moved to the major.minor.commit model.
    • Removed unused library clojure.java-time.
    • Updated pom.xml with some additional metadata information.
    • Added in a simple deploy script.
    • Bumped Sentry Java to 3.1.1.
  • 3.1.0 -- 2020-10-16

    • Major release bringing compatibility with version 3.1.0 of the Java Sentry library. This is a BREAKING change, insofar that this has only been tested with the latest Sentry (20.9.0) and is not compatible with Sentry 10.0.1 and below. If you wish to use those versions, please continue to use sentry-clj 1.7.30.
    • Added in the ability to define the Environment on configuration of Sentry (and not only per-event!)
    • Added in the ability to disable the built-in UncaughtExceptionHandler in order to allow defining our own.
    • Added in a couple of examples:
      • A basic example showing how to register a sentry-logger and how to fire an event.
      • An example that registers it's own uncaught exception handler to not only log out to sentry, but also to log out to a pre-configured logger.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close