You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message is logged to AI and no errors are generated.
Actual behavior
The following error is written to the console:
ApplicationInsights:Failed to propagate context in Azure Functions [
at AzureFunctionsHook.<anonymous> (D:\home\site\wwwroot\node_modules\[redacted]\node_modules\applicationinsights\out\AutoCollection\AzureFunctionsHook.js:95:38)
at AzureFunctionsHook._propagateContext (D:\home\site\wwwroot\node_modules\[redacted]\node_modules\applicationinsights\out\AutoCollection\AzureFunctionsHook.js:87:16)
at AzureFunctionsHook._propagateContext (D:\home\site\wwwroot\node_modules\[redacted]\node_modules\applicationinsights\out\AutoCollection\AzureFunctionsHook.js:87:16)
at step (D:\home\site\wwwroot\node_modules\[redacted]\node_modules\applicationinsights\out\AutoCollection\AzureFunctionsHook.js:33:23)
at Object.next (D:\home\site\wwwroot\node_modules\[redacted]\node_modules\applicationinsights\out\AutoCollection\AzureFunctionsHook.js:14:53)
at new Promise (<anonymous>)
at __awaiter (D:\home\site\wwwroot\node_modules\[redacted]\node_modules\applicationinsights\out\AutoCollection\AzureFunctionsHook.js:4:12)
at t.InvocationModel.<anonymous> (D:\Program Files (x86)\SiteExtensions\Functions\4.14.0\workers\node\dist\src\worker-bundle.js:2:51947)
at new Promise (<anonymous>)
at y.<anonymous> (D:\Program Files (x86)\SiteExtensions\Functions\4.14.0\workers\node\dist\src\worker-bundle.js:2:34778)
]
Related information
Provide any related information
Programming language used: Typescript
The text was updated successfully, but these errors were encountered:
Hi @paulsmithkc this is actually a bug in the applicationinsights npm module introduced in v2.4.0. I recommend you downgrade the npm package to v2.3.6 as a workaround and track microsoft/ApplicationInsights-node.js#1063 for further updates
Investigative information
Please provide the following:
Repro steps
Provide the steps required to reproduce the problem:
Expected behavior
Message is logged to AI and no errors are generated.
Actual behavior
The following error is written to the console:
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: