UNPKG

bearcat-jstrace

Version:

[jstrace](https://github.com/jstrace/jstrace) support for [bearcat](https://github.com/bearcatnode/bearcat) based on bearcat AOP

12 lines 213 B
{ "name": "bearcat-jstrace", "beans": [{ "id": "jstraceAspect", "func": "lib.aspect.jstraceAspect", "aop": [{ "pointcut": "around:\\w+Service.*?", "advice": "doJstrace", "runtime": true }] }] }