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

Automatically handle request/dependency correlation in Azure Functions #1044

Merged
merged 4 commits into from
Dec 5, 2022

Conversation

hectorhdzg
Copy link
Member

No description provided.

Copy link
Contributor

@JacksonWeber JacksonWeber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ayzrian
Copy link

Ayzrian commented Jan 14, 2023

Hey guys, @MSNev , @JacksonWeber, @hectorhdzg this PR introduces a critical bug. Starting from version 2.4.0 when this PR was merged the Async functions stopped to work because the AzureFunctionsHook calls originalCallback but does not handle a case when this callback can return promise.

Feedback from me as an Azure customer. My function app async function basically stopped working properly because of that issue that was very hard to track down, which can impact other Azure customers and production applications as well.

@Ayzrian
Copy link

Ayzrian commented Jan 14, 2023

Please see the test evidence here Azure/azure-functions-nodejs-worker#652 (comment)

@hectorhdzg
Copy link
Member Author

Thanks @Ayzrian please update applicationinsights to previous version, we will investigate and fix on our side, created following issue to track it #1063

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

Successfully merging this pull request may close these issues.

None yet

4 participants