How to capture Largest Contentful Paint (LCP) with Application Insights?
Hello,
I have been transitioning from NewRelic over to Application Insights. I noticed that the LCP does not seem to be captured under the browserTimings table in application insights. I'm using the most recent java agent version of app insights with a spring boot app. As of Chrome version 77 (from 9/16/2019!), Google reports LCP. For comparison, NewRelic has been capturing this metric since February 2020 (https://docs.newrelic.com/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/browser-agent-v1163/). What needs to happen in order to capture this metric in App Insights?
Thank you