https://github.com/NodeBB/nodebb-plugin-debug-hook
Sometimes you need to see the result of some filter/action on a live/prod instance and it is not easy to add a console.log and restart.
This plugin allows you to select a plugin hook and see the resulting data after all plugins are done executing their hooks.
Here is a sample from running it against filter:search.query
[image: 1662508605035-d0347032-02ff-4dcc-83a8-8bc039b4b297-image.png]
The output is updated automatically every time you trigger the hook.