ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

Missing URL information in Azure Application Insights for Spring WebFlux

Open MelleD opened this issue 2 months ago • 0 comments

The last ticket had two issues, only one of which was resolved. I think it would be better to open a separate ticket for the second issue.

Currently, I see a difference between Spring MVC and Webflux when a Spring Security error occurs.

In MVC, see MRE https://github.com/MelleD/application-insights-mvc-example the path is displayed.

Image

In Webflux, see MRE https://github.com/MelleD/application-insights-webflux-example the path is NOT displayed. Here you just see GET without path Image

MelleD avatar Dec 10 '25 16:12 MelleD