Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 838 Bytes

clj-newrelic

Build Status Dependencies Status

This project exports one macro, com.climate.newrelic.trace/defn-traced. Use it as a drop-in replacement for defn if you want calls to a function to show up in New Relic transaction tracing.

To include in your project, add

Clojars Project

to your lein dependencies.

General strategy adapted from Sean Corfield.