@amplitude/session-replay-browser 1.50.1 → 1.50.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/version.d.ts +1 -1
- package/lib/cjs/version.js +1 -1
- package/lib/cjs/version.js.map +1 -1
- package/lib/esm/version.d.ts +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/esm/version.js.map +1 -1
- package/lib/scripts/index-min.js +1 -1
- package/lib/scripts/index-min.js.gz +0 -0
- package/lib/scripts/index-min.js.map +1 -1
- package/lib/scripts/session-replay-browser-min.js +1 -1
- package/lib/scripts/session-replay-browser-min.js.gz +0 -0
- package/lib/scripts/session-replay-browser-min.js.map +1 -1
- package/package.json +3 -3
package/lib/scripts/index-min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_ as e,a as t,b as i,c as n,d as s,e as r,f as o,g as a,o as l}from"./targeting-min.js";var c,d;!function(e){e.SET="$set",e.SET_ONCE="$setOnce",e.ADD="$add",e.APPEND="$append",e.PREPEND="$prepend",e.REMOVE="$remove",e.PREINSERT="$preInsert",e.POSTINSERT="$postInsert",e.UNSET="$unset",e.CLEAR_ALL="$clearAll"}(c||(c={})),function(e){e.IDENTIFY="$identify",e.GROUP_IDENTIFY="$groupidentify",e.REVENUE="revenue_amount"}(d||(d={}));var u,h="$default_instance",g="https://api2.amplitude.com/2/httpapi";!function(e){e.Unknown="unknown",e.Skipped="skipped",e.Success="success",e.RateLimit="rate_limit",e.PayloadTooLarge="payload_too_large",e.Invalid="invalid",e.Failed="failed",e.Timeout="Timeout",e.SystemError="SystemError"}(u||(u={}));var v,f=function(){var e="ampIntegrationContext";return"undefined"!=typeof globalThis&&void 0!==globalThis[e]?globalThis[e]:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof self?self:"undefined"!=typeof global?global:void 0},p=e([],t(Array(256).keys()),!1).map(function(e){return e.toString(16).padStart(2,"0")}),m=function(i){var n,s=f();if(!(null===(n=null==s?void 0:s.crypto)||void 0===n?void 0:n.getRandomValues))return function(e){return e?(e^16*Math.random()>>e/4).toString(16):(String(1e7)+String(-1e3)+String(-4e3)+String(-8e3)+String(-1e11)).replace(/[018]/g,m)}(i);var r=s.crypto.getRandomValues(new Uint8Array(16));return r[6]=15&r[6]|64,r[8]=63&r[8]|128,e([],t(r.entries()),!1).map(function(e){var i=t(e,2),n=i[0],s=i[1];return[4,6,8,10].includes(n)?"-".concat(p[s]):p[s]}).join("")},y=function(e){return{promise:e||Promise.resolve()}};!function(e){e[e.None=0]="None",e[e.Error=1]="Error",e[e.Warn=2]="Warn",e[e.Verbose=3]="Verbose",e[e.Debug=4]="Debug"}(v||(v={}));var b="Amplitude Logger ",S=function(){function e(){this.logLevel=v.None}return e.prototype.disable=function(){this.logLevel=v.None},e.prototype.enable=function(e){void 0===e&&(e=v.Warn),this.logLevel=e},e.prototype.log=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<v.Verbose||console.log("".concat(b,"[Log]: ").concat(e.join(" ")))},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<v.Warn||console.warn("".concat(b,"[Warn]: ").concat(e.join(" ")))},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<v.Error||console.error("".concat(b,"[Error]: ").concat(e.join(" ")))},e.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<v.Debug||console.log("".concat(b,"[Debug]: ").concat(e.join(" ")))},e}(),I=function(e){return void 0===e||""===e?h:e},C=function(){return{flushMaxRetries:12,flushQueueSize:200,flushIntervalMillis:1e4,instanceName:h,logLevel:v.Warn,loggerProvider:new S,offline:!1,optOut:!1,serverUrl:g,serverZone:"US",useBatch:!1}},w=function(){function e(e){var t,i,n,s;this._optOut=!1;var r=C();this.apiKey=e.apiKey,this.flushIntervalMillis=null!==(t=e.flushIntervalMillis)&&void 0!==t?t:r.flushIntervalMillis,this.flushMaxRetries=e.flushMaxRetries||r.flushMaxRetries,this.flushQueueSize=e.flushQueueSize||r.flushQueueSize,this.instanceName=I(e.instanceName),this.loggerProvider=e.loggerProvider||r.loggerProvider,this.logLevel=null!==(i=e.logLevel)&&void 0!==i?i:r.logLevel,this.minIdLength=e.minIdLength,this.plan=e.plan,this.ingestionMetadata=e.ingestionMetadata,this.offline=void 0!==e.offline?e.offline:r.offline,this.optOut=null!==(n=e.optOut)&&void 0!==n?n:r.optOut,this.serverUrl=e.serverUrl,this.serverZone=e.serverZone||r.serverZone,this.storageProvider=e.storageProvider,this.transportProvider=e.transportProvider,this.useBatch=null!==(s=e.useBatch)&&void 0!==s?s:r.useBatch,this.loggerProvider.enable(this.logLevel);var o=P(e.serverUrl,e.serverZone,e.useBatch);this.serverZone=o.serverZone,this.serverUrl=o.serverUrl}return Object.defineProperty(e.prototype,"optOut",{get:function(){return this._optOut},set:function(e){this._optOut=e},enumerable:!1,configurable:!0}),e}(),E=function(e,t){return"EU"===e?t?"https://api.eu.amplitude.com/batch":"https://api.eu.amplitude.com/2/httpapi":t?"https://api2.amplitude.com/batch":g},P=function(e,t,i){if(void 0===e&&(e=""),void 0===t&&(t=C().serverZone),void 0===i&&(i=C().useBatch),e)return{serverUrl:e,serverZone:void 0};var n=["US","EU"].includes(t)?t:C().serverZone;return{serverZone:n,serverUrl:E(n,i)}};var k=function(e,t,i,n,s){return void 0===s&&(s=null),function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=i(),l=a.logger,c=a.logLevel;if(c&&c<v.Debug||!c||!l)return e.apply(s,r);var d,u={type:"invoke public method",name:t,args:r,stacktrace:(d=1,void 0===d&&(d=0),((new Error).stack||"").split("\n").slice(2+d).map(function(e){return e.trim()})),time:{start:(new Date).toISOString()},states:{}};n&&u.states&&(u.states.before=n());var h=e.apply(s,r);return h&&h.promise?h.promise.then(function(){n&&u.states&&(u.states.after=n()),u.time&&(u.time.end=(new Date).toISOString()),l.debug(JSON.stringify(u,null,2))}):(n&&u.states&&(u.states.after=n()),u.time&&(u.time.end=(new Date).toISOString()),l.debug(JSON.stringify(u,null,2))),h}},M=function(){function e(){}return e.prototype.getApplicationContext=function(){return{versionName:this.versionName,language:O(),platform:"Web",os:void 0,deviceModel:void 0}},e}(),O=function(){return"undefined"!=typeof navigator&&(navigator.languages&&navigator.languages[0]||navigator.language)||""},T=function(){function e(){this.queue=[]}return e.prototype.logEvent=function(e){this.receiver?this.receiver(e):this.queue.length<512&&this.queue.push(e)},e.prototype.setEventReceiver=function(e){this.receiver=e,this.queue.length>0&&(this.queue.forEach(function(t){e(t)}),this.queue=[])},e}(),R=function(){return R=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var s in t=arguments[i])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e},R.apply(this,arguments)};function x(e){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&e[t],n=0;if(i)return i.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _(e,t){var i="function"==typeof Symbol&&e[Symbol.iterator];if(!i)return e;var n,s,r=i.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(n=r.next()).done;)o.push(n.value)}catch(e){s={error:e}}finally{try{n&&!n.done&&(i=r.return)&&i.call(r)}finally{if(s)throw s.error}}return o}"function"==typeof SuppressedError&&SuppressedError;var L=function(e,t){var i,n,s=typeof e;if(s!==typeof t)return!1;try{for(var r=x(["string","number","boolean","undefined"]),o=r.next();!o.done;o=r.next()){if(o.value===s)return e===t}}catch(e){i={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}if(null==e&&null==t)return!0;if(null==e||null==t)return!1;if(e.length!==t.length)return!1;var a=Array.isArray(e),l=Array.isArray(t);if(a!==l)return!1;if(!a||!l){var c=Object.keys(e).sort(),d=Object.keys(t).sort();if(!L(c,d))return!1;var u=!0;return Object.keys(e).forEach(function(i){L(e[i],t[i])||(u=!1)}),u}for(var h=0;h<e.length;h++)if(!L(e[h],t[h]))return!1;return!0};Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),i=t.length,n=new Array(i);i--;)n[i]=[t[i],e[t[i]]];return n});var F=function(){function e(){this.identity={userProperties:{}},this.listeners=new Set}return e.prototype.editIdentity=function(){var e=this,t=R({},this.identity.userProperties),i=R(R({},this.identity),{userProperties:t});return{setUserId:function(e){return i.userId=e,this},setDeviceId:function(e){return i.deviceId=e,this},setUserProperties:function(e){return i.userProperties=e,this},setOptOut:function(e){return i.optOut=e,this},updateUserProperties:function(e){var t,n,s,r,o,a,l=i.userProperties||{};try{for(var c=x(Object.entries(e)),d=c.next();!d.done;d=c.next()){var u=_(d.value,2),h=u[0],g=u[1];switch(h){case"$set":try{for(var v=(s=void 0,x(Object.entries(g))),f=v.next();!f.done;f=v.next()){var p=_(f.value,2),m=p[0],y=p[1];l[m]=y}}catch(e){s={error:e}}finally{try{f&&!f.done&&(r=v.return)&&r.call(v)}finally{if(s)throw s.error}}break;case"$unset":try{for(var b=(o=void 0,x(Object.keys(g))),S=b.next();!S.done;S=b.next()){delete l[m=S.value]}}catch(e){o={error:e}}finally{try{S&&!S.done&&(a=b.return)&&a.call(b)}finally{if(o)throw o.error}}break;case"$clearAll":l={}}}}catch(e){t={error:e}}finally{try{d&&!d.done&&(n=c.return)&&n.call(c)}finally{if(t)throw t.error}}return i.userProperties=l,this},commit:function(){return e.setIdentity(i),this}}},e.prototype.getIdentity=function(){return R({},this.identity)},e.prototype.setIdentity=function(e){var t=R({},this.identity);this.identity=R({},e),L(t,this.identity)||this.listeners.forEach(function(t){t(e)})},e.prototype.addIdentityListener=function(e){this.listeners.add(e)},e.prototype.removeIdentityListener=function(e){this.listeners.delete(e)},e}(),$="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:self,q=function(){function e(){this.identityStore=new F,this.eventBridge=new T,this.applicationContextProvider=new M}return e.getInstance=function(t){return $.analyticsConnectorInstances||($.analyticsConnectorInstances={}),$.analyticsConnectorInstances[t]||($.analyticsConnectorInstances[t]=new e),$.analyticsConnectorInstances[t]},e}(),D=function(e){var t=0;if(0===e.length)return t;for(var i=0;i<e.length;i++){t=(t<<5)-t+e.charCodeAt(i),t|=0}return t},j=function(){function e(){}return e.prototype.send=function(e,t,i){return Promise.resolve(null)},e.prototype.buildResponse=function(e){var t,i,n,s,r,o,a,l,c,d,h,g,v,f,p,m,y,b,S,I,C,w;if("object"!=typeof e)return null;var E=e.code||0,P=this.buildStatus(E);switch(P){case u.Success:return{status:P,statusCode:E,body:{eventsIngested:null!==(t=e.events_ingested)&&void 0!==t?t:0,payloadSizeBytes:null!==(i=e.payload_size_bytes)&&void 0!==i?i:0,serverUploadTime:null!==(n=e.server_upload_time)&&void 0!==n?n:0}};case u.Invalid:return{status:P,statusCode:E,body:{error:null!==(s=e.error)&&void 0!==s?s:"",missingField:null!==(r=e.missing_field)&&void 0!==r?r:"",eventsWithInvalidFields:null!==(o=e.events_with_invalid_fields)&&void 0!==o?o:{},eventsWithMissingFields:null!==(a=e.events_with_missing_fields)&&void 0!==a?a:{},eventsWithInvalidIdLengths:null!==(l=e.events_with_invalid_id_lengths)&&void 0!==l?l:{},epsThreshold:null!==(c=e.eps_threshold)&&void 0!==c?c:0,exceededDailyQuotaDevices:null!==(d=e.exceeded_daily_quota_devices)&&void 0!==d?d:{},silencedDevices:null!==(h=e.silenced_devices)&&void 0!==h?h:[],silencedEvents:null!==(g=e.silenced_events)&&void 0!==g?g:[],throttledDevices:null!==(v=e.throttled_devices)&&void 0!==v?v:{},throttledEvents:null!==(f=e.throttled_events)&&void 0!==f?f:[]}};case u.PayloadTooLarge:return{status:P,statusCode:E,body:{error:null!==(p=e.error)&&void 0!==p?p:""}};case u.RateLimit:return{status:P,statusCode:E,body:{error:null!==(m=e.error)&&void 0!==m?m:"",epsThreshold:null!==(y=e.eps_threshold)&&void 0!==y?y:0,throttledDevices:null!==(b=e.throttled_devices)&&void 0!==b?b:{},throttledUsers:null!==(S=e.throttled_users)&&void 0!==S?S:{},exceededDailyQuotaDevices:null!==(I=e.exceeded_daily_quota_devices)&&void 0!==I?I:{},exceededDailyQuotaUsers:null!==(C=e.exceeded_daily_quota_users)&&void 0!==C?C:{},throttledEvents:null!==(w=e.throttled_events)&&void 0!==w?w:[]}};case u.Timeout:default:return{status:P,statusCode:E}}},e.prototype.buildStatus=function(e){return function(e){return e>=200&&e<300}(e)?u.Success:429===e?u.RateLimit:413===e?u.PayloadTooLarge:408===e?u.Timeout:e>=400&&e<500?u.Invalid:e>=500?u.Failed:u.Unknown},e}(),A=function(e){function t(t){void 0===t&&(t={});var i=e.call(this)||this;return i.customHeaders=t,i}return i(t,e),t.prototype.send=function(e,t){return n(this,void 0,void 0,function(){var i,n,o;return s(this,function(s){switch(s.label){case 0:if("undefined"==typeof fetch)throw new Error("FetchTransport is not supported");return i={headers:r({"Content-Type":"application/json",Accept:"*/*"},this.customHeaders),body:JSON.stringify(t),method:"POST"},[4,fetch(e,i)];case 1:return[4,(n=s.sent()).text()];case 2:o=s.sent();try{return[2,this.buildResponse(JSON.parse(o))]}catch(e){return[2,this.buildResponse({code:n.status})]}return[2]}})})},t}(j),N=function(){function e(e,t){this.key="AMP_remote_config_".concat(e.substring(0,10)),this.logger=t}return e.prototype.fetchConfig=function(){var e=null,t={remoteConfig:null,lastFetch:new Date};try{e=localStorage.getItem(this.key)}catch(e){return this.logger.debug("Remote config localstorage failed to access: ",e),Promise.resolve(t)}if(null===e)return this.logger.debug("Remote config localstorage gets null because the key does not exist"),Promise.resolve(t);try{var i=JSON.parse(e);return this.logger.debug("Remote config localstorage parsed successfully: ".concat(JSON.stringify(i))),Promise.resolve({remoteConfig:i.remoteConfig,lastFetch:new Date(i.lastFetch)})}catch(e){return this.logger.debug("Remote config localstorage failed to parse: ",e),localStorage.removeItem(this.key),Promise.resolve(t)}},e.prototype.setConfig=function(e){try{return localStorage.setItem(this.key,JSON.stringify(e)),this.logger.debug("Remote config localstorage set successfully."),Promise.resolve(!0)}catch(e){this.logger.debug("Remote config localstorage failed to set: ",e)}return Promise.resolve(!1)},e}();var U,B=401,z=403,W=429,K=function(){function e(t,i,n,s,r,o){void 0===n&&(n="US"),void 0===o&&(o=e.CONFIG_GROUP),this.callbackInfos=[],this.lastSuccessfulFetch=null,this.fetchPromise=null,this.isLastFetchInvalidApiKey=!1,this.apiKey=t,this.serverUrl=s||("US"===n?"https://sr-client-cfg.amplitude.com/config":"https://sr-client-cfg.eu.amplitude.com/config"),this.logger=i,this.storage=new N(t,i),this.customFetch=r,this.configGroup=o}return e.prototype.subscribe=function(e,t,i){var n=m(),s={id:n,key:e,deliveryMode:t,callback:i};return this.callbackInfos.push(s),"all"===t?this.subscribeAll(s):this.subscribeWaitForRemote(s,t.timeout),n},e.prototype.unsubscribe=function(e){var t=this.callbackInfos.findIndex(function(t){return t.id===e});return-1===t?(this.logger.debug("Remote config client unsubscribe failed because callback with id ".concat(e," doesn't exist.")),!1):(this.callbackInfos.splice(t,1),this.logger.debug("Remote config client unsubscribe succeeded removing callback with id ".concat(e,".")),!0)},e.prototype.updateConfigs=function(){return n(this,void 0,void 0,function(){var e,t=this;return s(this,function(i){switch(i.label){case 0:return this.lastSuccessfulFetch&&Date.now()-this.lastSuccessfulFetch<3e5?(this.logger.debug("Remote config client skipping updateConfigs: Too recent"),[2]):[4,this.getOrCreateFetchPromise()];case 1:return e=i.sent(),this.storage.setConfig(e),this.callbackInfos.forEach(function(i){t.sendCallback(i,e,"remote")}),[2]}})})},e.prototype.getOrCreateFetchPromise=function(){var e=this;return this.fetchPromise?this.fetchPromise:this.isLastFetchInvalidApiKey?(this.logger.debug("Remote config client skipping fetch: Invalid API key"),this.fetchPromise=Promise.resolve({remoteConfig:null,lastFetch:new Date}).finally(function(){e.fetchPromise=null}),this.fetchPromise):(this.fetchPromise=this.fetch().then(function(t){return null!==t.remoteConfig&&(e.lastSuccessfulFetch=Date.now()),t}).finally(function(){e.fetchPromise=null}),this.fetchPromise)},e.prototype.subscribeAll=function(e){return n(this,void 0,void 0,function(){var t,i,n,r=this;return s(this,function(s){switch(s.label){case 0:return t=this.getOrCreateFetchPromise().then(function(t){r.logger.debug("Remote config client subscription all mode fetched from remote: ".concat(JSON.stringify(t))),r.sendCallback(e,t,"remote"),r.storage.setConfig(t)}),i=this.storage.fetchConfig().then(function(e){return e}),[4,Promise.race([t,i])];case 1:return void 0!==(n=s.sent())&&(this.logger.debug("Remote config client subscription all mode fetched from cache: ".concat(JSON.stringify(n))),null!==n.remoteConfig?this.sendCallback(e,n,"cache"):this.logger.debug("Remote config client skips sending callback because cache is empty (first time user).")),[4,t];case 2:return s.sent(),[2]}})})},e.prototype.subscribeWaitForRemote=function(e,t){return n(this,void 0,void 0,function(){var i,n;return s(this,function(s){switch(s.label){case 0:i=new Promise(function(e,i){setTimeout(function(){i("Timeout exceeded")},t)}),s.label=1;case 1:return s.trys.push([1,3,,5]),[4,Promise.race([this.getOrCreateFetchPromise(),i])];case 2:return n=s.sent(),this.logger.debug("Remote config client subscription wait for remote mode returns from remote."),this.sendCallback(e,n,"remote"),this.storage.setConfig(n),[3,5];case 3:return s.sent(),this.logger.debug("Remote config client subscription wait for remote mode exceeded timeout. Try to fetch from cache."),[4,this.storage.fetchConfig()];case 4:return null!==(n=s.sent()).remoteConfig?(this.logger.debug("Remote config client subscription wait for remote mode returns a cached copy."),this.sendCallback(e,n,"cache")):(this.logger.debug("Remote config client subscription wait for remote mode failed to fetch cache."),this.sendCallback(e,n,"remote")),[3,5];case 5:return[2]}})})},e.prototype.sendCallback=function(e,t,i){var n;e.lastCallback=new Date,n=e.key?e.key.split(".").reduce(function(e,t){return null===e?e:t in e?e[t]:null},t.remoteConfig):t.remoteConfig,e.callback(n,i,t.lastFetch)},e.prototype.fetch=function(e,t){return void 0===e&&(e=3),void 0===t&&(t=1e3),n(this,void 0,void 0,function(){var i,n,r,o,a,l,c=this;return s(this,function(d){switch(d.label){case 0:i=t/e,n={remoteConfig:null,lastFetch:new Date},r=function(n){var r,a,l,d,u,h,g,v,f;return s(this,function(s){switch(s.label){case 0:r=!0,a=new AbortController,l=setTimeout(function(){return a.abort()},t),s.label=1;case 1:return s.trys.push([1,10,11,12]),d=o.getUrlParams(),u={Accept:"*/*"},o.customFetch?[4,(p=o.customFetch({url:d,method:"GET",headers:u,signal:a.signal}),m=a.signal,new Promise(function(e,t){var i=function(){var e=new Error("Remote config custom fetch aborted by timeout");e.name="AbortError",t(e)};m.addEventListener("abort",i,{once:!0}),p.then(function(t){m.removeEventListener("abort",i),e(t)},function(e){m.removeEventListener("abort",i),t(e)})}))]:[3,3];case 2:return g=s.sent(),[3,5];case 3:return[4,fetch(d,{method:"GET",headers:u,signal:a.signal})];case 4:g=s.sent(),s.label=5;case 5:return(h=g).ok||h.status>=200&&h.status<300?[3,7]:[4,h.text()];case 6:return v=s.sent(),o.logger.debug("Remote config client fetch with retry time ".concat(e," failed with ").concat(h.status,": ").concat(v)),h.status===B||h.status===z?(o.logger.error("Remote config client fetch failed with ".concat(h.status,". Invalid API key; future fetches will be skipped.")),o.isLastFetchInvalidApiKey=!0,r=!1):h.status>=400&&h.status<500&&h.status!==W&&(r=!1),[3,9];case 7:return[4,h.json()];case 8:return[2,{value:{remoteConfig:s.sent(),lastFetch:new Date}}];case 9:return[3,12];case 10:return(f=s.sent())instanceof Error&&"AbortError"===f.name?o.logger.debug("Remote config client fetch with retry time ".concat(e," timed out after ").concat(t,"ms")):o.logger.debug("Remote config client fetch with retry time ".concat(e," is rejected because: "),f),[3,12];case 11:return clearTimeout(l),[7];case 12:return r?n<e-1?[4,new Promise(function(e){return setTimeout(e,c.getJitterDelay(i))})]:[3,14]:[2,"break"];case 13:s.sent(),s.label=14;case 14:return[2]}var p,m})},o=this,a=0,d.label=1;case 1:return a<e?[5,r(a)]:[3,4];case 2:if("object"==typeof(l=d.sent()))return[2,l.value];if("break"===l)return[3,4];d.label=3;case 3:return a++,[3,1];case 4:return[2,n]}})})},e.prototype.getJitterDelay=function(e){return Math.floor(Math.random()*e)},e.prototype.getUrlParams=function(){var e=encodeURIComponent(this.apiKey),t=new URLSearchParams;return t.append("config_group",this.configGroup),"".concat(this.serverUrl,"/").concat(e,"?").concat(t.toString())},e.CONFIG_GROUP="browser",e}();!function(e){e.US="US",e.EU="EU",e.STAGING="STAGING"}(U||(U={}));var H,G="https://app.amplitude.com",Q={US:G,EU:"https://app.eu.amplitude.com",STAGING:"https://apps.stag2.amplitude.com"};var J="__AMPLITUDE_MESSENGER_INSTANCE__",Z="__AMPLITUDE_MESSENGER__",X=function(){function e(e){var t=(void 0===e?{}:e).origin,i=void 0===t?G:t;this[H]=!0,this.isSetup=!1,this.messageHandler=null,this.requestCallbacks={},this.actionHandlers=new Map,this.pendingMessages=new Map,this.scriptLoadPromises=new Map,this.endpoint=i}return e.prototype.notify=function(e){var t,i,n,s;null===(i=null===(t=this.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Message sent: ",JSON.stringify(e)),null===(s=null===(n=window.opener)||void 0===n?void 0:n.postMessage)||void 0===s||s.call(n,e,this.endpoint)},e.prototype.sendRequest=function(e,t,i){var n=this;void 0===i&&(i={timeout:15e3});var s="".concat(Date.now(),"-").concat(Math.random().toString(36).substr(2,9)),r={id:s,action:e,args:t};return new Promise(function(t,o){n.requestCallbacks[s]={resolve:t,reject:o},n.notify(r),i.timeout>0&&setTimeout(function(){o(new Error("".concat(e," timed out (id: ").concat(s,")"))),delete n.requestCallbacks[s]},i.timeout)})},e.prototype.handleResponse=function(e){var t;this.requestCallbacks[e.id]?(this.requestCallbacks[e.id].resolve(e.responseData),delete this.requestCallbacks[e.id]):null===(t=this.logger)||void 0===t||t.warn("No callback found for request id: ".concat(e.id))},e.prototype.registerActionHandler=function(e,t){var i,n,s,r;this.actionHandlers.has(e)&&(null===(r=null===(s=this.logger)||void 0===s?void 0:s.warn)||void 0===r||r.call(s,"Overwriting existing action handler for: ".concat(e))),this.actionHandlers.set(e,t);var a=this.pendingMessages.get(e);if(a){this.pendingMessages.delete(e);try{for(var l=o(a),c=l.next();!c.done;c=l.next()){t(c.value)}}catch(e){i={error:e}}finally{try{c&&!c.done&&(n=l.return)&&n.call(l)}finally{if(i)throw i.error}}}},e.prototype.loadScriptOnce=function(e){return n(this,void 0,void 0,function(){var t,i,n;return s(this,function(s){switch(s.label){case 0:if(t=this.scriptLoadPromises.get(e))return[2,t];i=function(e){return document.querySelector('script[src="'.concat(CSS.escape(e),'"]'))?Promise.resolve({status:!0}):new Promise(function(t,i){var n;try{var s=document.createElement("script");s.type="text/javascript",s.async=!0,s.src=e,s.addEventListener("load",function(){t({status:!0})},{once:!0}),s.addEventListener("error",function(){i({status:!1,message:"Failed to load the script ".concat(e)})}),null===(n=document.head)||void 0===n||n.appendChild(s)}catch(e){i(e)}})}(e).then(function(){}),this.scriptLoadPromises.set(e,i),s.label=1;case 1:return s.trys.push([1,3,,4]),[4,i];case 2:return s.sent(),[3,4];case 3:throw n=s.sent(),this.scriptLoadPromises.delete(e),n;case 4:return[2]}})})},e.prototype.setup=function(e){var t,i,n=this,s=void 0===e?{}:e,r=s.logger,o=s.endpoint;r&&(this.logger=r),o&&this.endpoint===G&&(this.endpoint=o),this.isSetup||(this.isSetup=!0,null===(i=null===(t=this.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Setting up messenger"),this.messageHandler=function(e){var t,i,s,r,o;if(null===(i=null===(t=n.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Message received: ",JSON.stringify(e)),n.endpoint===e.origin){var a=e.data,l=null==a?void 0:a.action;if(l)if("id"in a&&a.id)null===(r=null===(s=n.logger)||void 0===s?void 0:s.debug)||void 0===r||r.call(s,"Received Response to previous request: ",JSON.stringify(e)),n.handleResponse(a);else{if("ping"===l)return void n.notify({action:"pong"});var c=n.actionHandlers.get(l);if(c)c(a.data);else{var d=null!==(o=n.pendingMessages.get(l))&&void 0!==o?o:[];d.push(a.data),n.pendingMessages.set(l,d)}}}},window.addEventListener("message",this.messageHandler),this.notify({action:"page-loaded"}))},e.prototype.destroy=function(){this.messageHandler&&(window.removeEventListener("message",this.messageHandler),this.messageHandler=null),this.isSetup=!1,this.actionHandlers.clear(),this.pendingMessages.clear(),this.requestCallbacks={},this.scriptLoadPromises.clear();var e=f();(null==e?void 0:e[Z])===this&&delete e[Z]},e}();function V(e){var t,i=f(),n=null==i?void 0:i[Z];if("object"==typeof(t=n)&&null!==t&&J in t&&!0===t[J])return n;var s=new X(e);return i&&(i[Z]=s),s}H=J;var Y="__AMPLITUDE_BACKGROUND_CAPTURE__";const ee="[Amplitude]",te=`${ee} Session Replay ID`,ie=U.US,ne={enabled:!0},se=1e3,re=`${ee} Session Replay Debug`,oe="amp-mask",ae="amp-unmask",le="https://api-sr.amplitude.com/sessions/v2/track",ce="https://api-sr.eu.amplitude.com/sessions/v2/track",de="https://api-sr.stag2.amplitude.com/sessions/v2/track",ue=9e6,he=/payload.*exceed/i,ge=500,ve=1e4,fe=1024,pe="X-Session-Replay-Event-Skipped",me="amplitude-sr-iframe";var ye;!function(e){e.GET_SR_PROPS="get-sr-props",e.DEBUG_INFO="debug-info",e.FETCH_REQUEST="fetch-request",e.METADATA="metadata",e.TARGETING_DECISION="targeting-decision",e.REPLAY_GATE_DECISION="replay-gate-decision"}(ye||(ye={}));class be{constructor(e){this.logger=e,this.log=this.getSafeMethod("log"),this.warn=this.getSafeMethod("warn"),this.error=this.getSafeMethod("error"),this.debug=this.getSafeMethod("debug")}getSafeMethod(e){var t;if(!this.logger)return()=>{};const i=this.logger[e];if("function"==typeof i){return(null!==(t=i.__rrweb_original__)&&void 0!==t?t:i).bind(this.logger)}return()=>{}}enable(e){this.logger.enable(e)}disable(){this.logger.disable()}}const Se="medium";function Ie(e,t){return t||("STAGING"===e?de:"EU"===e?ce:le)}const Ce=(e,t,i)=>{switch(t){case"light":{if("input"!==e)return!1;const t=i?function(e){const t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?t.toLowerCase():null}(i):"";return!!t&&(!!["password","hidden","email","tel"].includes(t)||!!i.autocomplete.startsWith("cc-"))}case"medium":return"input"===e;case"conservative":return!0;default:return Ce(e,Se,i)}},we=(e,t)=>{var i;if(e&&t.urlMaskLevels)for(const i of t.urlMaskLevels)if(Te(i.match).test(e))return i.maskLevel;return null!==(i=t.defaultMaskLevel)&&void 0!==i?i:Se},Ee=(e,t={defaultMaskLevel:Se},i,n)=>{var s,r;if(i){if(i.closest("."+oe))return!0;const e=(null!==(s=t.maskSelector)&&void 0!==s?s:[]).some(e=>i.closest(e));if(e)return!0;if(i.closest("."+ae))return!1;const n=(null!==(r=t.unmaskSelector)&&void 0!==r?r:[]).some(e=>i.closest(e));if(n)return!1}return Ce(e,we(n,t),i)},Pe=(e,t,i)=>(n,s)=>Ee(e,t,s,null==i?void 0:i())?n.replace(/[^\s]/g,"*"):n,ke=(e,t)=>(i,n,s)=>{var r;if("style"===i)return n;if(!(null!==(r=null==e?void 0:e.maskAttributes)&&void 0!==r?r:[]).includes(i))return n;const o=["INPUT","SELECT","TEXTAREA"].includes(s.tagName)?"input":"text";return Ee(o,e,s,null==t?void 0:t())?n.replace(/[^\s]/g,"*"):n},Me=()=>{const e=f();return(null==e?void 0:e.location)?e.location.href:""},Oe=new Map,Te=e=>{const t=Oe.get(e);if(t)return t;const i="\0TRAIL\0",n="\0MID\0",s="\0DS\0",r="\0ST\0",o="\0QU\0";let a=e;a=a.replace(/\/\*\*$/,i),a=a.replace(/\/\*\*\//g,n),a=a.replace(/\*\*/g,s),a=a.replace(/\*/g,r),a=a.replace(/\?/g,o),a=a.replace(/[.+^${}()|[\]\\]/g,"\\$&"),a=a.split(i).join("(/.*)?"),a=a.split(n).join("/(.*\\/)?"),a=a.split(s).join(".*"),a=a.split(r).join(".*"),a=a.split(o).join(".");const l=new RegExp(`^${a}$`);return Oe.set(e,l),l},Re=(e,t)=>{for(const i of t){const t=Te(i.selector);if(t.test(e))return e.replace(t,i.replacement)}return e},xe=()=>n(void 0,void 0,void 0,function*(){try{const e=f();if(e){const{usage:t,quota:i,usageDetails:n}=yield e.navigator.storage.estimate(),s=t?Math.round(t/fe):0;return{totalStorageSize:s,percentOfQuota:t&&i?Math.round(1e3*(t/i+Number.EPSILON))/1e3:0,usageDetails:JSON.stringify(n)}}}catch(e){}return{totalStorageSize:0,percentOfQuota:0,usageDetails:""}}),_e=e=>{const t=Object.assign({},e),{apiKey:i}=t;return t.apiKey=`****${i.substring(i.length-4)}`,t},Le=()=>({flushMaxRetries:2,logLevel:v.Warn,loggerProvider:new S,transportProvider:new A});class Fe extends w{constructor(e,t){var i,n,s,r,o,a,l,c,d,u,h,g,v,f;const p=Le();super(Object.assign(Object.assign({transportProvider:p.transportProvider,loggerProvider:new be(t.loggerProvider||p.loggerProvider)},t),{apiKey:e})),this.flushMaxRetries=void 0!==t.flushMaxRetries&&t.flushMaxRetries<=p.flushMaxRetries?t.flushMaxRetries:p.flushMaxRetries,this.apiKey=e,this.sampleRate=t.sampleRate||0,this.serverZone=t.serverZone||ie,this.configServerUrl=t.configServerUrl,this.trackServerUrl=t.trackServerUrl,this.shouldInlineStylesheet=t.shouldInlineStylesheet,this.inlineImages=t.inlineImages,this.version=t.version,this.performanceConfig=t.performanceConfig||ne,this.storeType=null!==(i=t.storeType)&&void 0!==i?i:"memory",this.applyBackgroundColorToBlockedElements=null!==(n=t.applyBackgroundColorToBlockedElements)&&void 0!==n&&n,this.enableUrlChangePolling=null!==(s=t.enableUrlChangePolling)&&void 0!==s&&s,this.urlChangePollingInterval=null!==(r=t.urlChangePollingInterval)&&void 0!==r?r:se,this.captureDocumentTitle=null!==(o=t.captureDocumentTitle)&&void 0!==o&&o,void 0!==t.fullSnapshotIntervalMs&&(this.fullSnapshotIntervalMs=t.fullSnapshotIntervalMs),void 0!==t.eagerFullSnapshotSend&&(this.eagerFullSnapshotSend=t.eagerFullSnapshotSend),this.captureFullSnapshotOnFocus=null!==(a=t.captureFullSnapshotOnFocus)&&void 0!==a&&a,void 0!==t.maxPersistedEventsSizeBytes&&(this.maxPersistedEventsSizeBytes=Ae(t.maxPersistedEventsSizeBytes,qe,De,"maxPersistedEventsSizeBytes",this.loggerProvider)),void 0!==t.maxSingleEventSizeBytes&&(this.maxSingleEventSizeBytes=Ae(t.maxSingleEventSizeBytes,qe,je,"maxSingleEventSizeBytes",this.loggerProvider)),this.privacyConfig=Object.assign(Object.assign({},null!==(l=t.privacyConfig)&&void 0!==l?l:{}),{unmaskSelector:Array.from(new Set([`.${ae}`,...null!==(d=null===(c=t.privacyConfig)||void 0===c?void 0:c.unmaskSelector)&&void 0!==d?d:[]]))}),t.interactionConfig&&(this.interactionConfig=t.interactionConfig,this.interactionConfig.ugcFilterRules&&(e=>{if(!e.every(e=>"string"==typeof e.selector&&"string"==typeof e.replacement))throw new Error("ugcFilterRules must be an array of objects with selector and replacement properties");if(!e.every(e=>{return"string"==typeof(t=e.selector)&&""!==t.trim()&&!!/^\/|^https?:\/\/[^\s]+$/.test(t);var t}))throw new Error("ugcFilterRules must be an array of objects with valid globs")})(this.interactionConfig.ugcFilterRules)),t.debugMode&&(this.debugMode=t.debugMode);const m=t;this.useWebWorker=null===(g=null!==(u=t.useWebWorker)&&void 0!==u?u:null===(h=m.experimental)||void 0===h?void 0:h.useWebWorker)||void 0===g||g,this.enableTransportCompression=null===(v=t.enableTransportCompression)||void 0===v||v,this.sendTimeoutMs=t.sendTimeoutMs,this.captureAdoptedStyleSheets=null===(f=t.captureAdoptedStyleSheets)||void 0===f||f,t.crossOriginIframes&&(this.crossOriginIframes=t.crossOriginIframes),t.flushIntervalConfig?this.flushIntervalConfig=function(e,t){var i,n;const s={};void 0!==e.minIntervalMs&&(!Number.isFinite(e.minIntervalMs)||e.minIntervalMs<$e?(t.warn(`flushIntervalConfig.minIntervalMs ${e.minIntervalMs} is below floor ${$e}ms; clamping.`),s.minIntervalMs=$e):s.minIntervalMs=e.minIntervalMs);void 0!==e.maxIntervalMs&&(Number.isNaN(e.maxIntervalMs)||e.maxIntervalMs<$e?(t.warn(`flushIntervalConfig.maxIntervalMs ${e.maxIntervalMs} is below floor ${$e}ms; clamping.`),s.maxIntervalMs=$e):s.maxIntervalMs=e.maxIntervalMs);if(void 0!==s.minIntervalMs||void 0!==s.maxIntervalMs){const e=null!==(i=s.minIntervalMs)&&void 0!==i?i:ge,r=null!==(n=s.maxIntervalMs)&&void 0!==n?n:ve;r<e&&(void 0===s.maxIntervalMs?(t.warn(`flushIntervalConfig.minIntervalMs (${e}) exceeds the default maxIntervalMs (10000); raising max to match min.`),s.maxIntervalMs=e):void 0===s.minIntervalMs?(t.warn(`flushIntervalConfig.maxIntervalMs (${r}) is below the default minIntervalMs (500); lowering min to match max.`),s.minIntervalMs=r):(t.warn(`flushIntervalConfig.maxIntervalMs (${s.maxIntervalMs}) is less than minIntervalMs (${s.minIntervalMs}); raising max to match min.`),s.maxIntervalMs=s.minIntervalMs))}return s}(t.flushIntervalConfig,this.loggerProvider):this.flushIntervalConfig={minIntervalMs:1e3,maxIntervalMs:1e4},this.handleSendEvents=t.handleSendEvents,this.handleFetchConfig=t.handleFetchConfig}}const $e=100,qe=1e3,De=8e6,je=1e7;function Ae(e,t,i,n,s){if(Number.isFinite(e))return e<t?(s.warn(`${n} ${e} is below floor ${t}; clamping.`),t):e>i?(s.warn(`${n} ${e} exceeds ceiling ${i}; clamping.`),i):e;s.warn(`${n} value is not a finite number (got ${String(e)}); ignoring.`)}var Ne=(e=>(e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e))(Ne||{}),Ue=(e=>(e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet",e[e.CustomElement=16]="CustomElement",e))(Ue||{}),Be=(e=>(e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel",e))(Be||{});class ze{constructor(e,t){this.localConfig=t,this.remoteConfigClient=e}generateJoinedConfig(){var e,t,i,s,r,o,a;return n(this,void 0,void 0,function*(){const n=Object.assign({},this.localConfig);let l;n.optOut=this.localConfig.optOut,n.captureEnabled=!0;try{yield new Promise((e,t)=>{this.remoteConfigClient.subscribe("configs.sessionReplay",{timeout:1500},(i,s)=>{var r;if(this.localConfig.loggerProvider.debug(`Session Replay remote configuration received from ${s}:`,JSON.stringify(i,null,2)),!i)return void t(new Error("No remote config received"));const o=i,a=o.sr_sampling_config,c=o.sr_privacy_config,d=o.sr_targeting_config,u=null===(r=n.interactionConfig)||void 0===r?void 0:r.ugcFilterRules;n.interactionConfig=o.sr_interaction_config,n.interactionConfig&&u&&(n.interactionConfig.ugcFilterRules=u),n.loggingConfig=o.sr_logging_config,(a||c||d)&&(l={},a&&(l.sr_sampling_config=a),c&&(l.sr_privacy_config=c),d&&(l.sr_targeting_config=d)),e()})})}catch(e){return this.localConfig.loggerProvider.error("Failed to generate joined config: ",e),n.captureEnabled=!1,{localConfig:this.localConfig,joinedConfig:n,remoteConfig:void 0}}if(!l)return{localConfig:this.localConfig,joinedConfig:n,remoteConfig:l};const{sr_sampling_config:c,sr_privacy_config:d,sr_targeting_config:u}=l;if(c&&Object.keys(c).length>0?(Object.prototype.hasOwnProperty.call(c,"capture_enabled")?n.captureEnabled=c.capture_enabled:n.captureEnabled=!1,Object.prototype.hasOwnProperty.call(c,"sample_rate")&&(n.sampleRate=c.sample_rate),Object.prototype.hasOwnProperty.call(c,"min_session_duration_ms")&&(n.minSessionDurationMs=this.sanitizeMinSessionDurationMs(c.min_session_duration_ms))):(n.captureEnabled=!0,this.localConfig.loggerProvider.debug("Remote config successfully fetched, but no values set for project, Session Replay capture enabled.")),d){const l=null!==(e=n.privacyConfig)&&void 0!==e?e:{},c={defaultMaskLevel:null!==(i=null!==(t=d.defaultMaskLevel)&&void 0!==t?t:l.defaultMaskLevel)&&void 0!==i?i:"medium",blockSelector:[],maskSelector:[],unmaskSelector:[],maskAttributes:[...new Set([...null!==(s=l.maskAttributes)&&void 0!==s?s:[],...null!==(r=d.maskAttributes)&&void 0!==r?r:[]])],urlMaskLevels:[...null!==(o=d.urlMaskLevels)&&void 0!==o?o:[],...null!==(a=l.urlMaskLevels)&&void 0!==a?a:[]]},u=e=>{var t,i,n;const s={};"string"==typeof e.blockSelector&&(e.blockSelector=[e.blockSelector]);for(const i of null!==(t=e.blockSelector)&&void 0!==t?t:[])s[i]="block";for(const t of null!==(i=e.maskSelector)&&void 0!==i?i:[])s[t]="mask";for(const t of null!==(n=e.unmaskSelector)&&void 0!==n?n:[])s[t]="unmask";return s},h=Object.assign(Object.assign({},u(l)),u(d));for(const[e,t]of Object.entries(h))"mask"===t?c.maskSelector.push(e):"block"===t?c.blockSelector.push(e):"unmask"===t&&c.unmaskSelector.push(e);n.privacyConfig=((e,t)=>{const i=document.createDocumentFragment(),n=(e=[])=>{if("string"==typeof e&&(e=[e]),e=e.filter(e=>{try{i.querySelector(e)}catch(i){return t.warn(`[session-replay-browser] omitting selector "${e}" because it is invalid`),!1}return!0}),0!==e.length)return e};return e.blockSelector=n(e.blockSelector),e.maskSelector=n(e.maskSelector),e.unmaskSelector=n(e.unmaskSelector),e})(c,this.localConfig.loggerProvider)}return u&&Object.keys(u).length>0&&(n.targetingConfig=u),this.localConfig.loggerProvider.debug(JSON.stringify({name:"session replay joined config",config:_e(n)},null,2)),{localConfig:this.localConfig,joinedConfig:n,remoteConfig:l}})}sanitizeMinSessionDurationMs(e){if("number"==typeof e&&Number.isFinite(e)){if(!(e<0))return e>We?(this.localConfig.loggerProvider.warn(`min_session_duration_ms remote value ${e} exceeds ${We}ms ceiling; clamping.`),We):e;this.localConfig.loggerProvider.warn(`min_session_duration_ms remote value is negative (${e}); ignoring.`)}else this.localConfig.loggerProvider.warn(`min_session_duration_ms remote value is not a finite number (got ${String(e)}); ignoring.`)}}const We=6e4;function Ke(e){if(e.type!==Ne.IncrementalSnapshot)return!1;const t=e.data;return t.source===Ue.Mutation&&!t.isAttachIframe}function He(e){const t={};for(const i of e)for(const e of Object.keys(i))t[e]=i[e];return t}function Ge(e){const t=new Map;if(e.forEach((e,i)=>{if(e.attributes&&"style"in e.attributes){const n=t.get(e.id);n?n.push(i):t.set(e.id,[i])}}),0===t.size)return e;const i=t=>e[t].attributes.style,n=new Set,s=new Map;for(const e of t.values()){if(1===e.length)continue;let t=-1;e.forEach((e,n)=>{var s;("object"!=typeof(s=i(e))||null===s)&&(t=n)});const r=[];if(e.forEach((e,i)=>{i!==t&&(n.add(e),i>t&&r.push(e))}),r.length>0){const e=r[r.length-1],t=He(r.map(e=>i(e)));n.delete(e),s.set(e,t)}}if(0===n.size&&0===s.size)return e;const r=[];return e.forEach((e,t)=>{const i=s.get(t);if(void 0!==i)return void r.push(Object.assign(Object.assign({},e),{attributes:Object.assign(Object.assign({},e.attributes),{style:i})}));if(!n.has(t))return void r.push(e);const o=Object.assign({},e.attributes);delete o.style,Object.keys(o).length>0&&r.push(Object.assign(Object.assign({},e),{attributes:o}))}),r}function Qe(e){const t=e[0],i=new Map,n=new Map,s=new Map,r=new Map,o=new Map;e.forEach((e,t)=>{const a=e.data;for(const e of a.adds)i.has(e.node.id)||i.set(e.node.id,t),n.set(e.node.id,t),o.set(e.node.id,e.parentId);for(const e of a.removes)s.has(e.id)||s.set(e.id,t),r.set(e.id,t)});const a=new Set,l=new Set;for(const[e,t]of i){const i=s.get(e);if(void 0===i)continue;n.get(e)>=r.get(e)||(t<i?a.add(e):i<t&&l.add(e))}const c=new Set;if(a.size>0||l.size>0){let e=!0;for(;e;){e=!1;for(const[t,n]of o)if(!a.has(t)&&!l.has(t)&&!c.has(t)&&(a.has(n)||l.has(n)||c.has(n))){const n=s.get(t),r=i.get(t);void 0!==n&&void 0!==r&&n<r?l.add(t):void 0!==n&&void 0!==r&&n===r?c.add(t):a.add(t),e=!0}}}const d=a.size>0||l.size>0||c.size>0,u=[];e.forEach((e,t)=>{for(const n of e.data.removes)a.has(n.id)||l.has(n.id)&&t>=i.get(n.id)||c.has(n.id)&&(a.has(n.parentId)||l.has(n.parentId)||c.has(n.parentId))||u.push(n)});const h=e.flatMap(e=>e.data.adds),g=e.flatMap(e=>e.data.texts),v=e.flatMap(e=>e.data.attributes),f=d?v.filter(e=>!a.has(e.id)&&!l.has(e.id)&&!c.has(e.id)):v,p={source:Ue.Mutation,removes:u,adds:d?h.filter(e=>!a.has(e.node.id)&&!l.has(e.node.id)&&!c.has(e.node.id)):h,texts:d?g.filter(e=>!a.has(e.id)&&!l.has(e.id)&&!c.has(e.id)):g,attributes:Ge(f)};return Object.assign(Object.assign({},t),{data:p})}function Je(e){if(e.length<=1)return e;const t=[];let i=0;for(;i<e.length;){if(!Ke(e[i])){t.push(e[i]),i++;continue}let n=i+1;for(;n<e.length&&Ke(e[n]);)n++;t.push(n>i+1?Qe(e.slice(i,n)):e[i]),i=n}return t}class Ze{constructor(e,t,i,n,s){var r;this.taskQueue=[],this.pendingQueue=[],this.isProcessing=!1,this.compressEvent=e=>{const{type:t,timestamp:i,delay:n,data:s}=e;return null!=n?JSON.stringify({type:t,timestamp:i,delay:n,data:s}):JSON.stringify({type:t,timestamp:i,data:s})},this.addCompressedEventToManager=(e,t)=>{var i;const n=new Blob([e]).size;n>(null!==(i=this.config.maxSingleEventSizeBytes)&&void 0!==i?i:ue)?this.config.loggerProvider.warn(`Session replay event dropped: serialized size ${Math.round(n/1024)} KB exceeds maximum allowed event size. If this recurs, please open a GitHub issue at https://github.com/amplitude/Amplitude-TypeScript/issues or contact Amplitude support.`):this.eventsManager&&this.deviceId&&this.eventsManager.addEvent({event:{type:"replay",data:e},sessionId:t,deviceId:this.deviceId})},this.addCompressedEvent=(e,t)=>{if(this.worker)try{this.worker.postMessage({event:e,sessionId:t})}catch(i){"DataCloneError"===i.name?this.worker.postMessage(JSON.stringify({event:e,sessionId:t})):this.config.loggerProvider.warn("Unexpected error while posting message to worker:",i)}else{const i=this.compressEvent(e);this.addCompressedEventToManager(i,t)}},this.flushQueue=()=>{for(this.pendingQueue.length>0&&this.taskQueue.push(...this.mergeMutationTasks(this.pendingQueue.splice(0)));this.taskQueue.length>0;){const e=this.taskQueue.shift();if(e){const{event:t,sessionId:i}=e,n=this.compressEvent(t);this.addCompressedEventToManager(n,i)}}this.isProcessing=!1},this.terminate=()=>{var e;null===(e=this.worker)||void 0===e||e.terminate()};const o=f();if(this.canUseIdleCallback=o&&"requestIdleCallback"in o,this.eventsManager=e,this.config=t,this.deviceId=i,this.timeout=(null===(r=t.performanceConfig)||void 0===r?void 0:r.timeout)||2e3,this.onFullSnapshotProcessed=s,n){t.loggerProvider.log("Enabling web worker for compression");try{const e=new Blob([n],{type:"application/javascript"}),i=URL.createObjectURL(e),s=new Worker(i);s.onerror=e=>{e.preventDefault(),t.loggerProvider.error(`Worker failed, falling back to non-worker compression: ${e.message} (${e.filename}:${e.lineno})`),s.terminate(),this.worker=void 0},s.onmessage=e=>{const{compressedEvent:t,sessionId:i}=e.data;this.addCompressedEventToManager(t,i)},this.worker=s}catch(e){t.loggerProvider.error("Failed to create worker, falling back to non-worker compression:",e)}}}scheduleIdleProcessing(){this.isProcessing||(this.isProcessing=!0,requestIdleCallback(e=>{this.processQueue(e)},{timeout:this.timeout}))}enqueueEvent(e,t){var i,n;if(e.type===Ne.FullSnapshot){if(this.config.loggerProvider.debug("Processing full snapshot immediately."),this.taskQueue.length>0||this.pendingQueue.length>0){const e=[...this.taskQueue.splice(0),...this.mergeMutationTasks(this.pendingQueue.splice(0))];for(const t of e){const e=this.compressEvent(t.event);this.addCompressedEventToManager(e,t.sessionId)}this.isProcessing=!1}const n=this.compressEvent(e);return this.addCompressedEventToManager(n,t),void(null===(i=this.onFullSnapshotProcessed)||void 0===i||i.call(this))}this.canUseIdleCallback&&(null===(n=this.config.performanceConfig)||void 0===n?void 0:n.enabled)?(this.config.loggerProvider.debug("Enqueuing event for processing during idle time."),this.pendingQueue.push({event:e,sessionId:t}),this.scheduleIdleProcessing()):(this.config.loggerProvider.debug("Processing event without idle callback."),this.addCompressedEvent(e,t))}processQueue(e){for(this.pendingQueue.length>0&&this.taskQueue.push(...this.mergeMutationTasks(this.pendingQueue.splice(0)));this.taskQueue.length>0&&(e.timeRemaining()>0||e.didTimeout);){const e=this.taskQueue.shift();if(e){const{event:t,sessionId:i}=e;this.addCompressedEvent(t,i)}}this.taskQueue.length>0||this.pendingQueue.length>0?requestIdleCallback(e=>{this.processQueue(e)},{timeout:this.timeout}):this.isProcessing=!1}mergeMutationTasks(e){var t;if(!1===(null===(t=this.config.performanceConfig)||void 0===t?void 0:t.mergeMutations))return e;if(e.length<=1)return e;const i=[];let n=0;for(;n<e.length;){const t=e[n].sessionId;let s=n+1;for(;s<e.length&&e[s].sessionId===t;)s++;const r=Je(e.slice(n,s).map(e=>e.event));for(const e of r)i.push({event:e,sessionId:t});n=s}return i}}const Xe="Session replay event batch rejected due to exceeded retry count",Ve="Failed to store session replay events in IndexedDB",Ye="Session replay event batch dropped: server signalled capture disabled or session out of valid range for this session",et="1.50.1";class tt{constructor({trackServerUrl:e,loggerProvider:t,payloadBatcher:i,workerScript:n,enableTransportCompression:s,sendTimeoutMs:r,handleSendEvents:o}){if(this.storageKey="",this.retryTimeout=1e3,this.scheduled=null,this.queue=[],this.sendIdCounter=0,this.pendingWorkerRequests=new Map,this.timedOutWorkerRequests=new Map,this.flushPauseUntilMs=0,this.mergeOnNextFlush=!1,this.coalesceNextFlush=!1,this.mergeLogFiredThisPause=!1,this.killedSessions=new Set,this.loggerProvider=t,this.payloadBatcher=i||(e=>e),this.trackServerUrl=e,this.enableTransportCompression=null==s||s,this.sendTimeoutMs=null!=r?r:1e4,this.handleSendEvents=o,n)try{const e=new Blob([n],{type:"application/javascript"}),i=URL.createObjectURL(e),s=new Worker(i);s.onerror=e=>{e.preventDefault(),t.error(`Track destination worker failed, falling back to main-thread sending: ${e.message} (${e.filename}:${e.lineno})`),s.terminate(),this.worker=void 0;for(const[,i]of this.pendingWorkerRequests)i.timeout&&clearTimeout(i.timeout),t.warn(`Session replay event send failed due to worker crash: ${e.message}`),i.resolve();this.pendingWorkerRequests.clear(),this.timedOutWorkerRequests.clear()},s.onmessage=e=>{const i=e.data;if("log"===i.type)t.log(i.message);else if("warn"===i.type)t.warn(i.message);else if("payload_too_large"===i.type){const e=this.pendingWorkerRequests.get(i.id);if(e)e.timeout&&clearTimeout(e.timeout),this.handlePayloadTooLargeResponse(e.context,i.isWaf),e.resolve(),this.pendingWorkerRequests.delete(i.id);else{const e=this.timedOutWorkerRequests.get(i.id);e&&(this.timedOutWorkerRequests.delete(i.id),this.handlePayloadTooLargeResponse(e,i.isWaf))}}else if("complete"===i.type){const e=this.pendingWorkerRequests.get(i.id);if(e)e.timeout&&clearTimeout(e.timeout),void 0!==i.skipCode&&this.applyServerDirective(e.context.sessionId,i.skipCode),this.completeRequest({context:e.context}),e.resolve(),this.pendingWorkerRequests.delete(i.id);else{const e=this.timedOutWorkerRequests.get(i.id);e&&(this.timedOutWorkerRequests.delete(i.id),void 0!==i.skipCode&&this.applyServerDirective(e.sessionId,i.skipCode),this.completeRequest({context:e}))}}else"fetch-request"===i.type&&this.handleDelegatedFetch(s,i).catch(e=>{t.warn("Failed to handle delegated session replay fetch:",e)})},this.worker=s}catch(e){t.error("Failed to create track destination worker, falling back to main-thread sending:",e)}}sendEventsList(e){this.addToQueue(Object.assign(Object.assign({},e),{attempts:0,timeout:0}))}markCoalesceNextFlush(){this.coalesceNextFlush=!0,this.schedule(0)}sendBeacon({events:e,sessionId:t,deviceId:i,apiKey:n,serverZone:s}){var r,o;const a=e=>new Blob([e]).size;let l=e,c=JSON.stringify({version:2,events:l});if(a(c)>65536){let t=0,i=l.length;for(;t<i;){const e=Math.floor((t+i+1)/2);a(JSON.stringify({version:2,events:l.slice(0,e)}))<=65536?t=e:i=e-1}l=l.slice(0,t),c=JSON.stringify({version:2,events:l}),this.loggerProvider.warn(`sendBeacon payload exceeded 64 KB limit, trimmed from ${e.length} to ${l.length} events`)}if(0===l.length)return;if(this.handleSendEvents){const e=new URLSearchParams({device_id:i,session_id:String(t),type:"replay"}),r=`${Ie(s,this.trackServerUrl)}?${e.toString()}`,o={"Content-Type":"application/json",Accept:"*/*",Authorization:`Bearer ${n}`};this.loggerProvider.debug(`Routing session replay exit batch (${l.length} events) through custom transport for session id ${t}.`);try{this.handleSendEvents({url:r,method:"POST",headers:o,body:c,keepalive:!0}).catch(e=>{this.loggerProvider.warn("Custom transport failed to send session replay exit batch:",e)})}catch(e){this.loggerProvider.warn("Custom transport threw while sending session replay exit batch:",e)}return}const d=new URLSearchParams({device_id:i,session_id:String(t),type:"replay",api_key:n}),u=`${Ie(s,this.trackServerUrl)}?${d.toString()}`,h=f();try{const e=new Blob([c],{type:"application/json"});!1===(null===(o=null===(r=null==h?void 0:h.navigator)||void 0===r?void 0:r.sendBeacon)||void 0===o?void 0:o.call(r,u,e))&&this.loggerProvider.warn("sendBeacon failed to queue session replay payload")}catch(e){}}addToQueue(...e){e.filter(e=>this.killedSessions.has(e.sessionId)?(this.completeRequest({context:e,err:Ye}),!1):e.attempts<(e.flushMaxRetries||0)?(e.attempts+=1,!0):(this.completeRequest({context:e,err:Xe}),!1)).forEach(e=>{this.queue=this.queue.concat(e),this.schedule(0)})}schedule(e){if(this.scheduled)return;const t=this.flushPauseUntilMs-Date.now(),i=t>e?t:e;t>0&&(this.mergeOnNextFlush=!0),this.scheduled=setTimeout(()=>{this.flush(!0).then(()=>{this.queue.length>0&&this.schedule(e)})},i)}flush(e=!1){return n(this,void 0,void 0,function*(){let t=this.queue;this.queue=[],this.scheduled&&(clearTimeout(this.scheduled),this.scheduled=null),this.mergeOnNextFlush?(this.mergeOnNextFlush=!1,this.coalesceNextFlush=!1,t=this.mergeQueueAfterThrottle(t)):this.coalesceNextFlush&&(this.coalesceNextFlush=!1,t=this.mergeDrainBacklog(t));for(const i of t)yield this.send(i,e)})}mergeQueueAfterThrottle(e){const t=this.coalesceByIdentity(e);return t.length<e.length&&!this.mergeLogFiredThisPause&&(this.mergeLogFiredThisPause=!0,this.loggerProvider.log(`Session replay throttle pause ended; merged ${e.length} queued batches into ${t.length} request(s)`)),t}mergeDrainBacklog(e){const t=this.coalesceByIdentity(e);return t.length<e.length&&this.loggerProvider.log(`Session replay coalesced ${e.length} persisted page-load backlog batches into ${t.length} request(s)`),t}coalesceByIdentity(e){var t,i,s,r,o,a,l;if(e.length<=1)return e;const c=new Map;for(const n of e){const e=[n.sessionId,null!==(t=n.deviceId)&&void 0!==t?t:"",null!==(i=n.apiKey)&&void 0!==i?i:"",n.type,null!==(s=n.serverZone)&&void 0!==s?s:"",n.sampleRate,null!==(o=null===(r=n.version)||void 0===r?void 0:r.type)&&void 0!==o?o:"",null!==(l=null===(a=n.version)||void 0===a?void 0:a.version)&&void 0!==l?l:""].join("|"),d=c.get(e);d?d.push(n):c.set(e,[n])}const d=[];for(const e of c.values()){if(1===e.length){d.push(e[0]);continue}let t=null,i=0;const s=()=>{t&&d.push(t),t=null,i=0};for(const r of e){const e=r.events.reduce((e,t)=>e+new Blob([t]).size,0);if(null===t){t=Object.assign(Object.assign({},r),{events:[...r.events],attempts:0}),i=e;continue}if(i+e>4e6){s(),t=Object.assign(Object.assign({},r),{events:[...r.events],attempts:0}),i=e;continue}const o=t.onComplete,a=r.onComplete;t.events=t.events.concat(r.events),i+=e,t.onComplete=()=>n(this,void 0,void 0,function*(){yield Promise.allSettled([o(),a()])})}s()}return d}send(e,t=!0){return n(this,void 0,void 0,function*(){if(this.killedSessions.has(e.sessionId))return this.completeRequest({context:e,err:Ye});const i=e.apiKey;if(!i)return this.completeRequest({context:e,err:"Session replay event batch not sent due to missing api key"});const n=e.deviceId;if(!n)return this.completeRequest({context:e,err:"Session replay event batch not sent due to missing device ID"});const s=this.payloadBatcher({version:1,events:e.events});if(0===s.events.length)return void this.completeRequest({context:e});const{worker:r}=this;return r?this.sendViaWorker(r,e,s,t):this.sendOnMainThread(i,n,e,s,t)})}sendViaWorker(e,t,i,s){return n(this,void 0,void 0,function*(){const n=""+ ++this.sendIdCounter;return new Promise(r=>{var o;const a=this.sendTimeoutMs>0?setTimeout(()=>{const e=this.pendingWorkerRequests.get(n);e&&(this.pendingWorkerRequests.delete(n),this.rememberTimedOutRequest(n,e.context),this.loggerProvider.warn(`Session replay worker send timed out after ${this.sendTimeoutMs}ms; leaving events for retry`),e.resolve())},this.sendTimeoutMs):void 0;this.pendingWorkerRequests.set(n,{context:t,resolve:r,timeout:a}),e.postMessage({type:"send",id:n,payload:i,useRetry:s,useCustomTransport:!!this.handleSendEvents,context:{apiKey:t.apiKey,deviceId:t.deviceId,sessionId:t.sessionId,events:t.events,eventType:t.type,flushMaxRetries:null!==(o=t.flushMaxRetries)&&void 0!==o?o:0,sampleRate:t.sampleRate,serverZone:t.serverZone,trackServerUrl:this.trackServerUrl,version:t.version,currentUrl:Me(),sdkVersion:et,enableTransportCompression:this.enableTransportCompression,sendTimeoutMs:this.sendTimeoutMs}})})})}rememberTimedOutRequest(e,t){if(this.timedOutWorkerRequests.set(e,t),this.timedOutWorkerRequests.size>256)for(const e of this.timedOutWorkerRequests.keys()){this.timedOutWorkerRequests.delete(e);break}}handleDelegatedFetch(e,t){var i,s,r;return n(this,void 0,void 0,function*(){const{requestId:n,url:o,method:a,headers:l,body:c,keepalive:d}=t;try{let t;this.handleSendEvents?t=yield this.handleSendEvents({url:o,method:a,headers:l,body:c,keepalive:d}):(this.loggerProvider.warn("Delegated session replay fetch received without a custom transport configured; falling back to built-in fetch."),t=yield fetch(o,{method:a,headers:l,body:c,keepalive:d}));const u=t.status;let h=null,g="";if(u>=200&&u<300&&(h=null!==(r=null===(s=null===(i=t.headers)||void 0===i?void 0:i.get)||void 0===s?void 0:s.call(i,pe))&&void 0!==r?r:null),413===u)try{g=yield t.text()}catch(e){}this.loggerProvider.debug(`Delegated session replay fetch (request ${n}) returned status ${u}.`),e.postMessage({type:"fetch-response",requestId:n,status:u,skipHeader:h,body:g})}catch(t){this.loggerProvider.debug(`Delegated session replay fetch (request ${n}) failed:`,t),e.postMessage({type:"fetch-response",requestId:n,status:0,skipHeader:null,body:String(t),error:!0})}})}sendOnMainThread(e,t,i,s,r){var o,a,l,c,d,u,h;return n(this,void 0,void 0,function*(){const g=Me(),v=et,p=i.sampleRate,m=new URLSearchParams({device_id:t,session_id:`${i.sessionId}`,type:`${i.type}`}),y=`${null!==(a=null===(o=i.version)||void 0===o?void 0:o.type)&&void 0!==a?a:"standalone"}/${null!==(c=null===(l=i.version)||void 0===l?void 0:l.version)&&void 0!==c?c:v}`;try{const t=JSON.stringify(s),o=f(),a=this.enableTransportCompression&&o&&"CompressionStream"in o?yield function(e,t){return n(this,void 0,void 0,function*(){try{const i=new(0,t.CompressionStream)("gzip"),s=i.writable.getWriter(),r=i.readable.getReader(),o=[],a=(()=>n(this,void 0,void 0,function*(){for(;;){const{done:e,value:t}=yield r.read();if(e)break;o.push(t)}}))();yield s.write((new TextEncoder).encode(e)),yield s.close(),yield a;const l=o.reduce((e,t)=>e+t.length,0),c=new Uint8Array(l);let d=0;for(const e of o)c.set(e,d),d+=e.length;return c}catch(e){return null}})}(t,o):null,l=a?a.byteLength:new Blob([t]).size,c=new AbortController,I=Object.assign({"Content-Type":"application/json",Accept:"*/*",Authorization:`Bearer ${e}`,"X-Client-Version":v,"X-Client-Library":y,"X-Client-Url":g.substring(0,1e3),"X-Client-Sample-Rate":`${p}`,"X-Sampling-Hash-Alg":"xxhash32"},a?{"Content-Encoding":"gzip"}:{}),C=null!=a?a:t,w=l<=65536,E={headers:I,body:C,method:"POST",keepalive:w,signal:c.signal},P=`${Ie(i.serverZone,this.trackServerUrl)}?${m.toString()}`;if(0===s.events.length)return void this.completeRequest({context:i});const k=this.sendTimeoutMs>0?setTimeout(()=>{c.abort()},this.sendTimeoutMs):void 0;let M;try{M=this.handleSendEvents?yield(b=this.handleSendEvents({url:P,method:"POST",headers:I,body:C,keepalive:w}),S=c.signal,new Promise((e,t)=>{const i=()=>{const e=new Error("Custom session replay transport aborted by send timeout");e.name="AbortError",t(e)};S.addEventListener("abort",i,{once:!0}),b.then(t=>{S.removeEventListener("abort",i),e(t)},e=>{S.removeEventListener("abort",i),t(e)})})):yield fetch(P,E)}finally{k&&clearTimeout(k)}if(null===M)return void this.completeRequest({context:i,err:"Unexpected error occurred"});if(M.status>=200&&M.status<300){const e=null!==(h=null===(u=null===(d=M.headers)||void 0===d?void 0:d.get)||void 0===u?void 0:u.call(d,pe))&&void 0!==h?h:null;this.applyServerDirective(i.sessionId,e)}if(r){let e="";if(413===M.status)try{e=yield M.text()}catch(e){}yield this.handleReponse(M.status,i,e)}else{let e="";try{e=JSON.stringify(M.body,null,2)}catch(e){}this.completeRequest({context:i,success:`${M.status}: ${e}`})}}catch(e){!!e&&"object"==typeof e&&"AbortError"===e.name&&r?yield this.handleOtherResponse(i):this.completeRequest({context:i,err:e})}var b,S})}handleReponse(e,t,i=""){return n(this,void 0,void 0,function*(){switch((new j).buildStatus(e)){case u.Success:this.handleSuccessResponse(t);break;case u.Failed:case u.Timeout:case u.RateLimit:yield this.handleOtherResponse(t);break;case u.PayloadTooLarge:this.handlePayloadTooLargeResponse(t,he.test(i));break;default:if(499===e){yield this.handleOtherResponse(t);break}this.completeRequest({context:t,err:"Network error occurred, event batch rejected"})}})}handlePayloadTooLargeResponse(e,t){const i=t?"WAF (compressed payload too large)":"server (event too large)",n=Math.round(e.events.reduce((e,t)=>e+t.length,0)/fe);if(!t)return void this.completeRequest({context:e,err:`Session replay event batch dropped: ${i} rejected payload (${e.events.length} events, ${n} KB) — not retrying non-WAF 413`});if(1===e.events.length)return void this.completeRequest({context:e,err:`Session replay event dropped: single event (${n} KB, 1 event) rejected by ${i} — cannot split further`});this.loggerProvider.warn(`Session replay event batch rejected by ${i} (${e.events.length} events, ${n} KB total) — splitting and retrying`),e.onComplete();const s=()=>Promise.resolve(),r=Math.floor(e.events.length/2);this.sendEventsList(Object.assign(Object.assign({},e),{events:e.events.slice(0,r),onComplete:s})),this.sendEventsList(Object.assign(Object.assign({},e),{events:e.events.slice(r),onComplete:s}))}handleSuccessResponse(e){const t=Math.round(new Blob(e.events).size/fe);this.completeRequest({context:e,success:`Session replay event batch tracked successfully for session id ${e.sessionId}, size of events: ${t} KB`})}handleOtherResponse(e){return n(this,void 0,void 0,function*(){const t=Math.random()*e.attempts*this.retryTimeout;e.attempts++,e.attempts>(e.flushMaxRetries||0)?this.completeRequest({context:e,err:Xe}):(yield new Promise(e=>setTimeout(e,t)),yield this.send(e,!0))})}completeRequest({context:e,err:t,success:i}){e.onComplete(),t?this.loggerProvider.warn(t):i&&this.loggerProvider.log(i)}applyServerDirective(e,t){if(null===t)return this.flushPauseUntilMs=0,void(this.mergeLogFiredThisPause=!1);if("429"===t){const e=this.flushPauseUntilMs>Date.now();return this.flushPauseUntilMs=Date.now()+6e4,void(e||this.loggerProvider.log("Session replay throttled by server; pausing flush schedule for 60s"))}"4005"!==t&&"4004"!==t||this.killSession(e,t)}killSession(e,t){if(this.killedSessions.has(e))return;if(this.killedSessions.add(e),this.killedSessions.size>256)for(const e of this.killedSessions){this.killedSessions.delete(e);break}this.loggerProvider.log(`Session replay capture stopped for session ${e} by server directive ${t}; remaining events will be dropped`);const i=[];for(const t of this.queue)t.sessionId===e?this.completeRequest({context:t,err:Ye}):i.push(t);this.queue=i}}class it{get timeAtLastSplit(){return this._timeAtLastSplit}constructor(e){var t,i,n;this.minInterval=ge,this.maxInterval=ve,this.maxPersistedEventsSize=6e6,this._timeAtLastSplit=Date.now(),this.shouldSplitEventsList=(e,t)=>{const i=this.getStringSize(t);return this.getEventsArraySize(e)+i>=this.maxPersistedEventsSize||!!(Date.now()-this.timeAtLastSplit>this.interval&&e.length)&&(this.interval=Math.min(this.maxInterval,this.interval+this.minInterval),this._timeAtLastSplit=Date.now(),!0)},this.loggerProvider=e.loggerProvider,this.minInterval=null!==(t=e.minInterval)&&void 0!==t?t:this.minInterval,this.maxInterval=null!==(i=e.maxInterval)&&void 0!==i?i:this.maxInterval,this.maxPersistedEventsSize=null!==(n=e.maxPersistedEventsSize)&&void 0!==n?n:this.maxPersistedEventsSize,this.interval=this.minInterval}getStringSize(e){let t=0;for(let i=0;i<e.length;i++){const n=e.charCodeAt(i);if(n<=127)t++;else if(n<=2047)t+=2;else if(n>=55296&&n<=56319){const n=i+1<e.length?e.charCodeAt(i+1):NaN;n>=56320&&n<=57343?(t+=4,i++):t+=3}else t+=3}return t}getEventsArraySize(e){let t=0;for(const i of e)t+=this.getStringSize(i);return t+(2+Math.max(0,e.length-1)+2*e.length)}}const nt=(e,t,i)=>{var n;"object"==typeof(n=i)&&null!==n&&"AbortError"===n.name?e.debug(t):e.warn(t)};const st="sessionCurrentSequence",rt="sequencesToSend",ot=5e3;function at(e,t,i){const n=setTimeout(i,t);return e.then(()=>clearTimeout(n),()=>clearTimeout(n)),()=>clearTimeout(n)}const lt=e=>{let t,i;return e.objectStoreNames.contains(st)||(i=e.createObjectStore(st,{keyPath:"sessionId"})),e.objectStoreNames.contains(rt)||(t=e.createObjectStore(rt,{keyPath:"sequenceId",autoIncrement:!0}),t.createIndex("sessionId","sessionId")),{sequencesStore:t,currentSequenceStore:i}},ct=e=>n(void 0,void 0,void 0,function*(){return yield function(e,t,i="IDB operation timed out"){return new Promise((n,s)=>{const r=setTimeout(()=>s(new Error(`${i} after ${t}ms`)),t);e.then(e=>{clearTimeout(r),n(e)},e=>{clearTimeout(r),s(e)})})}(l(e,1,{upgrade:lt}),2e3,"IDB openDB timed out")});class dt extends it{maybeLogEmptyFiltered(e){this.emptyFilteredCount++%100==0&&this.loggerProvider.debug(`Filtered empty session replay sequence at ${e} (idb store)`)}constructor(e){var t;super(e),this.consecutiveFailures=0,this.hasTriggeredFallback=!1,this.emptyFilteredCount=0,this.getSequencesToSend=()=>n(this,void 0,void 0,function*(){let e=!1,t=!1;try{const i=[],n=this.db.transaction("sequencesToSend","readwrite");n.done.catch(i=>{e||t||(nt(this.loggerProvider,`${Ve}: ${i}`,i),this.recordFailure())});const s=at(n.done,ot,()=>{e||t||(t=!0,nt(this.loggerProvider,`${Ve}: transaction timed out`),this.recordFailure())});let r=yield n.store.openCursor();for(;r;){const{sessionId:e,events:t}=r.value;0===t.length?(this.maybeLogEmptyFiltered("getSequencesToSend"),yield r.delete()):i.push({events:t,sequenceId:r.key,sessionId:e}),r=yield r.continue()}return this.recordSuccess(),s(),i}catch(i){t||(e=!0,nt(this.loggerProvider,`${Ve}: ${i}`,i),this.recordFailure())}}),this.storeCurrentSequence=e=>n(this,void 0,void 0,function*(){let t=!1,i=!1;try{const n=this.db.transaction([st,rt],"readwrite");n.done.catch(e=>{t||i||(nt(this.loggerProvider,`${Ve}: ${e}`,e),this.recordFailure())});const s=at(n.done,ot,()=>{t||i||(i=!0,nt(this.loggerProvider,`${Ve}: transaction timed out`),this.recordFailure())}),r=yield n.objectStore(st).get(e);if(!r||r.tabId&&r.tabId!==this.tabId)return void s();if(0===r.events.length)return this.maybeLogEmptyFiltered("storeCurrentSequence"),void s();const o=yield n.objectStore(rt).put({sessionId:e,events:r.events,tabId:this.tabId});yield n.objectStore(st).put({sessionId:e,events:[],tabId:this.tabId}),this.recordSuccess(),s();const{tabId:l}=r,c=a(r,["tabId"]);return Object.assign(Object.assign({},c),{sessionId:e,sequenceId:o})}catch(e){i||(t=!0,nt(this.loggerProvider,`${Ve}: ${e}`,e),this.recordFailure())}}),this.addEventToCurrentSequence=(e,t)=>n(this,void 0,void 0,function*(){let i=!1,n=!1;try{const s=this.db.transaction([st,rt],"readwrite");s.done.catch(e=>{i||n||(nt(this.loggerProvider,`${Ve}: ${e}`,e),this.recordFailure())});const r=at(s.done,ot,()=>{i||n||(n=!0,nt(this.loggerProvider,`${Ve}: transaction timed out`),this.recordFailure())}),o=yield s.objectStore(st).get(e);if((null==o?void 0:o.tabId)&&o.tabId!==this.tabId)return o.events.length>0&&(yield s.objectStore(rt).put({sessionId:e,events:o.events,tabId:o.tabId})),yield s.objectStore(st).put({sessionId:e,events:[t],tabId:this.tabId}),this.recordSuccess(),void r();const a=o;if(!a)return yield s.objectStore(st).put({sessionId:e,events:[t],tabId:this.tabId}),this.recordSuccess(),void r();if(!this.shouldSplitEventsList(a.events,t))return yield s.objectStore(st).put({sessionId:e,events:a.events.concat(t),tabId:this.tabId}),this.recordSuccess(),void r();const l=a.events;if(0===l.length)return this.maybeLogEmptyFiltered("addEventToCurrentSequence"),yield s.objectStore(st).put({sessionId:e,events:[t],tabId:this.tabId}),this.recordSuccess(),void r();yield s.objectStore(st).put({sessionId:e,events:[t],tabId:this.tabId});const c=yield s.objectStore(rt).put({sessionId:e,events:l,tabId:this.tabId});return this.recordSuccess(),r(),{events:l,sessionId:e,sequenceId:c}}catch(e){n||(i=!0,nt(this.loggerProvider,`${Ve}: ${e}`,e),this.recordFailure())}}),this.storeSendingEvents=(e,t)=>n(this,void 0,void 0,function*(){try{const i=yield this.db.put(rt,{sessionId:e,events:t,tabId:this.tabId});return this.recordSuccess(),i}catch(e){nt(this.loggerProvider,`${Ve}: ${e}`,e),this.recordFailure()}}),this.cleanUpSessionEventsStore=(e,t)=>n(this,void 0,void 0,function*(){if(t)try{yield this.db.delete(rt,t),this.recordSuccess()}catch(e){nt(this.loggerProvider,`${Ve}: ${e}`,e),this.recordFailure()}}),this.db=e.db,this.tabId=e.tabId,this.onPersistentFailure=e.onPersistentFailure,this.consecutiveFailureThreshold=null!==(t=e.consecutiveFailureThreshold)&&void 0!==t?t:1}recordFailure(){var e;this.consecutiveFailures++,!this.hasTriggeredFallback&&this.consecutiveFailures>=this.consecutiveFailureThreshold&&(this.hasTriggeredFallback=!0,null===(e=this.onPersistentFailure)||void 0===e||e.call(this))}recordSuccess(){this.consecutiveFailures=0}static new(e,t){var i;return n(this,void 0,void 0,function*(){try{const n="replay"===e?"":`_${e}`,s=`${t.apiKey.substring(0,10)}_amp_session_replay_events${n}`,r=yield ct(s),o=null!==(i=t.tabId)&&void 0!==i?i:function(){try{return crypto.randomUUID()}catch(e){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})}}();return new dt(Object.assign(Object.assign({},t),{db:r,tabId:o}))}catch(e){nt(t.loggerProvider,`${Ve}: ${e}`,e)}})}getCurrentSequenceEvents(e){return n(this,void 0,void 0,function*(){if(e){const t=yield this.db.get("sessionCurrentSequence",e);if(!t)return;if(t.tabId&&t.tabId!==this.tabId)return;return[a(t,["tabId"])]}const t=[];for(const e of yield this.db.getAll("sessionCurrentSequence")){if(e.tabId&&e.tabId!==this.tabId)continue;const i=a(e,["tabId"]);t.push(i)}return t})}}class ut extends it{constructor(){super(...arguments),this.finalizedSequences={},this.sequences={},this.sequenceId=0,this.emptyFilteredCount=0}resetCurrentSequence(e){this.sequences[e]=[]}addSequence(e){const t=this.sequenceId++,i=[...this.sequences[e]];return this.finalizedSequences[t]={sessionId:e,events:i},this.resetCurrentSequence(e),{sequenceId:t,events:i,sessionId:e}}maybeLogEmptyFiltered(e){this.emptyFilteredCount++%100==0&&this.loggerProvider.debug(`Filtered empty session replay sequence at ${e} (in-memory store)`)}getSequencesToSend(){return n(this,void 0,void 0,function*(){const e=[];for(const[t,{sessionId:i,events:n}]of Object.entries(this.finalizedSequences))0!==n.length?e.push({sequenceId:Number(t),sessionId:i,events:n}):(this.maybeLogEmptyFiltered("getSequencesToSend"),delete this.finalizedSequences[Number(t)]);return e})}storeCurrentSequence(e){return n(this,void 0,void 0,function*(){const t=this.sequences[e];if(t){if(0!==t.length)return this.addSequence(e);this.maybeLogEmptyFiltered("storeCurrentSequence")}})}addEventToCurrentSequence(e,t){return n(this,void 0,void 0,function*(){let i;return this.sequences[e]||this.resetCurrentSequence(e),this.shouldSplitEventsList(this.sequences[e],t)&&(0===this.sequences[e].length?this.maybeLogEmptyFiltered("addEventToCurrentSequence"):i=this.addSequence(e)),this.sequences[e].push(t),i})}storeSendingEvents(e,t){return n(this,void 0,void 0,function*(){return this.finalizedSequences[this.sequenceId]={sessionId:e,events:t},this.sequenceId++})}cleanUpSessionEventsStore(e,t){return n(this,void 0,void 0,function*(){void 0!==t&&delete this.finalizedSequences[t]})}}const ht=({config:e,minInterval:t,maxInterval:i,maxPersistedEventsSize:s,type:r,payloadBatcher:o,storeType:a,trackDestinationWorkerScript:l,shouldSend:c})=>n(void 0,void 0,void 0,function*(){var d;const u=null!==(d=e.maxSingleEventSizeBytes)&&void 0!==d?d:ue,h=new tt(Object.assign(Object.assign({},e),{loggerProvider:e.loggerProvider,payloadBatcher:o,workerScript:l})),g=()=>new ut({loggerProvider:e.loggerProvider,maxInterval:i,minInterval:t,maxPersistedEventsSize:s});let v,f,p=!1;f="idb"===a?yield n(void 0,void 0,void 0,function*(){const o=yield dt.new(r,{loggerProvider:e.loggerProvider,minInterval:t,maxInterval:i,maxPersistedEventsSize:s,apiKey:e.apiKey,onPersistentFailure:()=>{n(void 0,void 0,void 0,function*(){if(!p)return;p=!1,e.loggerProvider.warn("IDB store is experiencing repeated failures; falling back to in-memory event store.");const t=v?yield f.getSequencesToSend():void 0;if(f=g(),t&&v){const e=v;t.forEach(t=>{S({sequenceId:t.sequenceId,events:t.events,sessionId:t.sessionId,deviceId:e})})}})}});return o?(p=!0,o):(e.loggerProvider.log("Failed to initialize idb store, falling back to memory store."),g())}):g();const m=[];let y=0;const b=e=>{if(e<=y)return;const t=Math.min(e-y,m.length);t>0&&(m.splice(0,t),y=e)},S=({events:t,sessionId:i,deviceId:s,sequenceId:o})=>{const a=t.map(e=>({event:e,bytes:new Blob([e]).size})),l=a.filter(e=>e.bytes>u);l.length>0&&e.loggerProvider.warn(`Dropping ${l.length} oversized event(s) from session replay sequence before send. Sizes: ${l.map(e=>`${Math.round(e.bytes/1024)} KB`).join(", ")}. If this recurs, please open a GitHub issue at https://github.com/amplitude/Amplitude-TypeScript/issues or contact Amplitude support.`);const c=l.length>0?a.filter(e=>e.bytes<=u).map(e=>e.event):t;0!==c.length?(e.debugMode&&xe().then(({totalStorageSize:t,percentOfQuota:i,usageDetails:n})=>{e.loggerProvider.debug(`Total storage size: ${t} KB, percentage of quota: ${i}%, usage details: ${n}`)}).catch(()=>{}),h.sendEventsList({events:c,sessionId:i,flushMaxRetries:e.flushMaxRetries,apiKey:e.apiKey,deviceId:s,sampleRate:e.sampleRate,serverZone:e.serverZone,version:e.version,type:r,onComplete:()=>n(void 0,void 0,void 0,function*(){yield f.cleanUpSessionEventsStore(i,o)})})):f.cleanUpSessionEventsStore(i,o).catch(t=>{e.loggerProvider.warn("Failed to clean up session replay events store:",t)})};return{sendCurrentSequenceEvents:({sessionId:t,deviceId:i})=>{if(v=i,c&&!c())return;const n=y+m.length;f.storeCurrentSequence(t).then(e=>{e&&(b(n),S({sequenceId:e.sequenceId,events:e.events,sessionId:e.sessionId,deviceId:i}))}).catch(t=>{e.loggerProvider.warn("Failed to get current sequence of session replay events for session:",t)})},addEvent:({event:t,sessionId:i,deviceId:n})=>{v=n;const s=!c||c(),r=y+m.length;m.push(t.data),f.addEventToCurrentSequence(i,t.data).then(t=>{if(t){if(!s)return f.cleanUpSessionEventsStore(t.sessionId,t.sequenceId).catch(t=>{e.loggerProvider.warn("Failed to clean up dropped session replay sequence:",t)}),void b(r);b(r),S({sequenceId:t.sequenceId,events:t.events,sessionId:t.sessionId,deviceId:n})}}).catch(t=>{e.loggerProvider.warn("Failed to add event to session replay capture:",t)})},sendStoredEvents:({deviceId:t})=>n(void 0,void 0,void 0,function*(){v=t;const i=yield f.getSequencesToSend();(null==i?void 0:i.length)&&(e.loggerProvider.log(`Draining ${i.length} stored sequence(s) from previous session.`),i.length>1&&h.markCoalesceNextFlush(),i.forEach(e=>{S({sequenceId:e.sequenceId,events:e.events,sessionId:e.sessionId,deviceId:t})}))}),flush:function(e=!1){return n(this,void 0,void 0,function*(){return h.flush(e)})},getBeaconEvents:()=>[...m],dropPendingBeaconEvents:()=>{b(y+m.length)},trackDestination:h}});class gt{constructor(...e){const t=new Map;e.forEach(e=>{t.set(e.name,e.manager)}),this.managers=t}sendStoredEvents(e){return n(this,void 0,void 0,function*(){const t=[];this.managers.forEach(i=>{t.push(i.sendStoredEvents(e))}),yield Promise.all(t)})}addEvent({sessionId:e,event:t,deviceId:i}){var n;null===(n=this.managers.get(t.type))||void 0===n||n.addEvent({sessionId:e,event:t,deviceId:i})}sendCurrentSequenceEvents({sessionId:e,deviceId:t}){this.managers.forEach(i=>{i.sendCurrentSequenceEvents({sessionId:e,deviceId:t})})}flush(e){return n(this,void 0,void 0,function*(){const t=[];this.managers.forEach(i=>{t.push(i.flush(e))}),yield Promise.all(t)})}}let vt,ft,pt;function mt(e,t){if(pt=new Date,e.nodeType!==Node.ELEMENT_NODE)throw new Error("Can't generate CSS selector for non-element node type.");if("html"===e.tagName.toLowerCase())return"html";const i={root:document.body,idName:e=>!0,className:e=>!0,tagName:e=>!0,attr:(e,t)=>!1,seedMinLength:1,optimizedMinLength:2,threshold:1e3,maxNumberOfTries:1e4,timeoutMs:void 0};vt=Object.assign(Object.assign({},i),t),ft=function(e,t){if(e.nodeType===Node.DOCUMENT_NODE)return e;if(e===t.root)return e.ownerDocument;return e}(vt.root,i);let n=yt(e,"all",()=>yt(e,"two",()=>yt(e,"one",()=>yt(e,"none"))));if(n){const t=Ft($t(n,e));return t.length>0&&(n=t[0]),St(n)}throw new Error("Selector was not found.")}function yt(e,t,i){let n=null,s=[],r=e,o=0;for(;r;){const e=(new Date).getTime()-pt.getTime();if(void 0!==vt.timeoutMs&&e>vt.timeoutMs)throw new Error(`Timeout: Can't find a unique selector after ${e}ms`);let a=xt(wt(r))||xt(...Et(r))||xt(...Pt(r))||xt(kt(r))||[Mt()];const l=Ot(r);if("all"==t)l&&(a=a.concat(a.filter(Rt).map(e=>Tt(e,l))));else if("two"==t)a=a.slice(0,1),l&&(a=a.concat(a.filter(Rt).map(e=>Tt(e,l))));else if("one"==t){const[e]=a=a.slice(0,1);l&&Rt(e)&&(a=[Tt(e,l)])}else"none"==t&&(a=[Mt()],l&&(a=[Tt(a[0],l)]));for(let e of a)e.level=o;if(s.push(a),s.length>=vt.seedMinLength&&(n=bt(s,i),n))break;r=r.parentElement,o++}return n||(n=bt(s,i)),!n&&i?i():n}function bt(e,t){const i=Ft(Lt(e));if(i.length>vt.threshold)return t?t():null;for(let e of i)if(Ct(e))return e;return null}function St(e){let t=e[0],i=t.name;for(let n=1;n<e.length;n++){const s=e[n].level||0;i=t.level===s-1?`${e[n].name} > ${i}`:`${e[n].name} ${i}`,t=e[n]}return i}function It(e){return e.map(e=>e.penalty).reduce((e,t)=>e+t,0)}function Ct(e){const t=St(e);switch(ft.querySelectorAll(t).length){case 0:throw new Error(`Can't select any node with this selector: ${t}`);case 1:return!0;default:return!1}}function wt(e){const t=e.getAttribute("id");return t&&vt.idName(t)?{name:"#"+CSS.escape(t),penalty:0}:null}function Et(e){const t=Array.from(e.attributes).filter(e=>vt.attr(e.name,e.value));return t.map(e=>({name:`[${CSS.escape(e.name)}="${CSS.escape(e.value)}"]`,penalty:.5}))}function Pt(e){return Array.from(e.classList).filter(vt.className).map(e=>({name:"."+CSS.escape(e),penalty:1}))}function kt(e){const t=e.tagName.toLowerCase();return vt.tagName(t)?{name:t,penalty:2}:null}function Mt(){return{name:"*",penalty:3}}function Ot(e){const t=e.parentNode;if(!t)return null;let i=t.firstChild;if(!i)return null;let n=0;for(;i&&(i.nodeType===Node.ELEMENT_NODE&&n++,i!==e);)i=i.nextSibling;return n}function Tt(e,t){return{name:e.name+`:nth-child(${t})`,penalty:e.penalty+1}}function Rt(e){return"html"!==e.name&&!e.name.startsWith("#")}function xt(...e){const t=e.filter(_t);return t.length>0?t:null}function _t(e){return null!=e}function*Lt(e,t=[]){if(e.length>0)for(let i of e[0])yield*Lt(e.slice(1,e.length),t.concat(i));else yield t}function Ft(e){return[...e].sort((e,t)=>It(e)-It(t))}function*$t(e,t,i={counter:0,visited:new Map}){if(e.length>2&&e.length>vt.optimizedMinLength)for(let n=1;n<e.length-1;n++){if(i.counter>vt.maxNumberOfTries)return;i.counter+=1;const s=[...e];s.splice(n,1);const r=St(s);if(i.visited.has(r))return;Ct(s)&&qt(s,t)&&(yield s,i.visited.set(r,!0),yield*$t(s,t,i))}}function qt(e,t){return ft.querySelector(St(e))===t}const Dt=({version:e,events:t})=>{const i=[];return t.forEach(e=>{const t=JSON.parse(e);t.count=1,"click"===t.type&&i.push(t)}),{version:e,events:i}},jt=({version:e,events:t})=>{const i=[];t.forEach(e=>{const t=JSON.parse(e);"click"===t.type&&i.push(t)});const n=i.reduce((e,t)=>{const{x:i,y:n,selector:s,timestamp:r}=t,o=r-r%36e5,a=`${i}:${n}:${null!=s?s:""}:${o}`;return e[a]?e[a].count+=1:e[a]=Object.assign(Object.assign({},t),{timestamp:o,count:1}),e},{});return{version:e,events:Object.values(n)}};class At{constructor(e,t){this.createHook=({eventsManager:e,sessionId:t,deviceIdFn:i,mirror:n,ugcFilterRules:s,performanceOptions:r})=>o=>{if(o.type!==Be.Click)return;const a=f();if(!a)return;const{location:l,innerHeight:c,innerWidth:d}=a;if(!l)return;const{x:u,y:h}=o;if(void 0===u||void 0===h)return;const g=n.getNode(o.id);let v;if(g)try{v=mt(g,r)}catch(e){this.logger.debug("error resolving selector from finder")}const p=Re(l.href,s),m={x:u+this.scrollWatcher.currentScrollX,y:h+this.scrollWatcher.currentScrollY,selector:v,viewportHeight:c,viewportWidth:d,pageUrl:p,timestamp:Date.now(),type:"click"},y=i();y&&e.addEvent({sessionId:t,event:{type:"interaction",data:JSON.stringify(m)},deviceId:y})},this.logger=e,this.scrollWatcher=t}}function Nt(){const e=f();return(null==e?void 0:e.innerHeight)||document.documentElement&&document.documentElement.clientHeight||0}function Ut(){const e=f();return(null==e?void 0:e.innerWidth)||document.documentElement&&document.documentElement.clientWidth||0}class Bt{constructor(e,t){const i=f();i&&i.navigator&&"function"==typeof i.navigator.sendBeacon?this.sendBeacon=(e,t)=>{try{if(i.navigator.sendBeacon(e,JSON.stringify(t)))return!0}catch(e){}return!1}:this.sendBeacon=()=>!1,this.sendXhr=(e,t)=>{const i=new XMLHttpRequest;return i.open("POST",e,!0),i.setRequestHeader("Accept","*/*"),i.send(JSON.stringify(t)),!0},this.basePageUrl=Ie(t.serverZone,t.trackServerUrl),this.apiKey=t.apiKey,this.context=e,this.handleSendEvents=t.handleSendEvents,this.loggerProvider=t.loggerProvider}send(e,t){var i;const{sessionId:n,type:s}=this.context;if(this.handleSendEvents){const r=new URLSearchParams({device_id:e,session_id:String(n),type:String(s)}),o=`${this.basePageUrl}?${r.toString()}`,a={"Content-Type":"application/json",Accept:"*/*",Authorization:`Bearer ${this.apiKey}`};try{this.handleSendEvents({url:o,method:"POST",headers:a,body:JSON.stringify(t),keepalive:!0}).catch(e=>{var t;null===(t=this.loggerProvider)||void 0===t||t.warn("Custom transport failed to send session replay interaction beacon:",e)})}catch(e){null===(i=this.loggerProvider)||void 0===i||i.warn("Custom transport threw while sending session replay interaction beacon:",e)}return}const r=new URLSearchParams({device_id:e,session_id:String(n),type:String(s),api_key:this.apiKey}),o=`${this.basePageUrl}?${r.toString()}`;this.sendBeacon(o,t)||this.sendXhr(o,t)}}class zt{static default(e,t){return new zt(new Bt(e,t),t)}constructor(e,t){this.timestamp=Date.now(),this.hook=e=>{this.update(e)},this.send=e=>t=>{var i,n,s,r;const o=e(),a=f();if(a&&o){const e=null!==(i=a.scrollX)&&void 0!==i?i:0,t=null!==(n=a.scrollY)&&void 0!==n?n:0;(e>0||t>0)&&this.update({id:1,x:e,y:t}),this.transport.send(o,{version:1,events:[{maxScrollX:this._maxScrollX,maxScrollY:this._maxScrollY,maxScrollWidth:this._maxScrollWidth,maxScrollHeight:this._maxScrollHeight,viewportHeight:Nt(),viewportWidth:Ut(),pageUrl:Re(a.location.href,null!==(r=null===(s=this.config.interactionConfig)||void 0===s?void 0:s.ugcFilterRules)&&void 0!==r?r:[]),timestamp:this.timestamp,type:"scroll"}]})}},this._maxScrollX=0,this._maxScrollY=0,this._currentScrollX=0,this._currentScrollY=0,this._maxScrollWidth=Ut(),this._maxScrollHeight=Nt(),this.config=t,this.transport=e}get maxScrollX(){return this._maxScrollX}get maxScrollY(){return this._maxScrollY}get maxScrollWidth(){return this._maxScrollWidth}get maxScrollHeight(){return this._maxScrollHeight}get currentScrollX(){return this._currentScrollX}get currentScrollY(){return this._currentScrollY}update(e){const t=Date.now();if(this._currentScrollX=e.x,this._currentScrollY=e.y,e.x>this._maxScrollX){const i=Ut();this._maxScrollX=e.x;const n=e.x+i;n>this._maxScrollWidth&&(this._maxScrollWidth=n),this.timestamp=t}if(e.y>this._maxScrollY){const i=Nt();this._maxScrollY=e.y;const n=e.y+i;n>this._maxScrollHeight&&(this._maxScrollHeight=n),this.timestamp=t}}}class Wt{constructor({sessionId:e,deviceId:t}){this.deviceId=t,this.sessionId=e,e&&t&&(this.sessionReplayId=((e,t)=>`${t}/${e}`)(e,t))}}const Kt=864e5,Ht=e=>`AMP_SR_START_${e.substring(0,10)}_`,Gt=(e,t)=>`${Ht(e)}${t}`,Qt=()=>{try{const e=f();return null==e?void 0:e.localStorage}catch(e){return}};const Jt=new class{constructor(){this.dbs={},this.createStore=e=>n(this,void 0,void 0,function*(){return yield l(e,1,{upgrade:e=>{e.objectStoreNames.contains("sessionTargetingMatch")||e.createObjectStore("sessionTargetingMatch",{keyPath:"sessionId"})}})}),this.openOrCreateDB=e=>n(this,void 0,void 0,function*(){if(this.dbs&&this.dbs[e])return this.dbs[e];const t=`${e.substring(0,10)}_amp_session_replay_targeting`,i=yield this.createStore(t);return this.dbs[e]=i,i}),this.getTargetingMatchForSession=({loggerProvider:e,apiKey:t,sessionId:i})=>n(this,void 0,void 0,function*(){try{const e=yield this.openOrCreateDB(t),n=String(i),s=yield e.get("sessionTargetingMatch",n);return null==s?void 0:s.targetingMatch}catch(t){nt(e,`Failed to get targeting match for session id ${i}: ${t}`,t)}}),this.storeTargetingMatchForSession=({loggerProvider:e,apiKey:t,sessionId:i,targetingMatch:s})=>n(this,void 0,void 0,function*(){try{const e=yield this.openOrCreateDB(t),n=String(i);return yield e.put("sessionTargetingMatch",{targetingMatch:s,sessionId:n,lastUpdated:Date.now()})}catch(t){nt(e,`Failed to store targeting match for session id ${i}: ${t}`,t)}}),this.clearStoreOfOldSessions=({loggerProvider:e,apiKey:t,currentSessionId:i})=>n(this,void 0,void 0,function*(){try{const e=yield this.openOrCreateDB(t),n=String(i),s=e.transaction("sessionTargetingMatch","readwrite"),r=yield s.store.getAll();for(let e=0;e<r.length;e++){const t=r[e],i=Date.now()-t.lastUpdated;t.sessionId!==n&&i>1728e5&&(yield s.store.delete(t.sessionId))}yield s.done}catch(t){nt(e,`Failed to clear old targeting matches for sessions: ${t}`,t)}})}},Zt=2654435761,Xt=2246822519,Vt=3266489917,Yt=374761393;function ei(e,t){return(e<<t|e>>>32-t)>>>0}function ti(e,t){return e=ei(e=e+Math.imul(t,Xt)>>>0,13),e=Math.imul(e,Zt)>>>0}function ii(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function ni(e,t=0){const i=function(e){const t=[];for(let i=0;i<e.length;i++){let n=e.charCodeAt(i);if(n>=55296&&n<=56319&&i+1<e.length){const t=e.charCodeAt(i+1);t>=56320&&t<=57343&&(n=t-56320+(n-55296<<10)+65536,i++)}n<128?t.push(n):n<2048?t.push(192|n>>6,128|63&n):n<65536?t.push(224|n>>12,128|n>>6&63,128|63&n):t.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n)}return new Uint8Array(t)}(e),n=i.length;let s,r=0;if(n>=16){let e=t+Zt+Xt>>>0,o=t+Xt>>>0,a=t>>>0,l=t-Zt>>>0;for(;r<=n-16;)e=ti(e,ii(i,r)),r+=4,o=ti(o,ii(i,r)),r+=4,a=ti(a,ii(i,r)),r+=4,l=ti(l,ii(i,r)),r+=4;s=ei(e,1)+ei(o,7)+ei(a,12)+ei(l,18)>>>0}else s=t+Yt>>>0;for(s=s+n>>>0;r<=n-4;)s=s+Math.imul(ii(i,r),Vt)>>>0,s=Math.imul(ei(s,17),668265263)>>>0,r+=4;for(;r<n;)s=s+Math.imul(i[r],Yt)>>>0,s=Math.imul(ei(s,11),Zt)>>>0,r++;return s^=s>>>15,s=Math.imul(s,Xt)>>>0,s^=s>>>13,s=Math.imul(s,Vt)>>>0,s^=s>>>16,s>>>0}const si="__amplitude_url_tracking_patched__",ri=new WeakMap;function oi(e,t,i={}){if(!(null==e?void 0:e.location))return()=>{};const{enablePolling:n=!1,pollingInterval:s=se}=i;if(n){const i=()=>{var t;return null!==(t=e.location.href)&&void 0!==t?t:""};let n=i();const r=e.setInterval(()=>{const e=i();e!==n&&(n=e,t(e))},s);return()=>{null!=r&&e.clearInterval(r)}}let r=ri.get(e);if(!r){let t;const i=new Set,n=()=>{var t;return null!==(t=e.location.href)&&void 0!==t?t:""},s=()=>{const e=n();void 0!==t&&e===t||(t=e,i.forEach(t=>t(e)))},o=e=>{const t=function(...t){const i=e.apply(this,t);return s(),i};return t[si]=!0,t},a=e.history;if(null==a?void 0:a.pushState){const e=Reflect.get(a,"pushState");e[si]||(a.pushState=o(e))}if(null==a?void 0:a.replaceState){const e=Reflect.get(a,"replaceState");e[si]||(a.replaceState=o(e))}r={callbacks:i,notify:s,onPopStateOrHashChange:()=>s(),listenersAttached:!1},ri.set(e,r)}const o=r;return o.listenersAttached||(e.addEventListener("popstate",o.onPopStateOrHashChange),e.addEventListener("hashchange",o.onPopStateOrHashChange),o.listenersAttached=!0),o.callbacks.add(t),()=>{o.callbacks.delete(t),0===o.callbacks.size&&o.listenersAttached&&(e.removeEventListener("popstate",o.onPopStateOrHashChange),e.removeEventListener("hashchange",o.onPopStateOrHashChange),o.listenersAttached=!1)}}function ai(e={}){return{name:"amplitude/url-tracking@1",observer(t,i,n){var s,r,o;const a=Object.assign(Object.assign({},e),n),l=a.ugcFilterRules||[],c=null!==(s=a.enablePolling)&&void 0!==s&&s,d=null!==(r=a.pollingInterval)&&void 0!==r?r:se,u=null!==(o=a.captureDocumentTitle)&&void 0!==o&&o;if(!i)return()=>{};let h;const g=()=>i.location&&i.location.href||"",v=()=>{const e=g();if(void 0===h||e!==h){h=e;const n=(()=>{const{innerHeight:e,innerWidth:t,document:n}=i,s=g();let r="";return u&&(r=(null==n?void 0:n.title)||""),{href:l.length>0?Re(s,l):s,title:r,viewportHeight:e,viewportWidth:t,type:"url-change-event"}})();t(n)}},f=oi(i,()=>v(),c?{enablePolling:!0,pollingInterval:d}:{});return v(),()=>f()},options:e}}class li{constructor(){this.pendingLoadListeners=new Map}start(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect();f()&&(this.sendToAllIframes({type:me,action:"start"}),this.mutationObserver=new MutationObserver(e=>{for(const t of e){for(const e of Array.from(t.addedNodes))e instanceof HTMLIFrameElement?this.sendToIframeAfterLoad(e):e instanceof Element&&e.querySelectorAll("iframe").forEach(e=>{this.sendToIframeAfterLoad(e)});for(const e of Array.from(t.removedNodes))if(e instanceof HTMLIFrameElement){const t=this.pendingLoadListeners.get(e);t&&(e.removeEventListener("load",t),this.pendingLoadListeners.delete(e))}}}),this.mutationObserver.observe(document.documentElement,{childList:!0,subtree:!0}))}stop(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect(),this.mutationObserver=void 0,this.pendingLoadListeners.forEach((e,t)=>{t.removeEventListener("load",e)}),this.pendingLoadListeners.clear(),this.sendToAllIframes({type:me,action:"stop"})}sendToIframeAfterLoad(e){const t=()=>{this.pendingLoadListeners.delete(e),this.sendToIframe(e,{type:me,action:"start"})};this.pendingLoadListeners.set(e,t),e.addEventListener("load",t,{once:!0})}sendToAllIframes(e){document.querySelectorAll("iframe").forEach(t=>this.sendToIframe(t,e))}sendToIframe(e,t){var i;try{null===(i=e.contentWindow)||void 0===i||i.postMessage(t,"*")}catch(e){}}}class ci{constructor(){this.name="@amplitude/session-replay-browser",this.recordCancelCallback=null,this.eventCount=0,this.sessionTargetingMatch=!1,this.pageLeaveFns=[],this.suppressedSendCount=0,this.hasEmittedGateDecision=!1,this.recordFunction=null,this.recordEventsInFlight=!1,this.recordingEnabled=!0,this.recordingGeneration=0,this.startChildRecordingOnSetup=!1,this.pendingEmitEvents=[],this.currentPageUrl="",this.recordEventsPendingShouldLogMetadata=null,this.urlChangeCleanup=null,this.crossOriginIframeCoordinator=null,this.crossOriginParentSignalCleanup=null,this.latestUrlChangeTargetingEvaluationId=0,this.teardownEventListeners=e=>{const t=f();t&&(t.removeEventListener("blur",this.blurListener),t.removeEventListener("focus",this.focusListener),!e&&t.addEventListener("blur",this.blurListener),!e&&t.addEventListener("focus",this.focusListener),t.self&&"onpagehide"in t.self?(t.removeEventListener("pagehide",this.pageLeaveListener),!e&&t.addEventListener("pagehide",this.pageLeaveListener)):(t.removeEventListener("beforeunload",this.pageLeaveListener),!e&&t.addEventListener("beforeunload",this.pageLeaveListener)))},this.blurListener=()=>{this.sendEvents()},this.focusListener=()=>{var e;if(this.recordingEnabled)if(this.recordCancelCallback&&this.recordFunction){if(!1===(null===(e=this.config)||void 0===e?void 0:e.captureFullSnapshotOnFocus))return;try{this.recordFunction.takeFullSnapshot(!0)}catch(e){this.loggerProvider.warn("Failed to take full snapshot on focus:",e)}}else this.recordEventsInFlight||this.recordEvents(!1)},this.pageLeaveListener=e=>{var t;null===(t=this.eventCompressor)||void 0===t||t.flushQueue(),this.sendEvents(),this.pageLeaveFns.forEach(t=>{t(e)})},this.evaluateTargetingAndCapture=(e,t=!1,i=!1,s=!1)=>n(this,void 0,void 0,function*(){var r,o,a,l,c,u;if(!this.identifiers||!this.identifiers.sessionId||!this.config)return void(this.identifiers&&!this.identifiers.sessionId?this.loggerProvider.log("Session ID has not been set yet, cannot evaluate targeting for Session Replay."):this.loggerProvider.warn("Session replay init has not been called, cannot evaluate targeting."));if(!this.config.targetingConfig){if(!t)return void this.loggerProvider.log("No targeting config set, skipping initialization/recording for event.");this.loggerProvider.log("Targeting config has not been set yet, cannot evaluate targeting.")}this.lastTargetingParams=e;const h=this.config.targetingConfig;if(h&&!this.sessionTargetingMatch){const t=s?this.latestUrlChangeTargetingEvaluationId:void 0;let i=e.event;i&&Object.values(d).includes(i.event_type)&&(i=void 0);const g=null!==(c=null!==(o=null===(r=e.page)||void 0===r?void 0:r.url)&&void 0!==o?o:null===(l=null===(a=f())||void 0===a?void 0:a.location)||void 0===l?void 0:l.href)&&void 0!==c?c:"",v=null!==(u=e.page)&&void 0!==u?u:""!==g?{url:g}:void 0,p=yield(({sessionId:e,targetingConfig:t,loggerProvider:i,apiKey:s,targetingParams:r,urlChange:o=!1})=>n(void 0,void 0,void 0,function*(){if(yield Jt.clearStoreOfOldSessions({loggerProvider:i,apiKey:s,currentSessionId:e}),!0===(yield Jt.getTargetingMatchForSession({loggerProvider:i,apiKey:s,sessionId:e}))&&!o)return!0;let n=!0;try{const{evaluateTargeting:o}=yield import("./targeting-min.js").then(function(e){return e.i}),a=Object.assign(Object.assign({},r),{flag:t,sessionId:"string"==typeof e?parseInt(e,10):e,apiKey:s,loggerProvider:i}),l=yield o(a);l&&l.sr_targeting_config&&(n="on"===l.sr_targeting_config.key),Jt.storeTargetingMatchForSession({loggerProvider:i,apiKey:s,sessionId:e,targetingMatch:n})}catch(e){const t=e;i.warn(t.message)}return n}))({sessionId:this.identifiers.sessionId,targetingConfig:h,loggerProvider:this.loggerProvider,apiKey:this.config.apiKey,targetingParams:{userProperties:e.userProperties,event:i,page:v},urlChange:s});if(s&&void 0!==t&&t!==this.latestUrlChangeTargetingEvaluationId)return void this.loggerProvider.debug(`Ignoring stale URL-change targeting result #${t}; latest is #${this.latestUrlChangeTargetingEvaluationId}.`);this.sessionTargetingMatch=this.sessionTargetingMatch||p,this.loggerProvider.debug(JSON.stringify({name:"targeted replay capture config",sessionTargetingMatch:this.sessionTargetingMatch,event:i,targetingParams:e},null,2))}t?this.initialize(!0):!i&&this.recordCancelCallback||(this.loggerProvider.log("Recording events for session due to forceRestart or no ongoing recording."),yield this.recordEvents())}),this.addCustomRRWebEvent=(e,t={},i=!0)=>n(this,void 0,void 0,function*(){try{let n;const s=this.config;if(s&&e!==ye.METADATA&&(n={config:_e(s),version:et},i)){const e=yield xe();n=Object.assign(Object.assign({},e),n)}this.recordCancelCallback&&this.recordFunction?this.recordFunction.addCustomEvent(e,Object.assign(Object.assign({},t),n)):this.loggerProvider.debug(`Not able to add custom replay capture event ${e} due to no ongoing recording.`)}catch(e){this.loggerProvider.debug("Error while adding custom replay capture event: ",e)}}),this.stopRecordingEvents=()=>{var e,t,i;try{this.loggerProvider.log("Session Replay capture stopping."),this.recordCancelCallback&&this.recordCancelCallback(),this.recordCancelCallback=null,null===(e=this.networkObservers)||void 0===e||e.stop(),null===(t=this.crossOriginIframeCoordinator)||void 0===t||t.stop(),this.crossOriginIframeCoordinator=null,null===(i=this.crossOriginParentSignalCleanup)||void 0===i||i.call(this),this.crossOriginParentSignalCleanup=null}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while stopping replay capture: ${t.toString()}`)}},this.loggerProvider=new be(new S)}init(e,t){return y(this._init(e,t))}setupUrlChangeListener(){var e,t;null===(e=this.urlChangeCleanup)||void 0===e||e.call(this);const i=f();if(!(null==i?void 0:i.location))return;const n=!!(null===(t=this.config)||void 0===t?void 0:t.targetingConfig),s=oi(i,e=>{if(this.currentPageUrl=e,n){const t=++this.latestUrlChangeTargetingEvaluationId;this.evaluateTargetingAndCapture({userProperties:{},event:void 0,page:{url:e}},!1,!1,!0),this.loggerProvider.debug(`Queued URL-change targeting re-evaluation #${t} for ${e}.`)}});this.urlChangeCleanup=()=>{s(),this.urlChangeCleanup=null}}isBelowMinSessionDuration(){var e;const t=null===(e=this.config)||void 0===e?void 0:e.minSessionDurationMs;return void 0!==t&&void 0!==this.sessionStartTime&&Date.now()-this.sessionStartTime<t}getCurrentPageForTargeting(){var e,t;const i=null===(t=null===(e=f())||void 0===e?void 0:e.location)||void 0===t?void 0:t.href;return null!=i?{url:i}:void 0}_init(e,t){var i,s,r,o,a,l,c,d,u,h,g,v,p,m;return n(this,void 0,void 0,function*(){null===(i=this.urlChangeCleanup)||void 0===i||i.call(this),this.recordingEnabled=!0,this.startChildRecordingOnSetup=!1,this.loggerProvider=new be(t.loggerProvider||new S),Object.prototype.hasOwnProperty.call(t,"logLevel")&&this.loggerProvider.enable(t.logLevel),this.currentPageUrl=Me(),this.identifiers=new Wt({sessionId:t.sessionId,deviceId:t.deviceId});const y=Date.now();((e,t,i)=>{const n=Qt();if(!n)return;const s=Ht(e);try{const e=[];for(let i=0;i<n.length;i++){const r=n.key(i);if(!r||!r.startsWith(s))continue;const o=n.getItem(r);if(null===o)continue;const a=Number(o);(!Number.isFinite(a)||a<=0||t-a>=Kt)&&e.push(r)}for(const t of e)n.removeItem(t)}catch(e){null==i||i.debug(`Failed to prune stale replay start times: ${String(e)}`)}})(e,y,this.loggerProvider),this.sessionStartTime=void 0!==t.sessionId&&null!==(s=((e,t,i,n)=>{const s=Qt();if(!s)return;const r=Gt(e,t);try{const e=s.getItem(r);if(null!==e){const t=Number(e);if(Number.isFinite(t)&&t>0&&t<=i&&i-t<Kt)return t}return s.setItem(r,String(i)),i}catch(e){return void(null==n||n.debug(`Failed to read/write replay start time from storage: ${String(e)}`))}})(e,t.sessionId,y,this.loggerProvider))&&void 0!==s?s:y,this.joinedConfigGenerator=yield((e,t)=>n(void 0,void 0,void 0,function*(){const i=new Fe(e,t),n=new K(e,i.loggerProvider,i.serverZone,t.configServerUrl,t.handleFetchConfig);return new ze(n,i)}))(e,t);const{joinedConfig:b,localConfig:I,remoteConfig:C}=yield this.joinedConfigGenerator.generateJoinedConfig();if(this.config=b,this.setMetadata(t.sessionId,b,I,C,null===(r=t.version)||void 0===r?void 0:r.version,et,null===(o=t.version)||void 0===o?void 0:o.type),this.pageLeaveFns=[],t.sessionId&&(null===(a=this.config.interactionConfig)||void 0===a?void 0:a.enabled)){const e=zt.default({sessionId:t.sessionId,type:"interaction"},this.config);this.pageLeaveFns=[e.send(this.getDeviceId.bind(this)).bind(e)],this.scrollHook=e.hook.bind(e),this.clickHandler=new At(this.loggerProvider,e)}const w=[];let E,P,{storeType:k}=this.config;"idb"!==k||(null===(l=f())||void 0===l?void 0:l.indexedDB)||(k="memory",this.loggerProvider.warn("Could not use preferred indexedDB storage, reverting to in memory option.")),this.loggerProvider.log(`Using ${k} for event storage.`);const M=f();if(this.config.useWebWorker&&M&&M.Worker){const{compressionScript:e,trackDestinationScript:t}=yield import("./worker-min.js");E=e,P=t}let O;try{O=yield ht({config:this.config,type:"replay",minInterval:null===(c=this.config.flushIntervalConfig)||void 0===c?void 0:c.minIntervalMs,maxInterval:null===(d=this.config.flushIntervalConfig)||void 0===d?void 0:d.maxIntervalMs,maxPersistedEventsSize:this.config.maxPersistedEventsSizeBytes,storeType:k,trackDestinationWorkerScript:P,shouldSend:()=>!this.isBelowMinSessionDuration()}),this.rrwebEventManager=O,w.push({name:"replay",manager:O})}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while creating replay events manager: ${t.toString()}`)}if(null===(u=this.config.interactionConfig)||void 0===u?void 0:u.enabled){const e=this.config.interactionConfig.batch?jt:Dt;try{const t=yield ht({config:this.config,type:"interaction",minInterval:null!==(h=this.config.interactionConfig.trackEveryNms)&&void 0!==h?h:3e4,maxInterval:6e4,maxPersistedEventsSize:this.config.maxPersistedEventsSizeBytes,payloadBatcher:e,storeType:k,trackDestinationWorkerScript:P});w.push({name:"interaction",manager:t})}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while creating interaction events manager: ${t.toString()}`)}}this.eventsManager=new gt(...w),this.eventCompressor&&this.eventCompressor.terminate();const T=!0===this.config.eagerFullSnapshotSend?()=>this.sendEvents():void 0;if(this.eventCompressor=new Ze(this.eventsManager,this.config,this.getDeviceId(),E,T),this.pendingEmitEvents.length>0){const e=this.pendingEmitEvents.splice(0);for(const{event:t,sessionId:i}of e)this.eventCompressor.enqueueEvent(t,i)}if(this.pageLeaveFns=[...this.pageLeaveFns,()=>{var e;if(!this.config||!(null===(e=this.identifiers)||void 0===e?void 0:e.sessionId)||!O)return;const t=O.getBeaconEvents();if(!t.length)return;const i=this.getDeviceId();i&&(this.isBelowMinSessionDuration()||O.trackDestination.sendBeacon({events:t,sessionId:this.identifiers.sessionId,deviceId:i,apiKey:this.config.apiKey,serverZone:this.config.serverZone}))}],yield this.initializeNetworkObservers(),null===(g=f())||void 0===g?void 0:g.opener){const e=V();!function(e,t){var i,n=e;if(!0!==n[Y]){n[Y]=!0;var s=null!==(i=null==t?void 0:t.scriptUrl)&&void 0!==i?i:"https://cdn.amplitude.com/libs/background-capture-1.0.3.js.gz",r=null,o=function(t,i){var n,s;"background-capture-complete"===t&&(null===(s=null===(n=e.logger)||void 0===n?void 0:n.debug)||void 0===s||s.call(n,"Background capture complete"),e.notify({action:"background-capture-complete",data:i}))};e.registerActionHandler("initialize-background-capture",function(){var t,i;null===(i=null===(t=e.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Initializing background capture (external script)");var n=new URL(s,e.endpoint).toString();e.loadScriptOnce(n).then(function(){var t,i,n;null===(i=null===(t=e.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Background capture script loaded (external)"),r=null===(n=null===window||void 0===window?void 0:window.amplitudeBackgroundCapture)||void 0===n?void 0:n.call(window,{messenger:e,onBackgroundCapture:o}),e.notify({action:"background-capture-loaded"})}).catch(function(){var t;null===(t=e.logger)||void 0===t||t.warn("Failed to initialize background capture")})}),e.registerActionHandler("close-background-capture",function(){var e;null===(e=null==r?void 0:r.close)||void 0===e||e.call(r),r=null})}}(e),e.setup(Object.assign({logger:this.loggerProvider},this.config.serverZone&&{endpoint:Q[this.config.serverZone]}))}this.loggerProvider.log("Installing @amplitude/session-replay-browser."),this.teardownEventListeners(!1),yield this.evaluateTargetingAndCapture({userProperties:t.userProperties,page:this.getCurrentPageForTargeting()},!0);(this.config.targetingConfig||(null!==(m=null===(p=null===(v=this.config.privacyConfig)||void 0===v?void 0:v.urlMaskLevels)||void 0===p?void 0:p.length)&&void 0!==m?m:0)>0)&&this.setupUrlChangeListener()})}setSessionId(e,t){return y(this.asyncSetSessionId(e,t))}asyncSetSessionId(e,t,i){var s,r,o,a;return n(this,void 0,void 0,function*(){const n=null===(s=this.identifiers)||void 0===s?void 0:s.sessionId,l=this.getDeviceId();if(!(void 0===n||n!==e||void 0!==t&&t!==l||void 0!==(null==i?void 0:i.userProperties)&&0!==Object.keys(i.userProperties).length))return;this.latestUrlChangeTargetingEvaluationId++,this.sessionTargetingMatch=!1,this.lastShouldRecordDecision=void 0,n&&this.sendEvents(n);const c=n!==e;c&&(null===(r=this.rrwebEventManager)||void 0===r||r.dropPendingBeaconEvents());const d=t||this.getDeviceId();if(this.identifiers=new Wt({sessionId:e,deviceId:d}),c&&(this.sessionStartTime=Date.now(),this.suppressedSendCount=0,this.hasEmittedGateDecision=!1,(null===(o=this.config)||void 0===o?void 0:o.apiKey)&&(((e,t,i,n)=>{const s=Qt();if(s)try{s.setItem(Gt(e,t),String(i))}catch(e){null==n||n.debug(`Failed to write replay start time to storage: ${String(e)}`)}})(this.config.apiKey,e,this.sessionStartTime,this.loggerProvider),void 0!==n&&((e,t,i)=>{const n=Qt();if(n)try{n.removeItem(Gt(e,t))}catch(e){null==i||i.debug(`Failed to remove replay start time from storage: ${String(e)}`)}})(this.config.apiKey,n,this.loggerProvider))),this.joinedConfigGenerator&&n){const{joinedConfig:e}=yield this.joinedConfigGenerator.generateJoinedConfig();this.config=e}(null===(a=this.config)||void 0===a?void 0:a.targetingConfig)?yield this.evaluateTargetingAndCapture({userProperties:null==i?void 0:i.userProperties,page:this.getCurrentPageForTargeting()},!1,!0):yield this.recordEvents()})}getSessionReplayProperties(){const e=this.config,t=this.identifiers;if(!e||!t)return this.loggerProvider.warn("Session replay init has not been called, cannot get session replay properties."),{};const i=this.getShouldRecord();let n={};return i&&(n={[te]:t.sessionReplayId?t.sessionReplayId:null},e.debugMode&&(n[re]=JSON.stringify({appHash:D(e.apiKey).toString()}))),this.addCustomRRWebEvent(ye.GET_SR_PROPS,{shouldRecord:i,eventProperties:n},10===this.eventCount),10===this.eventCount&&(this.eventCount=0),this.eventCount++,n}sendEvents(e){var t,i;const n=e||(null===(t=this.identifiers)||void 0===t?void 0:t.sessionId),s=this.getDeviceId();if(this.eventsManager&&n&&s){if(this.isBelowMinSessionDuration()){const e=this.sessionStartTime,t=this.config.minSessionDurationMs;return this.loggerProvider.log(`Session ${n} not sent: duration ${Date.now()-e}ms is below minimum ${t}ms.`),void this.suppressedSendCount++}if(!this.hasEmittedGateDecision&&void 0!==(null===(i=this.config)||void 0===i?void 0:i.minSessionDurationMs)&&this.recordCancelCallback&&this.recordFunction){this.hasEmittedGateDecision=!0;const e=void 0!==this.sessionStartTime?Date.now()-this.sessionStartTime:void 0;this.addCustomRRWebEvent(ye.REPLAY_GATE_DECISION,{sessionId:n,suppressedSendCount:this.suppressedSendCount,elapsedMs:e,minSessionDurationMs:this.config.minSessionDurationMs},!1)}this.eventsManager.sendCurrentSequenceEvents({sessionId:n,deviceId:s})}}initialize(e=!1){var t;return n(this,void 0,void 0,function*(){if(!(null===(t=this.identifiers)||void 0===t?void 0:t.sessionId))return this.loggerProvider.log("Session is not being recorded due to lack of session id."),Promise.resolve();const i=this.getDeviceId();return i?(this.eventsManager&&e&&this.eventsManager.sendStoredEvents({deviceId:i}),this.recordEvents()):(this.loggerProvider.log("Session is not being recorded due to lack of device id."),Promise.resolve())})}shouldOptOut(){var e,t;let i;if(null===(e=this.config)||void 0===e?void 0:e.instanceName){i=(n=this.config.instanceName,q.getInstance(I(n))).identityStore.getIdentity().optOut}var n;return void 0!==i?i:null===(t=this.config)||void 0===t?void 0:t.optOut}getShouldRecord(){if(!this.identifiers||!this.config||!this.identifiers.sessionId)return this.loggerProvider.warn("Session is not being recorded due to lack of config, please call sessionReplay.init."),!1;if(!this.recordingEnabled)return this.loggerProvider.log(`Session ${this.identifiers.sessionId} not being captured because recording was stopped.`),!1;if(!this.config.captureEnabled)return this.loggerProvider.log(`Session ${this.identifiers.sessionId} not being captured due to capture being disabled for project or because the remote config could not be fetched.`),!1;if(this.shouldOptOut())return this.loggerProvider.log(`Opting session ${this.identifiers.sessionId} out of recording due to optOut config.`),!1;let e=!1,t="",i=!1;if(this.config.targetingConfig)this.sessionTargetingMatch?(t=`Capturing replays for session ${this.identifiers.sessionId} due to matching targeting conditions.`,this.loggerProvider.log(t),e=!0,i=!0):(t=`Not capturing replays for session ${this.identifiers.sessionId} due to not matching targeting conditions.`,this.loggerProvider.log(t),e=!1,i=!1);else{(n=this.identifiers.sessionId,s=this.config.sampleRate,ni(n.toString())%1e6/1e6<s)?(e=!0,i=!0):(t=`Opting session ${this.identifiers.sessionId} out of recording due to sample rate.`,this.loggerProvider.log(t),e=!1,i=!1)}var n,s;return this.lastShouldRecordDecision!==e&&this.config.targetingConfig&&(this.addCustomRRWebEvent(ye.TARGETING_DECISION,{message:t,sessionId:this.identifiers.sessionId,matched:i,targetingParams:this.lastTargetingParams}),this.lastShouldRecordDecision=e),e}getBlockSelectors(){var e,t,i;const n=null!==(i=null===(t=null===(e=this.config)||void 0===e?void 0:e.privacyConfig)||void 0===t?void 0:t.blockSelector)&&void 0!==i?i:[];if(0!==n.length)return n}getMaskTextSelectors(){var e,t;const i=null===(e=this.config)||void 0===e?void 0:e.privacyConfig;if("conservative"===(i?we(this.currentPageUrl,i):void 0))return"*";if(null===(t=null==i?void 0:i.urlMaskLevels)||void 0===t?void 0:t.some(e=>"conservative"===e.maskLevel))return"*";const n=null==i?void 0:i.urlMaskLevels;if("conservative"===(null==i?void 0:i.defaultMaskLevel)&&n&&n.length>0)return"*";const s=null==i?void 0:i.maskSelector;return s||void 0}getRecordingPlugins(e){var t,i,s,r,o,a;return n(this,void 0,void 0,function*(){const n=[];try{const e=ai({ugcFilterRules:(null===(i=null===(t=this.config)||void 0===t?void 0:t.interactionConfig)||void 0===i?void 0:i.ugcFilterRules)||[],enablePolling:(null===(s=this.config)||void 0===s?void 0:s.enableUrlChangePolling)||!1,pollingInterval:null===(r=this.config)||void 0===r?void 0:r.urlChangePollingInterval,captureDocumentTitle:null===(o=this.config)||void 0===o?void 0:o.captureDocumentTitle});n.push(e)}catch(e){this.loggerProvider.warn("Failed to create URL tracking plugin:",e)}if(null===(a=null==e?void 0:e.console)||void 0===a?void 0:a.enabled)try{const{getRecordConsolePlugin:t}=yield import("./console-plugin-min.js");n.push(t({level:e.console.levels}))}catch(e){this.loggerProvider.warn("Failed to load console plugin:",e)}return n.length>0?n:void 0})}getRecordFunction(){return n(this,void 0,void 0,function*(){if(this.recordFunction)return this.recordFunction;try{const{record:e}=yield import("./rrweb-record-min.js");return this.recordFunction=e,e}catch(e){return this.loggerProvider.warn("Failed to load rrweb-record module:",e),null}})}recordEvents(e=!0){return n(this,void 0,void 0,function*(){if(this.recordEventsInFlight)this.recordEventsPendingShouldLogMetadata=e;else{this.recordEventsInFlight=!0;try{for(yield this._recordEvents(e);null!==this.recordEventsPendingShouldLogMetadata;){const e=this.recordEventsPendingShouldLogMetadata;this.recordEventsPendingShouldLogMetadata=null,yield this._recordEvents(e)}}finally{this.recordEventsInFlight=!1,this.recordEventsPendingShouldLogMetadata=null}}})}shouldAbandonRecordStart(e){return!this.recordingEnabled||e!==this.recordingGeneration}_recordEvents(e=!0){var t,i,s,r,o,a,l,c;return n(this,void 0,void 0,function*(){const n=this.config,d=this.getShouldRecord(),u=null===(t=this.identifiers)||void 0===t?void 0:t.sessionId;if(!d||!u||!n)return;this.stopRecordingEvents();const h=this.recordingGeneration,g=yield this.getRecordFunction();if(!g||this.shouldAbandonRecordStart(h))return;if(yield this.initializeNetworkObservers(),this.shouldAbandonRecordStart(h))return;const v=null===(i=n.loggingConfig)||void 0===i?void 0:i.network,p=Ie(n.serverZone,n.trackServerUrl),m=[le,ce,de,p];null===(s=this.networkObservers)||void 0===s||s.start(e=>{m.some(t=>e.url.startsWith(t))||this.addCustomRRWebEvent(ye.FETCH_REQUEST,e)},v);const{interactionConfig:y,loggingConfig:b}=n,S=(null==y?void 0:y.enabled)?{mouseInteraction:this.eventsManager&&(null===(r=this.clickHandler)||void 0===r?void 0:r.createHook({eventsManager:this.eventsManager,sessionId:u,deviceIdFn:this.getDeviceId.bind(this),mirror:g.mirror,ugcFilterRules:null!==(o=y.ugcFilterRules)&&void 0!==o?o:[],performanceOptions:null===(a=n.performanceConfig)||void 0===a?void 0:a.interaction})),scroll:this.scrollHook}:{},I=(null==y?void 0:y.enabled)&&y.ugcFilterRules?y.ugcFilterRules:[];this.loggerProvider.log(`Session Replay capture beginning for ${u}.`);try{const t=!!(null===(l=n.crossOriginIframes)||void 0===l?void 0:l.enabled),i=!1!==(null===(c=n.crossOriginIframes)||void 0===c?void 0:c.coordinateChildren),s=t&&function(){try{const e=f();return!!e&&e.parent!==e}catch(e){return!0}}();if(s&&i)return this.crossOriginParentSignalCleanup=function(e){const t=f();if(!t)return()=>{};const i=t.parent;function n(t){if(t.source!==i)return;const n=t.data;(null==n?void 0:n.type)===me&&("start"===n.action?e.onStart():"stop"===n.action&&e.onStop())}return t.addEventListener("message",n),()=>t.removeEventListener("message",n)}({onStart:()=>{this.recordingEnabled&&this._recordEventsInChildMode(g,u,n,S)},onStop:()=>{try{this.recordCancelCallback&&this.recordCancelCallback(),this.recordCancelCallback=null}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while stopping child iframe replay capture: ${t.toString()}`)}}}),void(this.startChildRecordingOnSetup&&(this.startChildRecordingOnSetup=!1,this._recordEventsInChildMode(g,u,n,S)));this.startChildRecordingOnSetup=!1;const r=yield this.getRecordingPlugins(b);if(this.shouldAbandonRecordStart(h))return;this.recordCancelCallback=g(Object.assign(Object.assign({},this.buildRRWebRecordOptions(n,S,e=>{if(this.shouldOptOut()||!this.recordingEnabled)return this.loggerProvider.log(this.shouldOptOut()?`Opting session ${u} out of recording due to optOut config.`:`Session Replay capture stopping for ${u}.`),this.stopRecordingEvents(),void this.sendEvents();e.type===Ne.Meta&&(e.data.href=Re(e.data.href,I)),this.eventCompressor?this.eventCompressor.enqueueEvent(e,u):this.pendingEmitEvents.push({event:e,sessionId:u})},"Error while capturing replay: ")),{plugins:r,recordCrossOriginIframes:t})),t&&!s&&i&&(this.crossOriginIframeCoordinator||(this.crossOriginIframeCoordinator=new li),this.crossOriginIframeCoordinator.start()),this.addCustomRRWebEvent(ye.DEBUG_INFO),e&&this.addCustomRRWebEvent(ye.METADATA,this.metadata)}catch(e){this.loggerProvider.warn("Failed to initialize session replay:",e)}})}buildRRWebRecordOptions(e,t,i,n){const{privacyConfig:s}=e;return Object.assign(Object.assign({emit:i,inlineStylesheet:e.shouldInlineStylesheet,inlineImages:e.inlineImages,hooks:t,maskAllInputs:!0,maskTextClass:oe,blockClass:"amp-block",blockSelector:this.getBlockSelectors(),applyBackgroundColorToBlockedElements:e.applyBackgroundColorToBlockedElements,maskInputFn:Pe("input",s,()=>this.currentPageUrl),maskTextFn:Pe("text",s,()=>this.currentPageUrl),maskAttributeFn:ke(s,()=>this.currentPageUrl),maskTextSelector:this.getMaskTextSelectors()},void 0!==e.fullSnapshotIntervalMs&&{checkoutEveryNms:e.fullSnapshotIntervalMs}),{recordCanvas:!1,captureAdoptedStyleSheets:e.captureAdoptedStyleSheets,slimDOMOptions:{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0},errorHandler:e=>{const t=e;if(t.message.includes("insertRule")&&t.message.includes("CSSStyleSheet"))throw t;if(t._external_)throw t;return this.loggerProvider.warn(n,t.toString()),!0}})}_recordEventsInChildMode(e,t,i,n){try{this.recordCancelCallback&&this.recordCancelCallback(),this.recordCancelCallback=null,this.recordCancelCallback=e(Object.assign(Object.assign({},this.buildRRWebRecordOptions(i,n,()=>{},"Error while capturing replay (child iframe): ")),{recordCrossOriginIframes:!0})),this.loggerProvider.log(`Session Replay child iframe capture beginning for session ${t}.`)}catch(e){this.loggerProvider.warn("Failed to initialize session replay in child iframe mode:",e)}}getDeviceId(){var e;return null===(e=this.identifiers)||void 0===e?void 0:e.deviceId}getSessionId(){var e;return null===(e=this.identifiers)||void 0===e?void 0:e.sessionId}start(){return y(this._start())}_start(){return n(this,void 0,void 0,function*(){this.recordingEnabled=!0,this.startChildRecordingOnSetup=!0,yield this.recordEvents()})}stop(){this.recordingEnabled=!1,this.startChildRecordingOnSetup=!1,this.recordingGeneration++,this.stopRecordingEvents(),this.sendEvents()}flush(e=!1){var t;return n(this,void 0,void 0,function*(){return null===(t=this.eventsManager)||void 0===t?void 0:t.flush(e)})}shutdown(){var e,t;this.recordingEnabled=!1,this.startChildRecordingOnSetup=!1,this.recordingGeneration++,null===(e=this.urlChangeCleanup)||void 0===e||e.call(this),null===(t=this.crossOriginParentSignalCleanup)||void 0===t||t.call(this),this.crossOriginParentSignalCleanup=null,this.teardownEventListeners(!0),this.stopRecordingEvents(),this.sendEvents()}mapSDKType(e){return"plugin"===e?"@amplitude/plugin-session-replay-browser":"segment"===e?"@amplitude/segment-session-replay-plugin":null}setMetadata(e,t,i,n,s,r,o){const a=(null==e?void 0:e.toString())?D(e.toString()):void 0;this.metadata={joinedConfig:t,localConfig:i,remoteConfig:n,sessionId:e,hashValue:a,sampleRate:t.sampleRate,replaySDKType:this.mapSDKType(o),replaySDKVersion:s,standaloneSDKType:"@amplitude/session-replay-browser",standaloneSDKVersion:r}}initializeNetworkObservers(){var e,t,i;return n(this,void 0,void 0,function*(){if((null===(i=null===(t=null===(e=this.config)||void 0===e?void 0:e.loggingConfig)||void 0===t?void 0:t.network)||void 0===i?void 0:i.enabled)&&!this.networkObservers)try{const{NetworkObservers:e}=yield import("./observers-min.js");this.networkObservers=new e}catch(e){this.loggerProvider.warn("Failed to import or instantiate NetworkObservers:",e)}})}}const di=e=>()=>{const{config:t}=e,{loggerProvider:i,logLevel:n}=t||Le();return{logger:i,logLevel:n}};var ui=(()=>{const e=new ci;return{init:k(e.init.bind(e),"init",di(e)),evaluateTargetingAndCapture:k(e.evaluateTargetingAndCapture.bind(e),"evaluateTargetingAndRecord",di(e)),setSessionId:k(e.setSessionId.bind(e),"setSessionId",di(e)),getSessionId:k(e.getSessionId.bind(e),"getSessionId",di(e)),getSessionReplayProperties:k(e.getSessionReplayProperties.bind(e),"getSessionReplayProperties",di(e)),flush:k(e.flush.bind(e),"flush",di(e)),start:k(e.start.bind(e),"start",di(e)),stop:k(e.stop.bind(e),"stop",di(e)),shutdown:k(e.shutdown.bind(e),"shutdown",di(e))}})();const{init:hi,setSessionId:gi,getSessionId:vi,getSessionReplayProperties:fi,flush:pi,start:mi,stop:yi,shutdown:bi,evaluateTargetingAndCapture:Si}=ui;export{be as S,vi as a,fi as b,mi as c,yi as d,bi as e,pi as f,f as g,Si as h,hi as i,gi as s};
|
|
1
|
+
import{_ as e,a as t,b as i,c as n,d as s,e as r,f as o,g as a,o as l}from"./targeting-min.js";function c(e,t){return t.forEach(function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach(function(i){if("default"!==i&&!(i in e)){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})}})}),Object.freeze(e)}var d,u;!function(e){e.SET="$set",e.SET_ONCE="$setOnce",e.ADD="$add",e.APPEND="$append",e.PREPEND="$prepend",e.REMOVE="$remove",e.PREINSERT="$preInsert",e.POSTINSERT="$postInsert",e.UNSET="$unset",e.CLEAR_ALL="$clearAll"}(d||(d={})),function(e){e.IDENTIFY="$identify",e.GROUP_IDENTIFY="$groupidentify",e.REVENUE="revenue_amount"}(u||(u={}));var h,g="$default_instance",v="https://api2.amplitude.com/2/httpapi";!function(e){e.Unknown="unknown",e.Skipped="skipped",e.Success="success",e.RateLimit="rate_limit",e.PayloadTooLarge="payload_too_large",e.Invalid="invalid",e.Failed="failed",e.Timeout="Timeout",e.SystemError="SystemError"}(h||(h={}));var f=function(){var e="ampIntegrationContext";return"undefined"!=typeof globalThis&&void 0!==globalThis[e]?globalThis[e]:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof self?self:"undefined"!=typeof global?global:void 0},p=e([],t(Array(256).keys()),!1).map(function(e){return e.toString(16).padStart(2,"0")}),m=function(i){var n,s=f();if(!(null===(n=null==s?void 0:s.crypto)||void 0===n?void 0:n.getRandomValues))return function(e){return e?(e^16*Math.random()>>e/4).toString(16):(String(1e7)+String(-1e3)+String(-4e3)+String(-8e3)+String(-1e11)).replace(/[018]/g,m)}(i);var r=s.crypto.getRandomValues(new Uint8Array(16));return r[6]=15&r[6]|64,r[8]=63&r[8]|128,e([],t(r.entries()),!1).map(function(e){var i=t(e,2),n=i[0],s=i[1];return[4,6,8,10].includes(n)?"-".concat(p[s]):p[s]}).join("")},y={},b={get exports(){return y},set exports(e){y=e}},S=Object.prototype.hasOwnProperty;function I(e){return"[Throws: "+(e?e.message:"?")+"]"}function C(e){var t=[];return function e(i){if(null===i||"object"!=typeof i)return i;if(-1!==t.indexOf(i))return"[Circular]";if(t.push(i),"function"==typeof i.toJSON)try{var n=e(i.toJSON());return t.pop(),n}catch(e){return I(e)}if(Array.isArray(i)){var s=i.map(e);return t.pop(),s}var r=Object.keys(i).reduce(function(t,n){return t[n]=e(function(e,t){if(S.call(e,t))try{return e[t]}catch(e){return I(e)}return e[t]}(i,n)),t},{});return t.pop(),r}(e)}b.exports=function(e,t,i){return JSON.stringify(C(e),t,i)};var w,E=y.ensureProperties=C,P=y||c({__proto__:null,ensureProperties:E,get default(){return y}},[y]),k=function(e){return{promise:e||Promise.resolve()}};!function(e){e[e.None=0]="None",e[e.Error=1]="Error",e[e.Warn=2]="Warn",e[e.Verbose=3]="Verbose",e[e.Debug=4]="Debug"}(w||(w={}));var M="Amplitude Logger ",O=function(){function e(){this.logLevel=w.None}return e.prototype.disable=function(){this.logLevel=w.None},e.prototype.enable=function(e){void 0===e&&(e=w.Warn),this.logLevel=e},e.prototype.log=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<w.Verbose||console.log("".concat(M,"[Log]: ").concat(e.join(" ")))},e.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<w.Warn||console.warn("".concat(M,"[Warn]: ").concat(e.join(" ")))},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<w.Error||console.error("".concat(M,"[Error]: ").concat(e.join(" ")))},e.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.logLevel<w.Debug||console.log("".concat(M,"[Debug]: ").concat(e.join(" ")))},e}(),T=function(e){return void 0===e||""===e?g:e},R=function(){return{flushMaxRetries:12,flushQueueSize:200,flushIntervalMillis:1e4,instanceName:g,logLevel:w.Warn,loggerProvider:new O,offline:!1,optOut:!1,serverUrl:v,serverZone:"US",useBatch:!1}},x=function(){function e(e){var t,i,n,s;this._optOut=!1;var r=R();this.apiKey=e.apiKey,this.flushIntervalMillis=null!==(t=e.flushIntervalMillis)&&void 0!==t?t:r.flushIntervalMillis,this.flushMaxRetries=e.flushMaxRetries||r.flushMaxRetries,this.flushQueueSize=e.flushQueueSize||r.flushQueueSize,this.instanceName=T(e.instanceName),this.loggerProvider=e.loggerProvider||r.loggerProvider,this.logLevel=null!==(i=e.logLevel)&&void 0!==i?i:r.logLevel,this.minIdLength=e.minIdLength,this.plan=e.plan,this.ingestionMetadata=e.ingestionMetadata,this.offline=void 0!==e.offline?e.offline:r.offline,this.optOut=null!==(n=e.optOut)&&void 0!==n?n:r.optOut,this.serverUrl=e.serverUrl,this.serverZone=e.serverZone||r.serverZone,this.storageProvider=e.storageProvider,this.transportProvider=e.transportProvider,this.useBatch=null!==(s=e.useBatch)&&void 0!==s?s:r.useBatch,this.loggerProvider.enable(this.logLevel);var o=L(e.serverUrl,e.serverZone,e.useBatch);this.serverZone=o.serverZone,this.serverUrl=o.serverUrl}return Object.defineProperty(e.prototype,"optOut",{get:function(){return this._optOut},set:function(e){this._optOut=e},enumerable:!1,configurable:!0}),e}(),_=function(e,t){return"EU"===e?t?"https://api.eu.amplitude.com/batch":"https://api.eu.amplitude.com/2/httpapi":t?"https://api2.amplitude.com/batch":v},L=function(e,t,i){if(void 0===e&&(e=""),void 0===t&&(t=R().serverZone),void 0===i&&(i=R().useBatch),e)return{serverUrl:e,serverZone:void 0};var n=["US","EU"].includes(t)?t:R().serverZone;return{serverZone:n,serverUrl:_(n,i)}};var F=function(e,t,i,n,s){return void 0===s&&(s=null),function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=i(),l=a.logger,c=a.logLevel;if(c&&c<w.Debug||!c||!l)return e.apply(s,r);var d,u={type:"invoke public method",name:t,args:r,stacktrace:(d=1,void 0===d&&(d=0),((new Error).stack||"").split("\n").slice(2+d).map(function(e){return e.trim()})),time:{start:(new Date).toISOString()},states:{}};n&&u.states&&(u.states.before=n());var h=e.apply(s,r);return h&&h.promise?h.promise.then(function(){n&&u.states&&(u.states.after=n()),u.time&&(u.time.end=(new Date).toISOString()),l.debug(JSON.stringify(u,null,2))}):(n&&u.states&&(u.states.after=n()),u.time&&(u.time.end=(new Date).toISOString()),l.debug(JSON.stringify(u,null,2))),h}},$=function(){function e(){}return e.prototype.getApplicationContext=function(){return{versionName:this.versionName,language:q(),platform:"Web",os:void 0,deviceModel:void 0}},e}(),q=function(){return"undefined"!=typeof navigator&&(navigator.languages&&navigator.languages[0]||navigator.language)||""},D=function(){function e(){this.queue=[]}return e.prototype.logEvent=function(e){this.receiver?this.receiver(e):this.queue.length<512&&this.queue.push(e)},e.prototype.setEventReceiver=function(e){this.receiver=e,this.queue.length>0&&(this.queue.forEach(function(t){e(t)}),this.queue=[])},e}(),j=function(){return j=Object.assign||function(e){for(var t,i=1,n=arguments.length;i<n;i++)for(var s in t=arguments[i])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e},j.apply(this,arguments)};function A(e){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&e[t],n=0;if(i)return i.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function N(e,t){var i="function"==typeof Symbol&&e[Symbol.iterator];if(!i)return e;var n,s,r=i.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(n=r.next()).done;)o.push(n.value)}catch(e){s={error:e}}finally{try{n&&!n.done&&(i=r.return)&&i.call(r)}finally{if(s)throw s.error}}return o}"function"==typeof SuppressedError&&SuppressedError;var U=function(e,t){var i,n,s=typeof e;if(s!==typeof t)return!1;try{for(var r=A(["string","number","boolean","undefined"]),o=r.next();!o.done;o=r.next()){if(o.value===s)return e===t}}catch(e){i={error:e}}finally{try{o&&!o.done&&(n=r.return)&&n.call(r)}finally{if(i)throw i.error}}if(null==e&&null==t)return!0;if(null==e||null==t)return!1;if(e.length!==t.length)return!1;var a=Array.isArray(e),l=Array.isArray(t);if(a!==l)return!1;if(!a||!l){var c=Object.keys(e).sort(),d=Object.keys(t).sort();if(!U(c,d))return!1;var u=!0;return Object.keys(e).forEach(function(i){U(e[i],t[i])||(u=!1)}),u}for(var h=0;h<e.length;h++)if(!U(e[h],t[h]))return!1;return!0};Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),i=t.length,n=new Array(i);i--;)n[i]=[t[i],e[t[i]]];return n});var B=function(){function e(){this.identity={userProperties:{}},this.listeners=new Set}return e.prototype.editIdentity=function(){var e=this,t=j({},this.identity.userProperties),i=j(j({},this.identity),{userProperties:t});return{setUserId:function(e){return i.userId=e,this},setDeviceId:function(e){return i.deviceId=e,this},setUserProperties:function(e){return i.userProperties=e,this},setOptOut:function(e){return i.optOut=e,this},updateUserProperties:function(e){var t,n,s,r,o,a,l=i.userProperties||{};try{for(var c=A(Object.entries(e)),d=c.next();!d.done;d=c.next()){var u=N(d.value,2),h=u[0],g=u[1];switch(h){case"$set":try{for(var v=(s=void 0,A(Object.entries(g))),f=v.next();!f.done;f=v.next()){var p=N(f.value,2),m=p[0],y=p[1];l[m]=y}}catch(e){s={error:e}}finally{try{f&&!f.done&&(r=v.return)&&r.call(v)}finally{if(s)throw s.error}}break;case"$unset":try{for(var b=(o=void 0,A(Object.keys(g))),S=b.next();!S.done;S=b.next()){delete l[m=S.value]}}catch(e){o={error:e}}finally{try{S&&!S.done&&(a=b.return)&&a.call(b)}finally{if(o)throw o.error}}break;case"$clearAll":l={}}}}catch(e){t={error:e}}finally{try{d&&!d.done&&(n=c.return)&&n.call(c)}finally{if(t)throw t.error}}return i.userProperties=l,this},commit:function(){return e.setIdentity(i),this}}},e.prototype.getIdentity=function(){return j({},this.identity)},e.prototype.setIdentity=function(e){var t=j({},this.identity);this.identity=j({},e),U(t,this.identity)||this.listeners.forEach(function(t){t(e)})},e.prototype.addIdentityListener=function(e){this.listeners.add(e)},e.prototype.removeIdentityListener=function(e){this.listeners.delete(e)},e}(),z="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:self,W=function(){function e(){this.identityStore=new B,this.eventBridge=new D,this.applicationContextProvider=new $}return e.getInstance=function(t){return z.analyticsConnectorInstances||(z.analyticsConnectorInstances={}),z.analyticsConnectorInstances[t]||(z.analyticsConnectorInstances[t]=new e),z.analyticsConnectorInstances[t]},e}(),K=function(e){var t=0;if(0===e.length)return t;for(var i=0;i<e.length;i++){t=(t<<5)-t+e.charCodeAt(i),t|=0}return t},H=function(){function e(){}return e.prototype.send=function(e,t,i){return Promise.resolve(null)},e.prototype.buildResponse=function(e){var t,i,n,s,r,o,a,l,c,d,u,g,v,f,p,m,y,b,S,I,C,w;if("object"!=typeof e)return null;var E=e.code||0,P=this.buildStatus(E);switch(P){case h.Success:return{status:P,statusCode:E,body:{eventsIngested:null!==(t=e.events_ingested)&&void 0!==t?t:0,payloadSizeBytes:null!==(i=e.payload_size_bytes)&&void 0!==i?i:0,serverUploadTime:null!==(n=e.server_upload_time)&&void 0!==n?n:0}};case h.Invalid:return{status:P,statusCode:E,body:{error:null!==(s=e.error)&&void 0!==s?s:"",missingField:null!==(r=e.missing_field)&&void 0!==r?r:"",eventsWithInvalidFields:null!==(o=e.events_with_invalid_fields)&&void 0!==o?o:{},eventsWithMissingFields:null!==(a=e.events_with_missing_fields)&&void 0!==a?a:{},eventsWithInvalidIdLengths:null!==(l=e.events_with_invalid_id_lengths)&&void 0!==l?l:{},epsThreshold:null!==(c=e.eps_threshold)&&void 0!==c?c:0,exceededDailyQuotaDevices:null!==(d=e.exceeded_daily_quota_devices)&&void 0!==d?d:{},silencedDevices:null!==(u=e.silenced_devices)&&void 0!==u?u:[],silencedEvents:null!==(g=e.silenced_events)&&void 0!==g?g:[],throttledDevices:null!==(v=e.throttled_devices)&&void 0!==v?v:{},throttledEvents:null!==(f=e.throttled_events)&&void 0!==f?f:[]}};case h.PayloadTooLarge:return{status:P,statusCode:E,body:{error:null!==(p=e.error)&&void 0!==p?p:""}};case h.RateLimit:return{status:P,statusCode:E,body:{error:null!==(m=e.error)&&void 0!==m?m:"",epsThreshold:null!==(y=e.eps_threshold)&&void 0!==y?y:0,throttledDevices:null!==(b=e.throttled_devices)&&void 0!==b?b:{},throttledUsers:null!==(S=e.throttled_users)&&void 0!==S?S:{},exceededDailyQuotaDevices:null!==(I=e.exceeded_daily_quota_devices)&&void 0!==I?I:{},exceededDailyQuotaUsers:null!==(C=e.exceeded_daily_quota_users)&&void 0!==C?C:{},throttledEvents:null!==(w=e.throttled_events)&&void 0!==w?w:[]}};case h.Timeout:default:return{status:P,statusCode:E}}},e.prototype.buildStatus=function(e){return function(e){return e>=200&&e<300}(e)?h.Success:429===e?h.RateLimit:413===e?h.PayloadTooLarge:408===e?h.Timeout:e>=400&&e<500?h.Invalid:e>=500?h.Failed:h.Unknown},e}(),G=function(e){function t(t){void 0===t&&(t={});var i=e.call(this)||this;return i.customHeaders=t,i}return i(t,e),t.prototype.send=function(e,t){return n(this,void 0,void 0,function(){var i,n,o;return s(this,function(s){switch(s.label){case 0:if("undefined"==typeof fetch)throw new Error("FetchTransport is not supported");return i={headers:r({"Content-Type":"application/json",Accept:"*/*"},this.customHeaders),body:JSON.stringify(t),method:"POST"},[4,fetch(e,i)];case 1:return[4,(n=s.sent()).text()];case 2:o=s.sent();try{return[2,this.buildResponse(JSON.parse(o))]}catch(e){return[2,this.buildResponse({code:n.status})]}return[2]}})})},t}(H),Q=function(){function e(e,t){this.key="AMP_remote_config_".concat(e.substring(0,10)),this.logger=t;try{this.isSupported="undefined"!=typeof localStorage}catch(e){this.logger.debug("Remote config localstorage failed to access: ",e),this.isSupported=!1}}return e.prototype.fetchConfig=function(){var e=null,t={remoteConfig:null,lastFetch:new Date};if(!this.isSupported)return Promise.resolve(t);try{e=localStorage.getItem(this.key)}catch(e){return this.logger.debug("Remote config localstorage failed to access: ",e),Promise.resolve(t)}if(null===e)return this.logger.debug("Remote config localstorage gets null because the key does not exist"),Promise.resolve(t);try{var i=JSON.parse(e);return this.logger.debug("Remote config localstorage parsed successfully: ".concat(P(i))),Promise.resolve({remoteConfig:i.remoteConfig,lastFetch:new Date(i.lastFetch)})}catch(e){return this.logger.debug("Remote config localstorage failed to parse: ",e),localStorage.removeItem(this.key),Promise.resolve(t)}},e.prototype.setConfig=function(e){if(!this.isSupported)return Promise.resolve(!1);try{return localStorage.setItem(this.key,JSON.stringify(e)),this.logger.debug("Remote config localstorage set successfully."),Promise.resolve(!0)}catch(e){this.logger.debug("Remote config localstorage failed to set: ",e)}return Promise.resolve(!1)},e}();var J,Z=401,X=403,V=429,Y=function(){function e(t,i,n,s,r,o,a){void 0===n&&(n="US"),void 0===o&&(o=e.DEFAULT_CONFIG_GROUP),this.callbackInfos=[],this.lastSuccessfulFetch=null,this.fetchPromise=null,this.isLastFetchInvalidApiKey=!1,this.apiKey=t,this.configGroup=o,this.serverUrl=s||("US"===n?"https://sr-client-cfg.amplitude.com/config":"https://sr-client-cfg.eu.amplitude.com/config"),this.logger=i,this.storage=a||new Q(t,i),this.customFetch=r}return e.prototype.subscribe=function(e,t,i){var n=m(),s={id:n,key:e,deliveryMode:t,callback:i};return this.callbackInfos.push(s),"all"===t?this.subscribeAll(s):this.subscribeWaitForRemote(s,t.timeout),n},e.prototype.unsubscribe=function(e){var t=this.callbackInfos.findIndex(function(t){return t.id===e});return-1===t?(this.logger.debug("Remote config client unsubscribe failed because callback with id ".concat(e," doesn't exist.")),!1):(this.callbackInfos.splice(t,1),this.logger.debug("Remote config client unsubscribe succeeded removing callback with id ".concat(e,".")),!0)},e.prototype.updateConfigs=function(){return n(this,void 0,void 0,function(){var e,t=this;return s(this,function(i){switch(i.label){case 0:return this.lastSuccessfulFetch&&Date.now()-this.lastSuccessfulFetch<3e5?(this.logger.debug("Remote config client skipping updateConfigs: Too recent"),[2]):[4,this.getOrCreateFetchPromise()];case 1:return e=i.sent(),this.storage.setConfig(e),this.callbackInfos.forEach(function(i){t.sendCallback(i,e,"remote")}),[2]}})})},e.prototype.getOrCreateFetchPromise=function(){var e=this;return this.fetchPromise?this.fetchPromise:this.isLastFetchInvalidApiKey?(this.logger.debug("Remote config client skipping fetch: Invalid API key"),this.fetchPromise=Promise.resolve({remoteConfig:null,lastFetch:new Date}).finally(function(){e.fetchPromise=null}),this.fetchPromise):(this.fetchPromise=this.fetch().then(function(t){return null!==t.remoteConfig&&(e.lastSuccessfulFetch=Date.now()),t}).finally(function(){e.fetchPromise=null}),this.fetchPromise)},e.prototype.subscribeAll=function(e){return n(this,void 0,void 0,function(){var t,i,n,r=this;return s(this,function(s){switch(s.label){case 0:return t=this.getOrCreateFetchPromise().then(function(t){r.logger.debug("Remote config client subscription all mode fetched from remote: ".concat(JSON.stringify(t))),r.sendCallback(e,t,"remote"),r.storage.setConfig(t)}),i=this.storage.fetchConfig().then(function(e){return e}),[4,Promise.race([t,i])];case 1:return void 0!==(n=s.sent())&&(this.logger.debug("Remote config client subscription all mode fetched from cache: ".concat(JSON.stringify(n))),null!==n.remoteConfig?this.sendCallback(e,n,"cache"):this.logger.debug("Remote config client skips sending callback because cache is empty (first time user).")),[4,t];case 2:return s.sent(),[2]}})})},e.prototype.subscribeWaitForRemote=function(e,t){return n(this,void 0,void 0,function(){var i,n;return s(this,function(s){switch(s.label){case 0:i=new Promise(function(e,i){setTimeout(function(){i("Timeout exceeded")},t)}),s.label=1;case 1:return s.trys.push([1,3,,5]),[4,Promise.race([this.getOrCreateFetchPromise(),i])];case 2:return n=s.sent(),this.logger.debug("Remote config client subscription wait for remote mode returns from remote."),this.sendCallback(e,n,"remote"),this.storage.setConfig(n),[3,5];case 3:return s.sent(),this.logger.debug("Remote config client subscription wait for remote mode exceeded timeout. Try to fetch from cache."),[4,this.storage.fetchConfig()];case 4:return null!==(n=s.sent()).remoteConfig?(this.logger.debug("Remote config client subscription wait for remote mode returns a cached copy."),this.sendCallback(e,n,"cache")):(this.logger.debug("Remote config client subscription wait for remote mode failed to fetch cache."),this.sendCallback(e,n,"remote")),[3,5];case 5:return[2]}})})},e.prototype.sendCallback=function(e,t,i){var n;e.lastCallback=new Date,n=e.key?e.key.split(".").reduce(function(e,t){return null===e?e:t in e?e[t]:null},t.remoteConfig):t.remoteConfig,e.callback(n,i,t.lastFetch)},e.prototype.fetch=function(e,t){return void 0===e&&(e=3),void 0===t&&(t=1e3),n(this,void 0,void 0,function(){var i,n,r,o,a,l,c=this;return s(this,function(d){switch(d.label){case 0:i=t/e,n={remoteConfig:null,lastFetch:new Date},r=function(n){var r,a,l,d,u,h,g,v,f;return s(this,function(s){switch(s.label){case 0:r=!0,a=new AbortController,l=setTimeout(function(){return a.abort()},t),s.label=1;case 1:return s.trys.push([1,10,11,12]),d=o.getUrlParams(),u={Accept:"*/*"},o.customFetch?[4,(p=o.customFetch({url:d,method:"GET",headers:u,signal:a.signal}),m=a.signal,new Promise(function(e,t){var i=function(){var e=new Error("Remote config custom fetch aborted by timeout");e.name="AbortError",t(e)};m.addEventListener("abort",i,{once:!0}),p.then(function(t){m.removeEventListener("abort",i),e(t)},function(e){m.removeEventListener("abort",i),t(e)})}))]:[3,3];case 2:return g=s.sent(),[3,5];case 3:return[4,fetch(d,{method:"GET",headers:u,signal:a.signal})];case 4:g=s.sent(),s.label=5;case 5:return(h=g).ok||h.status>=200&&h.status<300?[3,7]:[4,h.text()];case 6:return v=s.sent(),o.logger.debug("Remote config client fetch with retry time ".concat(e," failed with ").concat(h.status,": ").concat(v)),h.status===Z||h.status===X?(o.logger.error("Remote config client fetch failed with ".concat(h.status,". Invalid API key; future fetches will be skipped.")),o.isLastFetchInvalidApiKey=!0,r=!1):h.status>=400&&h.status<500&&h.status!==V&&(r=!1),[3,9];case 7:return[4,h.json()];case 8:return[2,{value:{remoteConfig:s.sent(),lastFetch:new Date}}];case 9:return[3,12];case 10:return(f=s.sent())instanceof Error&&"AbortError"===f.name?o.logger.debug("Remote config client fetch with retry time ".concat(e," timed out after ").concat(t,"ms")):o.logger.debug("Remote config client fetch with retry time ".concat(e," is rejected because: "),f),[3,12];case 11:return clearTimeout(l),[7];case 12:return r?n<e-1?[4,new Promise(function(e){return setTimeout(e,c.getJitterDelay(i))})]:[3,14]:[2,"break"];case 13:s.sent(),s.label=14;case 14:return[2]}var p,m})},o=this,a=0,d.label=1;case 1:return a<e?[5,r(a)]:[3,4];case 2:if("object"==typeof(l=d.sent()))return[2,l.value];if("break"===l)return[3,4];d.label=3;case 3:return a++,[3,1];case 4:return[2,n]}})})},e.prototype.getJitterDelay=function(e){return Math.floor(Math.random()*e)},e.prototype.getUrlParams=function(){var e=encodeURIComponent(this.apiKey),t=new URLSearchParams;return t.append("config_group",this.configGroup),"".concat(this.serverUrl,"/").concat(e,"?").concat(t.toString())},e.DEFAULT_CONFIG_GROUP="browser",e}();!function(e){e.US="US",e.EU="EU",e.STAGING="STAGING"}(J||(J={}));var ee,te="https://app.amplitude.com",ie={US:te,EU:"https://app.eu.amplitude.com",STAGING:"https://apps.stag2.amplitude.com"};var ne="__AMPLITUDE_MESSENGER_INSTANCE__",se="__AMPLITUDE_MESSENGER__",re=function(){function e(e){var t=(void 0===e?{}:e).origin,i=void 0===t?te:t;this[ee]=!0,this.isSetup=!1,this.messageHandler=null,this.requestCallbacks={},this.actionHandlers=new Map,this.pendingMessages=new Map,this.scriptLoadPromises=new Map,this.endpoint=i}return e.prototype.notify=function(e){var t,i,n,s;null===(i=null===(t=this.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Message sent: ",JSON.stringify(e)),null===(s=null===(n=window.opener)||void 0===n?void 0:n.postMessage)||void 0===s||s.call(n,e,this.endpoint)},e.prototype.sendRequest=function(e,t,i){var n=this;void 0===i&&(i={timeout:15e3});var s="".concat(Date.now(),"-").concat(Math.random().toString(36).substr(2,9)),r={id:s,action:e,args:t};return new Promise(function(t,o){n.requestCallbacks[s]={resolve:t,reject:o},n.notify(r),i.timeout>0&&setTimeout(function(){o(new Error("".concat(e," timed out (id: ").concat(s,")"))),delete n.requestCallbacks[s]},i.timeout)})},e.prototype.handleResponse=function(e){var t;this.requestCallbacks[e.id]?(this.requestCallbacks[e.id].resolve(e.responseData),delete this.requestCallbacks[e.id]):null===(t=this.logger)||void 0===t||t.warn("No callback found for request id: ".concat(e.id))},e.prototype.registerActionHandler=function(e,t){var i,n,s,r;this.actionHandlers.has(e)&&(null===(r=null===(s=this.logger)||void 0===s?void 0:s.warn)||void 0===r||r.call(s,"Overwriting existing action handler for: ".concat(e))),this.actionHandlers.set(e,t);var a=this.pendingMessages.get(e);if(a){this.pendingMessages.delete(e);try{for(var l=o(a),c=l.next();!c.done;c=l.next()){t(c.value)}}catch(e){i={error:e}}finally{try{c&&!c.done&&(n=l.return)&&n.call(l)}finally{if(i)throw i.error}}}},e.prototype.loadScriptOnce=function(e){return n(this,void 0,void 0,function(){var t,i,n;return s(this,function(s){switch(s.label){case 0:if(t=this.scriptLoadPromises.get(e))return[2,t];i=function(e){return document.querySelector('script[src="'.concat(CSS.escape(e),'"]'))?Promise.resolve({status:!0}):new Promise(function(t,i){var n;try{var s=document.createElement("script");s.type="text/javascript",s.async=!0,s.src=e,s.addEventListener("load",function(){t({status:!0})},{once:!0}),s.addEventListener("error",function(){i({status:!1,message:"Failed to load the script ".concat(e)})}),null===(n=document.head)||void 0===n||n.appendChild(s)}catch(e){i(e)}})}(e).then(function(){}),this.scriptLoadPromises.set(e,i),s.label=1;case 1:return s.trys.push([1,3,,4]),[4,i];case 2:return s.sent(),[3,4];case 3:throw n=s.sent(),this.scriptLoadPromises.delete(e),n;case 4:return[2]}})})},e.prototype.setup=function(e){var t,i,n=this,s=void 0===e?{}:e,r=s.logger,o=s.endpoint;r&&(this.logger=r),o&&this.endpoint===te&&(this.endpoint=o),this.isSetup||(this.isSetup=!0,null===(i=null===(t=this.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Setting up messenger"),this.messageHandler=function(e){var t,i,s,r,o;if(null===(i=null===(t=n.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Message received: ",JSON.stringify(e)),n.endpoint===e.origin){var a=e.data,l=null==a?void 0:a.action;if(l)if("id"in a&&a.id)null===(r=null===(s=n.logger)||void 0===s?void 0:s.debug)||void 0===r||r.call(s,"Received Response to previous request: ",JSON.stringify(e)),n.handleResponse(a);else{if("ping"===l)return void n.notify({action:"pong"});var c=n.actionHandlers.get(l);if(c)c(a.data);else{var d=null!==(o=n.pendingMessages.get(l))&&void 0!==o?o:[];d.push(a.data),n.pendingMessages.set(l,d)}}}},window.addEventListener("message",this.messageHandler),this.notify({action:"page-loaded"}))},e.prototype.destroy=function(){this.messageHandler&&(window.removeEventListener("message",this.messageHandler),this.messageHandler=null),this.isSetup=!1,this.actionHandlers.clear(),this.pendingMessages.clear(),this.requestCallbacks={},this.scriptLoadPromises.clear();var e=f();(null==e?void 0:e[se])===this&&delete e[se]},e}();function oe(e){var t,i=f(),n=null==i?void 0:i[se];if("object"==typeof(t=n)&&null!==t&&ne in t&&!0===t[ne])return n;var s=new re(e);return i&&(i[se]=s),s}ee=ne;var ae="__AMPLITUDE_BACKGROUND_CAPTURE__";const le="[Amplitude]",ce=`${le} Session Replay ID`,de=J.US,ue={enabled:!0},he=1e3,ge=`${le} Session Replay Debug`,ve="amp-mask",fe="amp-unmask",pe="https://api-sr.amplitude.com/sessions/v2/track",me="https://api-sr.eu.amplitude.com/sessions/v2/track",ye="https://api-sr.stag2.amplitude.com/sessions/v2/track",be=9e6,Se=/payload.*exceed/i,Ie=500,Ce=1e4,we=1024,Ee="X-Session-Replay-Event-Skipped",Pe="amplitude-sr-iframe";var ke;!function(e){e.GET_SR_PROPS="get-sr-props",e.DEBUG_INFO="debug-info",e.FETCH_REQUEST="fetch-request",e.METADATA="metadata",e.TARGETING_DECISION="targeting-decision",e.REPLAY_GATE_DECISION="replay-gate-decision"}(ke||(ke={}));class Me{constructor(e){this.logger=e,this.log=this.getSafeMethod("log"),this.warn=this.getSafeMethod("warn"),this.error=this.getSafeMethod("error"),this.debug=this.getSafeMethod("debug")}getSafeMethod(e){var t;if(!this.logger)return()=>{};const i=this.logger[e];if("function"==typeof i){return(null!==(t=i.__rrweb_original__)&&void 0!==t?t:i).bind(this.logger)}return()=>{}}enable(e){this.logger.enable(e)}disable(){this.logger.disable()}}const Oe="medium";function Te(e,t){return t||("STAGING"===e?ye:"EU"===e?me:pe)}const Re=(e,t,i)=>{switch(t){case"light":{if("input"!==e)return!1;const t=i?function(e){const t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?t.toLowerCase():null}(i):"";return!!t&&(!!["password","hidden","email","tel"].includes(t)||!!i.autocomplete.startsWith("cc-"))}case"medium":return"input"===e;case"conservative":return!0;default:return Re(e,Oe,i)}},xe=(e,t)=>{var i;if(e&&t.urlMaskLevels)for(const i of t.urlMaskLevels)if(De(i.match).test(e))return i.maskLevel;return null!==(i=t.defaultMaskLevel)&&void 0!==i?i:Oe},_e=(e,t={defaultMaskLevel:Oe},i,n)=>{var s,r;if(i){if(i.closest("."+ve))return!0;const e=(null!==(s=t.maskSelector)&&void 0!==s?s:[]).some(e=>i.closest(e));if(e)return!0;if(i.closest("."+fe))return!1;const n=(null!==(r=t.unmaskSelector)&&void 0!==r?r:[]).some(e=>i.closest(e));if(n)return!1}return Re(e,xe(n,t),i)},Le=(e,t,i)=>(n,s)=>_e(e,t,s,null==i?void 0:i())?n.replace(/[^\s]/g,"*"):n,Fe=(e,t)=>(i,n,s)=>{var r;if("style"===i)return n;if(!(null!==(r=null==e?void 0:e.maskAttributes)&&void 0!==r?r:[]).includes(i))return n;const o=["INPUT","SELECT","TEXTAREA"].includes(s.tagName)?"input":"text";return _e(o,e,s,null==t?void 0:t())?n.replace(/[^\s]/g,"*"):n},$e=()=>{const e=f();return(null==e?void 0:e.location)?e.location.href:""},qe=new Map,De=e=>{const t=qe.get(e);if(t)return t;const i="\0TRAIL\0",n="\0MID\0",s="\0DS\0",r="\0ST\0",o="\0QU\0";let a=e;a=a.replace(/\/\*\*$/,i),a=a.replace(/\/\*\*\//g,n),a=a.replace(/\*\*/g,s),a=a.replace(/\*/g,r),a=a.replace(/\?/g,o),a=a.replace(/[.+^${}()|[\]\\]/g,"\\$&"),a=a.split(i).join("(/.*)?"),a=a.split(n).join("/(.*\\/)?"),a=a.split(s).join(".*"),a=a.split(r).join(".*"),a=a.split(o).join(".");const l=new RegExp(`^${a}$`);return qe.set(e,l),l},je=(e,t)=>{for(const i of t){const t=De(i.selector);if(t.test(e))return e.replace(t,i.replacement)}return e},Ae=()=>n(void 0,void 0,void 0,function*(){try{const e=f();if(e){const{usage:t,quota:i,usageDetails:n}=yield e.navigator.storage.estimate(),s=t?Math.round(t/we):0;return{totalStorageSize:s,percentOfQuota:t&&i?Math.round(1e3*(t/i+Number.EPSILON))/1e3:0,usageDetails:JSON.stringify(n)}}}catch(e){}return{totalStorageSize:0,percentOfQuota:0,usageDetails:""}}),Ne=e=>{const t=Object.assign({},e),{apiKey:i}=t;return t.apiKey=`****${i.substring(i.length-4)}`,t},Ue=()=>({flushMaxRetries:2,logLevel:w.Warn,loggerProvider:new O,transportProvider:new G});class Be extends x{constructor(e,t){var i,n,s,r,o,a,l,c,d,u,h,g,v,f;const p=Ue();super(Object.assign(Object.assign({transportProvider:p.transportProvider,loggerProvider:new Me(t.loggerProvider||p.loggerProvider)},t),{apiKey:e})),this.flushMaxRetries=void 0!==t.flushMaxRetries&&t.flushMaxRetries<=p.flushMaxRetries?t.flushMaxRetries:p.flushMaxRetries,this.apiKey=e,this.sampleRate=t.sampleRate||0,this.serverZone=t.serverZone||de,this.configServerUrl=t.configServerUrl,this.trackServerUrl=t.trackServerUrl,this.shouldInlineStylesheet=t.shouldInlineStylesheet,this.inlineImages=t.inlineImages,this.version=t.version,this.performanceConfig=t.performanceConfig||ue,this.storeType=null!==(i=t.storeType)&&void 0!==i?i:"memory",this.applyBackgroundColorToBlockedElements=null!==(n=t.applyBackgroundColorToBlockedElements)&&void 0!==n&&n,this.enableUrlChangePolling=null!==(s=t.enableUrlChangePolling)&&void 0!==s&&s,this.urlChangePollingInterval=null!==(r=t.urlChangePollingInterval)&&void 0!==r?r:he,this.captureDocumentTitle=null!==(o=t.captureDocumentTitle)&&void 0!==o&&o,void 0!==t.fullSnapshotIntervalMs&&(this.fullSnapshotIntervalMs=t.fullSnapshotIntervalMs),void 0!==t.eagerFullSnapshotSend&&(this.eagerFullSnapshotSend=t.eagerFullSnapshotSend),this.captureFullSnapshotOnFocus=null!==(a=t.captureFullSnapshotOnFocus)&&void 0!==a&&a,void 0!==t.maxPersistedEventsSizeBytes&&(this.maxPersistedEventsSizeBytes=Ge(t.maxPersistedEventsSizeBytes,We,Ke,"maxPersistedEventsSizeBytes",this.loggerProvider)),void 0!==t.maxSingleEventSizeBytes&&(this.maxSingleEventSizeBytes=Ge(t.maxSingleEventSizeBytes,We,He,"maxSingleEventSizeBytes",this.loggerProvider)),this.privacyConfig=Object.assign(Object.assign({},null!==(l=t.privacyConfig)&&void 0!==l?l:{}),{unmaskSelector:Array.from(new Set([`.${fe}`,...null!==(d=null===(c=t.privacyConfig)||void 0===c?void 0:c.unmaskSelector)&&void 0!==d?d:[]]))}),t.interactionConfig&&(this.interactionConfig=t.interactionConfig,this.interactionConfig.ugcFilterRules&&(e=>{if(!e.every(e=>"string"==typeof e.selector&&"string"==typeof e.replacement))throw new Error("ugcFilterRules must be an array of objects with selector and replacement properties");if(!e.every(e=>{return"string"==typeof(t=e.selector)&&""!==t.trim()&&!!/^\/|^https?:\/\/[^\s]+$/.test(t);var t}))throw new Error("ugcFilterRules must be an array of objects with valid globs")})(this.interactionConfig.ugcFilterRules)),t.debugMode&&(this.debugMode=t.debugMode);const m=t;this.useWebWorker=null===(g=null!==(u=t.useWebWorker)&&void 0!==u?u:null===(h=m.experimental)||void 0===h?void 0:h.useWebWorker)||void 0===g||g,this.enableTransportCompression=null===(v=t.enableTransportCompression)||void 0===v||v,this.sendTimeoutMs=t.sendTimeoutMs,this.captureAdoptedStyleSheets=null===(f=t.captureAdoptedStyleSheets)||void 0===f||f,t.crossOriginIframes&&(this.crossOriginIframes=t.crossOriginIframes),t.flushIntervalConfig?this.flushIntervalConfig=function(e,t){var i,n;const s={};void 0!==e.minIntervalMs&&(!Number.isFinite(e.minIntervalMs)||e.minIntervalMs<ze?(t.warn(`flushIntervalConfig.minIntervalMs ${e.minIntervalMs} is below floor ${ze}ms; clamping.`),s.minIntervalMs=ze):s.minIntervalMs=e.minIntervalMs);void 0!==e.maxIntervalMs&&(Number.isNaN(e.maxIntervalMs)||e.maxIntervalMs<ze?(t.warn(`flushIntervalConfig.maxIntervalMs ${e.maxIntervalMs} is below floor ${ze}ms; clamping.`),s.maxIntervalMs=ze):s.maxIntervalMs=e.maxIntervalMs);if(void 0!==s.minIntervalMs||void 0!==s.maxIntervalMs){const e=null!==(i=s.minIntervalMs)&&void 0!==i?i:Ie,r=null!==(n=s.maxIntervalMs)&&void 0!==n?n:Ce;r<e&&(void 0===s.maxIntervalMs?(t.warn(`flushIntervalConfig.minIntervalMs (${e}) exceeds the default maxIntervalMs (10000); raising max to match min.`),s.maxIntervalMs=e):void 0===s.minIntervalMs?(t.warn(`flushIntervalConfig.maxIntervalMs (${r}) is below the default minIntervalMs (500); lowering min to match max.`),s.minIntervalMs=r):(t.warn(`flushIntervalConfig.maxIntervalMs (${s.maxIntervalMs}) is less than minIntervalMs (${s.minIntervalMs}); raising max to match min.`),s.maxIntervalMs=s.minIntervalMs))}return s}(t.flushIntervalConfig,this.loggerProvider):this.flushIntervalConfig={minIntervalMs:1e3,maxIntervalMs:1e4},this.handleSendEvents=t.handleSendEvents,this.handleFetchConfig=t.handleFetchConfig}}const ze=100,We=1e3,Ke=8e6,He=1e7;function Ge(e,t,i,n,s){if(Number.isFinite(e))return e<t?(s.warn(`${n} ${e} is below floor ${t}; clamping.`),t):e>i?(s.warn(`${n} ${e} exceeds ceiling ${i}; clamping.`),i):e;s.warn(`${n} value is not a finite number (got ${String(e)}); ignoring.`)}var Qe=(e=>(e[e.DomContentLoaded=0]="DomContentLoaded",e[e.Load=1]="Load",e[e.FullSnapshot=2]="FullSnapshot",e[e.IncrementalSnapshot=3]="IncrementalSnapshot",e[e.Meta=4]="Meta",e[e.Custom=5]="Custom",e[e.Plugin=6]="Plugin",e))(Qe||{}),Je=(e=>(e[e.Mutation=0]="Mutation",e[e.MouseMove=1]="MouseMove",e[e.MouseInteraction=2]="MouseInteraction",e[e.Scroll=3]="Scroll",e[e.ViewportResize=4]="ViewportResize",e[e.Input=5]="Input",e[e.TouchMove=6]="TouchMove",e[e.MediaInteraction=7]="MediaInteraction",e[e.StyleSheetRule=8]="StyleSheetRule",e[e.CanvasMutation=9]="CanvasMutation",e[e.Font=10]="Font",e[e.Log=11]="Log",e[e.Drag=12]="Drag",e[e.StyleDeclaration=13]="StyleDeclaration",e[e.Selection=14]="Selection",e[e.AdoptedStyleSheet=15]="AdoptedStyleSheet",e[e.CustomElement=16]="CustomElement",e))(Je||{}),Ze=(e=>(e[e.MouseUp=0]="MouseUp",e[e.MouseDown=1]="MouseDown",e[e.Click=2]="Click",e[e.ContextMenu=3]="ContextMenu",e[e.DblClick=4]="DblClick",e[e.Focus=5]="Focus",e[e.Blur=6]="Blur",e[e.TouchStart=7]="TouchStart",e[e.TouchMove_Departed=8]="TouchMove_Departed",e[e.TouchEnd=9]="TouchEnd",e[e.TouchCancel=10]="TouchCancel",e))(Ze||{});class Xe{constructor(e,t){this.localConfig=t,this.remoteConfigClient=e}generateJoinedConfig(){var e,t,i,s,r,o,a;return n(this,void 0,void 0,function*(){const n=Object.assign({},this.localConfig);let l;n.optOut=this.localConfig.optOut,n.captureEnabled=!0;try{yield new Promise((e,t)=>{this.remoteConfigClient.subscribe("configs.sessionReplay",{timeout:1500},(i,s)=>{var r;if(this.localConfig.loggerProvider.debug(`Session Replay remote configuration received from ${s}:`,JSON.stringify(i,null,2)),!i)return void t(new Error("No remote config received"));const o=i,a=o.sr_sampling_config,c=o.sr_privacy_config,d=o.sr_targeting_config,u=null===(r=n.interactionConfig)||void 0===r?void 0:r.ugcFilterRules;n.interactionConfig=o.sr_interaction_config,n.interactionConfig&&u&&(n.interactionConfig.ugcFilterRules=u),n.loggingConfig=o.sr_logging_config,(a||c||d)&&(l={},a&&(l.sr_sampling_config=a),c&&(l.sr_privacy_config=c),d&&(l.sr_targeting_config=d)),e()})})}catch(e){return this.localConfig.loggerProvider.error("Failed to generate joined config: ",e),n.captureEnabled=!1,{localConfig:this.localConfig,joinedConfig:n,remoteConfig:void 0}}if(!l)return{localConfig:this.localConfig,joinedConfig:n,remoteConfig:l};const{sr_sampling_config:c,sr_privacy_config:d,sr_targeting_config:u}=l;if(c&&Object.keys(c).length>0?(Object.prototype.hasOwnProperty.call(c,"capture_enabled")?n.captureEnabled=c.capture_enabled:n.captureEnabled=!1,Object.prototype.hasOwnProperty.call(c,"sample_rate")&&(n.sampleRate=c.sample_rate),Object.prototype.hasOwnProperty.call(c,"min_session_duration_ms")&&(n.minSessionDurationMs=this.sanitizeMinSessionDurationMs(c.min_session_duration_ms))):(n.captureEnabled=!0,this.localConfig.loggerProvider.debug("Remote config successfully fetched, but no values set for project, Session Replay capture enabled.")),d){const l=null!==(e=n.privacyConfig)&&void 0!==e?e:{},c={defaultMaskLevel:null!==(i=null!==(t=d.defaultMaskLevel)&&void 0!==t?t:l.defaultMaskLevel)&&void 0!==i?i:"medium",blockSelector:[],maskSelector:[],unmaskSelector:[],maskAttributes:[...new Set([...null!==(s=l.maskAttributes)&&void 0!==s?s:[],...null!==(r=d.maskAttributes)&&void 0!==r?r:[]])],urlMaskLevels:[...null!==(o=d.urlMaskLevels)&&void 0!==o?o:[],...null!==(a=l.urlMaskLevels)&&void 0!==a?a:[]]},u=e=>{var t,i,n;const s={};"string"==typeof e.blockSelector&&(e.blockSelector=[e.blockSelector]);for(const i of null!==(t=e.blockSelector)&&void 0!==t?t:[])s[i]="block";for(const t of null!==(i=e.maskSelector)&&void 0!==i?i:[])s[t]="mask";for(const t of null!==(n=e.unmaskSelector)&&void 0!==n?n:[])s[t]="unmask";return s},h=Object.assign(Object.assign({},u(l)),u(d));for(const[e,t]of Object.entries(h))"mask"===t?c.maskSelector.push(e):"block"===t?c.blockSelector.push(e):"unmask"===t&&c.unmaskSelector.push(e);n.privacyConfig=((e,t)=>{const i=document.createDocumentFragment(),n=(e=[])=>{if("string"==typeof e&&(e=[e]),e=e.filter(e=>{try{i.querySelector(e)}catch(i){return t.warn(`[session-replay-browser] omitting selector "${e}" because it is invalid`),!1}return!0}),0!==e.length)return e};return e.blockSelector=n(e.blockSelector),e.maskSelector=n(e.maskSelector),e.unmaskSelector=n(e.unmaskSelector),e})(c,this.localConfig.loggerProvider)}return u&&Object.keys(u).length>0&&(n.targetingConfig=u),this.localConfig.loggerProvider.debug(JSON.stringify({name:"session replay joined config",config:Ne(n)},null,2)),{localConfig:this.localConfig,joinedConfig:n,remoteConfig:l}})}sanitizeMinSessionDurationMs(e){if("number"==typeof e&&Number.isFinite(e)){if(!(e<0))return e>Ve?(this.localConfig.loggerProvider.warn(`min_session_duration_ms remote value ${e} exceeds ${Ve}ms ceiling; clamping.`),Ve):e;this.localConfig.loggerProvider.warn(`min_session_duration_ms remote value is negative (${e}); ignoring.`)}else this.localConfig.loggerProvider.warn(`min_session_duration_ms remote value is not a finite number (got ${String(e)}); ignoring.`)}}const Ve=6e4;function Ye(e){if(e.type!==Qe.IncrementalSnapshot)return!1;const t=e.data;return t.source===Je.Mutation&&!t.isAttachIframe}function et(e){const t={};for(const i of e)for(const e of Object.keys(i))t[e]=i[e];return t}function tt(e){const t=new Map;if(e.forEach((e,i)=>{if(e.attributes&&"style"in e.attributes){const n=t.get(e.id);n?n.push(i):t.set(e.id,[i])}}),0===t.size)return e;const i=t=>e[t].attributes.style,n=new Set,s=new Map;for(const e of t.values()){if(1===e.length)continue;let t=-1;e.forEach((e,n)=>{var s;("object"!=typeof(s=i(e))||null===s)&&(t=n)});const r=[];if(e.forEach((e,i)=>{i!==t&&(n.add(e),i>t&&r.push(e))}),r.length>0){const e=r[r.length-1],t=et(r.map(e=>i(e)));n.delete(e),s.set(e,t)}}if(0===n.size&&0===s.size)return e;const r=[];return e.forEach((e,t)=>{const i=s.get(t);if(void 0!==i)return void r.push(Object.assign(Object.assign({},e),{attributes:Object.assign(Object.assign({},e.attributes),{style:i})}));if(!n.has(t))return void r.push(e);const o=Object.assign({},e.attributes);delete o.style,Object.keys(o).length>0&&r.push(Object.assign(Object.assign({},e),{attributes:o}))}),r}function it(e){const t=e[0],i=new Map,n=new Map,s=new Map,r=new Map,o=new Map;e.forEach((e,t)=>{const a=e.data;for(const e of a.adds)i.has(e.node.id)||i.set(e.node.id,t),n.set(e.node.id,t),o.set(e.node.id,e.parentId);for(const e of a.removes)s.has(e.id)||s.set(e.id,t),r.set(e.id,t)});const a=new Set,l=new Set;for(const[e,t]of i){const i=s.get(e);if(void 0===i)continue;n.get(e)>=r.get(e)||(t<i?a.add(e):i<t&&l.add(e))}const c=new Set;if(a.size>0||l.size>0){let e=!0;for(;e;){e=!1;for(const[t,n]of o)if(!a.has(t)&&!l.has(t)&&!c.has(t)&&(a.has(n)||l.has(n)||c.has(n))){const n=s.get(t),r=i.get(t);void 0!==n&&void 0!==r&&n<r?l.add(t):void 0!==n&&void 0!==r&&n===r?c.add(t):a.add(t),e=!0}}}const d=a.size>0||l.size>0||c.size>0,u=[];e.forEach((e,t)=>{for(const n of e.data.removes)a.has(n.id)||l.has(n.id)&&t>=i.get(n.id)||c.has(n.id)&&(a.has(n.parentId)||l.has(n.parentId)||c.has(n.parentId))||u.push(n)});const h=e.flatMap(e=>e.data.adds),g=e.flatMap(e=>e.data.texts),v=e.flatMap(e=>e.data.attributes),f=d?v.filter(e=>!a.has(e.id)&&!l.has(e.id)&&!c.has(e.id)):v,p={source:Je.Mutation,removes:u,adds:d?h.filter(e=>!a.has(e.node.id)&&!l.has(e.node.id)&&!c.has(e.node.id)):h,texts:d?g.filter(e=>!a.has(e.id)&&!l.has(e.id)&&!c.has(e.id)):g,attributes:tt(f)};return Object.assign(Object.assign({},t),{data:p})}function nt(e){if(e.length<=1)return e;const t=[];let i=0;for(;i<e.length;){if(!Ye(e[i])){t.push(e[i]),i++;continue}let n=i+1;for(;n<e.length&&Ye(e[n]);)n++;t.push(n>i+1?it(e.slice(i,n)):e[i]),i=n}return t}class st{constructor(e,t,i,n,s){var r;this.taskQueue=[],this.pendingQueue=[],this.isProcessing=!1,this.compressEvent=e=>{const{type:t,timestamp:i,delay:n,data:s}=e;return null!=n?JSON.stringify({type:t,timestamp:i,delay:n,data:s}):JSON.stringify({type:t,timestamp:i,data:s})},this.addCompressedEventToManager=(e,t)=>{var i;const n=new Blob([e]).size;n>(null!==(i=this.config.maxSingleEventSizeBytes)&&void 0!==i?i:be)?this.config.loggerProvider.warn(`Session replay event dropped: serialized size ${Math.round(n/1024)} KB exceeds maximum allowed event size. If this recurs, please open a GitHub issue at https://github.com/amplitude/Amplitude-TypeScript/issues or contact Amplitude support.`):this.eventsManager&&this.deviceId&&this.eventsManager.addEvent({event:{type:"replay",data:e},sessionId:t,deviceId:this.deviceId})},this.addCompressedEvent=(e,t)=>{if(this.worker)try{this.worker.postMessage({event:e,sessionId:t})}catch(i){"DataCloneError"===i.name?this.worker.postMessage(JSON.stringify({event:e,sessionId:t})):this.config.loggerProvider.warn("Unexpected error while posting message to worker:",i)}else{const i=this.compressEvent(e);this.addCompressedEventToManager(i,t)}},this.flushQueue=()=>{for(this.pendingQueue.length>0&&this.taskQueue.push(...this.mergeMutationTasks(this.pendingQueue.splice(0)));this.taskQueue.length>0;){const e=this.taskQueue.shift();if(e){const{event:t,sessionId:i}=e,n=this.compressEvent(t);this.addCompressedEventToManager(n,i)}}this.isProcessing=!1},this.terminate=()=>{var e;null===(e=this.worker)||void 0===e||e.terminate()};const o=f();if(this.canUseIdleCallback=o&&"requestIdleCallback"in o,this.eventsManager=e,this.config=t,this.deviceId=i,this.timeout=(null===(r=t.performanceConfig)||void 0===r?void 0:r.timeout)||2e3,this.onFullSnapshotProcessed=s,n){t.loggerProvider.log("Enabling web worker for compression");try{const e=new Blob([n],{type:"application/javascript"}),i=URL.createObjectURL(e),s=new Worker(i);s.onerror=e=>{e.preventDefault(),t.loggerProvider.error(`Worker failed, falling back to non-worker compression: ${e.message} (${e.filename}:${e.lineno})`),s.terminate(),this.worker=void 0},s.onmessage=e=>{const{compressedEvent:t,sessionId:i}=e.data;this.addCompressedEventToManager(t,i)},this.worker=s}catch(e){t.loggerProvider.error("Failed to create worker, falling back to non-worker compression:",e)}}}scheduleIdleProcessing(){this.isProcessing||(this.isProcessing=!0,requestIdleCallback(e=>{this.processQueue(e)},{timeout:this.timeout}))}enqueueEvent(e,t){var i,n;if(e.type===Qe.FullSnapshot){if(this.config.loggerProvider.debug("Processing full snapshot immediately."),this.taskQueue.length>0||this.pendingQueue.length>0){const e=[...this.taskQueue.splice(0),...this.mergeMutationTasks(this.pendingQueue.splice(0))];for(const t of e){const e=this.compressEvent(t.event);this.addCompressedEventToManager(e,t.sessionId)}this.isProcessing=!1}const n=this.compressEvent(e);return this.addCompressedEventToManager(n,t),void(null===(i=this.onFullSnapshotProcessed)||void 0===i||i.call(this))}this.canUseIdleCallback&&(null===(n=this.config.performanceConfig)||void 0===n?void 0:n.enabled)?(this.config.loggerProvider.debug("Enqueuing event for processing during idle time."),this.pendingQueue.push({event:e,sessionId:t}),this.scheduleIdleProcessing()):(this.config.loggerProvider.debug("Processing event without idle callback."),this.addCompressedEvent(e,t))}processQueue(e){for(this.pendingQueue.length>0&&this.taskQueue.push(...this.mergeMutationTasks(this.pendingQueue.splice(0)));this.taskQueue.length>0&&(e.timeRemaining()>0||e.didTimeout);){const e=this.taskQueue.shift();if(e){const{event:t,sessionId:i}=e;this.addCompressedEvent(t,i)}}this.taskQueue.length>0||this.pendingQueue.length>0?requestIdleCallback(e=>{this.processQueue(e)},{timeout:this.timeout}):this.isProcessing=!1}mergeMutationTasks(e){var t;if(!1===(null===(t=this.config.performanceConfig)||void 0===t?void 0:t.mergeMutations))return e;if(e.length<=1)return e;const i=[];let n=0;for(;n<e.length;){const t=e[n].sessionId;let s=n+1;for(;s<e.length&&e[s].sessionId===t;)s++;const r=nt(e.slice(n,s).map(e=>e.event));for(const e of r)i.push({event:e,sessionId:t});n=s}return i}}const rt="Session replay event batch rejected due to exceeded retry count",ot="Failed to store session replay events in IndexedDB",at="Session replay event batch dropped: server signalled capture disabled or session out of valid range for this session",lt="1.50.2";class ct{constructor({trackServerUrl:e,loggerProvider:t,payloadBatcher:i,workerScript:n,enableTransportCompression:s,sendTimeoutMs:r,handleSendEvents:o}){if(this.storageKey="",this.retryTimeout=1e3,this.scheduled=null,this.queue=[],this.sendIdCounter=0,this.pendingWorkerRequests=new Map,this.timedOutWorkerRequests=new Map,this.flushPauseUntilMs=0,this.mergeOnNextFlush=!1,this.coalesceNextFlush=!1,this.mergeLogFiredThisPause=!1,this.killedSessions=new Set,this.loggerProvider=t,this.payloadBatcher=i||(e=>e),this.trackServerUrl=e,this.enableTransportCompression=null==s||s,this.sendTimeoutMs=null!=r?r:1e4,this.handleSendEvents=o,n)try{const e=new Blob([n],{type:"application/javascript"}),i=URL.createObjectURL(e),s=new Worker(i);s.onerror=e=>{e.preventDefault(),t.error(`Track destination worker failed, falling back to main-thread sending: ${e.message} (${e.filename}:${e.lineno})`),s.terminate(),this.worker=void 0;for(const[,i]of this.pendingWorkerRequests)i.timeout&&clearTimeout(i.timeout),t.warn(`Session replay event send failed due to worker crash: ${e.message}`),i.resolve();this.pendingWorkerRequests.clear(),this.timedOutWorkerRequests.clear()},s.onmessage=e=>{const i=e.data;if("log"===i.type)t.log(i.message);else if("warn"===i.type)t.warn(i.message);else if("payload_too_large"===i.type){const e=this.pendingWorkerRequests.get(i.id);if(e)e.timeout&&clearTimeout(e.timeout),this.handlePayloadTooLargeResponse(e.context,i.isWaf),e.resolve(),this.pendingWorkerRequests.delete(i.id);else{const e=this.timedOutWorkerRequests.get(i.id);e&&(this.timedOutWorkerRequests.delete(i.id),this.handlePayloadTooLargeResponse(e,i.isWaf))}}else if("complete"===i.type){const e=this.pendingWorkerRequests.get(i.id);if(e)e.timeout&&clearTimeout(e.timeout),void 0!==i.skipCode&&this.applyServerDirective(e.context.sessionId,i.skipCode),this.completeRequest({context:e.context}),e.resolve(),this.pendingWorkerRequests.delete(i.id);else{const e=this.timedOutWorkerRequests.get(i.id);e&&(this.timedOutWorkerRequests.delete(i.id),void 0!==i.skipCode&&this.applyServerDirective(e.sessionId,i.skipCode),this.completeRequest({context:e}))}}else"fetch-request"===i.type&&this.handleDelegatedFetch(s,i).catch(e=>{t.warn("Failed to handle delegated session replay fetch:",e)})},this.worker=s}catch(e){t.error("Failed to create track destination worker, falling back to main-thread sending:",e)}}sendEventsList(e){this.addToQueue(Object.assign(Object.assign({},e),{attempts:0,timeout:0}))}markCoalesceNextFlush(){this.coalesceNextFlush=!0,this.schedule(0)}sendBeacon({events:e,sessionId:t,deviceId:i,apiKey:n,serverZone:s}){var r,o;const a=e=>new Blob([e]).size;let l=e,c=JSON.stringify({version:2,events:l});if(a(c)>65536){let t=0,i=l.length;for(;t<i;){const e=Math.floor((t+i+1)/2);a(JSON.stringify({version:2,events:l.slice(0,e)}))<=65536?t=e:i=e-1}l=l.slice(0,t),c=JSON.stringify({version:2,events:l}),this.loggerProvider.warn(`sendBeacon payload exceeded 64 KB limit, trimmed from ${e.length} to ${l.length} events`)}if(0===l.length)return;if(this.handleSendEvents){const e=new URLSearchParams({device_id:i,session_id:String(t),type:"replay"}),r=`${Te(s,this.trackServerUrl)}?${e.toString()}`,o={"Content-Type":"application/json",Accept:"*/*",Authorization:`Bearer ${n}`};this.loggerProvider.debug(`Routing session replay exit batch (${l.length} events) through custom transport for session id ${t}.`);try{this.handleSendEvents({url:r,method:"POST",headers:o,body:c,keepalive:!0}).catch(e=>{this.loggerProvider.warn("Custom transport failed to send session replay exit batch:",e)})}catch(e){this.loggerProvider.warn("Custom transport threw while sending session replay exit batch:",e)}return}const d=new URLSearchParams({device_id:i,session_id:String(t),type:"replay",api_key:n}),u=`${Te(s,this.trackServerUrl)}?${d.toString()}`,h=f();try{const e=new Blob([c],{type:"application/json"});!1===(null===(o=null===(r=null==h?void 0:h.navigator)||void 0===r?void 0:r.sendBeacon)||void 0===o?void 0:o.call(r,u,e))&&this.loggerProvider.warn("sendBeacon failed to queue session replay payload")}catch(e){}}addToQueue(...e){e.filter(e=>this.killedSessions.has(e.sessionId)?(this.completeRequest({context:e,err:at}),!1):e.attempts<(e.flushMaxRetries||0)?(e.attempts+=1,!0):(this.completeRequest({context:e,err:rt}),!1)).forEach(e=>{this.queue=this.queue.concat(e),this.schedule(0)})}schedule(e){if(this.scheduled)return;const t=this.flushPauseUntilMs-Date.now(),i=t>e?t:e;t>0&&(this.mergeOnNextFlush=!0),this.scheduled=setTimeout(()=>{this.flush(!0).then(()=>{this.queue.length>0&&this.schedule(e)})},i)}flush(e=!1){return n(this,void 0,void 0,function*(){let t=this.queue;this.queue=[],this.scheduled&&(clearTimeout(this.scheduled),this.scheduled=null),this.mergeOnNextFlush?(this.mergeOnNextFlush=!1,this.coalesceNextFlush=!1,t=this.mergeQueueAfterThrottle(t)):this.coalesceNextFlush&&(this.coalesceNextFlush=!1,t=this.mergeDrainBacklog(t));for(const i of t)yield this.send(i,e)})}mergeQueueAfterThrottle(e){const t=this.coalesceByIdentity(e);return t.length<e.length&&!this.mergeLogFiredThisPause&&(this.mergeLogFiredThisPause=!0,this.loggerProvider.log(`Session replay throttle pause ended; merged ${e.length} queued batches into ${t.length} request(s)`)),t}mergeDrainBacklog(e){const t=this.coalesceByIdentity(e);return t.length<e.length&&this.loggerProvider.log(`Session replay coalesced ${e.length} persisted page-load backlog batches into ${t.length} request(s)`),t}coalesceByIdentity(e){var t,i,s,r,o,a,l;if(e.length<=1)return e;const c=new Map;for(const n of e){const e=[n.sessionId,null!==(t=n.deviceId)&&void 0!==t?t:"",null!==(i=n.apiKey)&&void 0!==i?i:"",n.type,null!==(s=n.serverZone)&&void 0!==s?s:"",n.sampleRate,null!==(o=null===(r=n.version)||void 0===r?void 0:r.type)&&void 0!==o?o:"",null!==(l=null===(a=n.version)||void 0===a?void 0:a.version)&&void 0!==l?l:""].join("|"),d=c.get(e);d?d.push(n):c.set(e,[n])}const d=[];for(const e of c.values()){if(1===e.length){d.push(e[0]);continue}let t=null,i=0;const s=()=>{t&&d.push(t),t=null,i=0};for(const r of e){const e=r.events.reduce((e,t)=>e+new Blob([t]).size,0);if(null===t){t=Object.assign(Object.assign({},r),{events:[...r.events],attempts:0}),i=e;continue}if(i+e>4e6){s(),t=Object.assign(Object.assign({},r),{events:[...r.events],attempts:0}),i=e;continue}const o=t.onComplete,a=r.onComplete;t.events=t.events.concat(r.events),i+=e,t.onComplete=()=>n(this,void 0,void 0,function*(){yield Promise.allSettled([o(),a()])})}s()}return d}send(e,t=!0){return n(this,void 0,void 0,function*(){if(this.killedSessions.has(e.sessionId))return this.completeRequest({context:e,err:at});const i=e.apiKey;if(!i)return this.completeRequest({context:e,err:"Session replay event batch not sent due to missing api key"});const n=e.deviceId;if(!n)return this.completeRequest({context:e,err:"Session replay event batch not sent due to missing device ID"});const s=this.payloadBatcher({version:1,events:e.events});if(0===s.events.length)return void this.completeRequest({context:e});const{worker:r}=this;return r?this.sendViaWorker(r,e,s,t):this.sendOnMainThread(i,n,e,s,t)})}sendViaWorker(e,t,i,s){return n(this,void 0,void 0,function*(){const n=""+ ++this.sendIdCounter;return new Promise(r=>{var o;const a=this.sendTimeoutMs>0?setTimeout(()=>{const e=this.pendingWorkerRequests.get(n);e&&(this.pendingWorkerRequests.delete(n),this.rememberTimedOutRequest(n,e.context),this.loggerProvider.warn(`Session replay worker send timed out after ${this.sendTimeoutMs}ms; leaving events for retry`),e.resolve())},this.sendTimeoutMs):void 0;this.pendingWorkerRequests.set(n,{context:t,resolve:r,timeout:a}),e.postMessage({type:"send",id:n,payload:i,useRetry:s,useCustomTransport:!!this.handleSendEvents,context:{apiKey:t.apiKey,deviceId:t.deviceId,sessionId:t.sessionId,events:t.events,eventType:t.type,flushMaxRetries:null!==(o=t.flushMaxRetries)&&void 0!==o?o:0,sampleRate:t.sampleRate,serverZone:t.serverZone,trackServerUrl:this.trackServerUrl,version:t.version,currentUrl:$e(),sdkVersion:lt,enableTransportCompression:this.enableTransportCompression,sendTimeoutMs:this.sendTimeoutMs}})})})}rememberTimedOutRequest(e,t){if(this.timedOutWorkerRequests.set(e,t),this.timedOutWorkerRequests.size>256)for(const e of this.timedOutWorkerRequests.keys()){this.timedOutWorkerRequests.delete(e);break}}handleDelegatedFetch(e,t){var i,s,r;return n(this,void 0,void 0,function*(){const{requestId:n,url:o,method:a,headers:l,body:c,keepalive:d}=t;try{let t;this.handleSendEvents?t=yield this.handleSendEvents({url:o,method:a,headers:l,body:c,keepalive:d}):(this.loggerProvider.warn("Delegated session replay fetch received without a custom transport configured; falling back to built-in fetch."),t=yield fetch(o,{method:a,headers:l,body:c,keepalive:d}));const u=t.status;let h=null,g="";if(u>=200&&u<300&&(h=null!==(r=null===(s=null===(i=t.headers)||void 0===i?void 0:i.get)||void 0===s?void 0:s.call(i,Ee))&&void 0!==r?r:null),413===u)try{g=yield t.text()}catch(e){}this.loggerProvider.debug(`Delegated session replay fetch (request ${n}) returned status ${u}.`),e.postMessage({type:"fetch-response",requestId:n,status:u,skipHeader:h,body:g})}catch(t){this.loggerProvider.debug(`Delegated session replay fetch (request ${n}) failed:`,t),e.postMessage({type:"fetch-response",requestId:n,status:0,skipHeader:null,body:String(t),error:!0})}})}sendOnMainThread(e,t,i,s,r){var o,a,l,c,d,u,h;return n(this,void 0,void 0,function*(){const g=$e(),v=lt,p=i.sampleRate,m=new URLSearchParams({device_id:t,session_id:`${i.sessionId}`,type:`${i.type}`}),y=`${null!==(a=null===(o=i.version)||void 0===o?void 0:o.type)&&void 0!==a?a:"standalone"}/${null!==(c=null===(l=i.version)||void 0===l?void 0:l.version)&&void 0!==c?c:v}`;try{const t=JSON.stringify(s),o=f(),a=this.enableTransportCompression&&o&&"CompressionStream"in o?yield function(e,t){return n(this,void 0,void 0,function*(){try{const i=new(0,t.CompressionStream)("gzip"),s=i.writable.getWriter(),r=i.readable.getReader(),o=[],a=(()=>n(this,void 0,void 0,function*(){for(;;){const{done:e,value:t}=yield r.read();if(e)break;o.push(t)}}))();yield s.write((new TextEncoder).encode(e)),yield s.close(),yield a;const l=o.reduce((e,t)=>e+t.length,0),c=new Uint8Array(l);let d=0;for(const e of o)c.set(e,d),d+=e.length;return c}catch(e){return null}})}(t,o):null,l=a?a.byteLength:new Blob([t]).size,c=new AbortController,I=Object.assign({"Content-Type":"application/json",Accept:"*/*",Authorization:`Bearer ${e}`,"X-Client-Version":v,"X-Client-Library":y,"X-Client-Url":g.substring(0,1e3),"X-Client-Sample-Rate":`${p}`,"X-Sampling-Hash-Alg":"xxhash32"},a?{"Content-Encoding":"gzip"}:{}),C=null!=a?a:t,w=l<=65536,E={headers:I,body:C,method:"POST",keepalive:w,signal:c.signal},P=`${Te(i.serverZone,this.trackServerUrl)}?${m.toString()}`;if(0===s.events.length)return void this.completeRequest({context:i});const k=this.sendTimeoutMs>0?setTimeout(()=>{c.abort()},this.sendTimeoutMs):void 0;let M;try{M=this.handleSendEvents?yield(b=this.handleSendEvents({url:P,method:"POST",headers:I,body:C,keepalive:w}),S=c.signal,new Promise((e,t)=>{const i=()=>{const e=new Error("Custom session replay transport aborted by send timeout");e.name="AbortError",t(e)};S.addEventListener("abort",i,{once:!0}),b.then(t=>{S.removeEventListener("abort",i),e(t)},e=>{S.removeEventListener("abort",i),t(e)})})):yield fetch(P,E)}finally{k&&clearTimeout(k)}if(null===M)return void this.completeRequest({context:i,err:"Unexpected error occurred"});if(M.status>=200&&M.status<300){const e=null!==(h=null===(u=null===(d=M.headers)||void 0===d?void 0:d.get)||void 0===u?void 0:u.call(d,Ee))&&void 0!==h?h:null;this.applyServerDirective(i.sessionId,e)}if(r){let e="";if(413===M.status)try{e=yield M.text()}catch(e){}yield this.handleReponse(M.status,i,e)}else{let e="";try{e=JSON.stringify(M.body,null,2)}catch(e){}this.completeRequest({context:i,success:`${M.status}: ${e}`})}}catch(e){!!e&&"object"==typeof e&&"AbortError"===e.name&&r?yield this.handleOtherResponse(i):this.completeRequest({context:i,err:e})}var b,S})}handleReponse(e,t,i=""){return n(this,void 0,void 0,function*(){switch((new H).buildStatus(e)){case h.Success:this.handleSuccessResponse(t);break;case h.Failed:case h.Timeout:case h.RateLimit:yield this.handleOtherResponse(t);break;case h.PayloadTooLarge:this.handlePayloadTooLargeResponse(t,Se.test(i));break;default:if(499===e){yield this.handleOtherResponse(t);break}this.completeRequest({context:t,err:"Network error occurred, event batch rejected"})}})}handlePayloadTooLargeResponse(e,t){const i=t?"WAF (compressed payload too large)":"server (event too large)",n=Math.round(e.events.reduce((e,t)=>e+t.length,0)/we);if(!t)return void this.completeRequest({context:e,err:`Session replay event batch dropped: ${i} rejected payload (${e.events.length} events, ${n} KB) — not retrying non-WAF 413`});if(1===e.events.length)return void this.completeRequest({context:e,err:`Session replay event dropped: single event (${n} KB, 1 event) rejected by ${i} — cannot split further`});this.loggerProvider.warn(`Session replay event batch rejected by ${i} (${e.events.length} events, ${n} KB total) — splitting and retrying`),e.onComplete();const s=()=>Promise.resolve(),r=Math.floor(e.events.length/2);this.sendEventsList(Object.assign(Object.assign({},e),{events:e.events.slice(0,r),onComplete:s})),this.sendEventsList(Object.assign(Object.assign({},e),{events:e.events.slice(r),onComplete:s}))}handleSuccessResponse(e){const t=Math.round(new Blob(e.events).size/we);this.completeRequest({context:e,success:`Session replay event batch tracked successfully for session id ${e.sessionId}, size of events: ${t} KB`})}handleOtherResponse(e){return n(this,void 0,void 0,function*(){const t=Math.random()*e.attempts*this.retryTimeout;e.attempts++,e.attempts>(e.flushMaxRetries||0)?this.completeRequest({context:e,err:rt}):(yield new Promise(e=>setTimeout(e,t)),yield this.send(e,!0))})}completeRequest({context:e,err:t,success:i}){e.onComplete(),t?this.loggerProvider.warn(t):i&&this.loggerProvider.log(i)}applyServerDirective(e,t){if(null===t)return this.flushPauseUntilMs=0,void(this.mergeLogFiredThisPause=!1);if("429"===t){const e=this.flushPauseUntilMs>Date.now();return this.flushPauseUntilMs=Date.now()+6e4,void(e||this.loggerProvider.log("Session replay throttled by server; pausing flush schedule for 60s"))}"4005"!==t&&"4004"!==t||this.killSession(e,t)}killSession(e,t){if(this.killedSessions.has(e))return;if(this.killedSessions.add(e),this.killedSessions.size>256)for(const e of this.killedSessions){this.killedSessions.delete(e);break}this.loggerProvider.log(`Session replay capture stopped for session ${e} by server directive ${t}; remaining events will be dropped`);const i=[];for(const t of this.queue)t.sessionId===e?this.completeRequest({context:t,err:at}):i.push(t);this.queue=i}}class dt{get timeAtLastSplit(){return this._timeAtLastSplit}constructor(e){var t,i,n;this.minInterval=Ie,this.maxInterval=Ce,this.maxPersistedEventsSize=6e6,this._timeAtLastSplit=Date.now(),this.shouldSplitEventsList=(e,t)=>{const i=this.getStringSize(t);return this.getEventsArraySize(e)+i>=this.maxPersistedEventsSize||!!(Date.now()-this.timeAtLastSplit>this.interval&&e.length)&&(this.interval=Math.min(this.maxInterval,this.interval+this.minInterval),this._timeAtLastSplit=Date.now(),!0)},this.loggerProvider=e.loggerProvider,this.minInterval=null!==(t=e.minInterval)&&void 0!==t?t:this.minInterval,this.maxInterval=null!==(i=e.maxInterval)&&void 0!==i?i:this.maxInterval,this.maxPersistedEventsSize=null!==(n=e.maxPersistedEventsSize)&&void 0!==n?n:this.maxPersistedEventsSize,this.interval=this.minInterval}getStringSize(e){let t=0;for(let i=0;i<e.length;i++){const n=e.charCodeAt(i);if(n<=127)t++;else if(n<=2047)t+=2;else if(n>=55296&&n<=56319){const n=i+1<e.length?e.charCodeAt(i+1):NaN;n>=56320&&n<=57343?(t+=4,i++):t+=3}else t+=3}return t}getEventsArraySize(e){let t=0;for(const i of e)t+=this.getStringSize(i);return t+(2+Math.max(0,e.length-1)+2*e.length)}}const ut=(e,t,i)=>{var n;"object"==typeof(n=i)&&null!==n&&"AbortError"===n.name?e.debug(t):e.warn(t)};const ht="sessionCurrentSequence",gt="sequencesToSend",vt=5e3;function ft(e,t,i){const n=setTimeout(i,t);return e.then(()=>clearTimeout(n),()=>clearTimeout(n)),()=>clearTimeout(n)}const pt=e=>{let t,i;return e.objectStoreNames.contains(ht)||(i=e.createObjectStore(ht,{keyPath:"sessionId"})),e.objectStoreNames.contains(gt)||(t=e.createObjectStore(gt,{keyPath:"sequenceId",autoIncrement:!0}),t.createIndex("sessionId","sessionId")),{sequencesStore:t,currentSequenceStore:i}},mt=e=>n(void 0,void 0,void 0,function*(){return yield function(e,t,i="IDB operation timed out"){return new Promise((n,s)=>{const r=setTimeout(()=>s(new Error(`${i} after ${t}ms`)),t);e.then(e=>{clearTimeout(r),n(e)},e=>{clearTimeout(r),s(e)})})}(l(e,1,{upgrade:pt}),2e3,"IDB openDB timed out")});class yt extends dt{maybeLogEmptyFiltered(e){this.emptyFilteredCount++%100==0&&this.loggerProvider.debug(`Filtered empty session replay sequence at ${e} (idb store)`)}constructor(e){var t;super(e),this.consecutiveFailures=0,this.hasTriggeredFallback=!1,this.emptyFilteredCount=0,this.getSequencesToSend=()=>n(this,void 0,void 0,function*(){let e=!1,t=!1;try{const i=[],n=this.db.transaction("sequencesToSend","readwrite");n.done.catch(i=>{e||t||(ut(this.loggerProvider,`${ot}: ${i}`,i),this.recordFailure())});const s=ft(n.done,vt,()=>{e||t||(t=!0,ut(this.loggerProvider,`${ot}: transaction timed out`),this.recordFailure())});let r=yield n.store.openCursor();for(;r;){const{sessionId:e,events:t}=r.value;0===t.length?(this.maybeLogEmptyFiltered("getSequencesToSend"),yield r.delete()):i.push({events:t,sequenceId:r.key,sessionId:e}),r=yield r.continue()}return this.recordSuccess(),s(),i}catch(i){t||(e=!0,ut(this.loggerProvider,`${ot}: ${i}`,i),this.recordFailure())}}),this.storeCurrentSequence=e=>n(this,void 0,void 0,function*(){let t=!1,i=!1;try{const n=this.db.transaction([ht,gt],"readwrite");n.done.catch(e=>{t||i||(ut(this.loggerProvider,`${ot}: ${e}`,e),this.recordFailure())});const s=ft(n.done,vt,()=>{t||i||(i=!0,ut(this.loggerProvider,`${ot}: transaction timed out`),this.recordFailure())}),r=yield n.objectStore(ht).get(e);if(!r||r.tabId&&r.tabId!==this.tabId)return void s();if(0===r.events.length)return this.maybeLogEmptyFiltered("storeCurrentSequence"),void s();const o=yield n.objectStore(gt).put({sessionId:e,events:r.events,tabId:this.tabId});yield n.objectStore(ht).put({sessionId:e,events:[],tabId:this.tabId}),this.recordSuccess(),s();const{tabId:l}=r,c=a(r,["tabId"]);return Object.assign(Object.assign({},c),{sessionId:e,sequenceId:o})}catch(e){i||(t=!0,ut(this.loggerProvider,`${ot}: ${e}`,e),this.recordFailure())}}),this.addEventToCurrentSequence=(e,t)=>n(this,void 0,void 0,function*(){let i=!1,n=!1;try{const s=this.db.transaction([ht,gt],"readwrite");s.done.catch(e=>{i||n||(ut(this.loggerProvider,`${ot}: ${e}`,e),this.recordFailure())});const r=ft(s.done,vt,()=>{i||n||(n=!0,ut(this.loggerProvider,`${ot}: transaction timed out`),this.recordFailure())}),o=yield s.objectStore(ht).get(e);if((null==o?void 0:o.tabId)&&o.tabId!==this.tabId)return o.events.length>0&&(yield s.objectStore(gt).put({sessionId:e,events:o.events,tabId:o.tabId})),yield s.objectStore(ht).put({sessionId:e,events:[t],tabId:this.tabId}),this.recordSuccess(),void r();const a=o;if(!a)return yield s.objectStore(ht).put({sessionId:e,events:[t],tabId:this.tabId}),this.recordSuccess(),void r();if(!this.shouldSplitEventsList(a.events,t))return yield s.objectStore(ht).put({sessionId:e,events:a.events.concat(t),tabId:this.tabId}),this.recordSuccess(),void r();const l=a.events;if(0===l.length)return this.maybeLogEmptyFiltered("addEventToCurrentSequence"),yield s.objectStore(ht).put({sessionId:e,events:[t],tabId:this.tabId}),this.recordSuccess(),void r();yield s.objectStore(ht).put({sessionId:e,events:[t],tabId:this.tabId});const c=yield s.objectStore(gt).put({sessionId:e,events:l,tabId:this.tabId});return this.recordSuccess(),r(),{events:l,sessionId:e,sequenceId:c}}catch(e){n||(i=!0,ut(this.loggerProvider,`${ot}: ${e}`,e),this.recordFailure())}}),this.storeSendingEvents=(e,t)=>n(this,void 0,void 0,function*(){try{const i=yield this.db.put(gt,{sessionId:e,events:t,tabId:this.tabId});return this.recordSuccess(),i}catch(e){ut(this.loggerProvider,`${ot}: ${e}`,e),this.recordFailure()}}),this.cleanUpSessionEventsStore=(e,t)=>n(this,void 0,void 0,function*(){if(t)try{yield this.db.delete(gt,t),this.recordSuccess()}catch(e){ut(this.loggerProvider,`${ot}: ${e}`,e),this.recordFailure()}}),this.db=e.db,this.tabId=e.tabId,this.onPersistentFailure=e.onPersistentFailure,this.consecutiveFailureThreshold=null!==(t=e.consecutiveFailureThreshold)&&void 0!==t?t:1}recordFailure(){var e;this.consecutiveFailures++,!this.hasTriggeredFallback&&this.consecutiveFailures>=this.consecutiveFailureThreshold&&(this.hasTriggeredFallback=!0,null===(e=this.onPersistentFailure)||void 0===e||e.call(this))}recordSuccess(){this.consecutiveFailures=0}static new(e,t){var i;return n(this,void 0,void 0,function*(){try{const n="replay"===e?"":`_${e}`,s=`${t.apiKey.substring(0,10)}_amp_session_replay_events${n}`,r=yield mt(s),o=null!==(i=t.tabId)&&void 0!==i?i:function(){try{return crypto.randomUUID()}catch(e){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})}}();return new yt(Object.assign(Object.assign({},t),{db:r,tabId:o}))}catch(e){ut(t.loggerProvider,`${ot}: ${e}`,e)}})}getCurrentSequenceEvents(e){return n(this,void 0,void 0,function*(){if(e){const t=yield this.db.get("sessionCurrentSequence",e);if(!t)return;if(t.tabId&&t.tabId!==this.tabId)return;return[a(t,["tabId"])]}const t=[];for(const e of yield this.db.getAll("sessionCurrentSequence")){if(e.tabId&&e.tabId!==this.tabId)continue;const i=a(e,["tabId"]);t.push(i)}return t})}}class bt extends dt{constructor(){super(...arguments),this.finalizedSequences={},this.sequences={},this.sequenceId=0,this.emptyFilteredCount=0}resetCurrentSequence(e){this.sequences[e]=[]}addSequence(e){const t=this.sequenceId++,i=[...this.sequences[e]];return this.finalizedSequences[t]={sessionId:e,events:i},this.resetCurrentSequence(e),{sequenceId:t,events:i,sessionId:e}}maybeLogEmptyFiltered(e){this.emptyFilteredCount++%100==0&&this.loggerProvider.debug(`Filtered empty session replay sequence at ${e} (in-memory store)`)}getSequencesToSend(){return n(this,void 0,void 0,function*(){const e=[];for(const[t,{sessionId:i,events:n}]of Object.entries(this.finalizedSequences))0!==n.length?e.push({sequenceId:Number(t),sessionId:i,events:n}):(this.maybeLogEmptyFiltered("getSequencesToSend"),delete this.finalizedSequences[Number(t)]);return e})}storeCurrentSequence(e){return n(this,void 0,void 0,function*(){const t=this.sequences[e];if(t){if(0!==t.length)return this.addSequence(e);this.maybeLogEmptyFiltered("storeCurrentSequence")}})}addEventToCurrentSequence(e,t){return n(this,void 0,void 0,function*(){let i;return this.sequences[e]||this.resetCurrentSequence(e),this.shouldSplitEventsList(this.sequences[e],t)&&(0===this.sequences[e].length?this.maybeLogEmptyFiltered("addEventToCurrentSequence"):i=this.addSequence(e)),this.sequences[e].push(t),i})}storeSendingEvents(e,t){return n(this,void 0,void 0,function*(){return this.finalizedSequences[this.sequenceId]={sessionId:e,events:t},this.sequenceId++})}cleanUpSessionEventsStore(e,t){return n(this,void 0,void 0,function*(){void 0!==t&&delete this.finalizedSequences[t]})}}const St=({config:e,minInterval:t,maxInterval:i,maxPersistedEventsSize:s,type:r,payloadBatcher:o,storeType:a,trackDestinationWorkerScript:l,shouldSend:c})=>n(void 0,void 0,void 0,function*(){var d;const u=null!==(d=e.maxSingleEventSizeBytes)&&void 0!==d?d:be,h=new ct(Object.assign(Object.assign({},e),{loggerProvider:e.loggerProvider,payloadBatcher:o,workerScript:l})),g=()=>new bt({loggerProvider:e.loggerProvider,maxInterval:i,minInterval:t,maxPersistedEventsSize:s});let v,f,p=!1;f="idb"===a?yield n(void 0,void 0,void 0,function*(){const o=yield yt.new(r,{loggerProvider:e.loggerProvider,minInterval:t,maxInterval:i,maxPersistedEventsSize:s,apiKey:e.apiKey,onPersistentFailure:()=>{n(void 0,void 0,void 0,function*(){if(!p)return;p=!1,e.loggerProvider.warn("IDB store is experiencing repeated failures; falling back to in-memory event store.");const t=v?yield f.getSequencesToSend():void 0;if(f=g(),t&&v){const e=v;t.forEach(t=>{S({sequenceId:t.sequenceId,events:t.events,sessionId:t.sessionId,deviceId:e})})}})}});return o?(p=!0,o):(e.loggerProvider.log("Failed to initialize idb store, falling back to memory store."),g())}):g();const m=[];let y=0;const b=e=>{if(e<=y)return;const t=Math.min(e-y,m.length);t>0&&(m.splice(0,t),y=e)},S=({events:t,sessionId:i,deviceId:s,sequenceId:o})=>{const a=t.map(e=>({event:e,bytes:new Blob([e]).size})),l=a.filter(e=>e.bytes>u);l.length>0&&e.loggerProvider.warn(`Dropping ${l.length} oversized event(s) from session replay sequence before send. Sizes: ${l.map(e=>`${Math.round(e.bytes/1024)} KB`).join(", ")}. If this recurs, please open a GitHub issue at https://github.com/amplitude/Amplitude-TypeScript/issues or contact Amplitude support.`);const c=l.length>0?a.filter(e=>e.bytes<=u).map(e=>e.event):t;0!==c.length?(e.debugMode&&Ae().then(({totalStorageSize:t,percentOfQuota:i,usageDetails:n})=>{e.loggerProvider.debug(`Total storage size: ${t} KB, percentage of quota: ${i}%, usage details: ${n}`)}).catch(()=>{}),h.sendEventsList({events:c,sessionId:i,flushMaxRetries:e.flushMaxRetries,apiKey:e.apiKey,deviceId:s,sampleRate:e.sampleRate,serverZone:e.serverZone,version:e.version,type:r,onComplete:()=>n(void 0,void 0,void 0,function*(){yield f.cleanUpSessionEventsStore(i,o)})})):f.cleanUpSessionEventsStore(i,o).catch(t=>{e.loggerProvider.warn("Failed to clean up session replay events store:",t)})};return{sendCurrentSequenceEvents:({sessionId:t,deviceId:i})=>{if(v=i,c&&!c())return;const n=y+m.length;f.storeCurrentSequence(t).then(e=>{e&&(b(n),S({sequenceId:e.sequenceId,events:e.events,sessionId:e.sessionId,deviceId:i}))}).catch(t=>{e.loggerProvider.warn("Failed to get current sequence of session replay events for session:",t)})},addEvent:({event:t,sessionId:i,deviceId:n})=>{v=n;const s=!c||c(),r=y+m.length;m.push(t.data),f.addEventToCurrentSequence(i,t.data).then(t=>{if(t){if(!s)return f.cleanUpSessionEventsStore(t.sessionId,t.sequenceId).catch(t=>{e.loggerProvider.warn("Failed to clean up dropped session replay sequence:",t)}),void b(r);b(r),S({sequenceId:t.sequenceId,events:t.events,sessionId:t.sessionId,deviceId:n})}}).catch(t=>{e.loggerProvider.warn("Failed to add event to session replay capture:",t)})},sendStoredEvents:({deviceId:t})=>n(void 0,void 0,void 0,function*(){v=t;const i=yield f.getSequencesToSend();(null==i?void 0:i.length)&&(e.loggerProvider.log(`Draining ${i.length} stored sequence(s) from previous session.`),i.length>1&&h.markCoalesceNextFlush(),i.forEach(e=>{S({sequenceId:e.sequenceId,events:e.events,sessionId:e.sessionId,deviceId:t})}))}),flush:function(e=!1){return n(this,void 0,void 0,function*(){return h.flush(e)})},getBeaconEvents:()=>[...m],dropPendingBeaconEvents:()=>{b(y+m.length)},trackDestination:h}});class It{constructor(...e){const t=new Map;e.forEach(e=>{t.set(e.name,e.manager)}),this.managers=t}sendStoredEvents(e){return n(this,void 0,void 0,function*(){const t=[];this.managers.forEach(i=>{t.push(i.sendStoredEvents(e))}),yield Promise.all(t)})}addEvent({sessionId:e,event:t,deviceId:i}){var n;null===(n=this.managers.get(t.type))||void 0===n||n.addEvent({sessionId:e,event:t,deviceId:i})}sendCurrentSequenceEvents({sessionId:e,deviceId:t}){this.managers.forEach(i=>{i.sendCurrentSequenceEvents({sessionId:e,deviceId:t})})}flush(e){return n(this,void 0,void 0,function*(){const t=[];this.managers.forEach(i=>{t.push(i.flush(e))}),yield Promise.all(t)})}}let Ct,wt,Et;function Pt(e,t){if(Et=new Date,e.nodeType!==Node.ELEMENT_NODE)throw new Error("Can't generate CSS selector for non-element node type.");if("html"===e.tagName.toLowerCase())return"html";const i={root:document.body,idName:e=>!0,className:e=>!0,tagName:e=>!0,attr:(e,t)=>!1,seedMinLength:1,optimizedMinLength:2,threshold:1e3,maxNumberOfTries:1e4,timeoutMs:void 0};Ct=Object.assign(Object.assign({},i),t),wt=function(e,t){if(e.nodeType===Node.DOCUMENT_NODE)return e;if(e===t.root)return e.ownerDocument;return e}(Ct.root,i);let n=kt(e,"all",()=>kt(e,"two",()=>kt(e,"one",()=>kt(e,"none"))));if(n){const t=Bt(zt(n,e));return t.length>0&&(n=t[0]),Ot(n)}throw new Error("Selector was not found.")}function kt(e,t,i){let n=null,s=[],r=e,o=0;for(;r;){const e=(new Date).getTime()-Et.getTime();if(void 0!==Ct.timeoutMs&&e>Ct.timeoutMs)throw new Error(`Timeout: Can't find a unique selector after ${e}ms`);let a=At(xt(r))||At(..._t(r))||At(...Lt(r))||At(Ft(r))||[$t()];const l=qt(r);if("all"==t)l&&(a=a.concat(a.filter(jt).map(e=>Dt(e,l))));else if("two"==t)a=a.slice(0,1),l&&(a=a.concat(a.filter(jt).map(e=>Dt(e,l))));else if("one"==t){const[e]=a=a.slice(0,1);l&&jt(e)&&(a=[Dt(e,l)])}else"none"==t&&(a=[$t()],l&&(a=[Dt(a[0],l)]));for(let e of a)e.level=o;if(s.push(a),s.length>=Ct.seedMinLength&&(n=Mt(s,i),n))break;r=r.parentElement,o++}return n||(n=Mt(s,i)),!n&&i?i():n}function Mt(e,t){const i=Bt(Ut(e));if(i.length>Ct.threshold)return t?t():null;for(let e of i)if(Rt(e))return e;return null}function Ot(e){let t=e[0],i=t.name;for(let n=1;n<e.length;n++){const s=e[n].level||0;i=t.level===s-1?`${e[n].name} > ${i}`:`${e[n].name} ${i}`,t=e[n]}return i}function Tt(e){return e.map(e=>e.penalty).reduce((e,t)=>e+t,0)}function Rt(e){const t=Ot(e);switch(wt.querySelectorAll(t).length){case 0:throw new Error(`Can't select any node with this selector: ${t}`);case 1:return!0;default:return!1}}function xt(e){const t=e.getAttribute("id");return t&&Ct.idName(t)?{name:"#"+CSS.escape(t),penalty:0}:null}function _t(e){const t=Array.from(e.attributes).filter(e=>Ct.attr(e.name,e.value));return t.map(e=>({name:`[${CSS.escape(e.name)}="${CSS.escape(e.value)}"]`,penalty:.5}))}function Lt(e){return Array.from(e.classList).filter(Ct.className).map(e=>({name:"."+CSS.escape(e),penalty:1}))}function Ft(e){const t=e.tagName.toLowerCase();return Ct.tagName(t)?{name:t,penalty:2}:null}function $t(){return{name:"*",penalty:3}}function qt(e){const t=e.parentNode;if(!t)return null;let i=t.firstChild;if(!i)return null;let n=0;for(;i&&(i.nodeType===Node.ELEMENT_NODE&&n++,i!==e);)i=i.nextSibling;return n}function Dt(e,t){return{name:e.name+`:nth-child(${t})`,penalty:e.penalty+1}}function jt(e){return"html"!==e.name&&!e.name.startsWith("#")}function At(...e){const t=e.filter(Nt);return t.length>0?t:null}function Nt(e){return null!=e}function*Ut(e,t=[]){if(e.length>0)for(let i of e[0])yield*Ut(e.slice(1,e.length),t.concat(i));else yield t}function Bt(e){return[...e].sort((e,t)=>Tt(e)-Tt(t))}function*zt(e,t,i={counter:0,visited:new Map}){if(e.length>2&&e.length>Ct.optimizedMinLength)for(let n=1;n<e.length-1;n++){if(i.counter>Ct.maxNumberOfTries)return;i.counter+=1;const s=[...e];s.splice(n,1);const r=Ot(s);if(i.visited.has(r))return;Rt(s)&&Wt(s,t)&&(yield s,i.visited.set(r,!0),yield*zt(s,t,i))}}function Wt(e,t){return wt.querySelector(Ot(e))===t}const Kt=({version:e,events:t})=>{const i=[];return t.forEach(e=>{const t=JSON.parse(e);t.count=1,"click"===t.type&&i.push(t)}),{version:e,events:i}},Ht=({version:e,events:t})=>{const i=[];t.forEach(e=>{const t=JSON.parse(e);"click"===t.type&&i.push(t)});const n=i.reduce((e,t)=>{const{x:i,y:n,selector:s,timestamp:r}=t,o=r-r%36e5,a=`${i}:${n}:${null!=s?s:""}:${o}`;return e[a]?e[a].count+=1:e[a]=Object.assign(Object.assign({},t),{timestamp:o,count:1}),e},{});return{version:e,events:Object.values(n)}};class Gt{constructor(e,t){this.createHook=({eventsManager:e,sessionId:t,deviceIdFn:i,mirror:n,ugcFilterRules:s,performanceOptions:r})=>o=>{if(o.type!==Ze.Click)return;const a=f();if(!a)return;const{location:l,innerHeight:c,innerWidth:d}=a;if(!l)return;const{x:u,y:h}=o;if(void 0===u||void 0===h)return;const g=n.getNode(o.id);let v;if(g)try{v=Pt(g,r)}catch(e){this.logger.debug("error resolving selector from finder")}const p=je(l.href,s),m={x:u+this.scrollWatcher.currentScrollX,y:h+this.scrollWatcher.currentScrollY,selector:v,viewportHeight:c,viewportWidth:d,pageUrl:p,timestamp:Date.now(),type:"click"},y=i();y&&e.addEvent({sessionId:t,event:{type:"interaction",data:JSON.stringify(m)},deviceId:y})},this.logger=e,this.scrollWatcher=t}}function Qt(){const e=f();return(null==e?void 0:e.innerHeight)||document.documentElement&&document.documentElement.clientHeight||0}function Jt(){const e=f();return(null==e?void 0:e.innerWidth)||document.documentElement&&document.documentElement.clientWidth||0}class Zt{constructor(e,t){const i=f();i&&i.navigator&&"function"==typeof i.navigator.sendBeacon?this.sendBeacon=(e,t)=>{try{if(i.navigator.sendBeacon(e,JSON.stringify(t)))return!0}catch(e){}return!1}:this.sendBeacon=()=>!1,this.sendXhr=(e,t)=>{const i=new XMLHttpRequest;return i.open("POST",e,!0),i.setRequestHeader("Accept","*/*"),i.send(JSON.stringify(t)),!0},this.basePageUrl=Te(t.serverZone,t.trackServerUrl),this.apiKey=t.apiKey,this.context=e,this.handleSendEvents=t.handleSendEvents,this.loggerProvider=t.loggerProvider}send(e,t){var i;const{sessionId:n,type:s}=this.context;if(this.handleSendEvents){const r=new URLSearchParams({device_id:e,session_id:String(n),type:String(s)}),o=`${this.basePageUrl}?${r.toString()}`,a={"Content-Type":"application/json",Accept:"*/*",Authorization:`Bearer ${this.apiKey}`};try{this.handleSendEvents({url:o,method:"POST",headers:a,body:JSON.stringify(t),keepalive:!0}).catch(e=>{var t;null===(t=this.loggerProvider)||void 0===t||t.warn("Custom transport failed to send session replay interaction beacon:",e)})}catch(e){null===(i=this.loggerProvider)||void 0===i||i.warn("Custom transport threw while sending session replay interaction beacon:",e)}return}const r=new URLSearchParams({device_id:e,session_id:String(n),type:String(s),api_key:this.apiKey}),o=`${this.basePageUrl}?${r.toString()}`;this.sendBeacon(o,t)||this.sendXhr(o,t)}}class Xt{static default(e,t){return new Xt(new Zt(e,t),t)}constructor(e,t){this.timestamp=Date.now(),this.hook=e=>{this.update(e)},this.send=e=>t=>{var i,n,s,r;const o=e(),a=f();if(a&&o){const e=null!==(i=a.scrollX)&&void 0!==i?i:0,t=null!==(n=a.scrollY)&&void 0!==n?n:0;(e>0||t>0)&&this.update({id:1,x:e,y:t}),this.transport.send(o,{version:1,events:[{maxScrollX:this._maxScrollX,maxScrollY:this._maxScrollY,maxScrollWidth:this._maxScrollWidth,maxScrollHeight:this._maxScrollHeight,viewportHeight:Qt(),viewportWidth:Jt(),pageUrl:je(a.location.href,null!==(r=null===(s=this.config.interactionConfig)||void 0===s?void 0:s.ugcFilterRules)&&void 0!==r?r:[]),timestamp:this.timestamp,type:"scroll"}]})}},this._maxScrollX=0,this._maxScrollY=0,this._currentScrollX=0,this._currentScrollY=0,this._maxScrollWidth=Jt(),this._maxScrollHeight=Qt(),this.config=t,this.transport=e}get maxScrollX(){return this._maxScrollX}get maxScrollY(){return this._maxScrollY}get maxScrollWidth(){return this._maxScrollWidth}get maxScrollHeight(){return this._maxScrollHeight}get currentScrollX(){return this._currentScrollX}get currentScrollY(){return this._currentScrollY}update(e){const t=Date.now();if(this._currentScrollX=e.x,this._currentScrollY=e.y,e.x>this._maxScrollX){const i=Jt();this._maxScrollX=e.x;const n=e.x+i;n>this._maxScrollWidth&&(this._maxScrollWidth=n),this.timestamp=t}if(e.y>this._maxScrollY){const i=Qt();this._maxScrollY=e.y;const n=e.y+i;n>this._maxScrollHeight&&(this._maxScrollHeight=n),this.timestamp=t}}}class Vt{constructor({sessionId:e,deviceId:t}){this.deviceId=t,this.sessionId=e,e&&t&&(this.sessionReplayId=((e,t)=>`${t}/${e}`)(e,t))}}const Yt=864e5,ei=e=>`AMP_SR_START_${e.substring(0,10)}_`,ti=(e,t)=>`${ei(e)}${t}`,ii=()=>{try{const e=f();return null==e?void 0:e.localStorage}catch(e){return}};const ni=new class{constructor(){this.dbs={},this.createStore=e=>n(this,void 0,void 0,function*(){return yield l(e,1,{upgrade:e=>{e.objectStoreNames.contains("sessionTargetingMatch")||e.createObjectStore("sessionTargetingMatch",{keyPath:"sessionId"})}})}),this.openOrCreateDB=e=>n(this,void 0,void 0,function*(){if(this.dbs&&this.dbs[e])return this.dbs[e];const t=`${e.substring(0,10)}_amp_session_replay_targeting`,i=yield this.createStore(t);return this.dbs[e]=i,i}),this.getTargetingMatchForSession=({loggerProvider:e,apiKey:t,sessionId:i})=>n(this,void 0,void 0,function*(){try{const e=yield this.openOrCreateDB(t),n=String(i),s=yield e.get("sessionTargetingMatch",n);return null==s?void 0:s.targetingMatch}catch(t){ut(e,`Failed to get targeting match for session id ${i}: ${t}`,t)}}),this.storeTargetingMatchForSession=({loggerProvider:e,apiKey:t,sessionId:i,targetingMatch:s})=>n(this,void 0,void 0,function*(){try{const e=yield this.openOrCreateDB(t),n=String(i);return yield e.put("sessionTargetingMatch",{targetingMatch:s,sessionId:n,lastUpdated:Date.now()})}catch(t){ut(e,`Failed to store targeting match for session id ${i}: ${t}`,t)}}),this.clearStoreOfOldSessions=({loggerProvider:e,apiKey:t,currentSessionId:i})=>n(this,void 0,void 0,function*(){try{const e=yield this.openOrCreateDB(t),n=String(i),s=e.transaction("sessionTargetingMatch","readwrite"),r=yield s.store.getAll();for(let e=0;e<r.length;e++){const t=r[e],i=Date.now()-t.lastUpdated;t.sessionId!==n&&i>1728e5&&(yield s.store.delete(t.sessionId))}yield s.done}catch(t){ut(e,`Failed to clear old targeting matches for sessions: ${t}`,t)}})}},si=2654435761,ri=2246822519,oi=3266489917,ai=374761393;function li(e,t){return(e<<t|e>>>32-t)>>>0}function ci(e,t){return e=li(e=e+Math.imul(t,ri)>>>0,13),e=Math.imul(e,si)>>>0}function di(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function ui(e,t=0){const i=function(e){const t=[];for(let i=0;i<e.length;i++){let n=e.charCodeAt(i);if(n>=55296&&n<=56319&&i+1<e.length){const t=e.charCodeAt(i+1);t>=56320&&t<=57343&&(n=t-56320+(n-55296<<10)+65536,i++)}n<128?t.push(n):n<2048?t.push(192|n>>6,128|63&n):n<65536?t.push(224|n>>12,128|n>>6&63,128|63&n):t.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n)}return new Uint8Array(t)}(e),n=i.length;let s,r=0;if(n>=16){let e=t+si+ri>>>0,o=t+ri>>>0,a=t>>>0,l=t-si>>>0;for(;r<=n-16;)e=ci(e,di(i,r)),r+=4,o=ci(o,di(i,r)),r+=4,a=ci(a,di(i,r)),r+=4,l=ci(l,di(i,r)),r+=4;s=li(e,1)+li(o,7)+li(a,12)+li(l,18)>>>0}else s=t+ai>>>0;for(s=s+n>>>0;r<=n-4;)s=s+Math.imul(di(i,r),oi)>>>0,s=Math.imul(li(s,17),668265263)>>>0,r+=4;for(;r<n;)s=s+Math.imul(i[r],ai)>>>0,s=Math.imul(li(s,11),si)>>>0,r++;return s^=s>>>15,s=Math.imul(s,ri)>>>0,s^=s>>>13,s=Math.imul(s,oi)>>>0,s^=s>>>16,s>>>0}const hi="__amplitude_url_tracking_patched__",gi=new WeakMap;function vi(e,t,i={}){if(!(null==e?void 0:e.location))return()=>{};const{enablePolling:n=!1,pollingInterval:s=he}=i;if(n){const i=()=>{var t;return null!==(t=e.location.href)&&void 0!==t?t:""};let n=i();const r=e.setInterval(()=>{const e=i();e!==n&&(n=e,t(e))},s);return()=>{null!=r&&e.clearInterval(r)}}let r=gi.get(e);if(!r){let t;const i=new Set,n=()=>{var t;return null!==(t=e.location.href)&&void 0!==t?t:""},s=()=>{const e=n();void 0!==t&&e===t||(t=e,i.forEach(t=>t(e)))},o=e=>{const t=function(...t){const i=e.apply(this,t);return s(),i};return t[hi]=!0,t},a=e.history;if(null==a?void 0:a.pushState){const e=Reflect.get(a,"pushState");e[hi]||(a.pushState=o(e))}if(null==a?void 0:a.replaceState){const e=Reflect.get(a,"replaceState");e[hi]||(a.replaceState=o(e))}r={callbacks:i,notify:s,onPopStateOrHashChange:()=>s(),listenersAttached:!1},gi.set(e,r)}const o=r;return o.listenersAttached||(e.addEventListener("popstate",o.onPopStateOrHashChange),e.addEventListener("hashchange",o.onPopStateOrHashChange),o.listenersAttached=!0),o.callbacks.add(t),()=>{o.callbacks.delete(t),0===o.callbacks.size&&o.listenersAttached&&(e.removeEventListener("popstate",o.onPopStateOrHashChange),e.removeEventListener("hashchange",o.onPopStateOrHashChange),o.listenersAttached=!1)}}function fi(e={}){return{name:"amplitude/url-tracking@1",observer(t,i,n){var s,r,o;const a=Object.assign(Object.assign({},e),n),l=a.ugcFilterRules||[],c=null!==(s=a.enablePolling)&&void 0!==s&&s,d=null!==(r=a.pollingInterval)&&void 0!==r?r:he,u=null!==(o=a.captureDocumentTitle)&&void 0!==o&&o;if(!i)return()=>{};let h;const g=()=>i.location&&i.location.href||"",v=()=>{const e=g();if(void 0===h||e!==h){h=e;const n=(()=>{const{innerHeight:e,innerWidth:t,document:n}=i,s=g();let r="";return u&&(r=(null==n?void 0:n.title)||""),{href:l.length>0?je(s,l):s,title:r,viewportHeight:e,viewportWidth:t,type:"url-change-event"}})();t(n)}},f=vi(i,()=>v(),c?{enablePolling:!0,pollingInterval:d}:{});return v(),()=>f()},options:e}}class pi{constructor(){this.pendingLoadListeners=new Map}start(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect();f()&&(this.sendToAllIframes({type:Pe,action:"start"}),this.mutationObserver=new MutationObserver(e=>{for(const t of e){for(const e of Array.from(t.addedNodes))e instanceof HTMLIFrameElement?this.sendToIframeAfterLoad(e):e instanceof Element&&e.querySelectorAll("iframe").forEach(e=>{this.sendToIframeAfterLoad(e)});for(const e of Array.from(t.removedNodes))if(e instanceof HTMLIFrameElement){const t=this.pendingLoadListeners.get(e);t&&(e.removeEventListener("load",t),this.pendingLoadListeners.delete(e))}}}),this.mutationObserver.observe(document.documentElement,{childList:!0,subtree:!0}))}stop(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect(),this.mutationObserver=void 0,this.pendingLoadListeners.forEach((e,t)=>{t.removeEventListener("load",e)}),this.pendingLoadListeners.clear(),this.sendToAllIframes({type:Pe,action:"stop"})}sendToIframeAfterLoad(e){const t=()=>{this.pendingLoadListeners.delete(e),this.sendToIframe(e,{type:Pe,action:"start"})};this.pendingLoadListeners.set(e,t),e.addEventListener("load",t,{once:!0})}sendToAllIframes(e){document.querySelectorAll("iframe").forEach(t=>this.sendToIframe(t,e))}sendToIframe(e,t){var i;try{null===(i=e.contentWindow)||void 0===i||i.postMessage(t,"*")}catch(e){}}}class mi{constructor(){this.name="@amplitude/session-replay-browser",this.recordCancelCallback=null,this.eventCount=0,this.sessionTargetingMatch=!1,this.pageLeaveFns=[],this.suppressedSendCount=0,this.hasEmittedGateDecision=!1,this.recordFunction=null,this.recordEventsInFlight=!1,this.recordingEnabled=!0,this.recordingGeneration=0,this.startChildRecordingOnSetup=!1,this.pendingEmitEvents=[],this.currentPageUrl="",this.recordEventsPendingShouldLogMetadata=null,this.urlChangeCleanup=null,this.crossOriginIframeCoordinator=null,this.crossOriginParentSignalCleanup=null,this.latestUrlChangeTargetingEvaluationId=0,this.teardownEventListeners=e=>{const t=f();t&&(t.removeEventListener("blur",this.blurListener),t.removeEventListener("focus",this.focusListener),!e&&t.addEventListener("blur",this.blurListener),!e&&t.addEventListener("focus",this.focusListener),t.self&&"onpagehide"in t.self?(t.removeEventListener("pagehide",this.pageLeaveListener),!e&&t.addEventListener("pagehide",this.pageLeaveListener)):(t.removeEventListener("beforeunload",this.pageLeaveListener),!e&&t.addEventListener("beforeunload",this.pageLeaveListener)))},this.blurListener=()=>{this.sendEvents()},this.focusListener=()=>{var e;if(this.recordingEnabled)if(this.recordCancelCallback&&this.recordFunction){if(!1===(null===(e=this.config)||void 0===e?void 0:e.captureFullSnapshotOnFocus))return;try{this.recordFunction.takeFullSnapshot(!0)}catch(e){this.loggerProvider.warn("Failed to take full snapshot on focus:",e)}}else this.recordEventsInFlight||this.recordEvents(!1)},this.pageLeaveListener=e=>{var t;null===(t=this.eventCompressor)||void 0===t||t.flushQueue(),this.sendEvents(),this.pageLeaveFns.forEach(t=>{t(e)})},this.evaluateTargetingAndCapture=(e,t=!1,i=!1,s=!1)=>n(this,void 0,void 0,function*(){var r,o,a,l,c,d;if(!this.identifiers||!this.identifiers.sessionId||!this.config)return void(this.identifiers&&!this.identifiers.sessionId?this.loggerProvider.log("Session ID has not been set yet, cannot evaluate targeting for Session Replay."):this.loggerProvider.warn("Session replay init has not been called, cannot evaluate targeting."));if(!this.config.targetingConfig){if(!t)return void this.loggerProvider.log("No targeting config set, skipping initialization/recording for event.");this.loggerProvider.log("Targeting config has not been set yet, cannot evaluate targeting.")}this.lastTargetingParams=e;const h=this.config.targetingConfig;if(h&&!this.sessionTargetingMatch){const t=s?this.latestUrlChangeTargetingEvaluationId:void 0;let i=e.event;i&&Object.values(u).includes(i.event_type)&&(i=void 0);const g=null!==(c=null!==(o=null===(r=e.page)||void 0===r?void 0:r.url)&&void 0!==o?o:null===(l=null===(a=f())||void 0===a?void 0:a.location)||void 0===l?void 0:l.href)&&void 0!==c?c:"",v=null!==(d=e.page)&&void 0!==d?d:""!==g?{url:g}:void 0,p=yield(({sessionId:e,targetingConfig:t,loggerProvider:i,apiKey:s,targetingParams:r,urlChange:o=!1})=>n(void 0,void 0,void 0,function*(){if(yield ni.clearStoreOfOldSessions({loggerProvider:i,apiKey:s,currentSessionId:e}),!0===(yield ni.getTargetingMatchForSession({loggerProvider:i,apiKey:s,sessionId:e}))&&!o)return!0;let n=!0;try{const{evaluateTargeting:o}=yield import("./targeting-min.js").then(function(e){return e.i}),a=Object.assign(Object.assign({},r),{flag:t,sessionId:"string"==typeof e?parseInt(e,10):e,apiKey:s,loggerProvider:i}),l=yield o(a);l&&l.sr_targeting_config&&(n="on"===l.sr_targeting_config.key),ni.storeTargetingMatchForSession({loggerProvider:i,apiKey:s,sessionId:e,targetingMatch:n})}catch(e){const t=e;i.warn(t.message)}return n}))({sessionId:this.identifiers.sessionId,targetingConfig:h,loggerProvider:this.loggerProvider,apiKey:this.config.apiKey,targetingParams:{userProperties:e.userProperties,event:i,page:v},urlChange:s});if(s&&void 0!==t&&t!==this.latestUrlChangeTargetingEvaluationId)return void this.loggerProvider.debug(`Ignoring stale URL-change targeting result #${t}; latest is #${this.latestUrlChangeTargetingEvaluationId}.`);this.sessionTargetingMatch=this.sessionTargetingMatch||p,this.loggerProvider.debug(JSON.stringify({name:"targeted replay capture config",sessionTargetingMatch:this.sessionTargetingMatch,event:i,targetingParams:e},null,2))}t?this.initialize(!0):!i&&this.recordCancelCallback||(this.loggerProvider.log("Recording events for session due to forceRestart or no ongoing recording."),yield this.recordEvents())}),this.addCustomRRWebEvent=(e,t={},i=!0)=>n(this,void 0,void 0,function*(){try{let n;const s=this.config;if(s&&e!==ke.METADATA&&(n={config:Ne(s),version:lt},i)){const e=yield Ae();n=Object.assign(Object.assign({},e),n)}this.recordCancelCallback&&this.recordFunction?this.recordFunction.addCustomEvent(e,Object.assign(Object.assign({},t),n)):this.loggerProvider.debug(`Not able to add custom replay capture event ${e} due to no ongoing recording.`)}catch(e){this.loggerProvider.debug("Error while adding custom replay capture event: ",e)}}),this.stopRecordingEvents=()=>{var e,t,i;try{this.loggerProvider.log("Session Replay capture stopping."),this.recordCancelCallback&&this.recordCancelCallback(),this.recordCancelCallback=null,null===(e=this.networkObservers)||void 0===e||e.stop(),null===(t=this.crossOriginIframeCoordinator)||void 0===t||t.stop(),this.crossOriginIframeCoordinator=null,null===(i=this.crossOriginParentSignalCleanup)||void 0===i||i.call(this),this.crossOriginParentSignalCleanup=null}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while stopping replay capture: ${t.toString()}`)}},this.loggerProvider=new Me(new O)}init(e,t){return k(this._init(e,t))}setupUrlChangeListener(){var e,t;null===(e=this.urlChangeCleanup)||void 0===e||e.call(this);const i=f();if(!(null==i?void 0:i.location))return;const n=!!(null===(t=this.config)||void 0===t?void 0:t.targetingConfig),s=vi(i,e=>{if(this.currentPageUrl=e,n){const t=++this.latestUrlChangeTargetingEvaluationId;this.evaluateTargetingAndCapture({userProperties:{},event:void 0,page:{url:e}},!1,!1,!0),this.loggerProvider.debug(`Queued URL-change targeting re-evaluation #${t} for ${e}.`)}});this.urlChangeCleanup=()=>{s(),this.urlChangeCleanup=null}}isBelowMinSessionDuration(){var e;const t=null===(e=this.config)||void 0===e?void 0:e.minSessionDurationMs;return void 0!==t&&void 0!==this.sessionStartTime&&Date.now()-this.sessionStartTime<t}getCurrentPageForTargeting(){var e,t;const i=null===(t=null===(e=f())||void 0===e?void 0:e.location)||void 0===t?void 0:t.href;return null!=i?{url:i}:void 0}_init(e,t){var i,s,r,o,a,l,c,d,u,h,g,v,p,m;return n(this,void 0,void 0,function*(){null===(i=this.urlChangeCleanup)||void 0===i||i.call(this),this.recordingEnabled=!0,this.startChildRecordingOnSetup=!1,this.loggerProvider=new Me(t.loggerProvider||new O),Object.prototype.hasOwnProperty.call(t,"logLevel")&&this.loggerProvider.enable(t.logLevel),this.currentPageUrl=$e(),this.identifiers=new Vt({sessionId:t.sessionId,deviceId:t.deviceId});const y=Date.now();((e,t,i)=>{const n=ii();if(!n)return;const s=ei(e);try{const e=[];for(let i=0;i<n.length;i++){const r=n.key(i);if(!r||!r.startsWith(s))continue;const o=n.getItem(r);if(null===o)continue;const a=Number(o);(!Number.isFinite(a)||a<=0||t-a>=Yt)&&e.push(r)}for(const t of e)n.removeItem(t)}catch(e){null==i||i.debug(`Failed to prune stale replay start times: ${String(e)}`)}})(e,y,this.loggerProvider),this.sessionStartTime=void 0!==t.sessionId&&null!==(s=((e,t,i,n)=>{const s=ii();if(!s)return;const r=ti(e,t);try{const e=s.getItem(r);if(null!==e){const t=Number(e);if(Number.isFinite(t)&&t>0&&t<=i&&i-t<Yt)return t}return s.setItem(r,String(i)),i}catch(e){return void(null==n||n.debug(`Failed to read/write replay start time from storage: ${String(e)}`))}})(e,t.sessionId,y,this.loggerProvider))&&void 0!==s?s:y,this.joinedConfigGenerator=yield((e,t)=>n(void 0,void 0,void 0,function*(){const i=new Be(e,t),n=new Y(e,i.loggerProvider,i.serverZone,t.configServerUrl,t.handleFetchConfig);return new Xe(n,i)}))(e,t);const{joinedConfig:b,localConfig:S,remoteConfig:I}=yield this.joinedConfigGenerator.generateJoinedConfig();if(this.config=b,this.setMetadata(t.sessionId,b,S,I,null===(r=t.version)||void 0===r?void 0:r.version,lt,null===(o=t.version)||void 0===o?void 0:o.type),this.pageLeaveFns=[],t.sessionId&&(null===(a=this.config.interactionConfig)||void 0===a?void 0:a.enabled)){const e=Xt.default({sessionId:t.sessionId,type:"interaction"},this.config);this.pageLeaveFns=[e.send(this.getDeviceId.bind(this)).bind(e)],this.scrollHook=e.hook.bind(e),this.clickHandler=new Gt(this.loggerProvider,e)}const C=[];let w,E,{storeType:P}=this.config;"idb"!==P||(null===(l=f())||void 0===l?void 0:l.indexedDB)||(P="memory",this.loggerProvider.warn("Could not use preferred indexedDB storage, reverting to in memory option.")),this.loggerProvider.log(`Using ${P} for event storage.`);const k=f();if(this.config.useWebWorker&&k&&k.Worker){const{compressionScript:e,trackDestinationScript:t}=yield import("./worker-min.js");w=e,E=t}let M;try{M=yield St({config:this.config,type:"replay",minInterval:null===(c=this.config.flushIntervalConfig)||void 0===c?void 0:c.minIntervalMs,maxInterval:null===(d=this.config.flushIntervalConfig)||void 0===d?void 0:d.maxIntervalMs,maxPersistedEventsSize:this.config.maxPersistedEventsSizeBytes,storeType:P,trackDestinationWorkerScript:E,shouldSend:()=>!this.isBelowMinSessionDuration()}),this.rrwebEventManager=M,C.push({name:"replay",manager:M})}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while creating replay events manager: ${t.toString()}`)}if(null===(u=this.config.interactionConfig)||void 0===u?void 0:u.enabled){const e=this.config.interactionConfig.batch?Ht:Kt;try{const t=yield St({config:this.config,type:"interaction",minInterval:null!==(h=this.config.interactionConfig.trackEveryNms)&&void 0!==h?h:3e4,maxInterval:6e4,maxPersistedEventsSize:this.config.maxPersistedEventsSizeBytes,payloadBatcher:e,storeType:P,trackDestinationWorkerScript:E});C.push({name:"interaction",manager:t})}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while creating interaction events manager: ${t.toString()}`)}}this.eventsManager=new It(...C),this.eventCompressor&&this.eventCompressor.terminate();const T=!0===this.config.eagerFullSnapshotSend?()=>this.sendEvents():void 0;if(this.eventCompressor=new st(this.eventsManager,this.config,this.getDeviceId(),w,T),this.pendingEmitEvents.length>0){const e=this.pendingEmitEvents.splice(0);for(const{event:t,sessionId:i}of e)this.eventCompressor.enqueueEvent(t,i)}if(this.pageLeaveFns=[...this.pageLeaveFns,()=>{var e;if(!this.config||!(null===(e=this.identifiers)||void 0===e?void 0:e.sessionId)||!M)return;const t=M.getBeaconEvents();if(!t.length)return;const i=this.getDeviceId();i&&(this.isBelowMinSessionDuration()||M.trackDestination.sendBeacon({events:t,sessionId:this.identifiers.sessionId,deviceId:i,apiKey:this.config.apiKey,serverZone:this.config.serverZone}))}],yield this.initializeNetworkObservers(),null===(g=f())||void 0===g?void 0:g.opener){const e=oe();!function(e,t){var i,n=e;if(!0!==n[ae]){n[ae]=!0;var s=null!==(i=null==t?void 0:t.scriptUrl)&&void 0!==i?i:"https://cdn.amplitude.com/libs/background-capture-1.0.3.js.gz",r=null,o=function(t,i){var n,s;"background-capture-complete"===t&&(null===(s=null===(n=e.logger)||void 0===n?void 0:n.debug)||void 0===s||s.call(n,"Background capture complete"),e.notify({action:"background-capture-complete",data:i}))};e.registerActionHandler("initialize-background-capture",function(){var t,i;null===(i=null===(t=e.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Initializing background capture (external script)");var n=new URL(s,e.endpoint).toString();e.loadScriptOnce(n).then(function(){var t,i,n;null===(i=null===(t=e.logger)||void 0===t?void 0:t.debug)||void 0===i||i.call(t,"Background capture script loaded (external)"),r=null===(n=null===window||void 0===window?void 0:window.amplitudeBackgroundCapture)||void 0===n?void 0:n.call(window,{messenger:e,onBackgroundCapture:o}),e.notify({action:"background-capture-loaded"})}).catch(function(){var t;null===(t=e.logger)||void 0===t||t.warn("Failed to initialize background capture")})}),e.registerActionHandler("close-background-capture",function(){var e;null===(e=null==r?void 0:r.close)||void 0===e||e.call(r),r=null})}}(e),e.setup(Object.assign({logger:this.loggerProvider},this.config.serverZone&&{endpoint:ie[this.config.serverZone]}))}this.loggerProvider.log("Installing @amplitude/session-replay-browser."),this.teardownEventListeners(!1),yield this.evaluateTargetingAndCapture({userProperties:t.userProperties,page:this.getCurrentPageForTargeting()},!0);(this.config.targetingConfig||(null!==(m=null===(p=null===(v=this.config.privacyConfig)||void 0===v?void 0:v.urlMaskLevels)||void 0===p?void 0:p.length)&&void 0!==m?m:0)>0)&&this.setupUrlChangeListener()})}setSessionId(e,t){return k(this.asyncSetSessionId(e,t))}asyncSetSessionId(e,t,i){var s,r,o,a;return n(this,void 0,void 0,function*(){const n=null===(s=this.identifiers)||void 0===s?void 0:s.sessionId,l=this.getDeviceId();if(!(void 0===n||n!==e||void 0!==t&&t!==l||void 0!==(null==i?void 0:i.userProperties)&&0!==Object.keys(i.userProperties).length))return;this.latestUrlChangeTargetingEvaluationId++,this.sessionTargetingMatch=!1,this.lastShouldRecordDecision=void 0,n&&this.sendEvents(n);const c=n!==e;c&&(null===(r=this.rrwebEventManager)||void 0===r||r.dropPendingBeaconEvents());const d=t||this.getDeviceId();if(this.identifiers=new Vt({sessionId:e,deviceId:d}),c&&(this.sessionStartTime=Date.now(),this.suppressedSendCount=0,this.hasEmittedGateDecision=!1,(null===(o=this.config)||void 0===o?void 0:o.apiKey)&&(((e,t,i,n)=>{const s=ii();if(s)try{s.setItem(ti(e,t),String(i))}catch(e){null==n||n.debug(`Failed to write replay start time to storage: ${String(e)}`)}})(this.config.apiKey,e,this.sessionStartTime,this.loggerProvider),void 0!==n&&((e,t,i)=>{const n=ii();if(n)try{n.removeItem(ti(e,t))}catch(e){null==i||i.debug(`Failed to remove replay start time from storage: ${String(e)}`)}})(this.config.apiKey,n,this.loggerProvider))),this.joinedConfigGenerator&&n){const{joinedConfig:e}=yield this.joinedConfigGenerator.generateJoinedConfig();this.config=e}(null===(a=this.config)||void 0===a?void 0:a.targetingConfig)?yield this.evaluateTargetingAndCapture({userProperties:null==i?void 0:i.userProperties,page:this.getCurrentPageForTargeting()},!1,!0):yield this.recordEvents()})}getSessionReplayProperties(){const e=this.config,t=this.identifiers;if(!e||!t)return this.loggerProvider.warn("Session replay init has not been called, cannot get session replay properties."),{};const i=this.getShouldRecord();let n={};return i&&(n={[ce]:t.sessionReplayId?t.sessionReplayId:null},e.debugMode&&(n[ge]=JSON.stringify({appHash:K(e.apiKey).toString()}))),this.addCustomRRWebEvent(ke.GET_SR_PROPS,{shouldRecord:i,eventProperties:n},10===this.eventCount),10===this.eventCount&&(this.eventCount=0),this.eventCount++,n}sendEvents(e){var t,i;const n=e||(null===(t=this.identifiers)||void 0===t?void 0:t.sessionId),s=this.getDeviceId();if(this.eventsManager&&n&&s){if(this.isBelowMinSessionDuration()){const e=this.sessionStartTime,t=this.config.minSessionDurationMs;return this.loggerProvider.log(`Session ${n} not sent: duration ${Date.now()-e}ms is below minimum ${t}ms.`),void this.suppressedSendCount++}if(!this.hasEmittedGateDecision&&void 0!==(null===(i=this.config)||void 0===i?void 0:i.minSessionDurationMs)&&this.recordCancelCallback&&this.recordFunction){this.hasEmittedGateDecision=!0;const e=void 0!==this.sessionStartTime?Date.now()-this.sessionStartTime:void 0;this.addCustomRRWebEvent(ke.REPLAY_GATE_DECISION,{sessionId:n,suppressedSendCount:this.suppressedSendCount,elapsedMs:e,minSessionDurationMs:this.config.minSessionDurationMs},!1)}this.eventsManager.sendCurrentSequenceEvents({sessionId:n,deviceId:s})}}initialize(e=!1){var t;return n(this,void 0,void 0,function*(){if(!(null===(t=this.identifiers)||void 0===t?void 0:t.sessionId))return this.loggerProvider.log("Session is not being recorded due to lack of session id."),Promise.resolve();const i=this.getDeviceId();return i?(this.eventsManager&&e&&this.eventsManager.sendStoredEvents({deviceId:i}),this.recordEvents()):(this.loggerProvider.log("Session is not being recorded due to lack of device id."),Promise.resolve())})}shouldOptOut(){var e,t;let i;if(null===(e=this.config)||void 0===e?void 0:e.instanceName){i=(n=this.config.instanceName,W.getInstance(T(n))).identityStore.getIdentity().optOut}var n;return void 0!==i?i:null===(t=this.config)||void 0===t?void 0:t.optOut}getShouldRecord(){if(!this.identifiers||!this.config||!this.identifiers.sessionId)return this.loggerProvider.warn("Session is not being recorded due to lack of config, please call sessionReplay.init."),!1;if(!this.recordingEnabled)return this.loggerProvider.log(`Session ${this.identifiers.sessionId} not being captured because recording was stopped.`),!1;if(!this.config.captureEnabled)return this.loggerProvider.log(`Session ${this.identifiers.sessionId} not being captured due to capture being disabled for project or because the remote config could not be fetched.`),!1;if(this.shouldOptOut())return this.loggerProvider.log(`Opting session ${this.identifiers.sessionId} out of recording due to optOut config.`),!1;let e=!1,t="",i=!1;if(this.config.targetingConfig)this.sessionTargetingMatch?(t=`Capturing replays for session ${this.identifiers.sessionId} due to matching targeting conditions.`,this.loggerProvider.log(t),e=!0,i=!0):(t=`Not capturing replays for session ${this.identifiers.sessionId} due to not matching targeting conditions.`,this.loggerProvider.log(t),e=!1,i=!1);else{(n=this.identifiers.sessionId,s=this.config.sampleRate,ui(n.toString())%1e6/1e6<s)?(e=!0,i=!0):(t=`Opting session ${this.identifiers.sessionId} out of recording due to sample rate.`,this.loggerProvider.log(t),e=!1,i=!1)}var n,s;return this.lastShouldRecordDecision!==e&&this.config.targetingConfig&&(this.addCustomRRWebEvent(ke.TARGETING_DECISION,{message:t,sessionId:this.identifiers.sessionId,matched:i,targetingParams:this.lastTargetingParams}),this.lastShouldRecordDecision=e),e}getBlockSelectors(){var e,t,i;const n=null!==(i=null===(t=null===(e=this.config)||void 0===e?void 0:e.privacyConfig)||void 0===t?void 0:t.blockSelector)&&void 0!==i?i:[];if(0!==n.length)return n}getMaskTextSelectors(){var e,t;const i=null===(e=this.config)||void 0===e?void 0:e.privacyConfig;if("conservative"===(i?xe(this.currentPageUrl,i):void 0))return"*";if(null===(t=null==i?void 0:i.urlMaskLevels)||void 0===t?void 0:t.some(e=>"conservative"===e.maskLevel))return"*";const n=null==i?void 0:i.urlMaskLevels;if("conservative"===(null==i?void 0:i.defaultMaskLevel)&&n&&n.length>0)return"*";const s=null==i?void 0:i.maskSelector;return s||void 0}getRecordingPlugins(e){var t,i,s,r,o,a;return n(this,void 0,void 0,function*(){const n=[];try{const e=fi({ugcFilterRules:(null===(i=null===(t=this.config)||void 0===t?void 0:t.interactionConfig)||void 0===i?void 0:i.ugcFilterRules)||[],enablePolling:(null===(s=this.config)||void 0===s?void 0:s.enableUrlChangePolling)||!1,pollingInterval:null===(r=this.config)||void 0===r?void 0:r.urlChangePollingInterval,captureDocumentTitle:null===(o=this.config)||void 0===o?void 0:o.captureDocumentTitle});n.push(e)}catch(e){this.loggerProvider.warn("Failed to create URL tracking plugin:",e)}if(null===(a=null==e?void 0:e.console)||void 0===a?void 0:a.enabled)try{const{getRecordConsolePlugin:t}=yield import("./console-plugin-min.js");n.push(t({level:e.console.levels}))}catch(e){this.loggerProvider.warn("Failed to load console plugin:",e)}return n.length>0?n:void 0})}getRecordFunction(){return n(this,void 0,void 0,function*(){if(this.recordFunction)return this.recordFunction;try{const{record:e}=yield import("./rrweb-record-min.js");return this.recordFunction=e,e}catch(e){return this.loggerProvider.warn("Failed to load rrweb-record module:",e),null}})}recordEvents(e=!0){return n(this,void 0,void 0,function*(){if(this.recordEventsInFlight)this.recordEventsPendingShouldLogMetadata=e;else{this.recordEventsInFlight=!0;try{for(yield this._recordEvents(e);null!==this.recordEventsPendingShouldLogMetadata;){const e=this.recordEventsPendingShouldLogMetadata;this.recordEventsPendingShouldLogMetadata=null,yield this._recordEvents(e)}}finally{this.recordEventsInFlight=!1,this.recordEventsPendingShouldLogMetadata=null}}})}shouldAbandonRecordStart(e){return!this.recordingEnabled||e!==this.recordingGeneration}_recordEvents(e=!0){var t,i,s,r,o,a,l,c;return n(this,void 0,void 0,function*(){const n=this.config,d=this.getShouldRecord(),u=null===(t=this.identifiers)||void 0===t?void 0:t.sessionId;if(!d||!u||!n)return;this.stopRecordingEvents();const h=this.recordingGeneration,g=yield this.getRecordFunction();if(!g||this.shouldAbandonRecordStart(h))return;if(yield this.initializeNetworkObservers(),this.shouldAbandonRecordStart(h))return;const v=null===(i=n.loggingConfig)||void 0===i?void 0:i.network,p=Te(n.serverZone,n.trackServerUrl),m=[pe,me,ye,p];null===(s=this.networkObservers)||void 0===s||s.start(e=>{m.some(t=>e.url.startsWith(t))||this.addCustomRRWebEvent(ke.FETCH_REQUEST,e)},v);const{interactionConfig:y,loggingConfig:b}=n,S=(null==y?void 0:y.enabled)?{mouseInteraction:this.eventsManager&&(null===(r=this.clickHandler)||void 0===r?void 0:r.createHook({eventsManager:this.eventsManager,sessionId:u,deviceIdFn:this.getDeviceId.bind(this),mirror:g.mirror,ugcFilterRules:null!==(o=y.ugcFilterRules)&&void 0!==o?o:[],performanceOptions:null===(a=n.performanceConfig)||void 0===a?void 0:a.interaction})),scroll:this.scrollHook}:{},I=(null==y?void 0:y.enabled)&&y.ugcFilterRules?y.ugcFilterRules:[];this.loggerProvider.log(`Session Replay capture beginning for ${u}.`);try{const t=!!(null===(l=n.crossOriginIframes)||void 0===l?void 0:l.enabled),i=!1!==(null===(c=n.crossOriginIframes)||void 0===c?void 0:c.coordinateChildren),s=t&&function(){try{const e=f();return!!e&&e.parent!==e}catch(e){return!0}}();if(s&&i)return this.crossOriginParentSignalCleanup=function(e){const t=f();if(!t)return()=>{};const i=t.parent;function n(t){if(t.source!==i)return;const n=t.data;(null==n?void 0:n.type)===Pe&&("start"===n.action?e.onStart():"stop"===n.action&&e.onStop())}return t.addEventListener("message",n),()=>t.removeEventListener("message",n)}({onStart:()=>{this.recordingEnabled&&this._recordEventsInChildMode(g,u,n,S)},onStop:()=>{try{this.recordCancelCallback&&this.recordCancelCallback(),this.recordCancelCallback=null}catch(e){const t=e;this.loggerProvider.warn(`Error occurred while stopping child iframe replay capture: ${t.toString()}`)}}}),void(this.startChildRecordingOnSetup&&(this.startChildRecordingOnSetup=!1,this._recordEventsInChildMode(g,u,n,S)));this.startChildRecordingOnSetup=!1;const r=yield this.getRecordingPlugins(b);if(this.shouldAbandonRecordStart(h))return;this.recordCancelCallback=g(Object.assign(Object.assign({},this.buildRRWebRecordOptions(n,S,e=>{if(this.shouldOptOut()||!this.recordingEnabled)return this.loggerProvider.log(this.shouldOptOut()?`Opting session ${u} out of recording due to optOut config.`:`Session Replay capture stopping for ${u}.`),this.stopRecordingEvents(),void this.sendEvents();e.type===Qe.Meta&&(e.data.href=je(e.data.href,I)),this.eventCompressor?this.eventCompressor.enqueueEvent(e,u):this.pendingEmitEvents.push({event:e,sessionId:u})},"Error while capturing replay: ")),{plugins:r,recordCrossOriginIframes:t})),t&&!s&&i&&(this.crossOriginIframeCoordinator||(this.crossOriginIframeCoordinator=new pi),this.crossOriginIframeCoordinator.start()),this.addCustomRRWebEvent(ke.DEBUG_INFO),e&&this.addCustomRRWebEvent(ke.METADATA,this.metadata)}catch(e){this.loggerProvider.warn("Failed to initialize session replay:",e)}})}buildRRWebRecordOptions(e,t,i,n){const{privacyConfig:s}=e;return Object.assign(Object.assign({emit:i,inlineStylesheet:e.shouldInlineStylesheet,inlineImages:e.inlineImages,hooks:t,maskAllInputs:!0,maskTextClass:ve,blockClass:"amp-block",blockSelector:this.getBlockSelectors(),applyBackgroundColorToBlockedElements:e.applyBackgroundColorToBlockedElements,maskInputFn:Le("input",s,()=>this.currentPageUrl),maskTextFn:Le("text",s,()=>this.currentPageUrl),maskAttributeFn:Fe(s,()=>this.currentPageUrl),maskTextSelector:this.getMaskTextSelectors()},void 0!==e.fullSnapshotIntervalMs&&{checkoutEveryNms:e.fullSnapshotIntervalMs}),{recordCanvas:!1,captureAdoptedStyleSheets:e.captureAdoptedStyleSheets,slimDOMOptions:{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0},errorHandler:e=>{const t=e;if(t.message.includes("insertRule")&&t.message.includes("CSSStyleSheet"))throw t;if(t._external_)throw t;return this.loggerProvider.warn(n,t.toString()),!0}})}_recordEventsInChildMode(e,t,i,n){try{this.recordCancelCallback&&this.recordCancelCallback(),this.recordCancelCallback=null,this.recordCancelCallback=e(Object.assign(Object.assign({},this.buildRRWebRecordOptions(i,n,()=>{},"Error while capturing replay (child iframe): ")),{recordCrossOriginIframes:!0})),this.loggerProvider.log(`Session Replay child iframe capture beginning for session ${t}.`)}catch(e){this.loggerProvider.warn("Failed to initialize session replay in child iframe mode:",e)}}getDeviceId(){var e;return null===(e=this.identifiers)||void 0===e?void 0:e.deviceId}getSessionId(){var e;return null===(e=this.identifiers)||void 0===e?void 0:e.sessionId}start(){return k(this._start())}_start(){return n(this,void 0,void 0,function*(){this.recordingEnabled=!0,this.startChildRecordingOnSetup=!0,yield this.recordEvents()})}stop(){this.recordingEnabled=!1,this.startChildRecordingOnSetup=!1,this.recordingGeneration++,this.stopRecordingEvents(),this.sendEvents()}flush(e=!1){var t;return n(this,void 0,void 0,function*(){return null===(t=this.eventsManager)||void 0===t?void 0:t.flush(e)})}shutdown(){var e,t;this.recordingEnabled=!1,this.startChildRecordingOnSetup=!1,this.recordingGeneration++,null===(e=this.urlChangeCleanup)||void 0===e||e.call(this),null===(t=this.crossOriginParentSignalCleanup)||void 0===t||t.call(this),this.crossOriginParentSignalCleanup=null,this.teardownEventListeners(!0),this.stopRecordingEvents(),this.sendEvents()}mapSDKType(e){return"plugin"===e?"@amplitude/plugin-session-replay-browser":"segment"===e?"@amplitude/segment-session-replay-plugin":null}setMetadata(e,t,i,n,s,r,o){const a=(null==e?void 0:e.toString())?K(e.toString()):void 0;this.metadata={joinedConfig:t,localConfig:i,remoteConfig:n,sessionId:e,hashValue:a,sampleRate:t.sampleRate,replaySDKType:this.mapSDKType(o),replaySDKVersion:s,standaloneSDKType:"@amplitude/session-replay-browser",standaloneSDKVersion:r}}initializeNetworkObservers(){var e,t,i;return n(this,void 0,void 0,function*(){if((null===(i=null===(t=null===(e=this.config)||void 0===e?void 0:e.loggingConfig)||void 0===t?void 0:t.network)||void 0===i?void 0:i.enabled)&&!this.networkObservers)try{const{NetworkObservers:e}=yield import("./observers-min.js");this.networkObservers=new e}catch(e){this.loggerProvider.warn("Failed to import or instantiate NetworkObservers:",e)}})}}const yi=e=>()=>{const{config:t}=e,{loggerProvider:i,logLevel:n}=t||Ue();return{logger:i,logLevel:n}};var bi=(()=>{const e=new mi;return{init:F(e.init.bind(e),"init",yi(e)),evaluateTargetingAndCapture:F(e.evaluateTargetingAndCapture.bind(e),"evaluateTargetingAndRecord",yi(e)),setSessionId:F(e.setSessionId.bind(e),"setSessionId",yi(e)),getSessionId:F(e.getSessionId.bind(e),"getSessionId",yi(e)),getSessionReplayProperties:F(e.getSessionReplayProperties.bind(e),"getSessionReplayProperties",yi(e)),flush:F(e.flush.bind(e),"flush",yi(e)),start:F(e.start.bind(e),"start",yi(e)),stop:F(e.stop.bind(e),"stop",yi(e)),shutdown:F(e.shutdown.bind(e),"shutdown",yi(e))}})();const{init:Si,setSessionId:Ii,getSessionId:Ci,getSessionReplayProperties:wi,flush:Ei,start:Pi,stop:ki,shutdown:Mi,evaluateTargetingAndCapture:Oi}=bi;export{Me as S,Ci as a,wi as b,Pi as c,ki as d,Mi as e,Ei as f,f as g,Oi as h,Si as i,Ii as s};
|
|
2
2
|
//# sourceMappingURL=index-min.js.map
|
|
Binary file
|