Disabling ApplicationInsights' deprecated unload event listener in Angular

When using default Application Insights on your Angular page, Chrome Lighthouse flags unload-event listeners as deprecated (they block the back/forward cache and degrade UX12). In this post we'll expl...