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

Issue with appinsights in nodejs version > 14.15.4 #936

Closed
ArtemisMucaj opened this issue Mar 31, 2022 · 2 comments
Closed

Issue with appinsights in nodejs version > 14.15.4 #936

ArtemisMucaj opened this issue Mar 31, 2022 · 2 comments

Comments

@ArtemisMucaj
Copy link

ArtemisMucaj commented Mar 31, 2022

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!

@hectorhdzg
Copy link
Member

@ArtemisMucaj can you include the full error message here?, which file is generating the error?

@ArtemisMucaj
Copy link
Author

I believe my issue was due to a frozen object that was being mutated by the lib. I'll be closing this issue.

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

No branches or pull requests

2 participants