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

fix(types): Update signature of processEvent integration hook #9151

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Oct 2, 2023

Tim pointed out that this does not match the addEventProcessor signature (where the hint is always available). This was just incorrectly copied from the preprocessEvent hook, but that works differently.

This should be backwards compatible, because any usage of the hook before will still work as we just narrowed down what is passed to the method.

@mydea mydea enabled auto-merge (squash) October 2, 2023 13:41
@mydea mydea merged commit 81df971 into develop Oct 2, 2023
82 checks passed
@mydea mydea deleted the fn/processEvent-hint branch October 2, 2023 13:42
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

Successfully merging this pull request may close these issues.

None yet

4 participants