How to capture CRM client side telemetry and send to Application Insights

To log ms crm client side telemetry to Application insights use below code: https://github.com/vgrade/MSCRM/blob/main/Scripts/ClientSideAppInsightsLog.js var thisEntity = window.NameSpace || {}; if (ApplicationInsights === "undefined") { var ApplicationInsights = {}; } ApplicationInsights = { trackApplicationInsight: function (entityName, properties) { var appInsights = window.appInsights || function (config) { function i(config) { t[config] = function () { var... Continue Reading →

Blog at WordPress.com.

Up ↑