TJ
TJ
some jstrace probes + scripts would be betta
also statsd stuff would be cool as well
i think it's a lot to impose on every middleware, we would have to have start/end calls etc if we can't wrap :( emitting some stuff in koa-compose would be...
sometimes you do, the general use-case for me is to see where middleware are a) stuck or b) slow. As far as generic tracing goes accepting jstrace is fine. with...
I sure have haha, it's really difficult to debug without some kind of middleware-level tracing, but then it's easy. yeah for sure, but that's a different concern all together, jstrace/statsd/loggers...
that's more or less what my wrapping branch does, except there's no reason to have .log() or events
I think we're conflating two different issues. one is logging/tracing generic stuff, one is profiling/debugging middleware. I'm not against having a `.log()` or a `.trace()` potentially since it does increase...
👍 sounds good to me
hmm yea definitely should be, sounds like a bug to me, thanks for reporting!
Not at the moment, might have to copy/paste the implementation and change whatever you'd like