-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
feature requestNew feature to be addedNew feature to be added
Description
🚀 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
app.currentPluginNameor
app.currentPluginTreeThese could be dynamic getters that changes based on the level these are being called at.
delvedor
Metadata
Metadata
Assignees
Labels
feature requestNew feature to be addedNew feature to be added