'Azure web app throws exception in Application Insights: "Merging of ETL Files has failed"

I see a recurring exception in my App Insights for our Web App.The source is Application Insights profiler

enter image description here

I followed these 2 links for the solution:

As per the above links, the version 2.6.5 includes the solution for this error. So I checked the version in our web app and it is "Pre-Installed Site Extension, version 2.8.42.4." I checked this version by using the URL in this format for my web app: https://yoursitename.scm.azurewebsites.net/ApplicationInsights

Below are the configurations in my web app. I'm using .Net 6 framework and the app service plan is for windows. enter image description here

Does anyone facing similar error? Any solution or leads will help very much.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source