(ns myapp.core) (def RELEASE "@define {string}" "") (def RAVEN_DSN "@define {string}" "") (when-not ^boolean js/goog.DEBUG (-> (js/Raven.config ^string myapp.core/RAVEN_DSN #js {:release ^string myapp.core/RELEASE}) .install))