@dash0/sdk-web 0.20.0 → 0.22.0

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.
Files changed (38) hide show
  1. package/README.md +12 -0
  2. package/dist/dash0.iife.js +1 -1
  3. package/dist/dash0.iife.js.map +1 -1
  4. package/dist/dash0.js +1 -1
  5. package/dist/dash0.js.map +1 -1
  6. package/dist/dash0.umd.cjs +1 -1
  7. package/dist/dash0.umd.cjs.map +1 -1
  8. package/dist/modules/api/browser-env.js +33 -0
  9. package/dist/modules/api/init.js +23 -18
  10. package/dist/modules/api/init_test.js +272 -1
  11. package/dist/modules/api/vcs.js +190 -0
  12. package/dist/modules/semantic-conventions.js +8 -0
  13. package/dist/modules/transport/index.js +4 -0
  14. package/dist/modules/utils/index.js +1 -0
  15. package/dist/modules/utils/session-sampling.js +16 -0
  16. package/dist/modules/utils/session-sampling_test.js +72 -0
  17. package/dist/modules/vars.js +1 -0
  18. package/dist/tsconfig.tsbuildinfo +1 -1
  19. package/dist/types/api/browser-env.d.ts +54 -0
  20. package/dist/types/api/vcs.d.ts +10 -0
  21. package/dist/types/semantic-conventions.d.ts +7 -0
  22. package/dist/types/types/options.d.ts +62 -0
  23. package/dist/types/utils/index.d.ts +1 -0
  24. package/dist/types/utils/session-sampling.d.ts +9 -0
  25. package/dist/types/utils/session-sampling_test.d.ts +1 -0
  26. package/dist/types/vars.d.ts +5 -0
  27. package/package.json +1 -1
  28. package/src/api/browser-env.ts +94 -0
  29. package/src/api/init.ts +62 -20
  30. package/src/api/init_test.ts +357 -1
  31. package/src/api/vcs.ts +328 -0
  32. package/src/semantic-conventions.ts +9 -0
  33. package/src/transport/index.ts +3 -0
  34. package/src/types/options.ts +66 -0
  35. package/src/utils/index.ts +1 -0
  36. package/src/utils/session-sampling.ts +15 -0
  37. package/src/utils/session-sampling_test.ts +83 -0
  38. package/src/vars.ts +7 -0
package/dist/dash0.js CHANGED
@@ -1,2 +1,2 @@
1
- function t(){}function e(t){return t}var n={debug:0,info:1,warn:2,error:3},r=n.warn;function i(t){var e;r=null!==(e=n[t])&&void 0!==e?e:n.warn}var o=c("info"),a=c("warn"),u=c("error"),s=c("debug");function c(e){if("undefined"!=typeof console&&console[e]&&"function"==typeof console[e].apply){var i=n[e];return function(){i>=r&&console[e].apply(console,arguments)}}return t}var l=Object.prototype.hasOwnProperty;function f(t,e){return l.call(t,e)}var d="undefined"!=typeof window?window:void 0,v=null==d?void 0:d.document,p=null==d?void 0:d.navigator,h="undefined"!=typeof location?location:void 0,m=(null==d?void 0:d.performance)||(null==d?void 0:d.webkitPerformance)||(null==d?void 0:d.msPerformance)||(null==d?void 0:d.mozPerformance);null==d||d.encodeURIComponent;var y=null==d?void 0:d.fetch,g=function(){try{var t;return null!==(t=null==d?void 0:d.localStorage)&&void 0!==t?t:null}catch(t){return null}}(),b=function(){try{var t;return null!==(t=null==d?void 0:d.sessionStorage)&&void 0!==t?t:null}catch(t){return null}}(),T=Array(32);function E(t){for(var e=0;e<2*t;e++)T[e]=Math.floor(16*Math.random())+48,T[e]>=58&&(T[e]+=39);return String.fromCharCode.apply(null,T.slice(0,2*t))}function w(t,e,n){t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent&&t.attachEvent("on"+e,n)}var S=null!=g&&"function"==typeof g.getItem&&"function"==typeof g.setItem;function A(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function O(t,e,n,r,i,o,a){try{var u=t[o](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(r,i)}function N(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){O(o,r,i,a,u,"next",t)}function u(t){O(o,r,i,a,u,"throw",t)}a(void 0)}))}}function I(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function C(t,e,n){return e&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,j(r.key),r)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function L(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=M(t))||e){n&&(t=n);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){u=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw o}}}}function R(t,e,n){return(e=j(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function x(){x=function(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(t,e,n){t[e]=n.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",u=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function l(t,e,n,r){var o=e&&e.prototype instanceof y?e:y,a=Object.create(o.prototype),u=new R(r||[]);return i(a,"_invoke",{value:N(t,n,u)}),a}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var d="suspendedStart",v="suspendedYield",p="executing",h="completed",m={};function y(){}function g(){}function b(){}var T={};c(T,a,(function(){return this}));var E=Object.getPrototypeOf,w=E&&E(E(_([])));w&&w!==n&&r.call(w,a)&&(T=w);var S=b.prototype=y.prototype=Object.create(T);function A(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function n(i,o,a,u){var s=f(t[i],t,o);if("throw"!==s.type){var c=s.arg,l=c.value;return l&&"object"==typeof l&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(l).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,u)}))}u(s.arg)}var o;i(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,i){n(t,r,e,i)}))}return o=o?o.then(i,i):i()}})}function N(e,n,r){var i=d;return function(o,a){if(i===p)throw Error("Generator is already running");if(i===h){if("throw"===o)throw a;return{value:t,done:!0}}for(r.method=o,r.arg=a;;){var u=r.delegate;if(u){var s=I(u,r);if(s){if(s===m)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===d)throw i=h,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=p;var c=f(e,n,r);if("normal"===c.type){if(i=r.done?h:v,c.arg===m)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=h,r.method="throw",r.arg=c.arg)}}}function I(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,I(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),m;var o=f(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,m;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function C(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function R(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(C,this),this.reset(!0)}function _(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return o.next=o}}throw new TypeError(typeof e+" is not iterable")}return g.prototype=b,i(S,"constructor",{value:b,configurable:!0}),i(b,"constructor",{value:g,configurable:!0}),g.displayName=c(b,s,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,s,"GeneratorFunction")),t.prototype=Object.create(S),t},e.awrap=function(t){return{__await:t}},A(O.prototype),c(O.prototype,u,(function(){return this})),e.AsyncIterator=O,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new O(l(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},A(S),c(S,s,"Generator"),c(S,a,(function(){return this})),c(S,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=_,R.prototype={constructor:R,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(L),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function i(r,i){return u.type="throw",u.arg=e,n.next=r,i&&(n.method="next",n.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],u=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(s&&c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!c)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;L(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:_(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}function k(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,o,a,u=[],s=!0,c=!1;try{if(o=(n=n.call(t)).next,0===e);else for(;!(s=(r=o.call(n)).done)&&(u.push(r.value),u.length!==e);s=!0);}catch(t){c=!0,i=t}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return u}}(t,e)||M(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function P(t){return function(t){if(Array.isArray(t))return A(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||M(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function j(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}function D(t){return D="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},D(t)}function M(t,e){if(t){if("string"==typeof t)return A(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?A(t,e):void 0}}function U(){return(new Date).getTime()}function F(){var t=B(),e=new Date;if(t){var n=m.now()+t,r=e.getTime();if(Math.abs(n-r)<6e4)return String(1e6*n)}return V(e)}function V(t){return"object"===D(t)?V(t.getTime()):String(t)+"000000"}function B(){var t,e=null==m?void 0:m.timeOrigin;"number"!=typeof e&&(e=null==m||null===(t=m.timing)||void 0===t?void 0:t.fetchStart);return e}var H={setTimeout:null==d?void 0:d.setTimeout,clearTimeout:null==d?void 0:d.clearTimeout,setInterval:null==d?void 0:d.setInterval,clearInterval:null==d?void 0:d.clearInterval},W=null!=d&&null!=d.Zone&&null!=d.Zone.root&&"function"==typeof d.Zone.root.run;function q(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return K.apply("setTimeout",arguments)}function z(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return K.apply("clearTimeout",arguments)}function G(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return K.apply("setInterval",arguments)}function K(){var t,e=this;if(W)try{var n=Array.prototype.slice.apply(arguments);return d.Zone.root.run(H[e],d,n)}catch(t){a("Failed to execute %s inside of zone (via Zone.js). Falling back to execution inside currently active zone.",e,t)}return null===(t=H[e])||void 0===t?void 0:t.apply(d,arguments)}W&&s("Discovered Zone.js globals. Will attempt to register all timers inside the root Zone.");m&&m.getEntriesByType;var Z=m&&"function"==typeof d.PerformanceObserver&&"function"==typeof m.now,Y=Object.freeze({CONNECT_END:"connectEnd",CONNECT_START:"connectStart",DECODED_BODY_SIZE:"decodedBodySize",DOM_COMPLETE:"domComplete",DOM_CONTENT_LOADED_EVENT_END:"domContentLoadedEventEnd",DOM_CONTENT_LOADED_EVENT_START:"domContentLoadedEventStart",DOM_INTERACTIVE:"domInteractive",DOMAIN_LOOKUP_END:"domainLookupEnd",DOMAIN_LOOKUP_START:"domainLookupStart",ENCODED_BODY_SIZE:"encodedBodySize",FETCH_START:"fetchStart",LOAD_EVENT_END:"loadEventEnd",LOAD_EVENT_START:"loadEventStart",NAVIGATION_START:"navigationStart",REDIRECT_END:"redirectEnd",REDIRECT_START:"redirectStart",REQUEST_START:"requestStart",RESPONSE_END:"responseEnd",RESPONSE_START:"responseStart",SECURE_CONNECTION_START:"secureConnectionStart",START_TIME:"startTime",UNLOAD_EVENT_END:"unloadEventEnd",UNLOAD_EVENT_START:"unloadEventStart"}),X=new WeakSet;function Q(e){if(!Z)return function(e){var n=0;return{start:function(){n=U()},end:function(){return e({duration:U()-n})},cancel:t}}(e.onEnd);var n,r,i,o,a,u=[];return{start:function(){n=m.now();try{var t,e=null==d?void 0:d.PerformanceObserver;if(e)null===(t=i=new e(c))||void 0===t||t.observe({type:"resource"})}catch(t){}a=q(f,6e5)},end:function(t){if(r)return;if(r=null!=t?t:m.now(),p(),!$())return s();q((function(){return s()}),Math.min(300,e.maxWaitForResourceMillis)),w(v,"visibilitychange",l),o=q(s,e.maxWaitForResourceMillis)},cancel:f};function s(){f();var t=function(){if(!u.length)return;var t,i,o=u.filter((function(t){return t.responseEnd<=r+e.maxToleranceForResourceTimingsMillis&&!X.has(t)}));if(!o.length)return;1===o.length&&(t=o[0]);if(!t){var a,s=L(o);try{for(s.s();!(a=s.n()).done;){var c=a.value,l=Math.abs(r-n-c.duration)+Math.abs(c.responseEnd-r);(void 0===i||l<i)&&(i=l,t=c)}}catch(t){s.e(t)}finally{s.f()}}if(!t)return;return X.add(t),t}();null!=t&&t.duration&&t.duration<864e5?e.onEnd({resource:t,duration:t.duration}):e.onEnd({resource:t,duration:r-n})}function c(t){t.getEntriesByType("resource").filter((function(t){var r=t;return r.startTime>=n&&e.resourceMatcher(r)})).forEach((function(t){u.length>=100&&u.shift(),u.push(t)}))}function l(){$()||s()}function f(){!function(){if(i){try{var t;null===(t=i)||void 0===t||t.disconnect()}catch(t){}i=void 0}}(),o&&(clearTimeout(o),o=void 0),p(),function(){if(!v)return;t=v,e="visibilitychange",n=l,t.removeEventListener?t.removeEventListener(e,n,!1):t.detachEvent&&t.detachEvent("on"+e,n);var t,e,n}()}function p(){a&&(clearTimeout(a),a=void 0)}}function $(){return"visible"===(null==v?void 0:v.visibilityState)||"prerender"===(null==v?void 0:v.visibilityState)}var J="undefined";function tt(t){return Math.round(100*t)/100}function et(t){var e;return"string"!=typeof t?t:new URL(t,null!==(e=null==v?void 0:v.baseURI)&&void 0!==e?e:null==h?void 0:h.href)}function nt(t){try{return et(t).origin===("undefined"!=typeof location?location.origin:void 0)}catch(t){return!1}}var rt=/['"<>{};\x00-\x1F\x7F]/;var it=Symbol.for("INSTRUMENTED_BY_DASH0");function ot(t,e,n){var r=t[e];r?!0!==r[it]?(!function(t){t[it]=!0}(r),t[e]=n(r)):s("".concat(String(e)," has already been instrumented, skipping")):s("".concat(String(e)," is not defined, unable to instrument"))}var at={endpoints:[],resource:{attributes:[]},scope:{name:"dash0-web-sdk",version:"0.20.0",attributes:[]},signalAttributes:[],ignoreUrls:[],ignoreErrorMessages:[],wrapEventHandlers:!0,wrapTimers:!0,propagateTraceHeadersCorsURLs:[],maxWaitForResourceTimingsMillis:1e4,maxToleranceForResourceTimingsMillis:50,headersToCapture:[],urlAttributeScrubber:e,pageViewInstrumentation:{trackVirtualPageViews:!0,includeParts:[]},enableTransportCompression:!1},ut="service.name",st="service.namespace",ct="service.version",lt="deployment.environment.name",ft="deployment.name",dt="deployment.id",vt="event.name",pt="dash0.web.event.id",ht="page.load.id",mt="user_agent.original",yt="user.id",gt="user.name",bt="user.full_name",Tt="user.email",Et="user.hash",wt="user.roles",St="exception.message",At="exception.type",Ot="exception.stacktrace",Nt="url.full",It={PAGE_VIEW:"browser.page_view",NAVIGATION_TIMING:"browser.navigation_timing",WEB_VITAL:"browser.web_vital",ERROR:"browser.error"},Ct={UNSPECIFIED:0,TRACE:1,DEBUG:5,INFO:9,WARN:13,ERROR:17,FATAL:21},Lt=0,Rt=1,_t="pushState",xt="replaceState",kt=1;function Pt(){var t,e;return"".concat((t={ephemeralSession:!S},e=0,t.ephemeralSession&&(e|=kt),e.toString(16).padStart(2,"0"))).concat(E(7))}var jt="d0_session",Dt="#",Mt=864e5,Ut=null;function Ft(t,e){if(!S)return s("Storage API is not available and session tracking is therefore not supported."),void(Ut=Pt());t||(t=108e5),e||(e=216e5),t=Math.min(t,Mt),e=Math.min(e,Mt);try{var n=function(t){return S&&g?g.getItem(t):null}(jt),r=function(t){if(!t)return null;var e=t.split(Dt);if(e.length<3)return null;var n=e[0],r=parseInt(e[1],10),i=parseInt(e[2],10);if(!n||isNaN(r)||isNaN(i))return null;return{id:n,startTime:r,lastActivityTime:i}}(n);r&&!function(t,e,n){var r=U()-e;if(t.lastActivityTime<r)return!1;var i=U()-n;return t.startTime>=i}(r,t,e)&&(r=null),r?r.lastActivityTime=U():r={id:Pt(),startTime:U(),lastActivityTime:U()},function(t,e){S&&g&&g.setItem(t,e)}(jt,function(t){return t.id+Dt+t.startTime+Dt+t.lastActivityTime}(r)),Ut=r.id}catch(t){a("Failed to record session information",t)}}function Vt(){if(S)try{!function(t){S&&g&&g.removeItem(t)}(jt)}catch(t){o("Failed to terminate session",t)}}var Bt=-1,Ht=function(t){addEventListener("pageshow",(function(e){e.persisted&&(Bt=e.timeStamp,t(e))}),!0)},Wt=function(t,e,n,r){var i,o;return function(a){e.value>=0&&(a||r)&&(((o=e.value-(null!=i?i:0))||void 0===i)&&(i=e.value,e.delta=o,e.rating=function(t,e){return t>e[1]?"poor":t>e[0]?"needs-improvement":"good"}(e.value,n),t(e)))}},qt=function(t){requestAnimationFrame((function(){return requestAnimationFrame((function(){return t()}))}))},zt=function(){var t=performance.getEntriesByType("navigation")[0];if(t&&t.responseStart>0&&t.responseStart<performance.now())return t},Gt=function(){var t,e=zt();return null!==(t=null==e?void 0:e.activationStart)&&void 0!==t?t:0},Kt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=zt(),r="navigate";return Bt>=0?r="back-forward-cache":n&&(document.prerendering||Gt()>0?r="prerender":document.wasDiscarded?r="restore":n.type&&(r=n.type.replace(/_/g,"-"))),{name:t,value:e,rating:"good",delta:0,entries:[],id:"v5-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:r}},Zt=new WeakMap;function Yt(t,e){return Zt.get(t)||Zt.set(t,new e),Zt.get(t)}var Xt,Qt=function(){return C((function t(){I(this,t),R(this,"t",void 0),R(this,"i",0),R(this,"o",[])}),[{key:"h",value:function(t){var e;if(!t.hadRecentInput){var n=this.o[0],r=this.o.at(-1);this.i&&n&&r&&t.startTime-r.startTime<1e3&&t.startTime-n.startTime<5e3?(this.i+=t.value,this.o.push(t)):(this.i=t.value,this.o=[t]),null===(e=this.t)||void 0===e||e.call(this,t)}}}])}(),$t=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};try{if(PerformanceObserver.supportedEntryTypes.includes(t)){var r=new PerformanceObserver((function(t){Promise.resolve().then((function(){e(t.getEntries())}))}));return r.observe(function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_(Object(n),!0).forEach((function(e){R(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({type:t,buffered:!0},n)),r}}catch(t){}},Jt=function(t){var e=!1;return function(){e||(t(),e=!0)}},te=-1,ee=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},ne=function(t){"hidden"===document.visibilityState&&te>-1&&(te="visibilitychange"===t.type?t.timeStamp:0,ie())},re=function(){addEventListener("visibilitychange",ne,!0),addEventListener("prerenderingchange",ne,!0)},ie=function(){removeEventListener("visibilitychange",ne,!0),removeEventListener("prerenderingchange",ne,!0)},oe=function(){if(te<0){var t,e=Gt(),n=document.prerendering||null===(t=globalThis.performance.getEntriesByType("visibility-state").filter((function(t){return"hidden"===t.name&&t.startTime>e}))[0])||void 0===t?void 0:t.startTime;te=null!=n?n:ee(),re(),Ht((function(){setTimeout((function(){te=ee(),re()}))}))}return{get firstHiddenTime(){return te}}},ae=function(t){document.prerendering?addEventListener("prerenderingchange",(function(){return t()}),!0):t()},ue=[1800,3e3],se=[.1,.25],ce=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ae((function(){var n,r=oe(),i=Kt("FCP"),o=$t("paint",(function(t){var e,a=L(t);try{for(a.s();!(e=a.n()).done;){var u=e.value;"first-contentful-paint"===u.name&&(o.disconnect(),u.startTime<r.firstHiddenTime&&(i.value=Math.max(u.startTime-Gt(),0),i.entries.push(u),n(!0)))}}catch(t){a.e(t)}finally{a.f()}}));o&&(n=Wt(t,i,ue,e.reportAllChanges),Ht((function(r){i=Kt("FCP"),n=Wt(t,i,ue,e.reportAllChanges),qt((function(){i.value=performance.now()-r.timeStamp,n(!0)}))})))}))}(Jt((function(){var n,r=Kt("CLS",0),i=Yt(e,Qt),o=function(t){var e,o=L(t);try{for(o.s();!(e=o.n()).done;){var a=e.value;i.h(a)}}catch(t){o.e(t)}finally{o.f()}i.i>r.value&&(r.value=i.i,r.entries=i.o,n())},a=$t("layout-shift",o);a&&(n=Wt(t,r,se,e.reportAllChanges),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(o(a.takeRecords()),n(!0))})),Ht((function(){i.i=0,r=Kt("CLS",0),n=Wt(t,r,se,e.reportAllChanges),qt((function(){return n()}))})),setTimeout(n))})))},le=0,fe=1/0,de=0,ve=function(t){var e,n=L(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.interactionId&&(fe=Math.min(fe,r.interactionId),de=Math.max(de,r.interactionId),le=de?(de-fe)/7+1:0)}}catch(t){n.e(t)}finally{n.f()}},pe=function(){var t;return Xt?le:null!==(t=performance.interactionCount)&&void 0!==t?t:0},he=0,me=function(){return C((function t(){I(this,t),R(this,"u",[]),R(this,"l",new Map),R(this,"m",void 0),R(this,"v",void 0)}),[{key:"p",value:function(){he=pe(),this.u.length=0,this.l.clear()}},{key:"P",value:function(){var t=Math.min(this.u.length-1,Math.floor((pe()-he)/50));return this.u[t]}},{key:"h",value:function(t){var e;if(null!==(e=this.m)&&void 0!==e&&e.call(this,t),t.interactionId||"first-input"===t.entryType){var n=this.u.at(-1),r=this.l.get(t.interactionId);if(r||this.u.length<10||t.duration>n.T){var i;if(r?t.duration>r.T?(r.entries=[t],r.T=t.duration):t.duration===r.T&&t.startTime===r.entries[0].startTime&&r.entries.push(t):(r={id:t.interactionId,entries:[t],T:t.duration},this.l.set(r.id,r),this.u.push(r)),this.u.sort((function(t,e){return e.T-t.T})),this.u.length>10){var o,a=L(this.u.splice(10));try{for(a.s();!(o=a.n()).done;){var u=o.value;this.l.delete(u.id)}}catch(t){a.e(t)}finally{a.f()}}null===(i=this.v)||void 0===i||i.call(this,r)}}}}])}(),ye=function(t){var e=globalThis.requestIdleCallback||setTimeout;"hidden"===document.visibilityState?t():(t=Jt(t),document.addEventListener("visibilitychange",t,{once:!0}),e((function(){t(),document.removeEventListener("visibilitychange",t)})))},ge=[200,500],be=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};globalThis.PerformanceEventTiming&&"interactionId"in PerformanceEventTiming.prototype&&ae((function(){var n;"interactionCount"in performance||Xt||(Xt=$t("event",ve,{type:"event",buffered:!0,durationThreshold:0}));var r,i=Kt("INP"),o=Yt(e,me),a=function(t){ye((function(){var e,n=L(t);try{for(n.s();!(e=n.n()).done;){var a=e.value;o.h(a)}}catch(t){n.e(t)}finally{n.f()}var u=o.P();u&&u.T!==i.value&&(i.value=u.T,i.entries=u.entries,r())}))},u=$t("event",a,{durationThreshold:null!==(n=e.durationThreshold)&&void 0!==n?n:40});r=Wt(t,i,ge,e.reportAllChanges),u&&(u.observe({type:"first-input",buffered:!0}),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(a(u.takeRecords()),r(!0))})),Ht((function(){o.p(),i=Kt("INP"),r=Wt(t,i,ge,e.reportAllChanges)})))}))},Te=function(){return C((function t(){I(this,t),R(this,"m",void 0)}),[{key:"h",value:function(t){var e;null===(e=this.m)||void 0===e||e.call(this,t)}}])}(),Ee=[2500,4e3],we=!1;function Se(t){var e,n,r=[];return n=i,we&&n(),v&&d&&(w(v,"visibilitychange",(function(){"visible"!==v.visibilityState&&n()})),w(d,"pagehide",(function(){we=!0,n()})),w(d,"beforeunload",(function(){we=!0,n()}))),{send:function(n){"visible"===(null==v?void 0:v.visibilityState)?(r.push(n),r.length>=15?i():null==e&&(e=q(i,1e3))):t([n])}};function i(){null!=e&&(clearTimeout(e),e=null),r.length>0&&(t(r.slice()),r.length=0)}}var Ae=0,Oe=0;function Ne(t,e){return Ie.apply(this,arguments)}function Ie(){return Ie=N(x().mark((function e(n,r){var i,o,u,c;return x().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(s("Transmitting telemetry to endpoints",r),i=JSON.stringify(r),o=i,u=new Blob([i]).size,c=!1,"undefined"==typeof CompressionStream||!at.enableTransportCompression){e.next=11;break}return e.next=8,Ce(i);case 8:o=e.sent,u=o.byteLength,c=!0;case 11:return e.next=13,Promise.all(at.endpoints.map(function(){var e=N(x().mark((function e(r){var i,s,l;return x().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,(i=new URL(r.url)).pathname=i.pathname+(i.pathname.endsWith("/")?n.substring(1):n),s={"Content-Type":"application/json",Authorization:"Bearer ".concat(r.authToken)},r.dataset&&(s["Dash0-Dataset"]=r.dataset),c&&(s["Content-Encoding"]="gzip"),y){e.next=9;break}return a("Unable to send telemetry, fetch is not defined"),e.abrupt("return");case 9:return Ae+=u,Oe++,e.next=13,y(i,{method:"POST",headers:s,body:o,keepalive:Ae<=6e4&&Oe<=15});case 13:(l=e.sent).text().catch(t),l.ok||a("Failed to send telemetry to ".concat(i,": ").concat(l.status," ").concat(l.statusText)),e.next=21;break;case 18:e.prev=18,e.t0=e.catch(0),a("Error sending telemetry to ".concat(r.url).concat(n,":"),e.t0);case 21:return e.prev=21,Ae-=u,Oe--,e.finish(21);case 25:case"end":return e.stop()}}),e,null,[[0,18,21,25]])})));return function(t){return e.apply(this,arguments)}}()));case 13:case"end":return e.stop()}}),e)}))),Ie.apply(this,arguments)}function Ce(t){return Le.apply(this,arguments)}function Le(){return(Le=N(x().mark((function t(e){var n,r,i;return x().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=new Blob([e]),r=n.stream(),i=r.pipeThrough(new CompressionStream("gzip")),t.abrupt("return",new Response(i).arrayBuffer());case 4:case"end":return t.stop()}}),t)})))).apply(this,arguments)}var Re,_e=Se((function(t){Ne("/v1/logs",{resourceLogs:[{resource:at.resource,scopeLogs:[{scope:at.scope,logRecords:t}]}]}).catch((function(t){u("Failed to transmit logs",t)}))})),xe=Se((function(t){Ne("/v1/traces",{resourceSpans:[{resource:at.resource,scopeSpans:[{scope:at.scope,spans:t}]}]}).catch((function(t){u("Failed to transmit spans",t)}))}));function ke(){var t,e,n,r,i;return Re||(e=(t={maxCallsPerTenMinutes:4096,maxCallsPerTenSeconds:128}).maxCallsPerTenMinutes,n=t.maxCallsPerTenSeconds,r=0,i=0,G((function(){r=0}),6e5),G((function(){i=0}),1e4),Re=function(){return++r>e||++i>n}),Re()}function Pe(t){ke()?s("Transport rate limit. Will not send item.",t):_e.send(t)}function je(t){t&&(ke()?s("Transport rate limit. Will not send item.",t):xe.send(t))}var De=["stringValue","boolValue","intValue","doubleValue","arrayValue","kvlistValue","bytesValue"];function Me(t){if(null!=t){var e={};return Array.isArray(t)?e.arrayValue={values:t.map((function(t){return Me(t)}))}:"string"==typeof t?e.stringValue=t:"number"==typeof t?e.doubleValue=t:"boolean"==typeof t?e.boolValue=t:!function(t){if(null==t||"object"!==D(t))return!1;var e=Object.keys(t);return 1===e.length&&De.includes(e[0])}(t)?"object"===D(t)&&(e.kvlistValue={values:Object.entries(t).map((function(t){var e=k(t,2);return Ue(e[0],e[1])}))}):e=t,e}}function Ue(t,e){return{key:t,value:Me(e)}}function Fe(t,e,n){e&&t.push(Ue(e,n))}function Ve(t,e){e&&Object.entries(e).forEach((function(e){var n=k(e,2),r=n[0],i=n[1];return Fe(t,r,i)}))}function Be(t,e){var n=t.findIndex((function(t){return t.key===e}));-1!==n&&t.splice(n,1)}var He="traceparent",We=/^00-([a-f0-9]{32})-([a-f0-9]{16})-[0-9]{1,2}$/;function qe(){var t,e,n=((null===(t=Array.from(null!==(e=null==v?void 0:v.getElementsByTagName("meta"))&&void 0!==e?e:[]).find((function(t){var e;return(null===(e=t.getAttribute("name"))||void 0===e?void 0:e.toLowerCase())===He})))||void 0===t?void 0:t.content.trim())||"").match(We)||function(){var t=m.getEntriesByType("navigation")[0];if(!t)return"";if(!t.serverTiming)return"";return function(t){var e,n=L(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r.name===He)return r.description.trim()}}catch(t){n.e(t)}finally{n.f()}return""}(t.serverTiming)}().match(We);if(n)return{traceId:n[1],spanId:n[2]}}function ze(t,e,n){t.call(e,"traceparent","00-".concat(n.traceId,"-").concat(n.spanId,"-01"))}function Ge(t,e,n){var r,i,o,a=(r=n.traceId,i=r.substring(0,8),o=r.substring(8,32),"1-".concat(i,"-").concat(o)),u="Root=".concat(a,";Parent=").concat(n.spanId,";Sampled=1");t.call(e,"X-Amzn-Trace-Id",u)}var Ke="d042",Ze=1;function Ye(t){var e=0;return t.withoutSession&&(e|=Ze),e.toString(16).padStart(2,"0")}for(var Xe=new Uint32Array(256),Qe=0;Qe<256;Qe++){for(var $e=Qe,Je=0;Je<8;Je++)$e=1&$e?3988292384^$e>>>1:$e>>>1;Xe[Qe]=$e>>>0}function tn(t){var e=function(t){for(var e=new Uint8Array(t.length/2),n=0;n<t.length;n+=2)e[n/2]=parseInt(t.substring(n,n+2),16);for(var r=4294967295,i=0;i<e.length;i++){var o=e[i];r=r>>>8^Xe[255&(r^o)]}return(4294967295^r)>>>0}(t).toString(16).padStart(8,"0");return"".concat(e).concat(E(4))}function en(t){var e=function(t){return t?"".concat(Ke).concat(Ye({withoutSession:!1})).concat(t).concat(E(5)):"".concat(Ke).concat(Ye({withoutSession:!0})).concat(E(13))}(Ut),n=tn(e),r=[];return Fe(r,pt,n),{traceId:e,spanId:n,name:t,kind:3,startTimeUnixNano:F(),attributes:r,events:[],links:[],status:{code:0}}}function nn(t,e,n){var r=t;if(!r.endTimeUnixNano)return e&&(r.status=e),r.endTimeUnixNano=null!=n?String(Math.round(parseInt(r.startTimeUnixNano)+n)):F(),r;s("Attempting to end already ended span. Dropping...",r)}function rn(t,e,n,r){var i=void 0,o=void 0;"string"==typeof n?i=n:Array.isArray(n)&&(o=n),t.events.push({name:e,timeUnixNano:null!=i?i:F(),attributes:null!=o?o:[]})}function on(t,n,r){var i=function(t){return t?Array.isArray(t)?function(e){return[].concat(P(t),[e]).join(".")}:function(e){return"".concat(t,".").concat(e)}:function(t){return t}}(r);try{var o=et(n);o.username&&(o.username="REDACTED"),o.password&&(o.password="REDACTED");var a=at.urlAttributeScrubber(R(R(R(R(R(R({},Nt,o.href),"url.path",o.pathname),"url.domain",o.hostname),"url.scheme",o.protocol.replace(":","")),"url.fragment",o.hash?o.hash.replace("#",""):void 0),"url.query",o.search?o.search.replace("?",""):void 0));Object.entries(a).forEach((function(e){var n=k(e,2),r=n[0],o=n[1];void 0!==o&&Fe(t,i(r),o)}))}catch(r){at.urlAttributeScrubber===e&&Fe(t,i(Nt),String(n))}}var an=null!=b&&"function"==typeof b.getItem&&"function"==typeof b.setItem;var un="d0_tab",sn=null;function cn(){if(an)try{var t=function(t){return an&&b?b.getItem(t):null}(un);if(t)return void(sn=t);sn=E(8),function(t,e){an&&b&&b.setItem(t,e)}(un,sn)}catch(t){a("Failed to record tab ID information",t)}else s("Storage API is not available and tab tracking is therefore not supported.")}function ln(t,e){var n,r,i,o,a;void 0===t.find((function(t){return t.key===pt}))&&Fe(t,pt,E(8));for(var u=0;u<at.signalAttributes.length;u++)t.push(at.signalAttributes[u]);on(t,null!==(n=null!==(r=null==e?void 0:e.url)&&void 0!==r?r:null==d?void 0:d.location.href)&&void 0!==n?n:J,"page"),Ut&&Fe(t,"session.id",Ut),sn&&Fe(t,"browser.tab.id",sn),Fe(t,"browser.window.width",null!==(i=null==d?void 0:d.innerWidth)&&void 0!==i?i:J),Fe(t,"browser.window.height",null!==(o=null==d?void 0:d.innerHeight)&&void 0!==o?o:J);var s=null==p||null===(a=p.connection)||void 0===a?void 0:a.effectiveType;s&&Fe(t,"network.connection.subtype",s)}function fn(){!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ae((function(){var n,r=oe(),i=Kt("LCP"),o=Yt(e,Te),a=function(t){e.reportAllChanges||(t=t.slice(-1));var a,u=L(t);try{for(u.s();!(a=u.n()).done;){var s=a.value;o.h(s),s.startTime<r.firstHiddenTime&&(i.value=Math.max(s.startTime-Gt(),0),i.entries=[s],n())}}catch(t){u.e(t)}finally{u.f()}},u=$t("largest-contentful-paint",a);if(u){n=Wt(t,i,Ee,e.reportAllChanges);for(var s=Jt((function(){a(u.takeRecords()),u.disconnect(),n(!0)})),c=0,l=["keydown","click","visibilitychange"];c<l.length;c++)addEventListener(l[c],(function(){return ye(s)}),{capture:!0,once:!0});Ht((function(r){i=Kt("LCP"),n=Wt(t,i,Ee,e.reportAllChanges),qt((function(){i.value=performance.now()-r.timeStamp,n(!0)}))}))}}))}(dn,{reportAllChanges:!0}),be(dn,{reportAllChanges:!0}),ce(dn,{reportAllChanges:!0})}function dn(t){var e=[];Fe(e,vt,It.WEB_VITAL);var n=[];Fe(n,"name",t.name),Fe(n,"value",tt(t.value)),Fe(n,"delta",tt(t.delta));var r={timeUnixNano:F(),attributes:e,severityNumber:Ct.INFO,severityText:"INFO",body:{kvlistValue:{values:n}}};ln(r.attributes),Pe(r)}function vn(t,e){for(var n=0,r=t.length;n<r;n++)if(t[n].test(e))return!0;return!1}var pn="data:";function hn(t){return!t||(!(t=String(t))||(null==t.substring||t.substring(0,5).toLowerCase()===pn||(!!function(t){for(var e=t.toLowerCase(),n=0,r=at.endpoints.length;n<r;n++){var i=at.endpoints[n];if(e.startsWith(i.url))return!0}return!1}(t)||vn(at.ignoreUrls,t))))}var mn,yn=0,gn=0,bn={},Tn=!1;function En(){Tn=!0}function wn(t,e){t&&Sn("string"==typeof t?{message:t,opts:e}:{message:t.message,type:t.name,stack:t.stack,opts:e})}function Sn(t){var e=t.message,n=t.type,r=t.stack,i=t.opts;if(e&&!(yn>100)&&!function(t){return!t||vn(at.ignoreErrorMessages,t)}(e)){gn>=20&&(bn={},gn=0);var o=(e=String(e).substring(0,300))+(r=function(t){return String(t||"").split("\n").slice(0,30).join("\n")}(r))+(null==d?void 0:d.location.href),a=bn[o];if(a)a.seenCount++;else{var u=[];ln(u),Fe(u,vt,It.ERROR),Fe(u,St,e),n&&Fe(u,At,n),r&&Fe(u,Ot,r),null!=i&&i.componentStack&&Fe(u,"exception.component_stack",null==i?void 0:i.componentStack.substring(0,2048)),Ve(u,null==i?void 0:i.attributes),a={seenCount:1,transmittedCount:0,log:{timeUnixNano:F(),attributes:u,severityNumber:Ct.ERROR,severityText:"ERROR",body:{stringValue:e}}},bn[o]=a,gn++}!function(){if(mn)return;mn=setTimeout(An,1e3)}()}}function An(){for(var t in mn&&(clearTimeout(mn),mn=null),bn)if(f(bn,t)){var e=bn[t];e.seenCount>e.transmittedCount&&(Pe(e.log),yn++)}bn={},gn=0}var On="Unhandled promise rejection: ",Nn="<unavailable because Promise wasn't rejected with an Error object>";function In(t){null==t.reason?wn({message:On+"<no reason defined>",stack:Nn}):"string"==typeof t.reason.message?wn({message:On+t.reason.message,stack:"string"==typeof t.reason.stack?t.reason.stack:Nn}):"object"!==D(t.reason)&&wn({message:On+t.reason,stack:Nn})}var Cn="__dash0OriginalFunctions";function Ln(t,e){for(var n=t[Cn],r=0;r<n.length;r++){if(Rn(n[r].valuesForEqualityCheck,e))return r}return-1}function Rn(t,e){if(t.length!==e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0}function _n(t,e,n,r,i){return function(t,e,n){if(!t)return e;var r=t[Cn]=t[Cn]||[],i=Ln(t,n);return-1!==i?r[i].wrappedFunction:(r.push({wrappedFunction:e,valuesForEqualityCheck:n}),e)}(t,e,xn(n,r,i))}function xn(t,e,n){return[t,e,kn(n)]}function kn(t){return null!=t&&("object"===D(t)?Boolean(t.capture):Boolean(t))}function Pn(t,e,n,r,i){return function(t,e,n){var r=null==t?void 0:t[Cn];if(null==r)return n;var i=Ln(t,e);if(-1===i)return n;var o=r[i];return r.splice(i,1),o.wrappedFunction}(t,xn(e,n,r),i)}function jn(){at.wrapEventHandlers&&function(t){if(!t||"function"!=typeof t.prototype.addEventListener||"function"!=typeof t.prototype.removeEventListener)return;var e=t.prototype.addEventListener,n=t.prototype.removeEventListener;t.prototype.addEventListener=function(t,n,r){if("function"!=typeof n)return e.apply(this,arguments);for(var i=new Array(arguments.length),o=0;o<arguments.length;o++)i[o]=arguments[o];return i[1]=function(){try{return n.apply(this,arguments)}catch(t){throw wn(t),En(),t}},i[1]=_n(this,i[1],t,n,r),e.apply(this,i)},t.prototype.removeEventListener=function(t,e,r){if("function"!=typeof e)return n.apply(this,arguments);for(var i=new Array(arguments.length),o=0;o<arguments.length;o++)i[o]=arguments[o];return i[1]=Pn(this,t,e,r,e),n.apply(this,i)}}(null==d?void 0:d.EventTarget)}function Dn(t){var e=null==d?void 0:d[t];"function"==typeof e&&(d[t]=function(t){for(var n=new Array(arguments.length),r=0;r<arguments.length;r++)n[r]=arguments[r];return n[0]=function(t){if("function"!=typeof t)return t;return function(){try{return t.apply(this,arguments)}catch(t){throw reportError(t),En(),t}}}(t),e.apply(this,n)})}function Mn(){!function(){if(d){var t=d.onerror;d.onerror=function(e,n,r,i,o){if(Tn)return Tn=!1,"function"==typeof t?t.apply(this,arguments):void 0;var a=o&&o.stack;return a||(a="at "+n+" "+r,null!=i&&(a+=":"+i)),Sn({message:String(e),stack:a}),"function"==typeof t?t.apply(this,arguments):void 0}}}(),"function"==typeof(null==d?void 0:d.addEventListener)&&d.addEventListener("unhandledrejection",In),jn(),function(){if(at.wrapTimers){if(W)return void a("We discovered a usage of Zone.js. In order to avoid any incompatibility issues timer wrapping is not going to be enabled.");Dn("setTimeout"),Dn("setInterval")}}()}var Un=["GET","HEAD","POST","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"];function Fn(t){return Un.includes(t)}function Vn(t,e){var n=0!==e.startTime;Bn(t,Y.FETCH_START,e,n),Bn(t,Y.DOMAIN_LOOKUP_START,e,n),Bn(t,Y.DOMAIN_LOOKUP_END,e,n),Bn(t,Y.CONNECT_START,e,n),Bn(t,Y.SECURE_CONNECTION_START,e,n),Bn(t,Y.CONNECT_END,e,n),Bn(t,Y.REQUEST_START,e,n),Bn(t,Y.RESPONSE_START,e,n),Bn(t,Y.RESPONSE_END,e,n)}function Bn(t,e,n){var r,i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];!(e in n)||"number"!=typeof n[e]||i&&0===n[e]||rn(t,e,(r=n[e],String(Math.round(1e6*(r+B())))))}function Hn(t,e){var n=e.encodedBodySize;null!=n&&Fe(t.attributes,"http.response.body.size",n)}function Wn(t){return function(){var e=N(x().mark((function e(n,r){var i,o,a,u,c,l,f,d,v,p,h,m,y,g,b,T;return x().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=r?Object.assign({},r):r,u=null,null!==(i=a)&&void 0!==i&&i.body&&(u=a.body,a.body=void 0),c=new Request(n,a),u&&a&&(a.body=u),!hn(l=c.url)){e.next=9;break}return s("Not creating span for fetch call because the url is ignored, URL: ".concat(l)),e.abrupt("return",t(n instanceof Request?c:n,r));case 9:return f=null!==(o=c.method)&&void 0!==o?o:"GET",d=Fn(f),v=Fn(f.toUpperCase()),p=v?f.toUpperCase():"_OTHER",ln((h=en("HTTP ".concat(p))).attributes),on(h.attributes,l),qn(n,r),Fe(h.attributes,"http.request.method",p),d||Fe(h.attributes,"http.request.method_original",f),m=Xn(l),m.length>0&&(null!==(y=a)&&void 0!==y&&y.headers?(a.headers=new Headers(a.headers),Qn(a.headers.append,a.headers,h,m)):n instanceof Request?Qn(c.headers.append,c.headers,h,m):(a||(a={}),a.headers=new Headers,Qn(a.headers.append,a.headers,h,m))),zn(c.headers,h,(function(t){return e=t,"".concat("http.request.header",".").concat(e.toLowerCase());var e})),(g=Q({resourceMatcher:function(t){var e=t.initiatorType,n=t.name;return("fetch"===e||"xmlhttprequest"===e)&&n===et(l).href},maxWaitForResourceMillis:at.maxWaitForResourceTimingsMillis,maxToleranceForResourceTimingsMillis:at.maxToleranceForResourceTimingsMillis,onEnd:function(t){var e=t.duration,n=t.resource;n&&(Vn(h,n),Hn(h,n)),je(nn(h,void 0,1e6*e))}})).start(),e.prev=25,e.next=28,t(n instanceof Request?c:n,a);case 28:return b=e.sent,Gn(h,b),e.abrupt("return",Kn(b,at.maxToleranceForResourceTimingsMillis,(function(){return g.end()}),(function(t){var e;g.cancel(),null!==(e=c.signal)&&void 0!==e&&e.aborted?Yn(h):Zn(h,t)})));case 33:throw e.prev=33,e.t0=e.catch(25),g.cancel(),null!==(T=c.signal)&&void 0!==T&&T.aborted?Yn(h):Zn(h,e.t0),e.t0;case 38:case"end":return e.stop()}}),e,null,[[25,33]])})));return function(t,n){return e.apply(this,arguments)}}()}function qn(t,e,n){try{return void 0}catch(n){s("failed to analyze request for GraphQL insights",n,t,e)}}function zn(t,e,n){try{if(!at.headersToCapture.length)return;t.forEach((function(t,r){at.headersToCapture.some((function(t){return t.test(r)}))&&Fe(e.attributes,n(r),t)}))}catch(t){s("unable to capture http headers due to CORS policy")}}function Gn(t,e){var n=e.status;!function(t,e,n){t.status={code:e,message:n}}(t,n>=200&&n<400?0:2),0===n&&Fe(t.attributes,"error.type",e.type),Fe(t.attributes,"http.response.status_code",String(n)),zn(e.headers,t,(function(t){return e=t,"".concat("http.response.header",".").concat(e.toLowerCase());var e}))}function Kn(t,e,n,r){var i,o,a=m.now(),u=t.body;if(!(u&&(i=t,o=i.status,o>=200&&204!=o&&205!=o&&304!=o)))return n(),t;var s=!1,c=function(t){s||(n(t),s=!0)},l=function(t){s||(r(t),s=!0)},f=q((function(){return c(a)}),e),d=u.getReader(),v=new ReadableStream({pull:function(t){return N(x().mark((function n(){var r,i;return x().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,z(f),n.next=4,d.read();case 4:r=n.sent,i=r.value,r.done?(d.releaseLock(),t.close(),c()):(a=m.now(),f=q((function(){return c(a)}),e),t.enqueue(i)),n.next=15;break;case 10:n.prev=10,n.t0=n.catch(0),l(n.t0),t.error(n.t0);try{d.releaseLock()}catch(t){}case 15:case"end":return n.stop()}}),n,null,[[0,10]])})))()},cancel:function(t){return z(f),c(),d.cancel(t)}});return new Response(v,{status:t.status,statusText:t.statusText,headers:t.headers})}function Zn(t,e){!function(t,e){var n=[];"string"==typeof e?Fe(n,St,e):e&&(e.code?Fe(n,At,e.code.toString()):e.name&&Fe(n,At,e.name),e.message&&Fe(n,St,e.message),e.stack&&Fe(n,Ot,e.stack),rn(t,"exception",n))}(t,e),je(nn(t,function(t){return{code:2,message:t&&"object"===D(t)&&"message"in t?t.message:String(t)}}(e),void 0))}function Yn(t){Fe(t.attributes,"dash0.web.request.cancelled",!0),je(nn(t,void 0,void 0))}function Xn(t){var e=[];if(nt(t)){if(e.push("traceparent"),at.propagators){var n,r=L(at.propagators);try{for(r.s();!(n=r.n()).done;){var i=n.value;"traceparent"===i.type||e.includes(i.type)||e.push(i.type)}}catch(t){r.e(t)}finally{r.f()}}return e}if(at.propagators){var o,a=L(at.propagators);try{for(a.s();!(o=a.n()).done;){var u=o.value;vn(u.match,t)&&(e.includes(u.type)||e.push(u.type))}}catch(t){a.e(t)}finally{a.f()}return e}return[]}function Qn(t,e,n,r){var i,o=L(r);try{for(o.s();!(i=o.n()).done;){"xray"===i.value?Ge(t,e,n):ze(t,e,n)}}catch(t){o.e(t)}finally{o.f()}}function $n(t,e,n,r){var i,o,a=function(t){var e,n,r;return t&&null!==(e=null===(n=(r=at.pageViewInstrumentation).generateMetadata)||void 0===n?void 0:n.call(r,t))&&void 0!==e?e:{}}(e),u=[];Fe(u,vt,It.PAGE_VIEW),a.attributes&&Object.entries(a.attributes).forEach((function(t){var e=k(t,2),n=e[0],r=e[1];return Fe(u,n,r)})),ln(u,{url:e});var s=[];Fe(s,"title",null!==(i=null!==(o=a.title)&&void 0!==o?o:null==v?void 0:v.title)&&void 0!==i?i:J),null!=v&&v.referrer&&Fe(s,"referrer",v.referrer),Fe(s,"type",n?Rt:Lt),Fe(s,"change_state",r?xt:_t);var c={timeUnixNano:t,attributes:u,severityNumber:Ct.INFO,severityText:"INFO",body:{kvlistValue:{values:s}}},l=qe();l&&(c.traceId=l.traceId,c.spanId=l.spanId),Pe(c)}function Jn(){var t=null==d?void 0:d.performance.getEntriesByType("navigation")[0];if(t){var e=[];Fe(e,vt,It.NAVIGATION_TIMING);var n=[];Fe(n,"name",t.name),tr(n,t,"responseStatus"),tr(n,t,"fetchStart"),tr(n,t,"requestStart"),tr(n,t,"responseStart"),tr(n,t,"domInteractive"),tr(n,t,"domContentLoadedEventEnd"),tr(n,t,"domComplete"),tr(n,t,"loadEventEnd"),tr(n,t,"transferSize"),tr(n,t,"encodedBodySize"),tr(n,t,"decodedBodySize");var r={timeUnixNano:er(),attributes:e,severityNumber:Ct.INFO,severityText:"INFO",body:{kvlistValue:{values:n}}};ln(r.attributes);var i=qe();i&&(r.traceId=i.traceId,r.spanId=i.spanId),Pe(r)}else s("Navigation timings not available. Cannot emit navigation timing log")}function tr(t,e,n){var r=e[n];"number"!=typeof r||isNaN(r)||Fe(t,n,Number.isInteger(r)?r:tt(r))}function er(){return V(Math.round(B()))}var nr={},rr=!1,ir=!1;function or(){ur(null==d?void 0:d.location.href)}function ar(t){ur(t.newURL)}function ur(t,e){var n;if(t)try{var r=new URL(t,null==d?void 0:d.location.href);((n=r).pathname!==nr.path||ir&&n.search!==nr.search||rr&&n.hash!==nr.hash)&&(sr(r),$n(F(),r,!0,Boolean(e)))}catch(t){s("Failed to handle url change",t)}}function sr(t){nr.path=t.pathname,nr.search=t.search,nr.hash=t.hash}function cr(){!function(){try{$n(er(),null!=d&&d.location.href?new URL(null==d?void 0:d.location.href):void 0)}catch(t){u("Failed to transmit initial page view event",t)}if("complete"===(null==v?void 0:v.readyState))return Jn();d&&w(d,"load",(function(){setTimeout(Jn,0)}))}(),function(){var t,e,n,r;if(d&&d.history){if(at.pageViewInstrumentation.trackVirtualPageViews){ir=null!==(t=null===(e=at.pageViewInstrumentation.includeParts)||void 0===e?void 0:e.includes("SEARCH"))&&void 0!==t&&t,rr=null!==(n=null===(r=at.pageViewInstrumentation.includeParts)||void 0===r?void 0:r.includes("HASH"))&&void 0!==n&&n,ot(d.history,"replaceState",(function(t){return function(e,n,r){return ur(r?String(r):void 0,!0),t.apply(this,[e,n,r])}})),ot(d.history,"pushState",(function(t){return function(e,n,r){return ur(r?String(r):void 0),t.apply(this,[e,n,r])}})),d.addEventListener("hashchange",ar),d.addEventListener("popstate",or);try{sr(new URL(d.location.href))}catch(t){}}}else s("Browser does not support history API, skipping instrumentation")}()}var lr=function(t){if("object"===D(t)&&null!==t){if("function"==typeof Object.getPrototypeOf){var e=Object.getPrototypeOf(t);return e===Object.prototype||null===e}return"[object Object]"===Object.prototype.toString.call(t)}return!1},fr=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.reduce((function(t,e){if(void 0===e)return t;if(Array.isArray(e))throw new TypeError("Arguments provided to ts-deepmerge must be objects, not arrays.");return Object.keys(e).forEach((function(n){["__proto__","constructor","prototype"].includes(n)||(Array.isArray(t[n])&&Array.isArray(e[n])?t[n]=fr.options.mergeArrays?fr.options.uniqueArrayItems?Array.from(new Set(t[n].concat(e[n]))):[].concat(P(t[n]),P(e[n])):e[n]:lr(t[n])&&lr(e[n])?t[n]=fr(t[n],e[n]):!lr(t[n])&&lr(e[n])?t[n]=fr(e[n],void 0):t[n]=void 0===e[n]?fr.options.allowUndefinedOverrides?e[n]:t[n]:e[n])})),t}),{})},dr={allowUndefinedOverrides:!0,mergeArrays:!0,uniqueArrayItems:!0};fr.options=dr,fr.withOptions=function(t){fr.options=Object.assign(Object.assign({},dr),t);for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var i=fr.apply(void 0,n);return fr.options=dr,i};var vr=!1;function pr(t){if(vr)s("Dash0 SDK is being reinitialized, skipping ...");else if(null!=d)if("function"==typeof y&&m&&m.getEntriesByType){var e,n,r=t.serviceName.trim();if(r){if(!1!==t.rejectSuspiciousServiceName&&(n=r,rt.test(n))){var i;s("serviceName contains disallowed characters. Falling back to location.hostname."),t.serviceName=null!==(i=null==h?void 0:h.hostname)&&void 0!==i?i:"unknown"}}else s("Missing or empty serviceName value. Falling back to location.hostname."),t.serviceName=null!==(e=null==h?void 0:h.hostname)&&void 0!==e?e:"unknown";at.endpoints=t.endpoint instanceof Array?t.endpoint:[t.endpoint],0!==at.endpoints.length?(Object.assign(at,fr(at,function(t,e){var n,r={},i=L(e);try{for(i.s();!(n=i.n()).done;){var o=n.value;o in t&&(r[o]=t[o])}}catch(t){i.e(t)}finally{i.f()}return r}(t,["ignoreUrls","ignoreErrorMessages","wrapEventHandlers","wrapTimers","propagateTraceHeadersCorsURLs","maxWaitForResourceTimingsMillis","maxToleranceForResourceTimingsMillis","headersToCapture","urlAttributeScrubber","pageViewInstrumentation","enableTransportCompression"]))),function(t){t.propagators?(t.propagateTraceHeadersCorsURLs&&a("Both 'propagators' and deprecated 'propagateTraceHeadersCorsURLs' were provided. Using 'propagators' configuration. Please migrate to the new 'propagators' config."),at.propagators=t.propagators):t.propagateTraceHeadersCorsURLs&&t.propagateTraceHeadersCorsURLs.length>0?(a("'propagateTraceHeadersCorsURLs' is deprecated. Please use the new 'propagators' configuration."),at.propagators=[{type:"traceparent",match:P(t.propagateTraceHeadersCorsURLs)}]):at.propagators=[{type:"traceparent",match:[]}]}(t),function(t){Fe(at.resource.attributes,ut,t.serviceName),t.serviceNamespace&&Fe(at.resource.attributes,st,t.serviceNamespace);t.serviceVersion&&Fe(at.resource.attributes,ct,t.serviceVersion);var e=function(t){if(t.environment)return t.environment;try{var e;return null===(e=process)||void 0===e||null===(e=e.env)||void 0===e?void 0:e.NEXT_PUBLIC_VERCEL_ENV}catch(t){return}}(t);e&&Fe(at.resource.attributes,lt,e);var n=function(t){if(t.deploymentName)return t.deploymentName;try{var e;return null===(e=process)||void 0===e||null===(e=e.env)||void 0===e?void 0:e.NEXT_PUBLIC_VERCEL_TARGET_ENV}catch(t){return}}(t);n&&Fe(at.resource.attributes,ft,n);var r=function(t){if(t.deploymentId)return t.deploymentId;try{var e;return null===(e=process)||void 0===e||null===(e=e.env)||void 0===e?void 0:e.NEXT_PUBLIC_VERCEL_BRANCH_URL}catch(t){return}}(t);r&&Fe(at.resource.attributes,dt,r)}(t),function(t){var e;Fe(at.signalAttributes,ht,E(16)),Fe(at.signalAttributes,mt,null!==(e=null==p?void 0:p.userAgent)&&void 0!==e?e:J),t.additionalSignalAttributes&&Object.entries(t.additionalSignalAttributes).forEach((function(t){var e=k(t,2),n=e[0],r=e[1];Fe(at.signalAttributes,n,r)}))}(t),cn(),Ft(t.sessionInactivityTimeoutMillis,t.sessionTerminationTimeoutMillis),hr("@dash0/navigation",t)&&cr(),hr("@dash0/web-vitals",t)&&fn(),hr("@dash0/error",t)&&Mn(),hr("@dash0/fetch",t)&&(d&&d.fetch&&d.Request?ot(d,"fetch",Wn):s("Browser does not support the Fetch API, skipping instrumentation")),vr=!0):a("No telemetry endpoint configured. Aborting Dash0 Web SDK initialization process.")}else s("Stopping Dash0 Web SDK initialization. This browser does not support the necessary APIs.");else s("Looks like we are not running in a browser context. Stopping Dash0 Web SDK initialization.")}function hr(t,e){var n=e.enabledInstrumentations;return!n||n.includes(t)}function mr(t,e){Be(at.signalAttributes,yt),null!=t&&Fe(at.signalAttributes,yt,t),Be(at.signalAttributes,gt),null!=(null==e?void 0:e.name)&&Fe(at.signalAttributes,gt,e.name),Be(at.signalAttributes,bt),null!=(null==e?void 0:e.fullName)&&Fe(at.signalAttributes,bt,e.fullName),Be(at.signalAttributes,Tt),null!=(null==e?void 0:e.email)&&Fe(at.signalAttributes,Tt,e.email),Be(at.signalAttributes,Et),null!=(null==e?void 0:e.hash)&&Fe(at.signalAttributes,Et,e.hash),Be(at.signalAttributes,wt),null!=(null==e?void 0:e.roles)&&Fe(at.signalAttributes,wt,e.roles)}function yr(){s("Dash0 Web SDK configuration state:",at)}function gr(t,e){Fe(at.signalAttributes,t,e)}function br(t){Be(at.signalAttributes,t)}function Tr(t,e){if(Object.values(It).includes(t))a("Unable to send custom event ".concat(t,". You are not allowed to use an internal event name while sending a custom event. Dropping event..."));else{var n=[];ln(n),Fe(n,vt,t),null!=e&&e.title&&Fe(n,"dash0.web.event.title",e.title),Ve(n,null==e?void 0:e.attributes),Pe({timeUnixNano:null!=(null==e?void 0:e.timestamp)?V(e.timestamp):F(),attributes:n,body:Me(null==e?void 0:e.data),severityText:null==e?void 0:e.severity,severityNumber:null!=e&&e.severity?Ct[e.severity]:void 0})}}function Er(t,e){wn(t,e)}function wr(t){s("".concat("Initializing Dash0 Web SDK"," (via package)")),pr(t)}export{gr as addSignalAttribute,yr as debug,mr as identify,wr as init,br as removeSignalAttribute,Er as reportError,Tr as sendEvent,i as setActiveLogLevel,Vt as terminateSession};
1
+ function e(){}function n(e){return e}var t={debug:0,info:1,warn:2,error:3},r=t.warn;function o(e){var n;r=null!==(n=t[e])&&void 0!==n?n:t.warn}var i=s("info"),a=s("warn"),l=s("error"),u=s("debug");function s(n){if("undefined"!=typeof console&&console[n]&&"function"==typeof console[n].apply){var o=t[n];return function(){o>=r&&console[n].apply(console,arguments)}}return e}var c=Object.prototype.hasOwnProperty;function v(e,n){return c.call(e,n)}var d="undefined"!=typeof window?window:void 0,f=null==d?void 0:d.document,p=null==d?void 0:d.navigator,E="undefined"!=typeof location?location:void 0,h=(null==d?void 0:d.performance)||(null==d?void 0:d.webkitPerformance)||(null==d?void 0:d.msPerformance)||(null==d?void 0:d.mozPerformance);null==d||d.encodeURIComponent;var _=null==d?void 0:d.fetch,m=function(){try{var e;return null!==(e=null==d?void 0:d.localStorage)&&void 0!==e?e:null}catch(e){return null}}(),y=function(){try{var e;return null!==(e=null==d?void 0:d.sessionStorage)&&void 0!==e?e:null}catch(e){return null}}(),T=Array(32);function g(e){for(var n=0;n<2*e;n++)T[n]=Math.floor(16*Math.random())+48,T[n]>=58&&(T[n]+=39);return String.fromCharCode.apply(null,T.slice(0,2*e))}function R(e,n,t){e.addEventListener?e.addEventListener(n,t,!1):e.attachEvent&&e.attachEvent("on"+n,t)}var I=null!=m&&"function"==typeof m.getItem&&"function"==typeof m.setItem;function b(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=Array(n);t<n;t++)r[t]=e[t];return r}function C(e,n,t,r,o,i,a){try{var l=e[i](a),u=l.value}catch(e){return void t(e)}l.done?n(u):Promise.resolve(u).then(r,o)}function L(e){return function(){var n=this,t=arguments;return new Promise((function(r,o){var i=e.apply(n,t);function a(e){C(i,r,o,a,l,"next",e)}function l(e){C(i,r,o,a,l,"throw",e)}a(void 0)}))}}function N(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function S(e,n,t){return n&&function(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,D(r.key),r)}}(e.prototype,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function O(e,n){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=G(e))||n){t&&(e=t);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==t.return||t.return()}finally{if(l)throw i}}}}function A(e,n,t){return(n=D(n))in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function V(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function P(){P=function(){return n};var e,n={},t=Object.prototype,r=t.hasOwnProperty,o=Object.defineProperty||function(e,n,t){e[n]=t.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",l=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function s(e,n,t){return Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}),e[n]}try{s({},"")}catch(e){s=function(e,n,t){return e[n]=t}}function c(e,n,t,r){var i=n&&n.prototype instanceof _?n:_,a=Object.create(i.prototype),l=new A(r||[]);return o(a,"_invoke",{value:L(e,t,l)}),a}function v(e,n,t){try{return{type:"normal",arg:e.call(n,t)}}catch(e){return{type:"throw",arg:e}}}n.wrap=c;var d="suspendedStart",f="suspendedYield",p="executing",E="completed",h={};function _(){}function m(){}function y(){}var T={};s(T,a,(function(){return this}));var g=Object.getPrototypeOf,R=g&&g(g(V([])));R&&R!==t&&r.call(R,a)&&(T=R);var I=y.prototype=_.prototype=Object.create(T);function b(e){["next","throw","return"].forEach((function(n){s(e,n,(function(e){return this._invoke(n,e)}))}))}function C(e,n){function t(o,i,a,l){var u=v(e[o],e,i);if("throw"!==u.type){var s=u.arg,c=s.value;return c&&"object"==typeof c&&r.call(c,"__await")?n.resolve(c.__await).then((function(e){t("next",e,a,l)}),(function(e){t("throw",e,a,l)})):n.resolve(c).then((function(e){s.value=e,a(s)}),(function(e){return t("throw",e,a,l)}))}l(u.arg)}var i;o(this,"_invoke",{value:function(e,r){function o(){return new n((function(n,o){t(e,r,n,o)}))}return i=i?i.then(o,o):o()}})}function L(n,t,r){var o=d;return function(i,a){if(o===p)throw Error("Generator is already running");if(o===E){if("throw"===i)throw a;return{value:e,done:!0}}for(r.method=i,r.arg=a;;){var l=r.delegate;if(l){var u=N(l,r);if(u){if(u===h)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(o===d)throw o=E,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);o=p;var s=v(n,t,r);if("normal"===s.type){if(o=r.done?E:f,s.arg===h)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(o=E,r.method="throw",r.arg=s.arg)}}}function N(n,t){var r=t.method,o=n.iterator[r];if(o===e)return t.delegate=null,"throw"===r&&n.iterator.return&&(t.method="return",t.arg=e,N(n,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var i=v(o,n.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,h;var a=i.arg;return a?a.done?(t[n.resultName]=a.value,t.next=n.nextLoc,"return"!==t.method&&(t.method="next",t.arg=e),t.delegate=null,h):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function S(e){var n={tryLoc:e[0]};1 in e&&(n.catchLoc=e[1]),2 in e&&(n.finallyLoc=e[2],n.afterLoc=e[3]),this.tryEntries.push(n)}function O(e){var n=e.completion||{};n.type="normal",delete n.arg,e.completion=n}function A(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(S,this),this.reset(!0)}function V(n){if(n||""===n){var t=n[a];if(t)return t.call(n);if("function"==typeof n.next)return n;if(!isNaN(n.length)){var o=-1,i=function t(){for(;++o<n.length;)if(r.call(n,o))return t.value=n[o],t.done=!1,t;return t.value=e,t.done=!0,t};return i.next=i}}throw new TypeError(typeof n+" is not iterable")}return m.prototype=y,o(I,"constructor",{value:y,configurable:!0}),o(y,"constructor",{value:m,configurable:!0}),m.displayName=s(y,u,"GeneratorFunction"),n.isGeneratorFunction=function(e){var n="function"==typeof e&&e.constructor;return!!n&&(n===m||"GeneratorFunction"===(n.displayName||n.name))},n.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,s(e,u,"GeneratorFunction")),e.prototype=Object.create(I),e},n.awrap=function(e){return{__await:e}},b(C.prototype),s(C.prototype,l,(function(){return this})),n.AsyncIterator=C,n.async=function(e,t,r,o,i){void 0===i&&(i=Promise);var a=new C(c(e,t,r,o),i);return n.isGeneratorFunction(t)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},b(I),s(I,u,"Generator"),s(I,a,(function(){return this})),s(I,"toString",(function(){return"[object Generator]"})),n.keys=function(e){var n=Object(e),t=[];for(var r in n)t.push(r);return t.reverse(),function e(){for(;t.length;){var r=t.pop();if(r in n)return e.value=r,e.done=!1,e}return e.done=!0,e}},n.values=V,A.prototype={constructor:A,reset:function(n){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(O),!n)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(n){if(this.done)throw n;var t=this;function o(r,o){return l.type="throw",l.arg=n,t.next=r,o&&(t.method="next",t.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],l=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),s=r.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,n){for(var t=this.tryEntries.length-1;t>=0;--t){var o=this.tryEntries[t];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=n&&n<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=n,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(e,n){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&n&&(this.next=n),h},finish:function(e){for(var n=this.tryEntries.length-1;n>=0;--n){var t=this.tryEntries[n];if(t.finallyLoc===e)return this.complete(t.completion,t.afterLoc),O(t),h}},catch:function(e){for(var n=this.tryEntries.length-1;n>=0;--n){var t=this.tryEntries[n];if(t.tryLoc===e){var r=t.completion;if("throw"===r.type){var o=r.arg;O(t)}return o}}throw Error("illegal catch attempt")},delegateYield:function(n,t,r){return this.delegate={iterator:V(n),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=e),h}},n}function w(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var r,o,i,a,l=[],u=!0,s=!1;try{if(i=(t=t.call(e)).next,0===n);else for(;!(u=(r=i.call(t)).done)&&(l.push(r.value),l.length!==n);u=!0);}catch(e){s=!0,o=e}finally{try{if(!u&&null!=t.return&&(a=t.return(),Object(a)!==a))return}finally{if(s)throw o}}return l}}(e,n)||G(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function U(e){return function(e){if(Array.isArray(e))return b(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||G(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function D(e){var n=function(e,n){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,n);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(e)}(e,"string");return"symbol"==typeof n?n:n+""}function M(e){return M="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},M(e)}function G(e,n){if(e){if("string"==typeof e)return b(e,n);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?b(e,n):void 0}}function B(){return(new Date).getTime()}function x(){var e=F(),n=new Date;if(e){var t=h.now()+e,r=n.getTime();if(Math.abs(t-r)<6e4)return String(1e6*t)}return k(n)}function k(e){return"object"===M(e)?k(e.getTime()):String(e)+"000000"}function F(){var e,n=null==h?void 0:h.timeOrigin;"number"!=typeof n&&(n=null==h||null===(e=h.timing)||void 0===e?void 0:e.fetchStart);return n}var j={setTimeout:null==d?void 0:d.setTimeout,clearTimeout:null==d?void 0:d.clearTimeout,setInterval:null==d?void 0:d.setInterval,clearInterval:null==d?void 0:d.clearInterval},H=null!=d&&null!=d.Zone&&null!=d.Zone.root&&"function"==typeof d.Zone.root.run;function W(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return q.apply("setTimeout",arguments)}function Y(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return q.apply("clearTimeout",arguments)}function X(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return q.apply("setInterval",arguments)}function q(){var e,n=this;if(H)try{var t=Array.prototype.slice.apply(arguments);return d.Zone.root.run(j[n],d,t)}catch(e){a("Failed to execute %s inside of zone (via Zone.js). Falling back to execution inside currently active zone.",n,e)}return null===(e=j[n])||void 0===e?void 0:e.apply(d,arguments)}H&&u("Discovered Zone.js globals. Will attempt to register all timers inside the root Zone.");h&&h.getEntriesByType;var z=h&&"function"==typeof d.PerformanceObserver&&"function"==typeof h.now,Q=Object.freeze({CONNECT_END:"connectEnd",CONNECT_START:"connectStart",DECODED_BODY_SIZE:"decodedBodySize",DOM_COMPLETE:"domComplete",DOM_CONTENT_LOADED_EVENT_END:"domContentLoadedEventEnd",DOM_CONTENT_LOADED_EVENT_START:"domContentLoadedEventStart",DOM_INTERACTIVE:"domInteractive",DOMAIN_LOOKUP_END:"domainLookupEnd",DOMAIN_LOOKUP_START:"domainLookupStart",ENCODED_BODY_SIZE:"encodedBodySize",FETCH_START:"fetchStart",LOAD_EVENT_END:"loadEventEnd",LOAD_EVENT_START:"loadEventStart",NAVIGATION_START:"navigationStart",REDIRECT_END:"redirectEnd",REDIRECT_START:"redirectStart",REQUEST_START:"requestStart",RESPONSE_END:"responseEnd",RESPONSE_START:"responseStart",SECURE_CONNECTION_START:"secureConnectionStart",START_TIME:"startTime",UNLOAD_EVENT_END:"unloadEventEnd",UNLOAD_EVENT_START:"unloadEventStart"}),K=new WeakSet;function Z(n){if(!z)return function(n){var t=0;return{start:function(){t=B()},end:function(){return n({duration:B()-t})},cancel:e}}(n.onEnd);var t,r,o,i,a,l=[];return{start:function(){t=h.now();try{var e,n=null==d?void 0:d.PerformanceObserver;if(n)null===(e=o=new n(s))||void 0===e||e.observe({type:"resource"})}catch(e){}a=W(v,6e5)},end:function(e){if(r)return;if(r=null!=e?e:h.now(),p(),!$())return u();W((function(){return u()}),Math.min(300,n.maxWaitForResourceMillis)),R(f,"visibilitychange",c),i=W(u,n.maxWaitForResourceMillis)},cancel:v};function u(){v();var e=function(){if(!l.length)return;var e,o,i=l.filter((function(e){return e.responseEnd<=r+n.maxToleranceForResourceTimingsMillis&&!K.has(e)}));if(!i.length)return;1===i.length&&(e=i[0]);if(!e){var a,u=O(i);try{for(u.s();!(a=u.n()).done;){var s=a.value,c=Math.abs(r-t-s.duration)+Math.abs(s.responseEnd-r);(void 0===o||c<o)&&(o=c,e=s)}}catch(e){u.e(e)}finally{u.f()}}if(!e)return;return K.add(e),e}();null!=e&&e.duration&&e.duration<864e5?n.onEnd({resource:e,duration:e.duration}):n.onEnd({resource:e,duration:r-t})}function s(e){e.getEntriesByType("resource").filter((function(e){var r=e;return r.startTime>=t&&n.resourceMatcher(r)})).forEach((function(e){l.length>=100&&l.shift(),l.push(e)}))}function c(){$()||u()}function v(){!function(){if(o){try{var e;null===(e=o)||void 0===e||e.disconnect()}catch(e){}o=void 0}}(),i&&(clearTimeout(i),i=void 0),p(),function(){if(!f)return;e=f,n="visibilitychange",t=c,e.removeEventListener?e.removeEventListener(n,t,!1):e.detachEvent&&e.detachEvent("on"+n,t);var e,n,t}()}function p(){a&&(clearTimeout(a),a=void 0)}}function $(){return"visible"===(null==f?void 0:f.visibilityState)||"prerender"===(null==f?void 0:f.visibilityState)}var J="undefined";function ee(e){return Math.round(100*e)/100}function ne(e){var n;return"string"!=typeof e?e:new URL(e,null!==(n=null==f?void 0:f.baseURI)&&void 0!==n?n:null==E?void 0:E.href)}function te(e){try{return ne(e).origin===("undefined"!=typeof location?location.origin:void 0)}catch(e){return!1}}var re=/['"<>{};\x00-\x1F\x7F]/;var oe=Symbol.for("INSTRUMENTED_BY_DASH0");function ie(e,n,t){var r=e[n];r?!0!==r[oe]?(!function(e){e[oe]=!0}(r),e[n]=t(r)):u("".concat(String(n)," has already been instrumented, skipping")):u("".concat(String(n)," is not defined, unable to instrument"))}for(var ae=new Uint32Array(256),le=0;le<256;le++){for(var ue=le,se=0;se<8;se++)ue=1&ue?3988292384^ue>>>1:ue>>>1;ae[le]=ue>>>0}function ce(e){for(var n=new Uint8Array(e.length/2),t=0;t<e.length;t+=2)n[t/2]=parseInt(e.substring(t,t+2),16);for(var r=4294967295,o=0;o<n.length;o++){var i=n[o];r=r>>>8^ae[255&(r^i)]}return(4294967295^r)>>>0}var ve={endpoints:[],resource:{attributes:[]},scope:{name:"dash0-web-sdk",version:"0.22.0",attributes:[]},signalAttributes:[],ignoreUrls:[],ignoreErrorMessages:[],wrapEventHandlers:!0,wrapTimers:!0,propagateTraceHeadersCorsURLs:[],maxWaitForResourceTimingsMillis:1e4,maxToleranceForResourceTimingsMillis:50,headersToCapture:[],urlAttributeScrubber:n,pageViewInstrumentation:{trackVirtualPageViews:!0,includeParts:[]},enableTransportCompression:!1,isSessionSampled:!0},de="service.name",fe="service.namespace",pe="service.version",Ee="deployment.environment.name",he="deployment.name",_e="deployment.id",me="event.name",ye="dash0.web.event.id",Te="page.load.id",ge="user_agent.original",Re="user.id",Ie="user.name",be="user.full_name",Ce="user.email",Le="user.hash",Ne="user.roles",Se="exception.message",Oe="exception.type",Ae="exception.stacktrace",Ve="url.full",Pe={PAGE_VIEW:"browser.page_view",NAVIGATION_TIMING:"browser.navigation_timing",WEB_VITAL:"browser.web_vital",ERROR:"browser.error"},we={UNSPECIFIED:0,TRACE:1,DEBUG:5,INFO:9,WARN:13,ERROR:17,FATAL:21},Ue=0,De=1,Me="pushState",Ge="replaceState",Be=1;function xe(){var e,n;return"".concat((e={ephemeralSession:!I},n=0,e.ephemeralSession&&(n|=Be),n.toString(16).padStart(2,"0"))).concat(g(7))}var ke="d0_session",Fe="#",je=864e5,He=null;function We(e,n){if(!I)return u("Storage API is not available and session tracking is therefore not supported."),void(He=xe());e||(e=108e5),n||(n=216e5),e=Math.min(e,je),n=Math.min(n,je);try{var t=function(e){return I&&m?m.getItem(e):null}(ke),r=function(e){if(!e)return null;var n=e.split(Fe);if(n.length<3)return null;var t=n[0],r=parseInt(n[1],10),o=parseInt(n[2],10);if(!t||isNaN(r)||isNaN(o))return null;return{id:t,startTime:r,lastActivityTime:o}}(t);r&&!function(e,n,t){var r=B()-n;if(e.lastActivityTime<r)return!1;var o=B()-t;return e.startTime>=o}(r,e,n)&&(r=null),r?r.lastActivityTime=B():r={id:xe(),startTime:B(),lastActivityTime:B()},function(e,n){I&&m&&m.setItem(e,n)}(ke,function(e){return e.id+Fe+e.startTime+Fe+e.lastActivityTime}(r)),He=r.id}catch(e){a("Failed to record session information",e)}}function Ye(){if(I)try{!function(e){I&&m&&m.removeItem(e)}(ke)}catch(e){i("Failed to terminate session",e)}}var Xe=-1,qe=function(e){addEventListener("pageshow",(function(n){n.persisted&&(Xe=n.timeStamp,e(n))}),!0)},ze=function(e,n,t,r){var o,i;return function(a){n.value>=0&&(a||r)&&(((i=n.value-(null!=o?o:0))||void 0===o)&&(o=n.value,n.delta=i,n.rating=function(e,n){return e>n[1]?"poor":e>n[0]?"needs-improvement":"good"}(n.value,t),e(n)))}},Qe=function(e){requestAnimationFrame((function(){return requestAnimationFrame((function(){return e()}))}))},Ke=function(){var e=performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},Ze=function(){var e,n=Ke();return null!==(e=null==n?void 0:n.activationStart)&&void 0!==e?e:0},$e=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,t=Ke(),r="navigate";return Xe>=0?r="back-forward-cache":t&&(document.prerendering||Ze()>0?r="prerender":document.wasDiscarded?r="restore":t.type&&(r=t.type.replace(/_/g,"-"))),{name:e,value:n,rating:"good",delta:0,entries:[],id:"v5-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:r}},Je=new WeakMap;function en(e,n){return Je.get(e)||Je.set(e,new n),Je.get(e)}var nn,tn=function(){return S((function e(){N(this,e),A(this,"t",void 0),A(this,"i",0),A(this,"o",[])}),[{key:"h",value:function(e){var n;if(!e.hadRecentInput){var t=this.o[0],r=this.o.at(-1);this.i&&t&&r&&e.startTime-r.startTime<1e3&&e.startTime-t.startTime<5e3?(this.i+=e.value,this.o.push(e)):(this.i=e.value,this.o=[e]),null===(n=this.t)||void 0===n||n.call(this,e)}}}])}(),rn=function(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var r=new PerformanceObserver((function(e){Promise.resolve().then((function(){n(e.getEntries())}))}));return r.observe(function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?V(Object(t),!0).forEach((function(n){A(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):V(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}({type:e,buffered:!0},t)),r}}catch(e){}},on=function(e){var n=!1;return function(){n||(e(),n=!0)}},an=-1,ln=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},un=function(e){"hidden"===document.visibilityState&&an>-1&&(an="visibilitychange"===e.type?e.timeStamp:0,cn())},sn=function(){addEventListener("visibilitychange",un,!0),addEventListener("prerenderingchange",un,!0)},cn=function(){removeEventListener("visibilitychange",un,!0),removeEventListener("prerenderingchange",un,!0)},vn=function(){if(an<0){var e,n=Ze(),t=document.prerendering||null===(e=globalThis.performance.getEntriesByType("visibility-state").filter((function(e){return"hidden"===e.name&&e.startTime>n}))[0])||void 0===e?void 0:e.startTime;an=null!=t?t:ln(),sn(),qe((function(){setTimeout((function(){an=ln(),sn()}))}))}return{get firstHiddenTime(){return an}}},dn=function(e){document.prerendering?addEventListener("prerenderingchange",(function(){return e()}),!0):e()},fn=[1800,3e3],pn=[.1,.25],En=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};dn((function(){var t,r=vn(),o=$e("FCP"),i=rn("paint",(function(e){var n,a=O(e);try{for(a.s();!(n=a.n()).done;){var l=n.value;"first-contentful-paint"===l.name&&(i.disconnect(),l.startTime<r.firstHiddenTime&&(o.value=Math.max(l.startTime-Ze(),0),o.entries.push(l),t(!0)))}}catch(e){a.e(e)}finally{a.f()}}));i&&(t=ze(e,o,fn,n.reportAllChanges),qe((function(r){o=$e("FCP"),t=ze(e,o,fn,n.reportAllChanges),Qe((function(){o.value=performance.now()-r.timeStamp,t(!0)}))})))}))}(on((function(){var t,r=$e("CLS",0),o=en(n,tn),i=function(e){var n,i=O(e);try{for(i.s();!(n=i.n()).done;){var a=n.value;o.h(a)}}catch(e){i.e(e)}finally{i.f()}o.i>r.value&&(r.value=o.i,r.entries=o.o,t())},a=rn("layout-shift",i);a&&(t=ze(e,r,pn,n.reportAllChanges),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(i(a.takeRecords()),t(!0))})),qe((function(){o.i=0,r=$e("CLS",0),t=ze(e,r,pn,n.reportAllChanges),Qe((function(){return t()}))})),setTimeout(t))})))},hn=0,_n=1/0,mn=0,yn=function(e){var n,t=O(e);try{for(t.s();!(n=t.n()).done;){var r=n.value;r.interactionId&&(_n=Math.min(_n,r.interactionId),mn=Math.max(mn,r.interactionId),hn=mn?(mn-_n)/7+1:0)}}catch(e){t.e(e)}finally{t.f()}},Tn=function(){var e;return nn?hn:null!==(e=performance.interactionCount)&&void 0!==e?e:0},gn=0,Rn=function(){return S((function e(){N(this,e),A(this,"u",[]),A(this,"l",new Map),A(this,"m",void 0),A(this,"v",void 0)}),[{key:"p",value:function(){gn=Tn(),this.u.length=0,this.l.clear()}},{key:"P",value:function(){var e=Math.min(this.u.length-1,Math.floor((Tn()-gn)/50));return this.u[e]}},{key:"h",value:function(e){var n;if(null!==(n=this.m)&&void 0!==n&&n.call(this,e),e.interactionId||"first-input"===e.entryType){var t=this.u.at(-1),r=this.l.get(e.interactionId);if(r||this.u.length<10||e.duration>t.T){var o;if(r?e.duration>r.T?(r.entries=[e],r.T=e.duration):e.duration===r.T&&e.startTime===r.entries[0].startTime&&r.entries.push(e):(r={id:e.interactionId,entries:[e],T:e.duration},this.l.set(r.id,r),this.u.push(r)),this.u.sort((function(e,n){return n.T-e.T})),this.u.length>10){var i,a=O(this.u.splice(10));try{for(a.s();!(i=a.n()).done;){var l=i.value;this.l.delete(l.id)}}catch(e){a.e(e)}finally{a.f()}}null===(o=this.v)||void 0===o||o.call(this,r)}}}}])}(),In=function(e){var n=globalThis.requestIdleCallback||setTimeout;"hidden"===document.visibilityState?e():(e=on(e),document.addEventListener("visibilitychange",e,{once:!0}),n((function(){e(),document.removeEventListener("visibilitychange",e)})))},bn=[200,500],Cn=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};globalThis.PerformanceEventTiming&&"interactionId"in PerformanceEventTiming.prototype&&dn((function(){var t;"interactionCount"in performance||nn||(nn=rn("event",yn,{type:"event",buffered:!0,durationThreshold:0}));var r,o=$e("INP"),i=en(n,Rn),a=function(e){In((function(){var n,t=O(e);try{for(t.s();!(n=t.n()).done;){var a=n.value;i.h(a)}}catch(e){t.e(e)}finally{t.f()}var l=i.P();l&&l.T!==o.value&&(o.value=l.T,o.entries=l.entries,r())}))},l=rn("event",a,{durationThreshold:null!==(t=n.durationThreshold)&&void 0!==t?t:40});r=ze(e,o,bn,n.reportAllChanges),l&&(l.observe({type:"first-input",buffered:!0}),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(a(l.takeRecords()),r(!0))})),qe((function(){i.p(),o=$e("INP"),r=ze(e,o,bn,n.reportAllChanges)})))}))},Ln=function(){return S((function e(){N(this,e),A(this,"m",void 0)}),[{key:"h",value:function(e){var n;null===(n=this.m)||void 0===n||n.call(this,e)}}])}(),Nn=[2500,4e3],Sn=!1;function On(e){var n,t,r=[];return t=o,Sn&&t(),f&&d&&(R(f,"visibilitychange",(function(){"visible"!==f.visibilityState&&t()})),R(d,"pagehide",(function(){Sn=!0,t()})),R(d,"beforeunload",(function(){Sn=!0,t()}))),{send:function(t){"visible"===(null==f?void 0:f.visibilityState)?(r.push(t),r.length>=15?o():null==n&&(n=W(o,1e3))):e([t])}};function o(){null!=n&&(clearTimeout(n),n=null),r.length>0&&(e(r.slice()),r.length=0)}}var An=0,Vn=0;function Pn(e,n){return wn.apply(this,arguments)}function wn(){return wn=L(P().mark((function n(t,r){var o,i,l,s;return P().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(u("Transmitting telemetry to endpoints",r),o=JSON.stringify(r),i=o,l=new Blob([o]).size,s=!1,"undefined"==typeof CompressionStream||!ve.enableTransportCompression){n.next=11;break}return n.next=8,Un(o);case 8:i=n.sent,l=i.byteLength,s=!0;case 11:return n.next=13,Promise.all(ve.endpoints.map(function(){var n=L(P().mark((function n(r){var o,u,c;return P().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(n.prev=0,(o=new URL(r.url)).pathname=o.pathname+(o.pathname.endsWith("/")?t.substring(1):t),u={"Content-Type":"application/json",Authorization:"Bearer ".concat(r.authToken)},r.dataset&&(u["Dash0-Dataset"]=r.dataset),s&&(u["Content-Encoding"]="gzip"),_){n.next=9;break}return a("Unable to send telemetry, fetch is not defined"),n.abrupt("return");case 9:return An+=l,Vn++,n.next=13,_(o,{method:"POST",headers:u,body:i,keepalive:An<=6e4&&Vn<=15});case 13:(c=n.sent).text().catch(e),c.ok||a("Failed to send telemetry to ".concat(o,": ").concat(c.status," ").concat(c.statusText)),n.next=21;break;case 18:n.prev=18,n.t0=n.catch(0),a("Error sending telemetry to ".concat(r.url).concat(t,":"),n.t0);case 21:return n.prev=21,An-=l,Vn--,n.finish(21);case 25:case"end":return n.stop()}}),n,null,[[0,18,21,25]])})));return function(e){return n.apply(this,arguments)}}()));case 13:case"end":return n.stop()}}),n)}))),wn.apply(this,arguments)}function Un(e){return Dn.apply(this,arguments)}function Dn(){return(Dn=L(P().mark((function e(n){var t,r,o;return P().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=new Blob([n]),r=t.stream(),o=r.pipeThrough(new CompressionStream("gzip")),e.abrupt("return",new Response(o).arrayBuffer());case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var Mn,Gn=On((function(e){Pn("/v1/logs",{resourceLogs:[{resource:ve.resource,scopeLogs:[{scope:ve.scope,logRecords:e}]}]}).catch((function(e){l("Failed to transmit logs",e)}))})),Bn=On((function(e){Pn("/v1/traces",{resourceSpans:[{resource:ve.resource,scopeSpans:[{scope:ve.scope,spans:e}]}]}).catch((function(e){l("Failed to transmit spans",e)}))}));function xn(){var e,n,t,r,o;return Mn||(n=(e={maxCallsPerTenMinutes:4096,maxCallsPerTenSeconds:128}).maxCallsPerTenMinutes,t=e.maxCallsPerTenSeconds,r=0,o=0,X((function(){r=0}),6e5),X((function(){o=0}),1e4),Mn=function(){return++r>n||++o>t}),Mn()}function kn(e){ve.isSessionSampled&&(xn()?u("Transport rate limit. Will not send item.",e):Gn.send(e))}function Fn(e){e&&ve.isSessionSampled&&(xn()?u("Transport rate limit. Will not send item.",e):Bn.send(e))}var jn=["stringValue","boolValue","intValue","doubleValue","arrayValue","kvlistValue","bytesValue"];function Hn(e){if(null!=e){var n={};return Array.isArray(e)?n.arrayValue={values:e.map((function(e){return Hn(e)}))}:"string"==typeof e?n.stringValue=e:"number"==typeof e?n.doubleValue=e:"boolean"==typeof e?n.boolValue=e:!function(e){if(null==e||"object"!==M(e))return!1;var n=Object.keys(e);return 1===n.length&&jn.includes(n[0])}(e)?"object"===M(e)&&(n.kvlistValue={values:Object.entries(e).map((function(e){var n=w(e,2);return Wn(n[0],n[1])}))}):n=e,n}}function Wn(e,n){return{key:e,value:Hn(n)}}function Yn(e,n,t){n&&e.push(Wn(n,t))}function Xn(e,n){n&&Object.entries(n).forEach((function(n){var t=w(n,2),r=t[0],o=t[1];return Yn(e,r,o)}))}function qn(e,n){var t=e.findIndex((function(e){return e.key===n}));-1!==t&&e.splice(t,1)}var zn="traceparent",Qn=/^00-([a-f0-9]{32})-([a-f0-9]{16})-[0-9]{1,2}$/;function Kn(){var e,n,t=((null===(e=Array.from(null!==(n=null==f?void 0:f.getElementsByTagName("meta"))&&void 0!==n?n:[]).find((function(e){var n;return(null===(n=e.getAttribute("name"))||void 0===n?void 0:n.toLowerCase())===zn})))||void 0===e?void 0:e.content.trim())||"").match(Qn)||function(){var e=h.getEntriesByType("navigation")[0];if(!e)return"";if(!e.serverTiming)return"";return function(e){var n,t=O(e);try{for(t.s();!(n=t.n()).done;){var r=n.value;if(r.name===zn)return r.description.trim()}}catch(e){t.e(e)}finally{t.f()}return""}(e.serverTiming)}().match(Qn);if(t)return{traceId:t[1],spanId:t[2]}}function Zn(e,n,t){e.call(n,"traceparent","00-".concat(t.traceId,"-").concat(t.spanId,"-01"))}function $n(e,n,t){var r,o,i,a=(r=t.traceId,o=r.substring(0,8),i=r.substring(8,32),"1-".concat(o,"-").concat(i)),l="Root=".concat(a,";Parent=").concat(t.spanId,";Sampled=1");e.call(n,"X-Amzn-Trace-Id",l)}var Jn="d042",et=1;function nt(e){var n=0;return e.withoutSession&&(n|=et),n.toString(16).padStart(2,"0")}function tt(e){var n=function(e){return e?"".concat(Jn).concat(nt({withoutSession:!1})).concat(e).concat(g(5)):"".concat(Jn).concat(nt({withoutSession:!0})).concat(g(13))}(He),t=function(e){var n=ce(e).toString(16).padStart(8,"0");return"".concat(n).concat(g(4))}(n),r=[];return Yn(r,ye,t),{traceId:n,spanId:t,name:e,kind:3,startTimeUnixNano:x(),attributes:r,events:[],links:[],status:{code:0}}}function rt(e,n,t){var r=e;if(!r.endTimeUnixNano)return n&&(r.status=n),r.endTimeUnixNano=null!=t?String(Math.round(parseInt(r.startTimeUnixNano)+t)):x(),r;u("Attempting to end already ended span. Dropping...",r)}function ot(e,n,t,r){var o=void 0,i=void 0;"string"==typeof t?o=t:Array.isArray(t)&&(i=t),e.events.push({name:n,timeUnixNano:null!=o?o:x(),attributes:null!=i?i:[]})}function it(e,t,r){var o=function(e){return e?Array.isArray(e)?function(n){return[].concat(U(e),[n]).join(".")}:function(n){return"".concat(e,".").concat(n)}:function(e){return e}}(r);try{var i=ne(t);i.username&&(i.username="REDACTED"),i.password&&(i.password="REDACTED");var a=ve.urlAttributeScrubber(A(A(A(A(A(A({},Ve,i.href),"url.path",i.pathname),"url.domain",i.hostname),"url.scheme",i.protocol.replace(":","")),"url.fragment",i.hash?i.hash.replace("#",""):void 0),"url.query",i.search?i.search.replace("?",""):void 0));Object.entries(a).forEach((function(n){var t=w(n,2),r=t[0],i=t[1];void 0!==i&&Yn(e,o(r),i)}))}catch(r){ve.urlAttributeScrubber===n&&Yn(e,o(Ve),String(t))}}var at=null!=y&&"function"==typeof y.getItem&&"function"==typeof y.setItem;var lt="d0_tab",ut=null;function st(){if(at)try{var e=function(e){return at&&y?y.getItem(e):null}(lt);if(e)return void(ut=e);ut=g(8),function(e,n){at&&y&&y.setItem(e,n)}(lt,ut)}catch(e){a("Failed to record tab ID information",e)}else u("Storage API is not available and tab tracking is therefore not supported.")}function ct(e,n){var t,r,o,i,a;void 0===e.find((function(e){return e.key===ye}))&&Yn(e,ye,g(8));for(var l=0;l<ve.signalAttributes.length;l++)e.push(ve.signalAttributes[l]);it(e,null!==(t=null!==(r=null==n?void 0:n.url)&&void 0!==r?r:null==d?void 0:d.location.href)&&void 0!==t?t:J,"page"),He&&Yn(e,"session.id",He),ut&&Yn(e,"browser.tab.id",ut),Yn(e,"browser.window.width",null!==(o=null==d?void 0:d.innerWidth)&&void 0!==o?o:J),Yn(e,"browser.window.height",null!==(i=null==d?void 0:d.innerHeight)&&void 0!==i?i:J);var u=null==p||null===(a=p.connection)||void 0===a?void 0:a.effectiveType;u&&Yn(e,"network.connection.subtype",u)}function vt(){!function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};dn((function(){var t,r=vn(),o=$e("LCP"),i=en(n,Ln),a=function(e){n.reportAllChanges||(e=e.slice(-1));var a,l=O(e);try{for(l.s();!(a=l.n()).done;){var u=a.value;i.h(u),u.startTime<r.firstHiddenTime&&(o.value=Math.max(u.startTime-Ze(),0),o.entries=[u],t())}}catch(e){l.e(e)}finally{l.f()}},l=rn("largest-contentful-paint",a);if(l){t=ze(e,o,Nn,n.reportAllChanges);for(var u=on((function(){a(l.takeRecords()),l.disconnect(),t(!0)})),s=0,c=["keydown","click","visibilitychange"];s<c.length;s++)addEventListener(c[s],(function(){return In(u)}),{capture:!0,once:!0});qe((function(r){o=$e("LCP"),t=ze(e,o,Nn,n.reportAllChanges),Qe((function(){o.value=performance.now()-r.timeStamp,t(!0)}))}))}}))}(dt,{reportAllChanges:!0}),Cn(dt,{reportAllChanges:!0}),En(dt,{reportAllChanges:!0})}function dt(e){var n=[];Yn(n,me,Pe.WEB_VITAL);var t=[];Yn(t,"name",e.name),Yn(t,"value",ee(e.value)),Yn(t,"delta",ee(e.delta));var r={timeUnixNano:x(),attributes:n,severityNumber:we.INFO,severityText:"INFO",body:{kvlistValue:{values:t}}};ct(r.attributes),kn(r)}function ft(e,n){for(var t=0,r=e.length;t<r;t++)if(e[t].test(n))return!0;return!1}var pt="data:";function Et(e){return!e||(!(e=String(e))||(null==e.substring||e.substring(0,5).toLowerCase()===pt||(!!function(e){for(var n=e.toLowerCase(),t=0,r=ve.endpoints.length;t<r;t++){var o=ve.endpoints[t];if(n.startsWith(o.url))return!0}return!1}(e)||ft(ve.ignoreUrls,e))))}var ht,_t=0,mt=0,yt={},Tt=!1;function gt(){Tt=!0}function Rt(e,n){e&&It("string"==typeof e?{message:e,opts:n}:{message:e.message,type:e.name,stack:e.stack,opts:n})}function It(e){var n=e.message,t=e.type,r=e.stack,o=e.opts;if(n&&!(_t>100)&&!function(e){return!e||ft(ve.ignoreErrorMessages,e)}(n)){mt>=20&&(yt={},mt=0);var i=(n=String(n).substring(0,300))+(r=function(e){return String(e||"").split("\n").slice(0,30).join("\n")}(r))+(null==d?void 0:d.location.href),a=yt[i];if(a)a.seenCount++;else{var l=[];ct(l),Yn(l,me,Pe.ERROR),Yn(l,Se,n),t&&Yn(l,Oe,t),r&&Yn(l,Ae,r),null!=o&&o.componentStack&&Yn(l,"exception.component_stack",null==o?void 0:o.componentStack.substring(0,2048)),Xn(l,null==o?void 0:o.attributes),a={seenCount:1,transmittedCount:0,log:{timeUnixNano:x(),attributes:l,severityNumber:we.ERROR,severityText:"ERROR",body:{stringValue:n}}},yt[i]=a,mt++}!function(){if(ht)return;ht=setTimeout(bt,1e3)}()}}function bt(){for(var e in ht&&(clearTimeout(ht),ht=null),yt)if(v(yt,e)){var n=yt[e];n.seenCount>n.transmittedCount&&(kn(n.log),_t++)}yt={},mt=0}var Ct="Unhandled promise rejection: ",Lt="<unavailable because Promise wasn't rejected with an Error object>";function Nt(e){null==e.reason?Rt({message:Ct+"<no reason defined>",stack:Lt}):"string"==typeof e.reason.message?Rt({message:Ct+e.reason.message,stack:"string"==typeof e.reason.stack?e.reason.stack:Lt}):"object"!==M(e.reason)&&Rt({message:Ct+e.reason,stack:Lt})}var St="__dash0OriginalFunctions";function Ot(e,n){for(var t=e[St],r=0;r<t.length;r++){if(At(t[r].valuesForEqualityCheck,n))return r}return-1}function At(e,n){if(e.length!==n.length)return!1;for(var t=0;t<e.length;t++)if(e[t]!==n[t])return!1;return!0}function Vt(e,n,t,r,o){return function(e,n,t){if(!e)return n;var r=e[St]=e[St]||[],o=Ot(e,t);return-1!==o?r[o].wrappedFunction:(r.push({wrappedFunction:n,valuesForEqualityCheck:t}),n)}(e,n,Pt(t,r,o))}function Pt(e,n,t){return[e,n,wt(t)]}function wt(e){return null!=e&&("object"===M(e)?Boolean(e.capture):Boolean(e))}function Ut(e,n,t,r,o){return function(e,n,t){var r=null==e?void 0:e[St];if(null==r)return t;var o=Ot(e,n);if(-1===o)return t;var i=r[o];return r.splice(o,1),i.wrappedFunction}(e,Pt(n,t,r),o)}function Dt(){ve.wrapEventHandlers&&function(e){if(!e||"function"!=typeof e.prototype.addEventListener||"function"!=typeof e.prototype.removeEventListener)return;var n=e.prototype.addEventListener,t=e.prototype.removeEventListener;e.prototype.addEventListener=function(e,t,r){if("function"!=typeof t)return n.apply(this,arguments);for(var o=new Array(arguments.length),i=0;i<arguments.length;i++)o[i]=arguments[i];return o[1]=function(){try{return t.apply(this,arguments)}catch(e){throw Rt(e),gt(),e}},o[1]=Vt(this,o[1],e,t,r),n.apply(this,o)},e.prototype.removeEventListener=function(e,n,r){if("function"!=typeof n)return t.apply(this,arguments);for(var o=new Array(arguments.length),i=0;i<arguments.length;i++)o[i]=arguments[i];return o[1]=Ut(this,e,n,r,n),t.apply(this,o)}}(null==d?void 0:d.EventTarget)}function Mt(e){var n=null==d?void 0:d[e];"function"==typeof n&&(d[e]=function(e){for(var t=new Array(arguments.length),r=0;r<arguments.length;r++)t[r]=arguments[r];return t[0]=function(e){if("function"!=typeof e)return e;return function(){try{return e.apply(this,arguments)}catch(e){throw reportError(e),gt(),e}}}(e),n.apply(this,t)})}function Gt(){!function(){if(d){var e=d.onerror;d.onerror=function(n,t,r,o,i){if(Tt)return Tt=!1,"function"==typeof e?e.apply(this,arguments):void 0;var a=i&&i.stack;return a||(a="at "+t+" "+r,null!=o&&(a+=":"+o)),It({message:String(n),stack:a}),"function"==typeof e?e.apply(this,arguments):void 0}}}(),"function"==typeof(null==d?void 0:d.addEventListener)&&d.addEventListener("unhandledrejection",Nt),Dt(),function(){if(ve.wrapTimers){if(H)return void a("We discovered a usage of Zone.js. In order to avoid any incompatibility issues timer wrapping is not going to be enabled.");Mt("setTimeout"),Mt("setInterval")}}()}var Bt=["GET","HEAD","POST","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"];function xt(e){return Bt.includes(e)}function kt(e,n){var t=0!==n.startTime;Ft(e,Q.FETCH_START,n,t),Ft(e,Q.DOMAIN_LOOKUP_START,n,t),Ft(e,Q.DOMAIN_LOOKUP_END,n,t),Ft(e,Q.CONNECT_START,n,t),Ft(e,Q.SECURE_CONNECTION_START,n,t),Ft(e,Q.CONNECT_END,n,t),Ft(e,Q.REQUEST_START,n,t),Ft(e,Q.RESPONSE_START,n,t),Ft(e,Q.RESPONSE_END,n,t)}function Ft(e,n,t){var r,o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];!(n in t)||"number"!=typeof t[n]||o&&0===t[n]||ot(e,n,(r=t[n],String(Math.round(1e6*(r+F())))))}function jt(e,n){var t=n.encodedBodySize;null!=t&&Yn(e.attributes,"http.response.body.size",t)}function Ht(e){return function(){var n=L(P().mark((function n(t,r){var o,i,a,l,s,c,v,d,f,p,E,h,_,m,y,T;return P().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a=r?Object.assign({},r):r,l=null,null!==(o=a)&&void 0!==o&&o.body&&(l=a.body,a.body=void 0),s=new Request(t,a),l&&a&&(a.body=l),!Et(c=s.url)){n.next=9;break}return u("Not creating span for fetch call because the url is ignored, URL: ".concat(c)),n.abrupt("return",e(t instanceof Request?s:t,r));case 9:return v=null!==(i=s.method)&&void 0!==i?i:"GET",d=xt(v),f=xt(v.toUpperCase()),p=f?v.toUpperCase():"_OTHER",ct((E=tt("HTTP ".concat(p))).attributes),it(E.attributes,c),Wt(t,r),Yn(E.attributes,"http.request.method",p),d||Yn(E.attributes,"http.request.method_original",v),h=Kt(c),h.length>0&&(null!==(_=a)&&void 0!==_&&_.headers?(a.headers=new Headers(a.headers),Zt(a.headers.append,a.headers,E,h)):t instanceof Request?Zt(s.headers.append,s.headers,E,h):(a||(a={}),a.headers=new Headers,Zt(a.headers.append,a.headers,E,h))),Yt(s.headers,E,(function(e){return n=e,"".concat("http.request.header",".").concat(n.toLowerCase());var n})),(m=Z({resourceMatcher:function(e){var n=e.initiatorType,t=e.name;return("fetch"===n||"xmlhttprequest"===n)&&t===ne(c).href},maxWaitForResourceMillis:ve.maxWaitForResourceTimingsMillis,maxToleranceForResourceTimingsMillis:ve.maxToleranceForResourceTimingsMillis,onEnd:function(e){var n=e.duration,t=e.resource;t&&(kt(E,t),jt(E,t)),Fn(rt(E,void 0,1e6*n))}})).start(),n.prev=25,n.next=28,e(t instanceof Request?s:t,a);case 28:return y=n.sent,Xt(E,y),n.abrupt("return",qt(y,ve.maxToleranceForResourceTimingsMillis,(function(){return m.end()}),(function(e){var n;m.cancel(),null!==(n=s.signal)&&void 0!==n&&n.aborted?Qt(E):zt(E,e)})));case 33:throw n.prev=33,n.t0=n.catch(25),m.cancel(),null!==(T=s.signal)&&void 0!==T&&T.aborted?Qt(E):zt(E,n.t0),n.t0;case 38:case"end":return n.stop()}}),n,null,[[25,33]])})));return function(e,t){return n.apply(this,arguments)}}()}function Wt(e,n,t){try{return void 0}catch(t){u("failed to analyze request for GraphQL insights",t,e,n)}}function Yt(e,n,t){try{if(!ve.headersToCapture.length)return;e.forEach((function(e,r){ve.headersToCapture.some((function(e){return e.test(r)}))&&Yn(n.attributes,t(r),e)}))}catch(e){u("unable to capture http headers due to CORS policy")}}function Xt(e,n){var t=n.status;!function(e,n,t){e.status={code:n,message:t}}(e,t>=200&&t<400?0:2),0===t&&Yn(e.attributes,"error.type",n.type),Yn(e.attributes,"http.response.status_code",String(t)),Yt(n.headers,e,(function(e){return n=e,"".concat("http.response.header",".").concat(n.toLowerCase());var n}))}function qt(e,n,t,r){var o,i,a=h.now(),l=e.body;if(!(l&&(o=e,i=o.status,i>=200&&204!=i&&205!=i&&304!=i)))return t(),e;var u=!1,s=function(e){u||(t(e),u=!0)},c=function(e){u||(r(e),u=!0)},v=W((function(){return s(a)}),n),d=l.getReader(),f=new ReadableStream({pull:function(e){return L(P().mark((function t(){var r,o;return P().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,Y(v),t.next=4,d.read();case 4:r=t.sent,o=r.value,r.done?(d.releaseLock(),e.close(),s()):(a=h.now(),v=W((function(){return s(a)}),n),e.enqueue(o)),t.next=15;break;case 10:t.prev=10,t.t0=t.catch(0),c(t.t0),e.error(t.t0);try{d.releaseLock()}catch(e){}case 15:case"end":return t.stop()}}),t,null,[[0,10]])})))()},cancel:function(e){return Y(v),s(),d.cancel(e)}});return new Response(f,{status:e.status,statusText:e.statusText,headers:e.headers})}function zt(e,n){!function(e,n){var t=[];"string"==typeof n?Yn(t,Se,n):n&&(n.code?Yn(t,Oe,n.code.toString()):n.name&&Yn(t,Oe,n.name),n.message&&Yn(t,Se,n.message),n.stack&&Yn(t,Ae,n.stack),ot(e,"exception",t))}(e,n),Fn(rt(e,function(e){return{code:2,message:e&&"object"===M(e)&&"message"in e?e.message:String(e)}}(n),void 0))}function Qt(e){Yn(e.attributes,"dash0.web.request.cancelled",!0),Fn(rt(e,void 0,void 0))}function Kt(e){var n=[];if(te(e)){if(n.push("traceparent"),ve.propagators){var t,r=O(ve.propagators);try{for(r.s();!(t=r.n()).done;){var o=t.value;"traceparent"===o.type||n.includes(o.type)||n.push(o.type)}}catch(e){r.e(e)}finally{r.f()}}return n}if(ve.propagators){var i,a=O(ve.propagators);try{for(a.s();!(i=a.n()).done;){var l=i.value;ft(l.match,e)&&(n.includes(l.type)||n.push(l.type))}}catch(e){a.e(e)}finally{a.f()}return n}return[]}function Zt(e,n,t,r){var o,i=O(r);try{for(i.s();!(o=i.n()).done;){"xray"===o.value?$n(e,n,t):Zn(e,n,t)}}catch(e){i.e(e)}finally{i.f()}}function $t(e,n,t,r){var o,i,a=function(e){var n,t,r;return e&&null!==(n=null===(t=(r=ve.pageViewInstrumentation).generateMetadata)||void 0===t?void 0:t.call(r,e))&&void 0!==n?n:{}}(n),l=[];Yn(l,me,Pe.PAGE_VIEW),a.attributes&&Object.entries(a.attributes).forEach((function(e){var n=w(e,2),t=n[0],r=n[1];return Yn(l,t,r)})),ct(l,{url:n});var u=[];Yn(u,"title",null!==(o=null!==(i=a.title)&&void 0!==i?i:null==f?void 0:f.title)&&void 0!==o?o:J),null!=f&&f.referrer&&Yn(u,"referrer",f.referrer),Yn(u,"type",t?De:Ue),Yn(u,"change_state",r?Ge:Me);var s={timeUnixNano:e,attributes:l,severityNumber:we.INFO,severityText:"INFO",body:{kvlistValue:{values:u}}},c=Kn();c&&(s.traceId=c.traceId,s.spanId=c.spanId),kn(s)}function Jt(){var e=null==d?void 0:d.performance.getEntriesByType("navigation")[0];if(e){var n=[];Yn(n,me,Pe.NAVIGATION_TIMING);var t=[];Yn(t,"name",e.name),er(t,e,"responseStatus"),er(t,e,"fetchStart"),er(t,e,"requestStart"),er(t,e,"responseStart"),er(t,e,"domInteractive"),er(t,e,"domContentLoadedEventEnd"),er(t,e,"domComplete"),er(t,e,"loadEventEnd"),er(t,e,"transferSize"),er(t,e,"encodedBodySize"),er(t,e,"decodedBodySize");var r={timeUnixNano:nr(),attributes:n,severityNumber:we.INFO,severityText:"INFO",body:{kvlistValue:{values:t}}};ct(r.attributes);var o=Kn();o&&(r.traceId=o.traceId,r.spanId=o.spanId),kn(r)}else u("Navigation timings not available. Cannot emit navigation timing log")}function er(e,n,t){var r=n[t];"number"!=typeof r||isNaN(r)||Yn(e,t,Number.isInteger(r)?r:ee(r))}function nr(){return k(Math.round(F()))}var tr={},rr=!1,or=!1;function ir(){lr(null==d?void 0:d.location.href)}function ar(e){lr(e.newURL)}function lr(e,n){var t;if(e)try{var r=new URL(e,null==d?void 0:d.location.href);((t=r).pathname!==tr.path||or&&t.search!==tr.search||rr&&t.hash!==tr.hash)&&(ur(r),$t(x(),r,!0,Boolean(n)))}catch(e){u("Failed to handle url change",e)}}function ur(e){tr.path=e.pathname,tr.search=e.search,tr.hash=e.hash}function sr(){!function(){try{$t(nr(),null!=d&&d.location.href?new URL(null==d?void 0:d.location.href):void 0)}catch(e){l("Failed to transmit initial page view event",e)}if("complete"===(null==f?void 0:f.readyState))return Jt();d&&R(d,"load",(function(){setTimeout(Jt,0)}))}(),function(){var e,n,t,r;if(d&&d.history){if(ve.pageViewInstrumentation.trackVirtualPageViews){or=null!==(e=null===(n=ve.pageViewInstrumentation.includeParts)||void 0===n?void 0:n.includes("SEARCH"))&&void 0!==e&&e,rr=null!==(t=null===(r=ve.pageViewInstrumentation.includeParts)||void 0===r?void 0:r.includes("HASH"))&&void 0!==t&&t,ie(d.history,"replaceState",(function(e){return function(n,t,r){return lr(r?String(r):void 0,!0),e.apply(this,[n,t,r])}})),ie(d.history,"pushState",(function(e){return function(n,t,r){return lr(r?String(r):void 0),e.apply(this,[n,t,r])}})),d.addEventListener("hashchange",ar),d.addEventListener("popstate",ir);try{ur(new URL(d.location.href))}catch(e){}}}else u("Browser does not support history API, skipping instrumentation")}()}var cr=function(e){if("object"===M(e)&&null!==e){if("function"==typeof Object.getPrototypeOf){var n=Object.getPrototypeOf(e);return n===Object.prototype||null===n}return"[object Object]"===Object.prototype.toString.call(e)}return!1},vr=function(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];return n.reduce((function(e,n){if(void 0===n)return e;if(Array.isArray(n))throw new TypeError("Arguments provided to ts-deepmerge must be objects, not arrays.");return Object.keys(n).forEach((function(t){["__proto__","constructor","prototype"].includes(t)||(Array.isArray(e[t])&&Array.isArray(n[t])?e[t]=vr.options.mergeArrays?vr.options.uniqueArrayItems?Array.from(new Set(e[t].concat(n[t]))):[].concat(U(e[t]),U(n[t])):n[t]:cr(e[t])&&cr(n[t])?e[t]=vr(e[t],n[t]):!cr(e[t])&&cr(n[t])?e[t]=vr(n[t],void 0):e[t]=void 0===n[t]?vr.options.allowUndefinedOverrides?n[t]:e[t]:n[t])})),e}),{})},dr={allowUndefinedOverrides:!0,mergeArrays:!0,uniqueArrayItems:!0};function fr(){for(var e=arguments.length,n=new Array(e),t=0;t<e;t++)n[t]=arguments[t];for(var r=0,o=n;r<o.length;r++){var i=o[r];if(i)return i}}vr.options=dr,vr.withOptions=function(e){vr.options=Object.assign(Object.assign({},dr),e);for(var n=arguments.length,t=new Array(n>1?n-1:0),r=1;r<n;r++)t[r-1]=arguments[r];var o=vr.apply(void 0,t);return vr.options=dr,o};var pr={providerName:"vcs.provider.name",ownerName:"vcs.owner.name",repositoryName:"vcs.repository.name",repositoryUrlFull:"vcs.repository.url.full",refHeadName:"vcs.ref.head.name",refHeadRevision:"vcs.ref.head.revision",changeId:"vcs.change.id"};function Er(e){for(var n=function(e){var n,t,r,o,i,a,l,u,s,c,v,d,f,p,E,h=null!==(n=e.vcs)&&void 0!==n?n:{};if(e.disableVcsDetection)return h;var _=function(){var e,n,t,r,o,i;try{var a,l,u,s,c,v,d,f,p,E,h,_,m,y,T,g,R,I,b,C,L,N,S,O,A,V,P,w,U,D,M,G,B,x,k,F,j,H,W,Y,X,q,z,Q,K,Z,$,J,ee,ne,te,re,oe,ie,ae,le,ue,se,ce,ve;e=fr(null===(a=process)||void 0===a||null===(a=a.env)||void 0===a?void 0:a.NEXT_PUBLIC_VERCEL_GIT_PROVIDER,null===(l=process)||void 0===l||null===(l=l.env)||void 0===l?void 0:l.NUXT_PUBLIC_VERCEL_GIT_PROVIDER,null===(u=process)||void 0===u||null===(u=u.env)||void 0===u?void 0:u.NUXT_ENV_VERCEL_GIT_PROVIDER,null===(s=process)||void 0===s||null===(s=s.env)||void 0===s?void 0:s.REACT_APP_VERCEL_GIT_PROVIDER,null===(c=process)||void 0===c||null===(c=c.env)||void 0===c?void 0:c.GATSBY_VERCEL_GIT_PROVIDER,null===(v=process)||void 0===v||null===(v=v.env)||void 0===v?void 0:v.VITE_VERCEL_GIT_PROVIDER,null===(d=process)||void 0===d||null===(d=d.env)||void 0===d?void 0:d.PUBLIC_VERCEL_GIT_PROVIDER,null===(f=process)||void 0===f||null===(f=f.env)||void 0===f?void 0:f.VUE_APP_VERCEL_GIT_PROVIDER,null===(p=process)||void 0===p||null===(p=p.env)||void 0===p?void 0:p.REDWOOD_ENV_VERCEL_GIT_PROVIDER,null===(E=process)||void 0===E||null===(E=E.env)||void 0===E?void 0:E.SANITY_STUDIO_VERCEL_GIT_PROVIDER),n=fr(null===(h=process)||void 0===h||null===(h=h.env)||void 0===h?void 0:h.NEXT_PUBLIC_VERCEL_GIT_REPO_OWNER,null===(_=process)||void 0===_||null===(_=_.env)||void 0===_?void 0:_.NUXT_PUBLIC_VERCEL_GIT_REPO_OWNER,null===(m=process)||void 0===m||null===(m=m.env)||void 0===m?void 0:m.NUXT_ENV_VERCEL_GIT_REPO_OWNER,null===(y=process)||void 0===y||null===(y=y.env)||void 0===y?void 0:y.REACT_APP_VERCEL_GIT_REPO_OWNER,null===(T=process)||void 0===T||null===(T=T.env)||void 0===T?void 0:T.GATSBY_VERCEL_GIT_REPO_OWNER,null===(g=process)||void 0===g||null===(g=g.env)||void 0===g?void 0:g.VITE_VERCEL_GIT_REPO_OWNER,null===(R=process)||void 0===R||null===(R=R.env)||void 0===R?void 0:R.PUBLIC_VERCEL_GIT_REPO_OWNER,null===(I=process)||void 0===I||null===(I=I.env)||void 0===I?void 0:I.VUE_APP_VERCEL_GIT_REPO_OWNER,null===(b=process)||void 0===b||null===(b=b.env)||void 0===b?void 0:b.REDWOOD_ENV_VERCEL_GIT_REPO_OWNER,null===(C=process)||void 0===C||null===(C=C.env)||void 0===C?void 0:C.SANITY_STUDIO_VERCEL_GIT_REPO_OWNER),t=fr(null===(L=process)||void 0===L||null===(L=L.env)||void 0===L?void 0:L.NEXT_PUBLIC_VERCEL_GIT_REPO_SLUG,null===(N=process)||void 0===N||null===(N=N.env)||void 0===N?void 0:N.NUXT_PUBLIC_VERCEL_GIT_REPO_SLUG,null===(S=process)||void 0===S||null===(S=S.env)||void 0===S?void 0:S.NUXT_ENV_VERCEL_GIT_REPO_SLUG,null===(O=process)||void 0===O||null===(O=O.env)||void 0===O?void 0:O.REACT_APP_VERCEL_GIT_REPO_SLUG,null===(A=process)||void 0===A||null===(A=A.env)||void 0===A?void 0:A.GATSBY_VERCEL_GIT_REPO_SLUG,null===(V=process)||void 0===V||null===(V=V.env)||void 0===V?void 0:V.VITE_VERCEL_GIT_REPO_SLUG,null===(P=process)||void 0===P||null===(P=P.env)||void 0===P?void 0:P.PUBLIC_VERCEL_GIT_REPO_SLUG,null===(w=process)||void 0===w||null===(w=w.env)||void 0===w?void 0:w.VUE_APP_VERCEL_GIT_REPO_SLUG,null===(U=process)||void 0===U||null===(U=U.env)||void 0===U?void 0:U.REDWOOD_ENV_VERCEL_GIT_REPO_SLUG,null===(D=process)||void 0===D||null===(D=D.env)||void 0===D?void 0:D.SANITY_STUDIO_VERCEL_GIT_REPO_SLUG),r=fr(null===(M=process)||void 0===M||null===(M=M.env)||void 0===M?void 0:M.NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF,null===(G=process)||void 0===G||null===(G=G.env)||void 0===G?void 0:G.NUXT_PUBLIC_VERCEL_GIT_COMMIT_REF,null===(B=process)||void 0===B||null===(B=B.env)||void 0===B?void 0:B.NUXT_ENV_VERCEL_GIT_COMMIT_REF,null===(x=process)||void 0===x||null===(x=x.env)||void 0===x?void 0:x.REACT_APP_VERCEL_GIT_COMMIT_REF,null===(k=process)||void 0===k||null===(k=k.env)||void 0===k?void 0:k.GATSBY_VERCEL_GIT_COMMIT_REF,null===(F=process)||void 0===F||null===(F=F.env)||void 0===F?void 0:F.VITE_VERCEL_GIT_COMMIT_REF,null===(j=process)||void 0===j||null===(j=j.env)||void 0===j?void 0:j.PUBLIC_VERCEL_GIT_COMMIT_REF,null===(H=process)||void 0===H||null===(H=H.env)||void 0===H?void 0:H.VUE_APP_VERCEL_GIT_COMMIT_REF,null===(W=process)||void 0===W||null===(W=W.env)||void 0===W?void 0:W.REDWOOD_ENV_VERCEL_GIT_COMMIT_REF,null===(Y=process)||void 0===Y||null===(Y=Y.env)||void 0===Y?void 0:Y.SANITY_STUDIO_VERCEL_GIT_COMMIT_REF),o=fr(null===(X=process)||void 0===X||null===(X=X.env)||void 0===X?void 0:X.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA,null===(q=process)||void 0===q||null===(q=q.env)||void 0===q?void 0:q.NUXT_PUBLIC_VERCEL_GIT_COMMIT_SHA,null===(z=process)||void 0===z||null===(z=z.env)||void 0===z?void 0:z.NUXT_ENV_VERCEL_GIT_COMMIT_SHA,null===(Q=process)||void 0===Q||null===(Q=Q.env)||void 0===Q?void 0:Q.REACT_APP_VERCEL_GIT_COMMIT_SHA,null===(K=process)||void 0===K||null===(K=K.env)||void 0===K?void 0:K.GATSBY_VERCEL_GIT_COMMIT_SHA,null===(Z=process)||void 0===Z||null===(Z=Z.env)||void 0===Z?void 0:Z.VITE_VERCEL_GIT_COMMIT_SHA,null===($=process)||void 0===$||null===($=$.env)||void 0===$?void 0:$.PUBLIC_VERCEL_GIT_COMMIT_SHA,null===(J=process)||void 0===J||null===(J=J.env)||void 0===J?void 0:J.VUE_APP_VERCEL_GIT_COMMIT_SHA,null===(ee=process)||void 0===ee||null===(ee=ee.env)||void 0===ee?void 0:ee.REDWOOD_ENV_VERCEL_GIT_COMMIT_SHA,null===(ne=process)||void 0===ne||null===(ne=ne.env)||void 0===ne?void 0:ne.SANITY_STUDIO_VERCEL_GIT_COMMIT_SHA),i=fr(null===(te=process)||void 0===te||null===(te=te.env)||void 0===te?void 0:te.NEXT_PUBLIC_VERCEL_GIT_PULL_REQUEST_ID,null===(re=process)||void 0===re||null===(re=re.env)||void 0===re?void 0:re.NUXT_PUBLIC_VERCEL_GIT_PULL_REQUEST_ID,null===(oe=process)||void 0===oe||null===(oe=oe.env)||void 0===oe?void 0:oe.NUXT_ENV_VERCEL_GIT_PULL_REQUEST_ID,null===(ie=process)||void 0===ie||null===(ie=ie.env)||void 0===ie?void 0:ie.REACT_APP_VERCEL_GIT_PULL_REQUEST_ID,null===(ae=process)||void 0===ae||null===(ae=ae.env)||void 0===ae?void 0:ae.GATSBY_VERCEL_GIT_PULL_REQUEST_ID,null===(le=process)||void 0===le||null===(le=le.env)||void 0===le?void 0:le.VITE_VERCEL_GIT_PULL_REQUEST_ID,null===(ue=process)||void 0===ue||null===(ue=ue.env)||void 0===ue?void 0:ue.PUBLIC_VERCEL_GIT_PULL_REQUEST_ID,null===(se=process)||void 0===se||null===(se=se.env)||void 0===se?void 0:se.VUE_APP_VERCEL_GIT_PULL_REQUEST_ID,null===(ce=process)||void 0===ce||null===(ce=ce.env)||void 0===ce?void 0:ce.REDWOOD_ENV_VERCEL_GIT_PULL_REQUEST_ID,null===(ve=process)||void 0===ve||null===(ve=ve.env)||void 0===ve?void 0:ve.SANITY_STUDIO_VERCEL_GIT_PULL_REQUEST_ID)}catch(e){}return{providerName:e,ownerName:n,repositoryName:t,repositoryUrlFull:hr(e,n,t),refHeadName:r,refHeadRevision:o,changeId:i}}(),m=function(){var e,n,t,r;try{var o,i,a,l,u,s,c,v,d,f,p,E,h,_,m,y,T,g,R,I,b,C,L,N,S,O,A,V,P,U,D,M,G,B,x,k,F,j,H,W;e=fr(null===(o=process)||void 0===o||null===(o=o.env)||void 0===o?void 0:o.NEXT_PUBLIC_REPOSITORY_URL,null===(i=process)||void 0===i||null===(i=i.env)||void 0===i?void 0:i.NUXT_PUBLIC_REPOSITORY_URL,null===(a=process)||void 0===a||null===(a=a.env)||void 0===a?void 0:a.NUXT_ENV_REPOSITORY_URL,null===(l=process)||void 0===l||null===(l=l.env)||void 0===l?void 0:l.REACT_APP_REPOSITORY_URL,null===(u=process)||void 0===u||null===(u=u.env)||void 0===u?void 0:u.GATSBY_REPOSITORY_URL,null===(s=process)||void 0===s||null===(s=s.env)||void 0===s?void 0:s.VITE_REPOSITORY_URL,null===(c=process)||void 0===c||null===(c=c.env)||void 0===c?void 0:c.PUBLIC_REPOSITORY_URL,null===(v=process)||void 0===v||null===(v=v.env)||void 0===v?void 0:v.VUE_APP_REPOSITORY_URL,null===(d=process)||void 0===d||null===(d=d.env)||void 0===d?void 0:d.REDWOOD_ENV_REPOSITORY_URL,null===(f=process)||void 0===f||null===(f=f.env)||void 0===f?void 0:f.SANITY_STUDIO_REPOSITORY_URL),n=fr(null===(p=process)||void 0===p||null===(p=p.env)||void 0===p?void 0:p.NEXT_PUBLIC_BRANCH,null===(E=process)||void 0===E||null===(E=E.env)||void 0===E?void 0:E.NUXT_PUBLIC_BRANCH,null===(h=process)||void 0===h||null===(h=h.env)||void 0===h?void 0:h.NUXT_ENV_BRANCH,null===(_=process)||void 0===_||null===(_=_.env)||void 0===_?void 0:_.REACT_APP_BRANCH,null===(m=process)||void 0===m||null===(m=m.env)||void 0===m?void 0:m.GATSBY_BRANCH,null===(y=process)||void 0===y||null===(y=y.env)||void 0===y?void 0:y.VITE_BRANCH,null===(T=process)||void 0===T||null===(T=T.env)||void 0===T?void 0:T.PUBLIC_BRANCH,null===(g=process)||void 0===g||null===(g=g.env)||void 0===g?void 0:g.VUE_APP_BRANCH,null===(R=process)||void 0===R||null===(R=R.env)||void 0===R?void 0:R.REDWOOD_ENV_BRANCH,null===(I=process)||void 0===I||null===(I=I.env)||void 0===I?void 0:I.SANITY_STUDIO_BRANCH),t=fr(null===(b=process)||void 0===b||null===(b=b.env)||void 0===b?void 0:b.NEXT_PUBLIC_COMMIT_REF,null===(C=process)||void 0===C||null===(C=C.env)||void 0===C?void 0:C.NUXT_PUBLIC_COMMIT_REF,null===(L=process)||void 0===L||null===(L=L.env)||void 0===L?void 0:L.NUXT_ENV_COMMIT_REF,null===(N=process)||void 0===N||null===(N=N.env)||void 0===N?void 0:N.REACT_APP_COMMIT_REF,null===(S=process)||void 0===S||null===(S=S.env)||void 0===S?void 0:S.GATSBY_COMMIT_REF,null===(O=process)||void 0===O||null===(O=O.env)||void 0===O?void 0:O.VITE_COMMIT_REF,null===(A=process)||void 0===A||null===(A=A.env)||void 0===A?void 0:A.PUBLIC_COMMIT_REF,null===(V=process)||void 0===V||null===(V=V.env)||void 0===V?void 0:V.VUE_APP_COMMIT_REF,null===(P=process)||void 0===P||null===(P=P.env)||void 0===P?void 0:P.REDWOOD_ENV_COMMIT_REF,null===(U=process)||void 0===U||null===(U=U.env)||void 0===U?void 0:U.SANITY_STUDIO_COMMIT_REF),r=fr(null===(D=process)||void 0===D||null===(D=D.env)||void 0===D?void 0:D.NEXT_PUBLIC_REVIEW_ID,null===(M=process)||void 0===M||null===(M=M.env)||void 0===M?void 0:M.NUXT_PUBLIC_REVIEW_ID,null===(G=process)||void 0===G||null===(G=G.env)||void 0===G?void 0:G.NUXT_ENV_REVIEW_ID,null===(B=process)||void 0===B||null===(B=B.env)||void 0===B?void 0:B.REACT_APP_REVIEW_ID,null===(x=process)||void 0===x||null===(x=x.env)||void 0===x?void 0:x.GATSBY_REVIEW_ID,null===(k=process)||void 0===k||null===(k=k.env)||void 0===k?void 0:k.VITE_REVIEW_ID,null===(F=process)||void 0===F||null===(F=F.env)||void 0===F?void 0:F.PUBLIC_REVIEW_ID,null===(j=process)||void 0===j||null===(j=j.env)||void 0===j?void 0:j.VUE_APP_REVIEW_ID,null===(H=process)||void 0===H||null===(H=H.env)||void 0===H?void 0:H.REDWOOD_ENV_REVIEW_ID,null===(W=process)||void 0===W||null===(W=W.env)||void 0===W?void 0:W.SANITY_STUDIO_REVIEW_ID)}catch(e){}var Y=function(e){if(!e)return;var n,t;try{var r=new URL(e);n=r.host,t=r.pathname}catch(e){return}var o=function(e){for(var n=0,t=Object.entries(_r);n<t.length;n++){var r=w(t[n],2),o=r[0];if(r[1].includes(e))return o}return}(n);if(!o)return;var i=t.replace(/^\/+/,"").replace(/\.git$/,"").split("/");if(i.length<2)return;var a=i[0],l=i[i.length-1];return a&&l?{providerName:o,ownerName:a,repositoryName:l}:void 0}(e);return{providerName:null==Y?void 0:Y.providerName,ownerName:null==Y?void 0:Y.ownerName,repositoryName:null==Y?void 0:Y.repositoryName,repositoryUrlFull:e,refHeadName:n,refHeadRevision:t,changeId:r}}();return{providerName:null!==(t=null!==(r=h.providerName)&&void 0!==r?r:_.providerName)&&void 0!==t?t:m.providerName,ownerName:null!==(o=null!==(i=h.ownerName)&&void 0!==i?i:_.ownerName)&&void 0!==o?o:m.ownerName,repositoryName:null!==(a=null!==(l=h.repositoryName)&&void 0!==l?l:_.repositoryName)&&void 0!==a?a:m.repositoryName,repositoryUrlFull:null!==(u=null!==(s=h.repositoryUrlFull)&&void 0!==s?s:_.repositoryUrlFull)&&void 0!==u?u:m.repositoryUrlFull,refHeadName:null!==(c=null!==(v=h.refHeadName)&&void 0!==v?v:_.refHeadName)&&void 0!==c?c:m.refHeadName,refHeadRevision:null!==(d=null!==(f=h.refHeadRevision)&&void 0!==f?f:_.refHeadRevision)&&void 0!==d?d:m.refHeadRevision,changeId:null!==(p=null!==(E=h.changeId)&&void 0!==E?E:_.changeId)&&void 0!==p?p:m.changeId}}(e),t=0,r=Object.keys(pr);t<r.length;t++){var o=r[t],i=n[o];i&&Yn(ve.resource.attributes,pr[o],i)}}function hr(e,n,t){if(e&&n&&t){var r=function(e){var n;return null===(n=_r[e])||void 0===n?void 0:n[0]}(e);if(r)return"https://".concat(r,"/").concat(n,"/").concat(t)}}var _r={github:["github.com","gist.github.com"],gitlab:["gitlab.com"],bitbucket:["bitbucket.org"]};var mr=!1;function yr(e){if(mr)u("Dash0 SDK is being reinitialized, skipping ...");else if(null!=d)if("function"==typeof _&&h&&h.getEntriesByType){var n,t,r=e.serviceName.trim();if(r){if(!1!==e.rejectSuspiciousServiceName&&(t=r,re.test(t))){var o;u("serviceName contains disallowed characters. Falling back to location.hostname."),e.serviceName=null!==(o=null==E?void 0:E.hostname)&&void 0!==o?o:"unknown"}}else u("Missing or empty serviceName value. Falling back to location.hostname."),e.serviceName=null!==(n=null==E?void 0:E.hostname)&&void 0!==n?n:"unknown";if(ve.endpoints=e.endpoint instanceof Array?e.endpoint:[e.endpoint],0!==ve.endpoints.length){if(Object.assign(ve,vr(ve,function(e,n){var t,r={},o=O(n);try{for(o.s();!(t=o.n()).done;){var i=t.value;i in e&&(r[i]=e[i])}}catch(e){o.e(e)}finally{o.f()}return r}(e,["ignoreUrls","ignoreErrorMessages","wrapEventHandlers","wrapTimers","propagateTraceHeadersCorsURLs","maxWaitForResourceTimingsMillis","maxToleranceForResourceTimingsMillis","headersToCapture","urlAttributeScrubber","pageViewInstrumentation","enableTransportCompression"]))),function(e){e.propagators?(e.propagateTraceHeadersCorsURLs&&a("Both 'propagators' and deprecated 'propagateTraceHeadersCorsURLs' were provided. Using 'propagators' configuration. Please migrate to the new 'propagators' config."),ve.propagators=e.propagators):e.propagateTraceHeadersCorsURLs&&e.propagateTraceHeadersCorsURLs.length>0?(a("'propagateTraceHeadersCorsURLs' is deprecated. Please use the new 'propagators' configuration."),ve.propagators=[{type:"traceparent",match:U(e.propagateTraceHeadersCorsURLs)}]):ve.propagators=[{type:"traceparent",match:[]}]}(e),function(e){Yn(ve.resource.attributes,de,e.serviceName),e.serviceNamespace&&Yn(ve.resource.attributes,fe,e.serviceNamespace);e.serviceVersion&&Yn(ve.resource.attributes,pe,e.serviceVersion);var n=function(e){if(e.environment)return e.environment;try{var n,t,r,o,i,a,l,u,s,c;return fr(null===(n=process)||void 0===n||null===(n=n.env)||void 0===n?void 0:n.NEXT_PUBLIC_VERCEL_ENV,null===(t=process)||void 0===t||null===(t=t.env)||void 0===t?void 0:t.NUXT_PUBLIC_VERCEL_ENV,null===(r=process)||void 0===r||null===(r=r.env)||void 0===r?void 0:r.NUXT_ENV_VERCEL_ENV,null===(o=process)||void 0===o||null===(o=o.env)||void 0===o?void 0:o.REACT_APP_VERCEL_ENV,null===(i=process)||void 0===i||null===(i=i.env)||void 0===i?void 0:i.GATSBY_VERCEL_ENV,null===(a=process)||void 0===a||null===(a=a.env)||void 0===a?void 0:a.VITE_VERCEL_ENV,null===(l=process)||void 0===l||null===(l=l.env)||void 0===l?void 0:l.PUBLIC_VERCEL_ENV,null===(u=process)||void 0===u||null===(u=u.env)||void 0===u?void 0:u.VUE_APP_VERCEL_ENV,null===(s=process)||void 0===s||null===(s=s.env)||void 0===s?void 0:s.REDWOOD_ENV_VERCEL_ENV,null===(c=process)||void 0===c||null===(c=c.env)||void 0===c?void 0:c.SANITY_STUDIO_VERCEL_ENV)}catch(e){return}}(e);n&&Yn(ve.resource.attributes,Ee,n);var t=function(e){if(e.deploymentName)return e.deploymentName;try{var n,t,r,o,i,a,l,u,s,c;return fr(null===(n=process)||void 0===n||null===(n=n.env)||void 0===n?void 0:n.NEXT_PUBLIC_VERCEL_TARGET_ENV,null===(t=process)||void 0===t||null===(t=t.env)||void 0===t?void 0:t.NUXT_PUBLIC_VERCEL_TARGET_ENV,null===(r=process)||void 0===r||null===(r=r.env)||void 0===r?void 0:r.NUXT_ENV_VERCEL_TARGET_ENV,null===(o=process)||void 0===o||null===(o=o.env)||void 0===o?void 0:o.REACT_APP_VERCEL_TARGET_ENV,null===(i=process)||void 0===i||null===(i=i.env)||void 0===i?void 0:i.GATSBY_VERCEL_TARGET_ENV,null===(a=process)||void 0===a||null===(a=a.env)||void 0===a?void 0:a.VITE_VERCEL_TARGET_ENV,null===(l=process)||void 0===l||null===(l=l.env)||void 0===l?void 0:l.PUBLIC_VERCEL_TARGET_ENV,null===(u=process)||void 0===u||null===(u=u.env)||void 0===u?void 0:u.VUE_APP_VERCEL_TARGET_ENV,null===(s=process)||void 0===s||null===(s=s.env)||void 0===s?void 0:s.REDWOOD_ENV_VERCEL_TARGET_ENV,null===(c=process)||void 0===c||null===(c=c.env)||void 0===c?void 0:c.SANITY_STUDIO_VERCEL_TARGET_ENV)}catch(e){return}}(e);t&&Yn(ve.resource.attributes,he,t);var r=function(e){if(e.deploymentId)return e.deploymentId;try{var n,t,r,o,i,a,l,u,s,c;return fr(null===(n=process)||void 0===n||null===(n=n.env)||void 0===n?void 0:n.NEXT_PUBLIC_VERCEL_BRANCH_URL,null===(t=process)||void 0===t||null===(t=t.env)||void 0===t?void 0:t.NUXT_PUBLIC_VERCEL_BRANCH_URL,null===(r=process)||void 0===r||null===(r=r.env)||void 0===r?void 0:r.NUXT_ENV_VERCEL_BRANCH_URL,null===(o=process)||void 0===o||null===(o=o.env)||void 0===o?void 0:o.REACT_APP_VERCEL_BRANCH_URL,null===(i=process)||void 0===i||null===(i=i.env)||void 0===i?void 0:i.GATSBY_VERCEL_BRANCH_URL,null===(a=process)||void 0===a||null===(a=a.env)||void 0===a?void 0:a.VITE_VERCEL_BRANCH_URL,null===(l=process)||void 0===l||null===(l=l.env)||void 0===l?void 0:l.PUBLIC_VERCEL_BRANCH_URL,null===(u=process)||void 0===u||null===(u=u.env)||void 0===u?void 0:u.VUE_APP_VERCEL_BRANCH_URL,null===(s=process)||void 0===s||null===(s=s.env)||void 0===s?void 0:s.REDWOOD_ENV_VERCEL_BRANCH_URL,null===(c=process)||void 0===c||null===(c=c.env)||void 0===c?void 0:c.SANITY_STUDIO_VERCEL_BRANCH_URL)}catch(e){return}}(e);r&&Yn(ve.resource.attributes,_e,r);Er(e)}(e),function(e){var n;Yn(ve.signalAttributes,Te,g(16)),Yn(ve.signalAttributes,ge,null!==(n=null==p?void 0:p.userAgent)&&void 0!==n?n:J),e.additionalSignalAttributes&&Object.entries(e.additionalSignalAttributes).forEach((function(e){var n=w(e,2),t=n[0],r=n[1];Yn(ve.signalAttributes,t,r)}))}(e),st(),We(e.sessionInactivityTimeoutMillis,e.sessionTerminationTimeoutMillis),null!=e.sessionSamplingRate){var i=Math.max(0,Math.min(100,e.sessionSamplingRate));ve.isSessionSampled=null!=He?function(e,n){return!(n<=0)&&(n>=100||ce(e)%100<n)}(He,i):i>0}if(!ve.isSessionSampled)return u("Session is not sampled. No telemetry will be transmitted for this session."),void(mr=!0);Tr("@dash0/navigation",e)&&sr(),Tr("@dash0/web-vitals",e)&&vt(),Tr("@dash0/error",e)&&Gt(),Tr("@dash0/fetch",e)&&(d&&d.fetch&&d.Request?ie(d,"fetch",Ht):u("Browser does not support the Fetch API, skipping instrumentation")),mr=!0}else a("No telemetry endpoint configured. Aborting Dash0 Web SDK initialization process.")}else u("Stopping Dash0 Web SDK initialization. This browser does not support the necessary APIs.");else u("Looks like we are not running in a browser context. Stopping Dash0 Web SDK initialization.")}function Tr(e,n){var t=n.enabledInstrumentations;return!t||t.includes(e)}function gr(e,n){qn(ve.signalAttributes,Re),null!=e&&Yn(ve.signalAttributes,Re,e),qn(ve.signalAttributes,Ie),null!=(null==n?void 0:n.name)&&Yn(ve.signalAttributes,Ie,n.name),qn(ve.signalAttributes,be),null!=(null==n?void 0:n.fullName)&&Yn(ve.signalAttributes,be,n.fullName),qn(ve.signalAttributes,Ce),null!=(null==n?void 0:n.email)&&Yn(ve.signalAttributes,Ce,n.email),qn(ve.signalAttributes,Le),null!=(null==n?void 0:n.hash)&&Yn(ve.signalAttributes,Le,n.hash),qn(ve.signalAttributes,Ne),null!=(null==n?void 0:n.roles)&&Yn(ve.signalAttributes,Ne,n.roles)}function Rr(){u("Dash0 Web SDK configuration state:",ve)}function Ir(e,n){Yn(ve.signalAttributes,e,n)}function br(e){qn(ve.signalAttributes,e)}function Cr(e,n){if(Object.values(Pe).includes(e))a("Unable to send custom event ".concat(e,". You are not allowed to use an internal event name while sending a custom event. Dropping event..."));else{var t=[];ct(t),Yn(t,me,e),null!=n&&n.title&&Yn(t,"dash0.web.event.title",n.title),Xn(t,null==n?void 0:n.attributes),kn({timeUnixNano:null!=(null==n?void 0:n.timestamp)?k(n.timestamp):x(),attributes:t,body:Hn(null==n?void 0:n.data),severityText:null==n?void 0:n.severity,severityNumber:null!=n&&n.severity?we[n.severity]:void 0})}}function Lr(e,n){Rt(e,n)}function Nr(e){u("".concat("Initializing Dash0 Web SDK"," (via package)")),yr(e)}export{Ir as addSignalAttribute,Rr as debug,gr as identify,Nr as init,br as removeSignalAttribute,Lr as reportError,Cr as sendEvent,o as setActiveLogLevel,Ye as terminateSession};
2
2
  //# sourceMappingURL=dash0.js.map