@microsoft/applicationinsights-channel-js 3.0.0-beta.2303-10 → 3.0.0-beta.2304-07
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.js +5768 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.js +5772 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.integrity.json +66 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.js +5774 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.js +5768 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.js +5772 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.min.js.map +1 -0
- package/{dist/applicationinsights-channel-js.js → browser/es5/applicationinsights-channel-js.3.js} +901 -850
- package/browser/es5/applicationinsights-channel-js.3.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.min.js.map +1 -0
- package/{browser → dist/es5}/applicationinsights-channel-js.js +900 -849
- package/dist/es5/applicationinsights-channel-js.js.map +1 -0
- package/dist/es5/applicationinsights-channel-js.min.js +6 -0
- package/dist/es5/applicationinsights-channel-js.min.js.map +1 -0
- package/{dist-esm → dist-es5}/EnvelopeCreator.js +2 -2
- package/{dist-esm → dist-es5}/EnvelopeCreator.js.map +1 -1
- package/{dist-esm → dist-es5}/Interfaces.js +1 -1
- package/{dist-esm → dist-es5}/InternalConstants.js +1 -1
- package/{dist-esm → dist-es5}/Offline.js +8 -7
- package/dist-es5/Offline.js.map +1 -0
- package/{dist-esm → dist-es5}/SendBuffer.js +1 -1
- package/{dist-esm → dist-es5}/Sender.js +6 -4
- package/dist-es5/Sender.js.map +1 -0
- package/{dist-esm → dist-es5}/Serializer.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryProcessors/Sample.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +1 -1
- package/{dist-esm → dist-es5}/__DynamicConstants.js +2 -1
- package/dist-es5/__DynamicConstants.js.map +1 -0
- package/{dist-esm → dist-es5}/applicationinsights-channel-js.js +1 -1
- package/package.json +17 -16
- package/tsconfig.json +5 -4
- package/types/applicationinsights-channel-js.d.ts +284 -1
- package/{dist/applicationinsights-channel-js.d.ts → types/applicationinsights-channel-js.namespaced.d.ts} +1 -1
- package/browser/applicationinsights-channel-js.integrity.json +0 -26
- package/browser/applicationinsights-channel-js.js.map +0 -1
- package/browser/applicationinsights-channel-js.min.js +0 -6
- package/browser/applicationinsights-channel-js.min.js.map +0 -1
- package/dist/applicationinsights-channel-js.api.json +0 -1357
- package/dist/applicationinsights-channel-js.api.md +0 -60
- package/dist/applicationinsights-channel-js.js.map +0 -1
- package/dist/applicationinsights-channel-js.min.js +0 -6
- package/dist/applicationinsights-channel-js.min.js.map +0 -1
- package/dist/applicationinsights-channel-js.rollup.d.ts +0 -285
- package/dist-esm/Offline.js.map +0 -1
- package/dist-esm/Sender.js.map +0 -1
- package/dist-esm/__DynamicConstants.js.map +0 -1
- package/src/EnvelopeCreator.ts +0 -351
- package/src/Interfaces.ts +0 -114
- package/src/InternalConstants.ts +0 -11
- package/src/Offline.ts +0 -106
- package/src/SendBuffer.ts +0 -396
- package/src/Sender.ts +0 -1256
- package/src/Serializer.ts +0 -177
- package/src/TelemetryProcessors/Sample.ts +0 -49
- package/src/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.ts +0 -37
- package/src/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.ts +0 -35
- package/src/__DynamicConstants.ts +0 -64
- package/src/applicationinsights-channel-js.ts +0 -1
- package/types/EnvelopeCreator.d.ts +0 -12
- package/types/Interfaces.d.ts +0 -95
- package/types/InternalConstants.d.ts +0 -1
- package/types/Offline.d.ts +0 -10
- package/types/SendBuffer.d.ts +0 -73
- package/types/Sender.d.ts +0 -84
- package/types/Serializer.d.ts +0 -9
- package/types/TelemetryProcessors/Sample.d.ts +0 -12
- package/types/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.d.ts +0 -5
- package/types/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.d.ts +0 -5
- package/types/__DynamicConstants.d.ts +0 -52
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm → dist-es5}/Interfaces.js.map +0 -0
- /package/{dist-esm → dist-es5}/InternalConstants.js.map +0 -0
- /package/{dist-esm → dist-es5}/SendBuffer.js.map +0 -0
- /package/{dist-esm → dist-es5}/Serializer.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryProcessors/Sample.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js.map +0 -0
- /package/{dist-esm → dist-es5}/applicationinsights-channel-js.js.map +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Channel, 3.0.0-beta.2303-10
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
var e=this,n=function(a){"use strict";var u="function",c="object",s="undefined",D="prototype",A="hasOwnProperty",R=Object,k=R[D],M=R.assign,E=R.create,P=null;function L(e){e=!1===(e=void 0===e||e)?null:P;return e||((e=(e=(e=typeof globalThis!==s?globalThis:e)||typeof self===s?e:self)||typeof window===s?e:window)||typeof global===s||(e=global),P=e),e}function O(e){throw new TypeError(e)}(L()||{}).Symbol,(L()||{}).Reflect;var z=M||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var i in n=arguments[t])k[A].call(n,i)&&(e[i]=n[i]);return e},F=function(e,n){return(F=R.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var t in n)n[A](t)&&(e[t]=n[t])})(e,n)};function U(e,n){function t(){this.constructor=e}typeof n!=u&&null!==n&&O("Class extends value "+n+" is not a constructor or null"),F(e,n),e[D]=null===n?function(e){if(E)return E(e);if(null==e)return{};var n=typeof e;function t(){}return n!==c&&n!=u&&O("Object prototype may only be an Object:"+e),t[D]=e,new t}(n):(t[D]=n[D],new t)}var e="undefined",B="constructor",q="prototype",j="function",V="_dynInstFuncs",H="_isDynProxy",K="_dynClass",X="_dynInstChk",J=X,ae="_dfOpts",ue="_unknown_",ce="__proto__",se="_dyn"+ce,fe="__dynProto$Gbl",le="_dynInstProto",de="useBaseInst",pe="setInstFuncs",ve=Object,ge=ve.getPrototypeOf,he=ve.getOwnPropertyNames,e=(n=(n=(n=(n=typeof globalThis!=e?globalThis:n)||typeof self==e?n:self)||typeof window==e?n:window)||typeof global==e?n:global)||{},ye=e[fe]||(e[fe]={o:((n={})[pe]=!0,n[de]=!0,n),n:1e3});function me(e,n){return e&&ve[q].hasOwnProperty.call(e,n)}function be(e){return e&&(e===ve[q]||e===Array[q])}function we(e){return be(e)||e===Function[q]}function Ie(e){if(e){if(ge)return ge(e);var n=e[ce]||e[q]||(e[B]?e[B][q]:null),t=e[se]||n;me(e,se)||(delete e[le],t=e[se]=e[le]||e[se],e[le]=n)}return t}function _e(e,n){var t=[];if(he)t=he(e);else for(var r in e)"string"==typeof r&&me(e,r)&&t.push(r);if(t&&0<t.length)for(var i=0;i<t.length;i++)n(t[i])}function xe(e,n,t){return n!==B&&typeof e[n]===j&&(t||me(e,n))}function Se(e){throw new TypeError("DynamicProto: "+e)}function Ce(e,n){for(var t=e.length-1;0<=t;t--)if(e[t]===n)return 1}function Te(e,n){return me(e,q)?e.name||n||ue:((e||{})[B]||{}).name||n||ue}function Ne(e,r,n,t){me(e,q)||Se("theClass is an invalid class definition.");var i,o,a,u,c,s,f=e[q],l=(function(e){if(!ge)return 1;for(var n=[],t=Ie(r);t&&!we(t)&&!Ce(n,t);){if(t===e)return 1;n.push(t),t=Ie(t)}}(f)||Se("["+Te(e)+"] not in hierarchy of ["+Te(r)+"]"),null),e=(me(f,K)?l=f[K]:(l="_dynCls$"+Te(e,"_")+"$"+ye.n,ye.n++,f[K]=l),Ne[ae]),d=!!e[de],p=(d&&t&&t[de]!==undefined&&(d=!!t[de]),o={},_e(i=r,function(e){!o[e]&&xe(i,e,!1)&&(o[e]=i[e])}),o),d=(n(r,function(e,n,t,o){function r(e,n,t){var r,i=n[t];return i[H]&&o&&!1!==(r=e[V]||{})[J]&&(i=(r[n[K]]||{})[t]||i),function(){return i.apply(e,arguments)}}for(var i={},a=(_e(t,function(e){i[e]=r(n,t,e)}),Ie(e)),u=[];a&&!we(a)&&!Ce(u,a);)_e(a,function(e){!i[e]&&xe(a,e,!ge)&&(i[e]=r(n,a,e))}),u.push(a),a=Ie(a);return i}(f,r,p,d)),!!ge&&!!e[pe]);a=f,n=l,u=r,c=p,e=!1!==(d=d&&t?!!t[pe]:d),be(a)||(f=u[V]=u[V]||{},s=f[n]=f[n]||{},!1!==f[J]&&(f[J]=!!e),_e(u,function(e){var t,r,i;xe(u,e,!1)&&u[e]!==c[e]&&(s[e]=u[e],delete u[e],me(a,e)&&(!a[e]||a[e][H])||(a[e]=(t=a,r=e,(i=function(){var e,n;return(function(e,n,t,r){var i=null;if(e&&me(t,K)){var o=e[V]||{};if((i=(o[t[K]]||{})[n])||Se("Missing ["+n+"] "+j),!i[X]&&!1!==o[J]){for(var a=!me(e,n),u=Ie(e),c=[];a&&u&&!we(u)&&!Ce(c,u);){var s=u[n];if(s){a=s===r;break}c.push(u),u=Ie(u)}try{a&&(e[n]=i),i[X]=1}catch(f){o[J]=!1}}}return i}(this,r,t,i)||(typeof(n=(n=t[e=r])===i?Ie(t)[e]:n)!==j&&Se("["+e+"] is not a "+j),n)).apply(this,arguments)})[H]=1,i)))}))}Ne[ae]=ye.o;var y=undefined,De="function",Ae="object",Re="prototype",ke="undefined",Me="constructor",Ee="hasOwnProperty",Pe="Symbol",Le="_polyfill",fe="indexOf",Oe="length",ze="done",Fe="value",Ue="name",Be=Object,qe=Be[Re],e=String,n=Array,je=n[Re];function Ve(e,n){try{n=e()}catch(t){}return n}function He(n){return function(e){return typeof e===n}}function Ke(e){return qe.toString.call(e)}function Xe(e){return typeof e===ke||e===ke}function $(e){return null===e||Xe(e)}function Je(e){return!!e||e!==y}var h=He("string"),v=He(De);function G(e){return!(!e&&$(e)||!e||typeof e!==Ae)}var W=n.isArray,$e=He("number"),Ge=He("boolean"),We=function(e){return!(!e||"[object Error]"!==Ke(e))};function Ye(e){return!(!e||Ve(function(){return!(e&&0+e)},!e))}var Ze=Be.getOwnPropertyDescriptor;function Qe(e,n){return e&&qe[Ee].call(e,n)}var en=Be.hasOwn||function(e,n){return Qe(e,n)||!!Ze(e,n)};function m(e,n,t){if(e&&G(e))for(var r in e)if(en(e,r)&&-1===n.call(t||e,r,e[r]))break}function nn(e,t,r,n){var i={};return m(e,function(e,n){i[e]=t?n:e,i[n]=r?n:e}),n(i)}function tn(e){throw new TypeError(e)}var rn=Be.freeze,n=function(e){return e};function on(e){return G(e)&&null!==e||tn("objKeys called on non-object"),Be.keys(e)}function an(e){return rn&&m(e,function(e,n){(W(n)||G(n))&&rn(n)}),un(e)}var un=rn||n,cn=Be.getPrototypeOf||n;nn({asyncIterator:0,hasInstance:1,isConcatSpreadable:2,iterator:3,match:4,matchAll:5,replace:6,search:7,species:8,split:9,toPrimitive:10,toStringTag:11,unscopables:12},0,0,an);var sn,fn,ln=e,dn="__tsUtils$gblCfg";function pn(){var e;return(e=(e=(e=typeof globalThis!==ke?globalThis:e)||typeof self===ke?e:self)||typeof window===ke?e:window)||typeof global===ke?e:global}function vn(){var e;return sn||(e=pn()||{},sn=e[dn]=e[dn]||{}),sn}function Y(e,n){var t="";if(We(e))t="{ stack: '"+e.stack+"', message: '"+e.message+"', name: '"+e.name+"'";else try{t=JSON.stringify(e,null,n?$e(n)?n:4:y)}catch(r){t=" - "+Y(r,n)}return Ke(e)+": "+t}function gn(e,n){for(var t=[],r=n;r<e[Oe];r++)t[r-n]=e[r];return t}function hn(t,r,i){return function(e){if(e||""===e){var n=e[t]||r&&r[t];if(n)return n.apply(e,gn(arguments,1));if(i)return i.apply(e,arguments)}tn("'"+ln(t)+"' not defined for "+Y(e))}}function yn(e){var n={description:ln(e),toString:function(){return Pe+"("+e+")"}};return n[Le]=!0,n}var i,mn={e:"enumerable",c:"configurable",v:Fe,w:"writable",g:"get",s:"set"},bn=Be.defineProperty;function wn(e,n,t){var r;bn(e,n,(e=t,(r={})[mn.c]=!0,r[mn.e]=!0,m(e,function(e,n){r[mn[e]]=Xe(n)?r[mn[e]]:n}),r))}var In=function(){i=vn(),In=null};function _n(e,n){return t=function(){return Ve(e,n)},r={},In&&In(),r.b=i.lzy,wn(r,"v",{g:function(){var e=t();return i.lzy||(wn(r,"v",{v:e}),r.b&&delete r.b),i.lzy&&r.b!==i.lzy&&(r.b=i.lzy),e}}),r;var t,r}var xn,Sn,Cn,Tn,t,Nn,Dn,An="navigator",Rn="window";function kn(e){return _n(function(){return g(e)||y},y)}function g(e,n){n=(xn=!xn||!1===n||i.lzy&&!xn.b?_n(pn,null):xn).v;return n&&n[e]?n[e]:e===Rn&&Sn?Sn.v:null}function Mn(){return(Cn=!Cn||i.lzy&&!Cn.b?kn("document"):Cn).v}function En(){return(Sn=!Sn||i.lzy&&!Sn.b?kn(Rn):Sn).v}function Pn(){return(Tn=!Tn||i.lzy&&!Tn.b?kn(An):Tn).v}function Ln(e){return _n(function(){return t.v?t[e]:y},y)}function On(){var e=!t||i&&i.lzy&&!t.b;e&&(t=kn(Pe)),Nn&&!e||(Nn=Ln("for")),Dn&&!e||(Dn=Ln("keyFor")),t.v}function zn(e,n){return t&&(!i.lzy||t.b)||On(),t.v?t.v(e):n?null:yn(e)}function Fn(e){return Nn&&(!i.lzy||t.b)||On(),(Nn.v||function(e){fn||(t=vn(),fn=t.gblSym=t.gblSym||{k:{},s:{}});var n,t=fn;return en(t,e)||(n=yn(e),t.k[e]=n,t.s[n]=ln(e)),t.k[e]})(e)}function Z(e,n,t){if(e)for(var r=e[Oe]>>>0,i=0;i<r&&!(i in e&&-1===n.call(t||e,e[i],i,e));i++);}var Un,Bn,qn,jn=hn(fe,je),Vn=hn("map",je),Hn=function(e,n){try{e[Re][Ue]=n}catch(t){}};function Kn(){return(Date.now||function(){return(new Date).getTime()})()}function Xn(e){if(!e||typeof e!==Ae)return!1;var n=!1;if(e!==(qn=qn||!En()||En())){Bn||(Un=Function[Re].toString,Bn=Un.call(Be));try{var t=cn(e),n=(n=!t)||(t=Qe(t,Me)?t[Me]:t)&&typeof t===De&&Un.call(t)===Bn}catch(r){}}return n}var Jn=hn(fe),$n=/^\s+|(?=\s)\s+$/g,Gn=hn("trim",y,function(e){return $(e)&&tn("strTrim called ["+Y(e)+"]"),e&&e.replace?e.replace($n,""):e}),Wn="unref",Yn="hasRef",Zn="enabled";function Qn(){return n=this,e=y,t=gn(arguments,0),d=(l=W(e))?e.length:0,p=(0<d?e[0]:l?y:e)||setTimeout,v=(1<d?e[1]:y)||clearTimeout,g=t[0],t[0]=function(){h.dn(),g.apply(n,arguments)},i=function(e){v.call(n,e)},a=!0,u=(r=function(e){if(e){if(e.refresh)return e.refresh(),e;v.call(n,e)}return p.apply(n,t)})(null),(l={cancel:f=function(){u&&i(u),u=null},refresh:s=function(){return u=r(u),a||c(),o},hasRef:function(){return u&&u[Yn]?u[Yn]():a},ref:function(){return a=!0,u&&u.ref&&u.ref(),o}})[Wn]=c=function(){return a=!1,u&&u[Wn]&&u[Wn](),o},l[Zn]=!1,bn(o=l,Zn,{get:function(){return!!u},set:function(e){!e&&u&&f(),e&&!u&&s()}}),(h={h:o,dn:function(){u=null}}).h;var n,e,t,r,i,o,a,u,c,s,f,l,d,p,v,g,h}var et,n=function(e){return nn(e,1,0,an)},nt="toLowerCase",Q="length",tt="rdOnly",rt="notify",it="throwInternal",ot="setDf",at="watch",ut="logger",ct="apply",b="push",st="splice",ft="identifier",lt="isInitialized",dt="getPlugin",pt="name",vt="time",gt="processNext",ht="createNew",yt="teardown",mt="messageId",bt="message",wt="isAsync",It="diagLog",_t="_doTeardown",xt="update",St="getNext",Ct="setNextPlugin",Tt="userAgent",Nt="split",Dt="nodeType",At="replace",Rt="enableDebugExceptions",kt="type",Mt="handler",Et="isChildEvt",Pt="getCtx",Lt="setCtx",Ot="complete";var zt=undefined,ee="",w="core",Ft="disabled",Ut="extensionConfig",Bt="processTelemetry",qt="priority",jt="errorToConsole",Vt="warnToConsole",Ht="getPerfMgr",Kt=/-([a-z])/g,Xt=/([^\w\d_$])/g,Jt=/^(\d+[\w\d_$])/;function $t(e){return e&&h(e)?(e=(e=e[At](Kt,function(e,n){return n.toUpperCase()}))[At](Xt,"_"))[At](Jt,function(e,n){return"_"+n}):e}function Gt(e,n){return!(!e||!n)&&-1!==Jn(e,n)}function Wt(e){return e&&e.toISOString()||""}function ne(e){return We(e)?e[pt]:ee}function Yt(e,n,t,r,i){var o,a,u;e&&n&&t&&(!1===i&&!Xe(e[n])||(e[n]=(o=r,u=a=null,v(i=t)?a=i:u=i,function(){var e=arguments;if(u=a?a():u)return u[o][ct](u,e)})))}function Zt(e){return e&&M?R(M({},e)):e}var Qt="console",er="JSON",nr="msie",tr="trident/",rr="XMLHttpRequest",ir=null,or=null,ar=null,ur=null;function cr(e,n){var t,r=!1;if(e){try{(r=n in e)||(t=e[D])&&(r=n in t)}catch(i){}if(!r)try{r=!Xe((new e)[n])}catch(i){}}return r}function sr(){return typeof JSON===c&&JSON||null!==g(er)}function fr(){return sr()?JSON||g(er):null}function lr(){return ur=null===ur?!!Pn()&&!!Pn().sendBeacon:ur}function dr(e){var n=!1;try{var n=!!g("fetch"),t=g("Request");n&&e&&t&&(n=cr(t,"keepalive"))}catch(r){}return n}function pr(){return ar=null===ar&&(ar=typeof XDomainRequest!==s)&&vr()?ar&&!cr(g(rr),"withCredentials"):ar}function vr(){var e=!1;try{e=!!g(rr)}catch(n){}return e}var gr=4294967296,hr=4294967295,yr=!1,mr=123456789,br=987654321;function wr(e){var n,t=0,r=g("crypto")||g("msCrypto");if(0===(t=r&&r.getRandomValues?r.getRandomValues(new Uint32Array(1))[0]&hr:t)&&(!(r=Pn())||r[Tt]===or&&null!==ir||(r=((or=r[Tt])||ee)[nt](),ir=Gt(r,nr)||Gt(r,tr)),ir)){if(!yr)try{var i=2147483647&Kn();(n=(Math.random()*gr^i)+i)<0&&(n>>>=0),mr=123456789+n&hr,br=987654321-n&hr,yr=!0}catch(o){}r=((br=36969*(65535&br)+(br>>16)&hr)<<16)+(65535&(mr=18e3*(65535&mr)+(mr>>16)&hr))>>>0&hr|0,t=(r>>>=0)&hr}return 0===t&&(t=Math.floor(gr*Math.random()|0)),e||(t>>>=0),t}var Ir="3.0.0-beta.2303-10",_r="."+function(e){void 0===e&&(e=22);for(var n=wr()>>>0,t=0,r=ee;r[Q]<e;)r+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[0|63&n]||"",n>>>=6,5==++t&&(n=(wr()<<2&4294967295|3&n)>>>0,t=0);return r}(6),xr=0;function Sr(e){return 1===e[Dt]||9===e[Dt]||!+e[Dt]}function Cr(e,n){return $t(e+xr+++((n=void 0!==n&&n)?"."+Ir:ee)+_r)}function Tr(e){var o={id:Cr("_aiData-"+(e||ee)+"."+Ir),accept:Sr,get:function(e,n,t,r){var i=e[o.id];return i?i[$t(n)]:(r&&((i=function(e,n){var t=n[e.id];if(!t){t={};try{Sr(n)&&wn(n,e.id,{e:!1,v:t})}catch(r){}}return t}(o,e))[$t(n)]=t),t)},kill:function(e,n){if(e&&e[n])try{delete e[n]}catch(t){}}};return o}function Nr(e){return e&&G(e)&&(e.isVal||e.fb||en(e,"v")||en(e,"mrg")||en(e,"ref")||e.set)}function Dr(e,n,t){var r,i=t.dfVal||Je;if(n&&t.fb){var o=t.fb;W(o)||(o=[o]);for(var a=0;a<o[Q];a++){var u=o[a],c=n[u];if(i(c)?r=c:e&&(i(c=e.cfg[u])&&(r=c),e.set(e.cfg,ln(u),c)),i(r))break}}return!i(r)&&i(t.v)?t.v:r}function Ar(t,e,n,r){var i,o,a,u,c,s,f=r,f=Nr(f)?(i=f.isVal,o=f.set,c=f[tt],a=f.mrg,!(u=f.ref)&&Xe(u)&&(u=!!a),Dr(t,e,f)):r,r=!0,l=e[n];!l&&$(l)||(s=l,r=!1,i&&s!==f&&!i(s)&&(s=f,r=!0),o&&(r=(s=o(s,f,e))===f)),r?s=f&&function d(t,r,e){var i,n=e;return(n=e&&Nr(e)?Dr(t,r,e):n)&&(Nr(n)&&(n=d(t,r,n)),W(n)?(i=[])[Q]=n[Q]:Xn(n)&&(i={}),i&&(m(n,function(e,n){n&&Nr(n)&&(n=d(t,r,n)),i[e]=n}),n=i)),n}(t,e,f):(Xn(s)||W(f))&&a&&f&&(Xn(f)||W(f))&&m(f,function(e,n){Ar(t,s,e,n)}),t.set(e,n,s),u&&t.ref(e,n),c&&t[tt](e,n)}var Rr=Fn("[[ai_dynCfg_1]]"),kr=Fn("[[ai_blkDynCfg_1]]"),Mr=Fn("[[ai_frcDynCfg_1]]");function Er(e){var n=!1;return!e||(n=e[Mr])||e[kr]?n:Xn(e)||W(e)}function Pr(e){tn("InvalidAccess:"+e)}var Lr=["push","pop","shift","unshift","splice"];function Or(e,n){e=Ze(e,n);return e&&e.get}function zr(e,n,t,r,i,o){var a,u,c,s,f,l,d,p;return n&&((a=Or(n,t))&&a[e.prop]?n[t]=r:(c=n,f=r,l={n:s=t,h:[],trk:function(e){e&&e.fn&&(-1===jn(l.h,e)&&l.h[b](e),u.trk(e,l))},clr:function(e){e=jn(l.h,e);-1!==e&&l.h[st](e,1)}},p=!(d=!0),v[(u=e).prop]={chng:function(){u.add(l)}},wn(c,l.n,{g:v,s:function(n){var e,t;f!==n&&(v[u.ro]&&!u.upd&&Pr("["+s+"] is read-only:"+Y(c)),d&&(p=p||Er(f),d=!1),e=p&&v[u.rf],p&&(e?(m(f,function(e){f[e]=n?n[e]:zt}),m(n,function(e,n){zr(u,f,e,n)}),n=f):f&&f[Rr]&&m(f,function(e){var e=Or(f,e);e&&(e=e[u.prop])&&e.chng()})),n!==f&&(t=n&&Er(n),!e&&t&&Fr(u,n),f=n,p=t),u.add(l))}}),(i||o)&&(a=Or(n,t))),i&&(a[e.rf]=i),o&&(a[e.ro]=o)),n;function v(){d&&(p=p||Er(f),f&&!f[Rr]&&p&&(f=Fr(u,f)),d=!1);var e=u.act;return e&&l.trk(e),f}}function Fr(t,r){var i,o;return m(r,function(e,n){zr(t,r,e,n)}),r[Rr]||(bn(r,Rr,{get:function(){return t.hdlr}}),i=t,W(o=r)&&Z(Lr,function(e){var r=o[e];o[e]=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var t=r[ct](this,e);return Fr(i,o),t}})),r}var Ur="[[ai_";function Br(o){var a,e=zn(Ur+"get"+o.uid+"]]"),n=zn(Ur+"ro"+o.uid+"]]"),t=zn(Ur+"rf"+o.uid+"]]"),l=zn(Ur+"dtl"+o.uid+"]]"),d=null,p=null;function v(n,e){var t=a.act;try{(a.act=n)&&n[l]&&(Z(n[l],function(e){e.clr(n)}),n[l]=[]),e({cfg:o.cfg,set:o.set.bind(o),setDf:o[ot].bind(o),ref:o.ref.bind(o),rdOnly:o[tt].bind(o)})}catch(i){var r=o[ut];throw r&&r[it](1,107,Y(i)),i}finally{a.act=t||null}}function g(){if(d){var n,t,r,i,e,o,a,u=d,c=(d=null,p&&p.cancel(),p=null,[]);if(Z(u,function(n){if(n&&(n[l]&&(Z(n[l],function(e){e.clr(n)}),n[l]=null),n.fn))try{v(n,n.fn)}catch(e){c[b](e)}}),d)try{g()}catch(f){c[b](f)}function s(){this.constructor=e,this[Ue]="AggregationError"}if(0<c[Q])throw u="Watcher error(s): ",a=c,et||(t=function(e,n){1<n[Q]&&(e.errors=n[1])},i=(r=Error)[Re][Ue],n="AggregationError",o=r,(Be.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(t,e){m(e,function(e,n){return t[e]=n})})(e=function(){var e=this;try{Hn(r,n),(e=r.apply(e,arguments)||e)[Ue]=n,t(e,arguments)}finally{Hn(r,i)}return e},o),s[Re]=o[Re],e[Re]=new s,et=e),Z(a,function(e,n){"\n".concat(n," > ").concat(Y(e))}),new et(u,a||[])}}return(e={prop:e,ro:n,rf:t,hdlr:o,add:function(e){if(e&&0<e.h[Q]){d=d||[],p=p||Qn(function(){p=null,g()},0);for(var n=0;n<e.h[Q];n++){var t=e.h[n];t&&-1===jn(d,t)&&d[b](t)}}}})[rt]=g,e.use=v,e.trk=function(e,n){e&&(e=e[l]=e[l]||[],-1===jn(e,n)&&e[b](n))},a=e}function qr(e,n,t){var r,i=function(){if(n){var e=n[Rr]||n;if(e.cfg&&(e.cfg===n||e.cfg[Rr]===e))return e}return null}();if(i)return i;var o,i=Cr("dyncfg",!0),t=n&&!1!==t?n:function u(e){var t;return e&&(W(e)?(t=[])[Q]=e[Q]:Xn(e)&&(t={}),t)?(m(e,function(e,n){t[e]=u(n)}),t):e}(n),a=((r={uid:null,cfg:t})[ut]=e,r[rt]=function(){o[rt]()},r.set=function(e,n,t){return zr(o,e,n,t)[n]},r[ot]=function(t,e){return e&&m(e,function(e,n){Ar(a,t,e,n)}),t},r[at]=function(e){return t={fn:n=e,rm:function(){t.fn=null,n=null}},o.use(t,n),t;var n,t},r.ref=function(e,n){return zr(o,e,n,e[n],!0)[n]},r[tt]=function(e,n){return zr(o,e,n,e[n],!1,!0)[n]},r._block=function(e){o.use(null,e)},r);return wn(a,"uid",{c:!1,e:!1,w:!1,v:i}),Fr(o=Br(a),t),a}function jr(e,n,t,r){t=qr(t,e||{},r);return n&&t[ot](t.cfg,n),t}function Vr(e,n,t){return!e&&$(e)?n:Ge(e)?e:"true"===ln(e)[nt]()}function Hr(e,n,t){return{fb:t,isVal:e,v:n}}function Kr(e,n){return{fb:n,set:Vr,v:!!e}}var Xr=null,Jr={loggingLevelConsole:0,loggingLevelTelemetry:1,maxMessageLimit:25,enableDebugExceptions:!1};function $r(e){return e?'"'+e[At](/\"/g,ee)+'"':ee}function Gr(e,n){var t,r=typeof console!==s?console:g(Qt);r&&(t="log",r[e]&&(t=e),v(r[t])&&r[t](n))}Yr.dataType="MessageData";var Wr=Yr;function Yr(e,n,t,r){void 0===t&&(t=!1),this[mt]=e,this[bt]=(t?"AI: ":"AI (Internal): ")+e;t=ee,sr()&&(t=fr().stringify(r)),e=(n?" message:"+$r(n):ee)+(r?" props:"+$r(t):ee);this[bt]+=e}function Zr(e,n){return(e||{})[ut]||new Qr(n)}ei.__ieDyn=1;var Qr=ei;function ei(i){this.identifier="DiagnosticLogger",this.queue=[];var c,s,f,l,d=0,p={};Ne(ei,this,function(o){function a(e,n){var t,r;f<=d||(r=!0,t="AITR_"+n[mt],p[t]?r=!1:p[t]=!0,r&&(e<=s&&(o.queue[b](n),d++,u(1===e?"error":"warn",n)),d===f&&(r=new Wr(23,t="Internal events throttle limit per PageView reached for this app.",!1),o.queue[b](r),1===e?o[jt](t):o[Vt](t))))}function u(e,n){var t,r=(t=(t=Xr)||!0===(i||{}).disableDbgExt?t:Xr||(r=g("Microsoft"),Xr=r?r.ApplicationInsights:Xr))?t.ChromeDbgExt:null;r&&r[It]&&r[It](e,n)}jr(i||{},Jr,o)[at](function(e){e=e.cfg;c=e.loggingLevelConsole,s=e.loggingLevelTelemetry,f=e.maxMessageLimit,l=e[Rt]}),o.consoleLoggingLevel=function(){return c},o.telemetryLoggingLevel=function(){return s},o.maxInternalMessageLimit=function(){return f},o[Rt]=function(){return l},o[it]=function(e,n,t,r,i){n=new Wr(n,t,i=void 0!==i&&i,r);if(l)throw Y(n);t=1===e?jt:Vt;Xe(n[bt])?u("throw"+(1===e?"Critical":"Warning"),n):(i?(r=+n[mt],!p[r]&&e<=c&&(o[t](n[bt]),p[r]=!0)):e<=c&&o[t](n[bt]),a(e,n))},o[Vt]=function(e){Gr("warn",e),u("warning",e)},o[jt]=function(e){Gr("error",e),u("error",e)},o.resetInternalMessageCount=function(){d=0,p={}},o.logInternalMessage=a})}function ni(e){return e||new Qr}function te(e,n,t,r,i,o){void 0===o&&(o=!1),ni(e)[it](n,t,r,i,o)}function ti(e,n){ni(e)[Vt](n)}var ri="ParentContextKey",ii="ChildrenContextKey",oi=(ai.ParentContextKey="parent",ai.ChildrenContextKey="childEvts",ai);function ai(e,n,t){var r,i=this;i.start=Kn(),i[pt]=e,i[wt]=t,i[Et]=function(){return!1},v(n)&&wn(i,"payload",{g:function(){return!r&&v(n)&&(r=n(),n=null),r}}),i[Pt]=function(e){return e?(e===ai[ri]||e===ai[ii]?i:i.ctx||{})[e]:null},i[Lt]=function(e,n){e&&(e===ai[ri]?(i[e]||(i[Et]=function(){return!0}),i[e]=n):e===ai[ii]?i[e]=n:(i.ctx=i.ctx||{})[e]=n)},i[Ot]=function(){var e=0,n=i[Pt](ai[ii]);if(W(n))for(var t=0;t<n[Q];t++){var r=n[t];r&&(e+=r[vt])}i[vt]=Kn()-i.start,i.exTime=i[vt]-e,i[Ot]=function(){}}}var ui="CoreUtils.doPerf";function ci(e,n,t,r,i){if(e)if(e=e[Ht]?e[Ht]():e){var o,a=void 0,u=e[Pt](ui);try{if(a=e.create(n(),r,i))return u&&a[Lt]&&(a[Lt](oi[ri],u),u[Pt]&&u[Lt]&&((o=u[Pt](oi[ii]))||(o=[],u[Lt](oi[ii],o)),o[b](a))),e[Lt](ui,a),t(a)}catch(c){a&&a[Lt]&&a[Lt]("exception",c)}finally{a&&e.fire(a),e[Lt](ui,u)}}t()}var si=Tr("plugin");function fi(e){return si.get(e,"state",{},!0)}var li="TelemetryPluginChain",di="_hasRun",pi="_getTelCtx",vi=0;function gi(e,o,t,n){var r=null,i=[],a=(o=o||jr({},null,t[ut]),null!==n&&(r=n?function(e,n,t){for(;e;){if(e[dt]()===t)return e;e=e[St]()}return yi([t],n.config||{},n)}(e,t,n):e),{_next:function(){var e,n=r;return r=n?n[St]():null,n||(e=i)&&0<e[Q]&&(Z(e,function(e){try{e.func.call(e.self,e.args)}catch(n){te(t[ut],2,73,"Unexpected Exception during onComplete - "+Y(n))}}),i=[]),n},ctx:{core:function(){return t},diagLog:function(){return Zr(t,o.cfg)},getCfg:function(){return o.cfg},getExtCfg:function(e,n){var r=u(e,!0);return n&&m(n,function(e,n){var t;!$(r[e])||!(t=o.cfg[e])&&$(t)||(r[e]=t),Ar(o,r,e,n)}),o[ot](r,n)},getConfig:function(e,n,t){void 0===t&&(t=!1);var r,e=u(e,!1),i=o.cfg;return!e||!e[n]&&$(e[n])?!i[n]&&$(i[n])||(r=i[n]):r=e[n],r||!$(r)?r:t},hasNext:function(){return!!r},getNext:function(){return r},setNext:function(e){r=e},iterate:function(e){for(;n=a._next();){var n=n[dt]();n&&e(n)}},onComplete:function(e,n){for(var t=[],r=2;r<arguments.length;r++)t[r-2]=arguments[r];e&&i[b]({func:e,self:Xe(n)?a.ctx:n,args:t})}}});function u(e,n){var t,r=null,i=o.cfg;return i&&e&&(t=i[Ut],i[Ut]=t=!t&&n?{}:t,(t=o.ref(i,Ut))&&(r=t[e],t[e]=r=!r&&n?{}:r,r=o.ref(t,e))),r}return a}function hi(e,n,t,r){var i=jr(n),o=gi(e,i,t,r),a=o.ctx;return a[gt]=function(e){var n=o._next();return n&&n[Bt](e,a),!n},a[ht]=function(e,n){return hi((e=W(e=void 0===e?null:e)?yi(e,i.cfg,t,n):e)||a[St](),i.cfg,t,n)},a}function yi(e,n,t,r){var i,o=null,a=!r;return W(e)&&0<e[Q]&&(i=null,Z(e,function(e){(a=!a&&r===e||a)&&e&&v(e[Bt])&&(e=mi(e,n,t),o=o||e,i&&i._setNext(e),i=e)})),r&&!o?yi([r],n,t):o}function mi(c,r,i){var s=null,o=v(c[Bt]),a=v(c[Ct]),f=c?c[ft]+"-"+c[qt]+"-"+vi++:"Unknown-0-"+vi++,u={getPlugin:function(){return c},getNext:function(){return s},processTelemetry:function(t,e){var n;l(e=e||(n=(n=c&&v(c[pi])?c[pi]():n)||hi(u,r,i)),function(e){if(!c||!o)return!1;var n=fi(c);return!n[yt]&&!n[Ft]&&(a&&c[Ct](s),c[Bt](t,e),!0)},"processTelemetry",function(){return{item:t}},!t.sync)||e[gt](t)},unload:function(r,i){l(r,function(){var e,n,t=!1;return c&&(e=fi(c),n=c[w]||e[w],!c||n&&n!==r.core()||e[yt]||(e[w]=null,e[yt]=!0,e[lt]=!1,c[yt]&&!0===c[yt](r,i)&&(t=!0))),t},"unload",function(){},i[wt])||r[gt](i)},update:function(r,i){l(r,function(){var e,n,t=!1;return c&&(e=fi(c),n=c[w]||e[w],!c||n&&n!==r.core()||e[yt]||c[xt]&&!0===c[xt](r,i)&&(t=!0)),t},"update",function(){},!1)||r[gt](i)},_id:f,_setNext:function(e){s=e}};function l(t,r,i,e,n){var o=!1,a=c?c[ft]:li,u=(u=t[di])||(t[di]={});return t.setNext(s),c&&ci(t[w](),function(){return a+":"+i},function(){u[f]=!0;try{var e=s?s._id:ee;e&&(u[e]=!1),o=r(t)}catch(n){e=!s||u[s._id];e&&(o=!0),s&&e||te(t[It](),1,73,"Plugin ["+a+"] failed during "+i+" - "+Y(n)+", run flags: "+Y(u))}},e,n),o}return un(u)}function bi(){var n=[];return{add:function(e){e&&n[b](e)},run:function(t,r){Z(n,function(e){try{e(t,r)}catch(n){te(t[It](),2,73,"Unexpected error calling unload handler - "+Y(n))}}),n=[]}}}function wi(){var i=[];return{run:function(t){var e=i;i=[],Z(e,function(e){try{(e.rm||e.remove).call(e)}catch(n){te(t,2,73,"Unloading:"+Y(n))}})},add:function(e){if(e){var n=i,t=e;if(!Xe(t)&&n)if(W(t))n.push.apply(n,t);else if(t&&v(t.next))for(var r=t.next();!r[ze];)n.push(r[Fe]),r=t.next();else n.push(t)}}}}var Ii="getPlugin",_i=((e={})[Ut]={isVal:function(e){return!$(e)},v:{}},e),je=(xi.__ieDyn=1,xi);function xi(){var i,o,f,l,d,a=this;function n(e){var n,e=e=void 0===e?null:e;return e||(n=o||hi(null,{},a[w]),e=f&&f[Ii]?n[ht](null,f[Ii]):n[ht](null,f)),e}function c(e,n,t){jr(e,_i,n[ut]),!t&&n&&(t=n.getProcessTelContext()[St]());var r=f;f&&f[Ii]&&(r=f[Ii]()),a[w]=n,o=hi(t,e,n,r)}function p(){i=!1,a[w]=null,f=o=null,d=wi(),l=bi()}p(),Ne(xi,a,function(s){s.initialize=function(e,n,t,r){c(e,n,r),i=!0},s[yt]=function(e,n){var t,r,i,o,a=s[w];if(a&&(!e||a===e[w]()))return r=!1,i=e||function c(e,t,n){var r=jr(t.config),i=gi(e,r,t,n),o=i.ctx;return o[gt]=function(e){var n=i._next();return n&&n.unload(o,e),!n},o[ht]=function(e,n){return c((e=W(e=void 0===e?null:e)?yi(e,r.cfg,t,n):e)||o[St](),t,n)},o}(null,a,f&&f[Ii]?f[Ii]():f),o=n||((e={reason:0})[wt]=!1,e),s[_t]&&!0===s[_t](i,o,u)?t=!0:u(),t;function u(){r||(r=!0,l.run(i,n),d.run(i[It]()),!0===t&&i[gt](o),p())}},s[xt]=function(e,n){var t,r,i,o=s[w];if(o&&(!e||o===e[w]()))return r=!1,i=e||function u(e,t,n){var r=jr(t.config),i=gi(e,r,t,n).ctx;return i[gt]=function(n){return i.iterate(function(e){v(e[xt])&&e[xt](i,n)})},i[ht]=function(e,n){return u((e=W(e=void 0===e?null:e)?yi(e,r.cfg,t,n):e)||i[St](),t,n)},i}(null,o,f&&f[Ii]?f[Ii]():f),s._doUpdate&&!0===s._doUpdate(i,n||{reason:0},a)?t=!0:a(),t;function a(){r||(r=!0,c(i.getCfg(),i.core(),i[St]()))}},Yt(s,"_addUnloadCb",function(){return l},"add"),Yt(s,"_addHook",function(){return d},"add"),wn(s,"_unloadHooks",{g:function(){return d}})}),a[It]=function(e){return n(e)[It]()},a[lt]=function(){return i},a.setInitialized=function(e){i=e},a[Ct]=function(e){f=e},a[gt]=function(e,n){n?n[gt](e):f&&v(f[Bt])&&f[Bt](e,null)},a._getTelCtx=n}var Si="attachEvent",Ci="addEventListener",Ti="detachEvent",Ni="removeEventListener",Di="events",Ai=(Cr("aiEvtPageHide"),Cr("aiEvtPageShow"),/\.[\.]+/g),Ri=/[\.]+$/,ki=1,Mi=Tr("events"),Ei=/^([^.]*)(?:\.(.+)|)/;function Pi(e){return e&&e[At]?e[At](/^[\s\.]+|(?=[\s\.])[\.\s]+$/g,ee):e}function Li(e,n){n&&(t=ee,W(n)?(t=ee,Z(n,function(e){(e=Pi(e))&&("."!==e[0]&&(e="."+e),t+=e)})):t=Pi(n),t&&("."!==t[0]&&(t="."+t),e=(e||ee)+t));var t,n=Ei.exec(e||ee)||[],e={};return e[kt]=n[1],e.ns=(n[2]||ee).replace(Ai,".").replace(Ri,ee)[Nt](".").sort().join("."),e}function Oi(e,n,t){e=Mi.get(e,Di,{},t=void 0===t||t);return e[n]||(e[n]=[])}function zi(e,n,t,r){e&&n&&n[kt]&&(e[Ni]?e[Ni](n[kt],t,r):e[Ti]&&e[Ti]("on"+n[kt],t))}function Fi(e,n,t,r){for(var i=n[Q];i--;){var o=n[i];!o||t.ns&&t.ns!==o.evtName.ns||r&&!r(o)||(zi(e,o.evtName,o[Mt],o.capture),n[st](i,1))}}function Ui(e,n){return n?Li("xx",W(n)?[e].concat(n):[e,n]).ns[Nt]("."):e}function Bi(e,n,t,r,i){void 0===i&&(i=!1);var o,a,u=!1;if(e)try{var c,s=Li(n,r),f=s,l=t,d=i,p=!1;(a=e)&&f&&f[kt]&&l&&(a[Ci]?(a[Ci](f[kt],l,d),p=!0):a[Si]&&(a[Si]("on"+f[kt],l),p=!0)),(u=p)&&Mi.accept(e)&&((o={guid:ki++,evtName:s})[Mt]=t,o.capture=i,c=o,Oi(e,s.type)[b](c))}catch(v){}return u}var qi,ji="Microsoft_ApplicationInsights_BypassAjaxInstrumentation",Vi="sampleRate",Hi="ProcessLegacy",Ki="http.method",fe="https://dc.services.visualstudio.com",e="/v2/track",Xi="not_specified",Ji=(qi={},m({requestContextHeader:[0,"Request-Context"],requestContextTargetKey:[1,"appId"],requestContextAppIdFormat:[2,"appId=cid-v1:"],requestIdHeader:[3,"Request-Id"],traceParentHeader:[4,"traceparent"],traceStateHeader:[5,"tracestate"],sdkContextHeader:[6,"Sdk-Context"],sdkContextHeaderAppIdRequest:[7,"appId"],requestContextHeaderLowerCase:[8,"request-context"]},function(e,n){qi[e]=n[1],qi[n[0]]=n[1]}),an(qi)),$i="split",I="length",Gi="toLowerCase",Wi="toString",Yi="removeItem",Zi="name",Qi="message",eo="stringify",no="pathname",to="exceptions",f="parsedStack",ro="properties",io="measurements",oo="sizeInBytes",ao="typeName",uo="severityLevel",co="problemGroup",so="isManual",fo="CreateFromInterface",lo="assembly",po="hasFullStack",vo="level",go="method",ho="fileName",yo="line",mo="duration",bo="receivedResponse",wo="substring";function Io(e,n,t){var r,i,o=n[I],a=(e=e,(n=n)&&150<(n=Gn(n[Wi]()))[I]&&(i=n[wo](0,150),te(e,2,57,"name is too long. It has been truncated to 150 characters.",{name:n},!0)),i||n);if(a[I]!==o){for(var u=0,c=a;t[c]!==undefined;)u++,c=a[wo](0,147)+(r=void 0,(r="00"+u).substr(r[I]-3));a=c}return a}function _(e,n,t){var r;return void 0===t&&(t=1024),n&&(t=t||1024,(n=Gn(n[Wi]()))[I]>t&&(r=n[wo](0,t),te(e,2,61,"string value is too long. It has been truncated to "+t+" characters.",{value:n},!0))),r||n}function _o(e,n){return To(e,n,2048,66)}function xo(e,n){var t;return n&&32768<n[I]&&(t=n[wo](0,32768),te(e,2,56,"message is too long, it has been truncated to 32768 characters.",{message:n},!0)),t||n}function So(r,e){var i;return e&&(i={},m(e,function(e,n){if(G(n)&&sr())try{n=fr()[eo](n)}catch(t){te(r,2,49,"custom property is not valid",{exception:t},!0)}n=_(r,n,8192),e=Io(r,e,i),i[e]=n}),e=i),e}function Co(t,e){var r;return e&&(r={},m(e,function(e,n){e=Io(t,e,r),r[e]=n}),e=r),e}function To(e,n,t,r){var i;return n&&(n=Gn(n[Wi]()))[I]>t&&(i=n[wo](0,t),te(e,2,r,"input is too long, it has been truncated to "+t+" characters.",{data:n},!0)),i||n}var No=Mn()||{},Do=0,Ao=[null,null,null,null,null];var Ro=[fe+e,"https://breeze.aimon.applicationinsights.io"+e,"https://dc-int.services.visualstudio.com"+e];function ko(e){return-1!==jn(Ro,e[Gi]())}var Mo=n({LocalStorage:0,SessionStorage:1}),Eo=(n({AI:0,AI_AND_W3C:1,W3C:2}),undefined);function Po(e){try{if($(L()))return null;var n=(new Date)[Wi](),t=g(e===Mo.LocalStorage?"localStorage":"sessionStorage"),r=(t.setItem(n,n),t.getItem(n)!==n);if(t[Yi](n),!r)return t}catch(i){}return null}function Lo(){return Oo()?Po(Mo.SessionStorage):null}function Oo(e){return Eo=e||Eo===undefined?!!Po(Mo.SessionStorage):Eo}function zo(e,n){var t=Lo();if(null!==t)try{return t.getItem(n)}catch(r){Eo=!1,te(e,2,2,"Browser failed read of session storage. "+ne(r),{exception:Y(r)})}return null}function Fo(e,n,t){var r=Lo();if(null!==r)try{r.setItem(n,t)}catch(i){Eo=!1,te(e,2,4,"Browser failed write to session storage. "+ne(i),{exception:Y(i)})}}var Uo=function(e,n,t){var r=this,i=this;i.ver=1,i.sampleRate=100,i.tags={},i[Zi]=_(e,t)||Xi,i.data=n,i.time=Wt(new Date),i.aiDataContract={time:1,iKey:1,name:1,sampleRate:function(){return 100===r.sampleRate?4:1},tags:1,data:1}},Bo=(qo.envelopeType="Microsoft.ApplicationInsights.{0}.Event",qo.dataType="EventData",qo);function qo(e,n,t,r){this.aiDataContract={ver:1,name:1,properties:0,measurements:0},this.ver=2,this[Zi]=_(e,n)||Xi,this[ro]=So(e,t),this[io]=Co(e,r)}var jo="error",l="stack",Vo="stackDetails",Ho="errorSrc",Ko="message",Xo="description";function Jo(e,n){var t=e;return t&&!h(t)&&(JSON&&JSON[eo]?(t=JSON[eo](e),!n||t&&"{}"!==t||(t=v(e[Wi])?e[Wi]():""+e)):t=e+" - (Missing JSON.stringify)"),t||""}function $o(e,n){var t=e;return e&&((t=t&&!h(t)&&(e[Ko]||e[Xo])||t)&&!h(t)&&(t=Jo(t,!0)),e.filename&&(t=t+" @"+(e.filename||"")+":"+(e.lineno||"?")+":"+(e.colno||"?"))),(n&&"String"!==n&&"Object"!==n&&"Error"!==n&&-1===Jn(t||"",n)?n+": "+t:t)||""}function Go(e){return e&&e.src&&h(e.src)&&e.obj&&W(e.obj)}function Wo(e){var e=e||"",n=(e=h(e)?e:h(e[l])?e[l]:""+e)[$i]("\n");return{src:e,obj:n}}function Yo(e){var n,t=null;if(e)try{e[l]?t=Wo(e[l]):e[jo]&&e[jo][l]?t=Wo(e[jo][l]):e.exception&&e.exception[l]?t=Wo(e.exception[l]):Go(e)?t=e:Go(e[Vo])?t=e[Vo]:window&&window.opera&&e[Ko]?t=function(e){for(var n=[],t=e[$i]("\n"),r=0;r<t[I];r++){var i=t[r];t[r+1]&&(i+="@"+t[r+1],r++),n.push(i)}return{src:e,obj:n}}(e[Qi]):e.reason&&e.reason[l]?t=Wo(e.reason[l]):h(e)?t=Wo(e):(n=e[Ko]||e[Xo]||"",h(e[Ho])&&(n&&(n+="\n"),n+=" from "+e[Ho]),n&&(t=Wo(n)))}catch(r){t=Wo(r)}return t||{src:"",obj:null}}function Zo(e){var n="";if(e&&!(n=e.typeName||e[Zi]||""))try{var t=/function (.{1,200})\(/.exec(e.constructor[Wi]()),n=t&&1<t[I]?t[1]:""}catch(r){}return n}function Qo(e){if(e)try{var n,t;if(!h(e))return n=Zo(e),(t=Jo(e,!1))&&"{}"!==t||(e[jo]&&(n=Zo(e=e[jo])),t=Jo(e,!0)),0!==Jn(t,n)&&"String"!==n?n+":"+t:t}catch(r){}return""+(e||"")}na.CreateAutoException=function(e,n,t,r,i,o,a,u){var c=Zo(i||o||e),s={};return s[Qi]=$o(e,c),s.url=n,s.lineNumber=t,s.columnNumber=r,s.error=Qo(i||o||e),s.evt=Qo(o||e),s[ao]=c,s.stackDetails=Yo(a||i||o),s.errorSrc=u,s},na.CreateFromInterface=function(n,e,t,r){var i=e[to]&&Vn(e[to],function(e){return ta[fo](n,e)});return new na(n,z(z({},e),{exceptions:i}),t,r)},na.prototype.toInterface=function(){var e=this,n=e.exceptions,t=e.properties,r=e.measurements,i=e.severityLevel,o=e.problemGroup,a=e.id,e=e.isManual,n=n instanceof Array&&Vn(n,function(e){return e.toInterface()})||undefined,u={ver:"4.0"};return u[to]=n,u.severityLevel=i,u.properties=t,u.measurements=r,u.problemGroup=o,u.id=a,u.isManual=e,u},na.CreateSimpleException=function(e,n,t,r,i,o){var a;return{exceptions:[((a={})[po]=!0,a.message=e,a.stack=i,a.typeName=n,a)]}},na.envelopeType="Microsoft.ApplicationInsights.{0}.Exception",na.dataType="ExceptionData",na.formatError=Qo;var ea=na;function na(e,n,t,r,i,o){this.aiDataContract={ver:1,exceptions:1,severityLevel:0,properties:0,measurements:0};var a=this;a.ver=2,function(e){try{if(G(e))return"ver"in e&&"exceptions"in e&&"properties"in e}catch(n){}}(n)?(a[to]=n[to]||[],a[ro]=n[ro],a[io]=n[io],n[uo]&&(a[uo]=n[uo]),n.id&&(a.id=n.id),n[co]&&(a[co]=n[co]),$(n[so])||(a[so]=n[so])):(a[to]=[new ta(e,n,t=t||{})],a[ro]=So(e,t),a[io]=Co(e,r),i&&(a[uo]=i),o&&(a.id=o))}ra.prototype.toInterface=function(){var e=this,n=e[f]instanceof Array&&Vn(e[f],function(e){return e.toInterface()});return(e={id:e.id,outerId:e.outerId,typeName:e[ao],message:e[Qi],hasFullStack:e[po],stack:e[l]})[f]=n||undefined,e},ra.CreateFromInterface=function(e,n){var t=n[f]instanceof Array&&Vn(n[f],function(e){return ia[fo](e)})||n[f];return new ra(e,z(z({},n),{parsedStack:t}))};var ta=ra;function ra(n,e,t){this.aiDataContract={id:0,outerId:0,typeName:1,message:1,hasFullStack:0,stack:0,parsedStack:2};var s,r,i,o,a,u,c=this;!function(e){try{if(G(e))return"hasFullStack"in e&&"typeName"in e}catch(n){}}(e)?(r=(a=e)&&a.evt,We(a)||(a=a[jo]||r||a),c[ao]=_(n,Zo(a))||Xi,c[Qi]=xo(n,$o(e||a,c[ao]))||Xi,s=e[Vo]||Yo(e),c[f]=function(){var e=s.obj;if(e&&0<e[I]){var n=[],t=0,r=0;if(Z(e,function(e){var e=e[Wi]();ia.regex.test(e)&&(e=new ia(e,t++),r+=e[oo],n.push(e))}),32768<r)for(var i=0,o=n[I]-1,a=0,u=i,c=o;i<o;){if(32768<(a+=n[i][oo]+n[o][oo])){n.splice(u,c-u+1);break}u=i,c=o,i++,o--}}return n}(),W(c[f])&&Vn(c[f],function(e){return e[lo]=_(n,e[lo])}),c[l]=(r=n,u="",(a=s)&&(a.obj?Z(a.obj,function(e){u+=e+"\n"}):u=a.src||""),(a=u)&&32768<(o=""+a)[I]&&(i=o[wo](0,32768),te(r,2,52,"exception is too long, it has been truncated to 32768 characters.",{exception:a},!0)),i||a),c.hasFullStack=W(c.parsedStack)&&0<c.parsedStack[I],t&&(t[ao]=t[ao]||c[ao])):(c[ao]=e[ao],c[Qi]=e[Qi],c[l]=e[l],c[f]=e[f]||[],c[po]=e[po])}oa.CreateFromInterface=function(e){return new oa(e,null)},oa.prototype.toInterface=function(){var e=this;return{level:e[vo],method:e[go],assembly:e[lo],fileName:e[ho],line:e[yo]}},oa.regex=/^([\s]+at)?[\s]{0,50}([^\@\()]+?)[\s]{0,50}(\@|\()([^\(\n]+):([0-9]+):([0-9]+)(\)?)$/,oa.baseSize=58;var ia=oa;function oa(e,n){this.aiDataContract={level:1,method:1,assembly:0,fileName:0,line:0};var t,r=this;r[oo]=0,"string"==typeof e?(t=e,r[vo]=n,r[go]="<no_method>",r[lo]=Gn(t),r[ho]="",r[yo]=0,(n=t.match(oa.regex))&&5<=n[I]&&(r[go]=Gn(n[2])||r[go],r[ho]=Gn(n[4]),r[yo]=parseInt(n[5])||0)):(r[vo]=e[vo],r[go]=e[go],r[lo]=e[lo],r[ho]=e[ho],r[yo]=e[yo],r[oo]=0),r.sizeInBytes+=r.method[I],r.sizeInBytes+=r.fileName[I],r.sizeInBytes+=r.assembly[I],r[oo]+=oa.baseSize,r.sizeInBytes+=r.level.toString()[I],r.sizeInBytes+=r.line.toString()[I]}var aa=function(){this.aiDataContract={name:1,kind:0,value:1,count:0,min:0,max:0,stdDev:0},this.kind=0},ua=(ca.envelopeType="Microsoft.ApplicationInsights.{0}.Metric",ca.dataType="MetricData",ca);function ca(e,n,t,r,i,o,a,u,c){this.aiDataContract={ver:1,metrics:1,properties:0},this.ver=2;var s=new aa;s.count=0<r?r:undefined,s.max=isNaN(o)||null===o?undefined:o,s.min=isNaN(i)||null===i?undefined:i,s[Zi]=_(e,n)||Xi,s.value=t,s.stdDev=isNaN(a)||null===a?undefined:a,this.metrics=[s],this[ro]=So(e,u),this[io]=Co(e,c)}var sa="";function fa(e){var n=sa+Math.floor((e=Math.round(e=isNaN(e)||e<0?0:e))/1e3)%60,t=sa+Math.floor(e/6e4)%60,r=sa+Math.floor(e/36e5)%24,i=Math.floor(e/864e5),e=1===(e=sa+e%1e3)[I]?"00"+e:2===e[I]?"0"+e:e,n=n[I]<2?"0"+n:n,t=t[I]<2?"0"+t:t,r=r[I]<2?"0"+r:r;return(0<i?i+".":sa)+r+":"+t+":"+n+"."+e}da.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview",da.dataType="PageviewData";var la=da;function da(e,n,t,r,i,o,a){this.aiDataContract={ver:1,name:0,url:0,duration:0,properties:0,measurements:0,id:0};var u=this;u.ver=2,u.id=a&&To(e,a,128,69)[Wi](),u.url=_o(e,t),u[Zi]=_(e,n)||Xi,isNaN(r)||(u[mo]=fa(r)),u[ro]=So(e,i),u[io]=Co(e,o)}va.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency",va.dataType="RemoteDependencyData";var pa=va;function va(e,n,t,r,i,o,a,u,c,s,f,l){void 0===c&&(c="Ajax"),this.aiDataContract={id:1,ver:1,name:0,resultCode:0,duration:0,success:0,data:0,target:0,type:0,properties:0,measurements:0,kind:0,value:0,count:0,min:0,max:0,stdDev:0,dependencyKind:0,dependencySource:0,commandName:0,dependencyTypeName:0};var d,p,v,g=this,t=(g.ver=2,g.id=n,g[mo]=fa(i),g.success=o,g.resultCode=a+"",g.type=_(e,c),n=e,i=u,c=a=o=r,a=(u=t)&&0<u[I]?(d=u,v=(t=Ao)[p=Do],No.createElement?t[p]||(v=t[p]=No.createElement("a")):v={host:function(){e=null,d&&null!=(t=d.match(/(\w{1,150}):\/\/([^\/:]{1,256})(:\d{1,20})?/i))&&2<t[I]&&h(t[2])&&0<t[2][I]&&(e=t[2]||"",2<t[I]&&(n=(t[1]||"")[Gi](),t=t[3]||"",e+=t="http"===n&&":80"===t||"https"===n&&":443"===t?"":t));var e,n=e||"";if(n){var t=n.match(/(www\d{0,5}\.)?([^\/:]{1,256})(:\d{1,20})?/i);if(null!=t&&3<t[I]&&h(t[2])&&0<t[2][I])return t[2]+(t[3]||"")}return n}()},v.href=d,++p>=t[I]&&(p=0),Do=p,p=(t=v).host,a||(null!=t[no]?("/"!=((v=0===t.pathname[I]?"/":t[no])[0]||"")&&(v="/"+v),c=t[no],_(n,i?i+" "+v:v)):_(n,u))):p=o,{target:p,name:a,data:c});g.data=_o(e,r)||t.data,g.target=_(e,t.target),s&&(g.target="".concat(g.target," | ").concat(s)),g[Zi]=_(e,t[Zi]),g[ro]=So(e,f),g[io]=Co(e,l)}ha.envelopeType="Microsoft.ApplicationInsights.{0}.Message",ha.dataType="MessageData";var ga=ha;function ha(e,n,t,r,i){this.aiDataContract={ver:1,message:1,severityLevel:0,properties:0};var o=this;o.ver=2,o[Qi]=xo(e,n=n||Xi),o[ro]=So(e,r),o[io]=Co(e,i),t&&(o[uo]=t)}ma.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance",ma.dataType="PageviewPerformanceData";var ya=ma;function ma(e,n,t,r,i,o,a){this.aiDataContract={ver:1,name:0,url:0,duration:0,perfTotal:0,networkConnect:0,sentRequest:0,receivedResponse:0,domProcessing:0,properties:0,measurements:0};var u=this;u.ver=2,u.url=_o(e,t),u[Zi]=_(e,n)||Xi,u[ro]=So(e,i),u[io]=Co(e,o),a&&(u.domProcessing=a.domProcessing,u[mo]=a[mo],u.networkConnect=a.networkConnect,u.perfTotal=a.perfTotal,u[bo]=a[bo],u.sentRequest=a.sentRequest)}var ba=function(e,n){this.aiDataContract={baseType:1,baseData:1},this.baseType=e,this.baseData=n};function wa(e){var n="ai."+e+".";return function(e){return n+e}}var Ia,_a,n=wa("application"),r=wa("device"),o=wa("location"),xa=wa("operation"),Sa=wa("session"),Ca=wa("user"),Ta=wa("cloud"),Na=wa("internal"),Da=(_a={applicationVersion:n("ver"),applicationBuild:n("build"),applicationTypeId:n("typeId"),applicationId:n("applicationId"),applicationLayer:n("layer"),deviceId:r("id"),deviceIp:r("ip"),deviceLanguage:r("language"),deviceLocale:r("locale"),deviceModel:r("model"),deviceFriendlyName:r("friendlyName"),deviceNetwork:r("network"),deviceNetworkName:r("networkName"),deviceOEMName:r("oemName"),deviceOS:r("os"),deviceOSVersion:r("osVersion"),deviceRoleInstance:r("roleInstance"),deviceRoleName:r("roleName"),deviceScreenResolution:r("screenResolution"),deviceType:r("type"),deviceMachineName:r("machineName"),deviceVMName:r("vmName"),deviceBrowser:r("browser"),deviceBrowserVersion:r("browserVersion"),locationIp:o("ip"),locationCountry:o("country"),locationProvince:o("province"),locationCity:o("city"),operationId:xa("id"),operationName:xa("name"),operationParentId:xa("parentId"),operationRootId:xa("rootId"),operationSyntheticSource:xa("syntheticSource"),operationCorrelationVector:xa("correlationVector"),sessionId:Sa("id"),sessionIsFirst:Sa("isFirst"),sessionIsNew:Sa("isNew"),userAccountAcquisitionDate:Ca("accountAcquisitionDate"),userAccountId:Ca("accountId"),userAgent:Ca("userAgent"),userId:Ca("id"),userStoreRegion:Ca("storeRegion"),userAuthUserId:Ca("authUserId"),userAnonymousUserAcquisitionDate:Ca("anonUserAcquisitionDate"),userAuthenticatedUserAcquisitionDate:Ca("authUserAcquisitionDate"),cloudName:Ta("name"),cloudRole:Ta("role"),cloudRoleVer:Ta("roleVer"),cloudRoleInstance:Ta("roleInstance"),cloudEnvironment:Ta("environment"),cloudLocation:Ta("location"),cloudDeploymentUnit:Ta("deploymentUnit"),internalNodeName:Na("nodeName"),internalSdkVersion:Na("sdkVersion"),internalAgentVersion:Na("agentVersion"),internalSnippet:Na("snippet"),internalSdkSrc:Na("sdkSrc")},U(Aa,Ia=function(){var t=this;m(_a,function(e,n){t[e]=n})}),Aa);function Aa(){return Ia.call(this)||this}var d=new Da,Ra="duration",re="tags",ka="deviceType",p="data",Ma="name",Ea="traceID",ie="length",Pa="stringify",La="measurements",x="dataType",Oa="envelopeType",za="toString",Fa="onLine",Ua="_get",Ba="enqueue",qa="count",ja="eventsLimitInMem",Va="push",Ha="emitLineDelimitedJson",Ka="clear",Xa="batchPayloads",Ja="createNew",$a="markAsSent",Ga="clearSent",Wa="BUFFER_KEY",Ya="SENT_BUFFER_KEY",Za="MAX_BUFFER_SIZE",Qa="triggerSend",oe="diagLog",eu="_sender",nu="customHeaders",tu="maxBatchSizeInBytes",ru="onunloadDisableBeacon",iu="isBeaconApiDisabled",ou="enableSessionStorageBuffer",au="_buffer",uu="instrumentationKey",cu="disableXhr",su="onunloadDisableFetch",fu="convertUndefined",lu="maxBatchInterval",du="baseType",pu="sampleRate",vu="_onError",gu="_onPartialSuccess",hu="_onSuccess",yu="itemsAccepted",mu="setRequestHeader",bu="eventsSendRequest",wu="getSamplingScore",Iu="baseType",S="baseData",C="properties",_u="true";function T(e,n,t){var r=Ye;!(e=e)||e[n]===t||r&&!r(t)||(e[n]=t)}function xu(e,t,r){$(e)||m(e,function(e,n){$e(n)?r[e]=n:h(n)?t[e]=n:sr()&&(t[e]=fr()[Pa](n))})}function Su(t,r){$(t)||m(t,function(e,n){t[e]=n||r})}function Cu(e,n,t,r){for(var r=new Uo(e,r,n),n=(T(r,"sampleRate",t[Vi]),(t[S]||{}).startTime&&(r.time=Wt(t[S].startTime)),r.iKey=t.iKey,t.iKey.replace(/-/g,"")),n=(r[Ma]=r[Ma].replace("{0}",n),e),e=t,i=r,o=i[re]=i[re]||{},a=e.ext=e.ext||{},u=e[re]=e[re]||[],c=a.user,c=(c&&(T(o,d.userAuthUserId,c.authId),T(o,d.userId,c.id||c.localId)),a.app),c=(c&&T(o,d.sessionId,c.sesId),a.device),c=(c&&(T(o,d.deviceId,c.id||c.localId),T(o,d[ka],c.deviceClass),T(o,d.deviceIp,c.ip),T(o,d.deviceModel,c.model),T(o,d[ka],c[ka])),e.ext.web),e=(c&&(T(o,d.deviceLanguage,c.browserLang),T(o,d.deviceBrowserVersion,c.browserVer),T(o,d.deviceBrowser,c.browser),T(e=(e=(e=i[p]=i[p]||{})[S]=e[S]||{})[C]=e[C]||{},"domain",c.domain),T(e,"isManual",c.isManual?_u:null),T(e,"screenRes",c.screenRes),T(e,"userConsent",c.userConsent?_u:null)),a.os),c=(e&&T(o,d.deviceOS,e[Ma]),a.trace),s=(c&&(T(o,d.operationParentId,c.parentID),T(o,d.operationName,_(n,c[Ma])),T(o,d.operationId,c[Ea])),{}),f=u[ie]-1;0<=f;f--)m(u[f],function(e,n){s[e]=n}),u.splice(f,1);m(u,function(e,n){s[e]=n});e=z(z({},o),s);return e[d.internalSdkVersion]||(e[d.internalSdkVersion]="javascript:".concat(Nu.Version)),i[re]=Zt(e),t[re]=t[re]||[],Zt(r)}function Tu(e,n){$(n[S])&&te(e,1,46,"telemetryItem.baseData cannot be null.")}var Nu={Version:"3.0.0-beta.2303-10"};function Du(e,n,t){Tu(e,n);var r={},i={},t=(n[Iu]!==Bo[x]&&(r.baseTypeSource=n[Iu]),n[Iu]===Bo[x]?(r=n[S][C]||{},i=n[S][La]||{}):n[S]&&xu(n[S],r,i),xu(n[p],r,i),$(t)||Su(r,t),n[S][Ma]),t=new Bo(e,t,r,i),r=new ba(Bo[x],t);return Cu(e,Bo[Oa],n,r)}function Au(e,n){var t,r,i=void 0;if(void 0===i&&(i=!1),e)try{var o=Li(null,n),a=!1,u=e,c=function(e){return!(!o.ns&&null!==e[Mt])&&(a=!0)};(t=o)[kt]?Fi(u,Oi(u,t[kt]),t,c):(m(r=Mi.get(u,Di,{}),function(e,n){Fi(u,n,t,c)}),0===on(r)[Q]&&Mi.kill(u,Di)),a||zi(e,o,null,i)}catch(s){}}Ru.__ieDyn=1;n=Ru;function Ru(o,t){var a=[],r=!1;this[Ua]=function(){return a},this._set=function(e){return a=e},Ne(Ru,this,function(n){n[Ba]=function(e){n[qa]()>=t[ja]?r||(te(o,2,105,"Maximum in-memory buffer size reached: "+n[qa](),!0),r=!0):a[Va](e)},n[qa]=function(){return a[ie]},n.size=function(){for(var e=a[ie],n=0;n<a[ie];n++)e+=a[n][ie];return t[Ha]||(e+=2),e},n[Ka]=function(){r=!(a=[])},n.getItems=function(){return a.slice(0)},n[Xa]=function(e){return e&&0<e[ie]?t[Ha]?e.join("\n"):"["+e.join(",")+"]":null},n[Ja]=function(e,n,t){var r=a.slice(0),i=new(t?Lu:Mu)(e=e||o,n=n||{});return Z(r,function(e){i[Ba](e)}),i}})}U(Eu,ku=n),Eu.__ieDyn=1;var ku,Mu=Eu;function Eu(e,n){e=ku.call(this,e,n)||this;return Ne(Eu,e,function(e,n){e[$a]=function(e){n[Ka]()},e[Ga]=function(e){}}),e}U(N,Pu=n),N.BUFFER_KEY="AI_buffer",N.SENT_BUFFER_KEY="AI_sentBuffer",N.MAX_BUFFER_SIZE=2e3;var Pu,Lu=N;function N(c,e){var n=Pu.call(this,c,e)||this,o=!1,s=null==e?void 0:e.namePrefix;return Ne(N,n,function(a,n){var e=u(N[Wa]),t=u(N[Ya]),t=a._set(e.concat(t));function r(n,e){var t=[];return Z(e,function(e){v(e)||-1!==jn(n,e)||t[Va](e)}),t}function u(e){try{var n=zo(c,e=s?s+"_"+e:e);if(n){var t=fr().parse(n);if((t=h(t)?fr().parse(t):t)&&W(t))return t}}catch(r){te(c,1,42," storage key: "+e+", "+ne(r),{exception:Y(r)})}return[]}function i(e,n){try{var e=s?s+"_"+e:e,t=JSON[Pa](n);Fo(c,e,t)}catch(r){Fo(c,e,JSON[Pa]([])),te(c,2,41," storage key: "+e+", "+ne(r)+". Buffer cleared",{exception:Y(r)})}}t[ie]>N[Za]&&(t[ie]=N[Za]),i(N[Ya],[]),i(N[Wa],t),a[Ba]=function(e){a[qa]()>=N[Za]?o||(te(c,2,67,"Maximum buffer size reached: "+a[qa](),!0),o=!0):(n[Ba](e),i(N.BUFFER_KEY,a[Ua]()))},a[Ka]=function(){n[Ka](),i(N.BUFFER_KEY,a[Ua]()),i(N[Ya],[]),o=!1},a[$a]=function(e){i(N[Wa],a._set(r(e,a[Ua]())));var n=u(N[Ya]);n instanceof Array&&e instanceof Array&&((n=n.concat(e))[ie]>N[Za]&&(te(c,1,67,"Sent buffer reached its maximum size: "+n[ie],!0),n[ie]=N[Za]),i(N[Ya],n))},a[Ga]=function(e){e=r(e,u(N[Ya]));i(N[Ya],e)},a[Ja]=function(e,n,t){t=!!t;var r=a[Ua]().slice(0),i=u(N[Ya]).slice(0),o=(e=e||c,n=n||{},a[Ka](),new(t?N:Mu)(e,n));return Z(r,function(e){o[Ba](e)}),t&&o[$a](i),o}}),n}zu.__ieDyn=1;var Ou=zu;function zu(l){Ne(zu,this,function(e){function s(a,u){var e="__aiCircularRefCheck",c={};if(!a)return te(l,1,48,"cannot serialize object because it is null or undefined",{name:u},!0),c;if(a[e])return te(l,2,50,"Circular reference detected while serializing object",{name:u},!0),c;if(a.aiDataContract)return a[e]=!0,m(a.aiDataContract,function(e,n){var t=v(n)?1&n():1&n,r=v(n)?4&n():4&n,n=2&n,i=a[e]!==undefined,o=G(a[e])&&null!==a[e];!t||i||n?r||(t=o?(n?f:s)(a[e],e):a[e])!==undefined&&(c[e]=t):te(l,1,24,"Missing required field specification. The field is required but not present on source",{field:e,name:u})}),delete a[e],c;if("measurements"===u)c=t(a,"number",u);else if("properties"===u)c=t(a,"string",u);else if("tags"===u)c=t(a,"string",u);else if(W(a))c=f(a,u);else{te(l,2,49,"Attempting to serialize an object which does not implement ISerializable",{name:u},!0);try{fr()[Pa](a),c=a}catch(n){te(l,1,48,n&&v(n[za])?n[za]():"Error serializing object",null,!0)}}return c}function f(e,n){if(e)if(W(e))for(var t=[],r=0;r<e[ie];r++){var i=s(e[r],n+"["+r+"]");t[Va](i)}else te(l,1,54,"This field was specified as an array in the contract but the item is not an array.\r\n",{name:n},!0);return t}function t(e,t,r){var i;return e&&(i={},m(e,function(e,n){"string"===t?n===undefined?i[e]="undefined":null===n?i[e]="null":n[za]?i[e]=n[za]():i[e]="invalid field: toString() is not defined.":"number"===t?n===undefined?i[e]="undefined":i[e]=null===n?"null":isNaN(n=parseFloat(n))?"NaN":n:(i[e]="invalid field: "+r+" is of unknown type.",te(l,1,i[e],null,!0))})),i}e.serialize=function(e){e=s(e,"root");try{return fr()[Pa](e)}catch(n){te(l,1,48,n&&v(n[za])?n[za]():"Error serializing object",null,!0)}}})}Uu.prototype.getHashCodeScore=function(e){return this.getHashCode(e)/Uu.INT_MAX_VALUE*100},Uu.prototype.getHashCode=function(e){if(""===e)return 0;for(;e[ie]<8;)e=e.concat(e);for(var n=5381,t=0;t<e[ie];++t)n=(n<<5)+n+e.charCodeAt(t),n&=n;return Math.abs(n)},Uu.INT_MAX_VALUE=2147483647;var Fu=Uu;function Uu(){}var Bu=function(){var n=new Fu,t=new Da;this[wu]=function(e){return e[re]&&e[re][t.userId]?n.getHashCodeScore(e[re][t.userId]):e.ext&&e.ext.user&&e.ext.user.id?n.getHashCodeScore(e.ext.user.id):e[re]&&e[re][t.operationId]?n.getHashCodeScore(e[re][t.operationId]):e.ext&&e.ext.telemetryTrace&&e.ext.telemetryTrace[Ea]?n.getHashCodeScore(e.ext.telemetryTrace[Ea]):100*Math.random()}},qu=(ju.prototype.isSampledIn=function(e){var n=this[pu];return null===n||n===undefined||100<=n||e.baseType===ua[x]||this.samplingScoreGenerator[wu](e)<n},ju);function ju(e,n){this.INT_MAX_VALUE=2147483647;n=n||Zr(null);(100<e||e<0)&&(n.throwInternal(2,58,"Sampling rate is out of range (0..100). Sampling will be disabled, you may be sending too much data which may affect your AI service level.",{samplingRate:e},!0),e=100),this[pu]=e,this.samplingScoreGenerator=new Bu}var Vu=undefined;function Hu(e){try{return e.responseText}catch(n){}return null}var Ku=an(((r={endpointUrl:Hr(Ye,fe+e)})[Ha]=Kr(),r[lu]=15e3,r[tu]=102400,r.disableTelemetry=Kr(),r[ou]=Kr(!0),r.isRetryDisabled=Kr(),r[iu]=Kr(!0),r[cu]=Kr(),r[su]=Kr(),r[ru]=Kr(),r[uu]=Vu,r.namePrefix=Vu,r.samplingPercentage=Hr(function(e){return!isNaN(e)&&0<e&&e<=100},100),r[nu]=Vu,r[fu]=Vu,r[ja]=1e4,r));(o={})[Bo.dataType]=Du,o[ga.dataType]=function(e,n,t){Tu(e,n);var r=n[S].message,i=n[S].severityLevel,o=n[S][C]||{},a=n[S][La]||{},t=(xu(n[p],o,a),$(t)||Su(o,t),new ga(e,r,i,o,a)),r=new ba(ga[x],t);return Cu(e,ga[Oa],n,r)},o[la.dataType]=function(e,n,t){Tu(e,n);var r,i=n[S],i=($(i)||$(i[C])||$(i[C][Ra])?$(n[p])||$(n[p][Ra])||(r=n[p][Ra],delete n[p][Ra]):(r=i[C][Ra],delete i[C][Ra]),n[S]),o=(((n.ext||{}).trace||{})[Ea]&&(o=n.ext.trace[Ea]),i.id||o),a=i[Ma],u=i.uri,c=i[C]||{},s=i[La]||{},i=($(i.refUri)||(c.refUri=i.refUri),$(i.pageType)||(c.pageType=i.pageType),$(i.isLoggedIn)||(c.isLoggedIn=i.isLoggedIn[za]()),$(i[C])||m(i[C],function(e,n){c[e]=n}),xu(n[p],c,s),$(t)||Su(c,t),new la(e,a,u,r,c,s,o)),t=new ba(la[x],i);return Cu(e,la[Oa],n,t)},o[ya.dataType]=function(e,n,t){Tu(e,n);var r=n[S],i=r[Ma],o=r.uri||r.url,a=r[C]||{},u=r[La]||{},t=(xu(n[p],a,u),$(t)||Su(a,t),new ya(e,i,o,undefined,a,u,r)),i=new ba(ya[x],t);return Cu(e,ya[Oa],n,i)},o[ea.dataType]=function(e,n,t){Tu(e,n);var r=n[S][La]||{},i=n[S][C]||{},t=(xu(n[p],i,r),$(t)||Su(i,t),n[S]),t=ea.CreateFromInterface(e,t,i,r),i=new ba(ea[x],t);return Cu(e,ea[Oa],n,i)},o[ua.dataType]=function(e,n,t){Tu(e,n);var r=n[S],i=r[C]||{},o=r[La]||{},t=(xu(n[p],i,o),$(t)||Su(i,t),new ua(e,r[Ma],r.average,r.sampleCount,r.min,r.max,r.stdDev,i,o)),r=new ba(ua[x],t);return Cu(e,ua[Oa],n,r)},o[pa.dataType]=function(e,n,t){Tu(e,n);var r=n[S][La]||{},i=n[S][C]||{},t=(xu(n[p],i,r),$(t)||Su(i,t),n[S]);if($(t))return ti(e,"Invalid input for dependency data"),null;var o=t[C]&&t[C][Ki]?t[C][Ki]:"GET",o=new pa(e,t.id,t.target,t[Ma],t[Ra],t.success,t.responseCode,o,t.type,t.correlationContext,i,r),t=new ba(pa[x],o);return Cu(e,pa[Oa],n,t)};var Xu,Ju=o,xa=(U($u,Xu=je),$u.constructEnvelope=function(e,n,t,r){e=n===e.iKey||$(n)?e:z(z({},e),{iKey:n});return(Ju[e.baseType]||Du)(t,e,r)},$u);function $u(){var x,S,C,T,N,D,A,R,k,M,E,P,L,O,z,F,U,B,q,j,V,H,K,X=Xu.call(this)||this,J=(X.priority=1001,X.identifier="AppInsightsChannelPlugin",0);return Ne($u,X,function(s,r){function f(e){e=e?e[ie]:0;s[au].size()+e>O&&s[Qa](!0,null,10)}function l(e,n,t,r,i,o){var a=null;s._appId||(a=c(o))&&a.appId&&(s._appId=a.appId),(e<200||300<=e)&&0!==e?(301!==e&&307!==e&&308!==e||u(t))&&!j&&m(e)?(h(n),te(s[oe](),2,40,". Response code "+e+". Will retry to send "+n[ie]+" items.")):s[vu](n,i):M&&!M.isOnline()?j||(h(n,10),te(s[oe](),2,40,". Offline - Response Code: ".concat(e,". Offline status: ").concat(!M.isOnline(),". Will retry to send ").concat(n.length," items."))):(u(t),206===e?(a=a||c(o))&&!j?s[gu](n,a):s[vu](n,i):(x=0,s[hu](n,r)))}function u(e){return!(10<=D)&&!$(e)&&""!==e&&e!==P&&(P=e,++D,1)}function n(e,n){k?k(e,!1):d(e)}function o(e){var n=Pn(),t=s[au],r=P,i=s._buffer[Xa](e),i=new Blob([i],{type:"text/plain;charset=UTF-8"}),r=n.sendBeacon(r,i);return r&&(t[$a](e),s._onSuccess(e,e[ie])),r}function d(e,n){if(W(e)&&0<e[ie]&&!o(e)){for(var t=[],r=0;r<e[ie];r++){var i=e[r];o([i])||t[Va](i)}0<t[ie]&&(R&&R(t,!0),te(s[oe](),2,40,". Failed to send telemetry with Beacon API, retried with normal sender."))}}function p(n,e){var t=new XMLHttpRequest,r=P;try{t[ji]=!0}catch(i){}t.open("POST",r,e),t[mu]("Content-type","application/json"),ko(r)&&t[mu](Ji[6],Ji[7]),Z(on(A),function(e){t[mu](e,A[e])}),t.onreadystatechange=function(){return s._xhrReadyStateChange(t,n,n[ie])},t.onerror=function(e){return s[vu](n,b(t),e)};e=s._buffer[Xa](n);t.send(e),s._buffer[$a](n)}function v(e,n){if(W(e)){for(var t=e[ie],r=0;r<e[ie];r++)t+=e[r][ie];J+t<=65e3?i(e,!1):lr()?d(e):(R&&R(e,!0),te(s[oe](),2,40,". Failed to send telemetry with Beacon API, retried with xhrSender."))}}function g(e,n){i(e,!0)}function i(t,r){var e=P,n=s._buffer[Xa](t),i=new Blob([n],{type:"application/json"}),o=new Headers,a=n[ie],n=!1,u=!1,e=(ko(e)&&o.append(Ji[6],Ji[7]),Z(on(A),function(e){o.append(e,A[e])}),(i={method:"POST",headers:o,body:i})[ji]=!0,r||(n=i.keepalive=!0,J+=a),new Request(e,i));try{e[ji]=!0}catch(c){}s._buffer[$a](t);try{fetch(e).then(function(n){r||(J-=a,a=0),u||(u=!0,n.ok?n.text().then(function(e){l(n.status,t,n.url,t[ie],n.statusText,e)}):s[vu](t,n.statusText))})["catch"](function(e){r||(J-=a,a=0),u||(u=!0,s[vu](t,e.message))})}catch(c){u||s[vu](t,Y(c))}n&&!u&&(u=!0,s._onSuccess(t,t[ie]))}function c(e){try{if(e&&""!==e){var n=fr().parse(e);if(n&&n.itemsReceived&&n.itemsReceived>=n[yu]&&n.itemsReceived-n.itemsAccepted===n.errors[ie])return n}}catch(t){te(s[oe](),1,43,"Cannot parse the response. "+ne(t),{response:e})}return null}function h(e,n){if(void 0===n&&(n=1),e&&0!==e[ie]){var t=s[au];t[Ga](e),x++;for(var r=0,i=e;r<i.length;r++){var o=i[r];t[Ba](o)}n=x<=1?10:(e=1+Math.floor((Math.pow(2,x)-1)/2*Math.random()*10),Math.max(Math.min(e*=n,3600),10)),e=Kn()+1e3*n;S=e,y()}}function y(){var e;T||C||(e=S?Math.max(0,S-Kn()):0,T=Qn(function(){T=null,s[Qa](!0,null,1)},Math.max(V,e)))}function a(){T&&T.cancel(),S=T=null}function m(e){return 401===e||403===e||408===e||429===e||500===e||502===e||503===e||504===e}function b(e,n){return e?"XMLHttpRequest,Status:"+e.status+",Response:"+Hu(e)||e.response||"":n}function w(n,e){var t=s[au],r=En(),i=new XDomainRequest,r=(i.onload=function(){return s._xdrOnLoad(i,n)},i.onerror=function(e){return s[vu](n,I(i),e)},r&&r.location&&r.location.protocol||"");if(P.lastIndexOf(r,0))return te(s[oe](),2,40,". Cannot send XDomain request. The endpoint URL protocol doesn't match the hosting page protocol."),void t[Ka]();r=P.replace(/^(https?:)/,""),i.open("POST",r),r=t[Xa](n);i.send(r),t[$a](n)}function I(e,n){return e?"XDomainRequest,Response:"+Hu(e)||"":n}function _(e,n){var t="getNotifyMgr",t=s.core[t]?s.core[t]():s.core._notificationManager;if(t&&t[bu])try{t[bu](e,n)}catch(r){te(s[oe](),1,74,"send request notification failed: "+ne(r),{exception:Y(r)})}}function t(){s[eu]=null,s[au]=null,s._appId=null,s._sample=null,O=J=D=x=0,j=U=z=C=!(A={}),H=B=F=L=P=E=k=R=N=T=S=M=null,K=q=Vu,wn(s,"_senderConfig",{g:function(){return function d(){var e=arguments,n=e[0]||{},t=e[Q],r=!1,i=1;for(0<t&&Ge(n)&&(r=n,n=e[i]||{},i++),G(n)||(n={});i<t;i++){var o,a,u,c,s=e[i],f=W(s),l=G(s);for(o in s)(f&&o in s||l&&en(s,o))&&(a=s[o],u=void 0,r&&a&&((u=W(a))||Xn(a))&&(c=n[o],u?W(c)||(c=[]):Xn(c)||(c={}),a=d(r,c,a)),a!==undefined&&(n[o]=a))}return n}({},Ku)}})}t(),s.pause=function(){a(),C=!0},s.resume=function(){C&&(C=!1,S=null,f(),y())},s.flush=function(e,n,t){if(void 0===e&&(e=!0),!C){a();try{s[Qa](e,null,t||1)}catch(r){te(s[oe](),1,22,"flush failed, telemetry will not be collected: "+ne(r),{exception:Y(r)})}}},s.onunloadFlush=function(){if(!C)if(z)try{s[Qa](!0,n,2)}catch(e){te(s[oe](),1,20,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+ne(e),{exception:Y(e)})}else s.flush()},s.addHeader=function(e,n){A[e]=n},s.initialize=function(e,a,n,t){s.isInitialized()&&te(s[oe](),1,28,"Sender is already initialized"),r.initialize(e,a,n,t);var u=s.identifier,c=(N=new Ou(a.logger),S=null,x=0,s[eu]=null,D=0,s[oe]());E=Ui(Cr("Sender"),a.evtNamespace&&a.evtNamespace()),M=function(e){var n,t=Mn(),r=Pn(),i=!1,o=!0,a=Ui(Cr("OfflineListener"),e);try{u(En())&&(i=!0),(i=!!(t&&(n=t.body||t).ononline&&u(n))||i)&&r&&!$(r[Fa])&&(o=r[Fa])}catch(f){i=!1}function u(e){var n=!1;return e&&(n=Bi(e,"online",c,a))&&Bi(e,"offline",s,a),n}function c(){o=!0}function s(){o=!1}return{isOnline:function(){var e=!0;return i?e=o:r&&!$(r[Fa])&&(e=r[Fa]),e},isListening:function(){return i},unload:function(){var e=En();e&&i&&(Au(e,a),t&&!Xe((e=t.body||t).ononline)&&Au(e,a),i=!1)}}}(E),s._addHook((n=function(e){var e=e.cfg,n=hi(null,e,a).getExtCfg(u,Ku),t=(wn(s,"_senderConfig",{g:function(){return n}}),L!==n.endpointUrl&&(P=L=n.endpointUrl),F&&F!==n[nu]&&Z(F,function(e){delete A[e.header]}),O=n[tu],z=(!1===n[ru]||!1===n[iu])&&lr(),!!n[ou]&&Oo()),r=n.namePrefix,i=t!==H||t&&K!==r;if(s[au]){if(i)try{s._buffer=s._buffer[Ja](c,n,t)}catch(o){te(s[oe](),1,12,"failed to transfer telemetry to different buffer storage, telemetry will be lost: "+ne(o),{exception:Y(o)})}f()}else s[au]=new(t?Lu:Mu)(c,n);K=r,H=t,s._sample=new qu(n.samplingPercentage,c),i=B=n[uu],!$(r=e.disableInstrumentationKeyValidation)&&r||/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.test(i)||te(c,1,100,"Invalid Instrumentation key "+B),F=n[nu],!ko(P)&&F&&0<F[ie]?Z(F,function(e){X.addHeader(e.header,e.value)}):F=null;t=null;!n[cu]&&pr()?t=w:!n[cu]&&vr()&&(t=p),!t&&dr()&&(t=g),R=t||p,!n[iu]&&lr()&&(t=d),s[eu]=t||p,k=!n[su]&&dr(!0)?v:lr()?d:!n[cu]&&pr()?w:!n[cu]&&vr()?p:R,U=n.disableTelemetry,q=n[fu]||Vu,j=n.isRetryDisabled,V=n[lu]},!(e=(t=e)[Rr]||t).cfg||e.cfg!==t&&e.cfg[Rr]!==e?(Pr("Not dynamic - "+Y(t)),void jr(t,null,void 0)[at](n)):e[at](n)))},s.processTelemetry=function(e,n){var t=(n=s._getTelCtx(n))[oe]();try{if(U)return;if(!e)return void te(t,1,7,"Cannot send empty telemetry");if(e.baseData&&!e[du])return void te(t,1,70,"Cannot send telemetry without baseData and baseType");if(e[du]||(e[du]="EventData"),!s[eu])return void te(t,1,28,"Sender was not initialized");if(!s._sample.isSampledIn(e))return void te(t,2,33,"Telemetry item was sampled out and not sent",{SampleRate:s._sample[pu]});e[Vi]=s._sample[pu];var r=e.iKey||B,i=$u.constructEnvelope(e,r,t,q);if(!i)return void te(t,1,47,"Unable to create an AppInsights envelope");var o=!1;if(e[re]&&e[re][Hi]&&(Z(e[re][Hi],function(e){try{e&&!1===e(i)&&(o=!0,ti(t,"Telemetry processor check returns false"))}catch(n){te(t,1,64,"One of telemetry initializers failed, telemetry item will not be sent: "+ne(n),{exception:Y(n)},!0)}}),delete e[re][Hi]),o)return;var a=N.serialize(i),u=s[au];f(a),u[Ba](a),y()}catch(c){te(t,2,12,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+ne(c),{exception:Y(c)})}s.processNext(e,n)},s._xhrReadyStateChange=function(e,n,t){4===e.readyState&&l(e.status,n,e.responseURL,t,b(e),Hu(e)||e.response)},s[Qa]=function(e,n,t){if(void 0===e&&(e=!0),!C)try{var r,i=s[au];U?i[Ka]():0<i[qa]()&&(r=i.getItems(),_(t||0,e),n?n.call(X,r,e):s[eu](r,e)),a()}catch(o){i=function(e){var n=((e=(e=void 0===e?null:e)?e:(n=Pn()||{})?(n.userAgent||ee)[nt]():ee)||ee)[nt]();if(Gt(n,nr))return e=Mn()||{},Math.max(parseInt(n[Nt](nr)[1]),e.documentMode||0);if(Gt(n,tr)){e=parseInt(n[Nt](tr)[1]);if(e)return e+4}return null}();(!i||9<i)&&te(s[oe](),1,40,"Telemetry transmission failed, some telemetry will be lost: "+ne(o),{exception:Y(o)})}},s._doTeardown=function(e,n){s.onunloadFlush(),M.unload(),t()},s[vu]=function(e,n,t){te(s[oe](),2,26,"Failed to send telemetry.",{message:n}),s._buffer[Ga](e)},s[gu]=function(e,n){for(var t=[],r=[],i=0,o=n.errors.reverse();i<o.length;i++){var a=o[i],u=e.splice(a.index,1)[0];(m(a.statusCode)?r:t)[Va](u)}0<e[ie]&&s[hu](e,n[yu]),0<t[ie]&&s[vu](t,b(null,["partial success",n[yu],"of",n.itemsReceived].join(" "))),0<r[ie]&&(h(r),te(s[oe](),2,40,"Partial success. Delivered: "+e[ie]+", Failed: "+t[ie]+". Will retry to send "+r[ie]+" our of "+n.itemsReceived+" items"))},s[hu]=function(e,n){s._buffer[Ga](e)},s._xdrOnLoad=function(e,n){var t=Hu(e);!e||t+""!="200"&&""!==t?(t=c(t))&&t.itemsReceived&&t.itemsReceived>t[yu]&&!j?s[gu](n,t):s[vu](n,I(e)):(x=0,s[hu](n,0))}}),X}a.Sender=xa,Object.defineProperty(a,"__esModule",{value:!0})};"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(((e="undefined"!=typeof globalThis?globalThis:e||self).Microsoft=e.Microsoft||{},e.Microsoft.ApplicationInsights=e.Microsoft.ApplicationInsights||{}));
|
|
6
|
-
//# sourceMappingURL=applicationinsights-channel-js.min.js.map
|