- | cr | boolean | Optional | If the SDK fails to load and the endpoint value defined for `src` is supported by Application Insights, this configuration option attempts to immediately load the SDK from one of the following backup CDN endpoints:<br><br><ul><li>js.monitor.azure.com</li><li>js.cdn.applicationinsights.io</li><li>js.cdn.monitor.azure.com</li><li>js0.cdn.applicationinsights.io</li><li>js0.cdn.monitor.azure.com</li><li>js2.cdn.applicationinsights.io</li><li>js2.cdn.monitor.azure.com</li><li>az416426.vo.msecnd.net</li></ul><br><br>While az416426.vo.msecnd.net is supported, it's not recommended. If the SDK loads successfully from a backup CDN endpoint, it loads from the one that is most available. If it fails to load from any of them, the SDK Failure message appears.<br><br>When not defined, the default value is `true`. If you don’t want to load the SDK from the backup CDN endpoints, set this configuration option to `false`. Because from which backup CDN endpoint the SDK loads from is determined by availability, you can set it to `false` if you need to know from which CDN endpoint it will load from.<br><br>If you’re loading the SDK from your own privately hosted CDN endpoint, this configuration option is not applicable.
0 commit comments