@dash0/sdk-web 0.15.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -515
- package/dist/dash0.iife.js +1 -1
- package/dist/dash0.iife.js.map +1 -1
- package/dist/dash0.js +1 -1
- package/dist/dash0.js.map +1 -1
- package/dist/dash0.umd.cjs +1 -1
- package/dist/dash0.umd.cjs.map +1 -1
- package/dist/modules/api/init.js +30 -0
- package/dist/modules/api/init_test.js +102 -6
- package/dist/modules/api/report-error.js +1 -1
- package/dist/modules/instrumentations/errors/event-handlers.js +2 -2
- package/dist/modules/instrumentations/errors/unhandled-error.js +1 -1
- package/dist/modules/instrumentations/errors/unhandled-promise-rejection.js +4 -4
- package/dist/modules/instrumentations/http/fetch.js +125 -28
- package/dist/modules/instrumentations/http/fetch_test.js +170 -0
- package/dist/modules/instrumentations/http/propagator-integration_test.js +77 -0
- package/dist/modules/transport/index.js +2 -0
- package/dist/modules/utils/index.js +1 -0
- package/dist/modules/utils/otel/span.js +9 -0
- package/dist/modules/utils/otel/trace-context.js +24 -1
- package/dist/modules/utils/otel/trace-context_test.js +40 -0
- package/dist/modules/utils/performance.js +16 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/entrypoint/npm-package.d.ts +1 -1
- package/dist/types/instrumentations/errors/unhandled-error.d.ts +1 -1
- package/dist/types/instrumentations/http/fetch_test.d.ts +1 -0
- package/dist/types/instrumentations/http/propagator-integration_test.d.ts +1 -0
- package/dist/types/transport/index.d.ts +1 -1
- package/dist/types/types/options.d.ts +6 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/otel/span.d.ts +5 -1
- package/dist/types/utils/otel/trace-context.d.ts +2 -1
- package/dist/types/utils/otel/trace-context_test.d.ts +1 -0
- package/dist/types/utils/performance.d.ts +5 -1
- package/dist/types/vars.d.ts +11 -0
- package/package.json +1 -1
- package/src/api/init.ts +34 -0
- package/src/api/init_test.ts +130 -9
- package/src/api/report-error.ts +1 -1
- package/src/entrypoint/npm-package.ts +1 -1
- package/src/instrumentations/errors/event-handlers.ts +2 -2
- package/src/instrumentations/errors/unhandled-error.ts +1 -1
- package/src/instrumentations/errors/unhandled-promise-rejection.ts +4 -4
- package/src/instrumentations/http/fetch.ts +148 -30
- package/src/instrumentations/http/fetch_test.ts +191 -0
- package/src/instrumentations/http/propagator-integration_test.ts +93 -0
- package/src/transport/index.ts +3 -1
- package/src/types/options.ts +7 -1
- package/src/utils/index.ts +1 -0
- package/src/utils/otel/span.ts +16 -1
- package/src/utils/otel/trace-context.ts +30 -1
- package/src/utils/otel/trace-context_test.ts +59 -0
- package/src/utils/performance.ts +21 -4
- package/src/vars.ts +14 -0
package/dist/dash0.umd.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).dash0={})}(this,(function(t){"use strict";function e(){}function n(t){return t}var r={debug:0,info:1,warn:2,error:3},i=r.warn;var o=c("info"),a=c("warn"),u=c("error"),s=c("debug");function c(t){if("undefined"!=typeof console&&console[t]&&"function"==typeof console[t].apply){var n=r[t];return function(){n>=i&&console[t].apply(console,arguments)}}return e}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,y=(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 m=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 I(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 N(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function L(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 _(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 C(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 R(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 m?e:m,a=Object.create(o.prototype),u=new C(r||[]);return i(a,"_invoke",{value:I(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",y={};function m(){}function g(){}function b(){}var T={};c(T,a,(function(){return this}));var E=Object.getPrototypeOf,w=E&&E(E(R([])));w&&w!==n&&r.call(w,a)&&(T=w);var S=b.prototype=m.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 I(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=N(u,r);if(s){if(s===y)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===y)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=h,r.method="throw",r.arg=c.arg)}}}function N(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,N(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var o=f(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;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,y):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function L(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 _(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(L,this),this.reset(!0)}function R(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,C.prototype={constructor:C,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(_),!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,y):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),y},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),_(n),y}},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;_(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:R(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),y}},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();return t?String(1e6*(y.now()+t)):V(new Date)}function V(t){return"object"===D(t)?V(t.getTime()):String(t)+"000000"}function B(){var t,e=null==y?void 0:y.timeOrigin;"number"!=typeof e&&(e=null==y||null===(t=y.timing)||void 0===t?void 0:t.fetchStart);return e}var W={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 q(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return G.apply("setTimeout",arguments)}function z(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return G.apply("setInterval",arguments)}function G(){var t,e=this;if(H)try{var n=Array.prototype.slice.apply(arguments);return d.Zone.root.run(W[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=W[e])||void 0===t?void 0:t.apply(d,arguments)}H&&s("Discovered Zone.js globals. Will attempt to register all timers inside the root Zone.");y&&y.getEntriesByType;var K=y&&"function"==typeof d.PerformanceObserver&&"function"==typeof y.now,Z=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"}),Y=new WeakSet;function Q(t){if(!K)return function(t){var n=0;return{start:function(){n=U()},end:function(){return t({duration:U()-n})},cancel:e}}(t.onEnd);var n,r,i,o,a,u=[];return{start:function(){n=y.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(){if(r=y.now(),p(),!X())return s();q((function(){return s()}),Math.min(300,t.maxWaitForResourceMillis)),w(v,"visibilitychange",l),o=q(s,t.maxWaitForResourceMillis)},cancel:f};function s(){f();var e=function(){if(!u.length)return;var e,i,o=u.filter((function(e){return e.responseEnd<=r+t.maxToleranceForResourceTimingsMillis&&!Y.has(e)}));if(!o.length)return;1===o.length&&(e=o[0]);if(!e){var a,s=_(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,e=c)}}catch(t){s.e(t)}finally{s.f()}}if(!e)return;return Y.add(e),e}();null!=e&&e.duration&&e.duration<864e5?t.onEnd({resource:e,duration:e.duration}):t.onEnd({resource:e,duration:r-n})}function c(e){e.getEntriesByType("resource").filter((function(e){var r=e;return r.startTime>=n&&t.resourceMatcher(r)})).forEach((function(t){return u.push(t)}))}function l(){X()||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 X(){return"visible"===(null==v?void 0:v.visibilityState)||"prerender"===(null==v?void 0:v.visibilityState)}var $="undefined";function J(t){return Math.round(100*t)/100}function tt(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 et(t){try{return tt(t).origin===("undefined"!=typeof location?location.origin:void 0)}catch(t){return!1}}var nt=Symbol.for("INSTRUMENTED_BY_DASH0");function rt(t,e,n){var r=t[e];r?(!0===r[nt]&&s("".concat(String(e)," has already been instrumented, skipping")),function(t){t[nt]=!0}(r),t[e]=n(r)):s("".concat(String(e)," is not defined, unable to instrument"))}var it={endpoints:[],resource:{attributes:[]},scope:{name:"dash0-web-sdk",version:"0.15.0",attributes:[]},signalAttributes:[],ignoreUrls:[],ignoreErrorMessages:[],wrapEventHandlers:!0,wrapTimers:!0,propagateTraceHeadersCorsURLs:[],maxWaitForResourceTimingsMillis:1e4,maxToleranceForResourceTimingsMillis:50,headersToCapture:[],urlAttributeScrubber:n,pageViewInstrumentation:{trackVirtualPageViews:!0,includeParts:[]}},ot="service.name",at="service.version",ut="deployment.environment.name",st="deployment.name",ct="deployment.id",lt="event.name",ft="dash0.web.event.id",dt="page.load.id",vt="user_agent.original",pt="user.id",ht="user.name",yt="user.full_name",mt="user.email",gt="user.hash",bt="user.roles",Tt="exception.message",Et="exception.type",wt="exception.stacktrace",St="url.full",At={PAGE_VIEW:"browser.page_view",NAVIGATION_TIMING:"browser.navigation_timing",WEB_VITAL:"browser.web_vital",ERROR:"browser.error"},Ot={UNSPECIFIED:0,TRACE:1,DEBUG:5,INFO:9,WARN:13,ERROR:17,FATAL:21},It=0,Nt=1,Lt="pushState",_t="replaceState",Ct=1;function Rt(){var t,e;return"".concat((t={ephemeralSession:!S},e=0,t.ephemeralSession&&(e|=Ct),e.toString(16).padStart(2,"0"))).concat(E(7))}var xt="d0_session",kt="#",Pt=864e5,jt=null;function Dt(t,e){if(!S)return s("Storage API is not available and session tracking is therefore not supported."),void(jt=Rt());t||(t=108e5),e||(e=216e5),t=Math.min(t,Pt),e=Math.min(e,Pt);try{var n=function(t){return S&&g?g.getItem(t):null}(xt),r=function(t){if(!t)return null;var e=t.split(kt);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:Rt(),startTime:U(),lastActivityTime:U()},function(t,e){S&&g&&g.setItem(t,e)}(xt,function(t){return t.id+kt+t.startTime+kt+t.lastActivityTime}(r)),jt=r.id}catch(t){a("Failed to record session information",t)}}var Mt=-1,Ut=function(t){addEventListener("pageshow",(function(e){e.persisted&&(Mt=e.timeStamp,t(e))}),!0)},Ft=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)))}},Vt=function(t){requestAnimationFrame((function(){return requestAnimationFrame((function(){return t()}))}))},Bt=function(){var t=performance.getEntriesByType("navigation")[0];if(t&&t.responseStart>0&&t.responseStart<performance.now())return t},Wt=function(){var t,e=Bt();return null!==(t=null==e?void 0:e.activationStart)&&void 0!==t?t:0},Ht=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=Bt(),r="navigate";return Mt>=0?r="back-forward-cache":n&&(document.prerendering||Wt()>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}},qt=new WeakMap;function zt(t,e){return qt.get(t)||qt.set(t,new e),qt.get(t)}var Gt,Kt=function(){return L((function t(){N(this,t),C(this,"t",void 0),C(this,"i",0),C(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)}}}])}(),Zt=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?R(Object(n),!0).forEach((function(e){C(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):R(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({type:t,buffered:!0},n)),r}}catch(t){}},Yt=function(t){var e=!1;return function(){e||(t(),e=!0)}},Qt=-1,Xt=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},$t=function(t){"hidden"===document.visibilityState&&Qt>-1&&(Qt="visibilitychange"===t.type?t.timeStamp:0,te())},Jt=function(){addEventListener("visibilitychange",$t,!0),addEventListener("prerenderingchange",$t,!0)},te=function(){removeEventListener("visibilitychange",$t,!0),removeEventListener("prerenderingchange",$t,!0)},ee=function(){if(Qt<0){var t,e=Wt(),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;Qt=null!=n?n:Xt(),Jt(),Ut((function(){setTimeout((function(){Qt=Xt(),Jt()}))}))}return{get firstHiddenTime(){return Qt}}},ne=function(t){document.prerendering?addEventListener("prerenderingchange",(function(){return t()}),!0):t()},re=[1800,3e3],ie=[.1,.25],oe=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]:{};ne((function(){var n,r=ee(),i=Ht("FCP"),o=Zt("paint",(function(t){var e,a=_(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-Wt(),0),i.entries.push(u),n(!0)))}}catch(t){a.e(t)}finally{a.f()}}));o&&(n=Ft(t,i,re,e.reportAllChanges),Ut((function(r){i=Ht("FCP"),n=Ft(t,i,re,e.reportAllChanges),Vt((function(){i.value=performance.now()-r.timeStamp,n(!0)}))})))}))}(Yt((function(){var n,r=Ht("CLS",0),i=zt(e,Kt),o=function(t){var e,o=_(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=Zt("layout-shift",o);a&&(n=Ft(t,r,ie,e.reportAllChanges),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(o(a.takeRecords()),n(!0))})),Ut((function(){i.i=0,r=Ht("CLS",0),n=Ft(t,r,ie,e.reportAllChanges),Vt((function(){return n()}))})),setTimeout(n))})))},ae=0,ue=1/0,se=0,ce=function(t){var e,n=_(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.interactionId&&(ue=Math.min(ue,r.interactionId),se=Math.max(se,r.interactionId),ae=se?(se-ue)/7+1:0)}}catch(t){n.e(t)}finally{n.f()}},le=function(){var t;return Gt?ae:null!==(t=performance.interactionCount)&&void 0!==t?t:0},fe=0,de=function(){return L((function t(){N(this,t),C(this,"u",[]),C(this,"l",new Map),C(this,"m",void 0),C(this,"v",void 0)}),[{key:"p",value:function(){fe=le(),this.u.length=0,this.l.clear()}},{key:"P",value:function(){var t=Math.min(this.u.length-1,Math.floor((le()-fe)/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=_(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)}}}}])}(),ve=function(t){var e=globalThis.requestIdleCallback||setTimeout;"hidden"===document.visibilityState?t():(t=Yt(t),document.addEventListener("visibilitychange",t,{once:!0}),e((function(){t(),document.removeEventListener("visibilitychange",t)})))},pe=[200,500],he=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};globalThis.PerformanceEventTiming&&"interactionId"in PerformanceEventTiming.prototype&&ne((function(){var n;"interactionCount"in performance||Gt||(Gt=Zt("event",ce,{type:"event",buffered:!0,durationThreshold:0}));var r,i=Ht("INP"),o=zt(e,de),a=function(t){ve((function(){var e,n=_(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=Zt("event",a,{durationThreshold:null!==(n=e.durationThreshold)&&void 0!==n?n:40});r=Ft(t,i,pe,e.reportAllChanges),u&&(u.observe({type:"first-input",buffered:!0}),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(a(u.takeRecords()),r(!0))})),Ut((function(){o.p(),i=Ht("INP"),r=Ft(t,i,pe,e.reportAllChanges)})))}))},ye=function(){return L((function t(){N(this,t),C(this,"m",void 0)}),[{key:"h",value:function(t){var e;null===(e=this.m)||void 0===e||e.call(this,t)}}])}(),me=[2500,4e3],ge=!1;function be(t){var e,n,r=[];return n=i,ge&&n(),v&&d&&(w(v,"visibilitychange",(function(){"visible"!==v.visibilityState&&n()})),w(d,"pagehide",(function(){ge=!0,n()})),w(d,"beforeunload",(function(){ge=!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)}}function Te(t,e){return Ee.apply(this,arguments)}function Ee(){return Ee=I(x().mark((function t(n,r){var i,o,u,c;return x().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(s("Transmitting telemetry to endpoints",r),i=JSON.stringify(r),o=i,u=i.length,c=!1,"undefined"==typeof CompressionStream){t.next=11;break}return t.next=8,we(i);case 8:o=t.sent,u=o.byteLength,c=!0;case 11:return t.next=13,Promise.all(it.endpoints.map(function(){var t=I(x().mark((function t(r){var i,s,l;return x().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(t.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"),m){t.next=9;break}return a("Unable to send telemetry, fetch is not defined"),t.abrupt("return");case 9:return t.next=11,m(i,{method:"POST",headers:s,body:o,keepalive:u<=6e4});case 11:(l=t.sent).text().catch(e),l.ok||a("Failed to send telemetry to ".concat(i,": ").concat(l.status," ").concat(l.statusText)),t.next=19;break;case 16:t.prev=16,t.t0=t.catch(0),a("Error sending telemetry to ".concat(r.url).concat(n,":"),t.t0);case 19:case"end":return t.stop()}}),t,null,[[0,16]])})));return function(e){return t.apply(this,arguments)}}()));case 13:case"end":return t.stop()}}),t)}))),Ee.apply(this,arguments)}function we(t){return Se.apply(this,arguments)}function Se(){return(Se=I(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 Ae,Oe=be((function(t){Te("/v1/logs",{resourceLogs:[{resource:it.resource,scopeLogs:[{scope:it.scope,logRecords:t}]}]}).catch((function(t){u("Failed to transmit logs",t)}))})),Ie=be((function(t){Te("/v1/traces",{resourceSpans:[{resource:it.resource,scopeSpans:[{scope:it.scope,spans:t}]}]}).catch((function(t){u("Failed to transmit spans",t)}))}));function Ne(){var t,e,n,r,i;return Ae||(e=(t={maxCallsPerTenMinutes:4096,maxCallsPerTenSeconds:128}).maxCallsPerTenMinutes,n=t.maxCallsPerTenSeconds,r=0,i=0,z((function(){r=0}),6e5),z((function(){i=0}),1e4),Ae=function(){return++r>e||++i>n}),Ae()}function Le(t){Ne()?s("Transport rate limit. Will not send item.",t):Oe.send(t)}function _e(t){Ne()?s("Transport rate limit. Will not send item.",t):Ie.send(t)}var Ce=["stringValue","boolValue","intValue","doubleValue","arrayValue","kvlistValue","bytesValue"];function Re(t){if(null!=t){var e={};return Array.isArray(t)?e.arrayValue={values:t.map((function(t){return Re(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&&Ce.includes(e[0])}(t)?"object"===D(t)&&(e.kvlistValue={values:Object.entries(t).map((function(t){var e=k(t,2);return xe(e[0],e[1])}))}):e=t,e}}function xe(t,e){return{key:t,value:Re(e)}}function ke(t,e,n){e&&t.push(xe(e,n))}function Pe(t,e){var n=t.findIndex((function(t){return t.key===e}));-1!==n&&t.splice(n,1)}var je="traceparent",De=/^00-([a-f0-9]{32})-([a-f0-9]{16})-[0-9]{1,2}$/;function Me(){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())===je})))||void 0===t?void 0:t.content.trim())||"").match(De)||function(){var t=y.getEntriesByType("navigation")[0];if(!t)return"";if(!t.serverTiming)return"";return function(t){var e,n=_(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r.name===je)return r.description.trim()}}catch(t){n.e(t)}finally{n.f()}return""}(t.serverTiming)}().match(De);if(n)return{traceId:n[1],spanId:n[2]}}function Ue(t,e,n){t.call(e,"traceparent","00-".concat(n.traceId,"-").concat(n.spanId,"-01"))}var Fe="d042",Ve=1;function Be(t){var e=0;return t.withoutSession&&(e|=Ve),e.toString(16).padStart(2,"0")}for(var We=new Uint32Array(256),He=0;He<256;He++){for(var qe=He,ze=0;ze<8;ze++)qe=1&qe?3988292384^qe>>>1:qe>>>1;We[He]=qe>>>0}function Ge(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^We[255&(r^o)]}return(4294967295^r)>>>0}(t).toString(16).padStart(8,"0");return"".concat(e).concat(E(4))}function Ke(t){var e=function(t){return t?"".concat(Fe).concat(Be({withoutSession:!1})).concat(t).concat(E(5)):"".concat(Fe).concat(Be({withoutSession:!0})).concat(E(13))}(jt),n=Ge(e),r=[];return ke(r,ft,n),{traceId:e,spanId:n,name:t,kind:3,startTimeUnixNano:F(),attributes:r,events:[],links:[],status:{code:0}}}function Ze(t,e,n){var r=t;return e&&(r.status=e),r.endTimeUnixNano=null!=n?String(Math.round(parseInt(r.startTimeUnixNano)+n)):F(),r}function Ye(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 Qe(t,e,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=tt(e);o.username&&(o.username="REDACTED"),o.password&&(o.password="REDACTED");var a=it.urlAttributeScrubber(C(C(C(C(C(C({},St,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&&ke(t,i(r),o)}))}catch(r){it.urlAttributeScrubber===n&&ke(t,i(St),String(e))}}var Xe=null!=b&&"function"==typeof b.getItem&&"function"==typeof b.setItem;var $e="d0_tab",Je=null;function tn(){if(Xe)try{var t=function(t){return Xe&&b?b.getItem(t):null}($e);if(t)return void(Je=t);Je=E(8),function(t,e){Xe&&b&&b.setItem(t,e)}($e,Je)}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 en(t,e){var n,r,i,o,a;void 0===t.find((function(t){return t.key===ft}))&&ke(t,ft,E(8));for(var u=0;u<it.signalAttributes.length;u++)t.push(it.signalAttributes[u]);Qe(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:$,"page"),jt&&ke(t,"session.id",jt),Je&&ke(t,"browser.tab.id",Je),ke(t,"browser.window.width",null!==(i=null==d?void 0:d.innerWidth)&&void 0!==i?i:$),ke(t,"browser.window.height",null!==(o=null==d?void 0:d.innerHeight)&&void 0!==o?o:$);var s=null==p||null===(a=p.connection)||void 0===a?void 0:a.effectiveType;s&&ke(t,"network.connection.subtype",s)}function nn(){!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ne((function(){var n,r=ee(),i=Ht("LCP"),o=zt(e,ye),a=function(t){e.reportAllChanges||(t=t.slice(-1));var a,u=_(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-Wt(),0),i.entries=[s],n())}}catch(t){u.e(t)}finally{u.f()}},u=Zt("largest-contentful-paint",a);if(u){n=Ft(t,i,me,e.reportAllChanges);for(var s=Yt((function(){a(u.takeRecords()),u.disconnect(),n(!0)})),c=0,l=["keydown","click","visibilitychange"];c<l.length;c++)addEventListener(l[c],(function(){return ve(s)}),{capture:!0,once:!0});Ut((function(r){i=Ht("LCP"),n=Ft(t,i,me,e.reportAllChanges),Vt((function(){i.value=performance.now()-r.timeStamp,n(!0)}))}))}}))}(rn,{reportAllChanges:!0}),he(rn,{reportAllChanges:!0}),oe(rn,{reportAllChanges:!0})}function rn(t){var e=[];ke(e,lt,At.WEB_VITAL);var n=[];ke(n,"name",t.name),ke(n,"value",J(t.value)),ke(n,"delta",J(t.delta));var r={timeUnixNano:F(),attributes:e,severityNumber:Ot.INFO,severityText:"INFO",body:{kvlistValue:{values:n}}};en(r.attributes),Le(r)}function on(t,e){for(var n=0,r=t.length;n<r;n++)if(t[n].test(e))return!0;return!1}var an="data:";function un(t){return!t||(!(t=String(t))||(null==t.substring||t.substring(0,5).toLowerCase()===an||(!!function(t){for(var e=t.toLowerCase(),n=0,r=it.endpoints.length;n<r;n++){var i=it.endpoints[n];if(e.startsWith(i.url))return!0}return!1}(t)||on(it.ignoreUrls,t))))}var sn,cn=0,ln=0,fn={},dn=!1;function vn(){dn=!0}function pn(t,e){t&&hn("string"==typeof t?{message:t,opts:e}:{message:t.message,type:t.name,stack:t.stack,opts:e})}function hn(t){var e=t.message,n=t.type,r=t.stack,i=t.opts;if(e&&!(cn>100)&&!function(t){return!t||on(it.ignoreErrorMessages,t)}(e)){ln>=20&&(fn={},ln=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=fn[o];if(a)a.seenCount++;else{var u=[];ke(u,lt,At.ERROR),ke(u,Tt,e),n&&ke(u,Et,n),r&&ke(u,wt,r),null!=i&&i.componentStack&&ke(u,"exception.component_stack",null==i?void 0:i.componentStack.substring(0,2048)),en(u),a={seenCount:1,transmittedCount:0,log:{timeUnixNano:F(),attributes:u,severityNumber:Ot.ERROR,severityText:"ERROR",body:{stringValue:e}}},fn[o]=a,ln++}!function(){if(sn)return;sn=setTimeout(yn,1e3)}()}}function yn(){for(var t in sn&&(clearTimeout(sn),sn=null),fn)if(f(fn,t)){var e=fn[t];e.seenCount>e.transmittedCount&&(Le(e.log),cn++)}fn={},ln=0}var mn="Unhandled promise rejection: ",gn="<unavailable because Promise wasn't rejected with an Error object>";function bn(t){null==t.reason?pn({message:mn+"<no reason defined>",stack:gn}):"string"==typeof t.reason.message?pn({message:mn+t.reason.message,stack:"string"==typeof t.reason.stack?t.reason.stack:gn}):"object"!==D(t.reason)&&pn({message:mn+t.reason,stack:gn})}var Tn="__dash0OriginalFunctions";function En(t,e){for(var n=t[Tn],r=0;r<n.length;r++){if(wn(n[r].valuesForEqualityCheck,e))return r}return-1}function wn(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 Sn(t,e,n,r,i){return function(t,e,n){if(!t)return e;var r=t[Tn]=t[Tn]||[],i=En(t,n);return-1!==i?r[i].wrappedFunction:(r.push({wrappedFunction:e,valuesForEqualityCheck:n}),e)}(t,e,An(n,r,i))}function An(t,e,n){return[t,e,On(n)]}function On(t){return null!=t&&("object"===D(t)?Boolean(t.capture):Boolean(t))}function In(t,e,n,r,i){return function(t,e,n){var r=null==t?void 0:t[Tn];if(null==r)return n;var i=En(t,e);if(-1===i)return n;var o=r[i];return r.splice(i,1),o.wrappedFunction}(t,An(e,n,r),i)}function Nn(){it.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 reportError(t),vn(),t}},i[1]=Sn(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]=In(this,t,e,r,e),n.apply(this,i)}}(null==d?void 0:d.EventTarget)}function Ln(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),vn(),t}}}(t),e.apply(this,n)})}function _n(){!function(){if(d){var t=d.onerror;d.onerror=function(e,n,r,i,o){if(dn)return dn=!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)),hn({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",bn),Nn(),function(){if(it.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.");Ln("setTimeout"),Ln("setInterval")}}()}var Cn=["GET","HEAD","POST","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"];function Rn(t){return Cn.includes(t)}function xn(t,e){var n=0!==e.startTime;kn(t,Z.FETCH_START,e,n),kn(t,Z.DOMAIN_LOOKUP_START,e,n),kn(t,Z.DOMAIN_LOOKUP_END,e,n),kn(t,Z.CONNECT_START,e,n),kn(t,Z.SECURE_CONNECTION_START,e,n),kn(t,Z.CONNECT_END,e,n),kn(t,Z.REQUEST_START,e,n),kn(t,Z.RESPONSE_START,e,n),kn(t,Z.RESPONSE_END,e,n)}function kn(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]||Ye(t,e,(r=n[e],String(Math.round(1e6*(r+B())))))}function Pn(t,e){var n=e.encodedBodySize;null!=n&&ke(t.attributes,"http.response.body.size",n)}function jn(t){return function(){var e=I(x().mark((function e(n,r){var i,o,a,u,c,l,f,d,v,p,h,y,m,g;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),!un(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=Rn(f),v=Rn(f.toUpperCase()),p=v?f.toUpperCase():"_OTHER",en((h=Ke("HTTP ".concat(p))).attributes),Qe(h.attributes,l),Dn(n,r),ke(h.attributes,"http.request.method",p),d||ke(h.attributes,"http.request.method_original",f),(et(l)||on(it.propagateTraceHeadersCorsURLs,l))&&(null!==(y=a)&&void 0!==y&&y.headers?(a.headers=new Headers(a.headers),Ue(a.headers.append,a.headers,h)):n instanceof Request?Ue(c.headers.append,c.headers,h):(a||(a={}),a.headers=new Headers,Ue(a.headers.append,a.headers,h))),Mn(c.headers,h,(function(t){return e=t,"".concat("http.request.header",".").concat(e.toLowerCase());var e})),(m=Q({resourceMatcher:function(t){var e=t.initiatorType,n=t.name;return("fetch"===e||"xmlhttprequest"===e)&&n===tt(l).href},maxWaitForResourceMillis:it.maxWaitForResourceTimingsMillis,maxToleranceForResourceTimingsMillis:it.maxToleranceForResourceTimingsMillis,onEnd:function(t){var e=t.duration,n=t.resource;n&&(xn(h,n),Pn(h,n)),_e(Ze(h,void 0,1e6*e))}})).start(),e.prev=24,e.next=27,t(n instanceof Request?c:n,a);case 27:return g=e.sent,Un(h,g),Fn(g).then((function(){return m.end()})).catch((function(t){m.cancel(),Vn(h,t)})),e.abrupt("return",g);case 33:throw e.prev=33,e.t0=e.catch(24),m.cancel(),Vn(h,e.t0),e.t0;case 38:case"end":return e.stop()}}),e,null,[[24,33]])})));return function(t,n){return e.apply(this,arguments)}}()}function Dn(t,e,n){try{return void 0}catch(n){s("failed to analyze request for GraphQL insights",n,t,e)}}function Mn(t,e,n){try{t.forEach((function(t,r){it.headersToCapture.some((function(t){return t.test(r)}))&&ke(e.attributes,n(r),t)}))}catch(t){s("unable to capture http headers due to CORS policy")}}function Un(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&&ke(t.attributes,"error.type",e.type),ke(t.attributes,"http.response.status_code",String(n)),Mn(e.headers,t,(function(t){return e=t,"".concat("http.response.header",".").concat(e.toLowerCase());var e}))}function Fn(t){return new Promise((function(e){var n=t.clone().body;if(!n)return e();var r=n.getReader(),i=function(){var t=I(x().mark((function t(){var n;return x().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,r.read();case 2:if(n=t.sent,!n.done){t.next=6;break}return t.abrupt("return",e());case 6:return t.abrupt("return",i());case 7:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return i()}))}function Vn(t,e){!function(t,e){var n=[];"string"==typeof e?ke(n,Tt,e):e&&(e.code?ke(n,Et,e.code.toString()):e.name&&ke(n,Et,e.name),e.message&&ke(n,Tt,e.message),e.stack&&ke(n,wt,e.stack),Ye(t,"exception",n))}(t,e),_e(Ze(t,function(t){return{code:2,message:t&&"object"===D(t)&&"message"in t?t.message:String(t)}}(e),void 0))}function Bn(t,e,n,r){var i,o,a=function(t){var e,n,r;return t&&null!==(e=null===(n=(r=it.pageViewInstrumentation).generateMetadata)||void 0===n?void 0:n.call(r,t))&&void 0!==e?e:{}}(e),u=[];ke(u,lt,At.PAGE_VIEW),a.attributes&&Object.entries(a.attributes).forEach((function(t){var e=k(t,2),n=e[0],r=e[1];return ke(u,n,r)})),en(u,{url:e});var s=[];ke(s,"title",null!==(i=null!==(o=a.title)&&void 0!==o?o:null==v?void 0:v.title)&&void 0!==i?i:$),null!=v&&v.referrer&&ke(s,"referrer",v.referrer),ke(s,"type",n?Nt:It),ke(s,"change_state",r?_t:Lt);var c={timeUnixNano:t,attributes:u,severityNumber:Ot.INFO,severityText:"INFO",body:{kvlistValue:{values:s}}},l=Me();l&&(c.traceId=l.traceId,c.spanId=l.spanId),Le(c)}function Wn(){var t=null==d?void 0:d.performance.getEntriesByType("navigation")[0];if(t){var e=[];ke(e,lt,At.NAVIGATION_TIMING);var n=[];ke(n,"name",t.name),Hn(n,t,"responseStatus"),Hn(n,t,"fetchStart"),Hn(n,t,"requestStart"),Hn(n,t,"responseStart"),Hn(n,t,"domInteractive"),Hn(n,t,"domContentLoadedEventEnd"),Hn(n,t,"domComplete"),Hn(n,t,"loadEventEnd"),Hn(n,t,"transferSize"),Hn(n,t,"encodedBodySize"),Hn(n,t,"decodedBodySize");var r={timeUnixNano:qn(),attributes:e,severityNumber:Ot.INFO,severityText:"INFO",body:{kvlistValue:{values:n}}};en(r.attributes);var i=Me();i&&(r.traceId=i.traceId,r.spanId=i.spanId),Le(r)}else s("Navigation timings not available. Cannot emit navigation timing log")}function Hn(t,e,n){var r=e[n];"number"!=typeof r||isNaN(r)||ke(t,n,Number.isInteger(r)?r:J(r))}function qn(){return V(Math.round(B()))}var zn={},Gn=!1,Kn=!1;function Zn(){Qn(null==d?void 0:d.location.href)}function Yn(t){Qn(t.newURL)}function Qn(t,e){var n;if(t)try{var r=new URL(t,null==d?void 0:d.location.href);((n=r).pathname!==zn.path||Kn&&n.search!==zn.search||Gn&&n.hash!==zn.hash)&&(Xn(r),Bn(F(),r,!0,Boolean(e)))}catch(t){s("Failed to handle url change",t)}}function Xn(t){zn.path=t.pathname,zn.search=t.search,zn.hash=t.hash}function $n(){!function(){try{Bn(qn(),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 Wn();d&&w(d,"load",(function(){setTimeout(Wn,0)}))}(),function(){var t,e,n,r;if(d&&d.history){if(it.pageViewInstrumentation.trackVirtualPageViews){Kn=null!==(t=null===(e=it.pageViewInstrumentation.includeParts)||void 0===e?void 0:e.includes("SEARCH"))&&void 0!==t&&t,Gn=null!==(n=null===(r=it.pageViewInstrumentation.includeParts)||void 0===r?void 0:r.includes("HASH"))&&void 0!==n&&n,rt(d.history,"replaceState",(function(t){return function(e,n,r){return Qn(r?String(r):void 0,!0),t.apply(this,[e,n,r])}})),rt(d.history,"pushState",(function(t){return function(e,n,r){return Qn(r?String(r):void 0),t.apply(this,[e,n,r])}})),d.addEventListener("hashchange",Yn),d.addEventListener("popstate",Zn);try{Xn(new URL(d.location.href))}catch(t){}}}else s("Browser does not support history API, skipping instrumentation")}()}var Jn=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},tr=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]=tr.options.mergeArrays?tr.options.uniqueArrayItems?Array.from(new Set(t[n].concat(e[n]))):[].concat(P(t[n]),P(e[n])):e[n]:Jn(t[n])&&Jn(e[n])?t[n]=tr(t[n],e[n]):!Jn(t[n])&&Jn(e[n])?t[n]=tr(e[n],void 0):t[n]=void 0===e[n]?tr.options.allowUndefinedOverrides?e[n]:t[n]:e[n])})),t}),{})},er={allowUndefinedOverrides:!0,mergeArrays:!0,uniqueArrayItems:!0};tr.options=er,tr.withOptions=function(t){tr.options=Object.assign(Object.assign({},er),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=tr.apply(void 0,n);return tr.options=er,i};var nr=!1;function rr(t){nr?s("Dash0 SDK is being reinitialized, skipping ..."):null!=d?"function"==typeof m&&y&&y.getEntriesByType?(it.endpoints=t.endpoint instanceof Array?t.endpoint:[t.endpoint],0!==it.endpoints.length?(Object.assign(it,tr(it,function(t,e){var n,r={},i=_(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"]))),function(t){ke(it.resource.attributes,ot,t.serviceName),t.serviceVersion&&ke(it.resource.attributes,at,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&&ke(it.resource.attributes,ut,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&&ke(it.resource.attributes,st,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&&ke(it.resource.attributes,ct,r)}(t),function(t){var e;ke(it.signalAttributes,dt,E(16)),ke(it.signalAttributes,vt,null!==(e=null==p?void 0:p.userAgent)&&void 0!==e?e:$),t.additionalSignalAttributes&&Object.entries(t.additionalSignalAttributes).forEach((function(t){var e=k(t,2),n=e[0],r=e[1];ke(it.signalAttributes,n,r)}))}(t),tn(),Dt(t.sessionInactivityTimeoutMillis,t.sessionTerminationTimeoutMillis),ir("@dash0/navigation",t)&&$n(),ir("@dash0/web-vitals",t)&&nn(),ir("@dash0/error",t)&&_n(),ir("@dash0/fetch",t)&&(d&&d.fetch&&d.Request?rt(d,"fetch",jn):s("Browser does not support the Fetch API, skipping instrumentation")),nr=!0):a("No telemetry endpoint configured. Aborting Dash0 Web SDK initialization process.")):s("Stopping Dash0 Web SDK initialization. This browser does not support the necessary APIs"):s("Looks like we are not running in a browser context. Stopping Dash0 Web SDK initialization.")}function ir(t,e){var n=e.enabledInstrumentations;return!n||n.includes(t)}t.addSignalAttribute=function(t,e){ke(it.signalAttributes,t,e)},t.debug=function(){s("Dash0 Web SDK configuration state:",it)},t.identify=function(t,e){Pe(it.signalAttributes,pt),null!=t&&ke(it.signalAttributes,pt,t),Pe(it.signalAttributes,ht),null!=(null==e?void 0:e.name)&&ke(it.signalAttributes,ht,e.name),Pe(it.signalAttributes,yt),null!=(null==e?void 0:e.fullName)&&ke(it.signalAttributes,yt,e.fullName),Pe(it.signalAttributes,mt),null!=(null==e?void 0:e.email)&&ke(it.signalAttributes,mt,e.email),Pe(it.signalAttributes,gt),null!=(null==e?void 0:e.hash)&&ke(it.signalAttributes,gt,e.hash),Pe(it.signalAttributes,bt),null!=(null==e?void 0:e.roles)&&ke(it.signalAttributes,bt,e.roles)},t.init=function(t){s("".concat("Initializing Dash0 Web SDK"," (via package)")),rr(t)},t.removeSignalAttribute=function(t){Pe(it.signalAttributes,t)},t.reportError=function(t,e){pn(t,e)},t.sendEvent=function(t,e){var n;if(Object.values(At).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 r=[];en(r),Object.entries(null!==(n=null==e?void 0:e.attributes)&&void 0!==n?n:{}).forEach((function(t){var e=k(t,2),n=e[0],i=e[1];return ke(r,n,i)})),ke(r,lt,t),null!=e&&e.title&&ke(r,"dash0.web.event.title",e.title),Le({timeUnixNano:null!=(null==e?void 0:e.timestamp)?V(e.timestamp):F(),attributes:r,body:Re(null==e?void 0:e.data),severityText:null==e?void 0:e.severity,severityNumber:null!=e&&e.severity?Ot[e.severity]:void 0})}},t.setActiveLogLevel=function(t){var e;i=null!==(e=r[t])&&void 0!==e?e:r.warn},t.terminateSession=function(){if(S)try{!function(t){S&&g&&g.removeItem(t)}(xt)}catch(t){o("Failed to terminate session",t)}}}));
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).dash0={})}(this,(function(t){"use strict";function e(){}function n(t){return t}var r={debug:0,info:1,warn:2,error:3},i=r.warn;var o=c("info"),a=c("warn"),u=c("error"),s=c("debug");function c(t){if("undefined"!=typeof console&&console[t]&&"function"==typeof console[t].apply){var n=r[t];return function(){n>=i&&console[t].apply(console,arguments)}}return e}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,y=(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 m=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 I(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 N(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function L(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 C(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=U(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 m?e:m,a=Object.create(o.prototype),u=new R(r||[]);return i(a,"_invoke",{value:I(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",y={};function m(){}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=m.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 I(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=N(u,r);if(s){if(s===y)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===y)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=h,r.method="throw",r.arg=c.arg)}}}function N(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,N(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var o=f(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;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,y):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function L(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 C(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function R(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(L,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(C),!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,y):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),y},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),C(n),y}},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;C(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),y}},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)||U(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)||U(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 U(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 M(){return(new Date).getTime()}function F(){var t=B();return t?String(1e6*(y.now()+t)):V(new Date)}function V(t){return"object"===D(t)?V(t.getTime()):String(t)+"000000"}function B(){var t,e=null==y?void 0:y.timeOrigin;"number"!=typeof e&&(e=null==y||null===(t=y.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 G.apply("setTimeout",arguments)}function z(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return G.apply("setInterval",arguments)}function G(){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.");y&&y.getEntriesByType;var K=y&&"function"==typeof d.PerformanceObserver&&"function"==typeof y.now,Z=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"}),Y=new WeakSet;function X(t){if(!K)return function(t){var n=0;return{start:function(){n=M()},end:function(){return t({duration:M()-n})},cancel:e}}(t.onEnd);var n,r,i,o,a,u=[];return{start:function(){n=y.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(e){if(r)return;if(r=null!=e?e:y.now(),p(),!Q())return s();q((function(){return s()}),Math.min(300,t.maxWaitForResourceMillis)),w(v,"visibilitychange",l),o=q(s,t.maxWaitForResourceMillis)},cancel:f};function s(){f();var e=function(){if(!u.length)return;var e,i,o=u.filter((function(e){return e.responseEnd<=r+t.maxToleranceForResourceTimingsMillis&&!Y.has(e)}));if(!o.length)return;1===o.length&&(e=o[0]);if(!e){var a,s=C(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,e=c)}}catch(t){s.e(t)}finally{s.f()}}if(!e)return;return Y.add(e),e}();null!=e&&e.duration&&e.duration<864e5?t.onEnd({resource:e,duration:e.duration}):t.onEnd({resource:e,duration:r-n})}function c(e){e.getEntriesByType("resource").filter((function(e){var r=e;return r.startTime>=n&&t.resourceMatcher(r)})).forEach((function(t){u.length>=100&&u.shift(),u.push(t)}))}function l(){Q()||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 Q(){return"visible"===(null==v?void 0:v.visibilityState)||"prerender"===(null==v?void 0:v.visibilityState)}var $="undefined";function J(t){return Math.round(100*t)/100}function tt(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 et(t){try{return tt(t).origin===("undefined"!=typeof location?location.origin:void 0)}catch(t){return!1}}var nt=Symbol.for("INSTRUMENTED_BY_DASH0");function rt(t,e,n){var r=t[e];r?(!0===r[nt]&&s("".concat(String(e)," has already been instrumented, skipping")),function(t){t[nt]=!0}(r),t[e]=n(r)):s("".concat(String(e)," is not defined, unable to instrument"))}var it={endpoints:[],resource:{attributes:[]},scope:{name:"dash0-web-sdk",version:"0.16.1",attributes:[]},signalAttributes:[],ignoreUrls:[],ignoreErrorMessages:[],wrapEventHandlers:!0,wrapTimers:!0,propagateTraceHeadersCorsURLs:[],maxWaitForResourceTimingsMillis:1e4,maxToleranceForResourceTimingsMillis:50,headersToCapture:[],urlAttributeScrubber:n,pageViewInstrumentation:{trackVirtualPageViews:!0,includeParts:[]}},ot="service.name",at="service.version",ut="deployment.environment.name",st="deployment.name",ct="deployment.id",lt="event.name",ft="dash0.web.event.id",dt="page.load.id",vt="user_agent.original",pt="user.id",ht="user.name",yt="user.full_name",mt="user.email",gt="user.hash",bt="user.roles",Tt="exception.message",Et="exception.type",wt="exception.stacktrace",St="url.full",At={PAGE_VIEW:"browser.page_view",NAVIGATION_TIMING:"browser.navigation_timing",WEB_VITAL:"browser.web_vital",ERROR:"browser.error"},Ot={UNSPECIFIED:0,TRACE:1,DEBUG:5,INFO:9,WARN:13,ERROR:17,FATAL:21},It=0,Nt=1,Lt="pushState",Ct="replaceState",Rt=1;function _t(){var t,e;return"".concat((t={ephemeralSession:!S},e=0,t.ephemeralSession&&(e|=Rt),e.toString(16).padStart(2,"0"))).concat(E(7))}var xt="d0_session",kt="#",Pt=864e5,jt=null;function Dt(t,e){if(!S)return s("Storage API is not available and session tracking is therefore not supported."),void(jt=_t());t||(t=108e5),e||(e=216e5),t=Math.min(t,Pt),e=Math.min(e,Pt);try{var n=function(t){return S&&g?g.getItem(t):null}(xt),r=function(t){if(!t)return null;var e=t.split(kt);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=M()-e;if(t.lastActivityTime<r)return!1;var i=M()-n;return t.startTime>=i}(r,t,e)&&(r=null),r?r.lastActivityTime=M():r={id:_t(),startTime:M(),lastActivityTime:M()},function(t,e){S&&g&&g.setItem(t,e)}(xt,function(t){return t.id+kt+t.startTime+kt+t.lastActivityTime}(r)),jt=r.id}catch(t){a("Failed to record session information",t)}}var Ut=-1,Mt=function(t){addEventListener("pageshow",(function(e){e.persisted&&(Ut=e.timeStamp,t(e))}),!0)},Ft=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)))}},Vt=function(t){requestAnimationFrame((function(){return requestAnimationFrame((function(){return t()}))}))},Bt=function(){var t=performance.getEntriesByType("navigation")[0];if(t&&t.responseStart>0&&t.responseStart<performance.now())return t},Ht=function(){var t,e=Bt();return null!==(t=null==e?void 0:e.activationStart)&&void 0!==t?t:0},Wt=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:-1,n=Bt(),r="navigate";return Ut>=0?r="back-forward-cache":n&&(document.prerendering||Ht()>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}},qt=new WeakMap;function zt(t,e){return qt.get(t)||qt.set(t,new e),qt.get(t)}var Gt,Kt=function(){return L((function t(){N(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)}}}])}(),Zt=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){}},Yt=function(t){var e=!1;return function(){e||(t(),e=!0)}},Xt=-1,Qt=function(){return"hidden"!==document.visibilityState||document.prerendering?1/0:0},$t=function(t){"hidden"===document.visibilityState&&Xt>-1&&(Xt="visibilitychange"===t.type?t.timeStamp:0,te())},Jt=function(){addEventListener("visibilitychange",$t,!0),addEventListener("prerenderingchange",$t,!0)},te=function(){removeEventListener("visibilitychange",$t,!0),removeEventListener("prerenderingchange",$t,!0)},ee=function(){if(Xt<0){var t,e=Ht(),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;Xt=null!=n?n:Qt(),Jt(),Mt((function(){setTimeout((function(){Xt=Qt(),Jt()}))}))}return{get firstHiddenTime(){return Xt}}},ne=function(t){document.prerendering?addEventListener("prerenderingchange",(function(){return t()}),!0):t()},re=[1800,3e3],ie=[.1,.25],oe=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]:{};ne((function(){var n,r=ee(),i=Wt("FCP"),o=Zt("paint",(function(t){var e,a=C(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-Ht(),0),i.entries.push(u),n(!0)))}}catch(t){a.e(t)}finally{a.f()}}));o&&(n=Ft(t,i,re,e.reportAllChanges),Mt((function(r){i=Wt("FCP"),n=Ft(t,i,re,e.reportAllChanges),Vt((function(){i.value=performance.now()-r.timeStamp,n(!0)}))})))}))}(Yt((function(){var n,r=Wt("CLS",0),i=zt(e,Kt),o=function(t){var e,o=C(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=Zt("layout-shift",o);a&&(n=Ft(t,r,ie,e.reportAllChanges),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(o(a.takeRecords()),n(!0))})),Mt((function(){i.i=0,r=Wt("CLS",0),n=Ft(t,r,ie,e.reportAllChanges),Vt((function(){return n()}))})),setTimeout(n))})))},ae=0,ue=1/0,se=0,ce=function(t){var e,n=C(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.interactionId&&(ue=Math.min(ue,r.interactionId),se=Math.max(se,r.interactionId),ae=se?(se-ue)/7+1:0)}}catch(t){n.e(t)}finally{n.f()}},le=function(){var t;return Gt?ae:null!==(t=performance.interactionCount)&&void 0!==t?t:0},fe=0,de=function(){return L((function t(){N(this,t),R(this,"u",[]),R(this,"l",new Map),R(this,"m",void 0),R(this,"v",void 0)}),[{key:"p",value:function(){fe=le(),this.u.length=0,this.l.clear()}},{key:"P",value:function(){var t=Math.min(this.u.length-1,Math.floor((le()-fe)/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=C(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)}}}}])}(),ve=function(t){var e=globalThis.requestIdleCallback||setTimeout;"hidden"===document.visibilityState?t():(t=Yt(t),document.addEventListener("visibilitychange",t,{once:!0}),e((function(){t(),document.removeEventListener("visibilitychange",t)})))},pe=[200,500],he=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};globalThis.PerformanceEventTiming&&"interactionId"in PerformanceEventTiming.prototype&&ne((function(){var n;"interactionCount"in performance||Gt||(Gt=Zt("event",ce,{type:"event",buffered:!0,durationThreshold:0}));var r,i=Wt("INP"),o=zt(e,de),a=function(t){ve((function(){var e,n=C(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=Zt("event",a,{durationThreshold:null!==(n=e.durationThreshold)&&void 0!==n?n:40});r=Ft(t,i,pe,e.reportAllChanges),u&&(u.observe({type:"first-input",buffered:!0}),document.addEventListener("visibilitychange",(function(){"hidden"===document.visibilityState&&(a(u.takeRecords()),r(!0))})),Mt((function(){o.p(),i=Wt("INP"),r=Ft(t,i,pe,e.reportAllChanges)})))}))},ye=function(){return L((function t(){N(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)}}])}(),me=[2500,4e3],ge=!1;function be(t){var e,n,r=[];return n=i,ge&&n(),v&&d&&(w(v,"visibilitychange",(function(){"visible"!==v.visibilityState&&n()})),w(d,"pagehide",(function(){ge=!0,n()})),w(d,"beforeunload",(function(){ge=!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)}}function Te(t,e){return Ee.apply(this,arguments)}function Ee(){return Ee=I(x().mark((function t(n,r){var i,o,u,c;return x().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(s("Transmitting telemetry to endpoints",r),i=JSON.stringify(r),o=i,u=i.length,c=!1,"undefined"==typeof CompressionStream){t.next=11;break}return t.next=8,we(i);case 8:o=t.sent,u=o.byteLength,c=!0;case 11:return t.next=13,Promise.all(it.endpoints.map(function(){var t=I(x().mark((function t(r){var i,s,l;return x().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(t.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"),m){t.next=9;break}return a("Unable to send telemetry, fetch is not defined"),t.abrupt("return");case 9:return t.next=11,m(i,{method:"POST",headers:s,body:o,keepalive:u<=6e4});case 11:(l=t.sent).text().catch(e),l.ok||a("Failed to send telemetry to ".concat(i,": ").concat(l.status," ").concat(l.statusText)),t.next=19;break;case 16:t.prev=16,t.t0=t.catch(0),a("Error sending telemetry to ".concat(r.url).concat(n,":"),t.t0);case 19:case"end":return t.stop()}}),t,null,[[0,16]])})));return function(e){return t.apply(this,arguments)}}()));case 13:case"end":return t.stop()}}),t)}))),Ee.apply(this,arguments)}function we(t){return Se.apply(this,arguments)}function Se(){return(Se=I(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 Ae,Oe=be((function(t){Te("/v1/logs",{resourceLogs:[{resource:it.resource,scopeLogs:[{scope:it.scope,logRecords:t}]}]}).catch((function(t){u("Failed to transmit logs",t)}))})),Ie=be((function(t){Te("/v1/traces",{resourceSpans:[{resource:it.resource,scopeSpans:[{scope:it.scope,spans:t}]}]}).catch((function(t){u("Failed to transmit spans",t)}))}));function Ne(){var t,e,n,r,i;return Ae||(e=(t={maxCallsPerTenMinutes:4096,maxCallsPerTenSeconds:128}).maxCallsPerTenMinutes,n=t.maxCallsPerTenSeconds,r=0,i=0,z((function(){r=0}),6e5),z((function(){i=0}),1e4),Ae=function(){return++r>e||++i>n}),Ae()}function Le(t){Ne()?s("Transport rate limit. Will not send item.",t):Oe.send(t)}function Ce(t){t&&(Ne()?s("Transport rate limit. Will not send item.",t):Ie.send(t))}var Re=["stringValue","boolValue","intValue","doubleValue","arrayValue","kvlistValue","bytesValue"];function _e(t){if(null!=t){var e={};return Array.isArray(t)?e.arrayValue={values:t.map((function(t){return _e(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&&Re.includes(e[0])}(t)?"object"===D(t)&&(e.kvlistValue={values:Object.entries(t).map((function(t){var e=k(t,2);return xe(e[0],e[1])}))}):e=t,e}}function xe(t,e){return{key:t,value:_e(e)}}function ke(t,e,n){e&&t.push(xe(e,n))}function Pe(t,e){var n=t.findIndex((function(t){return t.key===e}));-1!==n&&t.splice(n,1)}var je="traceparent",De=/^00-([a-f0-9]{32})-([a-f0-9]{16})-[0-9]{1,2}$/;function Ue(){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())===je})))||void 0===t?void 0:t.content.trim())||"").match(De)||function(){var t=y.getEntriesByType("navigation")[0];if(!t)return"";if(!t.serverTiming)return"";return function(t){var e,n=C(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;if(r.name===je)return r.description.trim()}}catch(t){n.e(t)}finally{n.f()}return""}(t.serverTiming)}().match(De);if(n)return{traceId:n[1],spanId:n[2]}}function Me(t,e,n){t.call(e,"traceparent","00-".concat(n.traceId,"-").concat(n.spanId,"-01"))}function Fe(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 Ve="d042",Be=1;function He(t){var e=0;return t.withoutSession&&(e|=Be),e.toString(16).padStart(2,"0")}for(var We=new Uint32Array(256),qe=0;qe<256;qe++){for(var ze=qe,Ge=0;Ge<8;Ge++)ze=1&ze?3988292384^ze>>>1:ze>>>1;We[qe]=ze>>>0}function Ke(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^We[255&(r^o)]}return(4294967295^r)>>>0}(t).toString(16).padStart(8,"0");return"".concat(e).concat(E(4))}function Ze(t){var e=function(t){return t?"".concat(Ve).concat(He({withoutSession:!1})).concat(t).concat(E(5)):"".concat(Ve).concat(He({withoutSession:!0})).concat(E(13))}(jt),n=Ke(e),r=[];return ke(r,ft,n),{traceId:e,spanId:n,name:t,kind:3,startTimeUnixNano:F(),attributes:r,events:[],links:[],status:{code:0}}}function Ye(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 Xe(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 Qe(t,e,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=tt(e);o.username&&(o.username="REDACTED"),o.password&&(o.password="REDACTED");var a=it.urlAttributeScrubber(R(R(R(R(R(R({},St,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&&ke(t,i(r),o)}))}catch(r){it.urlAttributeScrubber===n&&ke(t,i(St),String(e))}}var $e=null!=b&&"function"==typeof b.getItem&&"function"==typeof b.setItem;var Je="d0_tab",tn=null;function en(){if($e)try{var t=function(t){return $e&&b?b.getItem(t):null}(Je);if(t)return void(tn=t);tn=E(8),function(t,e){$e&&b&&b.setItem(t,e)}(Je,tn)}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 nn(t,e){var n,r,i,o,a;void 0===t.find((function(t){return t.key===ft}))&&ke(t,ft,E(8));for(var u=0;u<it.signalAttributes.length;u++)t.push(it.signalAttributes[u]);Qe(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:$,"page"),jt&&ke(t,"session.id",jt),tn&&ke(t,"browser.tab.id",tn),ke(t,"browser.window.width",null!==(i=null==d?void 0:d.innerWidth)&&void 0!==i?i:$),ke(t,"browser.window.height",null!==(o=null==d?void 0:d.innerHeight)&&void 0!==o?o:$);var s=null==p||null===(a=p.connection)||void 0===a?void 0:a.effectiveType;s&&ke(t,"network.connection.subtype",s)}function rn(){!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ne((function(){var n,r=ee(),i=Wt("LCP"),o=zt(e,ye),a=function(t){e.reportAllChanges||(t=t.slice(-1));var a,u=C(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-Ht(),0),i.entries=[s],n())}}catch(t){u.e(t)}finally{u.f()}},u=Zt("largest-contentful-paint",a);if(u){n=Ft(t,i,me,e.reportAllChanges);for(var s=Yt((function(){a(u.takeRecords()),u.disconnect(),n(!0)})),c=0,l=["keydown","click","visibilitychange"];c<l.length;c++)addEventListener(l[c],(function(){return ve(s)}),{capture:!0,once:!0});Mt((function(r){i=Wt("LCP"),n=Ft(t,i,me,e.reportAllChanges),Vt((function(){i.value=performance.now()-r.timeStamp,n(!0)}))}))}}))}(on,{reportAllChanges:!0}),he(on,{reportAllChanges:!0}),oe(on,{reportAllChanges:!0})}function on(t){var e=[];ke(e,lt,At.WEB_VITAL);var n=[];ke(n,"name",t.name),ke(n,"value",J(t.value)),ke(n,"delta",J(t.delta));var r={timeUnixNano:F(),attributes:e,severityNumber:Ot.INFO,severityText:"INFO",body:{kvlistValue:{values:n}}};nn(r.attributes),Le(r)}function an(t,e){for(var n=0,r=t.length;n<r;n++)if(t[n].test(e))return!0;return!1}var un="data:";function sn(t){return!t||(!(t=String(t))||(null==t.substring||t.substring(0,5).toLowerCase()===un||(!!function(t){for(var e=t.toLowerCase(),n=0,r=it.endpoints.length;n<r;n++){var i=it.endpoints[n];if(e.startsWith(i.url))return!0}return!1}(t)||an(it.ignoreUrls,t))))}var cn,ln=0,fn=0,dn={},vn=!1;function pn(){vn=!0}function hn(t,e){t&&yn("string"==typeof t?{message:t,opts:e}:{message:t.message,type:t.name,stack:t.stack,opts:e})}function yn(t){var e=t.message,n=t.type,r=t.stack,i=t.opts;if(e&&!(ln>100)&&!function(t){return!t||an(it.ignoreErrorMessages,t)}(e)){fn>=20&&(dn={},fn=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=dn[o];if(a)a.seenCount++;else{var u=[];ke(u,lt,At.ERROR),ke(u,Tt,e),n&&ke(u,Et,n),r&&ke(u,wt,r),null!=i&&i.componentStack&&ke(u,"exception.component_stack",null==i?void 0:i.componentStack.substring(0,2048)),nn(u),a={seenCount:1,transmittedCount:0,log:{timeUnixNano:F(),attributes:u,severityNumber:Ot.ERROR,severityText:"ERROR",body:{stringValue:e}}},dn[o]=a,fn++}!function(){if(cn)return;cn=setTimeout(mn,1e3)}()}}function mn(){for(var t in cn&&(clearTimeout(cn),cn=null),dn)if(f(dn,t)){var e=dn[t];e.seenCount>e.transmittedCount&&(Le(e.log),ln++)}dn={},fn=0}var gn="Unhandled promise rejection: ",bn="<unavailable because Promise wasn't rejected with an Error object>";function Tn(t){null==t.reason?hn({message:gn+"<no reason defined>",stack:bn}):"string"==typeof t.reason.message?hn({message:gn+t.reason.message,stack:"string"==typeof t.reason.stack?t.reason.stack:bn}):"object"!==D(t.reason)&&hn({message:gn+t.reason,stack:bn})}var En="__dash0OriginalFunctions";function wn(t,e){for(var n=t[En],r=0;r<n.length;r++){if(Sn(n[r].valuesForEqualityCheck,e))return r}return-1}function Sn(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 An(t,e,n,r,i){return function(t,e,n){if(!t)return e;var r=t[En]=t[En]||[],i=wn(t,n);return-1!==i?r[i].wrappedFunction:(r.push({wrappedFunction:e,valuesForEqualityCheck:n}),e)}(t,e,On(n,r,i))}function On(t,e,n){return[t,e,In(n)]}function In(t){return null!=t&&("object"===D(t)?Boolean(t.capture):Boolean(t))}function Nn(t,e,n,r,i){return function(t,e,n){var r=null==t?void 0:t[En];if(null==r)return n;var i=wn(t,e);if(-1===i)return n;var o=r[i];return r.splice(i,1),o.wrappedFunction}(t,On(e,n,r),i)}function Ln(){it.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 hn(t),pn(),t}},i[1]=An(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]=Nn(this,t,e,r,e),n.apply(this,i)}}(null==d?void 0:d.EventTarget)}function Cn(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),pn(),t}}}(t),e.apply(this,n)})}function Rn(){!function(){if(d){var t=d.onerror;d.onerror=function(e,n,r,i,o){if(vn)return vn=!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)),yn({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",Tn),Ln(),function(){if(it.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.");Cn("setTimeout"),Cn("setInterval")}}()}var _n=["GET","HEAD","POST","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"];function xn(t){return _n.includes(t)}function kn(t,e){var n=0!==e.startTime;Pn(t,Z.FETCH_START,e,n),Pn(t,Z.DOMAIN_LOOKUP_START,e,n),Pn(t,Z.DOMAIN_LOOKUP_END,e,n),Pn(t,Z.CONNECT_START,e,n),Pn(t,Z.SECURE_CONNECTION_START,e,n),Pn(t,Z.CONNECT_END,e,n),Pn(t,Z.REQUEST_START,e,n),Pn(t,Z.RESPONSE_START,e,n),Pn(t,Z.RESPONSE_END,e,n)}function Pn(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]||Xe(t,e,(r=n[e],String(Math.round(1e6*(r+B())))))}function jn(t,e){var n=e.encodedBodySize;null!=n&&ke(t.attributes,"http.response.body.size",n)}function Dn(t){return function(){var e=I(x().mark((function e(n,r){var i,o,a,u,c,l,f,d,v,p,h,y,m,g,b;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),!sn(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=xn(f),v=xn(f.toUpperCase()),p=v?f.toUpperCase():"_OTHER",nn((h=Ze("HTTP ".concat(p))).attributes),Qe(h.attributes,l),Un(n,r),ke(h.attributes,"http.request.method",p),d||ke(h.attributes,"http.request.method_original",f),y=Hn(l),y.length>0&&(null!==(m=a)&&void 0!==m&&m.headers?(a.headers=new Headers(a.headers),Wn(a.headers.append,a.headers,h,y)):n instanceof Request?Wn(c.headers.append,c.headers,h,y):(a||(a={}),a.headers=new Headers,Wn(a.headers.append,a.headers,h,y))),Mn(c.headers,h,(function(t){return e=t,"".concat("http.request.header",".").concat(e.toLowerCase());var e})),(g=X({resourceMatcher:function(t){var e=t.initiatorType,n=t.name;return("fetch"===e||"xmlhttprequest"===e)&&n===tt(l).href},maxWaitForResourceMillis:it.maxWaitForResourceTimingsMillis,maxToleranceForResourceTimingsMillis:it.maxToleranceForResourceTimingsMillis,onEnd:function(t){var e=t.duration,n=t.resource;n&&(kn(h,n),jn(h,n)),Ce(Ye(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,Fn(h,b),e.abrupt("return",Vn(b,it.maxToleranceForResourceTimingsMillis,(function(){return g.end()}),(function(t){g.cancel(),Bn(h,t)})));case 33:throw e.prev=33,e.t0=e.catch(25),g.cancel(),Bn(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 Un(t,e,n){try{return void 0}catch(n){s("failed to analyze request for GraphQL insights",n,t,e)}}function Mn(t,e,n){try{t.forEach((function(t,r){it.headersToCapture.some((function(t){return t.test(r)}))&&ke(e.attributes,n(r),t)}))}catch(t){s("unable to capture http headers due to CORS policy")}}function Fn(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&&ke(t.attributes,"error.type",e.type),ke(t.attributes,"http.response.status_code",String(n)),Mn(e.headers,t,(function(t){return e=t,"".concat("http.response.header",".").concat(e.toLowerCase());var e}))}function Vn(t,e,n,r){var i=y.now(),o=t.body;if(!o)return n(),t;var a=!1,u=function(t){a||(n(t),a=!0)},s=function(t){a||(r(t),a=!0)},c=q((function(){return u(i)}),e),l=o.getReader(),f=new ReadableStream({pull:function(t){return I(x().mark((function n(){var r,o;return x().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,clearTimeout(c),n.next=4,l.read();case 4:r=n.sent,o=r.value,r.done?(l.releaseLock(),t.close(),u()):(i=y.now(),c=q((function(){return u(i)}),e),t.enqueue(o)),n.next=15;break;case 10:n.prev=10,n.t0=n.catch(0),s(n.t0),t.error(n.t0);try{l.releaseLock()}catch(t){}case 15:case"end":return n.stop()}}),n,null,[[0,10]])})))()},cancel:function(t){return clearTimeout(c),u(),l.cancel(t)}});return new Response(f,{status:t.status,statusText:t.statusText,headers:t.headers})}function Bn(t,e){!function(t,e){var n=[];"string"==typeof e?ke(n,Tt,e):e&&(e.code?ke(n,Et,e.code.toString()):e.name&&ke(n,Et,e.name),e.message&&ke(n,Tt,e.message),e.stack&&ke(n,wt,e.stack),Xe(t,"exception",n))}(t,e),Ce(Ye(t,function(t){return{code:2,message:t&&"object"===D(t)&&"message"in t?t.message:String(t)}}(e),void 0))}function Hn(t){var e=[];if(et(t)){if(e.push("traceparent"),it.propagators){var n,r=C(it.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(it.propagators){var o,a=C(it.propagators);try{for(a.s();!(o=a.n()).done;){var u=o.value;an(u.match,t)&&(e.includes(u.type)||e.push(u.type))}}catch(t){a.e(t)}finally{a.f()}return e}return[]}function Wn(t,e,n,r){var i,o=C(r);try{for(o.s();!(i=o.n()).done;){"xray"===i.value?Fe(t,e,n):Me(t,e,n)}}catch(t){o.e(t)}finally{o.f()}}function qn(t,e,n,r){var i,o,a=function(t){var e,n,r;return t&&null!==(e=null===(n=(r=it.pageViewInstrumentation).generateMetadata)||void 0===n?void 0:n.call(r,t))&&void 0!==e?e:{}}(e),u=[];ke(u,lt,At.PAGE_VIEW),a.attributes&&Object.entries(a.attributes).forEach((function(t){var e=k(t,2),n=e[0],r=e[1];return ke(u,n,r)})),nn(u,{url:e});var s=[];ke(s,"title",null!==(i=null!==(o=a.title)&&void 0!==o?o:null==v?void 0:v.title)&&void 0!==i?i:$),null!=v&&v.referrer&&ke(s,"referrer",v.referrer),ke(s,"type",n?Nt:It),ke(s,"change_state",r?Ct:Lt);var c={timeUnixNano:t,attributes:u,severityNumber:Ot.INFO,severityText:"INFO",body:{kvlistValue:{values:s}}},l=Ue();l&&(c.traceId=l.traceId,c.spanId=l.spanId),Le(c)}function zn(){var t=null==d?void 0:d.performance.getEntriesByType("navigation")[0];if(t){var e=[];ke(e,lt,At.NAVIGATION_TIMING);var n=[];ke(n,"name",t.name),Gn(n,t,"responseStatus"),Gn(n,t,"fetchStart"),Gn(n,t,"requestStart"),Gn(n,t,"responseStart"),Gn(n,t,"domInteractive"),Gn(n,t,"domContentLoadedEventEnd"),Gn(n,t,"domComplete"),Gn(n,t,"loadEventEnd"),Gn(n,t,"transferSize"),Gn(n,t,"encodedBodySize"),Gn(n,t,"decodedBodySize");var r={timeUnixNano:Kn(),attributes:e,severityNumber:Ot.INFO,severityText:"INFO",body:{kvlistValue:{values:n}}};nn(r.attributes);var i=Ue();i&&(r.traceId=i.traceId,r.spanId=i.spanId),Le(r)}else s("Navigation timings not available. Cannot emit navigation timing log")}function Gn(t,e,n){var r=e[n];"number"!=typeof r||isNaN(r)||ke(t,n,Number.isInteger(r)?r:J(r))}function Kn(){return V(Math.round(B()))}var Zn={},Yn=!1,Xn=!1;function Qn(){Jn(null==d?void 0:d.location.href)}function $n(t){Jn(t.newURL)}function Jn(t,e){var n;if(t)try{var r=new URL(t,null==d?void 0:d.location.href);((n=r).pathname!==Zn.path||Xn&&n.search!==Zn.search||Yn&&n.hash!==Zn.hash)&&(tr(r),qn(F(),r,!0,Boolean(e)))}catch(t){s("Failed to handle url change",t)}}function tr(t){Zn.path=t.pathname,Zn.search=t.search,Zn.hash=t.hash}function er(){!function(){try{qn(Kn(),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 zn();d&&w(d,"load",(function(){setTimeout(zn,0)}))}(),function(){var t,e,n,r;if(d&&d.history){if(it.pageViewInstrumentation.trackVirtualPageViews){Xn=null!==(t=null===(e=it.pageViewInstrumentation.includeParts)||void 0===e?void 0:e.includes("SEARCH"))&&void 0!==t&&t,Yn=null!==(n=null===(r=it.pageViewInstrumentation.includeParts)||void 0===r?void 0:r.includes("HASH"))&&void 0!==n&&n,rt(d.history,"replaceState",(function(t){return function(e,n,r){return Jn(r?String(r):void 0,!0),t.apply(this,[e,n,r])}})),rt(d.history,"pushState",(function(t){return function(e,n,r){return Jn(r?String(r):void 0),t.apply(this,[e,n,r])}})),d.addEventListener("hashchange",$n),d.addEventListener("popstate",Qn);try{tr(new URL(d.location.href))}catch(t){}}}else s("Browser does not support history API, skipping instrumentation")}()}var nr=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},rr=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]=rr.options.mergeArrays?rr.options.uniqueArrayItems?Array.from(new Set(t[n].concat(e[n]))):[].concat(P(t[n]),P(e[n])):e[n]:nr(t[n])&&nr(e[n])?t[n]=rr(t[n],e[n]):!nr(t[n])&&nr(e[n])?t[n]=rr(e[n],void 0):t[n]=void 0===e[n]?rr.options.allowUndefinedOverrides?e[n]:t[n]:e[n])})),t}),{})},ir={allowUndefinedOverrides:!0,mergeArrays:!0,uniqueArrayItems:!0};rr.options=ir,rr.withOptions=function(t){rr.options=Object.assign(Object.assign({},ir),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=rr.apply(void 0,n);return rr.options=ir,i};var or=!1;function ar(t){or?s("Dash0 SDK is being reinitialized, skipping ..."):null!=d?"function"==typeof m&&y&&y.getEntriesByType?(it.endpoints=t.endpoint instanceof Array?t.endpoint:[t.endpoint],0!==it.endpoints.length?(Object.assign(it,rr(it,function(t,e){var n,r={},i=C(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"]))),function(t){t.propagators?(t.propagateTraceHeadersCorsURLs&&a("Both 'propagators' and deprecated 'propagateTraceHeadersCorsURLs' were provided. Using 'propagators' configuration. Please migrate to the new 'propagators' config."),it.propagators=t.propagators):t.propagateTraceHeadersCorsURLs&&t.propagateTraceHeadersCorsURLs.length>0?(a("'propagateTraceHeadersCorsURLs' is deprecated. Please use the new 'propagators' configuration."),it.propagators=[{type:"traceparent",match:P(t.propagateTraceHeadersCorsURLs)}]):it.propagators=[{type:"traceparent",match:[]}]}(t),function(t){ke(it.resource.attributes,ot,t.serviceName),t.serviceVersion&&ke(it.resource.attributes,at,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&&ke(it.resource.attributes,ut,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&&ke(it.resource.attributes,st,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&&ke(it.resource.attributes,ct,r)}(t),function(t){var e;ke(it.signalAttributes,dt,E(16)),ke(it.signalAttributes,vt,null!==(e=null==p?void 0:p.userAgent)&&void 0!==e?e:$),t.additionalSignalAttributes&&Object.entries(t.additionalSignalAttributes).forEach((function(t){var e=k(t,2),n=e[0],r=e[1];ke(it.signalAttributes,n,r)}))}(t),en(),Dt(t.sessionInactivityTimeoutMillis,t.sessionTerminationTimeoutMillis),ur("@dash0/navigation",t)&&er(),ur("@dash0/web-vitals",t)&&rn(),ur("@dash0/error",t)&&Rn(),ur("@dash0/fetch",t)&&(d&&d.fetch&&d.Request?rt(d,"fetch",Dn):s("Browser does not support the Fetch API, skipping instrumentation")),or=!0):a("No telemetry endpoint configured. Aborting Dash0 Web SDK initialization process.")):s("Stopping Dash0 Web SDK initialization. This browser does not support the necessary APIs"):s("Looks like we are not running in a browser context. Stopping Dash0 Web SDK initialization.")}function ur(t,e){var n=e.enabledInstrumentations;return!n||n.includes(t)}t.addSignalAttribute=function(t,e){ke(it.signalAttributes,t,e)},t.debug=function(){s("Dash0 Web SDK configuration state:",it)},t.identify=function(t,e){Pe(it.signalAttributes,pt),null!=t&&ke(it.signalAttributes,pt,t),Pe(it.signalAttributes,ht),null!=(null==e?void 0:e.name)&&ke(it.signalAttributes,ht,e.name),Pe(it.signalAttributes,yt),null!=(null==e?void 0:e.fullName)&&ke(it.signalAttributes,yt,e.fullName),Pe(it.signalAttributes,mt),null!=(null==e?void 0:e.email)&&ke(it.signalAttributes,mt,e.email),Pe(it.signalAttributes,gt),null!=(null==e?void 0:e.hash)&&ke(it.signalAttributes,gt,e.hash),Pe(it.signalAttributes,bt),null!=(null==e?void 0:e.roles)&&ke(it.signalAttributes,bt,e.roles)},t.init=function(t){s("".concat("Initializing Dash0 Web SDK"," (via package)")),ar(t)},t.removeSignalAttribute=function(t){Pe(it.signalAttributes,t)},t.reportError=function(t,e){hn(t,e)},t.sendEvent=function(t,e){var n;if(Object.values(At).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 r=[];nn(r),Object.entries(null!==(n=null==e?void 0:e.attributes)&&void 0!==n?n:{}).forEach((function(t){var e=k(t,2),n=e[0],i=e[1];return ke(r,n,i)})),ke(r,lt,t),null!=e&&e.title&&ke(r,"dash0.web.event.title",e.title),Le({timeUnixNano:null!=(null==e?void 0:e.timestamp)?V(e.timestamp):F(),attributes:r,body:_e(null==e?void 0:e.data),severityText:null==e?void 0:e.severity,severityNumber:null!=e&&e.severity?Ot[e.severity]:void 0})}},t.setActiveLogLevel=function(t){var e;i=null!==(e=r[t])&&void 0!==e?e:r.warn},t.terminateSession=function(){if(S)try{!function(t){S&&g&&g.removeItem(t)}(xt)}catch(t){o("Failed to terminate session",t)}}}));
|
|
2
2
|
//# sourceMappingURL=dash0.umd.cjs.map
|