Peter Taoussanis
Peter Taoussanis
@ftravers Hi Fenton! What makes you believe that you're losing your call site info? There's no reason a custom handler like this would/should do that, e.g.: ```clojure (tel/with-handler :my-custom-handler (fn...
So there's two different things we're discussing here: 1. A custom **handler** (as in your [original post](https://github.com/taoensso/telemere/issues/70#issue-3526921825)) 2. A **wrapper macro** as in your `info` macro A custom handler (1)...
> So the **left** callsite info (`test-logging.core[10,6]`) is captured by Telemere, and comes from the `tel/log!` callsite in your code. The **right** callsite info (`log_help.cljc:32`) comes from the Javascript call...
@RokLenarcic Thanks for pinging about this! PR welcome to update+test the dependency, otherwise I'll take a look at this myself next time I'm on batched Nippy work 👍
> Yeah I tried just switching the dependency and that doesn't just work. Would need some more context to comment: e.g. what errors were displayed, etc.? I presume the version...