[nodebb-plugin-debug-hook] Hook debug plugin
-
GitHub - NodeBB/nodebb-plugin-debug-hook: A plugin to see parameters passed to hooks in real time
A plugin to see parameters passed to hooks in real time - NodeBB/nodebb-plugin-debug-hook
GitHub (github.com)
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