Helen

Results 86 comments of Helen

> Hi @trask > > 3.4.19 version shows high vulnerability **[CVE-2023-52428](https://github.com/advisories/GHSA-gvpg-vgmx-xg6w)** that was still under investigation, right? they haven't confirmed which versions were impacted.

@pasomaal it should work if there is an attribute called "exception.type". can you double check log at the debug level? ![image](https://github.com/microsoft/ApplicationInsights-Java/assets/56097766/afc7dd12-ec2b-421b-a518-58767413f6b6)

@pasomaal can you try this instead: ```json { "connectionString": "someconnectionstring", "role": { "name": "SomeRoleName" }, "instrumentation": { "logging": { "level": "WARN" } }, "sampling": { "percentage": 30 }, "preview": {...

@pasomaal sorry for the delay. 1. scenario 1: it's not possible currently using our java agent. it requires tail-based sampling. However, we use head-based sampling, and it doesn't know whether...

@pasomaal [3.5.0](https://github.com/microsoft/ApplicationInsights-Java/releases/tag/v3.5.0) is live today. I have passed on your # 1 to our PM. No confirmation yet. Thanks.

@trask is this ready for review?

@RenancoGitHub we'll fix the following in 3.4.11 `Ok. But now when i back the configuration false and reconfigure de connection String to an empty string, the logs keep sending to...

Azure function host is using dotnet sdk to track requests. Can you raise an issue at [ApplicationInsights-dotnet](https://github.com/microsoft/ApplicationInsights-dotnet)? I will give dotnet SDK Team a heads up. ![image](https://user-images.githubusercontent.com/56097766/219154591-735f92b6-9b49-4726-a77b-89e305f6dd09.png)

After further discussion within my team, we'll discuss it with Azure Function team. `Span.current().setAttribute("TestAttribute", event.getData());` Span.current() is a noop. In the meantime, can you try `@withSpan` instead: ``` @WithSpan private...

Please check out [how to enable Application Insights runtime attach programmatically](https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-spring-boot#enabling-programmatically) and let us know if that works.