-
Notifications
You must be signed in to change notification settings - Fork 141
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
ApplicationInsights:Failed to propagate context in Azure Functions #1111
Comments
Hi I am getting this error as well, what was the resolution? |
@willdkp can you add more details about your environment? this should be fixed in latest version of the SDK, if you are already using it then most likely you are hitting a different error, we can help with that if you provide more details about it. |
I see this every minute or so in my azure functions app, either run on the cloud or locally emulated:
From package.json
In code I do:
|
I'm getting the following error showing in our Azure Function log stream:
This is using v2.5. A key thing to note is that we are not enabling any auto collection:
Even if we don't use the client directly, this still throws this error in the logs.
The Azure Function which is running here is an
eventHubTrigger
. These errors seem to align directly with each function invocation, so it suggests to me that auto collection is making an attempt to do something and it really shouldn't be.Any ideas?
The text was updated successfully, but these errors were encountered: