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

Suggestion: Dynamic variables and priority levels #4

Open
LuanHimmlisch opened this issue May 22, 2023 · 0 comments
Open

Suggestion: Dynamic variables and priority levels #4

LuanHimmlisch opened this issue May 22, 2023 · 0 comments

Comments

@LuanHimmlisch
Copy link
Member

Try to access variables loaded in context in dot notation.

{event.exception.getMessage}

This would try to access the key from an ...$variables array, which would catch any variable passed from the event.

Then, for each dot it would try to get or execute the given key.

This could let people executing dangerous functions. So a Reflection check could be added to prevent calling any void function.


Add a global priority level config and optional individual one for each listener.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant