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

ref(node): Remove unnecessary emitters option from async context abstraction #7849

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Apr 13, 2023

Event emitters added to domains are only used when attaching an error handler to the domains itself: https://nodejs.org/docs/latest-v19.x/api/domain.html#domainaddemitter

Because we do not do that in the SDK, it is unnecessary to add them. This PR removes the API around this in the async context abstraction.

lforst added a commit that referenced this pull request Apr 13, 2023
@lforst lforst merged commit 11c68d9 into develop Apr 13, 2023
@lforst lforst deleted the lforst-remove-emitters-from-async-context-api branch April 13, 2023 15:33
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.

3 participants