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
Hi,
We're encountering a strange issue with appinsights lib and it seems to be related to Node.js versions when used in conjunction with mongodb lib.
Cannot add property Symbol(async_id_symbol), object is not extensible
Probably related to nodejs/node#42229
In Node.js version 14.15.4 it works just fine, when we use a higher version we get the error above.
Any ideas as to how we can fix this? Is this a known issue?
Thanks!
The text was updated successfully, but these errors were encountered:
@ArtemisMucaj can you include the full error message here?, which file is generating the error?
Sorry, something went wrong.
I believe my issue was due to a frozen object that was being mutated by the lib. I'll be closing this issue.
No branches or pull requests
Hi,
We're encountering a strange issue with appinsights lib and it seems to be related to Node.js versions when used in conjunction with mongodb lib.
Probably related to nodejs/node#42229
In Node.js version 14.15.4 it works just fine, when we use a higher version we get the error above.
Any ideas as to how we can fix this? Is this a known issue?
Thanks!
The text was updated successfully, but these errors were encountered: