Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extensions to extend vue instance configuration #12628

Open
cnotv opened this issue Nov 20, 2024 · 0 comments
Open

Allow extensions to extend vue instance configuration #12628

cnotv opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
kind/enhancement QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Milestone

Comments

@cnotv
Copy link
Contributor

cnotv commented Nov 20, 2024

Description

Allow extensions to add elements like custom components, libraries, or error handlers for error tracking.

E.g.: https://github.com/cnotv/sentry-rancher-extension

Context

In the current implementation, extensions logic includes the Vue instance attribute but is not passed as an argument. It is impossible to inherit it within the extensions and add further capabilities.

@cnotv cnotv added this to the v2.11.0 milestone Nov 20, 2024
@cnotv cnotv self-assigned this Nov 20, 2024
@github-actions github-actions bot added the QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant