🚀 Feature Proposal
Add the metadata of the current plugin name that is registering a route.
Motivation
For debugging purposes, it is helpful to know which plugin is registering a given route. This would be useful for providing a better usage experience.
See the discussion in #1808 (comment) for more details.
Example
We could add an API like
or
These could be dynamic getters that changes based on the level these are being called at.
🚀 Feature Proposal
Add the metadata of the current plugin name that is registering a route.
Motivation
For debugging purposes, it is helpful to know which plugin is registering a given route. This would be useful for providing a better usage experience.
See the discussion in #1808 (comment) for more details.
Example
We could add an API like
or
These could be dynamic getters that changes based on the level these are being called at.