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