We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://nodejs.org/api/domain.html domain module is deprecated since v4. Do you have plans to move to something else?
domain
The text was updated successfully, but these errors were encountered:
Yes, we'll either write our own solution one day, or implement AsyncWrap once it's spec is finalized and implemented in V8 - https://nodejs.org/en/docs/guides/domain-postmortem/#looking-ahead
AsyncWrap
As of now, I don't think there's any willingness to remove deprecated API from the engine, as there's no clear alternative.
Also, the wrong repository. It should be raven-node, and there's already a discussion on that topic :) getsentry/raven-node#264
Sorry, something went wrong.
No branches or pull requests
According to https://nodejs.org/api/domain.html
domain
module is deprecated since v4. Do you have plans to move to something else?The text was updated successfully, but these errors were encountered: