[nodebb-plugin-debug-hook] Hook debug plugin
-
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
The output is updated automatically every time you trigger the hook.
Copyright © 2024 NodeBB | Contributors