Skip to content

Expose the current plugin name #1830

@mcollina

Description

@mcollina

🚀 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.currentPluginName

or

app.currentPluginTree

These could be dynamic getters that changes based on the level these are being called at.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions