Issue with appinsights in nodejs version > 14.15.4
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 https://github.com/nodejs/node/issues/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!
@ArtemisMucaj can you include the full error message here?, which file is generating the error?
I believe my issue was due to a frozen object that was being mutated by the lib. I'll be closing this issue.