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!