Overview
Currently, we are able to see which plugins are enabled in the application, but we have no idea when exactly do they trigger.
Sometimes it is necessary. Let's provide an opportunity to see which plugin gets triggered, right in the runtime.
Solutions
Possible implementation options:
- Toggleable additional logging into console, on plugin trigger
- Chrome plugin to display all plugin-related info
Overview
Currently, we are able to see which plugins are enabled in the application, but we have no idea when exactly do they trigger.
Sometimes it is necessary. Let's provide an opportunity to see which plugin gets triggered, right in the runtime.
Solutions
Possible implementation options: