!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="25f32322-9fb6-46ee-9050-7cfc45a1ff60",e._sentryDebugIdIdentifier="sentry-dbid-25f32322-9fb6-46ee-9050-7cfc45a1ff60")}catch(e){}}();"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[991],{45879:function(e,t,r){let n,i,s,a,o,l;r.d(t,{G:function(){return replayIntegration}});var c,d,u,h,p,m,f,g,y=r(97923),S=r(30582),v=(r(91905),r(40600)),_=r(10489),b=r(88808),w=r(72811),k=r(18887),E=r(9804),I=r(96519),M=r(75357),C=r(25162),R=r(36554),T=r(32647),x=r(558),A=r(77764),N=r(82683),D=r(77224),O=r(56845),L=r(19725),B=r(38156),P=r(20798),W=r(22357),F=r(60420),z=r(95689),H=r(77080),U=r(28368);let $=M.GLOBAL_OBJ,j="sentryReplaySession",q="Unable to send Replay";function _optionalChain$5(e){let t;let r=e[0],n=1;for(;nr.call(t,...e)),t=void 0)}return r}function isShadowRoot(e){let t=_optionalChain$5([e,"optionalAccess",e=>e.host]);return _optionalChain$5([t,"optionalAccess",e=>e.shadowRoot])===e}function isNativeShadowDom(e){return"[object ShadowRoot]"===Object.prototype.toString.call(e)}function stringifyStylesheet(e){try{var t;let r=e.rules||e.cssRules;return r?((t=Array.from(r,stringifyRule).join("")).includes(" background-clip: text;")&&!t.includes(" -webkit-background-clip: text;")&&(t=t.replace(" background-clip: text;"," -webkit-background-clip: text; background-clip: text;")),t):null}catch(e){return null}}function stringifyRule(e){let t;if("styleSheet"in e)try{t=stringifyStylesheet(e.styleSheet)||function(e){let{cssText:t}=e;if(t.split('"').length<3)return t;let r=["@import",`url(${JSON.stringify(e.href)})`];return""===e.layerName?r.push("layer"):e.layerName&&r.push(`layer(${e.layerName})`),e.supportsText&&r.push(`supports(${e.supportsText})`),e.media.length&&r.push(e.media.mediaText),r.join(" ")+";"}(e)}catch(e){}else if("selectorText"in e&&e.selectorText.includes(":"))return e.cssText.replace(/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm,"$1\\$2");return t||e.cssText}(c=f||(f={}))[c.Document=0]="Document",c[c.DocumentType=1]="DocumentType",c[c.Element=2]="Element",c[c.Text=3]="Text",c[c.CDATA=4]="CDATA",c[c.Comment=5]="Comment";let Mirror=class Mirror{constructor(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}getId(e){if(!e)return -1;let t=_optionalChain$5([this,"access",e=>e.getMeta,"call",t=>t(e),"optionalAccess",e=>e.id]);return()=>-1,null!=t?t:-1}getNode(e){return this.idNodeMap.get(e)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(e){return this.nodeMetaMap.get(e)||null}removeNodeFromMap(e){let t=this.getId(e);this.idNodeMap.delete(t),e.childNodes&&e.childNodes.forEach(e=>this.removeNodeFromMap(e))}has(e){return this.idNodeMap.has(e)}hasNode(e){return this.nodeMetaMap.has(e)}add(e,t){let r=t.id;this.idNodeMap.set(r,e),this.nodeMetaMap.set(e,t)}replace(e,t){let r=this.getNode(e);if(r){let e=this.nodeMetaMap.get(r);e&&this.nodeMetaMap.set(t,e)}this.idNodeMap.set(e,t)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}};function shouldMaskInput({maskInputOptions:e,tagName:t,type:r}){return"OPTION"===t&&(t="SELECT"),!!(e[t.toLowerCase()]||r&&e[r]||"password"===r||"INPUT"===t&&!r&&e.text)}function maskInputValue({isMasked:e,element:t,value:r,maskInputFn:n}){let i=r||"";return e?(n&&(i=n(i,t)),"*".repeat(i.length)):i}function toLowerCase(e){return e.toLowerCase()}function toUpperCase(e){return e.toUpperCase()}let V="__rrweb_original__";function getInputType(e){let t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?toLowerCase(t):null}function getInputValue(e,t,r){return"INPUT"===t&&("radio"===r||"checkbox"===r)?e.getAttribute("value")||"":e.value}let K=1,J=RegExp("[^a-z0-9-_:]");function genId(){return K++}let G=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,X=/^(?:[a-z+]+:)?\/\//i,Y=/^www\..*/i,Q=/^(data:)([^,]*),(.*)/i;function absoluteToStylesheet(e,t){return(e||"").replace(G,(e,r,n,i,s,a)=>{let o=n||s||a,l=r||i||"";if(!o)return e;if(X.test(o)||Y.test(o)||Q.test(o))return`url(${l}${o}${l})`;if("/"===o[0])return`url(${l}${(t.indexOf("//")>-1?t.split("/").slice(0,3).join("/"):t.split("/")[0]).split("?")[0]+o}${l})`;let c=t.split("/"),d=o.split("/");for(let e of(c.pop(),d))"."!==e&&(".."===e?c.pop():c.push(e));return`url(${l}${c.join("/")}${l})`})}let Z=/^[^ \t\n\r\u000c]+/,ee=/^[, \t\n\r\u000c]+/;function absoluteToDoc(e,t){if(!t||""===t.trim())return t;let r=e.createElement("a");return r.href=t,r.href}function getHref(){let e=document.createElement("a");return e.href="",e.href}function transformAttribute(e,t,r,n,i,s){return n?"src"!==r&&("href"!==r||"use"===t&&"#"===n[0])&&("xlink:href"!==r||"#"===n[0])&&("background"!==r||"table"!==t&&"td"!==t&&"th"!==t)?"srcset"===r?function(e,t){if(""===t.trim())return t;let r=0;function collectCharacters(e){let n;let i=e.exec(t.substring(r));return i?(n=i[0],r+=n.length,n):""}let n=[];for(;collectCharacters(ee),!(r>=t.length);){let i=collectCharacters(Z);if(","===i.slice(-1))i=absoluteToDoc(e,i.substring(0,i.length-1)),n.push(i);else{let s="";i=absoluteToDoc(e,i);let a=!1;for(;;){let e=t.charAt(r);if(""===e){n.push((i+s).trim());break}if(a)")"===e&&(a=!1);else{if(","===e){r+=1,n.push((i+s).trim());break}"("===e&&(a=!0)}s+=e,r+=1}}}return n.join(", ")}(e,n):"style"===r?absoluteToStylesheet(n,getHref()):"object"===t&&"data"===r?absoluteToDoc(e,n):"function"==typeof s?s(r,n,i):n:absoluteToDoc(e,n):n}function ignoreAttribute(e,t,r){return("video"===e||"audio"===e)&&"autoplay"===t}function distanceToMatch(e,t,r=1/0,n=0){return!e||e.nodeType!==e.ELEMENT_NODE||n>r?-1:t(e)?n:distanceToMatch(e.parentNode,t,r,n+1)}function createMatchPredicate(e,t){return r=>{if(null===r)return!1;try{if(e){if("string"==typeof e){if(r.matches(`.${e}`))return!0}else if(function(e,t){for(let r=e.classList.length;r--;){let n=e.classList[r];if(t.test(n))return!0}return!1}(r,e))return!0}if(t&&r.matches(t))return!0;return!1}catch(e){return!1}}}function needMaskingText(e,t,r,n,i,s){try{let a=e.nodeType===e.ELEMENT_NODE?e:e.parentElement;if(null===a)return!1;if("INPUT"===a.tagName){let e=a.getAttribute("autocomplete");if(["current-password","new-password","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc"].includes(e))return!0}let o=-1,l=-1;if(s){if((l=distanceToMatch(a,createMatchPredicate(n,i)))<0)return!0;o=distanceToMatch(a,createMatchPredicate(t,r),l>=0?l:1/0)}else{if((o=distanceToMatch(a,createMatchPredicate(t,r)))<0)return!1;l=distanceToMatch(a,createMatchPredicate(n,i),o>=0?o:1/0)}return o>=0?!(l>=0)||o<=l:!(l>=0)&&!!s}catch(e){}return!!s}function lowerIfExists(e){return null==e?"":e.toLowerCase()}function serializeNodeWithId(e,t){let r;let{doc:s,mirror:a,blockClass:o,blockSelector:l,unblockSelector:c,maskAllText:d,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,skipChild:g=!1,inlineStylesheet:y=!0,maskInputOptions:S={},maskAttributeFn:v,maskTextFn:_,maskInputFn:b,slimDOMOptions:w,dataURLOptions:k={},inlineImages:E=!1,recordCanvas:I=!1,onSerialize:M,onIframeLoad:C,iframeLoadTimeout:R=5e3,onStylesheetLoad:T,stylesheetLoadTimeout:x=5e3,keepIframeSrcFn:A=()=>!1,newlyAddedElement:N=!1}=t,{preserveWhiteSpace:D=!0}=t,O=function(e,t){let{doc:r,mirror:s,blockClass:a,blockSelector:o,unblockSelector:l,maskAllText:c,maskAttributeFn:d,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,inlineStylesheet:g,maskInputOptions:y={},maskTextFn:S,maskInputFn:v,dataURLOptions:_={},inlineImages:b,recordCanvas:w,keepIframeSrcFn:k,newlyAddedElement:E=!1}=t,I=function(e,t){if(!t.hasNode(e))return;let r=t.getId(e);return 1===r?void 0:r}(r,s);switch(e.nodeType){case e.DOCUMENT_NODE:if("CSS1Compat"!==e.compatMode)return{type:f.Document,childNodes:[],compatMode:e.compatMode};return{type:f.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:f.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:I};case e.ELEMENT_NODE:return function(e,t){let r;let{doc:s,blockClass:a,blockSelector:o,unblockSelector:l,inlineStylesheet:c,maskInputOptions:d={},maskAttributeFn:u,maskInputFn:h,dataURLOptions:p={},inlineImages:m,recordCanvas:g,keepIframeSrcFn:y,newlyAddedElement:S=!1,rootId:v,maskAllText:_,maskTextClass:b,unmaskTextClass:w,maskTextSelector:k,unmaskTextSelector:E}=t,I=function(e,t,r,n){try{if(n&&e.matches(n))return!1;if("string"==typeof t){if(e.classList.contains(t))return!0}else for(let r=e.classList.length;r--;){let n=e.classList[r];if(t.test(n))return!0}if(r)return e.matches(r)}catch(e){}return!1}(e,a,o,l),M=function(e){if(e instanceof HTMLFormElement)return"form";let t=toLowerCase(e.tagName);return J.test(t)?"div":t}(e),C={},R=e.attributes.length;for(let t=0;tt.href===e.href),r=null;t&&(r=stringifyStylesheet(t)),r&&(delete C.rel,delete C.href,C._cssText=absoluteToStylesheet(r,t.href))}if("style"===M&&e.sheet&&!(e.innerText||e.textContent||"").trim().length){let t=stringifyStylesheet(e.sheet);t&&(C._cssText=absoluteToStylesheet(t,getHref()))}if("input"===M||"textarea"===M||"select"===M||"option"===M){let t=getInputType(e),r=getInputValue(e,toUpperCase(M),t),n=e.checked;if("submit"!==t&&"button"!==t&&r){let n=needMaskingText(e,b,k,w,E,shouldMaskInput({type:t,tagName:toUpperCase(M),maskInputOptions:d}));C.value=maskInputValue({isMasked:n,element:e,value:r,maskInputFn:h})}n&&(C.checked=n)}if("option"===M&&(e.selected&&!d.select?C.selected=!0:delete C.selected),"canvas"===M&&g){if("2d"===e.__context)!function(e){let t=e.getContext("2d");if(!t)return!0;for(let r=0;r0!==e))return!1}return!0}(e)&&(C.rr_dataURL=e.toDataURL(p.type,p.quality));else if(!("__context"in e)){let t=e.toDataURL(p.type,p.quality),r=document.createElement("canvas");r.width=e.width,r.height=e.height;let n=r.toDataURL(p.type,p.quality);t!==n&&(C.rr_dataURL=t)}}if("img"===M&&m){n||(i=(n=s.createElement("canvas")).getContext("2d"));let t=e.crossOrigin;e.crossOrigin="anonymous";let recordInlineImage=()=>{e.removeEventListener("load",recordInlineImage);try{n.width=e.naturalWidth,n.height=e.naturalHeight,i.drawImage(e,0,0),C.rr_dataURL=n.toDataURL(p.type,p.quality)}catch(t){console.warn(`Cannot inline img src=${e.currentSrc}! Error: ${t}`)}t?C.crossOrigin=t:e.removeAttribute("crossorigin")};e.complete&&0!==e.naturalWidth?recordInlineImage():e.addEventListener("load",recordInlineImage)}if(("audio"===M||"video"===M)&&(C.rr_mediaState=e.paused?"paused":"played",C.rr_mediaCurrentTime=e.currentTime),!S&&(e.scrollLeft&&(C.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(C.rr_scrollTop=e.scrollTop)),I){let{width:t,height:r}=e.getBoundingClientRect();C={class:C.class,rr_width:`${t}px`,rr_height:`${r}px`}}"iframe"!==M||y(C.src)||(e.contentDocument||(C.rr_src=C.src),delete C.src);try{customElements.get(M)&&(r=!0)}catch(e){}return{type:f.Element,tagName:M,attributes:C,childNodes:[],isSVG:!!("svg"===e.tagName||e.ownerSVGElement)||void 0,needBlock:I,rootId:v,isCustom:r}}(e,{doc:r,blockClass:a,blockSelector:o,unblockSelector:l,inlineStylesheet:g,maskAttributeFn:d,maskInputOptions:y,maskInputFn:v,dataURLOptions:_,inlineImages:b,recordCanvas:w,keepIframeSrcFn:k,newlyAddedElement:E,rootId:I,maskAllText:c,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m});case e.TEXT_NODE:return function(e,t){let{maskAllText:r,maskTextClass:n,unmaskTextClass:i,maskTextSelector:s,unmaskTextSelector:a,maskTextFn:o,maskInputOptions:l,maskInputFn:c,rootId:d}=t,u=e.parentNode&&e.parentNode.tagName,h=e.textContent,p="STYLE"===u||void 0,m="SCRIPT"===u||void 0,g="TEXTAREA"===u||void 0;if(p&&h){try{e.nextSibling||e.previousSibling||_optionalChain$5([e,"access",e=>e.parentNode,"access",e=>e.sheet,"optionalAccess",e=>e.cssRules])&&(h=stringifyStylesheet(e.parentNode.sheet))}catch(t){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${t}`,e)}h=absoluteToStylesheet(h,getHref())}m&&(h="SCRIPT_PLACEHOLDER");let y=needMaskingText(e,n,s,i,a,r);if(p||m||g||!h||!y||(h=o?o(h,e.parentElement):h.replace(/[\S]/g,"*")),g&&h&&(l.textarea||y)&&(h=c?c(h,e.parentNode):h.replace(/[\S]/g,"*")),"OPTION"===u&&h){let t=shouldMaskInput({type:null,tagName:u,maskInputOptions:l});h=maskInputValue({isMasked:needMaskingText(e,n,s,i,a,t),element:e,value:h,maskInputFn:c})}return{type:f.Text,textContent:h||"",isStyle:p,rootId:d}}(e,{maskAllText:c,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,maskTextFn:S,maskInputOptions:y,maskInputFn:v,rootId:I});case e.CDATA_SECTION_NODE:return{type:f.CDATA,textContent:"",rootId:I};case e.COMMENT_NODE:return{type:f.Comment,textContent:e.textContent||"",rootId:I};default:return!1}}(e,{doc:s,mirror:a,blockClass:o,blockSelector:l,maskAllText:d,unblockSelector:c,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,inlineStylesheet:y,maskInputOptions:S,maskAttributeFn:v,maskTextFn:_,maskInputFn:b,dataURLOptions:k,inlineImages:E,recordCanvas:I,keepIframeSrcFn:A,newlyAddedElement:N});if(!O)return console.warn(e,"not serialized"),null;r=a.hasNode(e)?a.getId(e):!function(e,t){if(t.comment&&e.type===f.Comment)return!0;if(e.type===f.Element){if(t.script&&("script"===e.tagName||"link"===e.tagName&&("preload"===e.attributes.rel||"modulepreload"===e.attributes.rel)&&"script"===e.attributes.as||"link"===e.tagName&&"prefetch"===e.attributes.rel&&"string"==typeof e.attributes.href&&e.attributes.href.endsWith(".js"))||t.headFavicon&&("link"===e.tagName&&"shortcut icon"===e.attributes.rel||"meta"===e.tagName&&(lowerIfExists(e.attributes.name).match(/^msapplication-tile(image|color)$/)||"application-name"===lowerIfExists(e.attributes.name)||"icon"===lowerIfExists(e.attributes.rel)||"apple-touch-icon"===lowerIfExists(e.attributes.rel)||"shortcut icon"===lowerIfExists(e.attributes.rel))))return!0;if("meta"===e.tagName){if(t.headMetaDescKeywords&&lowerIfExists(e.attributes.name).match(/^description|keywords$/)||t.headMetaSocial&&(lowerIfExists(e.attributes.property).match(/^(og|twitter|fb):/)||lowerIfExists(e.attributes.name).match(/^(og|twitter):/)||"pinterest"===lowerIfExists(e.attributes.name)))return!0;if(t.headMetaRobots&&("robots"===lowerIfExists(e.attributes.name)||"googlebot"===lowerIfExists(e.attributes.name)||"bingbot"===lowerIfExists(e.attributes.name)))return!0;if(t.headMetaHttpEquiv&&void 0!==e.attributes["http-equiv"])return!0;else if(t.headMetaAuthorship&&("author"===lowerIfExists(e.attributes.name)||"generator"===lowerIfExists(e.attributes.name)||"framework"===lowerIfExists(e.attributes.name)||"publisher"===lowerIfExists(e.attributes.name)||"progid"===lowerIfExists(e.attributes.name)||lowerIfExists(e.attributes.property).match(/^article:/)||lowerIfExists(e.attributes.property).match(/^product:/)))return!0;else if(t.headMetaVerification&&("google-site-verification"===lowerIfExists(e.attributes.name)||"yandex-verification"===lowerIfExists(e.attributes.name)||"csrf-token"===lowerIfExists(e.attributes.name)||"p:domain_verify"===lowerIfExists(e.attributes.name)||"verify-v1"===lowerIfExists(e.attributes.name)||"verification"===lowerIfExists(e.attributes.name)||"shopify-checkout-api-token"===lowerIfExists(e.attributes.name)))return!0}}return!1}(O,w)&&(D||O.type!==f.Text||O.isStyle||O.textContent.replace(/^\s+|\s+$/gm,"").length)?genId():-2;let L=Object.assign(O,{id:r});if(a.add(e,L),-2===r)return null;M&&M(e);let B=!g;if(L.type===f.Element){B=B&&!L.needBlock,delete L.needBlock;let t=e.shadowRoot;t&&isNativeShadowDom(t)&&(L.isShadowHost=!0)}if((L.type===f.Document||L.type===f.Element)&&B){w.headWhitespace&&L.type===f.Element&&"head"===L.tagName&&(D=!1);let t={doc:s,mirror:a,blockClass:o,blockSelector:l,maskAllText:d,unblockSelector:c,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,skipChild:g,inlineStylesheet:y,maskInputOptions:S,maskAttributeFn:v,maskTextFn:_,maskInputFn:b,slimDOMOptions:w,dataURLOptions:k,inlineImages:E,recordCanvas:I,preserveWhiteSpace:D,onSerialize:M,onIframeLoad:C,iframeLoadTimeout:R,onStylesheetLoad:T,stylesheetLoadTimeout:x,keepIframeSrcFn:A};for(let r of Array.from(e.childNodes)){let e=serializeNodeWithId(r,t);e&&L.childNodes.push(e)}if(e.nodeType===e.ELEMENT_NODE&&e.shadowRoot)for(let r of Array.from(e.shadowRoot.childNodes)){let n=serializeNodeWithId(r,t);n&&(isNativeShadowDom(e.shadowRoot)&&(n.isShadow=!0),L.childNodes.push(n))}}return e.parentNode&&isShadowRoot(e.parentNode)&&isNativeShadowDom(e.parentNode)&&(L.isShadow=!0),L.type===f.Element&&"iframe"===L.tagName&&function(e,t,r){let n;let i=e.contentWindow;if(!i)return;let s=!1;try{n=i.document.readyState}catch(e){return}if("complete"!==n){let n=setTimeout(()=>{s||(t(),s=!0)},r);e.addEventListener("load",()=>{clearTimeout(n),s=!0,t()});return}let a="about:blank";if(i.location.href!==a||e.src===a||""===e.src)return setTimeout(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}(e,()=>{let t=e.contentDocument;if(t&&C){let r=serializeNodeWithId(t,{doc:t,mirror:a,blockClass:o,blockSelector:l,unblockSelector:c,maskAllText:d,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,skipChild:!1,inlineStylesheet:y,maskInputOptions:S,maskAttributeFn:v,maskTextFn:_,maskInputFn:b,slimDOMOptions:w,dataURLOptions:k,inlineImages:E,recordCanvas:I,preserveWhiteSpace:D,onSerialize:M,onIframeLoad:C,iframeLoadTimeout:R,onStylesheetLoad:T,stylesheetLoadTimeout:x,keepIframeSrcFn:A});r&&C(e,r)}},R),L.type===f.Element&&"link"===L.tagName&&"stylesheet"===L.attributes.rel&&function(e,t,r){let n,i=!1;try{n=e.sheet}catch(e){return}if(n)return;let s=setTimeout(()=>{i||(t(),i=!0)},r);e.addEventListener("load",()=>{clearTimeout(s),i=!0,t()})}(e,()=>{if(T){let t=serializeNodeWithId(e,{doc:s,mirror:a,blockClass:o,blockSelector:l,unblockSelector:c,maskAllText:d,maskTextClass:u,unmaskTextClass:h,maskTextSelector:p,unmaskTextSelector:m,skipChild:!1,inlineStylesheet:y,maskInputOptions:S,maskAttributeFn:v,maskTextFn:_,maskInputFn:b,slimDOMOptions:w,dataURLOptions:k,inlineImages:E,recordCanvas:I,preserveWhiteSpace:D,onSerialize:M,onIframeLoad:C,iframeLoadTimeout:R,onStylesheetLoad:T,stylesheetLoadTimeout:x,keepIframeSrcFn:A});t&&T(e,t)}},x),L}function _optionalChain$4(e){let t;let r=e[0],n=1;for(;nr.call(t,...e)),t=void 0)}return r}function on(e,t,r=document){let n={capture:!0,passive:!0};return r.addEventListener(e,t,n),()=>r.removeEventListener(e,t,n)}let et="Please stop import mirror directly. Instead of that,\r\nnow you can use replayer.getMirror() to access the mirror instance of a replayer,\r\nor you can use record.mirror to access the mirror instance during recording.",er={map:{},getId:()=>(console.error(et),-1),getNode:()=>(console.error(et),null),removeNodeFromMap(){console.error(et)},has:()=>(console.error(et),!1),reset(){console.error(et)}};function throttle$1(e,t,r={}){let n=null,i=0;return function(...s){let a=Date.now();i||!1!==r.leading||(i=a);let o=t-(a-i),l=this;o<=0||o>t?(n&&(function(...e){getImplementation("clearTimeout")(...e)}(n),n=null),i=a,e.apply(l,s)):n||!1===r.trailing||(n=setTimeout$1(()=>{i=!1===r.leading?0:Date.now(),n=null,e.apply(l,s)},o))}}function patch(e,t,r){try{if(!(t in e))return()=>{};let n=e[t],i=r(n);return"function"==typeof i&&(i.prototype=i.prototype||{},Object.defineProperties(i,{__rrweb_original__:{enumerable:!1,value:n}})),e[t]=i,()=>{e[t]=n}}catch(e){return()=>{}}}"undefined"!=typeof window&&window.Proxy&&window.Reflect&&(er=new Proxy(er,{get:(e,t,r)=>("map"===t&&console.error(et),Reflect.get(e,t,r))}));let en=Date.now;function getWindowScroll(e){let t=e.document;return{left:t.scrollingElement?t.scrollingElement.scrollLeft:void 0!==e.pageXOffset?e.pageXOffset:_optionalChain$4([t,"optionalAccess",e=>e.documentElement,"access",e=>e.scrollLeft])||_optionalChain$4([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.parentElement,"optionalAccess",e=>e.scrollLeft])||_optionalChain$4([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.scrollLeft])||0,top:t.scrollingElement?t.scrollingElement.scrollTop:void 0!==e.pageYOffset?e.pageYOffset:_optionalChain$4([t,"optionalAccess",e=>e.documentElement,"access",e=>e.scrollTop])||_optionalChain$4([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.parentElement,"optionalAccess",e=>e.scrollTop])||_optionalChain$4([t,"optionalAccess",e=>e.body,"optionalAccess",e=>e.scrollTop])||0}}function getWindowHeight(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function getWindowWidth(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function closestElementOfNode(e){if(!e)return null;let t=e.nodeType===e.ELEMENT_NODE?e:e.parentElement;return t}function isBlocked(e,t,r,n,i){if(!e)return!1;let s=closestElementOfNode(e);if(!s)return!1;let a=createMatchPredicate(t,r);if(!i){let e=n&&s.matches(n);return a(s)&&!e}let o=distanceToMatch(s,a),l=-1;return!(o<0)&&(n&&(l=distanceToMatch(s,createMatchPredicate(null,n))),o>-1&&l<0||oe.shadowRoot])}/[1-9][0-9]{12}/.test(Date.now().toString())||(en=()=>new Date().getTime());let StyleSheetMirror=class StyleSheetMirror{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(e){return(0,y.h)(this.styleIDMap.get(e),()=>-1)}has(e){return this.styleIDMap.has(e)}add(e,t){let r;return this.has(e)?this.getId(e):(r=void 0===t?this.id++:t,this.styleIDMap.set(e,r),this.idStyleMap.set(r,e),r)}getStyle(e){return this.idStyleMap.get(e)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}};function getShadowHost(e){let t=null;return _optionalChain$4([e,"access",e=>e.getRootNode,"optionalCall",e=>e(),"optionalAccess",e=>e.nodeType])===Node.DOCUMENT_FRAGMENT_NODE&&e.getRootNode().host&&(t=e.getRootNode().host),t}function inDom(e){let t=e.ownerDocument;return!!t&&(t.contains(e)||function(e){let t=e.ownerDocument;if(!t)return!1;let r=function(e){let t,r=e;for(;t=getShadowHost(r);)r=t;return r}(e);return t.contains(r)}(e))}let ei={};function getImplementation(e){let t=ei[e];if(t)return t;let r=window.document,n=window[e];if(r&&"function"==typeof r.createElement)try{let t=r.createElement("iframe");t.hidden=!0,r.head.appendChild(t);let i=t.contentWindow;i&&i[e]&&(n=i[e]),r.head.removeChild(t)}catch(e){}return ei[e]=n.bind(window)}function setTimeout$1(...e){return getImplementation("setTimeout")(...e)}var es=((d=es||{})[d.DomContentLoaded=0]="DomContentLoaded",d[d.Load=1]="Load",d[d.FullSnapshot=2]="FullSnapshot",d[d.IncrementalSnapshot=3]="IncrementalSnapshot",d[d.Meta=4]="Meta",d[d.Custom=5]="Custom",d[d.Plugin=6]="Plugin",d),ea=((u=ea||{})[u.Mutation=0]="Mutation",u[u.MouseMove=1]="MouseMove",u[u.MouseInteraction=2]="MouseInteraction",u[u.Scroll=3]="Scroll",u[u.ViewportResize=4]="ViewportResize",u[u.Input=5]="Input",u[u.TouchMove=6]="TouchMove",u[u.MediaInteraction=7]="MediaInteraction",u[u.StyleSheetRule=8]="StyleSheetRule",u[u.CanvasMutation=9]="CanvasMutation",u[u.Font=10]="Font",u[u.Log=11]="Log",u[u.Drag=12]="Drag",u[u.StyleDeclaration=13]="StyleDeclaration",u[u.Selection=14]="Selection",u[u.AdoptedStyleSheet=15]="AdoptedStyleSheet",u[u.CustomElement=16]="CustomElement",u),eo=((h=eo||{})[h.MouseUp=0]="MouseUp",h[h.MouseDown=1]="MouseDown",h[h.Click=2]="Click",h[h.ContextMenu=3]="ContextMenu",h[h.DblClick=4]="DblClick",h[h.Focus=5]="Focus",h[h.Blur=6]="Blur",h[h.TouchStart=7]="TouchStart",h[h.TouchMove_Departed=8]="TouchMove_Departed",h[h.TouchEnd=9]="TouchEnd",h[h.TouchCancel=10]="TouchCancel",h),el=((p=el||{})[p.Mouse=0]="Mouse",p[p.Pen=1]="Pen",p[p.Touch=2]="Touch",p);let DoubleLinkedList=class DoubleLinkedList{constructor(){this.length=0,this.head=null,this.tail=null}get(e){if(e>=this.length)throw Error("Position outside of list range");let t=this.head;for(let r=0;rr.call(t,...e)),t=void 0)}return r}([t,"optionalAccess",e=>e.next])||null;return t}addNode(e){let t={value:e,previous:null,next:null};if(e.__ln=t,e.previousSibling&&"__ln"in e.previousSibling){let r=e.previousSibling.__ln.next;t.next=r,t.previous=e.previousSibling.__ln,e.previousSibling.__ln.next=t,r&&(r.previous=t)}else if(e.nextSibling&&"__ln"in e.nextSibling&&e.nextSibling.__ln.previous){let r=e.nextSibling.__ln.previous;t.previous=r,t.next=e.nextSibling.__ln,e.nextSibling.__ln.previous=t,r&&(r.next=t)}else this.head&&(this.head.previous=t),t.next=this.head,this.head=t;null===t.next&&(this.tail=t),this.length++}removeNode(e){let t=e.__ln;this.head&&(t.previous?(t.previous.next=t.next,t.next?t.next.previous=t.previous:this.tail=t.previous):(this.head=t.next,this.head?this.head.previous=null:this.tail=null),e.__ln&&delete e.__ln,this.length--)}};let moveKey=(e,t)=>`${e}@${t}`;let MutationBuffer=class MutationBuffer{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=e=>{e.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;let e=[],t=new Set,r=new DoubleLinkedList,getNextId=e=>{let t=e,r=-2;for(;-2===r;)r=(t=t&&t.nextSibling)&&this.mirror.getId(t);return r},pushAdd=n=>{if(!n.parentNode||!inDom(n))return;let i=isShadowRoot(n.parentNode)?this.mirror.getId(getShadowHost(n)):this.mirror.getId(n.parentNode),s=getNextId(n);if(-1===i||-1===s)return r.addNode(n);let a=serializeNodeWithId(n,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:e=>{isSerializedIframe(e,this.mirror)&&this.iframeManager.addIframe(e),isSerializedStylesheet(e,this.mirror)&&this.stylesheetManager.trackLinkElement(e),hasShadowRoot(n)&&this.shadowDomManager.addShadowRoot(n.shadowRoot,this.doc)},onIframeLoad:(e,t)=>{this.iframeManager.attachIframe(e,t),this.shadowDomManager.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{this.stylesheetManager.attachLinkElement(e,t)}});a&&(e.push({parentId:i,nextId:s,node:a}),t.add(a.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(let e of this.movedSet)(!isParentRemoved(this.removes,e,this.mirror)||this.movedSet.has(e.parentNode))&&pushAdd(e);for(let e of this.addedSet)isAncestorInSet(this.droppedSet,e)||isParentRemoved(this.removes,e,this.mirror)?isAncestorInSet(this.movedSet,e)?pushAdd(e):this.droppedSet.add(e):pushAdd(e);let n=null;for(;r.length;){let e=null;if(n){let t=this.mirror.getId(n.value.parentNode),r=getNextId(n.value);-1!==t&&-1!==r&&(e=n)}if(!e){let t=r.tail;for(;t;){let r=t;if(t=t.previous,r){let t=this.mirror.getId(r.value.parentNode),n=getNextId(r.value);if(-1===n)continue;if(-1!==t){e=r;break}{let t=r.value;if(t.parentNode&&t.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){let n=t.parentNode.host,i=this.mirror.getId(n);if(-1!==i){e=r;break}}}}}}if(!e){for(;r.head;)r.removeNode(r.head.value);break}n=e.previous,r.removeNode(e.value),pushAdd(e.value)}let i={texts:this.texts.map(e=>({id:this.mirror.getId(e.node),value:e.value})).filter(e=>!t.has(e.id)).filter(e=>this.mirror.has(e.id)),attributes:this.attributes.map(e=>{let{attributes:t}=e;if("string"==typeof t.style){let r=JSON.stringify(e.styleDiff),n=JSON.stringify(e._unchangedStyles);r.length!t.has(e.id)).filter(e=>this.mirror.has(e.id)),removes:this.removes,adds:e};(i.texts.length||i.attributes.length||i.removes.length||i.adds.length)&&(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(i))},this.processMutation=e=>{if(!isIgnored(e.target,this.mirror))switch(e.type){case"characterData":{let t=e.target.textContent;isBlocked(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||t===e.oldValue||this.texts.push({value:needMaskingText(e.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&t?this.maskTextFn?this.maskTextFn(t,closestElementOfNode(e.target)):t.replace(/[\S]/g,"*"):t,node:e.target});break}case"attributes":{let t=e.target,r=e.attributeName,n=e.target.getAttribute(r);if("value"===r){let r=getInputType(t),i=t.tagName;n=getInputValue(t,i,r);let s=shouldMaskInput({maskInputOptions:this.maskInputOptions,tagName:i,type:r}),a=needMaskingText(e.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,s);n=maskInputValue({isMasked:a,element:t,value:n,maskInputFn:this.maskInputFn})}if(isBlocked(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||n===e.oldValue)return;let i=this.attributeMap.get(e.target);if("IFRAME"===t.tagName&&"src"===r&&!this.keepIframeSrcFn(n)){if(t.contentDocument)return;r="rr_src"}if(i||(i={node:e.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(i),this.attributeMap.set(e.target,i)),"type"===r&&"INPUT"===t.tagName&&"password"===(e.oldValue||"").toLowerCase()&&t.setAttribute("data-rr-is-password","true"),!ignoreAttribute(t.tagName,r)&&(i.attributes[r]=transformAttribute(this.doc,toLowerCase(t.tagName),toLowerCase(r),n,t,this.maskAttributeFn),"style"===r)){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch(e){this.unattachedDoc=this.doc}let r=this.unattachedDoc.createElement("span");for(let n of(e.oldValue&&r.setAttribute("style",e.oldValue),Array.from(t.style))){let e=t.style.getPropertyValue(n),s=t.style.getPropertyPriority(n);e!==r.style.getPropertyValue(n)||s!==r.style.getPropertyPriority(n)?""===s?i.styleDiff[n]=e:i.styleDiff[n]=[e,s]:i._unchangedStyles[n]=[e,s]}for(let e of Array.from(r.style))""===t.style.getPropertyValue(e)&&(i.styleDiff[e]=!1)}break}case"childList":if(isBlocked(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;e.addedNodes.forEach(t=>this.genAdds(t,e.target)),e.removedNodes.forEach(t=>{let r=this.mirror.getId(t),n=isShadowRoot(e.target)?this.mirror.getId(e.target.host):this.mirror.getId(e.target);isBlocked(e.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||isIgnored(t,this.mirror)||-1===this.mirror.getId(t)||(this.addedSet.has(t)?(deepDelete(this.addedSet,t),this.droppedSet.add(t)):this.addedSet.has(e.target)&&-1===r||function isAncestorRemoved(e,t){if(isShadowRoot(e))return!1;let r=t.getId(e);return!t.has(r)||(!e.parentNode||e.parentNode.nodeType!==e.DOCUMENT_NODE)&&(!e.parentNode||isAncestorRemoved(e.parentNode,t))}(e.target,this.mirror)||(this.movedSet.has(t)&&this.movedMap[moveKey(r,n)]?deepDelete(this.movedSet,t):this.removes.push({parentId:n,id:r,isShadow:!!(isShadowRoot(e.target)&&isNativeShadowDom(e.target))||void 0})),this.mapRemoves.push(t))})}},this.genAdds=(e,t)=>{if(!this.processedNodeManager.inOtherBuffer(e,this)&&!(this.addedSet.has(e)||this.movedSet.has(e))){if(this.mirror.hasNode(e)){if(isIgnored(e,this.mirror))return;this.movedSet.add(e);let r=null;t&&this.mirror.hasNode(t)&&(r=this.mirror.getId(t)),r&&-1!==r&&(this.movedMap[moveKey(this.mirror.getId(e),r)]=!0)}else this.addedSet.add(e),this.droppedSet.delete(e);!isBlocked(e,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&(e.childNodes.forEach(e=>this.genAdds(e)),hasShadowRoot(e)&&e.shadowRoot.childNodes.forEach(t=>{this.processedNodeManager.add(t,this),this.genAdds(t,e)}))}}}init(e){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach(t=>{this[t]=e[t]})}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}};function deepDelete(e,t){e.delete(t),t.childNodes.forEach(t=>deepDelete(e,t))}function isParentRemoved(e,t,r){return 0!==e.length&&function _isParentRemoved(e,t,r){let{parentNode:n}=t;if(!n)return!1;let i=r.getId(n);return!!e.some(e=>e.id===i)||_isParentRemoved(e,n,r)}(e,t,r)}function isAncestorInSet(e,t){return 0!==e.size&&function _isAncestorInSet(e,t){let{parentNode:r}=t;return!!r&&(!!e.has(r)||_isAncestorInSet(e,r))}(e,t)}let callbackWrapper=e=>s?(...t)=>{try{return e(...t)}catch(e){if(s&&!0===s(e))return()=>{};throw e}}:e;function _optionalChain$2(e){let t;let r=e[0],n=1;for(;nr.call(t,...e)),t=void 0)}return r}let ec=[];function getEventTarget(e){try{if("composedPath"in e){let t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch(e){}return e&&e.target}function initMutationObserver(e,t){let r=new MutationBuffer;ec.push(r),r.init(e);let n=window.MutationObserver||window.__rrMutationObserver,i=_optionalChain$2([window,"optionalAccess",e=>e.Zone,"optionalAccess",e=>e.__symbol__,"optionalCall",e=>e("MutationObserver")]);i&&window[i]&&(n=window[i]);let s=new n(callbackWrapper(t=>{e.onMutation&&!1===e.onMutation(t)||r.processMutations.bind(r)(t)}));return s.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),s}function initScrollObserver({scrollCb:e,doc:t,mirror:r,blockClass:n,blockSelector:i,unblockSelector:s,sampling:a}){let o=callbackWrapper(throttle$1(callbackWrapper(a=>{let o=getEventTarget(a);if(!o||isBlocked(o,n,i,s,!0))return;let l=r.getId(o);if(o===t&&t.defaultView){let r=getWindowScroll(t.defaultView);e({id:l,x:r.left,y:r.top})}else e({id:l,x:o.scrollLeft,y:o.scrollTop})}),a.scroll||100));return on("scroll",o,t)}let ed=["INPUT","TEXTAREA","SELECT"],eu=new WeakMap;function getNestedCSSRulePositions(e){return function(e,t){if(hasNestedCSSRule("CSSGroupingRule")&&e.parentRule instanceof CSSGroupingRule||hasNestedCSSRule("CSSMediaRule")&&e.parentRule instanceof CSSMediaRule||hasNestedCSSRule("CSSSupportsRule")&&e.parentRule instanceof CSSSupportsRule||hasNestedCSSRule("CSSConditionRule")&&e.parentRule instanceof CSSConditionRule){let r=Array.from(e.parentRule.cssRules),n=r.indexOf(e);t.unshift(n)}else if(e.parentStyleSheet){let r=Array.from(e.parentStyleSheet.cssRules),n=r.indexOf(e);t.unshift(n)}return t}(e,[])}function getIdAndStyleId(e,t,r){let n,i;return e?(e.ownerNode?n=t.getId(e.ownerNode):i=r.getId(e),{styleId:i,id:n}):{}}function initAdoptedStyleSheetObserver({mirror:e,stylesheetManager:t},r){let n=null;n="#document"===r.nodeName?e.getId(r):e.getId(r.host);let i="#document"===r.nodeName?_optionalChain$2([r,"access",e=>e.defaultView,"optionalAccess",e=>e.Document]):_optionalChain$2([r,"access",e=>e.ownerDocument,"optionalAccess",e=>e.defaultView,"optionalAccess",e=>e.ShadowRoot]),s=_optionalChain$2([i,"optionalAccess",e=>e.prototype])?Object.getOwnPropertyDescriptor(_optionalChain$2([i,"optionalAccess",e=>e.prototype]),"adoptedStyleSheets"):void 0;return null!==n&&-1!==n&&i&&s?(Object.defineProperty(r,"adoptedStyleSheets",{configurable:s.configurable,enumerable:s.enumerable,get(){return _optionalChain$2([s,"access",e=>e.get,"optionalAccess",e=>e.call,"call",e=>e(this)])},set(e){let r=_optionalChain$2([s,"access",e=>e.set,"optionalAccess",e=>e.call,"call",t=>t(this,e)]);if(null!==n&&-1!==n)try{t.adoptStyleSheets(e,n)}catch(e){}return r}}),callbackWrapper(()=>{Object.defineProperty(r,"adoptedStyleSheets",{configurable:s.configurable,enumerable:s.enumerable,get:s.get,set:s.set})})):()=>{}}function initObservers(e,t={}){let r=e.doc.defaultView;if(!r)return()=>{};let n=initMutationObserver(e,e.doc),i=function({mousemoveCb:e,sampling:t,doc:r,mirror:n}){let i;if(!1===t.mousemove)return()=>{};let s="number"==typeof t.mousemove?t.mousemove:50,a="number"==typeof t.mousemoveCallback?t.mousemoveCallback:500,o=[],l=throttle$1(callbackWrapper(t=>{let r=Date.now()-i;e(o.map(e=>(e.timeOffset-=r,e)),t),o=[],i=null}),a),c=callbackWrapper(throttle$1(callbackWrapper(e=>{let t=getEventTarget(e),{clientX:r,clientY:s}=legacy_isTouchEvent(e)?e.changedTouches[0]:e;i||(i=en()),o.push({x:r,y:s,id:n.getId(t),timeOffset:en()-i}),l("undefined"!=typeof DragEvent&&e instanceof DragEvent?ea.Drag:e instanceof MouseEvent?ea.MouseMove:ea.TouchMove)}),s,{trailing:!1})),d=[on("mousemove",c,r),on("touchmove",c,r),on("drag",c,r)];return callbackWrapper(()=>{d.forEach(e=>e())})}(e),s=function({mouseInteractionCb:e,doc:t,mirror:r,blockClass:n,blockSelector:i,unblockSelector:s,sampling:a}){if(!1===a.mouseInteraction)return()=>{};let o=!0===a.mouseInteraction||void 0===a.mouseInteraction?{}:a.mouseInteraction,l=[],c=null,getHandler=t=>a=>{let o=getEventTarget(a);if(isBlocked(o,n,i,s,!0))return;let l=null,d=t;if("pointerType"in a){switch(a.pointerType){case"mouse":l=el.Mouse;break;case"touch":l=el.Touch;break;case"pen":l=el.Pen}l===el.Touch?eo[t]===eo.MouseDown?d="TouchStart":eo[t]===eo.MouseUp&&(d="TouchEnd"):el.Pen}else legacy_isTouchEvent(a)&&(l=el.Touch);null!==l?(c=l,(d.startsWith("Touch")&&l===el.Touch||d.startsWith("Mouse")&&l===el.Mouse)&&(l=null)):eo[t]===eo.Click&&(l=c,c=null);let u=legacy_isTouchEvent(a)?a.changedTouches[0]:a;if(!u)return;let h=r.getId(o),{clientX:p,clientY:m}=u;callbackWrapper(e)({type:eo[d],id:h,x:p,y:m,...null!==l&&{pointerType:l}})};return Object.keys(eo).filter(e=>Number.isNaN(Number(e))&&!e.endsWith("_Departed")&&!1!==o[e]).forEach(e=>{let r=toLowerCase(e),n=getHandler(e);if(window.PointerEvent)switch(eo[e]){case eo.MouseDown:case eo.MouseUp:r=r.replace("mouse","pointer");break;case eo.TouchStart:case eo.TouchEnd:return}l.push(on(r,n,t))}),callbackWrapper(()=>{l.forEach(e=>e())})}(e),a=initScrollObserver(e),o=function({viewportResizeCb:e},{win:t}){let r=-1,n=-1,i=callbackWrapper(throttle$1(callbackWrapper(()=>{let t=getWindowHeight(),i=getWindowWidth();(r!==t||n!==i)&&(e({width:Number(i),height:Number(t)}),r=t,n=i)}),200));return on("resize",i,t)}(e,{win:r}),l=function({inputCb:e,doc:t,mirror:r,blockClass:n,blockSelector:i,unblockSelector:s,ignoreClass:a,ignoreSelector:o,maskInputOptions:l,maskInputFn:c,sampling:d,userTriggeredOnInput:u,maskTextClass:h,unmaskTextClass:p,maskTextSelector:m,unmaskTextSelector:f}){function eventHandler(e){let r=getEventTarget(e),d=e.isTrusted,g=r&&toUpperCase(r.tagName);if("OPTION"===g&&(r=r.parentElement),!r||!g||0>ed.indexOf(g)||isBlocked(r,n,i,s,!0))return;let y=r;if(y.classList.contains(a)||o&&y.matches(o))return;let S=getInputType(r),v=getInputValue(y,g,S),_=!1,b=shouldMaskInput({maskInputOptions:l,tagName:g,type:S}),w=needMaskingText(r,h,m,p,f,b);("radio"===S||"checkbox"===S)&&(_=r.checked),v=maskInputValue({isMasked:w,element:r,value:v,maskInputFn:c}),cbWithDedup(r,u?{text:v,isChecked:_,userTriggered:d}:{text:v,isChecked:_});let k=r.name;"radio"===S&&k&&_&&t.querySelectorAll(`input[type="radio"][name="${k}"]`).forEach(e=>{if(e!==r){let t=maskInputValue({isMasked:w,element:e,value:getInputValue(e,g,S),maskInputFn:c});cbWithDedup(e,u?{text:t,isChecked:!_,userTriggered:!1}:{text:t,isChecked:!_})}})}function cbWithDedup(t,n){let i=eu.get(t);if(!i||i.text!==n.text||i.isChecked!==n.isChecked){eu.set(t,n);let i=r.getId(t);callbackWrapper(e)({...n,id:i})}}let g="last"===d.input?["change"]:["input","change"],y=g.map(e=>on(e,callbackWrapper(eventHandler),t)),S=t.defaultView;if(!S)return()=>{y.forEach(e=>e())};let v=S.Object.getOwnPropertyDescriptor(S.HTMLInputElement.prototype,"value"),_=[[S.HTMLInputElement.prototype,"value"],[S.HTMLInputElement.prototype,"checked"],[S.HTMLSelectElement.prototype,"value"],[S.HTMLTextAreaElement.prototype,"value"],[S.HTMLSelectElement.prototype,"selectedIndex"],[S.HTMLOptionElement.prototype,"selected"]];return v&&v.set&&y.push(..._.map(e=>(function hookSetter(e,t,r,n,i=window){let s=i.Object.getOwnPropertyDescriptor(e,t);return i.Object.defineProperty(e,t,n?r:{set(e){setTimeout$1(()=>{r.set.call(this,e)},0),s&&s.set&&s.set.call(this,e)}}),()=>hookSetter(e,t,s||{},!0)})(e[0],e[1],{set(){callbackWrapper(eventHandler)({target:this,isTrusted:!1})}},!1,S))),callbackWrapper(()=>{y.forEach(e=>e())})}(e),c=function({mediaInteractionCb:e,blockClass:t,blockSelector:r,unblockSelector:n,mirror:i,sampling:s,doc:a}){let o=callbackWrapper(a=>throttle$1(callbackWrapper(s=>{let o=getEventTarget(s);if(!o||isBlocked(o,t,r,n,!0))return;let{currentTime:l,volume:c,muted:d,playbackRate:u}=o;e({type:a,id:i.getId(o),currentTime:l,volume:c,muted:d,playbackRate:u})}),s.media||500)),l=[on("play",o(0),a),on("pause",o(1),a),on("seeked",o(2),a),on("volumechange",o(3),a),on("ratechange",o(4),a)];return callbackWrapper(()=>{l.forEach(e=>e())})}(e),d=function({styleSheetRuleCb:e,mirror:t,stylesheetManager:r},{win:n}){let i,s;if(!n.CSSStyleSheet||!n.CSSStyleSheet.prototype)return()=>{};let a=n.CSSStyleSheet.prototype.insertRule;n.CSSStyleSheet.prototype.insertRule=new Proxy(a,{apply:callbackWrapper((n,i,s)=>{let[a,o]=s,{id:l,styleId:c}=getIdAndStyleId(i,t,r.styleMirror);return(l&&-1!==l||c&&-1!==c)&&e({id:l,styleId:c,adds:[{rule:a,index:o}]}),n.apply(i,s)})});let o=n.CSSStyleSheet.prototype.deleteRule;n.CSSStyleSheet.prototype.deleteRule=new Proxy(o,{apply:callbackWrapper((n,i,s)=>{let[a]=s,{id:o,styleId:l}=getIdAndStyleId(i,t,r.styleMirror);return(o&&-1!==o||l&&-1!==l)&&e({id:o,styleId:l,removes:[{index:a}]}),n.apply(i,s)})}),n.CSSStyleSheet.prototype.replace&&(i=n.CSSStyleSheet.prototype.replace,n.CSSStyleSheet.prototype.replace=new Proxy(i,{apply:callbackWrapper((n,i,s)=>{let[a]=s,{id:o,styleId:l}=getIdAndStyleId(i,t,r.styleMirror);return(o&&-1!==o||l&&-1!==l)&&e({id:o,styleId:l,replace:a}),n.apply(i,s)})})),n.CSSStyleSheet.prototype.replaceSync&&(s=n.CSSStyleSheet.prototype.replaceSync,n.CSSStyleSheet.prototype.replaceSync=new Proxy(s,{apply:callbackWrapper((n,i,s)=>{let[a]=s,{id:o,styleId:l}=getIdAndStyleId(i,t,r.styleMirror);return(o&&-1!==o||l&&-1!==l)&&e({id:o,styleId:l,replaceSync:a}),n.apply(i,s)})}));let l={};canMonkeyPatchNestedCSSRule("CSSGroupingRule")?l.CSSGroupingRule=n.CSSGroupingRule:(canMonkeyPatchNestedCSSRule("CSSMediaRule")&&(l.CSSMediaRule=n.CSSMediaRule),canMonkeyPatchNestedCSSRule("CSSConditionRule")&&(l.CSSConditionRule=n.CSSConditionRule),canMonkeyPatchNestedCSSRule("CSSSupportsRule")&&(l.CSSSupportsRule=n.CSSSupportsRule));let c={};return Object.entries(l).forEach(([n,i])=>{c[n]={insertRule:i.prototype.insertRule,deleteRule:i.prototype.deleteRule},i.prototype.insertRule=new Proxy(c[n].insertRule,{apply:callbackWrapper((n,i,s)=>{let[a,o]=s,{id:l,styleId:c}=getIdAndStyleId(i.parentStyleSheet,t,r.styleMirror);return(l&&-1!==l||c&&-1!==c)&&e({id:l,styleId:c,adds:[{rule:a,index:[...getNestedCSSRulePositions(i),o||0]}]}),n.apply(i,s)})}),i.prototype.deleteRule=new Proxy(c[n].deleteRule,{apply:callbackWrapper((n,i,s)=>{let[a]=s,{id:o,styleId:l}=getIdAndStyleId(i.parentStyleSheet,t,r.styleMirror);return(o&&-1!==o||l&&-1!==l)&&e({id:o,styleId:l,removes:[{index:[...getNestedCSSRulePositions(i),a]}]}),n.apply(i,s)})})}),callbackWrapper(()=>{n.CSSStyleSheet.prototype.insertRule=a,n.CSSStyleSheet.prototype.deleteRule=o,i&&(n.CSSStyleSheet.prototype.replace=i),s&&(n.CSSStyleSheet.prototype.replaceSync=s),Object.entries(l).forEach(([e,t])=>{t.prototype.insertRule=c[e].insertRule,t.prototype.deleteRule=c[e].deleteRule})})}(e,{win:r}),u=initAdoptedStyleSheetObserver(e,e.doc),h=function({styleDeclarationCb:e,mirror:t,ignoreCSSAttributes:r,stylesheetManager:n},{win:i}){let s=i.CSSStyleDeclaration.prototype.setProperty;i.CSSStyleDeclaration.prototype.setProperty=new Proxy(s,{apply:callbackWrapper((i,a,o)=>{let[l,c,d]=o;if(r.has(l))return s.apply(a,[l,c,d]);let{id:u,styleId:h}=getIdAndStyleId(_optionalChain$2([a,"access",e=>e.parentRule,"optionalAccess",e=>e.parentStyleSheet]),t,n.styleMirror);return(u&&-1!==u||h&&-1!==h)&&e({id:u,styleId:h,set:{property:l,value:c,priority:d},index:getNestedCSSRulePositions(a.parentRule)}),i.apply(a,o)})});let a=i.CSSStyleDeclaration.prototype.removeProperty;return i.CSSStyleDeclaration.prototype.removeProperty=new Proxy(a,{apply:callbackWrapper((i,s,o)=>{let[l]=o;if(r.has(l))return a.apply(s,[l]);let{id:c,styleId:d}=getIdAndStyleId(_optionalChain$2([s,"access",e=>e.parentRule,"optionalAccess",e=>e.parentStyleSheet]),t,n.styleMirror);return(c&&-1!==c||d&&-1!==d)&&e({id:c,styleId:d,remove:{property:l},index:getNestedCSSRulePositions(s.parentRule)}),i.apply(s,o)})}),callbackWrapper(()=>{i.CSSStyleDeclaration.prototype.setProperty=s,i.CSSStyleDeclaration.prototype.removeProperty=a})}(e,{win:r}),p=e.collectFonts?function({fontCb:e,doc:t}){let r=t.defaultView;if(!r)return()=>{};let n=[],i=new WeakMap,s=r.FontFace;r.FontFace=function(e,t,r){let n=new s(e,t,r);return i.set(n,{family:e,buffer:"string"!=typeof t,descriptors:r,fontSource:"string"==typeof t?t:JSON.stringify(Array.from(new Uint8Array(t)))}),n};let a=patch(t.fonts,"add",function(t){return function(r){return setTimeout$1(callbackWrapper(()=>{let t=i.get(r);t&&(e(t),i.delete(r))}),0),t.apply(this,[r])}});return n.push(()=>{r.FontFace=s}),n.push(a),callbackWrapper(()=>{n.forEach(e=>e())})}(e):()=>{},m=function(e){let{doc:t,mirror:r,blockClass:n,blockSelector:i,unblockSelector:s,selectionCb:a}=e,o=!0,l=callbackWrapper(()=>{let e=t.getSelection();if(!e||o&&_optionalChain$2([e,"optionalAccess",e=>e.isCollapsed]))return;o=e.isCollapsed||!1;let l=[],c=e.rangeCount||0;for(let t=0;t{};let n=patch(r.customElements,"define",function(e){return function(r,n,i){try{t({define:{name:r}})}catch(e){}return e.apply(this,[r,n,i])}});return n}(e),g=[];for(let t of e.plugins)g.push(t.observer(t.callback,r,t.options));return callbackWrapper(()=>{ec.forEach(e=>e.reset()),n.disconnect(),i(),s(),a(),o(),l(),c(),d(),u(),h(),p(),m(),f(),g.forEach(e=>e())})}function hasNestedCSSRule(e){return void 0!==window[e]}function canMonkeyPatchNestedCSSRule(e){return!!(void 0!==window[e]&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}let CrossOriginIframeMirror=class CrossOriginIframeMirror{constructor(e){this.generateIdFn=e,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(e,t,r,n){let i=r||this.getIdToRemoteIdMap(e),s=n||this.getRemoteIdToIdMap(e),a=i.get(t);return a||(a=this.generateIdFn(),i.set(t,a),s.set(a,t)),a}getIds(e,t){let r=this.getIdToRemoteIdMap(e),n=this.getRemoteIdToIdMap(e);return t.map(t=>this.getId(e,t,r,n))}getRemoteId(e,t,r){let n=r||this.getRemoteIdToIdMap(e);if("number"!=typeof t)return t;let i=n.get(t);return i||-1}getRemoteIds(e,t){let r=this.getRemoteIdToIdMap(e);return t.map(t=>this.getRemoteId(e,t,r))}reset(e){if(!e){this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap;return}this.iframeIdToRemoteIdMap.delete(e),this.iframeRemoteIdToIdMap.delete(e)}getIdToRemoteIdMap(e){let t=this.iframeIdToRemoteIdMap.get(e);return t||(t=new Map,this.iframeIdToRemoteIdMap.set(e,t)),t}getRemoteIdToIdMap(e){let t=this.iframeRemoteIdToIdMap.get(e);return t||(t=new Map,this.iframeRemoteIdToIdMap.set(e,t)),t}};function _optionalChain$1(e){let t;let r=e[0],n=1;for(;nr.call(t,...e)),t=void 0)}return r}let IframeManagerNoop=class IframeManagerNoop{constructor(){this.crossOriginIframeMirror=new CrossOriginIframeMirror(genId),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}};let IframeManager=class IframeManager{constructor(e){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new CrossOriginIframeMirror(genId),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=e.mutationCb,this.wrappedEmit=e.wrappedEmit,this.stylesheetManager=e.stylesheetManager,this.recordCrossOriginIframes=e.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new CrossOriginIframeMirror(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=e.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(e){this.iframes.set(e,!0),e.contentWindow&&this.crossOriginIframeMap.set(e.contentWindow,e)}addLoadListener(e){this.loadListener=e}attachIframe(e,t){this.mutationCb({adds:[{parentId:this.mirror.getId(e),nextId:null,node:t}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),_optionalChain$1([this,"access",e=>e.loadListener,"optionalCall",t=>t(e)]),e.contentDocument&&e.contentDocument.adoptedStyleSheets&&e.contentDocument.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(e.contentDocument.adoptedStyleSheets,this.mirror.getId(e.contentDocument))}handleMessage(e){if("rrweb"!==e.data.type||e.origin!==e.data.origin)return;let t=e.source;if(!t)return;let r=this.crossOriginIframeMap.get(e.source);if(!r)return;let n=this.transformCrossOriginEvent(r,e.data.event);n&&this.wrappedEmit(n,e.data.isCheckout)}transformCrossOriginEvent(e,t){switch(t.type){case es.FullSnapshot:{this.crossOriginIframeMirror.reset(e),this.crossOriginIframeStyleMirror.reset(e),this.replaceIdOnNode(t.data.node,e);let r=t.data.node.id;return this.crossOriginIframeRootIdMap.set(e,r),this.patchRootIdOnNode(t.data.node,r),{timestamp:t.timestamp,type:es.IncrementalSnapshot,data:{source:ea.Mutation,adds:[{parentId:this.mirror.getId(e),nextId:null,node:t.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case es.Meta:case es.Load:case es.DomContentLoaded:break;case es.Plugin:return t;case es.Custom:return this.replaceIds(t.data.payload,e,["id","parentId","previousId","nextId"]),t;case es.IncrementalSnapshot:switch(t.data.source){case ea.Mutation:return t.data.adds.forEach(t=>{this.replaceIds(t,e,["parentId","nextId","previousId"]),this.replaceIdOnNode(t.node,e);let r=this.crossOriginIframeRootIdMap.get(e);r&&this.patchRootIdOnNode(t.node,r)}),t.data.removes.forEach(t=>{this.replaceIds(t,e,["parentId","id"])}),t.data.attributes.forEach(t=>{this.replaceIds(t,e,["id"])}),t.data.texts.forEach(t=>{this.replaceIds(t,e,["id"])}),t;case ea.Drag:case ea.TouchMove:case ea.MouseMove:return t.data.positions.forEach(t=>{this.replaceIds(t,e,["id"])}),t;case ea.ViewportResize:return!1;case ea.MediaInteraction:case ea.MouseInteraction:case ea.Scroll:case ea.CanvasMutation:case ea.Input:return this.replaceIds(t.data,e,["id"]),t;case ea.StyleSheetRule:case ea.StyleDeclaration:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleId"]),t;case ea.Font:return t;case ea.Selection:return t.data.ranges.forEach(t=>{this.replaceIds(t,e,["start","end"])}),t;case ea.AdoptedStyleSheet:return this.replaceIds(t.data,e,["id"]),this.replaceStyleIds(t.data,e,["styleIds"]),_optionalChain$1([t,"access",e=>e.data,"access",e=>e.styles,"optionalAccess",e=>e.forEach,"call",t=>t(t=>{this.replaceStyleIds(t,e,["styleId"])})]),t}}return!1}replace(e,t,r,n){for(let i of n)(Array.isArray(t[i])||"number"==typeof t[i])&&(Array.isArray(t[i])?t[i]=e.getIds(r,t[i]):t[i]=e.getId(r,t[i]));return t}replaceIds(e,t,r){return this.replace(this.crossOriginIframeMirror,e,t,r)}replaceStyleIds(e,t,r){return this.replace(this.crossOriginIframeStyleMirror,e,t,r)}replaceIdOnNode(e,t){this.replaceIds(e,t,["id","rootId"]),"childNodes"in e&&e.childNodes.forEach(e=>{this.replaceIdOnNode(e,t)})}patchRootIdOnNode(e,t){e.type===f.Document||e.rootId||(e.rootId=t),"childNodes"in e&&e.childNodes.forEach(e=>{this.patchRootIdOnNode(e,t)})}};let ShadowDomManagerNoop=class ShadowDomManagerNoop{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}};let ShadowDomManager=class ShadowDomManager{constructor(e){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=e.mutationCb,this.scrollCb=e.scrollCb,this.bypassOptions=e.bypassOptions,this.mirror=e.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(e,t){if(!isNativeShadowDom(e)||this.shadowDoms.has(e))return;this.shadowDoms.add(e);let r=initMutationObserver({...this.bypassOptions,doc:t,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this},e);this.restoreHandlers.push(()=>r.disconnect()),this.restoreHandlers.push(initScrollObserver({...this.bypassOptions,scrollCb:this.scrollCb,doc:e,mirror:this.mirror})),setTimeout$1(()=>{e.adoptedStyleSheets&&e.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(e.adoptedStyleSheets,this.mirror.getId(e.host)),this.restoreHandlers.push(initAdoptedStyleSheetObserver({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},e))},0)}observeAttachShadow(e){e.contentWindow&&e.contentDocument&&this.patchAttachShadow(e.contentWindow.Element,e.contentDocument)}patchAttachShadow(e,t){let r=this;this.restoreHandlers.push(patch(e.prototype,"attachShadow",function(e){return function(n){let i=e.call(this,n);return this.shadowRoot&&inDom(this)&&r.addShadowRoot(this.shadowRoot,t),i}}))}reset(){this.restoreHandlers.forEach(e=>{try{e()}catch(e){}}),this.restoreHandlers=[],this.shadowDoms=new WeakSet}};let CanvasManagerNoop=class CanvasManagerNoop{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}snapshot(){}};let StylesheetManager=class StylesheetManager{constructor(e){this.trackedLinkElements=new WeakSet,this.styleMirror=new StyleSheetMirror,this.mutationCb=e.mutationCb,this.adoptedStyleSheetCb=e.adoptedStyleSheetCb}attachLinkElement(e,t){"_cssText"in t.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:t.id,attributes:t.attributes}]}),this.trackLinkElement(e)}trackLinkElement(e){this.trackedLinkElements.has(e)||(this.trackedLinkElements.add(e),this.trackStylesheetInLinkElement(e))}adoptStyleSheets(e,t){if(0===e.length)return;let r={id:t,styleIds:[]},n=[];for(let t of e){let e;this.styleMirror.has(t)?e=this.styleMirror.getId(t):(e=this.styleMirror.add(t),n.push({styleId:e,rules:Array.from(t.rules||CSSRule,(e,t)=>({rule:stringifyRule(e),index:t}))})),r.styleIds.push(e)}n.length>0&&(r.styles=n),this.adoptedStyleSheetCb(r)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(e){}};let ProcessedNodeManager=class ProcessedNodeManager{constructor(){this.nodeMap=new WeakMap,this.loop=!0,this.periodicallyClear()}periodicallyClear(){!function(...e){getImplementation("requestAnimationFrame")(...e)}(()=>{this.clear(),this.loop&&this.periodicallyClear()})}inOtherBuffer(e,t){let r=this.nodeMap.get(e);return r&&Array.from(r).some(e=>e!==t)}add(e,t){this.nodeMap.set(e,(this.nodeMap.get(e)||new Set).add(t))}clear(){this.nodeMap=new WeakMap}destroy(){this.loop=!1}};let eh=new Mirror;function record(e={}){let t;let{emit:r,checkoutEveryNms:n,checkoutEveryNth:i,blockClass:l="rr-block",blockSelector:c=null,unblockSelector:d=null,ignoreClass:u="rr-ignore",ignoreSelector:h=null,maskAllText:p=!1,maskTextClass:m="rr-mask",unmaskTextClass:f=null,maskTextSelector:g=null,unmaskTextSelector:y=null,inlineStylesheet:v=!0,maskAllInputs:_,maskInputOptions:b,slimDOMOptions:w,maskAttributeFn:k,maskInputFn:E,maskTextFn:I,maxCanvasSize:M=null,packFn:C,sampling:R={},dataURLOptions:T={},mousemoveWait:x,recordCanvas:A=!1,recordCrossOriginIframes:N=!1,recordAfter:D="DOMContentLoaded"===e.recordAfter?e.recordAfter:"load",userTriggeredOnInput:O=!1,collectFonts:L=!1,inlineImages:B=!1,plugins:P,keepIframeSrcFn:W=()=>!1,ignoreCSSAttributes:F=new Set([]),errorHandler:z,onMutation:H,getCanvasManager:U}=e;s=z;let $=!N||window.parent===window,j=!1;if(!$)try{window.parent.document&&(j=!1)}catch(e){j=!0}if($&&!r)throw Error("emit function is required");void 0!==x&&void 0===R.mousemove&&(R.mousemove=x),eh.reset();let q=!0===_?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:void 0!==b?b:{},V=!0===w||"all"===w?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:"all"===w,headMetaDescKeywords:"all"===w}:w||{};!function(e=window){"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach),Node.prototype.contains||(Node.prototype.contains=(...e)=>{let t=e[0];if(!(0 in e))throw TypeError("1 argument is required");do if(this===t)return!0;while(t=t&&t.parentNode);return!1})}();let K=0,eventProcessor=e=>{for(let t of P||[])t.eventProcessor&&(e=t.eventProcessor(e));return C&&!j&&(e=C(e)),e};a=(e,s)=>{if(e.timestamp=en(),(0,S.x)([ec,"access",e=>e[0],"optionalAccess",e=>e.isFrozen,"call",e=>e()])&&e.type!==es.FullSnapshot&&!(e.type===es.IncrementalSnapshot&&e.data.source===ea.Mutation)&&ec.forEach(e=>e.unfreeze()),$)(0,S.x)([r,"optionalCall",t=>t(eventProcessor(e),s)]);else if(j){let t={type:"rrweb",event:eventProcessor(e),origin:window.location.origin,isCheckout:s};window.parent.postMessage(t,"*")}if(e.type===es.FullSnapshot)t=e,K=0;else if(e.type===es.IncrementalSnapshot){if(e.data.source===ea.Mutation&&e.data.isAttachIframe)return;K++;let r=i&&K>=i,s=n&&t&&e.timestamp-t.timestamp>n;(r||s)&&takeFullSnapshot(!0)}};let wrappedMutationEmit=e=>{a({type:es.IncrementalSnapshot,data:{source:ea.Mutation,...e}})},wrappedScrollEmit=e=>a({type:es.IncrementalSnapshot,data:{source:ea.Scroll,...e}}),wrappedCanvasMutationEmit=e=>a({type:es.IncrementalSnapshot,data:{source:ea.CanvasMutation,...e}}),J=new StylesheetManager({mutationCb:wrappedMutationEmit,adoptedStyleSheetCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.AdoptedStyleSheet,...e}})}),G="boolean"==typeof __RRWEB_EXCLUDE_IFRAME__&&__RRWEB_EXCLUDE_IFRAME__?new IframeManagerNoop:new IframeManager({mirror:eh,mutationCb:wrappedMutationEmit,stylesheetManager:J,recordCrossOriginIframes:N,wrappedEmit:a});for(let e of P||[])e.getMirror&&e.getMirror({nodeMirror:eh,crossOriginIframeMirror:G.crossOriginIframeMirror,crossOriginIframeStyleMirror:G.crossOriginIframeStyleMirror});let X=new ProcessedNodeManager,Y=function(e,t){try{return e?e(t):new CanvasManagerNoop}catch(e){return console.warn("Unable to initialize CanvasManager"),new CanvasManagerNoop}}(U,{mirror:eh,win:window,mutationCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.CanvasMutation,...e}}),recordCanvas:A,blockClass:l,blockSelector:c,unblockSelector:d,maxCanvasSize:M,sampling:R.canvas,dataURLOptions:T,errorHandler:z}),Q="boolean"==typeof __RRWEB_EXCLUDE_SHADOW_DOM__&&__RRWEB_EXCLUDE_SHADOW_DOM__?new ShadowDomManagerNoop:new ShadowDomManager({mutationCb:wrappedMutationEmit,scrollCb:wrappedScrollEmit,bypassOptions:{onMutation:H,blockClass:l,blockSelector:c,unblockSelector:d,maskAllText:p,maskTextClass:m,unmaskTextClass:f,maskTextSelector:g,unmaskTextSelector:y,inlineStylesheet:v,maskInputOptions:q,dataURLOptions:T,maskAttributeFn:k,maskTextFn:I,maskInputFn:E,recordCanvas:A,inlineImages:B,sampling:R,slimDOMOptions:V,iframeManager:G,stylesheetManager:J,canvasManager:Y,keepIframeSrcFn:W,processedNodeManager:X},mirror:eh}),takeFullSnapshot=(e=!1)=>{a({type:es.Meta,data:{href:window.location.href,width:getWindowWidth(),height:getWindowHeight()}},e),J.reset(),Q.init(),ec.forEach(e=>e.lock());let t=function(e,t){let{mirror:r=new Mirror,blockClass:n="rr-block",blockSelector:i=null,unblockSelector:s=null,maskAllText:a=!1,maskTextClass:o="rr-mask",unmaskTextClass:l=null,maskTextSelector:c=null,unmaskTextSelector:d=null,inlineStylesheet:u=!0,inlineImages:h=!1,recordCanvas:p=!1,maskAllInputs:m=!1,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOM:S=!1,dataURLOptions:v,preserveWhiteSpace:_,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:k,onStylesheetLoad:E,stylesheetLoadTimeout:I,keepIframeSrcFn:M=()=>!1}=t||{},C=!0===m?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:!1===m?{}:m,R=!0===S||"all"===S?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:"all"===S,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:!1===S?{}:S;return serializeNodeWithId(e,{doc:e,mirror:r,blockClass:n,blockSelector:i,unblockSelector:s,maskAllText:a,maskTextClass:o,unmaskTextClass:l,maskTextSelector:c,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:u,maskInputOptions:C,maskAttributeFn:f,maskTextFn:g,maskInputFn:y,slimDOMOptions:R,dataURLOptions:v,inlineImages:h,recordCanvas:p,preserveWhiteSpace:_,onSerialize:b,onIframeLoad:w,iframeLoadTimeout:k,onStylesheetLoad:E,stylesheetLoadTimeout:I,keepIframeSrcFn:M,newlyAddedElement:!1})}(document,{mirror:eh,blockClass:l,blockSelector:c,unblockSelector:d,maskAllText:p,maskTextClass:m,unmaskTextClass:f,maskTextSelector:g,unmaskTextSelector:y,inlineStylesheet:v,maskAllInputs:q,maskAttributeFn:k,maskInputFn:E,maskTextFn:I,slimDOM:V,dataURLOptions:T,recordCanvas:A,inlineImages:B,onSerialize:e=>{isSerializedIframe(e,eh)&&G.addIframe(e),isSerializedStylesheet(e,eh)&&J.trackLinkElement(e),hasShadowRoot(e)&&Q.addShadowRoot(e.shadowRoot,document)},onIframeLoad:(e,t)=>{G.attachIframe(e,t),Q.observeAttachShadow(e)},onStylesheetLoad:(e,t)=>{J.attachLinkElement(e,t)},keepIframeSrcFn:W});if(!t)return console.warn("Failed to snapshot the document");a({type:es.FullSnapshot,data:{node:t,initialOffset:getWindowScroll(window)}}),ec.forEach(e=>e.unlock()),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&J.adoptStyleSheets(document.adoptedStyleSheets,eh.getId(document))};o=takeFullSnapshot;try{let e=[],observe=e=>callbackWrapper(initObservers)({onMutation:H,mutationCb:wrappedMutationEmit,mousemoveCb:(e,t)=>a({type:es.IncrementalSnapshot,data:{source:t,positions:e}}),mouseInteractionCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.MouseInteraction,...e}}),scrollCb:wrappedScrollEmit,viewportResizeCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.ViewportResize,...e}}),inputCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.Input,...e}}),mediaInteractionCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.MediaInteraction,...e}}),styleSheetRuleCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.StyleSheetRule,...e}}),styleDeclarationCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.StyleDeclaration,...e}}),canvasMutationCb:wrappedCanvasMutationEmit,fontCb:e=>a({type:es.IncrementalSnapshot,data:{source:ea.Font,...e}}),selectionCb:e=>{a({type:es.IncrementalSnapshot,data:{source:ea.Selection,...e}})},customElementCb:e=>{a({type:es.IncrementalSnapshot,data:{source:ea.CustomElement,...e}})},blockClass:l,ignoreClass:u,ignoreSelector:h,maskAllText:p,maskTextClass:m,unmaskTextClass:f,maskTextSelector:g,unmaskTextSelector:y,maskInputOptions:q,inlineStylesheet:v,sampling:R,recordCanvas:A,inlineImages:B,userTriggeredOnInput:O,collectFonts:L,doc:e,maskAttributeFn:k,maskInputFn:E,maskTextFn:I,keepIframeSrcFn:W,blockSelector:c,unblockSelector:d,slimDOMOptions:V,dataURLOptions:T,mirror:eh,iframeManager:G,stylesheetManager:J,shadowDomManager:Q,processedNodeManager:X,canvasManager:Y,ignoreCSSAttributes:F,plugins:(0,S.x)([P,"optionalAccess",e=>e.filter,"call",e=>e(e=>e.observer),"optionalAccess",e=>e.map,"call",e=>e(e=>({observer:e.observer,options:e.options,callback:t=>a({type:es.Plugin,data:{plugin:e.name,payload:t}})}))])||[]},{});G.addLoadListener(t=>{try{e.push(observe(t.contentDocument))}catch(e){console.warn(e)}});let init=()=>{takeFullSnapshot(),e.push(observe(document))};return"interactive"===document.readyState||"complete"===document.readyState?init():(e.push(on("DOMContentLoaded",()=>{a({type:es.DomContentLoaded,data:{}}),"DOMContentLoaded"===D&&init()})),e.push(on("load",()=>{a({type:es.Load,data:{}}),"load"===D&&init()},window))),()=>{e.forEach(e=>e()),X.destroy(),o=void 0,s=void 0}}catch(e){console.warn(e)}}function timestampToMs(e){return e>9999999999?e:1e3*e}function timestampToS(e){return e>9999999999?e/1e3:e}function addBreadcrumbEvent(e,t){"sentry.transaction"!==t.category&&(["ui.click","ui.input"].includes(t.category)?e.triggerUserActivity():e.checkAndHandleExpiredSession(),e.addUpdate(()=>(e.throttledAddEvent({type:es.Custom,timestamp:1e3*(t.timestamp||0),data:{tag:"breadcrumb",payload:(0,C.Fv)(t,10,1e3)}}),"console"===t.category)))}function getClosestInteractive(e){let t=e.closest("button,a");return t||e}function getClickTargetNode(e){let t=getTargetNode(e);return t&&t instanceof Element?getClosestInteractive(t):t}function getTargetNode(e){return"object"==typeof e&&e&&"target"in e?e.target:e}record.mirror=eh,record.takeFullSnapshot=function(e){if(!o)throw Error("please take full snapshot after start recording");o(e)};let ClickDetector=class ClickDetector{constructor(e,t,r=addBreadcrumbEvent){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=t.timeout/1e3,this._threshold=t.threshold/1e3,this._scollTimeout=t.scrollTimeout/1e3,this._replay=e,this._ignoreSelector=t.ignoreSelector,this._addBreadcrumbEvent=r}addListeners(){var e;let t=(e=()=>{this._lastMutation=nowInSeconds()},l||(l=[],(0,R.hl)($,"open",function(e){return function(...t){if(l)try{l.forEach(e=>e())}catch(e){}return e.apply($,t)}})),l.push(e),()=>{let t=l?l.indexOf(e):-1;t>-1&&l.splice(t,1)});this._teardown=()=>{t(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(e,t){var r;if(r=this._ignoreSelector,!ep.includes(t.tagName)||"INPUT"===t.tagName&&!["submit","button"].includes(t.getAttribute("type")||"")||"A"===t.tagName&&(t.hasAttribute("download")||t.hasAttribute("target")&&"_self"!==t.getAttribute("target"))||r&&t.matches(r)||!(e.data&&"number"==typeof e.data.nodeId&&e.timestamp))return;let n={timestamp:timestampToS(e.timestamp),clickBreadcrumb:e,clickCount:0,node:t};this._clicks.some(e=>e.node===n.node&&1>Math.abs(e.timestamp-n.timestamp))||(this._clicks.push(n),1===this._clicks.length&&this._scheduleCheckClicks())}registerMutation(e=Date.now()){this._lastMutation=timestampToS(e)}registerScroll(e=Date.now()){this._lastScroll=timestampToS(e)}registerClick(e){let t=getClosestInteractive(e);this._handleMultiClick(t)}_handleMultiClick(e){this._getClicks(e).forEach(e=>{e.clickCount++})}_getClicks(e){return this._clicks.filter(t=>t.node===e)}_checkClicks(){let e=[],t=nowInSeconds();for(let r of(this._clicks.forEach(r=>{!r.mutationAfter&&this._lastMutation&&(r.mutationAfter=r.timestamp<=this._lastMutation?this._lastMutation-r.timestamp:void 0),!r.scrollAfter&&this._lastScroll&&(r.scrollAfter=r.timestamp<=this._lastScroll?this._lastScroll-r.timestamp:void 0),r.timestamp+this._timeout<=t&&e.push(r)}),e)){let e=this._clicks.indexOf(r);e>-1&&(this._generateBreadcrumbs(r),this._clicks.splice(e,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(e){let t=this._replay,r=e.scrollAfter&&e.scrollAfter<=this._scollTimeout,n=e.mutationAfter&&e.mutationAfter<=this._threshold,{clickCount:i,clickBreadcrumb:s}=e;if(!r&&!n){let r=1e3*Math.min(e.mutationAfter||this._timeout,this._timeout),n=r<1e3*this._timeout?"mutation":"timeout",a={type:"default",message:s.message,timestamp:s.timestamp,category:"ui.slowClickDetected",data:{...s.data,url:$.location.href,route:t.getCurrentRoute(),timeAfterClickMs:r,endReason:n,clickCount:i||1}};this._addBreadcrumbEvent(t,a);return}if(i>1){let e={type:"default",message:s.message,timestamp:s.timestamp,category:"ui.multiClick",data:{...s.data,url:$.location.href,route:t.getCurrentRoute(),clickCount:i,metric:!0}};this._addBreadcrumbEvent(t,e)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=(0,W.iK)(()=>this._checkClicks(),1e3)}};let ep=["A","BUTTON","INPUT"];function nowInSeconds(){return Date.now()/1e3}function createBreadcrumb(e){return{timestamp:Date.now()/1e3,type:"default",...e}}(m=g||(g={}))[m.Document=0]="Document",m[m.DocumentType=1]="DocumentType",m[m.Element=2]="Element",m[m.Text=3]="Text",m[m.CDATA=4]="CDATA",m[m.Comment=5]="Comment";let em=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled","data-sentry-component"]),handleDomListener=e=>t=>{if(!e.isEnabled())return;let r=function(e){let{target:t,message:r}=function(e){let t;let r="click"===e.name,n=null;try{n=r?getClickTargetNode(e.event):getTargetNode(e.event),t=(0,T.Rt)(n,{maxStringLength:200})||""}catch(e){t=""}return{target:n,message:t}}(e);return createBreadcrumb({category:`ui.${e.name}`,...getBaseDomBreadcrumb(t,r)})}(t);if(!r)return;let n="click"===t.name,i=n?t.event:void 0;n&&e.clickDetector&&i&&i.target&&!i.altKey&&!i.metaKey&&!i.ctrlKey&&!i.shiftKey&&function(e,t,r){e.handleClick(t,r)}(e.clickDetector,r,getClickTargetNode(t.event)),addBreadcrumbEvent(e,r)};function getBaseDomBreadcrumb(e,t){let r=record.mirror.getId(e),n=r&&record.mirror.getNode(r),i=n&&record.mirror.getMeta(n),s=i&&i.type===g.Element?i:null;return{message:t,data:s?{nodeId:r,node:{id:r,tagName:s.tagName,textContent:Array.from(s.childNodes).map(e=>e.type===g.Text&&e.textContent).filter(Boolean).map(e=>e.trim()).join(""),attributes:function(e){let t={};for(let r in!e["data-sentry-component"]&&e["data-sentry-element"]&&(e["data-sentry-component"]=e["data-sentry-element"]),e)if(em.has(r)){let n=r;("data-testid"===r||"data-test-id"===r)&&(n="testId"),t[n]=e[r]}return t}(s.attributes)}}:{}}}let ef={resource:function(e){let{entryType:t,initiatorType:r,name:n,responseEnd:i,startTime:s,decodedBodySize:a,encodedBodySize:o,responseStatus:l,transferSize:c}=e;return["fetch","xmlhttprequest"].includes(r)?null:{type:`${t}.${r}`,start:getAbsoluteTime(s),end:getAbsoluteTime(i),name:n,data:{size:c,statusCode:l,decodedBodySize:a,encodedBodySize:o}}},paint:function(e){let{duration:t,entryType:r,name:n,startTime:i}=e,s=getAbsoluteTime(i);return{type:r,name:n,start:s,end:s+t,data:void 0}},navigation:function(e){let{entryType:t,name:r,decodedBodySize:n,duration:i,domComplete:s,encodedBodySize:a,domContentLoadedEventStart:o,domContentLoadedEventEnd:l,domInteractive:c,loadEventStart:d,loadEventEnd:u,redirectCount:h,startTime:p,transferSize:m,type:f}=e;return 0===i?null:{type:`${t}.${f}`,start:getAbsoluteTime(p),end:getAbsoluteTime(s),name:r,data:{size:m,decodedBodySize:n,encodedBodySize:a,duration:i,domInteractive:c,domContentLoadedEventStart:o,domContentLoadedEventEnd:l,loadEventStart:d,loadEventEnd:u,domComplete:s,redirectCount:h}}}};function webVitalHandler(e,t){return({metric:r})=>void t.replayPerformanceEntries.push(e(r))}function createPerformanceEntry(e){let t=ef[e.entryType];return t?t(e):null}function getAbsoluteTime(e){return((x.Z1||$.performance.timeOrigin)+e)/1e3}function getLargestContentfulPaint(e){let t=e.entries[e.entries.length-1],r=t?t.element:void 0;return getWebVital(e,"largest-contentful-paint",r)}function getCumulativeLayoutShift(e){let t=e.entries[0],r=t&&t.sources&&t.sources[0]?t.sources[0].node:void 0;return getWebVital(e,"cumulative-layout-shift",r)}function getFirstInputDelay(e){let t=e.entries[e.entries.length-1],r=t?t.target:void 0;return getWebVital(e,"first-input-delay",r)}function getInteractionToNextPaint(e){let t=e.entries[e.entries.length-1],r=t?t.target:void 0;return getWebVital(e,"interaction-to-next-paint",r)}function getWebVital(e,t,r){let n=e.value,i=e.rating,s=getAbsoluteTime(n),a={type:"web-vital",name:t,start:s,end:s,data:{value:n,size:n,rating:i,nodeId:r?record.mirror.getId(r):void 0}};return a}let EventBufferSizeExceededError=class EventBufferSizeExceededError extends Error{constructor(){super("Event buffer exceeded maximum size of 20000000.")}};let EventBufferArray=class EventBufferArray{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(e){let t=JSON.stringify(e).length;if(this._totalSize+=t,this._totalSize>2e7)throw new EventBufferSizeExceededError;this.events.push(e)}finish(){return new Promise(e=>{let t=this.events;this.clear(),e(JSON.stringify(t))})}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){let e=this.events.map(e=>e.timestamp).sort()[0];return e?timestampToMs(e):null}};let WorkerHandler=class WorkerHandler{constructor(e){this._worker=e,this._id=0}ensureReady(){return this._ensureReadyPromise||(this._ensureReadyPromise=new Promise((e,t)=>{this._worker.addEventListener("message",({data:r})=>{r.success?e():t()},{once:!0}),this._worker.addEventListener("error",e=>{t(e)},{once:!0})})),this._ensureReadyPromise}destroy(){this._worker.terminate()}postMessage(e,t){let r=this._getAndIncrementId();return new Promise((n,i)=>{let listener=({data:t})=>{if(t.method===e&&t.id===r){if(this._worker.removeEventListener("message",listener),!t.success){i(Error("Error in compression worker"));return}n(t.response)}};this._worker.addEventListener("message",listener),this._worker.postMessage({id:r,method:e,arg:t})})}_getAndIncrementId(){return this._id++}};let EventBufferCompressionWorker=class EventBufferCompressionWorker{constructor(e){this._worker=new WorkerHandler(e),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(e){let t=timestampToMs(e.timestamp);(!this._earliestTimestamp||t2e7)?Promise.reject(new EventBufferSizeExceededError):this._sendEventToWorker(r)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear").then(null,e=>{})}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(e){return this._worker.postMessage("addEvent",e)}async _finishRequest(){let e=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,e}};let EventBufferProxy=class EventBufferProxy{constructor(e){this._fallback=new EventBufferArray,this._compression=new EventBufferCompressionWorker(e),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(e){this._used.hasCheckout=e}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(e){return this._used.addEvent(e)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(e){return}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){let{events:e,hasCheckout:t}=this._fallback,r=[];for(let t of e)r.push(this._compression.addEvent(t));this._compression.hasCheckout=t,this._used=this._compression;try{await Promise.all(r)}catch(e){}}};function hasSessionStorage(){try{return"sessionStorage"in $&&!!$.sessionStorage}catch(e){return!1}}function isSampled(e){return void 0!==e&&Math.random()e.getContext().initialTimestamp+e.getOptions().maxReplayDuration)||(e.getOptions()._experiments.traceInternals,!1))}function isTransactionEvent(e){return"transaction"===e.type}function isFeedbackEvent(e){return"feedback"===e.type}function isBreadcrumbWithCategory(e){return!!e.category}function createPerformanceSpans(e,t){return t.map(({type:t,start:r,end:n,name:i,data:s})=>{let a=e.throttledAddEvent({type:es.Custom,timestamp:r,data:{tag:"performanceSpan",payload:{op:t,description:i,startTimestamp:r,endTimestamp:n,data:s}}});return"string"==typeof a?Promise.resolve(null):a})}function addNetworkBreadcrumb(e,t){var r;e.isEnabled()&&null!==t&&(r=t.name,(0,_.W)(r,(0,v.s3)())||e.addUpdate(()=>(createPerformanceSpans(e,[t]),!0)))}function getBodySize(e){if(!e)return;let t=new TextEncoder;try{if("string"==typeof e)return t.encode(e).length;if(e instanceof URLSearchParams)return t.encode(e.toString()).length;if(e instanceof FormData){let r=_serializeFormData(e);return t.encode(r).length}if(e instanceof Blob)return e.size;if(e instanceof ArrayBuffer)return e.byteLength}catch(e){}}function parseContentLengthHeader(e){if(!e)return;let t=parseInt(e,10);return isNaN(t)?void 0:t}function getBodyString(e){try{if("string"==typeof e)return[e];if(e instanceof URLSearchParams)return[e.toString()];if(e instanceof FormData)return[_serializeFormData(e)];if(!e)return[void 0]}catch(e){return[void 0,"BODY_PARSE_ERROR"]}return[void 0,"UNPARSEABLE_BODY_TYPE"]}function mergeWarning(e,t){if(!e)return{headers:{},size:void 0,_meta:{warnings:[t]}};let r={...e._meta},n=r.warnings||[];return r.warnings=[...n,t],e._meta=r,e}function makeNetworkReplayBreadcrumb(e,t){if(!t)return null;let{startTimestamp:r,endTimestamp:n,url:i,method:s,statusCode:a,request:o,response:l}=t,c={type:e,start:r/1e3,end:n/1e3,name:i,data:(0,R.Jr)({method:s,statusCode:a,request:o,response:l})};return c}function buildSkippedNetworkRequestOrResponse(e){return{headers:{},size:e,_meta:{warnings:["URL_SKIPPED"]}}}function buildNetworkRequestOrResponse(e,t,r){if(!t&&0===Object.keys(e).length)return;if(!t)return{headers:e};if(!r)return{headers:e,size:t};let n={headers:e,size:t},{body:i,warnings:s}=function(e){if(!e||"string"!=typeof e)return{body:e};let t=e.length>15e4,r=function(e){let t=e[0],r=e[e.length-1];return"["===t&&"]"===r||"{"===t&&"}"===r}(e);if(t){let t=e.slice(0,15e4);return r?{body:t,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${t}…`,warnings:["TEXT_TRUNCATED"]}}if(r)try{let t=JSON.parse(e);return{body:t}}catch(e){}return{body:e}}(r);return n.body=i,s&&s.length>0&&(n._meta={warnings:s}),n}function getAllowedHeaders(e,t){return Object.entries(e).reduce((r,[n,i])=>{let s=n.toLowerCase();return t.includes(s)&&e[n]&&(r[s]=i),r},{})}function _serializeFormData(e){return new URLSearchParams(e).toString()}function urlMatches(e,t){let r=function(e,t=$.document.baseURI){if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith($.location.origin))return e;let r=new URL(e,t);if(r.origin!==new URL(t).origin)return e;let n=r.href;return!e.endsWith("/")&&n.endsWith("/")?n.slice(0,-1):n}(e);return(0,D.U0)(r,t)}async function captureFetchBreadcrumbToReplay(e,t,r){try{let n=await _prepareFetchData(e,t,r),i=makeNetworkReplayBreadcrumb("resource.fetch",n);addNetworkBreadcrumb(r.replay,i)}catch(e){}}async function _prepareFetchData(e,t,r){let n=Date.now(),{startTimestamp:i=n,endTimestamp:s=n}=t,{url:a,method:o,status_code:l=0,request_body_size:c,response_body_size:d}=e.data,u=urlMatches(a,r.networkDetailAllowUrls)&&!urlMatches(a,r.networkDetailDenyUrls),h=u?function({networkCaptureBodies:e,networkRequestHeaders:t},r,n){let i=r?1===r.length&&"string"!=typeof r[0]?getHeadersFromOptions(r[0],t):2===r.length?getHeadersFromOptions(r[1],t):{}:{};if(!e)return buildNetworkRequestOrResponse(i,n,void 0);let s=_getFetchRequestArgBody(r),[a,o]=getBodyString(s),l=buildNetworkRequestOrResponse(i,n,a);return o?mergeWarning(l,o):l}(r,t.input,c):buildSkippedNetworkRequestOrResponse(c),p=await _getResponseInfo(u,r,t.response,d);return{startTimestamp:i,endTimestamp:s,url:a,method:o,statusCode:l,request:h,response:p}}async function _getResponseInfo(e,{networkCaptureBodies:t,networkResponseHeaders:r},n,i){if(!e&&void 0!==i)return buildSkippedNetworkRequestOrResponse(i);let s=n?getAllHeaders(n.headers,r):{};if(!n||!t&&void 0!==i)return buildNetworkRequestOrResponse(s,i,void 0);let[a,o]=await _parseFetchResponseBody(n),l=function(e,{networkCaptureBodies:t,responseBodySize:r,captureDetails:n,headers:i}){try{let s=e&&e.length&&void 0===r?getBodySize(e):r;if(!n)return buildSkippedNetworkRequestOrResponse(s);if(t)return buildNetworkRequestOrResponse(i,s,e);return buildNetworkRequestOrResponse(i,s,void 0)}catch(e){return buildNetworkRequestOrResponse(i,r,void 0)}}(a,{networkCaptureBodies:t,responseBodySize:i,captureDetails:e,headers:s});return o?mergeWarning(l,o):l}async function _parseFetchResponseBody(e){let t=function(e){try{return e.clone()}catch(e){}}(e);if(!t)return[void 0,"BODY_PARSE_ERROR"];try{let e=await new Promise((e,r)=>{let n=(0,W.iK)(()=>r(Error("Timeout while trying to read response body")),500);_getResponseText(t).then(t=>e(t),e=>r(e)).finally(()=>clearTimeout(n))});return[e]}catch(e){return[void 0,"BODY_PARSE_ERROR"]}}function _getFetchRequestArgBody(e=[]){if(2===e.length&&"object"==typeof e[1])return e[1].body}function getAllHeaders(e,t){let r={};return t.forEach(t=>{e.get(t)&&(r[t]=e.get(t))}),r}function getHeadersFromOptions(e,t){if(!e)return{};let r=e.headers;return r?r instanceof Headers?getAllHeaders(r,t):Array.isArray(r)?{}:getAllowedHeaders(r,t):{}}async function _getResponseText(e){return await e.text()}async function captureXhrBreadcrumbToReplay(e,t,r){try{let n=function(e,t,r){let n=Date.now(),{startTimestamp:i=n,endTimestamp:s=n,input:a,xhr:o}=t,{url:l,method:c,status_code:d=0,request_body_size:u,response_body_size:h}=e.data;if(!l)return null;if(!o||!urlMatches(l,r.networkDetailAllowUrls)||urlMatches(l,r.networkDetailDenyUrls)){let e=buildSkippedNetworkRequestOrResponse(u),t=buildSkippedNetworkRequestOrResponse(h);return{startTimestamp:i,endTimestamp:s,url:l,method:c,statusCode:d,request:e,response:t}}let p=o[z.xU],m=p?getAllowedHeaders(p.request_headers,r.networkRequestHeaders):{},f=getAllowedHeaders(function(e){let t=e.getAllResponseHeaders();return t?t.split("\r\n").reduce((e,t)=>{let[r,n]=t.split(": ");return n&&(e[r.toLowerCase()]=n),e},{}):{}}(o),r.networkResponseHeaders),[g,y]=r.networkCaptureBodies?getBodyString(a):[void 0],[S,v]=r.networkCaptureBodies?function(e){let t=[];try{return[e.responseText]}catch(e){t.push(e)}try{return function(e,t){try{if("string"==typeof e)return[e];if(e instanceof Document)return[e.body.outerHTML];if("json"===t&&e&&"object"==typeof e)return[JSON.stringify(e)];if(!e)return[void 0]}catch(e){return[void 0,"BODY_PARSE_ERROR"]}return[void 0,"UNPARSEABLE_BODY_TYPE"]}(e.response,e.responseType)}catch(e){t.push(e)}return[void 0]}(o):[void 0],_=buildNetworkRequestOrResponse(m,u,g),b=buildNetworkRequestOrResponse(f,h,S);return{startTimestamp:i,endTimestamp:s,url:l,method:c,statusCode:d,request:y?mergeWarning(_,y):_,response:v?mergeWarning(b,v):b}}(e,t,r),i=makeNetworkReplayBreadcrumb("resource.xhr",n);addNetworkBreadcrumb(r.replay,i)}catch(e){}}async function addMemoryEntry(e){try{return Promise.all(createPerformanceSpans(e,[function(e){let{jsHeapSizeLimit:t,totalJSHeapSize:r,usedJSHeapSize:n}=e,i=Date.now()/1e3;return{type:"memory",name:"memory",start:i,end:i,data:{memory:{jsHeapSizeLimit:t,totalJSHeapSize:r,usedJSHeapSize:n}}}}($.performance.memory)]))}catch(e){return[]}}async function prepareReplayEvent({client:e,scope:t,replayId:r,event:n}){let i="object"!=typeof e._integrations||null===e._integrations||Array.isArray(e._integrations)?void 0:Object.keys(e._integrations),s={event_id:r,integrations:i};e.emit("preprocessEvent",n,s);let a=await (0,w.R)(e.getOptions(),n,s,t,e,(0,v.aF)());if(!a)return null;a.platform=a.platform||"javascript";let o=e.getSdkMetadata(),{name:l,version:c}=o&&o.sdk||{};return a.sdk={...a.sdk,name:l||"sentry.javascript.unknown",version:c||"0.0.0"},a}async function sendReplayRequest({recordingData:e,replayId:t,segmentId:r,eventContext:n,timestamp:i,session:s}){var a;let o;let l=function({recordingData:e,headers:t}){let r;let n=`${JSON.stringify(t)} `;if("string"==typeof e)r=`${n}${e}`;else{let t=new TextEncoder,i=t.encode(n);(r=new Uint8Array(i.length+e.length)).set(i),r.set(e,i.length)}return r}({recordingData:e,headers:{segment_id:r}}),{urls:c,errorIds:d,traceIds:u,initialTimestamp:h}=n,p=(0,v.s3)(),m=(0,v.nZ)(),f=p&&p.getTransport(),g=p&&p.getDsn();if(!p||!f||!g||!s.sampled)return(0,L.WD)({});let y={type:"replay_event",replay_start_timestamp:h/1e3,timestamp:i/1e3,error_ids:d,trace_ids:u,urls:c,replay_id:t,segment_id:r,replay_type:s.sampled},S=await prepareReplayEvent({scope:m,client:p,replayId:t,event:y});if(!S)return p.recordDroppedEvent("event_processor","replay",y),(0,L.WD)({});delete S.sdkProcessingMetadata;let _=(a=p.getOptions().tunnel,(0,O.Jd)((0,O.Cd)(S,(0,O.HY)(S),a,g),[[{type:"replay_event"},S],[{type:"replay_recording",length:"string"==typeof l?new TextEncoder().encode(l).length:l.length},l]]));try{o=await f.send(_)}catch(t){let e=Error(q);try{e.cause=t}catch(e){}throw e}if("number"==typeof o.statusCode&&(o.statusCode<200||o.statusCode>=300))throw new TransportStatusCodeError(o.statusCode);let b=(0,B.WG)({},o);if((0,B.Q)(b,"replay"))throw new RateLimitError(b);return o}let TransportStatusCodeError=class TransportStatusCodeError extends Error{constructor(e){super(`Transport returned status code ${e}`)}};let RateLimitError=class RateLimitError extends Error{constructor(e){super("Rate limit hit"),this.rateLimits=e}};async function sendReplay(e,t={count:0,interval:5e3}){let{recordingData:r,options:n}=e;if(r.length)try{return await sendReplayRequest(e),!0}catch(r){if(r instanceof TransportStatusCodeError||r instanceof RateLimitError)throw r;if((0,b.v)("Replays",{_retryCount:t.count}),t.count>=3){let e=Error(`${q} - max retries exceeded`);try{e.cause=r}catch(e){}throw e}return t.interval*=++t.count,new Promise((r,n)=>{(0,W.iK)(async()=>{try{await sendReplay(e,t),r(!0)}catch(e){n(e)}},t.interval)})}}let eg="__THROTTLED";let ReplayContainer=class ReplayContainer{constructor({options:e,recordingOptions:t}){ReplayContainer.prototype.__init.call(this),ReplayContainer.prototype.__init2.call(this),ReplayContainer.prototype.__init3.call(this),ReplayContainer.prototype.__init4.call(this),ReplayContainer.prototype.__init5.call(this),ReplayContainer.prototype.__init6.call(this),this.eventBuffer=null,this.performanceEntries=[],this.replayPerformanceEntries=[],this.recordingMode="session",this.timeouts={sessionIdlePause:3e5,sessionIdleExpire:9e5},this._lastActivity=Date.now(),this._isEnabled=!1,this._isPaused=!1,this._requiresManualStart=!1,this._hasInitializedCoreListeners=!1,this._context={errorIds:new Set,traceIds:new Set,urls:[],initialTimestamp:Date.now(),initialUrl:""},this._recordingOptions=t,this._options=e,this._debouncedFlush=function(e,t,r){let n,i,s;let a=r&&r.maxWait?Math.max(r.maxWait,t):0;function invokeFunc(){return cancelTimers(),n=e()}function cancelTimers(){void 0!==i&&clearTimeout(i),void 0!==s&&clearTimeout(s),i=s=void 0}function debounced(){return i&&clearTimeout(i),i=(0,W.iK)(invokeFunc,t),a&&void 0===s&&(s=(0,W.iK)(invokeFunc,a)),n}return debounced.cancel=cancelTimers,debounced.flush=function(){return void 0!==i||void 0!==s?invokeFunc():n},debounced}(()=>this._flush(),this._options.flushMinDelay,{maxWait:this._options.flushMaxDelay}),this._throttledAddEvent=function(e,t,r){let n=new Map,_cleanup=e=>{let t=e-5;n.forEach((e,r)=>{r[...n.values()].reduce((e,t)=>e+t,0),i=!1;return(...t)=>{let r=Math.floor(Date.now()/1e3);if(_cleanup(r),_getTotalCount()>=300){let e=i;return i=!0,e?"__SKIPPED":eg}i=!1;let s=n.get(r)||0;return n.set(r,s+1),e(...t)}}((e,t)=>shouldAddEvent(this,e)?_addEvent(this,e,t):Promise.resolve(null),0,0);let{slowClickTimeout:r,slowClickIgnoreSelectors:n}=this.getOptions(),i=r?{threshold:Math.min(3e3,r),timeout:r,scrollTimeout:300,ignoreSelector:n?n.join(","):""}:void 0;i&&(this.clickDetector=new ClickDetector(this,i))}getContext(){return this._context}isEnabled(){return this._isEnabled}isPaused(){return this._isPaused}isRecordingCanvas(){return!!this._canvas}getOptions(){return this._options}initializeSampling(e){let{errorSampleRate:t,sessionSampleRate:r}=this._options,n=t<=0&&r<=0;if(this._requiresManualStart=n,!n){if(this._initializeSessionForSampling(e),!this.session){this._handleException(Error("Unable to initialize and create session"));return}!1!==this.session.sampled&&(this.recordingMode="buffer"===this.session.sampled&&0===this.session.segmentId?"buffer":"session",this.recordingMode,this._options._experiments.traceInternals,this._initializeRecording())}}start(){if(this._isEnabled&&"session"===this.recordingMode)throw Error("Replay recording is already in progress");if(this._isEnabled&&"buffer"===this.recordingMode)throw Error("Replay buffering is in progress, call `flush()` to save the replay");this._options._experiments.traceInternals,this._updateUserActivity();let e=loadOrCreateSession({maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:1,allowBuffering:!1});this.session=e,this._initializeRecording()}startBuffering(){if(this._isEnabled)throw Error("Replay recording is already in progress");this._options._experiments.traceInternals;let e=loadOrCreateSession({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals},{stickySession:this._options.stickySession,sessionSampleRate:0,allowBuffering:!0});this.session=e,this.recordingMode="buffer",this._initializeRecording()}startRecording(){try{var e;let t;let r=this._canvas;this._stopRecording=record({...this._recordingOptions,..."buffer"===this.recordingMode&&{checkoutEveryNms:6e4},emit:(e=this,t=!1,(r,n)=>{if(!e.checkAndHandleExpiredSession())return;let i=n||!t;t=!0,e.clickDetector&&function(e,t){try{if(3!==t.type)return;let{source:r}=t.data;if(r===ea.Mutation&&e.registerMutation(t.timestamp),r===ea.Scroll&&e.registerScroll(t.timestamp),t.data.source===ea.MouseInteraction){let{type:r,id:n}=t.data,i=record.mirror.getNode(n);i instanceof HTMLElement&&r===eo.Click&&e.registerClick(i)}}catch(e){}}(e.clickDetector,r),e.addUpdate(()=>{if("buffer"===e.recordingMode&&i&&e.setInitialState(),!addEventSync(e,r,i))return!0;if(!i)return!1;if(i&&e.session&&0===e.session.segmentId&&addEventSync(e,function(e){let t=e.getOptions();return{type:es.Custom,timestamp:Date.now(),data:{tag:"options",payload:{shouldRecordCanvas:e.isRecordingCanvas(),sessionSampleRate:t.sessionSampleRate,errorSampleRate:t.errorSampleRate,useCompressionOption:t.useCompression,blockAllMedia:t.blockAllMedia,maskAllText:t.maskAllText,maskAllInputs:t.maskAllInputs,useCompression:!!e.eventBuffer&&"worker"===e.eventBuffer.type,networkDetailHasUrls:t.networkDetailAllowUrls.length>0,networkCaptureBodies:t.networkCaptureBodies,networkRequestHasHeaders:t.networkRequestHeaders.length>0,networkResponseHasHeaders:t.networkResponseHeaders.length>0}}}}(e),!1),e.session&&e.session.previousSessionId)return!0;if("buffer"===e.recordingMode&&e.session&&e.eventBuffer){let t=e.eventBuffer.getEarliestTimestamp();t&&(e.getOptions()._experiments.traceInternals,e.session.started=t,e.getOptions().stickySession&&saveSession(e.session))}return"session"===e.recordingMode&&e.flush(),!0})}),onMutation:this._onMutationHandler,...r?{recordCanvas:r.recordCanvas,getCanvasManager:r.getCanvasManager,sampling:r.sampling,dataURLOptions:r.dataURLOptions}:{}})}catch(e){this._handleException(e)}}stopRecording(){try{return this._stopRecording&&(this._stopRecording(),this._stopRecording=void 0),!0}catch(e){return this._handleException(e),!1}}async stop({forceFlush:e=!1,reason:t}={}){if(this._isEnabled){this._isEnabled=!1;try{this._options._experiments.traceInternals,this._removeListeners(),this.stopRecording(),this._debouncedFlush.cancel(),e&&await this._flush({force:!0}),this.eventBuffer&&this.eventBuffer.destroy(),this.eventBuffer=null,function(){if(hasSessionStorage())try{$.sessionStorage.removeItem(j)}catch(e){}}(),this.session=void 0}catch(e){this._handleException(e)}}}pause(){this._isPaused||(this._isPaused=!0,this.stopRecording(),this._options._experiments.traceInternals)}resume(){this._isPaused&&this._checkSession()&&(this._isPaused=!1,this.startRecording(),this._options._experiments.traceInternals)}async sendBufferedReplayOrFlush({continueRecording:e=!0}={}){if("session"===this.recordingMode)return this.flushImmediate();let t=Date.now();this._options._experiments.traceInternals,await this.flushImmediate();let r=this.stopRecording();e&&r&&"session"!==this.recordingMode&&(this.recordingMode="session",this.session&&(this._updateUserActivity(t),this._updateSessionActivity(t),this._maybeSaveSession()),this.startRecording())}addUpdate(e){let t=e();"buffer"!==this.recordingMode&&!0!==t&&this._debouncedFlush()}triggerUserActivity(){if(this._updateUserActivity(),!this._stopRecording){if(!this._checkSession())return;this.resume();return}this.checkAndHandleExpiredSession(),this._updateSessionActivity()}updateUserActivity(){this._updateUserActivity(),this._updateSessionActivity()}conditionalFlush(){return"buffer"===this.recordingMode?Promise.resolve():this.flushImmediate()}flush(){return this._debouncedFlush()}flushImmediate(){return this._debouncedFlush(),this._debouncedFlush.flush()}cancelFlush(){this._debouncedFlush.cancel()}getSessionId(){return this.session&&this.session.id}checkAndHandleExpiredSession(){if(this._lastActivity&&isExpired(this._lastActivity,this.timeouts.sessionIdlePause)&&this.session&&"session"===this.session.sampled){this.pause();return}return!!this._checkSession()}setInitialState(){let e=`${$.location.pathname}${$.location.hash}${$.location.search}`,t=`${$.location.origin}${e}`;this.performanceEntries=[],this.replayPerformanceEntries=[],this._clearContext(),this._context.initialUrl=t,this._context.initialTimestamp=Date.now(),this._context.urls.push(t)}throttledAddEvent(e,t){let r=this._throttledAddEvent(e,t);if(r===eg){let e=createBreadcrumb({category:"replay.throttled"});this.addUpdate(()=>!addEventSync(this,{type:5,timestamp:e.timestamp||0,data:{tag:"breadcrumb",payload:e,metric:!0}}))}return r}getCurrentRoute(){let e=this.lastActiveSpan||(0,k.HN)(),t=e&&(0,k.Gx)(e),r=t&&(0,k.XU)(t).data||{},n=r[E.Zj];if(t&&n&&["route","custom"].includes(n))return(0,k.XU)(t).description}_initializeRecording(){this.setInitialState(),this._updateSessionActivity(),this.eventBuffer=function({useCompression:e,workerUrl:t}){if(e&&window.Worker){let e=function(e){try{let t=e||("undefined"!=typeof __SENTRY_EXCLUDE_REPLAY_WORKER__&&__SENTRY_EXCLUDE_REPLAY_WORKER__?"":function(){let e=new Blob(['var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),a=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),s=function(t,e){for(var i=new n(31),a=0;a<31;++a)i[a]=e+=1<>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,a=0,s=new n(r);a>h]=l}else for(o=new n(i),a=0;a>15-t[a]);return o},g=new t(288);for(c=0;c<144;++c)g[c]=8;for(c=144;c<256;++c)g[c]=9;for(c=256;c<280;++c)g[c]=7;for(c=280;c<288;++c)g[c]=8;var w=new t(32);for(c=0;c<32;++c)w[c]=5;var p=d(g,9,0),y=d(w,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==r||r<0)&&(r=0),(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},A=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},_=function(r,e){for(var i=[],a=0;ad&&(d=o[a].s);var g=new n(d+1),w=x(i[c-1],g,0);if(w>e){a=0;var p=0,y=w-e,m=1<e))break;p+=m-(1<>=y;p>0;){var M=o[a].s;g[M]=0&&p;--a){var E=o[a].s;g[E]==e&&(--g[E],++p)}w=e}return{t:new t(g),l:w}},x=function(t,n,r){return-1==t.s?Math.max(x(t.l,n,r+1),x(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,a=t[0],s=1,o=function(t){e[i++]=t},f=1;f<=r;++f)if(t[f]==a&&f!=r)++s;else{if(!a&&s>2){for(;s>138;s-=138)o(32754);s>2&&(o(s>10?s-11<<5|28690:s-3<<5|12305),s=0)}else if(s>3){for(o(a),--s;s>6;s-=6)o(8304);s>2&&(o(s-3<<5|8208),s=0)}for(;s--;)o(a);s=1,a=t[f]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var a=0;a4&&!H[a[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(f,g)+T(h,w)+l,X=T(f,M)+T(h,C)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=p,P=g,Q=y,R=w;for(B=0;B255){A(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;A(r,m,Q[et]),m+=R[et],et>3&&(A(r,m,rt>>5&8191),m+=i[et])}else A(r,m,N[rt]),m+=P[rt]}return A(r,m,N[256]),m+P[256]},U=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e>>8;t=r},d:function(){return~t}}},L=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,a=0|r.length,s=0;s!=a;){for(var o=Math.min(s+2655,a);s>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},O=function(a,s,o,f,u){if(!u&&(u={l:1},s.dictionary)){var c=s.dictionary.subarray(-32768),v=new t(c.length+a.length);v.set(c),v.set(a,c.length),a=v,u.w=c.length}return function(a,s,o,f,u,c){var v=c.z||a.length,d=new t(f+v+5*(1+Math.ceil(v/7e3))+u),g=d.subarray(f,d.length-u),w=c.l,p=7&(c.r||0);if(s){p&&(g[0]=c.r>>3);for(var y=U[s-1],M=y>>13,E=8191&y,z=(1<7e3||q>24576)&&(N>423||!w)){p=C(a,g,0,F,I,S,O,q,G,j-G,p),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(a[j+Q]==a[j+Q-W]){for(var $=0;$Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;Pnt&&(nt=et,K=rt)}}}W+=(J=K)-(K=A[J])&32767}if(R){F[q++]=268435456|h[Q]<<18|l[R];var it=31&h[Q],at=31&l[R];O+=e[it]+i[at],++I[257+it],++S[at],B=j+Q,++L}else F[q++]=a[j],++I[a[j]]}}for(j=Math.max(j,B);j=v&&(g[p/8|0]=w,st=v),p=k(g,p+1,a.subarray(j,st))}c.i=v}return b(d,0,f+m(p)+u)}(a,null==s.level?6:s.level,null==s.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(a.length)))):12+s.mem,o,f,u)},j=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},q=function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&j(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}},B=function(t){return 10+(t.filename?t.filename.length+1:0)},G=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(O(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var a=this.b.length-this.s.z;a&&(this.b.set(n.subarray(0,a),this.s.z),this.s.z=this.b.length,this.p(this.b,!1)),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(a),32768),this.s.z=n.length-a+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n}();var H=function(){function t(t,n){this.c=L(),this.v=1,G.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),G.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=O(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=L();i.p(n.dictionary),j(t,2,i.d())}}(r,this.o),this.v=0),n&&j(r,r.length-4,this.c.d()),this.ondata(r,n)},t}(),J="undefined"!=typeof TextEncoder&&new TextEncoder,K="undefined"!=typeof TextDecoder&&new TextDecoder;try{K.decode(F,{stream:!0})}catch(t){}var N=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(P(t),this.d=n||!1)},t}();function P(n,r){if(r){for(var e=new t(n.length),i=0;i>1)),o=0,f=function(t){s[o++]=t};for(i=0;is.length){var h=new t(o+8+(a-i<<1));h.set(s),s=h}var l=n.charCodeAt(i);l<128||r?f(l):l<2048?(f(192|l>>6),f(128|63&l)):l>55295&&l<57344?(f(240|(l=65536+(1047552&l)|1023&n.charCodeAt(++i))>>18),f(128|l>>12&63),f(128|l>>6&63),f(128|63&l)):(f(224|l>>12),f(128|l>>6&63),f(128|63&l))}return b(s,0,o)}function Q(t){return function(t,n){n||(n={});var r=S(),e=t.length;r.p(t);var i=O(t,n,B(n),8),a=i.length;return q(i,n),j(i,a-8,r.d()),j(i,a-4,e),i}(P(t))}const R=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(const r of t)n+=r.length;const r=new Uint8Array(n);for(let n=0,e=0,i=t.length;n{this._deflatedData.push(t)},this.stream=new N(((t,n)=>{this.deflate.push(t,n)})),this.stream.push("[")}},V={clear:()=>{R.clear()},addEvent:t=>R.addEvent(t),finish:()=>R.finish(),compress:t=>Q(t)};addEventListener("message",(function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in V&&"function"==typeof V[n])try{const t=V[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}})),postMessage({id:void 0,method:"init",success:!0,response:void 0});']);return URL.createObjectURL(e)}());if(!t)return;let r=new Worker(t);return new EventBufferProxy(r)}catch(e){}}(t);if(e)return e}return new EventBufferArray}({useCompression:this._options.useCompression,workerUrl:this._options.workerUrl}),this._removeListeners(),this._addListeners(),this._isEnabled=!0,this._isPaused=!1,this.startRecording()}_handleException(e){}_initializeSessionForSampling(e){let t=this._options.errorSampleRate>0,r=loadOrCreateSession({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,traceInternals:this._options._experiments.traceInternals,previousSessionId:e},{stickySession:this._options.stickySession,sessionSampleRate:this._options.sessionSampleRate,allowBuffering:t});this.session=r}_checkSession(){if(!this.session)return!1;let e=this.session;return!shouldRefreshSession(e,{sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration})||(this._refreshSession(e),!1)}async _refreshSession(e){this._isEnabled&&(await this.stop({reason:"refresh session"}),this.initializeSampling(e.id))}_addListeners(){try{$.document.addEventListener("visibilitychange",this._handleVisibilityChange),$.addEventListener("blur",this._handleWindowBlur),$.addEventListener("focus",this._handleWindowFocus),$.addEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.addListeners(),this._hasInitializedCoreListeners||(function(e){let t=(0,v.s3)();(0,H.O)(handleDomListener(e)),(0,U.a)(t=>{if(!e.isEnabled())return;let r=function(e){let{from:t,to:r}=e,n=Date.now()/1e3;return{type:"navigation.push",start:n,end:n,name:r,data:{previous:t}}}(t);null!==r&&(e.getContext().urls.push(r.name),e.triggerUserActivity(),e.addUpdate(()=>(createPerformanceSpans(e,[r]),!1)))}),function(e){let t=(0,v.s3)();t&&t.on("beforeAddBreadcrumb",t=>(function(e,t){if(!e.isEnabled()||!isBreadcrumbWithCategory(t))return;let r=!isBreadcrumbWithCategory(t)||["fetch","xhr","sentry.event","sentry.transaction"].includes(t.category)||t.category.startsWith("ui.")?null:"console"===t.category?function(e){let t=e.data&&e.data.arguments;if(!Array.isArray(t)||0===t.length)return createBreadcrumb(e);let r=!1,n=t.map(e=>{if(!e)return e;if("string"==typeof e)return e.length>5e3?(r=!0,`${e.slice(0,5e3)}…`):e;if("object"==typeof e)try{let t=(0,C.Fv)(e,7),n=JSON.stringify(t);if(n.length>5e3)return r=!0,`${JSON.stringify(t,null,2).slice(0,5e3)}…`;return t}catch(e){}return e});return createBreadcrumb({...e,data:{...e.data,arguments:n,...r?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}(t):createBreadcrumb(t);r&&addBreadcrumbEvent(e,r)})(e,t))}(e),function(e){let t=(0,v.s3)();try{let{networkDetailAllowUrls:r,networkDetailDenyUrls:n,networkCaptureBodies:i,networkRequestHeaders:s,networkResponseHeaders:a}=e.getOptions(),o={replay:e,networkDetailAllowUrls:r,networkDetailDenyUrls:n,networkCaptureBodies:i,networkRequestHeaders:s,networkResponseHeaders:a};t&&t.on("beforeAddBreadcrumb",(e,t)=>(function(e,t,r){if(t.data)try{var n,i;"xhr"===t.category&&(n=r)&&n.xhr&&(function(e,t){let{xhr:r,input:n}=t;if(!r)return;let i=getBodySize(n),s=r.getResponseHeader("content-length")?parseContentLengthHeader(r.getResponseHeader("content-length")):function(e,t){try{let r="json"===t&&e&&"object"==typeof e?JSON.stringify(e):e;return getBodySize(r)}catch(e){return}}(r.response,r.responseType);void 0!==i&&(e.data.request_body_size=i),void 0!==s&&(e.data.response_body_size=s)}(t,r),captureXhrBreadcrumbToReplay(t,r,e)),"fetch"===t.category&&(i=r)&&i.response&&(function(e,t){let{input:r,response:n}=t,i=r?_getFetchRequestArgBody(r):void 0,s=getBodySize(i),a=n?parseContentLengthHeader(n.headers.get("content-length")):void 0;void 0!==s&&(e.data.request_body_size=s),void 0!==a&&(e.data.response_body_size=a)}(t,r),captureFetchBreadcrumbToReplay(t,r,e))}catch(e){}})(o,e,t))}catch(e){}}(e);let r=Object.assign((t,r)=>{if(!e.isEnabled())return t;if("replay_event"===t.type)return delete t.breadcrumbs,t;if(t.type&&!isTransactionEvent(t)&&!isFeedbackEvent(t))return t;let n=e.checkAndHandleExpiredSession();if(!n)return t;if(isFeedbackEvent(t))return e.flush(),t.contexts.feedback.replay_id=e.getSessionId(),e.triggerUserActivity(),e.addUpdate(()=>!t.timestamp||(e.throttledAddEvent({type:es.Custom,timestamp:1e3*t.timestamp,data:{tag:"breadcrumb",payload:{timestamp:t.timestamp,type:"default",category:"sentry.feedback",data:{feedbackId:t.event_id}}}}),!1)),t;if(!t.type&&t.exception&&t.exception.values&&t.exception.values.length&&r.originalException&&r.originalException.__rrweb__&&!e.getOptions()._experiments.captureExceptions)return null;let i="buffer"===e.recordingMode&&t.message!==q&&!!t.exception&&!t.type&&isSampled(e.getOptions().errorSampleRate),s=i||"session"===e.recordingMode;return s&&(t.tags={...t.tags,replayId:e.getSessionId()}),t},{id:"Replay"});(0,b.Qy)(r),t&&(t.on("beforeSendEvent",t=>{e.isEnabled()&&!t.type&&function(e,t){let r=t.exception&&t.exception.values&&t.exception.values[0]&&t.exception.values[0].value;if("string"==typeof r&&(r.match(/(reactjs\.org\/docs\/error-decoder\.html\?invariant=|react\.dev\/errors\/)(418|419|422|423|425)/)||r.match(/(does not match server-rendered HTML|Hydration failed because)/i))){let t=createBreadcrumb({category:"replay.hydrate-error",data:{url:(0,T.l4)()}});addBreadcrumbEvent(e,t)}}(e,t)}),t.on("afterSendEvent",(t,r)=>{if(!e.isEnabled()||t.type&&!isTransactionEvent(t))return;let n=r&&r.statusCode;if(n&&!(n<200)&&!(n>=300)){if(isTransactionEvent(t)){(function(e,t){let r=e.getContext();t.contexts&&t.contexts.trace&&t.contexts.trace.trace_id&&r.traceIds.size<100&&r.traceIds.add(t.contexts.trace.trace_id)})(e,t);return}(function(e,t){let r=e.getContext();if(t.event_id&&r.errorIds.size<100&&r.errorIds.add(t.event_id),"buffer"!==e.recordingMode||!t.tags||!t.tags.replayId)return;let{beforeErrorSampling:n}=e.getOptions();("function"!=typeof n||n(t))&&(0,W.iK)(()=>{e.sendBufferedReplayOrFlush()})})(e,t)}}),t.on("createDsc",t=>{let r=e.getSessionId();if(r&&e.isEnabled()&&"session"===e.recordingMode){let n=e.checkAndHandleExpiredSession();n&&(t.replay_id=r)}}),t.on("spanStart",t=>{e.lastActiveSpan=t}),t.on("spanEnd",t=>{e.lastActiveSpan=t}),t.on("beforeSendFeedback",(t,r)=>{let n=e.getSessionId();r&&r.includeReplay&&e.isEnabled()&&n&&t.contexts&&t.contexts.feedback&&(t.contexts.feedback.replay_id=n)}))}(this),this._hasInitializedCoreListeners=!0)}catch(e){this._handleException(e)}this._performanceCleanupCallback=function(e){function addPerformanceEntry(t){e.performanceEntries.includes(t)||e.performanceEntries.push(t)}function onEntries({entries:e}){e.forEach(addPerformanceEntry)}let t=[];return["navigation","paint","resource"].forEach(e=>{t.push((0,F._j)(e,onEntries))}),t.push((0,F.$A)(webVitalHandler(getLargestContentfulPaint,e)),(0,F.PR)(webVitalHandler(getCumulativeLayoutShift,e)),(0,F.to)(webVitalHandler(getFirstInputDelay,e)),(0,F.YF)(webVitalHandler(getInteractionToNextPaint,e))),()=>{t.forEach(e=>e())}}(this)}_removeListeners(){try{$.document.removeEventListener("visibilitychange",this._handleVisibilityChange),$.removeEventListener("blur",this._handleWindowBlur),$.removeEventListener("focus",this._handleWindowFocus),$.removeEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.removeListeners(),this._performanceCleanupCallback&&this._performanceCleanupCallback()}catch(e){this._handleException(e)}}__init(){this._handleVisibilityChange=()=>{"visible"===$.document.visibilityState?this._doChangeToForegroundTasks():this._doChangeToBackgroundTasks()}}__init2(){this._handleWindowBlur=()=>{let e=createBreadcrumb({category:"ui.blur"});this._doChangeToBackgroundTasks(e)}}__init3(){this._handleWindowFocus=()=>{let e=createBreadcrumb({category:"ui.focus"});this._doChangeToForegroundTasks(e)}}__init4(){this._handleKeyboardEvent=e=>{!function(e,t){if(!e.isEnabled())return;e.updateUserActivity();let r=function(e){var t;let{metaKey:r,shiftKey:n,ctrlKey:i,altKey:s,key:a,target:o}=e;if(!o||"INPUT"===(t=o).tagName||"TEXTAREA"===t.tagName||t.isContentEditable||!a)return null;let l=1===a.length;if(!(r||i||s)&&l)return null;let c=(0,T.Rt)(o,{maxStringLength:200})||"",d=getBaseDomBreadcrumb(o,c);return createBreadcrumb({category:"ui.keyDown",message:c,data:{...d.data,metaKey:r,shiftKey:n,ctrlKey:i,altKey:s,key:a}})}(t);r&&addBreadcrumbEvent(e,r)}(this,e)}}_doChangeToBackgroundTasks(e){if(!this.session)return;let t=isSessionExpired(this.session,{maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire});t||(e&&this._createCustomBreadcrumb(e),this.conditionalFlush())}_doChangeToForegroundTasks(e){if(!this.session)return;let t=this.checkAndHandleExpiredSession();t&&e&&this._createCustomBreadcrumb(e)}_updateUserActivity(e=Date.now()){this._lastActivity=e}_updateSessionActivity(e=Date.now()){this.session&&(this.session.lastActivity=e,this._maybeSaveSession())}_createCustomBreadcrumb(e){this.addUpdate(()=>{this.throttledAddEvent({type:es.Custom,timestamp:e.timestamp||0,data:{tag:"breadcrumb",payload:e}})})}_addPerformanceEntries(){let e=this.performanceEntries.map(createPerformanceEntry).filter(Boolean).concat(this.replayPerformanceEntries);return this.performanceEntries=[],this.replayPerformanceEntries=[],Promise.all(createPerformanceSpans(this,e))}_clearContext(){this._context.errorIds.clear(),this._context.traceIds.clear(),this._context.urls=[]}_updateInitialTimestampFromEventBuffer(){let{session:e,eventBuffer:t}=this;if(!e||!t||this._requiresManualStart||e.segmentId)return;let r=t.getEarliestTimestamp();r&&rthis._options.maxReplayDuration+3e4)throw Error("Session is too long, not sending replay");let r=this._popEventContext(),n=this.session.segmentId++;this._maybeSaveSession();let i=await this.eventBuffer.finish();await sendReplay({replayId:e,recordingData:i,segmentId:n,eventContext:r,session:this.session,options:this.getOptions(),timestamp:t})}catch(t){this._handleException(t),this.stop({reason:"sendReplay"});let e=(0,v.s3)();e&&e.recordDroppedEvent("send_error","replay")}}__init5(){this._flush=async({force:e=!1}={})=>{if(!this._isEnabled&&!e||!this.checkAndHandleExpiredSession()||!this.session)return;let t=this.session.started,r=Date.now(),n=r-t;this._debouncedFlush.cancel();let i=nthis._options.maxReplayDuration+5e3;if(i||s){this._options._experiments.traceInternals,i&&this._debouncedFlush();return}let a=this.eventBuffer;if(a&&0===this.session.segmentId&&!a.hasCheckout&&this._options._experiments.traceInternals,!this._flushLock){this._flushLock=this._runFlush(),await this._flushLock,this._flushLock=void 0;return}try{await this._flushLock}catch(e){}finally{this._debouncedFlush()}}}_maybeSaveSession(){this.session&&this._options.stickySession&&saveSession(this.session)}__init6(){this._onMutationHandler=e=>{let t=e.length,r=this._options.mutationLimit,n=this._options.mutationBreadcrumbLimit,i=r&&t>r;if(t>n||i){let e=createBreadcrumb({category:"replay.mutations",data:{count:t,limit:i}});this._createCustomBreadcrumb(e)}return!i||(this.stop({reason:"mutationLimit",forceFlush:"session"===this.recordingMode}),!1)}}};function getOption(e,t){return[...e,...t].join(",")}let ey='img,image,svg,video,object,picture,embed,map,audio,link[rel="icon"],link[rel="apple-touch-icon"]',eS=["content-length","content-type","accept"],ev=!1,replayIntegration=e=>new Replay(e);let Replay=class Replay{static __initStatic(){this.id="Replay"}constructor({flushMinDelay:e=5e3,flushMaxDelay:t=5500,minReplayDuration:r=4999,maxReplayDuration:n=36e5,stickySession:i=!0,useCompression:s=!0,workerUrl:a,_experiments:o={},maskAllText:l=!0,maskAllInputs:c=!0,blockAllMedia:d=!0,mutationBreadcrumbLimit:u=750,mutationLimit:h=1e4,slowClickTimeout:p=7e3,slowClickIgnoreSelectors:m=[],networkDetailAllowUrls:f=[],networkDetailDenyUrls:g=[],networkCaptureBodies:y=!0,networkRequestHeaders:S=[],networkResponseHeaders:v=[],mask:_=[],maskAttributes:b=["title","placeholder"],unmask:w=[],block:k=[],unblock:E=[],ignore:I=[],maskFn:M,beforeAddRecordingEvent:C,beforeErrorSampling:R}={}){this.name=Replay.id;let T=function({mask:e,unmask:t,block:r,unblock:n,ignore:i}){let s=getOption(e,[".sentry-mask","[data-sentry-mask]"]),a=getOption(t,[]),o={maskTextSelector:s,unmaskTextSelector:a,blockSelector:getOption(r,[".sentry-block","[data-sentry-block]",'base[href="/"]']),unblockSelector:getOption(n,[]),ignoreSelector:getOption(i,[".sentry-ignore","[data-sentry-ignore]",'input[type="file"]'])};return o}({mask:_,unmask:w,block:k,unblock:E,ignore:I});if(this._recordingOptions={maskAllInputs:c,maskAllText:l,maskInputOptions:{password:!0},maskTextFn:M,maskInputFn:M,maskAttributeFn:(e,t,r)=>(function({el:e,key:t,maskAttributes:r,maskAllText:n,privacyOptions:i,value:s}){return!n||i.unmaskTextSelector&&e.matches(i.unmaskTextSelector)?s:r.includes(t)||"value"===t&&"INPUT"===e.tagName&&["submit","button"].includes(e.getAttribute("type")||"")?s.replace(/[\S]/g,"*"):s})({maskAttributes:b,maskAllText:l,privacyOptions:T,key:e,value:t,el:r}),...T,slimDOMOptions:"all",inlineStylesheet:!0,inlineImages:!1,collectFonts:!0,errorHandler:e=>{try{e.__rrweb__=!0}catch(e){}}},this._initialOptions={flushMinDelay:e,flushMaxDelay:t,minReplayDuration:Math.min(r,15e3),maxReplayDuration:Math.min(n,36e5),stickySession:i,useCompression:s,workerUrl:a,blockAllMedia:d,maskAllInputs:c,maskAllText:l,mutationBreadcrumbLimit:u,mutationLimit:h,slowClickTimeout:p,slowClickIgnoreSelectors:m,networkDetailAllowUrls:f,networkDetailDenyUrls:g,networkCaptureBodies:y,networkRequestHeaders:_getMergedNetworkHeaders(S),networkResponseHeaders:_getMergedNetworkHeaders(v),beforeAddRecordingEvent:C,beforeErrorSampling:R,_experiments:o},this._initialOptions.blockAllMedia&&(this._recordingOptions.blockSelector=this._recordingOptions.blockSelector?`${this._recordingOptions.blockSelector},${ey}`:ey),this._isInitialized&&(0,P.j)())throw Error("Multiple Sentry Session Replay instances are not supported");this._isInitialized=!0}get _isInitialized(){return ev}set _isInitialized(e){ev=e}setupOnce(){(0,P.j)()&&(this._setup(),setTimeout(()=>this._initialize()))}start(){this._replay&&this._replay.start()}startBuffering(){this._replay&&this._replay.startBuffering()}stop(){return this._replay?this._replay.stop({forceFlush:"session"===this._replay.recordingMode}):Promise.resolve()}flush(e){return this._replay&&this._replay.isEnabled()?this._replay.sendBufferedReplayOrFlush(e):Promise.resolve()}getReplayId(){if(this._replay&&this._replay.isEnabled())return this._replay.getSessionId()}_initialize(){this._replay&&(this._maybeLoadFromReplayCanvasIntegration(),this._replay.initializeSampling())}_setup(){let e=function(e){let t=(0,v.s3)(),r=t&&t.getOptions(),n={sessionSampleRate:0,errorSampleRate:0,...(0,R.Jr)(e)};if(!r)return(0,A.Cf)(()=>{console.warn("SDK client is not available.")}),n;let i=(0,I.o)(r.replaysSessionSampleRate),s=(0,I.o)(r.replaysOnErrorSampleRate);return null==i&&null==s&&(0,A.Cf)(()=>{console.warn("Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set.")}),null!=i&&(n.sessionSampleRate=i),null!=s&&(n.errorSampleRate=s),n}(this._initialOptions);this._replay=new ReplayContainer({options:e,recordingOptions:this._recordingOptions})}_maybeLoadFromReplayCanvasIntegration(){try{let e=(0,v.s3)(),t=e.getIntegrationByName("ReplayCanvas");if(!t)return;this._replay._canvas=t.getOptions()}catch(e){}}};function _getMergedNetworkHeaders(e){return[...eS,...e.map(e=>e.toLowerCase())]}Replay.__initStatic()}}]);ERROR: learn / _next / static / chunks / 52774a7f-6b2dd2278b684503.js