@powerhousedao/connect 6.0.0-dev.5 → 6.0.0-dev.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/.env +1 -1
  2. package/dist/assets/AddDriveModal-CJtOv39H.js +1 -0
  3. package/dist/assets/ClearStorageModal-y5IKZ5QW.js +1 -0
  4. package/dist/assets/CookiesPolicyModal-CRQMjvin.js +1 -0
  5. package/dist/assets/CreateDocumentModal-wq9SMWoi.js +1 -0
  6. package/dist/assets/DebugSettingsModal-DRXZ3l1V.js +1 -0
  7. package/dist/assets/DeleteDriveModal-Cr5Usb_L.js +1 -0
  8. package/dist/assets/DeleteItemModal-8enl6kcm.js +1 -0
  9. package/dist/assets/DisclaimerModal-XxPC9Ejt.js +1 -0
  10. package/dist/assets/DriveSettingsModal-6h8SadLE.js +1 -0
  11. package/dist/assets/ExportDocumentWithErrorsModal-DXqXD8JC.js +1 -0
  12. package/dist/assets/SettingsModal-hbCXOBTZ.js +1 -0
  13. package/dist/assets/UpgradeDriveModal-iM7KnmAQ.js +1 -0
  14. package/dist/assets/config-0mYxXHFp.js +1 -0
  15. package/dist/assets/{design_system-DVdodNjK.js → design_system-DuOTmGnv.js} +2 -2
  16. package/dist/assets/design_system_connect-oOPqJKY4.js +47 -0
  17. package/dist/assets/design_system_ui-BpFBMLtp.js +1 -0
  18. package/dist/assets/document_drive-DiwReQ7A.js +154 -0
  19. package/dist/assets/document_engineering-p8dj-Cba.js +1 -0
  20. package/dist/assets/document_model-ly1Z8uco.js +241 -0
  21. package/dist/assets/document_model_editor-Da4AAuKL.js +25 -0
  22. package/dist/assets/drive_explorer-DgTtoOmx.js +2 -0
  23. package/dist/assets/editor-D3CEoO4i.js +1 -0
  24. package/dist/assets/{graphql-AKTCpY7l.js → graphql-BXSeDpaV.js} +2 -2
  25. package/dist/assets/{graphql-editor-pM_6zgoE.js → graphql-editor-CduYMSwz.js} +2 -2
  26. package/dist/assets/graphql_request-BHyPFzlZ.js +3 -0
  27. package/dist/assets/{hooks-CcLWqK8A.js → hooks-DfJBOC53.js} +1 -1
  28. package/dist/assets/index-B6A7sjLB.css +1 -0
  29. package/dist/assets/index-DO1hMFtq.js +149 -0
  30. package/dist/assets/index-DaxIv9p8.js +29 -0
  31. package/dist/assets/index-nPVGMhnl.js +208 -0
  32. package/dist/assets/json-editor-ge2w_43Q.js +1 -0
  33. package/dist/assets/nodefs-BDOJRpNU.js +1 -0
  34. package/dist/assets/nodefs-CVTQ2TCv.js +1 -0
  35. package/dist/assets/nodefs-_NvywCGz.js +1 -0
  36. package/dist/assets/opfs-ahp--n7Av8I7.js +3 -0
  37. package/dist/assets/opfs-ahp-DN9nZuJs.js +3 -0
  38. package/dist/assets/opfs-ahp-gToYnU-E.js +3 -0
  39. package/dist/assets/pg_dump-Cvfbb5Q0.wasm +0 -0
  40. package/dist/assets/pglite-COscPi1Y.data +0 -0
  41. package/dist/assets/pglite-CeYkvzd0.wasm +0 -0
  42. package/dist/assets/pglite.worker-Ca6pWokV.js +141 -0
  43. package/dist/assets/{react-DQSxOgtG.js → react-D_vzfE_e.js} +1 -1
  44. package/dist/assets/react-dom/client-SoBEzBdt.js +9 -0
  45. package/dist/assets/{react-dom-D6zQJsh6.js → react-dom-Cz_KAjfm.js} +1 -1
  46. package/dist/assets/reactor_browser-D9uAHhHf.js +136 -0
  47. package/dist/assets/{sentry_browser-B4YoBIIG.js → sentry_browser-TIBDlywD.js} +3 -3
  48. package/dist/assets/{sentry_react-cODD7zWc.js → sentry_react-CVx4Qq7f.js} +1 -1
  49. package/dist/assets/state-schemas-CNNgCMhK.js +2 -0
  50. package/dist/assets/tailwind_merge-CXl88Wxt.js +1 -0
  51. package/dist/assets/zod-Cc38s6JG.js +39 -0
  52. package/dist/index.html +19 -20
  53. package/heroku/Dockerfile +1 -1
  54. package/lib/package.copy.json +30 -28
  55. package/lib/src/components/document-editor-container.d.ts.map +1 -1
  56. package/lib/src/components/document-editor-container.js +7 -34
  57. package/lib/src/components/document-editor-container.js.map +1 -1
  58. package/lib/src/components/drive-icon.d.ts.map +1 -1
  59. package/lib/src/components/drive-icon.js +10 -3
  60. package/lib/src/components/drive-icon.js.map +1 -1
  61. package/lib/src/components/editors.d.ts.map +1 -1
  62. package/lib/src/components/editors.js +12 -5
  63. package/lib/src/components/editors.js.map +1 -1
  64. package/lib/src/components/error-boundary.js +1 -1
  65. package/lib/src/components/error-boundary.js.map +1 -1
  66. package/lib/src/components/modal/modals/AddDriveModal.d.ts.map +1 -1
  67. package/lib/src/components/modal/modals/AddDriveModal.js +17 -48
  68. package/lib/src/components/modal/modals/AddDriveModal.js.map +1 -1
  69. package/lib/src/components/modal/modals/ClearStorageModal.js +2 -2
  70. package/lib/src/components/modal/modals/ClearStorageModal.js.map +1 -1
  71. package/lib/src/components/modal/modals/DriveSettingsModal.d.ts.map +1 -1
  72. package/lib/src/components/modal/modals/DriveSettingsModal.js +9 -4
  73. package/lib/src/components/modal/modals/DriveSettingsModal.js.map +1 -1
  74. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.d.ts.map +1 -1
  75. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js +3 -1
  76. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js.map +1 -1
  77. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.d.ts +3 -0
  78. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.d.ts.map +1 -0
  79. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.js +61 -0
  80. package/lib/src/components/modal/modals/InspectorModal/useQueueInspector.js.map +1 -0
  81. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts +2 -1
  82. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts.map +1 -1
  83. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js +4 -1
  84. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js.map +1 -1
  85. package/lib/src/components/sidebar.d.ts.map +1 -1
  86. package/lib/src/components/sidebar.js +2 -2
  87. package/lib/src/components/sidebar.js.map +1 -1
  88. package/lib/src/connect.config.js +1 -1
  89. package/lib/src/connect.config.js.map +1 -1
  90. package/lib/src/context/index.d.ts +1 -1
  91. package/lib/src/context/index.d.ts.map +1 -1
  92. package/lib/src/context/index.js +1 -1
  93. package/lib/src/context/index.js.map +1 -1
  94. package/lib/src/context/processor-manager.d.ts +1 -2
  95. package/lib/src/context/processor-manager.d.ts.map +1 -1
  96. package/lib/src/context/processor-manager.js +1 -188
  97. package/lib/src/context/processor-manager.js.map +1 -1
  98. package/lib/src/context/processor-manager.old.d.ts +3 -0
  99. package/lib/src/context/processor-manager.old.d.ts.map +1 -0
  100. package/lib/src/context/processor-manager.old.js +189 -0
  101. package/lib/src/context/processor-manager.old.js.map +1 -0
  102. package/lib/src/feature-flags.d.ts.map +1 -1
  103. package/lib/src/feature-flags.js +13 -0
  104. package/lib/src/feature-flags.js.map +1 -1
  105. package/lib/src/hooks/useCheckLatestVersion.d.ts.map +1 -1
  106. package/lib/src/hooks/useCheckLatestVersion.js +1 -1
  107. package/lib/src/hooks/useCheckLatestVersion.js.map +1 -1
  108. package/lib/src/hooks/useClientErrorHandler.d.ts.map +1 -1
  109. package/lib/src/hooks/useClientErrorHandler.js +5 -40
  110. package/lib/src/hooks/useClientErrorHandler.js.map +1 -1
  111. package/lib/src/hooks/useInitSentry.js +2 -2
  112. package/lib/src/hooks/useInitSentry.js.map +1 -1
  113. package/lib/src/pages/demo/atlas-import.js +2 -2
  114. package/lib/src/pglite.db.d.ts +2 -0
  115. package/lib/src/pglite.db.d.ts.map +1 -0
  116. package/lib/src/pglite.db.js +19 -0
  117. package/lib/src/pglite.db.js.map +1 -0
  118. package/lib/src/pglite.worker.d.ts +2 -0
  119. package/lib/src/pglite.worker.d.ts.map +1 -0
  120. package/lib/src/pglite.worker.js +15 -0
  121. package/lib/src/pglite.worker.js.map +1 -0
  122. package/lib/src/services/hmr.js +1 -1
  123. package/lib/src/services/hmr.js.map +1 -1
  124. package/lib/src/services/index.d.ts +0 -3
  125. package/lib/src/services/index.d.ts.map +1 -1
  126. package/lib/src/services/index.js +0 -3
  127. package/lib/src/services/index.js.map +1 -1
  128. package/lib/src/store/editor.d.ts.map +1 -1
  129. package/lib/src/store/editor.js +4 -5
  130. package/lib/src/store/editor.js.map +1 -1
  131. package/lib/src/store/processor-host-module.d.ts +3 -0
  132. package/lib/src/store/processor-host-module.d.ts.map +1 -0
  133. package/lib/src/store/processor-host-module.js +22 -0
  134. package/lib/src/store/processor-host-module.js.map +1 -0
  135. package/lib/src/store/reactor.d.ts +1 -1
  136. package/lib/src/store/reactor.d.ts.map +1 -1
  137. package/lib/src/store/reactor.js +77 -189
  138. package/lib/src/store/reactor.js.map +1 -1
  139. package/lib/src/utils/reactor.d.ts +13 -7
  140. package/lib/src/utils/reactor.d.ts.map +1 -1
  141. package/lib/src/utils/reactor.js +37 -63
  142. package/lib/src/utils/reactor.js.map +1 -1
  143. package/lib/src/utils/signature.d.ts.map +1 -1
  144. package/lib/src/utils/signature.js +1 -1
  145. package/lib/src/utils/signature.js.map +1 -1
  146. package/lib/style.css +373 -115
  147. package/lib/test/utils/signer.test.js +25 -28
  148. package/lib/test/utils/signer.test.js.map +1 -1
  149. package/lib/tsconfig.tsbuildinfo +1 -1
  150. package/lib/vite.config.d.ts.map +1 -1
  151. package/lib/vite.config.js +0 -4
  152. package/lib/vite.config.js.map +1 -1
  153. package/package.copy.json +30 -28
  154. package/package.json +39 -37
  155. package/dist/assets/AddDriveModal-BQm-PcmC.js +0 -1
  156. package/dist/assets/ClearStorageModal-28jHiUGr.js +0 -1
  157. package/dist/assets/CookiesPolicyModal-B8ON6Aot.js +0 -1
  158. package/dist/assets/CreateDocumentModal-Dq3Bi3cq.js +0 -1
  159. package/dist/assets/DebugSettingsModal-CJONGfBK.js +0 -1
  160. package/dist/assets/DeleteDriveModal-bUDGgtH-.js +0 -1
  161. package/dist/assets/DeleteItemModal-B8ZzH9at.js +0 -1
  162. package/dist/assets/DisclaimerModal-BOLKXvyT.js +0 -1
  163. package/dist/assets/DriveSettingsModal-DIbcmIVs.js +0 -1
  164. package/dist/assets/ExportDocumentWithErrorsModal-gHdbtQ3B.js +0 -1
  165. package/dist/assets/SettingsModal-DP7GWuuW.js +0 -1
  166. package/dist/assets/UpgradeDriveModal--uyH9aU-.js +0 -1
  167. package/dist/assets/config-CU-aFfVJ.js +0 -1
  168. package/dist/assets/design_system_connect-GjcNtEuR.js +0 -47
  169. package/dist/assets/design_system_ui-CirzPTGM.js +0 -1
  170. package/dist/assets/document_drive-CwpHvdiT.js +0 -316
  171. package/dist/assets/document_engineering-x8qLjrlA.js +0 -1
  172. package/dist/assets/document_model-_oCbt5YE.js +0 -230
  173. package/dist/assets/document_model_editor-H_2IAVLg.js +0 -25
  174. package/dist/assets/drive_explorer-DaOEkDU-.js +0 -2
  175. package/dist/assets/graphql_request-BJtmW2JS.js +0 -3
  176. package/dist/assets/index-C44AjweI.js +0 -28
  177. package/dist/assets/index-DNce0SAe.css +0 -1
  178. package/dist/assets/index-Dxjl28rF.js +0 -18
  179. package/dist/assets/json-editor-BFca9ePf.js +0 -1
  180. package/dist/assets/nodefs-BRqoxQYy.js +0 -1
  181. package/dist/assets/opfs-ahp-DetoV0on.js +0 -3
  182. package/dist/assets/pg_dump-CW0pN9tG.wasm +0 -0
  183. package/dist/assets/react-dom/client-BVPiT_FE.js +0 -9
  184. package/dist/assets/reactor_browser-BTFz4lY7.js +0 -129
  185. package/dist/assets/state-schemas-DBLZHoPv.js +0 -2
  186. package/dist/assets/tailwind_merge-Dr4f9Rms.js +0 -1
  187. package/dist/assets/zod-9j67vCAu.js +0 -39
  188. package/lib/src/service-worker.d.ts +0 -2
  189. package/lib/src/service-worker.d.ts.map +0 -1
  190. package/lib/src/service-worker.js +0 -58
  191. package/lib/src/service-worker.js.map +0 -1
  192. package/lib/src/services/renown/browser.d.ts +0 -2
  193. package/lib/src/services/renown/browser.d.ts.map +0 -1
  194. package/lib/src/services/renown/browser.js +0 -6
  195. package/lib/src/services/renown/browser.js.map +0 -1
  196. package/lib/src/services/renown/constants.d.ts +0 -130
  197. package/lib/src/services/renown/constants.d.ts.map +0 -1
  198. package/lib/src/services/renown/constants.js +0 -41
  199. package/lib/src/services/renown/constants.js.map +0 -1
  200. package/lib/src/services/renown/utils.d.ts +0 -7
  201. package/lib/src/services/renown/utils.d.ts.map +0 -1
  202. package/lib/src/services/renown/utils.js +0 -20
  203. package/lib/src/services/renown/utils.js.map +0 -1
  204. package/lib/src/workers/pglite-worker.d.ts +0 -2
  205. package/lib/src/workers/pglite-worker.d.ts.map +0 -1
  206. package/lib/src/workers/pglite-worker.js +0 -32
  207. package/lib/src/workers/pglite-worker.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import{p as tc}from"./react-DQSxOgtG.js";const T=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,$=globalThis,Ot="10.23.0";function Tt(){return mr($),$}function mr(e){const t=e.__SENTRY__=e.__SENTRY__||{};return t.version=t.version||Ot,t[Ot]=t[Ot]||{}}function Un(e,t,n=$){const r=n.__SENTRY__=n.__SENTRY__||{},s=r[Ot]=r[Ot]||{};return s[e]||(s[e]=t())}const Pi=["debug","info","warn","error","log","assert","trace"],Jp="Sentry Logger ",gs={};function $t(e){if(!("console"in $))return e();const t=$.console,n={},r=Object.keys(gs);r.forEach(s=>{const o=gs[s];n[s]=t[s],t[s]=o});try{return e()}finally{r.forEach(s=>{t[s]=n[s]})}}function Kp(){Fi().enabled=!0}function Xp(){Fi().enabled=!1}function Tl(){return Fi().enabled}function Qp(...e){Di("log",...e)}function Zp(...e){Di("warn",...e)}function eh(...e){Di("error",...e)}function Di(e,...t){T&&Tl()&&$t(()=>{$.console[e](`${Jp}[${e}]:`,...t)})}function Fi(){return T?Un("loggerSettings",()=>({enabled:!1})):{enabled:!1}}const m={enable:Kp,disable:Xp,isEnabled:Tl,log:Qp,warn:Zp,error:eh},Il=50,ct="?",nc=/\(error: (.*)\)/,rc=/captureMessage|captureException/;function wl(...e){const t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0,s=0)=>{const o=[],i=n.split(`
1
+ import{p as tc}from"./react-D_vzfE_e.js";const T=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,$=globalThis,Ot="10.23.0";function Tt(){return mr($),$}function mr(e){const t=e.__SENTRY__=e.__SENTRY__||{};return t.version=t.version||Ot,t[Ot]=t[Ot]||{}}function Un(e,t,n=$){const r=n.__SENTRY__=n.__SENTRY__||{},s=r[Ot]=r[Ot]||{};return s[e]||(s[e]=t())}const Pi=["debug","info","warn","error","log","assert","trace"],Jp="Sentry Logger ",gs={};function $t(e){if(!("console"in $))return e();const t=$.console,n={},r=Object.keys(gs);r.forEach(s=>{const o=gs[s];n[s]=t[s],t[s]=o});try{return e()}finally{r.forEach(s=>{t[s]=n[s]})}}function Kp(){Fi().enabled=!0}function Xp(){Fi().enabled=!1}function Tl(){return Fi().enabled}function Qp(...e){Di("log",...e)}function Zp(...e){Di("warn",...e)}function eh(...e){Di("error",...e)}function Di(e,...t){T&&Tl()&&$t(()=>{$.console[e](`${Jp}[${e}]:`,...t)})}function Fi(){return T?Un("loggerSettings",()=>({enabled:!1})):{enabled:!1}}const m={enable:Kp,disable:Xp,isEnabled:Tl,log:Qp,warn:Zp,error:eh},Il=50,ct="?",nc=/\(error: (.*)\)/,rc=/captureMessage|captureException/;function wl(...e){const t=e.sort((n,r)=>n[0]-r[0]).map(n=>n[1]);return(n,r=0,s=0)=>{const o=[],i=n.split(`
2
2
  `);for(let a=r;a<i.length;a++){let c=i[a];c.length>1024&&(c=c.slice(0,1024));const u=nc.test(c)?c.replace(nc,"$1"):c;if(!u.match(/\S*Error: /)){for(const d of t){const l=d(u);if(l){o.push(l);break}}if(o.length>=Il+s)break}}return nh(o.slice(s))}}function th(e){return Array.isArray(e)?wl(...e):e}function nh(e){if(!e.length)return[];const t=Array.from(e);return/sentryWrapped/.test(Pr(t).function||"")&&t.pop(),t.reverse(),rc.test(Pr(t).function||"")&&(t.pop(),rc.test(Pr(t).function||"")&&t.pop()),t.slice(0,Il).map(n=>({...n,filename:n.filename||Pr(t).filename,function:n.function||ct}))}function Pr(e){return e[e.length-1]||{}}const Eo="<anonymous>";function gt(e){try{return!e||typeof e!="function"?Eo:e.name||Eo}catch{return Eo}}function Ko(e){const t=e.exception;if(t){const n=[];try{return t.values.forEach(r=>{r.stacktrace.frames&&n.push(...r.stacktrace.frames)}),n}catch{return}}}const es={},sc={};function Bt(e,t){es[e]=es[e]||[],es[e].push(t)}function Ut(e,t){if(!sc[e]){sc[e]=!0;try{t()}catch(n){T&&m.error(`Error while instrumenting ${e}`,n)}}}function ze(e,t){const n=e&&es[e];if(n)for(const r of n)try{r(t)}catch(s){T&&m.error(`Error while triggering instrumentation handler.
3
3
  Type: ${e}
4
4
  Name: ${gt(r)}
@@ -490,9 +490,9 @@ Name: ${gt(r)}
490
490
  Error:`,s)}}function ev(){return HE(e=>{Ar("cls",{metric:e}),_f=e},{reportAllChanges:!0})}function tv(){return KE(e=>{Ar("lcp",{metric:e}),yf=e},{reportAllChanges:!0})}function nv(){return QE(e=>{Ar("ttfb",{metric:e}),Sf=e})}function rv(){return VE(e=>{Ar("inp",{metric:e}),bf=e})}function fo(e,t,n,r,s=!1){vf(e,t);let o;return Ps[e]||(o=n(),Ps[e]=!0),r&&t({metric:r}),Tf(e,t,s?o:void 0)}function sv(e){const t={};e==="event"&&(t.durationThreshold=0),Kn(e,n=>{Ar(e,{entries:n})},t)}function vf(e,t){rr[e]=rr[e]||[],rr[e].push(t)}function Tf(e,t,n){return()=>{n&&n();const r=rr[e];if(!r)return;const s=r.indexOf(t);s!==-1&&r.splice(s,1)}}function ov(e){return"duration"in e}function Uo(e){return typeof e=="number"&&isFinite(e)}function Ft(e,t,n,{...r}){const s=z(e).start_timestamp;return s&&s>t&&typeof e.updateStartTime=="function"&&e.updateStartTime(t),eo(e,()=>{const o=qn({startTime:t,...r});return o&&o.end(n),o})}function Ma(e){const t=x();if(!t)return;const{name:n,transaction:r,attributes:s,startTime:o}=e,{release:i,environment:a,sendDefaultPii:c}=t.getOptions(),d=t.getIntegrationByName("Replay")?.getReplayId(),l=q(),p=l.getUser(),f=p!==void 0?p.email||p.id||p.ip_address:void 0;let h;try{h=l.getScopeData().contexts.profile.profile_id}catch{}const g={release:i,environment:a,user:f||void 0,profile_id:h||void 0,replay_id:d||void 0,transaction:r,"user_agent.original":j.navigator?.userAgent,"client.address":c?"{{auto}}":void 0,...s};return qn({name:n,attributes:g,startTime:o,experimental:{standalone:!0}})}function xr(){return j.addEventListener&&j.performance}function ge(e){return e/1e3}function iv(e){let t="unknown",n="unknown",r="";for(const s of e){if(s==="/"){[t,n]=e.split("/");break}if(!isNaN(Number(s))){t=r==="h"?"http":r,n=e.split(r)[1];break}r+=s}return r===e&&(t=r),{name:t,version:n}}function If(e){try{return PerformanceObserver.supportedEntryTypes.includes(e)}catch{return!1}}function wf(e,t){let n,r=!1;function s(a){!r&&n&&t(a,n),r=!0}Ra(()=>{s("pagehide")});const o=e.on("beforeStartNavigationSpan",(a,c)=>{c?.isRedirect||(s("navigation"),o(),i())}),i=e.on("afterStartPageLoadSpan",a=>{n=a.spanContext().spanId,i()})}function av(e){let t=0,n;if(!If("layout-shift"))return;const r=Aa(({metric:s})=>{const o=s.entries[s.entries.length-1];o&&(t=s.value,n=o)},!0);wf(e,(s,o)=>{cv(t,n,o,s),r()})}function cv(e,t,n,r){an&&m.log(`Sending CLS span (${e})`);const s=t?ge((Re()||0)+t.startTime):he(),o=q().getScopeData().transactionName,i=t?Pe(t.sources[0]?.node):"Layout shift",a={[de]:"auto.http.browser.cls",[Ge]:"ui.webvital.cls",[jn]:0,"sentry.pageload.span_id":n,"sentry.report_event":r};t?.sources&&t.sources.forEach((u,d)=>{a[`cls.source.${d+1}`]=Pe(u.node)});const c=Ma({name:i,transaction:o,attributes:a,startTime:s});c&&(c.addEvent("cls",{[_r]:"",[yr]:e}),c.end(s))}function uv(e){let t=0,n;if(!If("largest-contentful-paint"))return;const r=xa(({metric:s})=>{const o=s.entries[s.entries.length-1];o&&(t=s.value,n=o)},!0);wf(e,(s,o)=>{lv(t,n,o,s),r()})}function lv(e,t,n,r){an&&m.log(`Sending LCP span (${e})`);const s=ge((Re()||0)+(t?.startTime||0)),o=q().getScopeData().transactionName,i=t?Pe(t.element):"Largest contentful paint",a={[de]:"auto.http.browser.lcp",[Ge]:"ui.webvital.lcp",[jn]:0,"sentry.pageload.span_id":n,"sentry.report_event":r};t&&(t.element&&(a["lcp.element"]=Pe(t.element)),t.id&&(a["lcp.id"]=t.id),t.url&&(a["lcp.url"]=t.url.trim().slice(0,200)),t.loadTime!=null&&(a["lcp.loadTime"]=t.loadTime),t.renderTime!=null&&(a["lcp.renderTime"]=t.renderTime),t.size!=null&&(a["lcp.size"]=t.size));const c=Ma({name:i,transaction:o,attributes:a,startTime:s});c&&(c.addEvent("lcp",{[_r]:"millisecond",[yr]:e}),c.end(s))}function We(e){return e&&((Re()||performance.timeOrigin)+e)/1e3}function kf(e){const t={};if(e.nextHopProtocol!=null){const{name:n,version:r}=iv(e.nextHopProtocol);t["network.protocol.version"]=r,t["network.protocol.name"]=n}return Re()||xr()?.timeOrigin?dv({...t,"http.request.redirect_start":We(e.redirectStart),"http.request.redirect_end":We(e.redirectEnd),"http.request.worker_start":We(e.workerStart),"http.request.fetch_start":We(e.fetchStart),"http.request.domain_lookup_start":We(e.domainLookupStart),"http.request.domain_lookup_end":We(e.domainLookupEnd),"http.request.connect_start":We(e.connectStart),"http.request.secure_connection_start":We(e.secureConnectionStart),"http.request.connection_end":We(e.connectEnd),"http.request.request_start":We(e.requestStart),"http.request.response_start":We(e.responseStart),"http.request.response_end":We(e.responseEnd),"http.request.time_to_first_byte":e.responseStart!=null?e.responseStart/1e3:void 0}):t}function dv(e){return Object.fromEntries(Object.entries(e).filter(([,t])=>t!=null))}const fv=2147483647;let ku=0,Ye={},Le,Ds;function pv({recordClsStandaloneSpans:e,recordLcpStandaloneSpans:t,client:n}){const r=xr();if(r&&Re()){r.mark&&j.performance.mark("sentry-tracing-init");const s=t?uv(n):yv(),o=Sv(),i=e?av(n):_v();return()=>{s?.(),o(),i?.()}}return()=>{}}function hv(){cn("longtask",({entries:e})=>{const t=be();if(!t)return;const{op:n,start_timestamp:r}=z(t);for(const s of e){const o=ge(Re()+s.startTime),i=ge(s.duration);n==="navigation"&&r&&o<r||Ft(t,o,o+i,{name:"Main UI thread blocked",op:"ui.long-task",attributes:{[de]:"auto.ui.browser.metrics"}})}})}function mv(){new PerformanceObserver(t=>{const n=be();if(n)for(const r of t.getEntries()){if(!r.scripts[0])continue;const s=ge(Re()+r.startTime),{start_timestamp:o,op:i}=z(n);if(i==="navigation"&&o&&s<o)continue;const a=ge(r.duration),c={[de]:"auto.ui.browser.metrics"},u=r.scripts[0],{invoker:d,invokerType:l,sourceURL:p,sourceFunctionName:f,sourceCharPosition:h}=u;c["browser.script.invoker"]=d,c["browser.script.invoker_type"]=l,p&&(c["code.filepath"]=p),f&&(c["code.function"]=f),h!==-1&&(c["browser.script.source_char_position"]=h),Ft(n,s,s+a,{name:"Main UI thread blocked",op:"ui.long-animation-frame",attributes:c})}}).observe({type:"long-animation-frame",buffered:!0})}function gv(){cn("event",({entries:e})=>{const t=be();if(t){for(const n of e)if(n.name==="click"){const r=ge(Re()+n.startTime),s=ge(n.duration),o={name:Pe(n.target),op:`ui.interaction.${n.name}`,startTime:r,attributes:{[de]:"auto.ui.browser.metrics"}},i=Ol(n.target);i&&(o.attributes["ui.component_name"]=i),Ft(t,r,r+s,o)}}})}function _v(){return Aa(({metric:e})=>{const t=e.entries[e.entries.length-1];t&&(Ye.cls={value:e.value,unit:""},Ds=t)},!0)}function yv(){return xa(({metric:e})=>{const t=e.entries[e.entries.length-1];t&&(Ye.lcp={value:e.value,unit:"millisecond"},Le=t)},!0)}function Sv(){return ZE(({metric:e})=>{e.entries[e.entries.length-1]&&(Ye.ttfb={value:e.value,unit:"millisecond"})})}function bv(e,t){const n=xr(),r=Re();if(!n?.getEntries||!r)return;const s=ge(r),o=n.getEntries(),{op:i,start_timestamp:a}=z(e);o.slice(ku).forEach(c=>{const u=ge(c.startTime),d=ge(Math.max(0,c.duration));if(!(i==="navigation"&&a&&s+u<a))switch(c.entryType){case"navigation":{Iv(e,c,s);break}case"mark":case"paint":case"measure":{vv(e,c,u,d,s,t.ignorePerformanceApiSpans);const l=Ca(),p=c.startTime<l.firstHiddenTime;c.name==="first-paint"&&p&&(Ye.fp={value:c.startTime,unit:"millisecond"}),c.name==="first-contentful-paint"&&p&&(Ye.fcp={value:c.startTime,unit:"millisecond"});break}case"resource":{Cv(e,c,c.name,u,d,s,t.ignoreResourceSpans);break}}}),ku=Math.max(o.length-1,0),Rv(e),i==="pageload"&&(Mv(Ye),t.recordClsOnPageloadSpan||delete Ye.cls,t.recordLcpOnPageloadSpan||delete Ye.lcp,Object.entries(Ye).forEach(([c,u])=>{Em(c,u.value,u.unit)}),e.setAttribute("performance.timeOrigin",s),e.setAttribute("performance.activationStart",Jn()),Av(e,t)),Le=void 0,Ds=void 0,Ye={}}function Ev(e){if(e?.entryType==="measure")try{return e.detail.devtools.track==="Components ⚛"}catch{return}}function vv(e,t,n,r,s,o){if(Ev(t)||["mark","measure"].includes(t.entryType)&&Xe(t.name,o))return;const i=Cr(!1),a=ge(i?i.requestStart:0),c=s+Math.max(n,a),u=s+n,d=u+r,l={[de]:"auto.resource.browser.metrics"};c!==u&&(l["sentry.browser.measure_happened_before_request"]=!0,l["sentry.browser.measure_start_time"]=c),Tv(l,t),c<=d&&Ft(e,c,d,{name:t.name,op:t.entryType,attributes:l})}function Tv(e,t){try{const n=t.detail;if(!n)return;if(typeof n=="object"){for(const[r,s]of Object.entries(n))if(s&&Dt(s))e[`sentry.browser.measure.detail.${r}`]=s;else if(s!==void 0)try{e[`sentry.browser.measure.detail.${r}`]=JSON.stringify(s)}catch{}return}if(Dt(n)){e["sentry.browser.measure.detail"]=n;return}try{e["sentry.browser.measure.detail"]=JSON.stringify(n)}catch{}}catch{}}function Iv(e,t,n){["unloadEvent","redirect","domContentLoadedEvent","loadEvent","connect"].forEach(r=>{jr(e,t,r,n)}),jr(e,t,"secureConnection",n,"TLS/SSL"),jr(e,t,"fetch",n,"cache"),jr(e,t,"domainLookup",n,"DNS"),kv(e,t,n)}function jr(e,t,n,r,s=n){const o=wv(n),i=t[o],a=t[`${n}Start`];!a||!i||Ft(e,r+ge(a),r+ge(i),{op:`browser.${s}`,name:t.name,attributes:{[de]:"auto.ui.browser.metrics",...n==="redirect"&&t.redirectCount!=null?{"http.redirect_count":t.redirectCount}:{}}})}function wv(e){return e==="secureConnection"?"connectEnd":e==="fetch"?"domainLookupStart":`${e}End`}function kv(e,t,n){const r=n+ge(t.requestStart),s=n+ge(t.responseEnd),o=n+ge(t.responseStart);t.responseEnd&&(Ft(e,r,s,{op:"browser.request",name:t.name,attributes:{[de]:"auto.ui.browser.metrics"}}),Ft(e,o,s,{op:"browser.response",name:t.name,attributes:{[de]:"auto.ui.browser.metrics"}}))}function Cv(e,t,n,r,s,o,i){if(t.initiatorType==="xmlhttprequest"||t.initiatorType==="fetch")return;const a=t.initiatorType?`resource.${t.initiatorType}`:"resource.other";if(i?.includes(a))return;const c={[de]:"auto.resource.browser.metrics"},u=Zt(n);u.protocol&&(c["url.scheme"]=u.protocol.split(":").pop()),u.host&&(c["server.address"]=u.host),c["url.same_origin"]=n.includes(j.location.origin),xv(t,c,[["responseStatus","http.response.status_code"],["transferSize","http.response_transfer_size"],["encodedBodySize","http.response_content_length"],["decodedBodySize","http.decoded_response_content_length"],["renderBlockingStatus","resource.render_blocking_status"],["deliveryType","http.response_delivery_type"]]);const d={...c,...kf(t)},l=o+r,p=l+s;Ft(e,l,p,{name:n.replace(j.location.origin,""),op:a,attributes:d})}function Rv(e){const t=j.navigator;if(!t)return;const n=t.connection;n&&(n.effectiveType&&e.setAttribute("effectiveConnectionType",n.effectiveType),n.type&&e.setAttribute("connectionType",n.type),Uo(n.rtt)&&(Ye["connection.rtt"]={value:n.rtt,unit:"millisecond"})),Uo(t.deviceMemory)&&e.setAttribute("deviceMemory",`${t.deviceMemory} GB`),Uo(t.hardwareConcurrency)&&e.setAttribute("hardwareConcurrency",String(t.hardwareConcurrency))}function Av(e,t){Le&&t.recordLcpOnPageloadSpan&&(Le.element&&e.setAttribute("lcp.element",Pe(Le.element)),Le.id&&e.setAttribute("lcp.id",Le.id),Le.url&&e.setAttribute("lcp.url",Le.url.trim().slice(0,200)),Le.loadTime!=null&&e.setAttribute("lcp.loadTime",Le.loadTime),Le.renderTime!=null&&e.setAttribute("lcp.renderTime",Le.renderTime),e.setAttribute("lcp.size",Le.size)),Ds?.sources&&t.recordClsOnPageloadSpan&&Ds.sources.forEach((n,r)=>e.setAttribute(`cls.source.${r+1}`,Pe(n.node)))}function xv(e,t,n){n.forEach(([r,s])=>{const o=e[r];o!=null&&(typeof o=="number"&&o<fv||typeof o=="string")&&(t[s]=o)})}function Mv(e){const t=Cr(!1);if(!t)return;const{responseStart:n,requestStart:r}=t;r<=n&&(e["ttfb.requestTime"]={value:n-r,unit:"millisecond"})}function Ov(){return xr()&&Re()?cn("element",Nv):()=>{}}const Nv=({entries:e})=>{const t=be(),n=t?Se(t):void 0,r=n?z(n).description:q().getScopeData().transactionName;e.forEach(s=>{const o=s;if(!o.identifier)return;const i=o.name,a=o.renderTime,c=o.loadTime,[u,d]=c?[ge(c),"load-time"]:a?[ge(a),"render-time"]:[he(),"entry-emission"],l=i==="image-paint"?ge(Math.max(0,(a??0)-(c??0))):0,p={[de]:"auto.ui.browser.elementtiming",[Ge]:"ui.elementtiming",[je]:"component","sentry.span_start_time_source":d,"sentry.transaction_name":r,"element.id":o.id,"element.type":o.element?.tagName?.toLowerCase()||"unknown","element.size":o.naturalWidth&&o.naturalHeight?`${o.naturalWidth}x${o.naturalHeight}`:void 0,"element.render_time":a,"element.load_time":c,"element.url":o.url||void 0,"element.identifier":o.identifier,"element.paint_type":i};zn({name:`element[${o.identifier}]`,attributes:p,startTime:u,onlyIfParent:!0},f=>{f.end(u+l)})})},Lv=1e3;let Cu,bi,Ei;function Cf(e){Bt("dom",e),Ut("dom",Pv)}function Pv(){if(!j.document)return;const e=ze.bind(null,"dom"),t=Ru(e,!0);j.document.addEventListener("click",t,!1),j.document.addEventListener("keypress",t,!1),["EventTarget","Node"].forEach(n=>{const s=j[n]?.prototype;s?.hasOwnProperty?.("addEventListener")&&(we(s,"addEventListener",function(o){return function(i,a,c){if(i==="click"||i=="keypress")try{const u=this.__sentry_instrumentation_handlers__=this.__sentry_instrumentation_handlers__||{},d=u[i]=u[i]||{refCount:0};if(!d.handler){const l=Ru(e);d.handler=l,o.call(this,i,l,c)}d.refCount++}catch{}return o.call(this,i,a,c)}}),we(s,"removeEventListener",function(o){return function(i,a,c){if(i==="click"||i=="keypress")try{const u=this.__sentry_instrumentation_handlers__||{},d=u[i];d&&(d.refCount--,d.refCount<=0&&(o.call(this,i,d.handler,c),d.handler=void 0,delete u[i]),Object.keys(u).length===0&&delete this.__sentry_instrumentation_handlers__)}catch{}return o.call(this,i,a,c)}}))})}function Dv(e){if(e.type!==bi)return!1;try{if(!e.target||e.target._sentryId!==Ei)return!1}catch{}return!0}function Fv(e,t){return e!=="keypress"?!1:t?.tagName?!(t.tagName==="INPUT"||t.tagName==="TEXTAREA"||t.isContentEditable):!0}function Ru(e,t=!1){return n=>{if(!n||n._sentryCaptured)return;const r=$v(n);if(Fv(n.type,r))return;De(n,"_sentryCaptured",!0),r&&!r._sentryId&&De(r,"_sentryId",Ee());const s=n.type==="keypress"?"input":n.type;Dv(n)||(e({event:n,name:s,global:t}),bi=n.type,Ei=r?r._sentryId:void 0),clearTimeout(Cu),Cu=j.setTimeout(()=>{Ei=void 0,bi=void 0},Lv)}}function $v(e){try{return e.target}catch{return null}}let zr;function po(e){const t="history";Bt(t,e),Ut(t,Bv)}function Bv(){if(j.addEventListener("popstate",()=>{const t=j.location.href,n=zr;if(zr=t,n===t)return;ze("history",{from:n,to:t})}),!zS())return;function e(t){return function(...n){const r=n.length>2?n[2]:void 0;if(r){const s=zr,o=Uv(String(r));if(zr=o,s===o)return t.apply(this,n);ze("history",{from:s,to:o})}return t.apply(this,n)}}we(j.history,"pushState",e),we(j.history,"replaceState",e)}function Uv(e){try{return new URL(e,j.location.origin).toString()}catch{return e}}const ds={};function Oa(e){const t=ds[e];if(t)return t;let n=j[e];if(li(n))return ds[e]=n.bind(j);const r=j.document;if(r&&typeof r.createElement=="function")try{const s=r.createElement("iframe");s.hidden=!0,r.head.appendChild(s);const o=s.contentWindow;o?.[e]&&(n=o[e]),r.head.removeChild(s)}catch(s){an&&m.warn(`Could not create sandbox iframe for ${e} check, bailing to window.${e}: `,s)}return n&&(ds[e]=n.bind(j))}function Hv(e){ds[e]=void 0}function Mr(...e){return Oa("setTimeout")(...e)}const pt="__sentry_xhr_v3__";function Na(e){Bt("xhr",e),Ut("xhr",Wv)}function Wv(){if(!j.XMLHttpRequest)return;const e=XMLHttpRequest.prototype;e.open=new Proxy(e.open,{apply(t,n,r){const s=new Error,o=he()*1e3,i=Ke(r[0])?r[0].toUpperCase():void 0,a=jv(r[1]);if(!i||!a)return t.apply(n,r);n[pt]={method:i,url:a,request_headers:{}},i==="POST"&&a.match(/sentry_key/)&&(n.__sentry_own_request__=!0);const c=()=>{const u=n[pt];if(u&&n.readyState===4){try{u.status_code=n.status}catch{}const d={endTimestamp:he()*1e3,startTimestamp:o,xhr:n,virtualError:s};ze("xhr",d)}};return"onreadystatechange"in n&&typeof n.onreadystatechange=="function"?n.onreadystatechange=new Proxy(n.onreadystatechange,{apply(u,d,l){return c(),u.apply(d,l)}}):n.addEventListener("readystatechange",c),n.setRequestHeader=new Proxy(n.setRequestHeader,{apply(u,d,l){const[p,f]=l,h=d[pt];return h&&Ke(p)&&Ke(f)&&(h.request_headers[p.toLowerCase()]=f),u.apply(d,l)}}),t.apply(n,r)}}),e.send=new Proxy(e.send,{apply(t,n,r){const s=n[pt];if(!s)return t.apply(n,r);r[0]!==void 0&&(s.body=r[0]);const o={startTimestamp:he()*1e3,xhr:n};return ze("xhr",o),t.apply(n,r)}})}function jv(e){if(Ke(e))return e;try{return e.toString()}catch{}}function Rf(e){return new URLSearchParams(e).toString()}function Fs(e,t=m){try{if(typeof e=="string")return[e];if(e instanceof URLSearchParams)return[e.toString()];if(e instanceof FormData)return[Rf(e)];if(!e)return[void 0]}catch(n){return an&&t.error(n,"Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return an&&t.log("Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}function La(e=[]){if(!(e.length!==2||typeof e[1]!="object"))return e[1].body}function Af(e){let t;try{t=e.getAllResponseHeaders()}catch(n){return an&&m.error(n,"Failed to get xhr response headers",e),{}}return t?t.split(`\r
491
491
  `).reduce((n,r)=>{const[s,o]=r.split(": ");return o&&(n[s.toLowerCase()]=o),n},{}):{}}const Ho=[],fs=new Map,pn=new Map,zv=60;function qv(){if(xr()&&Re()){const t=Gv();return()=>{t()}}return()=>{}}const vi={click:"click",pointerdown:"click",pointerup:"click",mousedown:"click",mouseup:"click",touchstart:"click",touchend:"click",mouseover:"hover",mouseout:"hover",mouseenter:"hover",mouseleave:"hover",pointerover:"hover",pointerout:"hover",pointerenter:"hover",pointerleave:"hover",dragstart:"drag",dragend:"drag",drag:"drag",dragenter:"drag",dragleave:"drag",dragover:"drag",drop:"drag",keydown:"press",keyup:"press",keypress:"press",input:"press"};function Gv(){return Ef(Vv)}const Vv=({metric:e})=>{if(e.value==null)return;const t=ge(e.value);if(t>zv)return;const n=e.entries.find(h=>h.duration===e.value&&vi[h.name]);if(!n)return;const{interactionId:r}=n,s=vi[n.name],o=ge(Re()+n.startTime),i=be(),a=i?Se(i):void 0,c=r!=null?fs.get(r):void 0,u=c?.span||a,d=u?z(u).description:q().getScopeData().transactionName,l=c?.elementName||Pe(n.target),p={[de]:"auto.http.browser.inp",[Ge]:`ui.interaction.${s}`,[jn]:n.duration},f=Ma({name:l,transaction:d,attributes:p,startTime:o});f&&(f.addEvent("inp",{[_r]:"millisecond",[yr]:e.value}),f.end(o+t))};function Yv(){const e=Object.keys(vi);xs()&&e.forEach(s=>{j.addEventListener(s,t,{capture:!0,passive:!0})});function t(s){const o=s.target;if(!o)return;const i=Pe(o),a=Math.round(s.timeStamp);if(pn.set(a,i),pn.size>50){const c=pn.keys().next().value;c!==void 0&&pn.delete(c)}}function n(s){const o=Math.round(s.startTime);let i=pn.get(o);if(!i)for(let a=-5;a<=5;a++){const c=pn.get(o+a);if(c){i=c;break}}return i||"<unknown>"}const r=({entries:s})=>{const o=be(),i=o&&Se(o);s.forEach(a=>{if(!ov(a))return;const c=a.interactionId;if(c==null||fs.has(c))return;const u=a.target?Pe(a.target):n(a);if(Ho.length>10){const d=Ho.shift();fs.delete(d)}Ho.push(c),fs.set(c,{span:i,elementName:u})})};cn("event",r),cn("first-input",r)}const Jv=40;function xf(e,t=Oa("fetch")){let n=0,r=0;async function s(o){const i=o.body.length;n+=i,r++;const a={body:o.body,method:"POST",referrerPolicy:"strict-origin",headers:e.headers,keepalive:n<=6e4&&r<15,...e.fetchOptions};try{const c=await t(e.url,a);return{statusCode:c.status,headers:{"x-sentry-rate-limits":c.headers.get("X-Sentry-Rate-Limits"),"retry-after":c.headers.get("Retry-After")}}}catch(c){throw Hv("fetch"),c}finally{n-=i,r--}}return Fg(e,s,Td(e.bufferSize||Jv))}const Kv=10,Xv=20,Qv=30,Zv=40,eT=50;function Ln(e,t,n,r){const s={filename:e,function:t==="<anonymous>"?ct:t,in_app:!0};return n!==void 0&&(s.lineno=n),r!==void 0&&(s.colno=r),s}const tT=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,nT=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,rT=/\((\S*)(?::(\d+))(?::(\d+))\)/,sT=/at (.+?) ?\(data:(.+?),/,oT=e=>{const t=e.match(sT);if(t)return{filename:`<data:${t[2]}>`,function:t[1]};const n=tT.exec(e);if(n){const[,s,o,i]=n;return Ln(s,ct,+o,+i)}const r=nT.exec(e);if(r){if(r[2]&&r[2].indexOf("eval")===0){const a=rT.exec(r[2]);a&&(r[2]=a[1],r[3]=a[2],r[4]=a[3])}const[o,i]=Mf(r[1]||ct,r[2]);return Ln(i,o,r[3]?+r[3]:void 0,r[4]?+r[4]:void 0)}},iT=[Qv,oT],aT=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,cT=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,uT=e=>{const t=aT.exec(e);if(t){if(t[3]&&t[3].indexOf(" > eval")>-1){const o=cT.exec(t[3]);o&&(t[1]=t[1]||"eval",t[3]=o[1],t[4]=o[2],t[5]="")}let r=t[3],s=t[1]||ct;return[s,r]=Mf(s,r),Ln(r,s,t[4]?+t[4]:void 0,t[5]?+t[5]:void 0)}},lT=[eT,uT],dT=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i,fT=e=>{const t=dT.exec(e);return t?Ln(t[2],t[1]||ct,+t[3],t[4]?+t[4]:void 0):void 0},aR=[Zv,fT],pT=/ line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i,hT=e=>{const t=pT.exec(e);return t?Ln(t[2],t[3]||ct,+t[1]):void 0},cR=[Kv,hT],mT=/ line (\d+), column (\d+)\s*(?:in (?:<anonymous function: ([^>]+)>|([^)]+))\(.*\))? in (.*):\s*$/i,gT=e=>{const t=mT.exec(e);return t?Ln(t[5],t[3]||t[4]||ct,+t[1],+t[2]):void 0},uR=[Xv,gT],_T=[iT,lT],yT=wl(..._T),Mf=(e,t)=>{const n=e.indexOf("safari-extension")!==-1,r=e.indexOf("safari-web-extension")!==-1;return n||r?[e.indexOf("@")!==-1?e.split("@")[0]:ct,n?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]};function lR(e,{metadata:t,tunnel:n,dsn:r}){const s={event_id:e.event_id,sent_at:new Date().toISOString(),...t?.sdk&&{sdk:{name:t.sdk.name,version:t.sdk.version}},...!!n&&!!r&&{dsn:It(r)}},o=ST(e);return tt(s,[o])}function ST(e){return[{type:"user_report"},e]}const R=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,qr=1024,bT="Breadcrumbs",ET=((e={})=>{const t={console:!0,dom:!0,fetch:!0,history:!0,sentry:!0,xhr:!0,...e};return{name:bT,setup(n){t.console&&ra(wT(n)),t.dom&&Cf(IT(n,t.dom)),t.xhr&&Na(kT(n)),t.fetch&&ga(CT(n)),t.history&&po(RT(n)),t.sentry&&n.on("beforeSendEvent",TT(n))}}}),vT=ET;function TT(e){return function(n){x()===e&&Et({category:`sentry.${n.type==="transaction"?"transaction":"event"}`,event_id:n.event_id,level:n.level,message:Gt(n)},{event:n})}}function IT(e,t){return function(r){if(x()!==e)return;let s,o,i=typeof t=="object"?t.serializeAttribute:void 0,a=typeof t=="object"&&typeof t.maxStringLength=="number"?t.maxStringLength:void 0;a&&a>qr&&(R&&m.warn(`\`dom.maxStringLength\` cannot exceed ${qr}, but a value of ${a} was configured. Sentry will use ${qr} instead.`),a=qr),typeof i=="string"&&(i=[i]);try{const u=r.event,d=AT(u)?u.target:u;s=Pe(d,{keyAttrs:i,maxStringLength:a}),o=Ol(d)}catch{s="<unknown>"}if(s.length===0)return;const c={category:`ui.${r.name}`,message:s};o&&(c.data={"ui.component_name":o}),Et(c,{event:r.event,name:r.name,global:r.global})}}function wT(e){return function(n){if(x()!==e)return;const r={category:"console",data:{arguments:n.args,logger:"console"},level:sa(n.level),message:_s(n.args," ")};if(n.level==="assert")if(n.args[0]===!1)r.message=`Assertion failed: ${_s(n.args.slice(1)," ")||"console.assert"}`,r.data.arguments=n.args.slice(1);else return;Et(r,{input:n.args,level:n.level})}}function kT(e){return function(n){if(x()!==e)return;const{startTimestamp:r,endTimestamp:s}=n,o=n.xhr[pt];if(!r||!s||!o)return;const{method:i,url:a,status_code:c,body:u}=o,d={method:i,url:a,status_code:c},l={xhr:n.xhr,input:u,startTimestamp:r,endTimestamp:s},p={category:"xhr",data:d,type:"http",level:Yd(c)};e.emit("beforeOutgoingRequestBreadcrumb",p,l),Et(p,l)}}function CT(e){return function(n){if(x()!==e)return;const{startTimestamp:r,endTimestamp:s}=n;if(s&&!(n.fetchData.url.match(/sentry_key/)&&n.fetchData.method==="POST"))if(n.fetchData.method,n.fetchData.url,n.error){const o=n.fetchData,i={data:n.error,input:n.args,startTimestamp:r,endTimestamp:s},a={category:"fetch",data:o,level:"error",type:"http"};e.emit("beforeOutgoingRequestBreadcrumb",a,i),Et(a,i)}else{const o=n.response,i={...n.fetchData,status_code:o?.status};n.fetchData.request_body_size,n.fetchData.response_body_size,o?.status;const a={input:n.args,response:o,startTimestamp:r,endTimestamp:s},c={category:"fetch",data:i,type:"http",level:Yd(i.status_code)};e.emit("beforeOutgoingRequestBreadcrumb",c,a),Et(c,a)}}}function RT(e){return function(n){if(x()!==e)return;let r=n.from,s=n.to;const o=Zt(B.location.href);let i=r?Zt(r):void 0;const a=Zt(s);i?.path||(i=o),o.protocol===a.protocol&&o.host===a.host&&(s=a.relative),o.protocol===i.protocol&&o.host===i.host&&(r=i.relative),Et({category:"navigation",data:{from:r,to:s}})}}function AT(e){return!!e&&!!e.target}const xT=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","BroadcastChannel","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","SharedWorker","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"],MT="BrowserApiErrors",OT=((e={})=>{const t={XMLHttpRequest:!0,eventTarget:!0,requestAnimationFrame:!0,setInterval:!0,setTimeout:!0,unregisterOriginalCallbacks:!1,...e};return{name:MT,setupOnce(){t.setTimeout&&we(B,"setTimeout",Au),t.setInterval&&we(B,"setInterval",Au),t.requestAnimationFrame&&we(B,"requestAnimationFrame",LT),t.XMLHttpRequest&&"XMLHttpRequest"in B&&we(XMLHttpRequest.prototype,"send",PT);const n=t.eventTarget;n&&(Array.isArray(n)?n:xT).forEach(s=>DT(s,t))}}}),NT=OT;function Au(e){return function(...t){const n=t[0];return t[0]=Nn(n,{mechanism:{handled:!1,type:`auto.browser.browserapierrors.${gt(e)}`}}),e.apply(this,t)}}function LT(e){return function(t){return e.apply(this,[Nn(t,{mechanism:{data:{handler:gt(e)},handled:!1,type:"auto.browser.browserapierrors.requestAnimationFrame"}})])}}function PT(e){return function(...t){const n=this;return["onload","onerror","onprogress","onreadystatechange"].forEach(s=>{s in n&&typeof n[s]=="function"&&we(n,s,function(o){const i={mechanism:{data:{handler:gt(o)},handled:!1,type:`auto.browser.browserapierrors.xhr.${s}`}},a=Bi(o);return a&&(i.mechanism.data.handler=gt(a)),Nn(o,i)})}),e.apply(this,t)}}function DT(e,t){const r=B[e]?.prototype;r?.hasOwnProperty?.("addEventListener")&&(we(r,"addEventListener",function(s){return function(o,i,a){try{FT(i)&&(i.handleEvent=Nn(i.handleEvent,{mechanism:{data:{handler:gt(i),target:e},handled:!1,type:"auto.browser.browserapierrors.handleEvent"}}))}catch{}return t.unregisterOriginalCallbacks&&$T(this,o,i),s.apply(this,[o,Nn(i,{mechanism:{data:{handler:gt(i),target:e},handled:!1,type:"auto.browser.browserapierrors.addEventListener"}}),a])}}),we(r,"removeEventListener",function(s){return function(o,i,a){try{const c=i.__sentry_wrapped__;c&&s.call(this,o,c,a)}catch{}return s.call(this,o,i,a)}}))}function FT(e){return typeof e.handleEvent=="function"}function $T(e,t,n){e&&typeof e=="object"&&"removeEventListener"in e&&typeof e.removeEventListener=="function"&&e.removeEventListener(t,n)}const BT=()=>({name:"BrowserSession",setupOnce(){if(typeof B.document>"u"){R&&m.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.");return}Cc({ignoreDuration:!0}),Rc(),po(({from:e,to:t})=>{e!==void 0&&e!==t&&(Cc({ignoreDuration:!0}),Rc())})}}),UT="GlobalHandlers",HT=((e={})=>{const t={onerror:!0,onunhandledrejection:!0,...e};return{name:UT,setupOnce(){Error.stackTraceLimit=50},setup(n){t.onerror&&(jT(n),xu("onerror")),t.onunhandledrejection&&(zT(n),xu("onunhandledrejection"))}}}),WT=HT;function jT(e){kl(t=>{const{stackParser:n,attachStacktrace:r}=Lf();if(x()!==e||df())return;const{msg:s,url:o,line:i,column:a,error:c}=t,u=qT(uo(n,c||s,void 0,r,!1),o,i,a);u.level="error",br(u,{originalException:c,mechanism:{handled:!1,type:"auto.browser.global_handlers.onerror"}})})}function zT(e){Cl(t=>{const{stackParser:n,attachStacktrace:r}=Lf();if(x()!==e||df())return;const s=Of(t),o=Dt(s)?Nf(s):uo(n,s,void 0,r,!0);o.level="error",br(o,{originalException:s,mechanism:{handled:!1,type:"auto.browser.global_handlers.onunhandledrejection"}})})}function Of(e){if(Dt(e))return e;try{if("reason"in e)return e.reason;if("detail"in e&&"reason"in e.detail)return e.detail.reason}catch{}return e}function Nf(e){return{exception:{values:[{type:"UnhandledRejection",value:`Non-Error promise rejection captured with value: ${String(e)}`}]}}}function qT(e,t,n,r){const s=e.exception=e.exception||{},o=s.values=s.values||[],i=o[0]=o[0]||{},a=i.stacktrace=i.stacktrace||{},c=a.frames=a.frames||[],u=r,d=n,l=GT(t)??un();return c.length===0&&c.push({colno:u,filename:l,function:ct,in_app:!0,lineno:d}),e}function xu(e){R&&m.log(`Global Handler attached: ${e}`)}function Lf(){return x()?.getOptions()||{stackParser:()=>[],attachStacktrace:!1}}function GT(e){if(!(!Ke(e)||e.length===0)){if(e.startsWith("data:")){const t=e.match(/^data:([^;]+)/),n=t?t[1]:"text/javascript",r=e.includes("base64,");return`<data:${n}${r?",base64":""}>`}return e.slice(0,1024)}}const VT=()=>({name:"HttpContext",preprocessEvent(e){if(!B.navigator&&!B.location&&!B.document)return;const t=va(),n={...t.headers,...e.request?.headers};e.request={...t,...e.request,headers:n}}}),YT="cause",JT=5,KT="LinkedErrors",XT=((e={})=>{const t=e.limit||JT,n=e.key||YT;return{name:KT,preprocessEvent(r,s,o){const i=o.getOptions();h_(Ta,i.stackParser,n,t,r,s)}}}),QT=XT;function ZT(){return e0()?(R&&$t(()=>{console.error("[Sentry] You cannot use Sentry.init() in a browser extension, see: https://docs.sentry.io/platforms/javascript/best-practices/browser-extensions/")}),!0):!1}function e0(){if(typeof B.window>"u")return!1;const e=B;if(e.nw||!(e.chrome||e.browser)?.runtime?.id)return!1;const n=un(),r=["chrome-extension","moz-extension","ms-browser-extension","safari-web-extension"];return!(B===B.top&&r.some(o=>n.startsWith(`${o}://`)))}function t0(e){return[i_(),n_(),NT(),vT(),WT(),QT(),T_(),VT(),BT()]}function dR(e={}){const t=!e.skipBrowserExtensionCheck&&ZT(),n={...e,enabled:t?!1:e.enabled,stackParser:th(e.stackParser||yT),integrations:ag({integrations:e.integrations,defaultIntegrations:e.defaultIntegrations==null?t0():e.defaultIntegrations}),transport:e.transport||xf};return Og(ME,n)}function fR(){}function pR(e){e()}function hR(e={}){const t=B.document,n=t?.head||t?.body;if(!n){R&&m.error("[showReportDialog] Global document not defined");return}const r=q(),o=x()?.getDsn();if(!o){R&&m.error("[showReportDialog] DSN not configured");return}const i={...e,user:{...r.getUser(),...e.user},eventId:e.eventId||Zm()},a=B.document.createElement("script");a.async=!0,a.crossOrigin="anonymous",a.src=og(o,i);const{onLoad:c,onClose:u}=i;if(c&&(a.onload=c),u){const d=l=>{if(l.data==="__sentry_reportdialog_closed__")try{u()}finally{B.removeEventListener("message",d)}};B.addEventListener("message",d)}n.appendChild(a)}const n0=$,r0="ReportingObserver",Mu=new WeakMap,s0=((e={})=>{const t=e.types||["crash","deprecation","intervention"];function n(r){if(Mu.has(x()))for(const s of r)et(o=>{o.setExtra("url",s.url);const i=`ReportingObserver [${s.type}]`;let a="No details available";if(s.body){const c={};for(const u in s.body)c[u]=s.body[u];if(o.setExtra("body",c),s.type==="crash"){const u=s.body;a=[u.crashId||"",u.reason||""].join(" ").trim()||a}else a=s.body.message||a}si(`${i}: ${a}`)})}return{name:r0,setupOnce(){if(!GS())return;new n0.ReportingObserver(n,{buffered:!0,types:t}).observe()},setup(r){Mu.set(r,!0)}}}),mR=s0,o0="HttpClient",i0=((e={})=>{const t={failedRequestStatusCodes:[[500,599]],failedRequestTargets:[/.*/],...e};return{name:o0,setup(n){h0(n,t),m0(n,t)}}}),gR=i0;function a0(e,t,n,r,s){if(Df(e,n.status,n.url)){const o=g0(t,r);let i,a,c,u;$f()&&([i,c]=Ou("Cookie",o),[a,u]=Ou("Set-Cookie",n));const d=Ff({url:o.url,method:o.method,status:n.status,requestHeaders:i,responseHeaders:a,requestCookies:c,responseCookies:u,error:s,type:"fetch"});br(d)}}function Ou(e,t){const n=l0(t.headers);let r;try{const s=n[e]||n[e.toLowerCase()]||void 0;s&&(r=Pf(s))}catch{}return[n,r]}function c0(e,t,n,r,s){if(Df(e,t.status,t.responseURL)){let o,i,a;if($f()){try{const u=t.getResponseHeader("Set-Cookie")||t.getResponseHeader("set-cookie")||void 0;u&&(i=Pf(u))}catch{}try{a=d0(t)}catch{}o=r}const c=Ff({url:t.responseURL,method:n,status:t.status,requestHeaders:o,responseHeaders:a,responseCookies:i,error:s,type:"xhr"});br(c)}}function u0(e){if(e){const t=e["Content-Length"]||e["content-length"];if(t)return parseInt(t,10)}}function Pf(e){return e.split("; ").reduce((t,n)=>{const[r,s]=n.split("=");return r&&s&&(t[r]=s),t},{})}function l0(e){const t={};return e.forEach((n,r)=>{t[r]=n}),t}function d0(e){const t=e.getAllResponseHeaders();return t?t.split(`\r
492
492
  `).reduce((n,r)=>{const[s,o]=r.split(": ");return s&&o&&(n[s]=o),n},{}):{}}function f0(e,t){return e.some(n=>typeof n=="string"?t.includes(n):n.test(t))}function p0(e,t){return e.some(n=>typeof n=="number"?n===t:t>=n[0]&&t<=n[1])}function h0(e,t){Jd()&&ga(n=>{if(x()!==e)return;const{response:r,args:s,error:o,virtualError:i}=n,[a,c]=s;r&&a0(t,a,r,c,o||i)},!1)}function m0(e,t){"XMLHttpRequest"in $&&Na(n=>{if(x()!==e)return;const{error:r,virtualError:s}=n,o=n.xhr,i=o[pt];if(!i)return;const{method:a,request_headers:c}=i;try{c0(t,o,a,c,r||s)}catch(u){R&&m.warn("Error while extracting response event form XHR response",u)}})}function Df(e,t,n){return p0(e.failedRequestStatusCodes,t)&&f0(e.failedRequestTargets,n)&&!Ad(n,x())}function Ff(e){const t=x(),n=t&&e.error&&e.error instanceof Error?e.error.stack:void 0,r=n&&t?t.getOptions().stackParser(n,0,1):void 0,s=`HTTP Client Error with status code: ${e.status}`,o={message:s,exception:{values:[{type:"Error",value:s,stacktrace:r?{frames:r}:void 0}]},request:{url:e.url,method:e.method,headers:e.requestHeaders,cookies:e.requestCookies},contexts:{response:{status_code:e.status,headers:e.responseHeaders,cookies:e.responseCookies,body_size:u0(e.responseHeaders)}}};return yt(o,{type:`auto.http.client.${e.type}`,handled:!1}),o}function g0(e,t){return!t&&e instanceof Request||e instanceof Request&&e.bodyUsed?e:new Request(e,t)}function $f(){const e=x();return e?!!e.getOptions().sendDefaultPii:!1}const Wo=$,_0=7,y0="ContextLines",S0=((e={})=>{const t=e.frameContextLines!=null?e.frameContextLines:_0;return{name:y0,processEvent(n){return b0(n,t)}}}),_R=S0;function b0(e,t){const n=Wo.document,r=Wo.location&&Rd(Wo.location.href);if(!n||!r)return e;const s=e.exception?.values;if(!s?.length)return e;const o=n.documentElement.innerHTML;if(!o)return e;const i=["<!DOCTYPE html>","<html>",...o.split(`
493
- `),"</html>"];return s.forEach(a=>{const c=a.stacktrace;c?.frames&&(c.frames=c.frames.map(u=>E0(u,i,r,t)))}),e}function E0(e,t,n,r){return e.filename!==n||!e.lineno||!t.length||hh(t,e,r),e}const v0="GraphQLClient",T0=(e=>({name:v0,setup(t){I0(t,e),w0(t,e)}}));function I0(e,t){e.on("beforeOutgoingRequestSpan",(n,r)=>{const o=z(n).data||{};if(!(o[Ge]==="http.client"))return;const c=o[Ah]||o["http.url"],u=o[Rh]||o["http.method"];if(!Ke(c)||!Ke(u))return;const{endpoints:d}=t,l=Xe(c,d),p=Uf(r);if(l&&p){const f=Hf(p);if(f){const h=Bf(f);n.updateName(`${u} ${c} (${h})`),n.setAttribute("graphql.document",p)}}})}function w0(e,t){e.on("beforeOutgoingRequestBreadcrumb",(n,r)=>{const{category:s,type:o,data:i}=n;if(o==="http"&&(s==="fetch"||s==="xhr")){const d=i?.url,{endpoints:l}=t,p=Xe(d,l),f=Uf(r);if(p&&i&&f){const h=Hf(f);if(!i.graphql&&h){const g=Bf(h);i["graphql.document"]=h.query,i["graphql.operation"]=g}}}})}function Bf(e){const{query:t,operationName:n}=e,{operationName:r=n,operationType:s}=k0(t);return r?`${s} ${r}`:`${s}`}function Uf(e){const t="xhr"in e;let n;if(t){const r=e.xhr[pt];n=r&&Fs(r.body)[0]}else{const r=La(e.input);n=Fs(r)[0]}return n}function k0(e){const t=/^(?:\s*)(query|mutation|subscription)(?:\s*)(\w+)(?:\s*)[{(]/,n=/^(?:\s*)(query|mutation|subscription)(?:\s*)[{(]/,r=e.match(t);if(r)return{operationType:r[1],operationName:r[2]};const s=e.match(n);return s?{operationType:s[1],operationName:void 0}:{operationType:void 0,operationName:void 0}}function Hf(e){let t;try{const n=JSON.parse(e);!!n.query&&(t=n)}finally{return t}}const yR=T0,ue=$,Pa="sentryReplaySession",C0="replay_event",Da="Unable to send Replay",R0=3e5,A0=9e5,x0=5e3,M0=5500,O0=6e4,N0=5e3,L0=3,Nu=15e4,Gr=5e3,P0=3e3,D0=300,Fa=2e7,F0=4999,$0=15e3,Lu=36e5;var B0=Object.defineProperty,U0=(e,t,n)=>t in e?B0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pu=(e,t,n)=>U0(e,typeof t!="symbol"?t+"":t,n),ye=(e=>(e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment",e))(ye||{});function H0(e){return e.nodeType===e.ELEMENT_NODE}function sr(e){return e?.host?.shadowRoot===e}function or(e){return Object.prototype.toString.call(e)==="[object ShadowRoot]"}function W0(e){return e.includes(" background-clip: text;")&&!e.includes(" -webkit-background-clip: text;")&&(e=e.replace(/\sbackground-clip:\s*text;/g," -webkit-background-clip: text; background-clip: text;")),e}function j0(e){const{cssText:t}=e;if(t.split('"').length<3)return t;const n=["@import",`url(${JSON.stringify(e.href)})`];return e.layerName===""?n.push("layer"):e.layerName&&n.push(`layer(${e.layerName})`),e.supportsText&&n.push(`supports(${e.supportsText})`),e.media.length&&n.push(e.media.mediaText),n.join(" ")+";"}function $s(e){try{const t=e.rules||e.cssRules;return t?W0(Array.from(t,Wf).join("")):null}catch{return null}}function z0(e){let t="";for(let n=0;n<e.style.length;n++){const r=e.style,s=r[n],o=r.getPropertyPriority(s);t+=`${s}:${r.getPropertyValue(s)}${o?" !important":""};`}return`${e.selectorText} { ${t} }`}function Wf(e){let t;if(G0(e))try{t=$s(e.styleSheet)||j0(e)}catch{}else if(V0(e)){let n=e.cssText;const r=e.selectorText.includes(":"),s=typeof e.style.all=="string"&&e.style.all;if(s&&(n=z0(e)),r&&(n=q0(n)),r||s)return n}return t||e.cssText}function q0(e){const t=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm;return e.replace(t,"$1\\$2")}function G0(e){return"styleSheet"in e}function V0(e){return"selectorText"in e}let jf=class{constructor(){Pu(this,"idNodeMap",new Map),Pu(this,"nodeMetaMap",new WeakMap)}getId(t){return t?this.getMeta(t)?.id??-1:-1}getNode(t){return this.idNodeMap.get(t)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(t){return this.nodeMetaMap.get(t)||null}removeNodeFromMap(t){const n=this.getId(t);this.idNodeMap.delete(n),t.childNodes&&t.childNodes.forEach(r=>this.removeNodeFromMap(r))}has(t){return this.idNodeMap.has(t)}hasNode(t){return this.nodeMetaMap.has(t)}add(t,n){const r=n.id;this.idNodeMap.set(r,t),this.nodeMetaMap.set(t,n)}replace(t,n){const r=this.getNode(t);if(r){const s=this.nodeMetaMap.get(r);s&&this.nodeMetaMap.set(n,s)}this.idNodeMap.set(t,n)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}};function Y0(){return new jf}function ho({maskInputOptions:e,tagName:t,type:n}){return t==="OPTION"&&(t="SELECT"),!!(e[t.toLowerCase()]||n&&e[n]||n==="password"||t==="INPUT"&&!n&&e.text)}function lr({isMasked:e,element:t,value:n,maskInputFn:r}){let s=n||"";return e?(r&&(s=r(s,t)),"*".repeat(s.length)):s}function Pn(e){return e.toLowerCase()}function Ti(e){return e.toUpperCase()}const Du="__rrweb_original__";function J0(e){const t=e.getContext("2d");if(!t)return!0;const n=50;for(let r=0;r<e.width;r+=n)for(let s=0;s<e.height;s+=n){const o=t.getImageData,i=Du in o?o[Du]:o;if(new Uint32Array(i.call(t,r,s,Math.min(n,e.width-r),Math.min(n,e.height-s)).data.buffer).some(c=>c!==0))return!1}return!0}function $a(e){const t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?Pn(t):null}function Bs(e,t,n){return t==="INPUT"&&(n==="radio"||n==="checkbox")?e.getAttribute("value")||"":e.value}function zf(e,t){let n;try{n=new URL(e,t??window.location.href)}catch{return null}const r=/\.([0-9a-z]+)(?:$)/i;return n.pathname.match(r)?.[1]??null}const Fu={};function qf(e){const t=Fu[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);const o=s.contentWindow;o&&o[e]&&(r=o[e]),n.head.removeChild(s)}catch{}return Fu[e]=r.bind(window)}function Ii(...e){return qf("setTimeout")(...e)}function Gf(...e){return qf("clearTimeout")(...e)}function Vf(e){try{return e.contentDocument}catch{}}let K0=1;const X0=new RegExp("[^a-z0-9-_:]"),dr=-2;function Ba(){return K0++}function Q0(e){if(e instanceof HTMLFormElement)return"form";const t=Pn(e.tagName);return X0.test(t)?"div":t}function Z0(e){let t="";return e.indexOf("//")>-1?t=e.split("/").slice(0,3).join("/"):t=e.split("/")[0],t=t.split("?")[0],t}let hn,$u;const eI=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,tI=/^(?:[a-z+]+:)?\/\//i,nI=/^www\..*/i,rI=/^(data:)([^,]*),(.*)/i;function Us(e,t){return(e||"").replace(eI,(n,r,s,o,i,a)=>{const c=s||i||a,u=r||o||"";if(!c)return n;if(tI.test(c)||nI.test(c))return`url(${u}${c}${u})`;if(rI.test(c))return`url(${u}${c}${u})`;if(c[0]==="/")return`url(${u}${Z0(t)+c}${u})`;const d=t.split("/"),l=c.split("/");d.pop();for(const p of l)p!=="."&&(p===".."?d.pop():d.push(p));return`url(${u}${d.join("/")}${u})`})}const sI=/^[^ \t\n\r\u000c]+/,oI=/^[, \t\n\r\u000c]+/;function iI(e,t){if(t.trim()==="")return t;let n=0;function r(o){let i;const a=o.exec(t.substring(n));return a?(i=a[0],n+=i.length,i):""}const s=[];for(;r(oI),!(n>=t.length);){let o=r(sI);if(o.slice(-1)===",")o=yn(e,o.substring(0,o.length-1)),s.push(o);else{let i="";o=yn(e,o);let a=!1;for(;;){const c=t.charAt(n);if(c===""){s.push((o+i).trim());break}else if(a)c===")"&&(a=!1);else if(c===","){n+=1,s.push((o+i).trim());break}else c==="("&&(a=!0);i+=c,n+=1}}}return s.join(", ")}const Bu=new WeakMap;function yn(e,t){return!t||t.trim()===""?t:mo(e,t)}function aI(e){return!!(e.tagName==="svg"||e.ownerSVGElement)}function mo(e,t){let n=Bu.get(e);if(n||(n=e.createElement("a"),Bu.set(e,n)),!t)t="";else if(t.startsWith("blob:")||t.startsWith("data:"))return t;return n.setAttribute("href",t),n.href}function Yf(e,t,n,r,s,o){return r&&(n==="src"||n==="href"&&!(t==="use"&&r[0]==="#")||n==="xlink:href"&&r[0]!=="#"||n==="background"&&(t==="table"||t==="td"||t==="th")?yn(e,r):n==="srcset"?iI(e,r):n==="style"?Us(r,mo(e)):t==="object"&&n==="data"?yn(e,r):typeof o=="function"?o(n,r,s):r)}function Jf(e,t,n){return(e==="video"||e==="audio")&&t==="autoplay"}function cI(e,t,n,r){try{if(r&&e.matches(r))return!1;if(typeof t=="string"){if(e.classList.contains(t))return!0}else for(let s=e.classList.length;s--;){const o=e.classList[s];if(t.test(o))return!0}if(n)return e.matches(n)}catch{}return!1}function uI(e,t){for(let n=e.classList.length;n--;){const r=e.classList[n];if(t.test(r))return!0}return!1}function Jt(e,t,n=1/0,r=0){return!e||e.nodeType!==e.ELEMENT_NODE||r>n?-1:t(e)?r:Jt(e.parentNode,t,n,r+1)}function Sn(e,t){return n=>{const r=n;if(r===null)return!1;try{if(e){if(typeof e=="string"){if(r.matches(`.${e}`))return!0}else if(uI(r,e))return!0}return!!(t&&r.matches(t))}catch{return!1}}}function Dn(e,t,n,r,s,o){try{const i=e.nodeType===e.ELEMENT_NODE?e:e.parentElement;if(i===null)return!1;if(i.tagName==="INPUT"){const u=i.getAttribute("autocomplete");if(["current-password","new-password","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc"].includes(u))return!0}let a=-1,c=-1;if(o){if(c=Jt(i,Sn(r,s)),c<0)return!0;a=Jt(i,Sn(t,n),c>=0?c:1/0)}else{if(a=Jt(i,Sn(t,n)),a<0)return!1;c=Jt(i,Sn(r,s),a>=0?a:1/0)}return a>=0?c>=0?a<=c:!0:c>=0?!1:!!o}catch{}return!!o}function lI(e,t,n){const r=e.contentWindow;if(!r)return;let s=!1,o;try{o=r.document.readyState}catch{return}if(o!=="complete"){const a=Ii(()=>{s||(t(),s=!0)},n);e.addEventListener("load",()=>{Gf(a),s=!0,t()});return}const i="about:blank";if(r.location.href!==i||e.src===i||e.src==="")return Ii(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}function dI(e,t,n){let r=!1,s;try{s=e.sheet}catch{return}if(s)return;const o=Ii(()=>{r||(t(),r=!0)},n);e.addEventListener("load",()=>{Gf(o),r=!0,t()})}function fI(e,t){const{doc:n,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskAttributeFn:c,maskTextClass:u,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:p,inlineStylesheet:f,maskInputOptions:h={},maskTextFn:g,maskInputFn:_,dataURLOptions:y={},inlineImages:S,recordCanvas:O,keepIframeSrcFn:v,newlyAddedElement:N=!1}=t,k=pI(n,r);switch(e.nodeType){case e.DOCUMENT_NODE:return e.compatMode!=="CSS1Compat"?{type:ye.Document,childNodes:[],compatMode:e.compatMode}:{type:ye.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:ye.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:k};case e.ELEMENT_NODE:return mI(e,{doc:n,blockClass:s,blockSelector:o,unblockSelector:i,inlineStylesheet:f,maskAttributeFn:c,maskInputOptions:h,maskInputFn:_,dataURLOptions:y,inlineImages:S,recordCanvas:O,keepIframeSrcFn:v,newlyAddedElement:N,rootId:k,maskTextClass:u,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:p});case e.TEXT_NODE:return hI(e,{doc:n,maskAllText:a,maskTextClass:u,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:p,maskTextFn:g,maskInputOptions:h,maskInputFn:_,rootId:k});case e.CDATA_SECTION_NODE:return{type:ye.CDATA,textContent:"",rootId:k};case e.COMMENT_NODE:return{type:ye.Comment,textContent:e.textContent||"",rootId:k};default:return!1}}function pI(e,t){if(!t.hasNode(e))return;const n=t.getId(e);return n===1?void 0:n}function hI(e,t){const{maskAllText:n,maskTextClass:r,unmaskTextClass:s,maskTextSelector:o,unmaskTextSelector:i,maskTextFn:a,maskInputOptions:c,maskInputFn:u,rootId:d}=t,l=e.parentNode&&e.parentNode.tagName;let p=e.textContent;const f=l==="STYLE"?!0:void 0,h=l==="SCRIPT"?!0:void 0,g=l==="TEXTAREA"?!0:void 0;if(f&&p){try{e.nextSibling||e.previousSibling||e.parentNode.sheet?.cssRules&&(p=$s(e.parentNode.sheet))}catch(y){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${y}`,e)}p=Us(p,mo(t.doc))}h&&(p="SCRIPT_PLACEHOLDER");const _=Dn(e,r,o,s,i,n);if(!f&&!h&&!g&&p&&_&&(p=a?a(p,e.parentElement):p.replace(/[\S]/g,"*")),g&&p&&(c.textarea||_)&&(p=u?u(p,e.parentNode):p.replace(/[\S]/g,"*")),l==="OPTION"&&p){const y=ho({type:null,tagName:l,maskInputOptions:c});p=lr({isMasked:Dn(e,r,o,s,i,y),element:e,value:p,maskInputFn:u})}return{type:ye.Text,textContent:p||"",isStyle:f,rootId:d}}function mI(e,t){const{doc:n,blockClass:r,blockSelector:s,unblockSelector:o,inlineStylesheet:i,maskInputOptions:a={},maskAttributeFn:c,maskInputFn:u,dataURLOptions:d={},inlineImages:l,recordCanvas:p,keepIframeSrcFn:f,newlyAddedElement:h=!1,rootId:g,maskTextClass:_,unmaskTextClass:y,maskTextSelector:S,unmaskTextSelector:O}=t,v=cI(e,r,s,o),N=Q0(e);let k={};const b=e.attributes.length;for(let E=0;E<b;E++){const C=e.attributes[E];C.name&&!Jf(N,C.name,C.value)&&(k[C.name]=Yf(n,N,Pn(C.name),C.value,e,c))}if(N==="link"&&i){const E=Array.from(n.styleSheets).find(D=>D.href===e.href);let C=null;E&&(C=$s(E)),C&&(k.rel=null,k.href=null,k.crossorigin=null,k._cssText=Us(C,E.href))}if(N==="style"&&e.sheet&&!(e.innerText||e.textContent||"").trim().length){const E=$s(e.sheet);E&&(k._cssText=Us(E,mo(n)))}if(N==="input"||N==="textarea"||N==="select"||N==="option"){const E=e,C=$a(E),D=Bs(E,Ti(N),C),w=E.checked;if(C!=="submit"&&C!=="button"&&D){const A=Dn(E,_,S,y,O,ho({type:C,tagName:Ti(N),maskInputOptions:a}));k.value=lr({isMasked:A,element:E,value:D,maskInputFn:u})}w&&(k.checked=w)}if(N==="option"&&(e.selected&&!a.select?k.selected=!0:delete k.selected),N==="canvas"&&p){if(e.__context==="2d")J0(e)||(k.rr_dataURL=e.toDataURL(d.type,d.quality));else if(!("__context"in e)){const E=e.toDataURL(d.type,d.quality),C=n.createElement("canvas");C.width=e.width,C.height=e.height;const D=C.toDataURL(d.type,d.quality);E!==D&&(k.rr_dataURL=E)}}if(N==="img"&&l){hn||(hn=n.createElement("canvas"),$u=hn.getContext("2d"));const E=e,C=E.currentSrc||E.getAttribute("src")||"<unknown-src>",D=E.crossOrigin,w=()=>{E.removeEventListener("load",w);try{hn.width=E.naturalWidth,hn.height=E.naturalHeight,$u.drawImage(E,0,0),k.rr_dataURL=hn.toDataURL(d.type,d.quality)}catch(A){if(E.crossOrigin!=="anonymous"){E.crossOrigin="anonymous",E.complete&&E.naturalWidth!==0?w():E.addEventListener("load",w);return}else console.warn(`Cannot inline img src=${C}! Error: ${A}`)}E.crossOrigin==="anonymous"&&(D?k.crossOrigin=D:E.removeAttribute("crossorigin"))};E.complete&&E.naturalWidth!==0?w():E.addEventListener("load",w)}if((N==="audio"||N==="video")&&(k.rr_mediaState=e.paused?"paused":"played",k.rr_mediaCurrentTime=e.currentTime),h||(e.scrollLeft&&(k.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(k.rr_scrollTop=e.scrollTop)),v){const{width:E,height:C}=e.getBoundingClientRect();k={class:k.class,rr_width:`${E}px`,rr_height:`${C}px`}}N==="iframe"&&!f(k.src)&&(!v&&!Vf(e)&&(k.rr_src=k.src),delete k.src);let I;try{customElements.get(N)&&(I=!0)}catch{}return{type:ye.Element,tagName:N,attributes:k,childNodes:[],isSVG:aI(e)||void 0,needBlock:v,rootId:g,isCustom:I}}function ce(e){return e==null?"":e.toLowerCase()}function gI(e,t){if(t.comment&&e.type===ye.Comment)return!0;if(e.type===ye.Element){if(t.script&&(e.tagName==="script"||e.tagName==="link"&&(e.attributes.rel==="preload"||e.attributes.rel==="modulepreload")||e.tagName==="link"&&e.attributes.rel==="prefetch"&&typeof e.attributes.href=="string"&&zf(e.attributes.href)==="js"))return!0;if(t.headFavicon&&(e.tagName==="link"&&e.attributes.rel==="shortcut icon"||e.tagName==="meta"&&(ce(e.attributes.name).match(/^msapplication-tile(image|color)$/)||ce(e.attributes.name)==="application-name"||ce(e.attributes.rel)==="icon"||ce(e.attributes.rel)==="apple-touch-icon"||ce(e.attributes.rel)==="shortcut icon")))return!0;if(e.tagName==="meta"){if(t.headMetaDescKeywords&&ce(e.attributes.name).match(/^description|keywords$/))return!0;if(t.headMetaSocial&&(ce(e.attributes.property).match(/^(og|twitter|fb):/)||ce(e.attributes.name).match(/^(og|twitter):/)||ce(e.attributes.name)==="pinterest"))return!0;if(t.headMetaRobots&&(ce(e.attributes.name)==="robots"||ce(e.attributes.name)==="googlebot"||ce(e.attributes.name)==="bingbot"))return!0;if(t.headMetaHttpEquiv&&e.attributes["http-equiv"]!==void 0)return!0;if(t.headMetaAuthorship&&(ce(e.attributes.name)==="author"||ce(e.attributes.name)==="generator"||ce(e.attributes.name)==="framework"||ce(e.attributes.name)==="publisher"||ce(e.attributes.name)==="progid"||ce(e.attributes.property).match(/^article:/)||ce(e.attributes.property).match(/^product:/)))return!0;if(t.headMetaVerification&&(ce(e.attributes.name)==="google-site-verification"||ce(e.attributes.name)==="yandex-verification"||ce(e.attributes.name)==="csrf-token"||ce(e.attributes.name)==="p:domain_verify"||ce(e.attributes.name)==="verify-v1"||ce(e.attributes.name)==="verification"||ce(e.attributes.name)==="shopify-checkout-api-token"))return!0}}return!1}function bn(e,t){const{doc:n,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:p=!1,inlineStylesheet:f=!0,maskInputOptions:h={},maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O={},inlineImages:v=!1,recordCanvas:N=!1,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I=5e3,onBlockedImageLoad:E,onStylesheetLoad:C,stylesheetLoadTimeout:D=5e3,keepIframeSrcFn:w=()=>!1,newlyAddedElement:A=!1}=t;let{preserveWhiteSpace:G=!0}=t;const K=fI(e,{doc:n,mirror:r,blockClass:s,blockSelector:o,maskAllText:a,unblockSelector:i,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,dataURLOptions:O,inlineImages:v,recordCanvas:N,keepIframeSrcFn:w,newlyAddedElement:A});if(!K)return console.warn(e,"not serialized"),null;let X;r.hasNode(e)?X=r.getId(e):gI(K,S)||!G&&K.type===ye.Text&&!K.isStyle&&!K.textContent.replace(/^\s+|\s+$/gm,"").length?X=dr:X=Ba();const F=Object.assign(K,{id:X});if(r.add(e,F),X===dr)return null;k&&k(e);let L=!p;if(F.type===ye.Element){L=L&&!F.needBlock;const P=e.shadowRoot;P&&or(P)&&(F.isShadowHost=!0)}if((F.type===ye.Document||F.type===ye.Element)&&L){S.headWhitespace&&F.type===ye.Element&&F.tagName==="head"&&(G=!1);const P={doc:n,mirror:r,blockClass:s,blockSelector:o,maskAllText:a,unblockSelector:i,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:p,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O,inlineImages:v,recordCanvas:N,preserveWhiteSpace:G,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I,onBlockedImageLoad:E,onStylesheetLoad:C,stylesheetLoadTimeout:D,keepIframeSrcFn:w},M=e.childNodes?Array.from(e.childNodes):[];for(const J of M){const se=bn(J,P);se&&F.childNodes.push(se)}if(H0(e)&&e.shadowRoot)for(const J of Array.from(e.shadowRoot.childNodes)){const se=bn(J,P);se&&(or(e.shadowRoot)&&(se.isShadow=!0),F.childNodes.push(se))}}if(e.parentNode&&sr(e.parentNode)&&or(e.parentNode)&&(F.isShadow=!0),F.type===ye.Element&&F.tagName==="iframe"&&!F.needBlock&&lI(e,()=>{const P=Vf(e);if(P&&b){const M=bn(P,{doc:P,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:!1,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O,inlineImages:v,recordCanvas:N,preserveWhiteSpace:G,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I,onStylesheetLoad:C,stylesheetLoadTimeout:D,keepIframeSrcFn:w});M&&b(e,M)}},I),F.type===ye.Element&&F.tagName==="img"&&!e.complete&&F.needBlock){const P=e,M=()=>{if(P.isConnected&&!P.complete&&E)try{const J=P.getBoundingClientRect();J.width>0&&J.height>0&&E(P,F,J)}catch{}P.removeEventListener("load",M)};P.isConnected&&P.addEventListener("load",M)}return F.type===ye.Element&&F.tagName==="link"&&typeof F.attributes.rel=="string"&&(F.attributes.rel==="stylesheet"||F.attributes.rel==="preload"&&typeof F.attributes.href=="string"&&zf(F.attributes.href)==="css")&&dI(e,()=>{if(C){const P=bn(e,{doc:n,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:!1,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O,inlineImages:v,recordCanvas:N,preserveWhiteSpace:G,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I,onStylesheetLoad:C,stylesheetLoadTimeout:D,keepIframeSrcFn:w});P&&C(e,P)}},D),F.type===ye.Element&&delete F.needBlock,F}function _I(e,t){const{mirror:n=new jf,blockClass:r="rr-block",blockSelector:s=null,unblockSelector:o=null,maskAllText:i=!1,maskTextClass:a="rr-mask",unmaskTextClass:c=null,maskTextSelector:u=null,unmaskTextSelector:d=null,inlineStylesheet:l=!0,inlineImages:p=!1,recordCanvas:f=!1,maskAllInputs:h=!1,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOM:S=!1,dataURLOptions:O,preserveWhiteSpace:v,onSerialize:N,onIframeLoad:k,iframeLoadTimeout:b,onBlockedImageLoad:I,onStylesheetLoad:E,stylesheetLoadTimeout:C,keepIframeSrcFn:D=()=>!1}=t||{};return bn(e,{doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,maskAllText:i,maskTextClass:a,unmaskTextClass:c,maskTextSelector:u,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:l,maskInputOptions:h===!0?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:h===!1?{}:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S===!0||S==="all"?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:S==="all",headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:S===!1?{}:S,dataURLOptions:O,inlineImages:p,recordCanvas:f,preserveWhiteSpace:v,onSerialize:N,onIframeLoad:k,iframeLoadTimeout:b,onBlockedImageLoad:I,onStylesheetLoad:E,stylesheetLoadTimeout:C,keepIframeSrcFn:D,newlyAddedElement:!1})}function Oe(e,t,n=document){const r={capture:!0,passive:!0};return n.addEventListener(e,t,r),()=>n.removeEventListener(e,t,r)}const mn=`Please stop import mirror directly. Instead of that,\r
493
+ `),"</html>"];return s.forEach(a=>{const c=a.stacktrace;c?.frames&&(c.frames=c.frames.map(u=>E0(u,i,r,t)))}),e}function E0(e,t,n,r){return e.filename!==n||!e.lineno||!t.length||hh(t,e,r),e}const v0="GraphQLClient",T0=(e=>({name:v0,setup(t){I0(t,e),w0(t,e)}}));function I0(e,t){e.on("beforeOutgoingRequestSpan",(n,r)=>{const o=z(n).data||{};if(!(o[Ge]==="http.client"))return;const c=o[Ah]||o["http.url"],u=o[Rh]||o["http.method"];if(!Ke(c)||!Ke(u))return;const{endpoints:d}=t,l=Xe(c,d),p=Uf(r);if(l&&p){const f=Hf(p);if(f){const h=Bf(f);n.updateName(`${u} ${c} (${h})`),n.setAttribute("graphql.document",p)}}})}function w0(e,t){e.on("beforeOutgoingRequestBreadcrumb",(n,r)=>{const{category:s,type:o,data:i}=n;if(o==="http"&&(s==="fetch"||s==="xhr")){const d=i?.url,{endpoints:l}=t,p=Xe(d,l),f=Uf(r);if(p&&i&&f){const h=Hf(f);if(!i.graphql&&h){const g=Bf(h);i["graphql.document"]=h.query,i["graphql.operation"]=g}}}})}function Bf(e){const{query:t,operationName:n}=e,{operationName:r=n,operationType:s}=k0(t);return r?`${s} ${r}`:`${s}`}function Uf(e){const t="xhr"in e;let n;if(t){const r=e.xhr[pt];n=r&&Fs(r.body)[0]}else{const r=La(e.input);n=Fs(r)[0]}return n}function k0(e){const t=/^(?:\s*)(query|mutation|subscription)(?:\s*)(\w+)(?:\s*)[{(]/,n=/^(?:\s*)(query|mutation|subscription)(?:\s*)[{(]/,r=e.match(t);if(r)return{operationType:r[1],operationName:r[2]};const s=e.match(n);return s?{operationType:s[1],operationName:void 0}:{operationType:void 0,operationName:void 0}}function Hf(e){let t;try{const n=JSON.parse(e);n.query&&(t=n)}finally{return t}}const yR=T0,ue=$,Pa="sentryReplaySession",C0="replay_event",Da="Unable to send Replay",R0=3e5,A0=9e5,x0=5e3,M0=5500,O0=6e4,N0=5e3,L0=3,Nu=15e4,Gr=5e3,P0=3e3,D0=300,Fa=2e7,F0=4999,$0=15e3,Lu=36e5;var B0=Object.defineProperty,U0=(e,t,n)=>t in e?B0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pu=(e,t,n)=>U0(e,typeof t!="symbol"?t+"":t,n),ye=(e=>(e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment",e))(ye||{});function H0(e){return e.nodeType===e.ELEMENT_NODE}function sr(e){return e?.host?.shadowRoot===e}function or(e){return Object.prototype.toString.call(e)==="[object ShadowRoot]"}function W0(e){return e.includes(" background-clip: text;")&&!e.includes(" -webkit-background-clip: text;")&&(e=e.replace(/\sbackground-clip:\s*text;/g," -webkit-background-clip: text; background-clip: text;")),e}function j0(e){const{cssText:t}=e;if(t.split('"').length<3)return t;const n=["@import",`url(${JSON.stringify(e.href)})`];return e.layerName===""?n.push("layer"):e.layerName&&n.push(`layer(${e.layerName})`),e.supportsText&&n.push(`supports(${e.supportsText})`),e.media.length&&n.push(e.media.mediaText),n.join(" ")+";"}function $s(e){try{const t=e.rules||e.cssRules;return t?W0(Array.from(t,Wf).join("")):null}catch{return null}}function z0(e){let t="";for(let n=0;n<e.style.length;n++){const r=e.style,s=r[n],o=r.getPropertyPriority(s);t+=`${s}:${r.getPropertyValue(s)}${o?" !important":""};`}return`${e.selectorText} { ${t} }`}function Wf(e){let t;if(G0(e))try{t=$s(e.styleSheet)||j0(e)}catch{}else if(V0(e)){let n=e.cssText;const r=e.selectorText.includes(":"),s=typeof e.style.all=="string"&&e.style.all;if(s&&(n=z0(e)),r&&(n=q0(n)),r||s)return n}return t||e.cssText}function q0(e){const t=/(\[(?:[\w-]+)[^\\])(:(?:[\w-]+)\])/gm;return e.replace(t,"$1\\$2")}function G0(e){return"styleSheet"in e}function V0(e){return"selectorText"in e}let jf=class{constructor(){Pu(this,"idNodeMap",new Map),Pu(this,"nodeMetaMap",new WeakMap)}getId(t){return t?this.getMeta(t)?.id??-1:-1}getNode(t){return this.idNodeMap.get(t)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(t){return this.nodeMetaMap.get(t)||null}removeNodeFromMap(t){const n=this.getId(t);this.idNodeMap.delete(n),t.childNodes&&t.childNodes.forEach(r=>this.removeNodeFromMap(r))}has(t){return this.idNodeMap.has(t)}hasNode(t){return this.nodeMetaMap.has(t)}add(t,n){const r=n.id;this.idNodeMap.set(r,t),this.nodeMetaMap.set(t,n)}replace(t,n){const r=this.getNode(t);if(r){const s=this.nodeMetaMap.get(r);s&&this.nodeMetaMap.set(n,s)}this.idNodeMap.set(t,n)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}};function Y0(){return new jf}function ho({maskInputOptions:e,tagName:t,type:n}){return t==="OPTION"&&(t="SELECT"),!!(e[t.toLowerCase()]||n&&e[n]||n==="password"||t==="INPUT"&&!n&&e.text)}function lr({isMasked:e,element:t,value:n,maskInputFn:r}){let s=n||"";return e?(r&&(s=r(s,t)),"*".repeat(s.length)):s}function Pn(e){return e.toLowerCase()}function Ti(e){return e.toUpperCase()}const Du="__rrweb_original__";function J0(e){const t=e.getContext("2d");if(!t)return!0;const n=50;for(let r=0;r<e.width;r+=n)for(let s=0;s<e.height;s+=n){const o=t.getImageData,i=Du in o?o[Du]:o;if(new Uint32Array(i.call(t,r,s,Math.min(n,e.width-r),Math.min(n,e.height-s)).data.buffer).some(c=>c!==0))return!1}return!0}function $a(e){const t=e.type;return e.hasAttribute("data-rr-is-password")?"password":t?Pn(t):null}function Bs(e,t,n){return t==="INPUT"&&(n==="radio"||n==="checkbox")?e.getAttribute("value")||"":e.value}function zf(e,t){let n;try{n=new URL(e,t??window.location.href)}catch{return null}const r=/\.([0-9a-z]+)(?:$)/i;return n.pathname.match(r)?.[1]??null}const Fu={};function qf(e){const t=Fu[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);const o=s.contentWindow;o&&o[e]&&(r=o[e]),n.head.removeChild(s)}catch{}return Fu[e]=r.bind(window)}function Ii(...e){return qf("setTimeout")(...e)}function Gf(...e){return qf("clearTimeout")(...e)}function Vf(e){try{return e.contentDocument}catch{}}let K0=1;const X0=new RegExp("[^a-z0-9-_:]"),dr=-2;function Ba(){return K0++}function Q0(e){if(e instanceof HTMLFormElement)return"form";const t=Pn(e.tagName);return X0.test(t)?"div":t}function Z0(e){let t="";return e.indexOf("//")>-1?t=e.split("/").slice(0,3).join("/"):t=e.split("/")[0],t=t.split("?")[0],t}let hn,$u;const eI=/url\((?:(')([^']*)'|(")(.*?)"|([^)]*))\)/gm,tI=/^(?:[a-z+]+:)?\/\//i,nI=/^www\..*/i,rI=/^(data:)([^,]*),(.*)/i;function Us(e,t){return(e||"").replace(eI,(n,r,s,o,i,a)=>{const c=s||i||a,u=r||o||"";if(!c)return n;if(tI.test(c)||nI.test(c))return`url(${u}${c}${u})`;if(rI.test(c))return`url(${u}${c}${u})`;if(c[0]==="/")return`url(${u}${Z0(t)+c}${u})`;const d=t.split("/"),l=c.split("/");d.pop();for(const p of l)p!=="."&&(p===".."?d.pop():d.push(p));return`url(${u}${d.join("/")}${u})`})}const sI=/^[^ \t\n\r\u000c]+/,oI=/^[, \t\n\r\u000c]+/;function iI(e,t){if(t.trim()==="")return t;let n=0;function r(o){let i;const a=o.exec(t.substring(n));return a?(i=a[0],n+=i.length,i):""}const s=[];for(;r(oI),!(n>=t.length);){let o=r(sI);if(o.slice(-1)===",")o=yn(e,o.substring(0,o.length-1)),s.push(o);else{let i="";o=yn(e,o);let a=!1;for(;;){const c=t.charAt(n);if(c===""){s.push((o+i).trim());break}else if(a)c===")"&&(a=!1);else if(c===","){n+=1,s.push((o+i).trim());break}else c==="("&&(a=!0);i+=c,n+=1}}}return s.join(", ")}const Bu=new WeakMap;function yn(e,t){return!t||t.trim()===""?t:mo(e,t)}function aI(e){return!!(e.tagName==="svg"||e.ownerSVGElement)}function mo(e,t){let n=Bu.get(e);if(n||(n=e.createElement("a"),Bu.set(e,n)),!t)t="";else if(t.startsWith("blob:")||t.startsWith("data:"))return t;return n.setAttribute("href",t),n.href}function Yf(e,t,n,r,s,o){return r&&(n==="src"||n==="href"&&!(t==="use"&&r[0]==="#")||n==="xlink:href"&&r[0]!=="#"||n==="background"&&(t==="table"||t==="td"||t==="th")?yn(e,r):n==="srcset"?iI(e,r):n==="style"?Us(r,mo(e)):t==="object"&&n==="data"?yn(e,r):typeof o=="function"?o(n,r,s):r)}function Jf(e,t,n){return(e==="video"||e==="audio")&&t==="autoplay"}function cI(e,t,n,r){try{if(r&&e.matches(r))return!1;if(typeof t=="string"){if(e.classList.contains(t))return!0}else for(let s=e.classList.length;s--;){const o=e.classList[s];if(t.test(o))return!0}if(n)return e.matches(n)}catch{}return!1}function uI(e,t){for(let n=e.classList.length;n--;){const r=e.classList[n];if(t.test(r))return!0}return!1}function Jt(e,t,n=1/0,r=0){return!e||e.nodeType!==e.ELEMENT_NODE||r>n?-1:t(e)?r:Jt(e.parentNode,t,n,r+1)}function Sn(e,t){return n=>{const r=n;if(r===null)return!1;try{if(e){if(typeof e=="string"){if(r.matches(`.${e}`))return!0}else if(uI(r,e))return!0}return!!(t&&r.matches(t))}catch{return!1}}}function Dn(e,t,n,r,s,o){try{const i=e.nodeType===e.ELEMENT_NODE?e:e.parentElement;if(i===null)return!1;if(i.tagName==="INPUT"){const u=i.getAttribute("autocomplete");if(["current-password","new-password","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc"].includes(u))return!0}let a=-1,c=-1;if(o){if(c=Jt(i,Sn(r,s)),c<0)return!0;a=Jt(i,Sn(t,n),c>=0?c:1/0)}else{if(a=Jt(i,Sn(t,n)),a<0)return!1;c=Jt(i,Sn(r,s),a>=0?a:1/0)}return a>=0?c>=0?a<=c:!0:c>=0?!1:!!o}catch{}return!!o}function lI(e,t,n){const r=e.contentWindow;if(!r)return;let s=!1,o;try{o=r.document.readyState}catch{return}if(o!=="complete"){const a=Ii(()=>{s||(t(),s=!0)},n);e.addEventListener("load",()=>{Gf(a),s=!0,t()});return}const i="about:blank";if(r.location.href!==i||e.src===i||e.src==="")return Ii(t,0),e.addEventListener("load",t);e.addEventListener("load",t)}function dI(e,t,n){let r=!1,s;try{s=e.sheet}catch{return}if(s)return;const o=Ii(()=>{r||(t(),r=!0)},n);e.addEventListener("load",()=>{Gf(o),r=!0,t()})}function fI(e,t){const{doc:n,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskAttributeFn:c,maskTextClass:u,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:p,inlineStylesheet:f,maskInputOptions:h={},maskTextFn:g,maskInputFn:_,dataURLOptions:y={},inlineImages:S,recordCanvas:O,keepIframeSrcFn:v,newlyAddedElement:N=!1}=t,k=pI(n,r);switch(e.nodeType){case e.DOCUMENT_NODE:return e.compatMode!=="CSS1Compat"?{type:ye.Document,childNodes:[],compatMode:e.compatMode}:{type:ye.Document,childNodes:[]};case e.DOCUMENT_TYPE_NODE:return{type:ye.DocumentType,name:e.name,publicId:e.publicId,systemId:e.systemId,rootId:k};case e.ELEMENT_NODE:return mI(e,{doc:n,blockClass:s,blockSelector:o,unblockSelector:i,inlineStylesheet:f,maskAttributeFn:c,maskInputOptions:h,maskInputFn:_,dataURLOptions:y,inlineImages:S,recordCanvas:O,keepIframeSrcFn:v,newlyAddedElement:N,rootId:k,maskTextClass:u,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:p});case e.TEXT_NODE:return hI(e,{doc:n,maskAllText:a,maskTextClass:u,unmaskTextClass:d,maskTextSelector:l,unmaskTextSelector:p,maskTextFn:g,maskInputOptions:h,maskInputFn:_,rootId:k});case e.CDATA_SECTION_NODE:return{type:ye.CDATA,textContent:"",rootId:k};case e.COMMENT_NODE:return{type:ye.Comment,textContent:e.textContent||"",rootId:k};default:return!1}}function pI(e,t){if(!t.hasNode(e))return;const n=t.getId(e);return n===1?void 0:n}function hI(e,t){const{maskAllText:n,maskTextClass:r,unmaskTextClass:s,maskTextSelector:o,unmaskTextSelector:i,maskTextFn:a,maskInputOptions:c,maskInputFn:u,rootId:d}=t,l=e.parentNode&&e.parentNode.tagName;let p=e.textContent;const f=l==="STYLE"?!0:void 0,h=l==="SCRIPT"?!0:void 0,g=l==="TEXTAREA"?!0:void 0;if(f&&p){try{e.nextSibling||e.previousSibling||e.parentNode.sheet?.cssRules&&(p=$s(e.parentNode.sheet))}catch(y){console.warn(`Cannot get CSS styles from text's parentNode. Error: ${y}`,e)}p=Us(p,mo(t.doc))}h&&(p="SCRIPT_PLACEHOLDER");const _=Dn(e,r,o,s,i,n);if(!f&&!h&&!g&&p&&_&&(p=a?a(p,e.parentElement):p.replace(/[\S]/g,"*")),g&&p&&(c.textarea||_)&&(p=u?u(p,e.parentNode):p.replace(/[\S]/g,"*")),l==="OPTION"&&p){const y=ho({type:null,tagName:l,maskInputOptions:c});p=lr({isMasked:Dn(e,r,o,s,i,y),element:e,value:p,maskInputFn:u})}return{type:ye.Text,textContent:p||"",isStyle:f,rootId:d}}function mI(e,t){const{doc:n,blockClass:r,blockSelector:s,unblockSelector:o,inlineStylesheet:i,maskInputOptions:a={},maskAttributeFn:c,maskInputFn:u,dataURLOptions:d={},inlineImages:l,recordCanvas:p,keepIframeSrcFn:f,newlyAddedElement:h=!1,rootId:g,maskTextClass:_,unmaskTextClass:y,maskTextSelector:S,unmaskTextSelector:O}=t,v=cI(e,r,s,o),N=Q0(e);let k={};const b=e.attributes.length;for(let E=0;E<b;E++){const C=e.attributes[E];C.name&&!Jf(N,C.name,C.value)&&(k[C.name]=Yf(n,N,Pn(C.name),C.value,e,c))}if(N==="link"&&i){const E=Array.from(n.styleSheets).find(D=>D.href===e.href);let C=null;E&&(C=$s(E)),C&&(k.rel=null,k.href=null,k.crossorigin=null,k._cssText=Us(C,E.href))}if(N==="style"&&e.sheet&&!(e.innerText||e.textContent||"").trim().length){const E=$s(e.sheet);E&&(k._cssText=Us(E,mo(n)))}if(N==="input"||N==="textarea"||N==="select"||N==="option"){const E=e,C=$a(E),D=Bs(E,Ti(N),C),w=E.checked;if(C!=="submit"&&C!=="button"&&D){const A=Dn(E,_,S,y,O,ho({type:C,tagName:Ti(N),maskInputOptions:a}));k.value=lr({isMasked:A,element:E,value:D,maskInputFn:u})}w&&(k.checked=w)}if(N==="option"&&(e.selected&&!a.select?k.selected=!0:delete k.selected),N==="canvas"&&p){if(e.__context==="2d")J0(e)||(k.rr_dataURL=e.toDataURL(d.type,d.quality));else if(!("__context"in e)){const E=e.toDataURL(d.type,d.quality),C=n.createElement("canvas");C.width=e.width,C.height=e.height;const D=C.toDataURL(d.type,d.quality);E!==D&&(k.rr_dataURL=E)}}if(N==="img"&&l){hn||(hn=n.createElement("canvas"),$u=hn.getContext("2d"));const E=e,C=E.currentSrc||E.getAttribute("src")||"<unknown-src>",D=E.crossOrigin,w=()=>{E.removeEventListener("load",w);try{hn.width=E.naturalWidth,hn.height=E.naturalHeight,$u.drawImage(E,0,0),k.rr_dataURL=hn.toDataURL(d.type,d.quality)}catch(A){if(E.crossOrigin!=="anonymous"){E.crossOrigin="anonymous",E.complete&&E.naturalWidth!==0?w():E.addEventListener("load",w);return}else console.warn(`Cannot inline img src=${C}! Error: ${A}`)}E.crossOrigin==="anonymous"&&(D?k.crossOrigin=D:E.removeAttribute("crossorigin"))};E.complete&&E.naturalWidth!==0?w():E.addEventListener("load",w)}if((N==="audio"||N==="video")&&(k.rr_mediaState=e.paused?"paused":"played",k.rr_mediaCurrentTime=e.currentTime),h||(e.scrollLeft&&(k.rr_scrollLeft=e.scrollLeft),e.scrollTop&&(k.rr_scrollTop=e.scrollTop)),v){const{width:E,height:C}=e.getBoundingClientRect();k={class:k.class,rr_width:`${E}px`,rr_height:`${C}px`}}N==="iframe"&&!f(k.src)&&(!v&&!Vf(e)&&(k.rr_src=k.src),delete k.src);let I;try{customElements.get(N)&&(I=!0)}catch{}return{type:ye.Element,tagName:N,attributes:k,childNodes:[],isSVG:aI(e)||void 0,needBlock:v,rootId:g,isCustom:I}}function ce(e){return e==null?"":e.toLowerCase()}function gI(e,t){if(t.comment&&e.type===ye.Comment)return!0;if(e.type===ye.Element){if(t.script&&(e.tagName==="script"||e.tagName==="link"&&(e.attributes.rel==="preload"||e.attributes.rel==="modulepreload")||e.tagName==="link"&&e.attributes.rel==="prefetch"&&typeof e.attributes.href=="string"&&zf(e.attributes.href)==="js"))return!0;if(t.headFavicon&&(e.tagName==="link"&&e.attributes.rel==="shortcut icon"||e.tagName==="meta"&&(ce(e.attributes.name).match(/^msapplication-tile(image|color)$/)||ce(e.attributes.name)==="application-name"||ce(e.attributes.rel)==="icon"||ce(e.attributes.rel)==="apple-touch-icon"||ce(e.attributes.rel)==="shortcut icon")))return!0;if(e.tagName==="meta"){if(t.headMetaDescKeywords&&ce(e.attributes.name).match(/^description|keywords$/))return!0;if(t.headMetaSocial&&(ce(e.attributes.property).match(/^(og|twitter|fb):/)||ce(e.attributes.name).match(/^(og|twitter):/)||ce(e.attributes.name)==="pinterest"))return!0;if(t.headMetaRobots&&(ce(e.attributes.name)==="robots"||ce(e.attributes.name)==="googlebot"||ce(e.attributes.name)==="bingbot"))return!0;if(t.headMetaHttpEquiv&&e.attributes["http-equiv"]!==void 0)return!0;if(t.headMetaAuthorship&&(ce(e.attributes.name)==="author"||ce(e.attributes.name)==="generator"||ce(e.attributes.name)==="framework"||ce(e.attributes.name)==="publisher"||ce(e.attributes.name)==="progid"||ce(e.attributes.property).match(/^article:/)||ce(e.attributes.property).match(/^product:/)))return!0;if(t.headMetaVerification&&(ce(e.attributes.name)==="google-site-verification"||ce(e.attributes.name)==="yandex-verification"||ce(e.attributes.name)==="csrf-token"||ce(e.attributes.name)==="p:domain_verify"||ce(e.attributes.name)==="verify-v1"||ce(e.attributes.name)==="verification"||ce(e.attributes.name)==="shopify-checkout-api-token"))return!0}}return!1}function bn(e,t){const{doc:n,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:p=!1,inlineStylesheet:f=!0,maskInputOptions:h={},maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O={},inlineImages:v=!1,recordCanvas:N=!1,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I=5e3,onBlockedImageLoad:E,onStylesheetLoad:C,stylesheetLoadTimeout:D=5e3,keepIframeSrcFn:w=()=>!1,newlyAddedElement:A=!1}=t;let{preserveWhiteSpace:G=!0}=t;const K=fI(e,{doc:n,mirror:r,blockClass:s,blockSelector:o,maskAllText:a,unblockSelector:i,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,dataURLOptions:O,inlineImages:v,recordCanvas:N,keepIframeSrcFn:w,newlyAddedElement:A});if(!K)return console.warn(e,"not serialized"),null;let X;r.hasNode(e)?X=r.getId(e):gI(K,S)||!G&&K.type===ye.Text&&!K.isStyle&&!K.textContent.replace(/^\s+|\s+$/gm,"").length?X=dr:X=Ba();const F=Object.assign(K,{id:X});if(r.add(e,F),X===dr)return null;k&&k(e);let L=!p;if(F.type===ye.Element){L=L&&!F.needBlock;const P=e.shadowRoot;P&&or(P)&&(F.isShadowHost=!0)}if((F.type===ye.Document||F.type===ye.Element)&&L){S.headWhitespace&&F.type===ye.Element&&F.tagName==="head"&&(G=!1);const P={doc:n,mirror:r,blockClass:s,blockSelector:o,maskAllText:a,unblockSelector:i,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:p,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O,inlineImages:v,recordCanvas:N,preserveWhiteSpace:G,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I,onBlockedImageLoad:E,onStylesheetLoad:C,stylesheetLoadTimeout:D,keepIframeSrcFn:w},M=e.childNodes?Array.from(e.childNodes):[];for(const J of M){const se=bn(J,P);se&&F.childNodes.push(se)}if(H0(e)&&e.shadowRoot)for(const J of Array.from(e.shadowRoot.childNodes)){const se=bn(J,P);se&&(or(e.shadowRoot)&&(se.isShadow=!0),F.childNodes.push(se))}}if(e.parentNode&&sr(e.parentNode)&&or(e.parentNode)&&(F.isShadow=!0),F.type===ye.Element&&F.tagName==="iframe"&&!F.needBlock&&lI(e,()=>{const P=Vf(e);if(P&&b){const M=bn(P,{doc:P,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:!1,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O,inlineImages:v,recordCanvas:N,preserveWhiteSpace:G,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I,onStylesheetLoad:C,stylesheetLoadTimeout:D,keepIframeSrcFn:w});M&&b(e,M)}},I),F.type===ye.Element&&F.tagName==="img"&&!e.complete&&F.needBlock){const P=e,M=()=>{if(P.isConnected&&!P.complete&&E)try{const J=P.getBoundingClientRect();J.width>0&&J.height>0&&E(P,F,J)}catch{}P.removeEventListener("load",M)};P.isConnected&&P.addEventListener("load",M)}return F.type===ye.Element&&F.tagName==="link"&&typeof F.attributes.rel=="string"&&(F.attributes.rel==="stylesheet"||F.attributes.rel==="preload"&&typeof F.attributes.href=="string"&&zf(F.attributes.href)==="css")&&dI(e,()=>{if(C){const P=bn(e,{doc:n,mirror:r,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:a,maskTextClass:c,unmaskTextClass:u,maskTextSelector:d,unmaskTextSelector:l,skipChild:!1,inlineStylesheet:f,maskInputOptions:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S,dataURLOptions:O,inlineImages:v,recordCanvas:N,preserveWhiteSpace:G,onSerialize:k,onIframeLoad:b,iframeLoadTimeout:I,onStylesheetLoad:C,stylesheetLoadTimeout:D,keepIframeSrcFn:w});P&&C(e,P)}},D),F.type===ye.Element&&delete F.needBlock,F}function _I(e,t){const{mirror:n=new jf,blockClass:r="rr-block",blockSelector:s=null,unblockSelector:o=null,maskAllText:i=!1,maskTextClass:a="rr-mask",unmaskTextClass:c=null,maskTextSelector:u=null,unmaskTextSelector:d=null,inlineStylesheet:l=!0,inlineImages:p=!1,recordCanvas:f=!1,maskAllInputs:h=!1,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOM:S=!1,dataURLOptions:O,preserveWhiteSpace:v,onSerialize:N,onIframeLoad:k,iframeLoadTimeout:b,onBlockedImageLoad:I,onStylesheetLoad:E,stylesheetLoadTimeout:C,keepIframeSrcFn:D=()=>!1}=t||{};return bn(e,{doc:e,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,maskAllText:i,maskTextClass:a,unmaskTextClass:c,maskTextSelector:u,unmaskTextSelector:d,skipChild:!1,inlineStylesheet:l,maskInputOptions:h===!0?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0}:h===!1?{}:h,maskAttributeFn:g,maskTextFn:_,maskInputFn:y,slimDOMOptions:S===!0||S==="all"?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaDescKeywords:S==="all",headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaAuthorship:!0,headMetaVerification:!0}:S===!1?{}:S,dataURLOptions:O,inlineImages:p,recordCanvas:f,preserveWhiteSpace:v,onSerialize:N,onIframeLoad:k,iframeLoadTimeout:b,onBlockedImageLoad:I,onStylesheetLoad:E,stylesheetLoadTimeout:C,keepIframeSrcFn:D,newlyAddedElement:!1})}function Oe(e,t,n=document){const r={capture:!0,passive:!0};return n.addEventListener(e,t,r),()=>n.removeEventListener(e,t,r)}const mn=`Please stop import mirror directly. Instead of that,\r
494
494
  now you can use replayer.getMirror() to access the mirror instance of a replayer,\r
495
- or you can use record.mirror to access the mirror instance during recording.`;let Uu={map:{},getId(){return console.error(mn),-1},getNode(){return console.error(mn),null},removeNodeFromMap(){console.error(mn)},has(){return console.error(mn),!1},reset(){console.error(mn)}};typeof window<"u"&&window.Proxy&&window.Reflect&&(Uu=new Proxy(Uu,{get(e,t,n){return t==="map"&&console.error(mn),Reflect.get(e,t,n)}}));function fr(e,t,n={}){let r=null,s=0;return function(...o){const i=Date.now();!s&&n.leading===!1&&(s=i);const a=t-(i-s),c=this;a<=0||a>t?(r&&(II(r),r=null),s=i,e.apply(c,o)):!r&&n.trailing!==!1&&(r=go(()=>{s=n.leading===!1?0:Date.now(),r=null,e.apply(c,o)},a))}}function Kf(e,t,n,r,s=window){const o=s.Object.getOwnPropertyDescriptor(e,t);return s.Object.defineProperty(e,t,r?n:{set(i){go(()=>{n.set.call(this,i)},0),o&&o.set&&o.set.call(this,i)}}),()=>Kf(e,t,o||{},!0)}function Ua(e,t,n){try{if(!(t in e))return()=>{};const r=e[t],s=n(r);return typeof s=="function"&&(s.prototype=s.prototype||{},Object.defineProperties(s,{__rrweb_original__:{enumerable:!1,value:r}})),e[t]=s,()=>{e[t]=r}}catch{return()=>{}}}let Hs=Date.now;/[1-9][0-9]{12}/.test(Date.now().toString())||(Hs=()=>new Date().getTime());function Xf(e){const t=e.document;return{left:t.scrollingElement?t.scrollingElement.scrollLeft:e.pageXOffset!==void 0?e.pageXOffset:t?.documentElement.scrollLeft||t?.body?.parentElement?.scrollLeft||t?.body?.scrollLeft||0,top:t.scrollingElement?t.scrollingElement.scrollTop:e.pageYOffset!==void 0?e.pageYOffset:t?.documentElement.scrollTop||t?.body?.parentElement?.scrollTop||t?.body?.scrollTop||0}}function Qf(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Zf(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function ep(e){if(!e)return null;try{return e.nodeType===e.ELEMENT_NODE?e:e.parentElement}catch{return null}}function Be(e,t,n,r,s){if(!e)return!1;const o=ep(e);if(!o)return!1;const i=Sn(t,n);if(!s){const u=r&&o.matches(r);return i(o)&&!u}const a=Jt(o,i);let c=-1;return a<0?!1:(r&&(c=Jt(o,Sn(null,r))),a>-1&&c<0?!0:a<c)}function yI(e,t){return t.getId(e)!==-1}function jo(e,t){return t.getId(e)===dr}function tp(e,t){if(sr(e))return!1;const n=t.getId(e);return t.has(n)?e.parentNode&&e.parentNode.nodeType===e.DOCUMENT_NODE?!1:e.parentNode?tp(e.parentNode,t):!0:!0}function wi(e){return!!e.changedTouches}function SI(e=window){"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach),Node.prototype.contains||(Node.prototype.contains=(...t)=>{let n=t[0];if(!(0 in t))throw new TypeError("1 argument is required");do if(this===n)return!0;while(n=n&&n.parentNode);return!1})}function np(e,t){return!!(e.nodeName==="IFRAME"&&t.getMeta(e))}function rp(e,t){return!!(e.nodeName==="LINK"&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&e.getAttribute("rel")==="stylesheet"&&t.getMeta(e))}function ki(e){return!!e?.shadowRoot}class bI{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(t){return this.styleIDMap.get(t)??-1}has(t){return this.styleIDMap.has(t)}add(t,n){if(this.has(t))return this.getId(t);let r;return n===void 0?r=this.id++:r=n,this.styleIDMap.set(t,r),this.idStyleMap.set(r,t),r}getStyle(t){return this.idStyleMap.get(t)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}}function sp(e){let t=null;return e.getRootNode?.()?.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.getRootNode().host&&(t=e.getRootNode().host),t}function EI(e){let t=e,n;for(;n=sp(t);)t=n;return t}function vI(e){const t=e.ownerDocument;if(!t)return!1;const n=EI(e);return t.contains(n)}function op(e){const t=e.ownerDocument;return t?t.contains(e)||vI(e):!1}const Hu={};function Ha(e){const t=Hu[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);const o=s.contentWindow;o&&o[e]&&(r=o[e]),n.head.removeChild(s)}catch{}return Hu[e]=r.bind(window)}function TI(...e){return Ha("requestAnimationFrame")(...e)}function go(...e){return Ha("setTimeout")(...e)}function II(...e){return Ha("clearTimeout")(...e)}var V=(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))(V||{}),W=(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))(W||{}),Me=(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))(Me||{}),ft=(e=>(e[e.Mouse=0]="Mouse",e[e.Pen=1]="Pen",e[e.Touch=2]="Touch",e))(ft||{}),gn=(e=>(e[e.Play=0]="Play",e[e.Pause=1]="Pause",e[e.Seeked=2]="Seeked",e[e.VolumeChange=3]="VolumeChange",e[e.RateChange=4]="RateChange",e))(gn||{});function Wa(e){try{return e.contentDocument}catch{}}function wI(e){try{return e.contentWindow}catch{}}function Wu(e){return"__ln"in e}class kI{constructor(){this.length=0,this.head=null,this.tail=null}get(t){if(t>=this.length)throw new Error("Position outside of list range");let n=this.head;for(let r=0;r<t;r++)n=n?.next||null;return n}addNode(t){const n={value:t,previous:null,next:null};if(t.__ln=n,t.previousSibling&&Wu(t.previousSibling)){const r=t.previousSibling.__ln.next;n.next=r,n.previous=t.previousSibling.__ln,t.previousSibling.__ln.next=n,r&&(r.previous=n)}else if(t.nextSibling&&Wu(t.nextSibling)&&t.nextSibling.__ln.previous){const r=t.nextSibling.__ln.previous;n.previous=r,n.next=t.nextSibling.__ln,t.nextSibling.__ln.previous=n,r&&(r.next=n)}else this.head&&(this.head.previous=n),n.next=this.head,this.head=n;n.next===null&&(this.tail=n),this.length++}removeNode(t){const n=t.__ln;this.head&&(n.previous?(n.previous.next=n.next,n.next?n.next.previous=n.previous:this.tail=n.previous):(this.head=n.next,this.head?this.head.previous=null:this.tail=null),t.__ln&&delete t.__ln,this.length--)}}const ju=(e,t)=>`${e}@${t}`;class CI{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=t=>{t.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;const t=[],n=new Set,r=new kI,s=c=>{let u=c,d=dr;for(;d===dr;)u=u&&u.nextSibling,d=u&&this.mirror.getId(u);return d},o=c=>{if(!c.parentNode||!op(c))return;const u=sr(c.parentNode)?this.mirror.getId(sp(c)):this.mirror.getId(c.parentNode),d=s(c);if(u===-1||d===-1)return r.addNode(c);const l=bn(c,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:p=>{np(p,this.mirror)&&!Be(p,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&this.iframeManager.addIframe(p),rp(p,this.mirror)&&this.stylesheetManager.trackLinkElement(p),ki(c)&&this.shadowDomManager.addShadowRoot(c.shadowRoot,this.doc)},onIframeLoad:(p,f)=>{Be(p,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(this.iframeManager.attachIframe(p,f),p.contentWindow&&this.canvasManager.addWindow(p.contentWindow),this.shadowDomManager.observeAttachShadow(p))},onStylesheetLoad:(p,f)=>{this.stylesheetManager.attachLinkElement(p,f)},onBlockedImageLoad:(p,f,{width:h,height:g})=>{this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:f.id,attributes:{style:{width:`${h}px`,height:`${g}px`}}}]})}});l&&(t.push({parentId:u,nextId:d,node:l}),n.add(l.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(const c of this.movedSet)zu(this.removes,c,this.mirror)&&!this.movedSet.has(c.parentNode)||o(c);for(const c of this.addedSet)!qu(this.droppedSet,c)&&!zu(this.removes,c,this.mirror)||qu(this.movedSet,c)?o(c):this.droppedSet.add(c);let i=null;for(;r.length;){let c=null;if(i){const u=this.mirror.getId(i.value.parentNode),d=s(i.value);u!==-1&&d!==-1&&(c=i)}if(!c){let u=r.tail;for(;u;){const d=u;if(u=u.previous,d){const l=this.mirror.getId(d.value.parentNode);if(s(d.value)===-1)continue;if(l!==-1){c=d;break}else{const f=d.value;if(f.parentNode&&f.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const h=f.parentNode.host;if(this.mirror.getId(h)!==-1){c=d;break}}}}}}if(!c){for(;r.head;)r.removeNode(r.head.value);break}i=c.previous,r.removeNode(c.value),o(c.value)}const a={texts:this.texts.map(c=>({id:this.mirror.getId(c.node),value:c.value})).filter(c=>!n.has(c.id)).filter(c=>this.mirror.has(c.id)),attributes:this.attributes.map(c=>{const{attributes:u}=c;if(typeof u.style=="string"){const d=JSON.stringify(c.styleDiff),l=JSON.stringify(c._unchangedStyles);d.length<u.style.length&&(d+l).split("var(").length===u.style.split("var(").length&&(u.style=c.styleDiff)}return{id:this.mirror.getId(c.node),attributes:u}}).filter(c=>!n.has(c.id)).filter(c=>this.mirror.has(c.id)),removes:this.removes,adds:t};!a.texts.length&&!a.attributes.length&&!a.removes.length&&!a.adds.length||(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(a))},this.processMutation=t=>{if(!jo(t.target,this.mirror))switch(t.type){case"characterData":{const n=t.target.textContent;!Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&n!==t.oldValue&&this.texts.push({value:Dn(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&n?this.maskTextFn?this.maskTextFn(n,ep(t.target)):n.replace(/[\S]/g,"*"):n,node:t.target});break}case"attributes":{const n=t.target;let r=t.attributeName,s=t.target.getAttribute(r);if(r==="value"){const i=$a(n),a=n.tagName;s=Bs(n,a,i);const c=ho({maskInputOptions:this.maskInputOptions,tagName:a,type:i}),u=Dn(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,c);s=lr({isMasked:u,element:n,value:s,maskInputFn:this.maskInputFn})}if(Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||s===t.oldValue)return;let o=this.attributeMap.get(t.target);if(n.tagName==="IFRAME"&&r==="src"&&!this.keepIframeSrcFn(s))if(!Wa(n))r="rr_src";else return;if(o||(o={node:t.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(o),this.attributeMap.set(t.target,o)),r==="type"&&n.tagName==="INPUT"&&(t.oldValue||"").toLowerCase()==="password"&&n.setAttribute("data-rr-is-password","true"),!Jf(n.tagName,r)&&(o.attributes[r]=Yf(this.doc,Pn(n.tagName),Pn(r),s,n,this.maskAttributeFn),r==="style")){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch{this.unattachedDoc=this.doc}const i=this.unattachedDoc.createElement("span");t.oldValue&&i.setAttribute("style",t.oldValue);for(const a of Array.from(n.style)){const c=n.style.getPropertyValue(a),u=n.style.getPropertyPriority(a);c!==i.style.getPropertyValue(a)||u!==i.style.getPropertyPriority(a)?u===""?o.styleDiff[a]=c:o.styleDiff[a]=[c,u]:o._unchangedStyles[a]=[c,u]}for(const a of Array.from(i.style))n.style.getPropertyValue(a)===""&&(o.styleDiff[a]=!1)}break}case"childList":{if(Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;t.addedNodes.forEach(n=>this.genAdds(n,t.target)),t.removedNodes.forEach(n=>{const r=this.mirror.getId(n),s=sr(t.target)?this.mirror.getId(t.target.host):this.mirror.getId(t.target);Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||jo(n,this.mirror)||!yI(n,this.mirror)||(this.addedSet.has(n)?(Ci(this.addedSet,n),this.droppedSet.add(n)):this.addedSet.has(t.target)&&r===-1||tp(t.target,this.mirror)||(this.movedSet.has(n)&&this.movedMap[ju(r,s)]?Ci(this.movedSet,n):this.removes.push({parentId:s,id:r,isShadow:sr(t.target)&&or(t.target)?!0:void 0})),this.mapRemoves.push(n))});break}}},this.genAdds=(t,n)=>{if(!this.processedNodeManager.inOtherBuffer(t,this)&&!(this.addedSet.has(t)||this.movedSet.has(t))){if(this.mirror.hasNode(t)){if(jo(t,this.mirror))return;this.movedSet.add(t);let r=null;n&&this.mirror.hasNode(n)&&(r=this.mirror.getId(n)),r&&r!==-1&&(this.movedMap[ju(this.mirror.getId(t),r)]=!0)}else this.addedSet.add(t),this.droppedSet.delete(t);Be(t,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(t.childNodes&&t.childNodes.forEach(r=>this.genAdds(r)),ki(t)&&t.shadowRoot.childNodes.forEach(r=>{this.processedNodeManager.add(r,this),this.genAdds(r,t)}))}}}init(t){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach(n=>{this[n]=t[n]})}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function Ci(e,t){e.delete(t),t.childNodes?.forEach(n=>Ci(e,n))}function zu(e,t,n){return e.length===0?!1:RI(e,t,n)}function RI(e,t,n){let r=t.parentNode;for(;r;){const s=n.getId(r);if(e.some(o=>o.id===s))return!0;r=r.parentNode}return!1}function qu(e,t){return e.size===0?!1:ip(e,t)}function ip(e,t){const{parentNode:n}=t;return n?e.has(n)?!0:ip(e,n):!1}let ir;function AI(e){ir=e}function xI(){ir=void 0}const ee=e=>ir?(...n)=>{try{return e(...n)}catch(r){if(ir&&ir(r)===!0)return()=>{};throw r}}:e,En=[];function Or(e){try{if("composedPath"in e){const t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch{}return e&&e.target}function ap(e,t){const n=new CI;En.push(n),n.init(e);let r=window.MutationObserver||window.__rrMutationObserver;const s=window?.Zone?.__symbol__?.("MutationObserver");s&&window[s]&&(r=window[s]);const o=new r(ee(i=>{e.onMutation&&e.onMutation(i)===!1||n.processMutations.bind(n)(i)}));return o.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),o}function MI({mousemoveCb:e,sampling:t,doc:n,mirror:r}){if(t.mousemove===!1)return()=>{};const s=typeof t.mousemove=="number"?t.mousemove:50,o=typeof t.mousemoveCallback=="number"?t.mousemoveCallback:500;let i=[],a;const c=fr(ee(l=>{const p=Date.now()-a;e(i.map(f=>(f.timeOffset-=p,f)),l),i=[],a=null}),o),u=ee(fr(ee(l=>{const p=Or(l),{clientX:f,clientY:h}=wi(l)?l.changedTouches[0]:l;a||(a=Hs()),i.push({x:f,y:h,id:r.getId(p),timeOffset:Hs()-a}),c(typeof DragEvent<"u"&&l instanceof DragEvent?W.Drag:l instanceof MouseEvent?W.MouseMove:W.TouchMove)}),s,{trailing:!1})),d=[Oe("mousemove",u,n),Oe("touchmove",u,n),Oe("drag",u,n)];return ee(()=>{d.forEach(l=>l())})}function OI({mouseInteractionCb:e,doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,sampling:i}){if(i.mouseInteraction===!1)return()=>{};const a=i.mouseInteraction===!0||i.mouseInteraction===void 0?{}:i.mouseInteraction,c=[];let u=null;const d=l=>p=>{const f=Or(p);if(Be(f,r,s,o,!0))return;let h=null,g=l;if("pointerType"in p){switch(p.pointerType){case"mouse":h=ft.Mouse;break;case"touch":h=ft.Touch;break;case"pen":h=ft.Pen;break}h===ft.Touch?Me[l]===Me.MouseDown?g="TouchStart":Me[l]===Me.MouseUp&&(g="TouchEnd"):ft.Pen}else wi(p)&&(h=ft.Touch);h!==null?(u=h,(g.startsWith("Touch")&&h===ft.Touch||g.startsWith("Mouse")&&h===ft.Mouse)&&(h=null)):Me[l]===Me.Click&&(h=u,u=null);const _=wi(p)?p.changedTouches[0]:p;if(!_)return;const y=n.getId(f),{clientX:S,clientY:O}=_;ee(e)({type:Me[g],id:y,x:S,y:O,...h!==null&&{pointerType:h}})};return Object.keys(Me).filter(l=>Number.isNaN(Number(l))&&!l.endsWith("_Departed")&&a[l]!==!1).forEach(l=>{let p=Pn(l);const f=d(l);if(window.PointerEvent)switch(Me[l]){case Me.MouseDown:case Me.MouseUp:p=p.replace("mouse","pointer");break;case Me.TouchStart:case Me.TouchEnd:return}c.push(Oe(p,f,t))}),ee(()=>{c.forEach(l=>l())})}function cp({scrollCb:e,doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,sampling:i}){const a=ee(fr(ee(c=>{const u=Or(c);if(!u||Be(u,r,s,o,!0))return;const d=n.getId(u);if(u===t&&t.defaultView){const l=Xf(t.defaultView);e({id:d,x:l.left,y:l.top})}else e({id:d,x:u.scrollLeft,y:u.scrollTop})}),i.scroll||100));return Oe("scroll",a,t)}function NI({viewportResizeCb:e},{win:t}){let n=-1,r=-1;const s=ee(fr(ee(()=>{const o=Qf(),i=Zf();(n!==o||r!==i)&&(e({width:Number(i),height:Number(o)}),n=o,r=i)}),200));return Oe("resize",s,t)}const LI=["INPUT","TEXTAREA","SELECT"],Gu=new WeakMap;function PI({inputCb:e,doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,ignoreClass:i,ignoreSelector:a,maskInputOptions:c,maskInputFn:u,sampling:d,userTriggeredOnInput:l,maskTextClass:p,unmaskTextClass:f,maskTextSelector:h,unmaskTextSelector:g}){function _(b){let I=Or(b);const E=b.isTrusted,C=I&&Ti(I.tagName);if(C==="OPTION"&&(I=I.parentElement),!I||!C||LI.indexOf(C)<0||Be(I,r,s,o,!0))return;const D=I;if(D.classList.contains(i)||a&&D.matches(a))return;const w=$a(I);let A=Bs(D,C,w),G=!1;const K=ho({maskInputOptions:c,tagName:C,type:w}),X=Dn(I,p,h,f,g,K);(w==="radio"||w==="checkbox")&&(G=I.checked),A=lr({isMasked:X,element:I,value:A,maskInputFn:u}),y(I,l?{text:A,isChecked:G,userTriggered:E}:{text:A,isChecked:G});const F=I.name;w==="radio"&&F&&G&&t.querySelectorAll(`input[type="radio"][name="${F}"]`).forEach(L=>{if(L!==I){const P=lr({isMasked:X,element:L,value:Bs(L,C,w),maskInputFn:u});y(L,l?{text:P,isChecked:!G,userTriggered:!1}:{text:P,isChecked:!G})}})}function y(b,I){const E=Gu.get(b);if(!E||E.text!==I.text||E.isChecked!==I.isChecked){Gu.set(b,I);const C=n.getId(b);ee(e)({...I,id:C})}}const O=(d.input==="last"?["change"]:["input","change"]).map(b=>Oe(b,ee(_),t)),v=t.defaultView;if(!v)return()=>{O.forEach(b=>b())};const N=v.Object.getOwnPropertyDescriptor(v.HTMLInputElement.prototype,"value"),k=[[v.HTMLInputElement.prototype,"value"],[v.HTMLInputElement.prototype,"checked"],[v.HTMLSelectElement.prototype,"value"],[v.HTMLTextAreaElement.prototype,"value"],[v.HTMLSelectElement.prototype,"selectedIndex"],[v.HTMLOptionElement.prototype,"selected"]];return N&&N.set&&O.push(...k.map(b=>Kf(b[0],b[1],{set(){ee(_)({target:this,isTrusted:!1})}},!1,v))),ee(()=>{O.forEach(b=>b())})}function Ws(e){const t=[];function n(r,s){if(Vr("CSSGroupingRule")&&r.parentRule instanceof CSSGroupingRule||Vr("CSSMediaRule")&&r.parentRule instanceof CSSMediaRule||Vr("CSSSupportsRule")&&r.parentRule instanceof CSSSupportsRule||Vr("CSSConditionRule")&&r.parentRule instanceof CSSConditionRule){const i=Array.from(r.parentRule.cssRules).indexOf(r);s.unshift(i)}else if(r.parentStyleSheet){const i=Array.from(r.parentStyleSheet.cssRules).indexOf(r);s.unshift(i)}return s}return n(e,t)}function At(e,t,n){let r,s;return e?(e.ownerNode?r=t.getId(e.ownerNode):s=n.getId(e),{styleId:s,id:r}):{}}function DI({styleSheetRuleCb:e,mirror:t,stylesheetManager:n},{win:r}){if(!r.CSSStyleSheet||!r.CSSStyleSheet.prototype)return()=>{};const s=r.CSSStyleSheet.prototype.insertRule;r.CSSStyleSheet.prototype.insertRule=new Proxy(s,{apply:ee((d,l,p)=>{const[f,h]=p,{id:g,styleId:_}=At(l,t,n.styleMirror);return(g&&g!==-1||_&&_!==-1)&&e({id:g,styleId:_,adds:[{rule:f,index:h}]}),d.apply(l,p)})});const o=r.CSSStyleSheet.prototype.deleteRule;r.CSSStyleSheet.prototype.deleteRule=new Proxy(o,{apply:ee((d,l,p)=>{const[f]=p,{id:h,styleId:g}=At(l,t,n.styleMirror);return(h&&h!==-1||g&&g!==-1)&&e({id:h,styleId:g,removes:[{index:f}]}),d.apply(l,p)})});let i;r.CSSStyleSheet.prototype.replace&&(i=r.CSSStyleSheet.prototype.replace,r.CSSStyleSheet.prototype.replace=new Proxy(i,{apply:ee((d,l,p)=>{const[f]=p,{id:h,styleId:g}=At(l,t,n.styleMirror);return(h&&h!==-1||g&&g!==-1)&&e({id:h,styleId:g,replace:f}),d.apply(l,p)})}));let a;r.CSSStyleSheet.prototype.replaceSync&&(a=r.CSSStyleSheet.prototype.replaceSync,r.CSSStyleSheet.prototype.replaceSync=new Proxy(a,{apply:ee((d,l,p)=>{const[f]=p,{id:h,styleId:g}=At(l,t,n.styleMirror);return(h&&h!==-1||g&&g!==-1)&&e({id:h,styleId:g,replaceSync:f}),d.apply(l,p)})}));const c={};Yr("CSSGroupingRule")?c.CSSGroupingRule=r.CSSGroupingRule:(Yr("CSSMediaRule")&&(c.CSSMediaRule=r.CSSMediaRule),Yr("CSSConditionRule")&&(c.CSSConditionRule=r.CSSConditionRule),Yr("CSSSupportsRule")&&(c.CSSSupportsRule=r.CSSSupportsRule));const u={};return Object.entries(c).forEach(([d,l])=>{u[d]={insertRule:l.prototype.insertRule,deleteRule:l.prototype.deleteRule},l.prototype.insertRule=new Proxy(u[d].insertRule,{apply:ee((p,f,h)=>{const[g,_]=h,{id:y,styleId:S}=At(f.parentStyleSheet,t,n.styleMirror);return(y&&y!==-1||S&&S!==-1)&&e({id:y,styleId:S,adds:[{rule:g,index:[...Ws(f),_||0]}]}),p.apply(f,h)})}),l.prototype.deleteRule=new Proxy(u[d].deleteRule,{apply:ee((p,f,h)=>{const[g]=h,{id:_,styleId:y}=At(f.parentStyleSheet,t,n.styleMirror);return(_&&_!==-1||y&&y!==-1)&&e({id:_,styleId:y,removes:[{index:[...Ws(f),g]}]}),p.apply(f,h)})})}),ee(()=>{r.CSSStyleSheet.prototype.insertRule=s,r.CSSStyleSheet.prototype.deleteRule=o,i&&(r.CSSStyleSheet.prototype.replace=i),a&&(r.CSSStyleSheet.prototype.replaceSync=a),Object.entries(c).forEach(([d,l])=>{l.prototype.insertRule=u[d].insertRule,l.prototype.deleteRule=u[d].deleteRule})})}function up({mirror:e,stylesheetManager:t},n){let r=null;n.nodeName==="#document"?r=e.getId(n):r=e.getId(n.host);const s=n.nodeName==="#document"?n.defaultView?.Document:n.ownerDocument?.defaultView?.ShadowRoot,o=s?.prototype?Object.getOwnPropertyDescriptor(s?.prototype,"adoptedStyleSheets"):void 0;return r===null||r===-1||!s||!o?()=>{}:(Object.defineProperty(n,"adoptedStyleSheets",{configurable:o.configurable,enumerable:o.enumerable,get(){return o.get?.call(this)},set(i){const a=o.set?.call(this,i);if(r!==null&&r!==-1)try{t.adoptStyleSheets(i,r)}catch{}return a}}),ee(()=>{Object.defineProperty(n,"adoptedStyleSheets",{configurable:o.configurable,enumerable:o.enumerable,get:o.get,set:o.set})}))}function FI({styleDeclarationCb:e,mirror:t,ignoreCSSAttributes:n,stylesheetManager:r},{win:s}){const o=s.CSSStyleDeclaration.prototype.setProperty;s.CSSStyleDeclaration.prototype.setProperty=new Proxy(o,{apply:ee((a,c,u)=>{const[d,l,p]=u;if(n.has(d))return o.apply(c,[d,l,p]);const{id:f,styleId:h}=At(c.parentRule?.parentStyleSheet,t,r.styleMirror);return(f&&f!==-1||h&&h!==-1)&&e({id:f,styleId:h,set:{property:d,value:l,priority:p},index:Ws(c.parentRule)}),a.apply(c,u)})});const i=s.CSSStyleDeclaration.prototype.removeProperty;return s.CSSStyleDeclaration.prototype.removeProperty=new Proxy(i,{apply:ee((a,c,u)=>{const[d]=u;if(n.has(d))return i.apply(c,[d]);const{id:l,styleId:p}=At(c.parentRule?.parentStyleSheet,t,r.styleMirror);return(l&&l!==-1||p&&p!==-1)&&e({id:l,styleId:p,remove:{property:d},index:Ws(c.parentRule)}),a.apply(c,u)})}),ee(()=>{s.CSSStyleDeclaration.prototype.setProperty=o,s.CSSStyleDeclaration.prototype.removeProperty=i})}function $I({mediaInteractionCb:e,blockClass:t,blockSelector:n,unblockSelector:r,mirror:s,sampling:o,doc:i}){const a=ee(u=>fr(ee(d=>{const l=Or(d);if(!l||Be(l,t,n,r,!0))return;const{currentTime:p,volume:f,muted:h,playbackRate:g}=l;e({type:u,id:s.getId(l),currentTime:p,volume:f,muted:h,playbackRate:g})}),o.media||500)),c=[Oe("play",a(gn.Play),i),Oe("pause",a(gn.Pause),i),Oe("seeked",a(gn.Seeked),i),Oe("volumechange",a(gn.VolumeChange),i),Oe("ratechange",a(gn.RateChange),i)];return ee(()=>{c.forEach(u=>u())})}function BI({fontCb:e,doc:t}){const n=t.defaultView;if(!n)return()=>{};const r=[],s=new WeakMap,o=n.FontFace;n.FontFace=function(c,u,d){const l=new o(c,u,d);return s.set(l,{family:c,buffer:typeof u!="string",descriptors:d,fontSource:typeof u=="string"?u:JSON.stringify(Array.from(new Uint8Array(u)))}),l};const i=Ua(t.fonts,"add",function(a){return function(c){return go(ee(()=>{const u=s.get(c);u&&(e(u),s.delete(c))}),0),a.apply(this,[c])}});return r.push(()=>{n.FontFace=o}),r.push(i),ee(()=>{r.forEach(a=>a())})}function UI(e){const{doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,selectionCb:i}=e;let a=!0;const c=ee(()=>{const u=t.getSelection();if(!u||a&&u?.isCollapsed)return;a=u.isCollapsed||!1;const d=[],l=u.rangeCount||0;for(let p=0;p<l;p++){const f=u.getRangeAt(p),{startContainer:h,startOffset:g,endContainer:_,endOffset:y}=f;Be(h,r,s,o,!0)||Be(_,r,s,o,!0)||d.push({start:n.getId(h),startOffset:g,end:n.getId(_),endOffset:y})}i({ranges:d})});return c(),Oe("selectionchange",c)}function HI({doc:e,customElementCb:t}){const n=e.defaultView;return!n||!n.customElements?()=>{}:Ua(n.customElements,"define",function(s){return function(o,i,a){try{t({define:{name:o}})}catch{}return s.apply(this,[o,i,a])}})}function WI(e,t={}){const n=e.doc.defaultView;if(!n)return()=>{};let r;e.recordDOM&&(r=ap(e,e.doc));const s=MI(e),o=OI(e),i=cp(e),a=NI(e,{win:n}),c=PI(e),u=$I(e);let d=()=>{},l=()=>{},p=()=>{},f=()=>{};e.recordDOM&&(d=DI(e,{win:n}),l=up(e,e.doc),p=FI(e,{win:n}),e.collectFonts&&(f=BI(e)));const h=UI(e),g=HI(e),_=[];for(const y of e.plugins)_.push(y.observer(y.callback,n,y.options));return ee(()=>{En.forEach(y=>y.reset()),r?.disconnect(),s(),o(),i(),a(),c(),u(),d(),l(),p(),f(),h(),g(),_.forEach(y=>y())})}function Vr(e){return typeof window[e]<"u"}function Yr(e){return!!(typeof window[e]<"u"&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}class Ri{constructor(t){this.generateIdFn=t,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(t,n,r,s){const o=r||this.getIdToRemoteIdMap(t),i=s||this.getRemoteIdToIdMap(t);let a=o.get(n);return a||(a=this.generateIdFn(),o.set(n,a),i.set(a,n)),a}getIds(t,n){const r=this.getIdToRemoteIdMap(t),s=this.getRemoteIdToIdMap(t);return n.map(o=>this.getId(t,o,r,s))}getRemoteId(t,n,r){const s=r||this.getRemoteIdToIdMap(t);if(typeof n!="number")return n;const o=s.get(n);return o||-1}getRemoteIds(t,n){const r=this.getRemoteIdToIdMap(t);return n.map(s=>this.getRemoteId(t,s,r))}reset(t){if(!t){this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap;return}this.iframeIdToRemoteIdMap.delete(t),this.iframeRemoteIdToIdMap.delete(t)}getIdToRemoteIdMap(t){let n=this.iframeIdToRemoteIdMap.get(t);return n||(n=new Map,this.iframeIdToRemoteIdMap.set(t,n)),n}getRemoteIdToIdMap(t){let n=this.iframeRemoteIdToIdMap.get(t);return n||(n=new Map,this.iframeRemoteIdToIdMap.set(t,n)),n}}class jI{constructor(){this.crossOriginIframeMirror=new Ri(Ba),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}}class zI{constructor(t){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new Ri(Ba),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=t.mutationCb,this.wrappedEmit=t.wrappedEmit,this.stylesheetManager=t.stylesheetManager,this.recordCrossOriginIframes=t.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new Ri(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=t.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(t){this.iframes.set(t,!0),t.contentWindow&&this.crossOriginIframeMap.set(t.contentWindow,t)}addLoadListener(t){this.loadListener=t}attachIframe(t,n){this.mutationCb({adds:[{parentId:this.mirror.getId(t),nextId:null,node:n}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),this.recordCrossOriginIframes&&t.contentWindow?.addEventListener("message",this.handleMessage.bind(this)),this.loadListener?.(t);const r=Wa(t);r&&r.adoptedStyleSheets&&r.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(r.adoptedStyleSheets,this.mirror.getId(r))}handleMessage(t){const n=t;if(n.data.type!=="rrweb"||n.origin!==n.data.origin||!t.source)return;const s=this.crossOriginIframeMap.get(t.source);if(!s)return;const o=this.transformCrossOriginEvent(s,n.data.event);o&&this.wrappedEmit(o,n.data.isCheckout)}transformCrossOriginEvent(t,n){switch(n.type){case V.FullSnapshot:{this.crossOriginIframeMirror.reset(t),this.crossOriginIframeStyleMirror.reset(t),this.replaceIdOnNode(n.data.node,t);const r=n.data.node.id;return this.crossOriginIframeRootIdMap.set(t,r),this.patchRootIdOnNode(n.data.node,r),{timestamp:n.timestamp,type:V.IncrementalSnapshot,data:{source:W.Mutation,adds:[{parentId:this.mirror.getId(t),nextId:null,node:n.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case V.Meta:case V.Load:case V.DomContentLoaded:return!1;case V.Plugin:return n;case V.Custom:return this.replaceIds(n.data.payload,t,["id","parentId","previousId","nextId"]),n;case V.IncrementalSnapshot:switch(n.data.source){case W.Mutation:return n.data.adds.forEach(r=>{this.replaceIds(r,t,["parentId","nextId","previousId"]),this.replaceIdOnNode(r.node,t);const s=this.crossOriginIframeRootIdMap.get(t);s&&this.patchRootIdOnNode(r.node,s)}),n.data.removes.forEach(r=>{this.replaceIds(r,t,["parentId","id"])}),n.data.attributes.forEach(r=>{this.replaceIds(r,t,["id"])}),n.data.texts.forEach(r=>{this.replaceIds(r,t,["id"])}),n;case W.Drag:case W.TouchMove:case W.MouseMove:return n.data.positions.forEach(r=>{this.replaceIds(r,t,["id"])}),n;case W.ViewportResize:return!1;case W.MediaInteraction:case W.MouseInteraction:case W.Scroll:case W.CanvasMutation:case W.Input:return this.replaceIds(n.data,t,["id"]),n;case W.StyleSheetRule:case W.StyleDeclaration:return this.replaceIds(n.data,t,["id"]),this.replaceStyleIds(n.data,t,["styleId"]),n;case W.Font:return n;case W.Selection:return n.data.ranges.forEach(r=>{this.replaceIds(r,t,["start","end"])}),n;case W.AdoptedStyleSheet:return this.replaceIds(n.data,t,["id"]),this.replaceStyleIds(n.data,t,["styleIds"]),n.data.styles?.forEach(r=>{this.replaceStyleIds(r,t,["styleId"])}),n}}return!1}replace(t,n,r,s){for(const o of s)!Array.isArray(n[o])&&typeof n[o]!="number"||(Array.isArray(n[o])?n[o]=t.getIds(r,n[o]):n[o]=t.getId(r,n[o]));return n}replaceIds(t,n,r){return this.replace(this.crossOriginIframeMirror,t,n,r)}replaceStyleIds(t,n,r){return this.replace(this.crossOriginIframeStyleMirror,t,n,r)}replaceIdOnNode(t,n){this.replaceIds(t,n,["id","rootId"]),"childNodes"in t&&t.childNodes.forEach(r=>{this.replaceIdOnNode(r,n)})}patchRootIdOnNode(t,n){t.type!==ye.Document&&!t.rootId&&(t.rootId=n),"childNodes"in t&&t.childNodes.forEach(r=>{this.patchRootIdOnNode(r,n)})}}class qI{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}}class GI{constructor(t){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=t.mutationCb,this.scrollCb=t.scrollCb,this.bypassOptions=t.bypassOptions,this.mirror=t.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(t,n){if(!or(t)||this.shadowDoms.has(t))return;this.shadowDoms.add(t),this.bypassOptions.canvasManager.addShadowRoot(t);const r=ap({...this.bypassOptions,doc:n,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this},t);this.restoreHandlers.push(()=>r.disconnect()),this.restoreHandlers.push(cp({...this.bypassOptions,scrollCb:this.scrollCb,doc:t,mirror:this.mirror})),go(()=>{t.adoptedStyleSheets&&t.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(t.adoptedStyleSheets,this.mirror.getId(t.host)),this.restoreHandlers.push(up({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},t))},0)}observeAttachShadow(t){const n=Wa(t),r=wI(t);!n||!r||this.patchAttachShadow(r.Element,n)}patchAttachShadow(t,n){const r=this;this.restoreHandlers.push(Ua(t.prototype,"attachShadow",function(s){return function(o){const i=s.call(this,o);return this.shadowRoot&&op(this)&&r.addShadowRoot(this.shadowRoot,n),i}}))}reset(){this.restoreHandlers.forEach(t=>{try{t()}catch{}}),this.restoreHandlers=[],this.shadowDoms=new WeakSet,this.bypassOptions.canvasManager.resetShadowRoots()}}var Vu="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",VI=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(var Jr=0;Jr<Vu.length;Jr++)VI[Vu.charCodeAt(Jr)]=Jr;class Yu{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}snapshot(){}addWindow(){}addShadowRoot(){}resetShadowRoots(){}}class YI{constructor(t){this.trackedLinkElements=new WeakSet,this.styleMirror=new bI,this.mutationCb=t.mutationCb,this.adoptedStyleSheetCb=t.adoptedStyleSheetCb}attachLinkElement(t,n){"_cssText"in n.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:n.id,attributes:n.attributes}]}),this.trackLinkElement(t)}trackLinkElement(t){this.trackedLinkElements.has(t)||(this.trackedLinkElements.add(t),this.trackStylesheetInLinkElement(t))}adoptStyleSheets(t,n){if(t.length===0)return;const r={id:n,styleIds:[]},s=[];for(const o of t){let i;this.styleMirror.has(o)?i=this.styleMirror.getId(o):(i=this.styleMirror.add(o),s.push({styleId:i,rules:Array.from(o.rules||CSSRule,(a,c)=>({rule:Wf(a),index:c}))})),r.styleIds.push(i)}s.length>0&&(r.styles=s),this.adoptedStyleSheetCb(r)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(t){}}class JI{constructor(){this.nodeMap=new WeakMap,this.active=!1}inOtherBuffer(t,n){const r=this.nodeMap.get(t);return r&&Array.from(r).some(s=>s!==n)}add(t,n){this.active||(this.active=!0,TI(()=>{this.nodeMap=new WeakMap,this.active=!1})),this.nodeMap.set(t,(this.nodeMap.get(t)||new Set).add(n))}destroy(){}}let me,js;try{if(Array.from([1],e=>e*2)[0]!==2){const e=document.createElement("iframe");document.body.appendChild(e),Array.from=e.contentWindow?.Array.from||Array.from,document.body.removeChild(e)}}catch(e){console.debug("Unable to override Array.from",e)}const Ve=Y0();function mt(e={}){const{emit:t,checkoutEveryNms:n,checkoutEveryNth:r,blockClass:s="rr-block",blockSelector:o=null,unblockSelector:i=null,ignoreClass:a="rr-ignore",ignoreSelector:c=null,maskAllText:u=!1,maskTextClass:d="rr-mask",unmaskTextClass:l=null,maskTextSelector:p=null,unmaskTextSelector:f=null,inlineStylesheet:h=!0,maskAllInputs:g,maskInputOptions:_,slimDOMOptions:y,maskAttributeFn:S,maskInputFn:O,maskTextFn:v,maxCanvasSize:N=null,packFn:k,sampling:b={},dataURLOptions:I={},mousemoveWait:E,recordDOM:C=!0,recordCanvas:D=!1,recordCrossOriginIframes:w=!1,recordAfter:A=e.recordAfter==="DOMContentLoaded"?e.recordAfter:"load",userTriggeredOnInput:G=!1,collectFonts:K=!1,inlineImages:X=!1,plugins:F,keepIframeSrcFn:L=()=>!1,ignoreCSSAttributes:P=new Set([]),errorHandler:M,onMutation:J,getCanvasManager:se}=e;AI(M);const le=w?window.parent===window:!0;let _e=!1;if(!le)try{window.parent.document&&(_e=!1)}catch{_e=!0}if(le&&!t)throw new Error("emit function is required");if(!le&&!_e)return()=>{};E!==void 0&&b.mousemove===void 0&&(b.mousemove=E),Ve.reset();const Ae=g===!0?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:_!==void 0?_:{},wt=y===!0||y==="all"?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:y==="all",headMetaDescKeywords:y==="all"}:y||{};SI();let xe,Ne=0;const nt=Q=>{for(const Fe of F||[])Fe.eventProcessor&&(Q=Fe.eventProcessor(Q));return k&&!_e&&(Q=k(Q)),Q};me=(Q,Fe)=>{const Z=Q;if(Z.timestamp=Hs(),En[0]?.isFrozen()&&Z.type!==V.FullSnapshot&&!(Z.type===V.IncrementalSnapshot&&Z.data.source===W.Mutation)&&En.forEach(Ie=>Ie.unfreeze()),le)t?.(nt(Z),Fe);else if(_e){const Ie={type:"rrweb",event:nt(Z),origin:window.location.origin,isCheckout:Fe};window.parent.postMessage(Ie,"*")}if(Z.type===V.FullSnapshot)xe=Z,Ne=0;else if(Z.type===V.IncrementalSnapshot){if(Z.data.source===W.Mutation&&Z.data.isAttachIframe)return;Ne++;const Ie=r&&Ne>=r,te=n&&xe&&Z.timestamp-xe.timestamp>n;(Ie||te)&&rt(!0)}};const kt=Q=>{me({type:V.IncrementalSnapshot,data:{source:W.Mutation,...Q}})},Xn=Q=>me({type:V.IncrementalSnapshot,data:{source:W.Scroll,...Q}}),Lr=Q=>me({type:V.IncrementalSnapshot,data:{source:W.CanvasMutation,...Q}}),Qn=Q=>me({type:V.IncrementalSnapshot,data:{source:W.AdoptedStyleSheet,...Q}}),re=new YI({mutationCb:kt,adoptedStyleSheetCb:Qn}),fe=typeof __RRWEB_EXCLUDE_IFRAME__=="boolean"&&__RRWEB_EXCLUDE_IFRAME__?new jI:new zI({mirror:Ve,mutationCb:kt,stylesheetManager:re,recordCrossOriginIframes:w,wrappedEmit:me});for(const Q of F||[])Q.getMirror&&Q.getMirror({nodeMirror:Ve,crossOriginIframeMirror:fe.crossOriginIframeMirror,crossOriginIframeStyleMirror:fe.crossOriginIframeStyleMirror});const He=new JI,Te=XI(se,{mirror:Ve,win:window,mutationCb:Q=>me({type:V.IncrementalSnapshot,data:{source:W.CanvasMutation,...Q}}),recordCanvas:D,blockClass:s,blockSelector:o,unblockSelector:i,maxCanvasSize:N,sampling:b.canvas,dataURLOptions:I,errorHandler:M}),Ce=typeof __RRWEB_EXCLUDE_SHADOW_DOM__=="boolean"&&__RRWEB_EXCLUDE_SHADOW_DOM__?new qI:new GI({mutationCb:kt,scrollCb:Xn,bypassOptions:{onMutation:J,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:u,maskTextClass:d,unmaskTextClass:l,maskTextSelector:p,unmaskTextSelector:f,inlineStylesheet:h,maskInputOptions:Ae,dataURLOptions:I,maskAttributeFn:S,maskTextFn:v,maskInputFn:O,recordCanvas:D,inlineImages:X,sampling:b,slimDOMOptions:wt,iframeManager:fe,stylesheetManager:re,canvasManager:Te,keepIframeSrcFn:L,processedNodeManager:He},mirror:Ve}),rt=(Q=!1)=>{if(!C)return;me({type:V.Meta,data:{href:window.location.href,width:Zf(),height:Qf()}},Q),re.reset(),Ce.init(),En.forEach(Z=>Z.lock());const Fe=_I(document,{mirror:Ve,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:u,maskTextClass:d,unmaskTextClass:l,maskTextSelector:p,unmaskTextSelector:f,inlineStylesheet:h,maskAllInputs:Ae,maskAttributeFn:S,maskInputFn:O,maskTextFn:v,slimDOM:wt,dataURLOptions:I,recordCanvas:D,inlineImages:X,onSerialize:Z=>{np(Z,Ve)&&fe.addIframe(Z),rp(Z,Ve)&&re.trackLinkElement(Z),ki(Z)&&Ce.addShadowRoot(Z.shadowRoot,document)},onIframeLoad:(Z,Ie)=>{fe.attachIframe(Z,Ie),Z.contentWindow&&Te.addWindow(Z.contentWindow),Ce.observeAttachShadow(Z)},onStylesheetLoad:(Z,Ie)=>{re.attachLinkElement(Z,Ie)},onBlockedImageLoad:(Z,Ie,{width:te,height:Zn})=>{kt({adds:[],removes:[],texts:[],attributes:[{id:Ie.id,attributes:{style:{width:`${te}px`,height:`${Zn}px`}}}]})},keepIframeSrcFn:L});if(!Fe)return console.warn("Failed to snapshot the document");me({type:V.FullSnapshot,data:{node:Fe,initialOffset:Xf(window)}}),En.forEach(Z=>Z.unlock()),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&re.adoptStyleSheets(document.adoptedStyleSheets,Ve.getId(document))};js=rt;try{const Q=[],Fe=Ie=>ee(WI)({onMutation:J,mutationCb:kt,mousemoveCb:(te,Zn)=>me({type:V.IncrementalSnapshot,data:{source:Zn,positions:te}}),mouseInteractionCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.MouseInteraction,...te}}),scrollCb:Xn,viewportResizeCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.ViewportResize,...te}}),inputCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.Input,...te}}),mediaInteractionCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.MediaInteraction,...te}}),styleSheetRuleCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.StyleSheetRule,...te}}),styleDeclarationCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.StyleDeclaration,...te}}),canvasMutationCb:Lr,fontCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.Font,...te}}),selectionCb:te=>{me({type:V.IncrementalSnapshot,data:{source:W.Selection,...te}})},customElementCb:te=>{me({type:V.IncrementalSnapshot,data:{source:W.CustomElement,...te}})},blockClass:s,ignoreClass:a,ignoreSelector:c,maskAllText:u,maskTextClass:d,unmaskTextClass:l,maskTextSelector:p,unmaskTextSelector:f,maskInputOptions:Ae,inlineStylesheet:h,sampling:b,recordDOM:C,recordCanvas:D,inlineImages:X,userTriggeredOnInput:G,collectFonts:K,doc:Ie,maskAttributeFn:S,maskInputFn:O,maskTextFn:v,keepIframeSrcFn:L,blockSelector:o,unblockSelector:i,slimDOMOptions:wt,dataURLOptions:I,mirror:Ve,iframeManager:fe,stylesheetManager:re,shadowDomManager:Ce,processedNodeManager:He,canvasManager:Te,ignoreCSSAttributes:P,plugins:F?.filter(te=>te.observer)?.map(te=>({observer:te.observer,options:te.options,callback:Zn=>me({type:V.Plugin,data:{plugin:te.name,payload:Zn}})}))||[]},{});fe.addLoadListener(Ie=>{try{Q.push(Fe(Ie.contentDocument))}catch(te){console.warn(te)}});const Z=()=>{rt(),Q.push(Fe(document))};return document.readyState==="interactive"||document.readyState==="complete"?Z():(Q.push(Oe("DOMContentLoaded",()=>{me({type:V.DomContentLoaded,data:{}}),A==="DOMContentLoaded"&&Z()})),Q.push(Oe("load",()=>{me({type:V.Load,data:{}}),A==="load"&&Z()},window))),()=>{Q.forEach(Ie=>Ie()),He.destroy(),js=void 0,xI()}}catch(Q){console.warn(Q)}}function KI(e){if(!js)throw new Error("please take full snapshot after start recording");js(e)}mt.mirror=Ve;mt.takeFullSnapshot=KI;function XI(e,t){try{return e?e(t):new Yu}catch{return console.warn("Unable to initialize CanvasManager"),new Yu}}var Ju;(function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"})(Ju||(Ju={}));const QI=3,ZI=5;function ja(e){return e>9999999999?e:e*1e3}function zo(e){return e>9999999999?e/1e3:e}function Nr(e,t){t.category!=="sentry.transaction"&&(["ui.click","ui.input"].includes(t.category)?e.triggerUserActivity():e.checkAndHandleExpiredSession(),e.addUpdate(()=>(e.throttledAddEvent({type:V.Custom,timestamp:(t.timestamp||0)*1e3,data:{tag:"breadcrumb",payload:$e(t,10,1e3)}}),t.category==="console")))}const ew="button,a";function lp(e){return e.closest(ew)||e}function dp(e){const t=fp(e);return!t||!(t instanceof Element)?t:lp(t)}function fp(e){return tw(e)?e.target:e}function tw(e){return typeof e=="object"&&!!e&&"target"in e}let xt;function nw(e){return xt||(xt=[],rw()),xt.push(e),()=>{const t=xt?xt.indexOf(e):-1;t>-1&&xt.splice(t,1)}}function rw(){we(ue,"open",function(e){return function(...t){if(xt)try{xt.forEach(n=>n())}catch{}return e.apply(ue,t)}})}const sw=new Set([W.Mutation,W.StyleSheetRule,W.StyleDeclaration,W.AdoptedStyleSheet,W.CanvasMutation,W.Selection,W.MediaInteraction]);function ow(e,t,n){e.handleClick(t,n)}class iw{constructor(t,n,r=Nr){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=n.timeout/1e3,this._threshold=n.threshold/1e3,this._scrollTimeout=n.scrollTimeout/1e3,this._replay=t,this._ignoreSelector=n.ignoreSelector,this._addBreadcrumbEvent=r}addListeners(){const t=nw(()=>{this._lastMutation=Ku()});this._teardown=()=>{t(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(t,n){if(cw(n,this._ignoreSelector)||!uw(t))return;const r={timestamp:zo(t.timestamp),clickBreadcrumb:t,clickCount:0,node:n};this._clicks.some(s=>s.node===r.node&&Math.abs(s.timestamp-r.timestamp)<1)||(this._clicks.push(r),this._clicks.length===1&&this._scheduleCheckClicks())}registerMutation(t=Date.now()){this._lastMutation=zo(t)}registerScroll(t=Date.now()){this._lastScroll=zo(t)}registerClick(t){const n=lp(t);this._handleMultiClick(n)}_handleMultiClick(t){this._getClicks(t).forEach(n=>{n.clickCount++})}_getClicks(t){return this._clicks.filter(n=>n.node===t)}_checkClicks(){const t=[],n=Ku();this._clicks.forEach(r=>{!r.mutationAfter&&this._lastMutation&&(r.mutationAfter=r.timestamp<=this._lastMutation?this._lastMutation-r.timestamp:void 0),!r.scrollAfter&&this._lastScroll&&(r.scrollAfter=r.timestamp<=this._lastScroll?this._lastScroll-r.timestamp:void 0),r.timestamp+this._timeout<=n&&t.push(r)});for(const r of t){const s=this._clicks.indexOf(r);s>-1&&(this._generateBreadcrumbs(r),this._clicks.splice(s,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(t){const n=this._replay,r=t.scrollAfter&&t.scrollAfter<=this._scrollTimeout,s=t.mutationAfter&&t.mutationAfter<=this._threshold,o=!r&&!s,{clickCount:i,clickBreadcrumb:a}=t;if(o){const c=Math.min(t.mutationAfter||this._timeout,this._timeout)*1e3,u=c<this._timeout*1e3?"mutation":"timeout",d={type:"default",message:a.message,timestamp:a.timestamp,category:"ui.slowClickDetected",data:{...a.data,url:ue.location.href,route:n.getCurrentRoute(),timeAfterClickMs:c,endReason:u,clickCount:i||1}};this._addBreadcrumbEvent(n,d);return}if(i>1){const c={type:"default",message:a.message,timestamp:a.timestamp,category:"ui.multiClick",data:{...a.data,url:ue.location.href,route:n.getCurrentRoute(),clickCount:i,metric:!0}};this._addBreadcrumbEvent(n,c)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=Mr(()=>this._checkClicks(),1e3)}}const aw=["A","BUTTON","INPUT"];function cw(e,t){return!!(!aw.includes(e.tagName)||e.tagName==="INPUT"&&!["submit","button"].includes(e.getAttribute("type")||"")||e.tagName==="A"&&(e.hasAttribute("download")||e.hasAttribute("target")&&e.getAttribute("target")!=="_self")||t&&e.matches(t))}function uw(e){return!!(e.data&&typeof e.data.nodeId=="number"&&e.timestamp)}function Ku(){return Date.now()/1e3}function lw(e,t){try{if(!dw(t))return;const{source:n}=t.data;if(sw.has(n)&&e.registerMutation(t.timestamp),n===W.Scroll&&e.registerScroll(t.timestamp),fw(t)){const{type:r,id:s}=t.data,o=mt.mirror.getNode(s);o instanceof HTMLElement&&r===Me.Click&&e.registerClick(o)}}catch{}}function dw(e){return e.type===QI}function fw(e){return e.data.source===W.MouseInteraction}function ot(e){return{timestamp:Date.now()/1e3,type:"default",...e}}var za=(e=>(e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment",e))(za||{});const pw=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled","data-sentry-component"]);function hw(e){const t={};!e["data-sentry-component"]&&e["data-sentry-element"]&&(e["data-sentry-component"]=e["data-sentry-element"]);for(const n in e)if(pw.has(n)){let r=n;(n==="data-testid"||n==="data-test-id")&&(r="testId"),t[r]=e[n]}return t}const mw=e=>t=>{if(!e.isEnabled())return;const n=gw(t);if(!n)return;const r=t.name==="click",s=r?t.event:void 0;r&&e.clickDetector&&s?.target&&!s.altKey&&!s.metaKey&&!s.ctrlKey&&!s.shiftKey&&ow(e.clickDetector,n,dp(t.event)),Nr(e,n)};function pp(e,t){const n=mt.mirror.getId(e),r=n&&mt.mirror.getNode(n),s=r&&mt.mirror.getMeta(r),o=s&&yw(s)?s:null;return{message:t,data:o?{nodeId:n,node:{id:n,tagName:o.tagName,textContent:Array.from(o.childNodes).map(i=>i.type===za.Text&&i.textContent).filter(Boolean).map(i=>i.trim()).join(""),attributes:hw(o.attributes)}}:{}}}function gw(e){const{target:t,message:n}=_w(e);return ot({category:`ui.${e.name}`,...pp(t,n)})}function _w(e){const t=e.name==="click";let n,r=null;try{r=t?dp(e.event):fp(e.event),n=Pe(r,{maxStringLength:200})||"<unknown>"}catch{n="<unknown>"}return{target:r,message:n}}function yw(e){return e.type===za.Element}function Sw(e,t){if(!e.isEnabled())return;e.updateUserActivity();const n=bw(t);n&&Nr(e,n)}function bw(e){const{metaKey:t,shiftKey:n,ctrlKey:r,altKey:s,key:o,target:i}=e;if(!i||Ew(i)||!o)return null;const a=t||r||s,c=o.length===1;if(!a&&c)return null;const u=Pe(i,{maxStringLength:200})||"<unknown>",d=pp(i,u);return ot({category:"ui.keyDown",message:u,data:{...d.data,metaKey:t,shiftKey:n,ctrlKey:r,altKey:s,key:o}})}function Ew(e){return e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable}const vw={resource:Cw,paint:ww,navigation:kw};function qo(e,t){return({metric:n})=>void t.replayPerformanceEntries.push(e(n))}function Tw(e){return e.map(Iw).filter(Boolean)}function Iw(e){const t=vw[e.entryType];return t?t(e):null}function Fn(e){return((Re()||ue.performance.timeOrigin)+e)/1e3}function ww(e){const{duration:t,entryType:n,name:r,startTime:s}=e,o=Fn(s);return{type:n,name:r,start:o,end:o+t,data:void 0}}function kw(e){const{entryType:t,name:n,decodedBodySize:r,duration:s,domComplete:o,encodedBodySize:i,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,domInteractive:u,loadEventStart:d,loadEventEnd:l,redirectCount:p,startTime:f,transferSize:h,type:g}=e;return s===0?null:{type:`${t}.${g}`,start:Fn(f),end:Fn(o),name:n,data:{size:h,decodedBodySize:r,encodedBodySize:i,duration:s,domInteractive:u,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,loadEventStart:d,loadEventEnd:l,domComplete:o,redirectCount:p}}}function Cw(e){const{entryType:t,initiatorType:n,name:r,responseEnd:s,startTime:o,decodedBodySize:i,encodedBodySize:a,responseStatus:c,transferSize:u}=e;return["fetch","xmlhttprequest"].includes(n)?null:{type:`${t}.${n}`,start:Fn(o),end:Fn(s),name:r,data:{size:u,statusCode:c,decodedBodySize:i,encodedBodySize:a}}}function Rw(e){const t=e.entries[e.entries.length-1],n=t?.element?[t.element]:void 0;return qa(e,"largest-contentful-paint",n)}function Aw(e){return e.sources!==void 0}function xw(e){const t=[],n=[];for(const r of e.entries)if(Aw(r)){const s=[];for(const o of r.sources)if(o.node){n.push(o.node);const i=mt.mirror.getId(o.node);i&&s.push(i)}t.push({value:r.value,nodeIds:s.length?s:void 0})}return qa(e,"cumulative-layout-shift",n,t)}function Mw(e){const t=e.entries[e.entries.length-1],n=t?.target?[t.target]:void 0;return qa(e,"interaction-to-next-paint",n)}function qa(e,t,n,r){const s=e.value,o=e.rating,i=Fn(s);return{type:"web-vital",name:t,start:i,end:i,data:{value:s,size:s,rating:o,nodeIds:n?n.map(a=>mt.mirror.getId(a)):void 0,attributions:r}}}function Ow(e){function t(s){e.performanceEntries.includes(s)||e.performanceEntries.push(s)}function n({entries:s}){s.forEach(t)}const r=[];return["navigation","paint","resource"].forEach(s=>{r.push(cn(s,n))}),r.push(xa(qo(Rw,e)),Aa(qo(xw,e)),Ef(qo(Mw,e))),()=>{r.forEach(s=>s())}}const U=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,Nw='var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),s=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),a=function(t,e){for(var i=new n(31),s=0;s<31;++s)i[s]=e+=1<<t[s-1];var a=new r(i[30]);for(s=1;s<30;++s)for(var o=i[s];o<i[s+1];++o)a[o]=o-i[s]<<5|s;return{b:i,r:a}},o=a(e,2),h=o.b,f=o.r;h[28]=258,f[258]=28;for(var l=a(i,0).r,u=new n(32768),c=0;c<32768;++c){var v=(43690&c)>>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,s=0,a=new n(r);s<i;++s)t[s]&&++a[t[s]-1];var o,h=new n(r);for(s=1;s<r;++s)h[s]=h[s-1]+a[s-1]<<1;if(e){o=new n(1<<r);var f=15-r;for(s=0;s<i;++s)if(t[s])for(var l=s<<4|t[s],c=r-t[s],v=h[t[s]-1]++<<c,d=v|(1<<c)-1;v<=d;++v)o[u[v]>>f]=l}else for(o=new n(i),s=0;s<i;++s)t[s]&&(o[s]=u[h[t[s]-1]++]>>15-t[s]);return o},p=new t(288);for(c=0;c<144;++c)p[c]=8;for(c=144;c<256;++c)p[c]=9;for(c=256;c<280;++c)p[c]=7;for(c=280;c<288;++c)p[c]=8;var g=new t(32);for(c=0;c<32;++c)g[c]=5;var w=d(p,9,0),y=d(g,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},_=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},x=function(r,e){for(var i=[],s=0;s<r.length;++s)r[s]&&i.push({s:s,f:r[s]});var a=i.length,o=i.slice();if(!a)return{t:F,l:0};if(1==a){var h=new t(i[0].s+1);return h[i[0].s]=1,{t:h,l:1}}i.sort(function(t,n){return t.f-n.f}),i.push({s:-1,f:25001});var f=i[0],l=i[1],u=0,c=1,v=2;for(i[0]={s:-1,f:f.f+l.f,l:f,r:l};c!=a-1;)f=i[i[u].f<i[v].f?u++:v++],l=i[u!=c&&i[u].f<i[v].f?u++:v++],i[c++]={s:-1,f:f.f+l.f,l:f,r:l};var d=o[0].s;for(s=1;s<a;++s)o[s].s>d&&(d=o[s].s);var p=new n(d+1),g=A(i[c-1],p,0);if(g>e){s=0;var w=0,y=g-e,m=1<<y;for(o.sort(function(t,n){return p[n.s]-p[t.s]||t.f-n.f});s<a;++s){var b=o[s].s;if(!(p[b]>e))break;w+=m-(1<<g-p[b]),p[b]=e}for(w>>=y;w>0;){var M=o[s].s;p[M]<e?w-=1<<e-p[M]++-1:++s}for(;s>=0&&w;--s){var E=o[s].s;p[E]==e&&(--p[E],++w)}g=e}return{t:new t(p),l:g}},A=function(t,n,r){return-1==t.s?Math.max(A(t.l,n,r+1),A(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,s=t[0],a=1,o=function(t){e[i++]=t},h=1;h<=r;++h)if(t[h]==s&&h!=r)++a;else{if(!s&&a>2){for(;a>138;a-=138)o(32754);a>2&&(o(a>10?a-11<<5|28690:a-3<<5|12305),a=0)}else if(a>3){for(o(s),--a;a>6;a-=6)o(8304);a>2&&(o(a-3<<5|8208),a=0)}for(;a--;)o(s);a=1,s=t[h]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e<n.length;++e)r+=t[e]*n[e];return r},k=function(t,n,r){var e=r.length,i=m(n+2);t[i]=255&e,t[i+1]=e>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var s=0;s<e;++s)t[i+s+4]=r[s];return 8*(i+4+e)},U=function(t,r,a,o,h,f,l,u,c,v,m){z(r,m++,a),++h[256];for(var b=x(h,15),M=b.t,E=b.l,A=x(f,15),U=A.t,C=A.l,F=D(M),I=F.c,S=F.n,L=D(U),O=L.c,j=L.n,q=new n(19),B=0;B<I.length;++B)++q[31&I[B]];for(B=0;B<O.length;++B)++q[31&O[B]];for(var G=x(q,7),H=G.t,J=G.l,K=19;K>4&&!H[s[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(h,p)+T(f,g)+l,X=T(h,M)+T(f,U)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X<W)),m+=2,X<W){N=d(M,E,0),P=M,Q=d(U,C,0),R=U;var Y=d(H,J,0);z(r,m,S-257),z(r,m+5,j-1),z(r,m+10,K-4),m+=14;for(B=0;B<K;++B)z(r,m+3*B,H[s[B]]);m+=3*K;for(var Z=[I,O],$=0;$<2;++$){var tt=Z[$];for(B=0;B<tt.length;++B){var nt=31&tt[B];z(r,m,Y[nt]),m+=H[nt],nt>15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=w,P=p,Q=y,R=g;for(B=0;B<u;++B){var rt=o[B];if(rt>255){_(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;_(r,m,Q[et]),m+=R[et],et>3&&(_(r,m,rt>>5&8191),m+=i[et])}else _(r,m,N[rt]),m+=P[rt]}return _(r,m,N[256]),m+P[256]},C=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,s=0|r.length,a=0;a!=s;){for(var o=Math.min(a+2655,s);a<o;++a)i+=e+=r[a];e=(65535&e)+15*(e>>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},L=function(s,a,o,h,u){if(!u&&(u={l:1},a.dictionary)){var c=a.dictionary.subarray(-32768),v=new t(c.length+s.length);v.set(c),v.set(s,c.length),s=v,u.w=c.length}return function(s,a,o,h,u,c){var v=c.z||s.length,d=new t(h+v+5*(1+Math.ceil(v/7e3))+u),p=d.subarray(h,d.length-u),g=c.l,w=7&(c.r||0);if(a){w&&(p[0]=c.r>>3);for(var y=C[a-1],M=y>>13,E=8191&y,z=(1<<o)-1,_=c.p||new n(32768),x=c.h||new n(z+1),A=Math.ceil(o/3),D=2*A,T=function(t){return(s[t]^s[t+1]<<A^s[t+2]<<D)&z},F=new r(25e3),I=new n(288),S=new n(32),L=0,O=0,j=c.i||0,q=0,B=c.w||0,G=0;j+2<v;++j){var H=T(j),J=32767&j,K=x[H];if(_[J]=K,x[H]=J,B<=j){var N=v-j;if((L>7e3||q>24576)&&(N>423||!g)){w=U(s,p,0,F,I,S,O,q,G,j-G,w),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(s[j+Q]==s[j+Q-W]){for(var $=0;$<Z&&s[j+$]==s[j+$-W];++$);if($>Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;P<tt;++P){var rt=j-W+P&32767,et=rt-_[rt]&32767;et>nt&&(nt=et,K=rt)}}}W+=(J=K)-(K=_[J])&32767}if(R){F[q++]=268435456|f[Q]<<18|l[R];var it=31&f[Q],st=31&l[R];O+=e[it]+i[st],++I[257+it],++S[st],B=j+Q,++L}else F[q++]=s[j],++I[s[j]]}}for(j=Math.max(j,B);j<v;++j)F[q++]=s[j],++I[s[j]];w=U(s,p,g,F,I,S,O,q,G,j-G,w),g||(c.r=7&w|p[w/8|0]<<3,w-=7,c.h=x,c.p=_,c.i=j,c.w=B)}else{for(j=c.w||0;j<v+g;j+=65535){var at=j+65535;at>=v&&(p[w/8|0]=g,at=v),w=k(p,w+1,s.subarray(j,at))}c.i=v}return b(d,0,h+m(w)+u)}(s,null==a.level?6:a.level,null==a.mem?u.l?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(s.length)))):20:12+a.mem,o,h,u)},O=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},j=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(L(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var s=this.b.length-this.s.z;this.b.set(n.subarray(0,s),this.s.z),this.s.z=this.b.length,this.p(this.b,!1),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(s),32768),this.s.z=n.length-s+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n.prototype.flush=function(){this.ondata||E(5),this.s.l&&E(4),this.p(this.b,!1),this.s.w=this.s.i,this.s.i-=2},n}();function q(t,n){n||(n={});var r=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e<n.length;++e)r=I[255&r^n[e]]^r>>>8;t=r},d:function(){return~t}}}(),e=t.length;r.p(t);var i,s=L(t,n,10+((i=n).filename?i.filename.length+1:0),8),a=s.length;return function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&O(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}}(s,n),O(s,a-8,r.d()),O(s,a-4,e),s}var B=function(){function t(t,n){this.c=S(),this.v=1,j.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),j.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=L(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=S();i.p(n.dictionary),O(t,2,i.d())}}(r,this.o),this.v=0),n&&O(r,r.length-4,this.c.d()),this.ondata(r,n)},t.prototype.flush=function(){j.prototype.flush.call(this)},t}(),G="undefined"!=typeof TextEncoder&&new TextEncoder,H="undefined"!=typeof TextDecoder&&new TextDecoder;try{H.decode(F,{stream:!0})}catch(t){}var J=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(K(t),this.d=n||!1)},t}();function K(n,r){if(G)return G.encode(n);for(var e=n.length,i=new t(n.length+(n.length>>1)),s=0,a=function(t){i[s++]=t},o=0;o<e;++o){if(s+5>i.length){var h=new t(s+8+(e-o<<1));h.set(i),i=h}var f=n.charCodeAt(o);f<128||r?a(f):f<2048?(a(192|f>>6),a(128|63&f)):f>55295&&f<57344?(a(240|(f=65536+(1047552&f)|1023&n.charCodeAt(++o))>>18),a(128|f>>12&63),a(128|f>>6&63),a(128|63&f)):(a(224|f>>12),a(128|f>>6&63),a(128|63&f))}return b(i,0,s)}const N=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(const r of t)n+=r.length;const r=new Uint8Array(n);for(let n=0,e=0,i=t.length;n<i;n++){const i=t[n];r.set(i,e),e+=i.length}return r}(this._deflatedData);return this._init(),t}_init(){this._hasEvents=!1,this._deflatedData=[],this.deflate=new B,this.deflate.ondata=(t,n)=>{this._deflatedData.push(t)},this.stream=new J((t,n)=>{this.deflate.push(t,n)}),this.stream.push("[")}},P={clear:()=>{N.clear()},addEvent:t=>N.addEvent(t),finish:()=>N.finish(),compress:t=>function(t){return q(K(t))}(t)};addEventListener("message",function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in P&&"function"==typeof P[n])try{const t=P[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}}),postMessage({id:void 0,method:"init",success:!0,response:void 0});';function Lw(){const e=new Blob([Nw]);return URL.createObjectURL(e)}const Xu=["log","warn","error"],ps="[Replay] ";function Go(e,t="info"){Et({category:"console",data:{logger:"replay"},level:t,message:`${ps}${e}`},{level:t})}function Pw(){let e=!1,t=!1;const n={exception:()=>{},infoTick:()=>{},setConfig:r=>{e=!!r.captureExceptions,t=!!r.traceInternals}};return U?(Xu.forEach(r=>{n[r]=(...s)=>{m[r](ps,...s),t&&Go(s.join(""),sa(r))}}),n.exception=(r,...s)=>{s.length&&n.error&&n.error(...s),m.error(ps,r),e?ke(r,{mechanism:{handled:!0,type:"auto.function.replay.debug"}}):t&&Go(r,"error")},n.infoTick=(...r)=>{m.log(ps,...r),t&&setTimeout(()=>Go(r[0]),0)}):Xu.forEach(r=>{n[r]=()=>{}}),n}const H=Pw();class Ga extends Error{constructor(){super(`Event buffer exceeded maximum size of ${Fa}.`)}}class hp{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1,this.waitForCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(t){const n=JSON.stringify(t).length;if(this._totalSize+=n,this._totalSize>Fa)throw new Ga;this.events.push(t)}finish(){return new Promise(t=>{const n=this.events;this.clear(),t(JSON.stringify(n))})}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){const t=this.events.map(n=>n.timestamp).sort()[0];return t?ja(t):null}}class Dw{constructor(t){this._worker=t,this._id=0}ensureReady(){return this._ensureReadyPromise?this._ensureReadyPromise:(this._ensureReadyPromise=new Promise((t,n)=>{this._worker.addEventListener("message",({data:r})=>{r.success?t():n()},{once:!0}),this._worker.addEventListener("error",r=>{n(r)},{once:!0})}),this._ensureReadyPromise)}destroy(){U&&H.log("Destroying compression worker"),this._worker.terminate()}postMessage(t,n){const r=this._getAndIncrementId();return new Promise((s,o)=>{const i=({data:a})=>{const c=a;if(c.method===t&&c.id===r){if(this._worker.removeEventListener("message",i),!c.success){U&&H.error("Error in compression worker: ",c.response),o(new Error("Error in compression worker"));return}s(c.response)}};this._worker.addEventListener("message",i),this._worker.postMessage({id:r,method:t,arg:n})})}_getAndIncrementId(){return this._id++}}class Fw{constructor(t){this._worker=new Dw(t),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this.waitForCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(t){const n=ja(t.timestamp);(!this._earliestTimestamp||n<this._earliestTimestamp)&&(this._earliestTimestamp=n);const r=JSON.stringify(t);return this._totalSize+=r.length,this._totalSize>Fa?Promise.reject(new Ga):this._sendEventToWorker(r)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear").then(null,t=>{U&&H.exception(t,'Sending "clear" message to worker failed',t)})}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(t){return this._worker.postMessage("addEvent",t)}async _finishRequest(){const t=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,t}}class $w{constructor(t){this._fallback=new hp,this._compression=new Fw(t),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get waitForCheckout(){return this._used.waitForCheckout}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(t){this._used.hasCheckout=t}set waitForCheckout(t){this._used.waitForCheckout=t}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(t){return this._used.addEvent(t)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(t){U&&H.exception(t,"Failed to load the compression worker, falling back to simple buffer");return}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){const{events:t,hasCheckout:n,waitForCheckout:r}=this._fallback,s=[];for(const o of t)s.push(this._compression.addEvent(o));this._compression.hasCheckout=n,this._compression.waitForCheckout=r,this._used=this._compression;try{await Promise.all(s),this._fallback.clear()}catch(o){U&&H.exception(o,"Failed to add events when switching buffers.")}}}function Bw({useCompression:e,workerUrl:t}){if(e&&window.Worker){const n=Uw(t);if(n)return n}return U&&H.log("Using simple buffer"),new hp}function Uw(e){try{const t=e||Hw();if(!t)return;U&&H.log(`Using compression worker${e?` from ${e}`:""}`);const n=new Worker(t);return new $w(n)}catch(t){U&&H.exception(t,"Failed to create compression worker")}}function Hw(){return typeof __SENTRY_EXCLUDE_REPLAY_WORKER__>"u"||!__SENTRY_EXCLUDE_REPLAY_WORKER__?Lw():""}function Va(){try{return"sessionStorage"in ue&&!!ue.sessionStorage}catch{return!1}}function Ww(e){jw(),e.session=void 0}function jw(){if(Va())try{ue.sessionStorage.removeItem(Pa)}catch{}}function mp(e){return e===void 0?!1:Math.random()<e}function _o(e){if(Va())try{ue.sessionStorage.setItem(Pa,JSON.stringify(e))}catch{}}function gp(e){const t=Date.now(),n=e.id||Ee(),r=e.started||t,s=e.lastActivity||t,o=e.segmentId||0,i=e.sampled,a=e.previousSessionId,c=e.dirty||!1;return{id:n,started:r,lastActivity:s,segmentId:o,sampled:i,previousSessionId:a,dirty:c}}function zw(e,t){return mp(e)?"session":t?"buffer":!1}function Qu({sessionSampleRate:e,allowBuffering:t,stickySession:n=!1},{previousSessionId:r}={}){const s=zw(e,t),o=gp({sampled:s,previousSessionId:r});return n&&_o(o),o}function qw(){if(!Va())return null;try{const e=ue.sessionStorage.getItem(Pa);if(!e)return null;const t=JSON.parse(e);return U&&H.infoTick("Loading existing session"),gp(t)}catch{return null}}function Ai(e,t,n=+new Date){return e===null||t===void 0||t<0?!0:t===0?!1:e+t<=n}function _p(e,{maxReplayDuration:t,sessionIdleExpire:n,targetTime:r=Date.now()}){return Ai(e.started,t,r)||Ai(e.lastActivity,n,r)}function yp(e,{sessionIdleExpire:t,maxReplayDuration:n}){return!(!_p(e,{sessionIdleExpire:t,maxReplayDuration:n})||e.sampled==="buffer"&&e.segmentId===0)}function Vo({sessionIdleExpire:e,maxReplayDuration:t,previousSessionId:n},r){const s=r.stickySession&&qw();return s?yp(s,{sessionIdleExpire:e,maxReplayDuration:t})?(U&&H.infoTick("Session in sessionStorage is expired, creating new one..."),Qu(r,{previousSessionId:s.id})):s:(U&&H.infoTick("Creating new session"),Qu(r,{previousSessionId:n}))}function Gw(e){return e.type===V.Custom}function Ya(e,t,n){return bp(e,t)?(Sp(e,t,n),!0):!1}function Vw(e,t,n){return bp(e,t)?Sp(e,t,n):Promise.resolve(null)}async function Sp(e,t,n){const{eventBuffer:r}=e;if(!r||r.waitForCheckout&&!n)return null;const s=e.recordingMode==="buffer";try{n&&s&&r.clear(),n&&(r.hasCheckout=!0,r.waitForCheckout=!1);const o=e.getOptions(),i=Yw(t,o.beforeAddRecordingEvent);return i?await r.addEvent(i):void 0}catch(o){const i=o&&o instanceof Ga,a=i?"addEventSizeExceeded":"addEvent",c=x();if(c){const u=i?"buffer_overflow":"internal_sdk_error";c.recordDroppedEvent(u,"replay")}if(i&&s)return r.clear(),r.waitForCheckout=!0,null;e.handleException(o),await e.stop({reason:a})}}function bp(e,t){if(!e.eventBuffer||e.isPaused()||!e.isEnabled())return!1;const n=ja(t.timestamp);return n+e.timeouts.sessionIdlePause<Date.now()?!1:n>e.getContext().initialTimestamp+e.getOptions().maxReplayDuration?(U&&H.infoTick(`Skipping event with timestamp ${n} because it is after maxReplayDuration`),!1):!0}function Yw(e,t){try{if(typeof t=="function"&&Gw(e))return t(e)}catch(n){return U&&H.exception(n,"An error occurred in the `beforeAddRecordingEvent` callback, skipping the event..."),null}return e}function Ja(e){return!e.type}function xi(e){return e.type==="transaction"}function Jw(e){return e.type==="replay_event"}function Zu(e){return e.type==="feedback"}function Kw(e){return(t,n)=>{if(!e.isEnabled()||!Ja(t)&&!xi(t))return;const r=n.statusCode;if(!(!r||r<200||r>=300)){if(xi(t)){Xw(e,t);return}Qw(e,t)}}}function Xw(e,t){const n=e.getContext();t.contexts?.trace?.trace_id&&n.traceIds.size<100&&n.traceIds.add(t.contexts.trace.trace_id)}function Qw(e,t){const n=e.getContext();if(t.event_id&&n.errorIds.size<100&&n.errorIds.add(t.event_id),e.recordingMode!=="buffer"||!t.tags||!t.tags.replayId)return;const{beforeErrorSampling:r}=e.getOptions();typeof r=="function"&&!r(t)||Mr(async()=>{try{await e.sendBufferedReplayOrFlush()}catch(s){e.handleException(s)}})}function Zw(e){return t=>{!e.isEnabled()||!Ja(t)||ek(e,t)}}function ek(e,t){const n=t.exception?.values?.[0]?.value;if(typeof n=="string"&&(n.match(/(reactjs\.org\/docs\/error-decoder\.html\?invariant=|react\.dev\/errors\/)(418|419|422|423|425)/)||n.match(/(does not match server-rendered HTML|Hydration failed because)/i))){const r=ot({category:"replay.hydrate-error",data:{url:un()}});Nr(e,r)}}function tk(e){const t=x();t&&t.on("beforeAddBreadcrumb",n=>nk(e,n))}function nk(e,t){if(!e.isEnabled()||!Ep(t))return;const n=rk(t);n&&Nr(e,n)}function rk(e){return!Ep(e)||["fetch","xhr","sentry.event","sentry.transaction"].includes(e.category)||e.category.startsWith("ui.")?null:e.category==="console"?sk(e):ot(e)}function sk(e){const t=e.data?.arguments;if(!Array.isArray(t)||t.length===0)return ot(e);let n=!1;const r=t.map(s=>{if(!s)return s;if(typeof s=="string")return s.length>Gr?(n=!0,`${s.slice(0,Gr)}…`):s;if(typeof s=="object")try{const o=$e(s,7);return JSON.stringify(o).length>Gr?(n=!0,`${JSON.stringify(o,null,2).slice(0,Gr)}…`):o}catch{}return s});return ot({...e,data:{...e.data,arguments:r,...n?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}function Ep(e){return!!e.category}function ok(e,t){return e.type||!e.exception?.values?.length?!1:!!t.originalException?.__rrweb__}function vp(){const e=q().getPropagationContext().dsc;e&&delete e.replay_id;const t=be();if(t){const n=Ze(t);delete n.replay_id}}function ik(e,t){e.triggerUserActivity(),e.addUpdate(()=>t.timestamp?(e.throttledAddEvent({type:V.Custom,timestamp:t.timestamp*1e3,data:{tag:"breadcrumb",payload:{timestamp:t.timestamp,type:"default",category:"sentry.feedback",data:{feedbackId:t.event_id}}}}),!1):!0)}function ak(e,t){return e.recordingMode!=="buffer"||t.message===Da||!t.exception||t.type?!1:mp(e.getOptions().errorSampleRate)}function ck(e){return Object.assign((t,n)=>{if(!e.isEnabled()||e.isPaused())return t;if(Jw(t))return delete t.breadcrumbs,t;if(!Ja(t)&&!xi(t)&&!Zu(t))return t;if(!e.checkAndHandleExpiredSession())return vp(),t;if(Zu(t))return e.flush(),t.contexts.feedback.replay_id=e.getSessionId(),ik(e,t),t;if(ok(t,n)&&!e.getOptions()._experiments.captureExceptions)return U&&H.log("Ignoring error from rrweb internals",t),null;const s=ak(e,t);if((s||e.recordingMode==="session")&&(t.tags={...t.tags,replayId:e.getSessionId()}),s&&e.recordingMode==="buffer"&&e.session?.sampled==="buffer"){const i=e.session;i.dirty=!0,e.getOptions().stickySession&&_o(i)}return t},{id:"Replay"})}function yo(e,t){return t.map(({type:n,start:r,end:s,name:o,data:i})=>{const a=e.throttledAddEvent({type:V.Custom,timestamp:r,data:{tag:"performanceSpan",payload:{op:n,description:o,startTimestamp:r,endTimestamp:s,data:i}}});return typeof a=="string"?Promise.resolve(null):a})}function uk(e){const{from:t,to:n}=e,r=Date.now()/1e3;return{type:"navigation.push",start:r,end:r,name:n,data:{previous:t}}}function lk(e){return t=>{if(!e.isEnabled())return;const n=uk(t);n!==null&&(e.getContext().urls.push(n.name),e.triggerUserActivity(),e.addUpdate(()=>(yo(e,[n]),!1)))}}function dk(e,t){return U&&e.getOptions()._experiments.traceInternals?!1:Ad(t,x())}function Tp(e,t){e.isEnabled()&&t!==null&&(dk(e,t.name)||e.addUpdate(()=>(yo(e,[t]),!0)))}function So(e){if(!e)return;const t=new TextEncoder;try{if(typeof e=="string")return t.encode(e).length;if(e instanceof URLSearchParams)return t.encode(e.toString()).length;if(e instanceof FormData){const n=Rf(e);return t.encode(n).length}if(e instanceof Blob)return e.size;if(e instanceof ArrayBuffer)return e.byteLength}catch{}}function Ip(e){if(!e)return;const t=parseInt(e,10);return isNaN(t)?void 0:t}function zs(e,t){if(!e)return{headers:{},size:void 0,_meta:{warnings:[t]}};const n={...e._meta},r=n.warnings||[];return n.warnings=[...r,t],e._meta=n,e}function wp(e,t){if(!t)return null;const{startTimestamp:n,endTimestamp:r,url:s,method:o,statusCode:i,request:a,response:c}=t;return{type:e,start:n/1e3,end:r/1e3,name:s,data:{method:o,statusCode:i,request:a,response:c}}}function pr(e){return{headers:{},size:e,_meta:{warnings:["URL_SKIPPED"]}}}function Lt(e,t,n){if(!t&&Object.keys(e).length===0)return;if(!t)return{headers:e};if(!n)return{headers:e,size:t};const r={headers:e,size:t},{body:s,warnings:o}=fk(n);return r.body=s,o?.length&&(r._meta={warnings:o}),r}function Mi(e,t){return Object.entries(e).reduce((n,[r,s])=>{const o=r.toLowerCase();return t.includes(o)&&e[r]&&(n[o]=s),n},{})}function fk(e){if(!e||typeof e!="string")return{body:e};const t=e.length>Nu,n=pk(e);if(t){const r=e.slice(0,Nu);return n?{body:r,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${r}…`,warnings:["TEXT_TRUNCATED"]}}if(n)try{return{body:JSON.parse(e)}}catch{}return{body:e}}function pk(e){const t=e[0],n=e[e.length-1];return t==="["&&n==="]"||t==="{"&&n==="}"}function qs(e,t){const n=hk(e);return Xe(n,t)}function hk(e,t=ue.document.baseURI){if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith(ue.location.origin))return e;const n=new URL(e,t);if(n.origin!==new URL(t).origin)return e;const r=n.href;return!e.endsWith("/")&&r.endsWith("/")?r.slice(0,-1):r}async function mk(e,t,n){try{const r=await _k(e,t,n),s=wp("resource.fetch",r);Tp(n.replay,s)}catch(r){U&&H.exception(r,"Failed to capture fetch breadcrumb")}}function gk(e,t){const{input:n,response:r}=t,s=n?La(n):void 0,o=So(s),i=r?Ip(r.headers.get("content-length")):void 0;o!==void 0&&(e.data.request_body_size=o),i!==void 0&&(e.data.response_body_size=i)}async function _k(e,t,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:o=r}=t,{url:i,method:a,status_code:c=0,request_body_size:u,response_body_size:d}=e.data,l=qs(i,n.networkDetailAllowUrls)&&!qs(i,n.networkDetailDenyUrls),p=l?yk(n,t.input,u):pr(u),f=await Sk(l,n,t.response,d);return{startTimestamp:s,endTimestamp:o,url:i,method:a,statusCode:c,request:p,response:f}}function yk({networkCaptureBodies:e,networkRequestHeaders:t},n,r){const s=n?vk(n,t):{};if(!e)return Lt(s,r,void 0);const o=La(n),[i,a]=Fs(o,H),c=Lt(s,r,i);return a?zs(c,a):c}async function Sk(e,{networkCaptureBodies:t,networkResponseHeaders:n},r,s){if(!e&&s!==void 0)return pr(s);const o=r?kp(r.headers,n):{};if(!r||!t&&s!==void 0)return Lt(o,s,void 0);const[i,a]=await Ek(r),c=bk(i,{networkCaptureBodies:t,responseBodySize:s,captureDetails:e,headers:o});return a?zs(c,a):c}function bk(e,{networkCaptureBodies:t,responseBodySize:n,captureDetails:r,headers:s}){try{const o=e?.length&&n===void 0?So(e):n;return r?t?Lt(s,o,e):Lt(s,o,void 0):pr(o)}catch(o){return U&&H.exception(o,"Failed to serialize response body"),Lt(s,n,void 0)}}async function Ek(e){const t=Tk(e);if(!t)return[void 0,"BODY_PARSE_ERROR"];try{return[await Ik(t)]}catch(n){return n instanceof Error&&n.message.indexOf("Timeout")>-1?(U&&H.warn("Parsing text body from response timed out"),[void 0,"BODY_PARSE_TIMEOUT"]):(U&&H.exception(n,"Failed to get text body from response"),[void 0,"BODY_PARSE_ERROR"])}}function kp(e,t){const n={};return t.forEach(r=>{e.get(r)&&(n[r]=e.get(r))}),n}function vk(e,t){return e.length===1&&typeof e[0]!="string"?el(e[0],t):e.length===2?el(e[1],t):{}}function el(e,t){if(!e)return{};const n=e.headers;return n?n instanceof Headers?kp(n,t):Array.isArray(n)?{}:Mi(n,t):{}}function Tk(e){try{return e.clone()}catch(t){U&&H.exception(t,"Failed to clone response body")}}function Ik(e){return new Promise((t,n)=>{const r=Mr(()=>n(new Error("Timeout while trying to read response body")),500);wk(e).then(s=>t(s),s=>n(s)).finally(()=>clearTimeout(r))})}async function wk(e){return await e.text()}async function kk(e,t,n){try{const r=Rk(e,t,n),s=wp("resource.xhr",r);Tp(n.replay,s)}catch(r){U&&H.exception(r,"Failed to capture xhr breadcrumb")}}function Ck(e,t){const{xhr:n,input:r}=t;if(!n)return;const s=So(r),o=n.getResponseHeader("content-length")?Ip(n.getResponseHeader("content-length")):Mk(n.response,n.responseType);s!==void 0&&(e.data.request_body_size=s),o!==void 0&&(e.data.response_body_size=o)}function Rk(e,t,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:o=r,input:i,xhr:a}=t,{url:c,method:u,status_code:d=0,request_body_size:l,response_body_size:p}=e.data;if(!c)return null;if(!a||!qs(c,n.networkDetailAllowUrls)||qs(c,n.networkDetailDenyUrls)){const k=pr(l),b=pr(p);return{startTimestamp:s,endTimestamp:o,url:c,method:u,statusCode:d,request:k,response:b}}const f=a[pt],h=f?Mi(f.request_headers,n.networkRequestHeaders):{},g=Mi(Af(a),n.networkResponseHeaders),[_,y]=n.networkCaptureBodies?Fs(i,H):[void 0],[S,O]=n.networkCaptureBodies?Ak(a):[void 0],v=Lt(h,l,_),N=Lt(g,p,S);return{startTimestamp:s,endTimestamp:o,url:c,method:u,statusCode:d,request:y?zs(v,y):v,response:O?zs(N,O):N}}function Ak(e){const t=[];try{return[e.responseText]}catch(n){t.push(n)}try{return xk(e.response,e.responseType)}catch(n){t.push(n)}return U&&H.warn("Failed to get xhr response body",...t),[void 0]}function xk(e,t){try{if(typeof e=="string")return[e];if(e instanceof Document)return[e.body.outerHTML];if(t==="json"&&e&&typeof e=="object")return[JSON.stringify(e)];if(!e)return[void 0]}catch(n){return U&&H.exception(n,"Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return U&&H.log("Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}function Mk(e,t){try{const n=t==="json"&&e&&typeof e=="object"?JSON.stringify(e):e;return So(n)}catch{return}}function Ok(e){const t=x();try{const{networkDetailAllowUrls:n,networkDetailDenyUrls:r,networkCaptureBodies:s,networkRequestHeaders:o,networkResponseHeaders:i}=e.getOptions(),a={replay:e,networkDetailAllowUrls:n,networkDetailDenyUrls:r,networkCaptureBodies:s,networkRequestHeaders:o,networkResponseHeaders:i};t&&t.on("beforeAddBreadcrumb",(c,u)=>Nk(a,c,u))}catch{}}function Nk(e,t,n){if(t.data)try{Lk(t)&&Dk(n)&&(Ck(t,n),kk(t,n,e)),Pk(t)&&Fk(n)&&(gk(t,n),mk(t,n,e))}catch(r){U&&H.exception(r,"Error when enriching network breadcrumb")}}function Lk(e){return e.category==="xhr"}function Pk(e){return e.category==="fetch"}function Dk(e){return e?.xhr}function Fk(e){return e?.response}function $k(e){const t=x();Cf(mw(e)),po(lk(e)),tk(e),Ok(e);const n=ck(e);tg(n),t&&(t.on("beforeSendEvent",Zw(e)),t.on("afterSendEvent",Kw(e)),t.on("createDsc",r=>{const s=e.getSessionId();s&&e.isEnabled()&&e.recordingMode==="session"&&e.checkAndHandleExpiredSession()&&(r.replay_id=s)}),t.on("spanStart",r=>{e.lastActiveSpan=r}),t.on("spanEnd",r=>{e.lastActiveSpan=r}),t.on("beforeSendFeedback",async(r,s)=>{const o=e.getSessionId();s?.includeReplay&&e.isEnabled()&&o&&r.contexts?.feedback&&(r.contexts.feedback.source==="api"&&await e.sendBufferedReplayOrFlush(),r.contexts.feedback.replay_id=o)}),t.on("openFeedbackWidget",async()=>{await e.sendBufferedReplayOrFlush()}))}async function Bk(e){try{return Promise.all(yo(e,[Uk(ue.performance.memory)]))}catch{return[]}}function Uk(e){const{jsHeapSizeLimit:t,totalJSHeapSize:n,usedJSHeapSize:r}=e,s=Date.now()/1e3;return{type:"memory",name:"memory",start:s,end:s,data:{memory:{jsHeapSizeLimit:t,totalJSHeapSize:n,usedJSHeapSize:r}}}}function Hk(e,t,n){return Qg(e,t,{...n,setTimeoutImpl:Mr})}const Kr=$.navigator;function Wk(){return/iPhone|iPad|iPod/i.test(Kr?.userAgent??"")||/Macintosh/i.test(Kr?.userAgent??"")&&Kr?.maxTouchPoints&&Kr?.maxTouchPoints>1?{sampling:{mousemove:!1}}:{}}function jk(e){let t=!1;return(n,r)=>{if(!e.checkAndHandleExpiredSession()){U&&H.warn("Received replay event after session expired.");return}const s=r||!t;t=!0,e.clickDetector&&lw(e.clickDetector,n),e.addUpdate(()=>{if(e.recordingMode==="buffer"&&s&&e.setInitialState(),!Ya(e,n,s))return!0;if(!s)return!1;const o=e.session;if(qk(e,s),e.recordingMode==="buffer"&&o&&e.eventBuffer&&!o.dirty){const i=e.eventBuffer.getEarliestTimestamp();i&&(U&&H.log(`Updating session start time to earliest event in buffer to ${new Date(i)}`),o.started=i,e.getOptions().stickySession&&_o(o))}return o?.previousSessionId||e.recordingMode==="session"&&e.flush(),!0})}}function zk(e){const t=e.getOptions();return{type:V.Custom,timestamp:Date.now(),data:{tag:"options",payload:{shouldRecordCanvas:e.isRecordingCanvas(),sessionSampleRate:t.sessionSampleRate,errorSampleRate:t.errorSampleRate,useCompressionOption:t.useCompression,blockAllMedia:t.blockAllMedia,maskAllText:t.maskAllText,maskAllInputs:t.maskAllInputs,useCompression:e.eventBuffer?e.eventBuffer.type==="worker":!1,networkDetailHasUrls:t.networkDetailAllowUrls.length>0,networkCaptureBodies:t.networkCaptureBodies,networkRequestHasHeaders:t.networkRequestHeaders.length>0,networkResponseHasHeaders:t.networkResponseHeaders.length>0}}}}function qk(e,t){!t||!e.session||e.session.segmentId!==0||Ya(e,zk(e),!1)}function Gk(e){if(!e)return null;try{return e.nodeType===e.ELEMENT_NODE?e:e.parentElement}catch{return null}}function Vk(e,t,n,r){return tt(sd(e,Xs(e),r,n),[[{type:"replay_event"},e],[{type:"replay_recording",length:typeof t=="string"?new TextEncoder().encode(t).length:t.length},t]])}function Yk({recordingData:e,headers:t}){let n;const r=`${JSON.stringify(t)}
495
+ or you can use record.mirror to access the mirror instance during recording.`;let Uu={map:{},getId(){return console.error(mn),-1},getNode(){return console.error(mn),null},removeNodeFromMap(){console.error(mn)},has(){return console.error(mn),!1},reset(){console.error(mn)}};typeof window<"u"&&window.Proxy&&window.Reflect&&(Uu=new Proxy(Uu,{get(e,t,n){return t==="map"&&console.error(mn),Reflect.get(e,t,n)}}));function fr(e,t,n={}){let r=null,s=0;return function(...o){const i=Date.now();!s&&n.leading===!1&&(s=i);const a=t-(i-s),c=this;a<=0||a>t?(r&&(II(r),r=null),s=i,e.apply(c,o)):!r&&n.trailing!==!1&&(r=go(()=>{s=n.leading===!1?0:Date.now(),r=null,e.apply(c,o)},a))}}function Kf(e,t,n,r,s=window){const o=s.Object.getOwnPropertyDescriptor(e,t);return s.Object.defineProperty(e,t,r?n:{set(i){go(()=>{n.set.call(this,i)},0),o&&o.set&&o.set.call(this,i)}}),()=>Kf(e,t,o||{},!0)}function Ua(e,t,n){try{if(!(t in e))return()=>{};const r=e[t],s=n(r);return typeof s=="function"&&(s.prototype=s.prototype||{},Object.defineProperties(s,{__rrweb_original__:{enumerable:!1,value:r}})),e[t]=s,()=>{e[t]=r}}catch{return()=>{}}}let Hs=Date.now;/[1-9][0-9]{12}/.test(Date.now().toString())||(Hs=()=>new Date().getTime());function Xf(e){const t=e.document;return{left:t.scrollingElement?t.scrollingElement.scrollLeft:e.pageXOffset!==void 0?e.pageXOffset:t?.documentElement.scrollLeft||t?.body?.parentElement?.scrollLeft||t?.body?.scrollLeft||0,top:t.scrollingElement?t.scrollingElement.scrollTop:e.pageYOffset!==void 0?e.pageYOffset:t?.documentElement.scrollTop||t?.body?.parentElement?.scrollTop||t?.body?.scrollTop||0}}function Qf(){return window.innerHeight||document.documentElement&&document.documentElement.clientHeight||document.body&&document.body.clientHeight}function Zf(){return window.innerWidth||document.documentElement&&document.documentElement.clientWidth||document.body&&document.body.clientWidth}function ep(e){if(!e)return null;try{return e.nodeType===e.ELEMENT_NODE?e:e.parentElement}catch{return null}}function Be(e,t,n,r,s){if(!e)return!1;const o=ep(e);if(!o)return!1;const i=Sn(t,n);if(!s){const u=r&&o.matches(r);return i(o)&&!u}const a=Jt(o,i);let c=-1;return a<0?!1:(r&&(c=Jt(o,Sn(null,r))),a>-1&&c<0?!0:a<c)}function yI(e,t){return t.getId(e)!==-1}function jo(e,t){return t.getId(e)===dr}function tp(e,t){if(sr(e))return!1;const n=t.getId(e);return t.has(n)?e.parentNode&&e.parentNode.nodeType===e.DOCUMENT_NODE?!1:e.parentNode?tp(e.parentNode,t):!0:!0}function wi(e){return!!e.changedTouches}function SI(e=window){"NodeList"in e&&!e.NodeList.prototype.forEach&&(e.NodeList.prototype.forEach=Array.prototype.forEach),"DOMTokenList"in e&&!e.DOMTokenList.prototype.forEach&&(e.DOMTokenList.prototype.forEach=Array.prototype.forEach),Node.prototype.contains||(Node.prototype.contains=(...t)=>{let n=t[0];if(!(0 in t))throw new TypeError("1 argument is required");do if(this===n)return!0;while(n=n&&n.parentNode);return!1})}function np(e,t){return!!(e.nodeName==="IFRAME"&&t.getMeta(e))}function rp(e,t){return!!(e.nodeName==="LINK"&&e.nodeType===e.ELEMENT_NODE&&e.getAttribute&&e.getAttribute("rel")==="stylesheet"&&t.getMeta(e))}function ki(e){return!!e?.shadowRoot}class bI{constructor(){this.id=1,this.styleIDMap=new WeakMap,this.idStyleMap=new Map}getId(t){return this.styleIDMap.get(t)??-1}has(t){return this.styleIDMap.has(t)}add(t,n){if(this.has(t))return this.getId(t);let r;return n===void 0?r=this.id++:r=n,this.styleIDMap.set(t,r),this.idStyleMap.set(r,t),r}getStyle(t){return this.idStyleMap.get(t)||null}reset(){this.styleIDMap=new WeakMap,this.idStyleMap=new Map,this.id=1}generateId(){return this.id++}}function sp(e){let t=null;return e.getRootNode?.()?.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.getRootNode().host&&(t=e.getRootNode().host),t}function EI(e){let t=e,n;for(;n=sp(t);)t=n;return t}function vI(e){const t=e.ownerDocument;if(!t)return!1;const n=EI(e);return t.contains(n)}function op(e){const t=e.ownerDocument;return t?t.contains(e)||vI(e):!1}const Hu={};function Ha(e){const t=Hu[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);const o=s.contentWindow;o&&o[e]&&(r=o[e]),n.head.removeChild(s)}catch{}return Hu[e]=r.bind(window)}function TI(...e){return Ha("requestAnimationFrame")(...e)}function go(...e){return Ha("setTimeout")(...e)}function II(...e){return Ha("clearTimeout")(...e)}var V=(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))(V||{}),W=(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))(W||{}),Me=(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))(Me||{}),ft=(e=>(e[e.Mouse=0]="Mouse",e[e.Pen=1]="Pen",e[e.Touch=2]="Touch",e))(ft||{}),gn=(e=>(e[e.Play=0]="Play",e[e.Pause=1]="Pause",e[e.Seeked=2]="Seeked",e[e.VolumeChange=3]="VolumeChange",e[e.RateChange=4]="RateChange",e))(gn||{});function Wa(e){try{return e.contentDocument}catch{}}function wI(e){try{return e.contentWindow}catch{}}function Wu(e){return"__ln"in e}class kI{constructor(){this.length=0,this.head=null,this.tail=null}get(t){if(t>=this.length)throw new Error("Position outside of list range");let n=this.head;for(let r=0;r<t;r++)n=n?.next||null;return n}addNode(t){const n={value:t,previous:null,next:null};if(t.__ln=n,t.previousSibling&&Wu(t.previousSibling)){const r=t.previousSibling.__ln.next;n.next=r,n.previous=t.previousSibling.__ln,t.previousSibling.__ln.next=n,r&&(r.previous=n)}else if(t.nextSibling&&Wu(t.nextSibling)&&t.nextSibling.__ln.previous){const r=t.nextSibling.__ln.previous;n.previous=r,n.next=t.nextSibling.__ln,t.nextSibling.__ln.previous=n,r&&(r.next=n)}else this.head&&(this.head.previous=n),n.next=this.head,this.head=n;n.next===null&&(this.tail=n),this.length++}removeNode(t){const n=t.__ln;this.head&&(n.previous?(n.previous.next=n.next,n.next?n.next.previous=n.previous:this.tail=n.previous):(this.head=n.next,this.head?this.head.previous=null:this.tail=null),t.__ln&&delete t.__ln,this.length--)}}const ju=(e,t)=>`${e}@${t}`;class CI{constructor(){this.frozen=!1,this.locked=!1,this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.mapRemoves=[],this.movedMap={},this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.processMutations=t=>{t.forEach(this.processMutation),this.emit()},this.emit=()=>{if(this.frozen||this.locked)return;const t=[],n=new Set,r=new kI,s=c=>{let u=c,d=dr;for(;d===dr;)u=u&&u.nextSibling,d=u&&this.mirror.getId(u);return d},o=c=>{if(!c.parentNode||!op(c))return;const u=sr(c.parentNode)?this.mirror.getId(sp(c)):this.mirror.getId(c.parentNode),d=s(c);if(u===-1||d===-1)return r.addNode(c);const l=bn(c,{doc:this.doc,mirror:this.mirror,blockClass:this.blockClass,blockSelector:this.blockSelector,maskAllText:this.maskAllText,unblockSelector:this.unblockSelector,maskTextClass:this.maskTextClass,unmaskTextClass:this.unmaskTextClass,maskTextSelector:this.maskTextSelector,unmaskTextSelector:this.unmaskTextSelector,skipChild:!0,newlyAddedElement:!0,inlineStylesheet:this.inlineStylesheet,maskInputOptions:this.maskInputOptions,maskAttributeFn:this.maskAttributeFn,maskTextFn:this.maskTextFn,maskInputFn:this.maskInputFn,slimDOMOptions:this.slimDOMOptions,dataURLOptions:this.dataURLOptions,recordCanvas:this.recordCanvas,inlineImages:this.inlineImages,onSerialize:p=>{np(p,this.mirror)&&!Be(p,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&this.iframeManager.addIframe(p),rp(p,this.mirror)&&this.stylesheetManager.trackLinkElement(p),ki(c)&&this.shadowDomManager.addShadowRoot(c.shadowRoot,this.doc)},onIframeLoad:(p,f)=>{Be(p,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(this.iframeManager.attachIframe(p,f),p.contentWindow&&this.canvasManager.addWindow(p.contentWindow),this.shadowDomManager.observeAttachShadow(p))},onStylesheetLoad:(p,f)=>{this.stylesheetManager.attachLinkElement(p,f)},onBlockedImageLoad:(p,f,{width:h,height:g})=>{this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:f.id,attributes:{style:{width:`${h}px`,height:`${g}px`}}}]})}});l&&(t.push({parentId:u,nextId:d,node:l}),n.add(l.id))};for(;this.mapRemoves.length;)this.mirror.removeNodeFromMap(this.mapRemoves.shift());for(const c of this.movedSet)zu(this.removes,c,this.mirror)&&!this.movedSet.has(c.parentNode)||o(c);for(const c of this.addedSet)!qu(this.droppedSet,c)&&!zu(this.removes,c,this.mirror)||qu(this.movedSet,c)?o(c):this.droppedSet.add(c);let i=null;for(;r.length;){let c=null;if(i){const u=this.mirror.getId(i.value.parentNode),d=s(i.value);u!==-1&&d!==-1&&(c=i)}if(!c){let u=r.tail;for(;u;){const d=u;if(u=u.previous,d){const l=this.mirror.getId(d.value.parentNode);if(s(d.value)===-1)continue;if(l!==-1){c=d;break}else{const f=d.value;if(f.parentNode&&f.parentNode.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const h=f.parentNode.host;if(this.mirror.getId(h)!==-1){c=d;break}}}}}}if(!c){for(;r.head;)r.removeNode(r.head.value);break}i=c.previous,r.removeNode(c.value),o(c.value)}const a={texts:this.texts.map(c=>({id:this.mirror.getId(c.node),value:c.value})).filter(c=>!n.has(c.id)).filter(c=>this.mirror.has(c.id)),attributes:this.attributes.map(c=>{const{attributes:u}=c;if(typeof u.style=="string"){const d=JSON.stringify(c.styleDiff),l=JSON.stringify(c._unchangedStyles);d.length<u.style.length&&(d+l).split("var(").length===u.style.split("var(").length&&(u.style=c.styleDiff)}return{id:this.mirror.getId(c.node),attributes:u}}).filter(c=>!n.has(c.id)).filter(c=>this.mirror.has(c.id)),removes:this.removes,adds:t};!a.texts.length&&!a.attributes.length&&!a.removes.length&&!a.adds.length||(this.texts=[],this.attributes=[],this.attributeMap=new WeakMap,this.removes=[],this.addedSet=new Set,this.movedSet=new Set,this.droppedSet=new Set,this.movedMap={},this.mutationCb(a))},this.processMutation=t=>{if(!jo(t.target,this.mirror))switch(t.type){case"characterData":{const n=t.target.textContent;!Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)&&n!==t.oldValue&&this.texts.push({value:Dn(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,this.maskAllText)&&n?this.maskTextFn?this.maskTextFn(n,ep(t.target)):n.replace(/[\S]/g,"*"):n,node:t.target});break}case"attributes":{const n=t.target;let r=t.attributeName,s=t.target.getAttribute(r);if(r==="value"){const i=$a(n),a=n.tagName;s=Bs(n,a,i);const c=ho({maskInputOptions:this.maskInputOptions,tagName:a,type:i}),u=Dn(t.target,this.maskTextClass,this.maskTextSelector,this.unmaskTextClass,this.unmaskTextSelector,c);s=lr({isMasked:u,element:n,value:s,maskInputFn:this.maskInputFn})}if(Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||s===t.oldValue)return;let o=this.attributeMap.get(t.target);if(n.tagName==="IFRAME"&&r==="src"&&!this.keepIframeSrcFn(s))if(!Wa(n))r="rr_src";else return;if(o||(o={node:t.target,attributes:{},styleDiff:{},_unchangedStyles:{}},this.attributes.push(o),this.attributeMap.set(t.target,o)),r==="type"&&n.tagName==="INPUT"&&(t.oldValue||"").toLowerCase()==="password"&&n.setAttribute("data-rr-is-password","true"),!Jf(n.tagName,r)&&(o.attributes[r]=Yf(this.doc,Pn(n.tagName),Pn(r),s,n,this.maskAttributeFn),r==="style")){if(!this.unattachedDoc)try{this.unattachedDoc=document.implementation.createHTMLDocument()}catch{this.unattachedDoc=this.doc}const i=this.unattachedDoc.createElement("span");t.oldValue&&i.setAttribute("style",t.oldValue);for(const a of Array.from(n.style)){const c=n.style.getPropertyValue(a),u=n.style.getPropertyPriority(a);c!==i.style.getPropertyValue(a)||u!==i.style.getPropertyPriority(a)?u===""?o.styleDiff[a]=c:o.styleDiff[a]=[c,u]:o._unchangedStyles[a]=[c,u]}for(const a of Array.from(i.style))n.style.getPropertyValue(a)===""&&(o.styleDiff[a]=!1)}break}case"childList":{if(Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!0))return;t.addedNodes.forEach(n=>this.genAdds(n,t.target)),t.removedNodes.forEach(n=>{const r=this.mirror.getId(n),s=sr(t.target)?this.mirror.getId(t.target.host):this.mirror.getId(t.target);Be(t.target,this.blockClass,this.blockSelector,this.unblockSelector,!1)||jo(n,this.mirror)||!yI(n,this.mirror)||(this.addedSet.has(n)?(Ci(this.addedSet,n),this.droppedSet.add(n)):this.addedSet.has(t.target)&&r===-1||tp(t.target,this.mirror)||(this.movedSet.has(n)&&this.movedMap[ju(r,s)]?Ci(this.movedSet,n):this.removes.push({parentId:s,id:r,isShadow:sr(t.target)&&or(t.target)?!0:void 0})),this.mapRemoves.push(n))});break}}},this.genAdds=(t,n)=>{if(!this.processedNodeManager.inOtherBuffer(t,this)&&!(this.addedSet.has(t)||this.movedSet.has(t))){if(this.mirror.hasNode(t)){if(jo(t,this.mirror))return;this.movedSet.add(t);let r=null;n&&this.mirror.hasNode(n)&&(r=this.mirror.getId(n)),r&&r!==-1&&(this.movedMap[ju(this.mirror.getId(t),r)]=!0)}else this.addedSet.add(t),this.droppedSet.delete(t);Be(t,this.blockClass,this.blockSelector,this.unblockSelector,!1)||(t.childNodes&&t.childNodes.forEach(r=>this.genAdds(r)),ki(t)&&t.shadowRoot.childNodes.forEach(r=>{this.processedNodeManager.add(r,this),this.genAdds(r,t)}))}}}init(t){["mutationCb","blockClass","blockSelector","unblockSelector","maskAllText","maskTextClass","unmaskTextClass","maskTextSelector","unmaskTextSelector","inlineStylesheet","maskInputOptions","maskAttributeFn","maskTextFn","maskInputFn","keepIframeSrcFn","recordCanvas","inlineImages","slimDOMOptions","dataURLOptions","doc","mirror","iframeManager","stylesheetManager","shadowDomManager","canvasManager","processedNodeManager"].forEach(n=>{this[n]=t[n]})}freeze(){this.frozen=!0,this.canvasManager.freeze()}unfreeze(){this.frozen=!1,this.canvasManager.unfreeze(),this.emit()}isFrozen(){return this.frozen}lock(){this.locked=!0,this.canvasManager.lock()}unlock(){this.locked=!1,this.canvasManager.unlock(),this.emit()}reset(){this.shadowDomManager.reset(),this.canvasManager.reset()}}function Ci(e,t){e.delete(t),t.childNodes?.forEach(n=>Ci(e,n))}function zu(e,t,n){return e.length===0?!1:RI(e,t,n)}function RI(e,t,n){let r=t.parentNode;for(;r;){const s=n.getId(r);if(e.some(o=>o.id===s))return!0;r=r.parentNode}return!1}function qu(e,t){return e.size===0?!1:ip(e,t)}function ip(e,t){const{parentNode:n}=t;return n?e.has(n)?!0:ip(e,n):!1}let ir;function AI(e){ir=e}function xI(){ir=void 0}const ee=e=>ir?(...n)=>{try{return e(...n)}catch(r){if(ir&&ir(r)===!0)return()=>{};throw r}}:e,En=[];function Or(e){try{if("composedPath"in e){const t=e.composedPath();if(t.length)return t[0]}else if("path"in e&&e.path.length)return e.path[0]}catch{}return e&&e.target}function ap(e,t){const n=new CI;En.push(n),n.init(e);let r=window.MutationObserver||window.__rrMutationObserver;const s=window?.Zone?.__symbol__?.("MutationObserver");s&&window[s]&&(r=window[s]);const o=new r(ee(i=>{e.onMutation&&e.onMutation(i)===!1||n.processMutations.bind(n)(i)}));return o.observe(t,{attributes:!0,attributeOldValue:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0}),o}function MI({mousemoveCb:e,sampling:t,doc:n,mirror:r}){if(t.mousemove===!1)return()=>{};const s=typeof t.mousemove=="number"?t.mousemove:50,o=typeof t.mousemoveCallback=="number"?t.mousemoveCallback:500;let i=[],a;const c=fr(ee(l=>{const p=Date.now()-a;e(i.map(f=>(f.timeOffset-=p,f)),l),i=[],a=null}),o),u=ee(fr(ee(l=>{const p=Or(l),{clientX:f,clientY:h}=wi(l)?l.changedTouches[0]:l;a||(a=Hs()),i.push({x:f,y:h,id:r.getId(p),timeOffset:Hs()-a}),c(typeof DragEvent<"u"&&l instanceof DragEvent?W.Drag:l instanceof MouseEvent?W.MouseMove:W.TouchMove)}),s,{trailing:!1})),d=[Oe("mousemove",u,n),Oe("touchmove",u,n),Oe("drag",u,n)];return ee(()=>{d.forEach(l=>l())})}function OI({mouseInteractionCb:e,doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,sampling:i}){if(i.mouseInteraction===!1)return()=>{};const a=i.mouseInteraction===!0||i.mouseInteraction===void 0?{}:i.mouseInteraction,c=[];let u=null;const d=l=>p=>{const f=Or(p);if(Be(f,r,s,o,!0))return;let h=null,g=l;if("pointerType"in p){switch(p.pointerType){case"mouse":h=ft.Mouse;break;case"touch":h=ft.Touch;break;case"pen":h=ft.Pen;break}h===ft.Touch?Me[l]===Me.MouseDown?g="TouchStart":Me[l]===Me.MouseUp&&(g="TouchEnd"):ft.Pen}else wi(p)&&(h=ft.Touch);h!==null?(u=h,(g.startsWith("Touch")&&h===ft.Touch||g.startsWith("Mouse")&&h===ft.Mouse)&&(h=null)):Me[l]===Me.Click&&(h=u,u=null);const _=wi(p)?p.changedTouches[0]:p;if(!_)return;const y=n.getId(f),{clientX:S,clientY:O}=_;ee(e)({type:Me[g],id:y,x:S,y:O,...h!==null&&{pointerType:h}})};return Object.keys(Me).filter(l=>Number.isNaN(Number(l))&&!l.endsWith("_Departed")&&a[l]!==!1).forEach(l=>{let p=Pn(l);const f=d(l);if(window.PointerEvent)switch(Me[l]){case Me.MouseDown:case Me.MouseUp:p=p.replace("mouse","pointer");break;case Me.TouchStart:case Me.TouchEnd:return}c.push(Oe(p,f,t))}),ee(()=>{c.forEach(l=>l())})}function cp({scrollCb:e,doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,sampling:i}){const a=ee(fr(ee(c=>{const u=Or(c);if(!u||Be(u,r,s,o,!0))return;const d=n.getId(u);if(u===t&&t.defaultView){const l=Xf(t.defaultView);e({id:d,x:l.left,y:l.top})}else e({id:d,x:u.scrollLeft,y:u.scrollTop})}),i.scroll||100));return Oe("scroll",a,t)}function NI({viewportResizeCb:e},{win:t}){let n=-1,r=-1;const s=ee(fr(ee(()=>{const o=Qf(),i=Zf();(n!==o||r!==i)&&(e({width:Number(i),height:Number(o)}),n=o,r=i)}),200));return Oe("resize",s,t)}const LI=["INPUT","TEXTAREA","SELECT"],Gu=new WeakMap;function PI({inputCb:e,doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,ignoreClass:i,ignoreSelector:a,maskInputOptions:c,maskInputFn:u,sampling:d,userTriggeredOnInput:l,maskTextClass:p,unmaskTextClass:f,maskTextSelector:h,unmaskTextSelector:g}){function _(b){let I=Or(b);const E=b.isTrusted,C=I&&Ti(I.tagName);if(C==="OPTION"&&(I=I.parentElement),!I||!C||LI.indexOf(C)<0||Be(I,r,s,o,!0))return;const D=I;if(D.classList.contains(i)||a&&D.matches(a))return;const w=$a(I);let A=Bs(D,C,w),G=!1;const K=ho({maskInputOptions:c,tagName:C,type:w}),X=Dn(I,p,h,f,g,K);(w==="radio"||w==="checkbox")&&(G=I.checked),A=lr({isMasked:X,element:I,value:A,maskInputFn:u}),y(I,l?{text:A,isChecked:G,userTriggered:E}:{text:A,isChecked:G});const F=I.name;w==="radio"&&F&&G&&t.querySelectorAll(`input[type="radio"][name="${F}"]`).forEach(L=>{if(L!==I){const P=lr({isMasked:X,element:L,value:Bs(L,C,w),maskInputFn:u});y(L,l?{text:P,isChecked:!G,userTriggered:!1}:{text:P,isChecked:!G})}})}function y(b,I){const E=Gu.get(b);if(!E||E.text!==I.text||E.isChecked!==I.isChecked){Gu.set(b,I);const C=n.getId(b);ee(e)({...I,id:C})}}const O=(d.input==="last"?["change"]:["input","change"]).map(b=>Oe(b,ee(_),t)),v=t.defaultView;if(!v)return()=>{O.forEach(b=>b())};const N=v.Object.getOwnPropertyDescriptor(v.HTMLInputElement.prototype,"value"),k=[[v.HTMLInputElement.prototype,"value"],[v.HTMLInputElement.prototype,"checked"],[v.HTMLSelectElement.prototype,"value"],[v.HTMLTextAreaElement.prototype,"value"],[v.HTMLSelectElement.prototype,"selectedIndex"],[v.HTMLOptionElement.prototype,"selected"]];return N&&N.set&&O.push(...k.map(b=>Kf(b[0],b[1],{set(){ee(_)({target:this,isTrusted:!1})}},!1,v))),ee(()=>{O.forEach(b=>b())})}function Ws(e){const t=[];function n(r,s){if(Vr("CSSGroupingRule")&&r.parentRule instanceof CSSGroupingRule||Vr("CSSMediaRule")&&r.parentRule instanceof CSSMediaRule||Vr("CSSSupportsRule")&&r.parentRule instanceof CSSSupportsRule||Vr("CSSConditionRule")&&r.parentRule instanceof CSSConditionRule){const i=Array.from(r.parentRule.cssRules).indexOf(r);s.unshift(i)}else if(r.parentStyleSheet){const i=Array.from(r.parentStyleSheet.cssRules).indexOf(r);s.unshift(i)}return s}return n(e,t)}function At(e,t,n){let r,s;return e?(e.ownerNode?r=t.getId(e.ownerNode):s=n.getId(e),{styleId:s,id:r}):{}}function DI({styleSheetRuleCb:e,mirror:t,stylesheetManager:n},{win:r}){if(!r.CSSStyleSheet||!r.CSSStyleSheet.prototype)return()=>{};const s=r.CSSStyleSheet.prototype.insertRule;r.CSSStyleSheet.prototype.insertRule=new Proxy(s,{apply:ee((d,l,p)=>{const[f,h]=p,{id:g,styleId:_}=At(l,t,n.styleMirror);return(g&&g!==-1||_&&_!==-1)&&e({id:g,styleId:_,adds:[{rule:f,index:h}]}),d.apply(l,p)})});const o=r.CSSStyleSheet.prototype.deleteRule;r.CSSStyleSheet.prototype.deleteRule=new Proxy(o,{apply:ee((d,l,p)=>{const[f]=p,{id:h,styleId:g}=At(l,t,n.styleMirror);return(h&&h!==-1||g&&g!==-1)&&e({id:h,styleId:g,removes:[{index:f}]}),d.apply(l,p)})});let i;r.CSSStyleSheet.prototype.replace&&(i=r.CSSStyleSheet.prototype.replace,r.CSSStyleSheet.prototype.replace=new Proxy(i,{apply:ee((d,l,p)=>{const[f]=p,{id:h,styleId:g}=At(l,t,n.styleMirror);return(h&&h!==-1||g&&g!==-1)&&e({id:h,styleId:g,replace:f}),d.apply(l,p)})}));let a;r.CSSStyleSheet.prototype.replaceSync&&(a=r.CSSStyleSheet.prototype.replaceSync,r.CSSStyleSheet.prototype.replaceSync=new Proxy(a,{apply:ee((d,l,p)=>{const[f]=p,{id:h,styleId:g}=At(l,t,n.styleMirror);return(h&&h!==-1||g&&g!==-1)&&e({id:h,styleId:g,replaceSync:f}),d.apply(l,p)})}));const c={};Yr("CSSGroupingRule")?c.CSSGroupingRule=r.CSSGroupingRule:(Yr("CSSMediaRule")&&(c.CSSMediaRule=r.CSSMediaRule),Yr("CSSConditionRule")&&(c.CSSConditionRule=r.CSSConditionRule),Yr("CSSSupportsRule")&&(c.CSSSupportsRule=r.CSSSupportsRule));const u={};return Object.entries(c).forEach(([d,l])=>{u[d]={insertRule:l.prototype.insertRule,deleteRule:l.prototype.deleteRule},l.prototype.insertRule=new Proxy(u[d].insertRule,{apply:ee((p,f,h)=>{const[g,_]=h,{id:y,styleId:S}=At(f.parentStyleSheet,t,n.styleMirror);return(y&&y!==-1||S&&S!==-1)&&e({id:y,styleId:S,adds:[{rule:g,index:[...Ws(f),_||0]}]}),p.apply(f,h)})}),l.prototype.deleteRule=new Proxy(u[d].deleteRule,{apply:ee((p,f,h)=>{const[g]=h,{id:_,styleId:y}=At(f.parentStyleSheet,t,n.styleMirror);return(_&&_!==-1||y&&y!==-1)&&e({id:_,styleId:y,removes:[{index:[...Ws(f),g]}]}),p.apply(f,h)})})}),ee(()=>{r.CSSStyleSheet.prototype.insertRule=s,r.CSSStyleSheet.prototype.deleteRule=o,i&&(r.CSSStyleSheet.prototype.replace=i),a&&(r.CSSStyleSheet.prototype.replaceSync=a),Object.entries(c).forEach(([d,l])=>{l.prototype.insertRule=u[d].insertRule,l.prototype.deleteRule=u[d].deleteRule})})}function up({mirror:e,stylesheetManager:t},n){let r=null;n.nodeName==="#document"?r=e.getId(n):r=e.getId(n.host);const s=n.nodeName==="#document"?n.defaultView?.Document:n.ownerDocument?.defaultView?.ShadowRoot,o=s?.prototype?Object.getOwnPropertyDescriptor(s?.prototype,"adoptedStyleSheets"):void 0;return r===null||r===-1||!s||!o?()=>{}:(Object.defineProperty(n,"adoptedStyleSheets",{configurable:o.configurable,enumerable:o.enumerable,get(){return o.get?.call(this)},set(i){const a=o.set?.call(this,i);if(r!==null&&r!==-1)try{t.adoptStyleSheets(i,r)}catch{}return a}}),ee(()=>{Object.defineProperty(n,"adoptedStyleSheets",{configurable:o.configurable,enumerable:o.enumerable,get:o.get,set:o.set})}))}function FI({styleDeclarationCb:e,mirror:t,ignoreCSSAttributes:n,stylesheetManager:r},{win:s}){const o=s.CSSStyleDeclaration.prototype.setProperty;s.CSSStyleDeclaration.prototype.setProperty=new Proxy(o,{apply:ee((a,c,u)=>{const[d,l,p]=u;if(n.has(d))return o.apply(c,[d,l,p]);const{id:f,styleId:h}=At(c.parentRule?.parentStyleSheet,t,r.styleMirror);return(f&&f!==-1||h&&h!==-1)&&e({id:f,styleId:h,set:{property:d,value:l,priority:p},index:Ws(c.parentRule)}),a.apply(c,u)})});const i=s.CSSStyleDeclaration.prototype.removeProperty;return s.CSSStyleDeclaration.prototype.removeProperty=new Proxy(i,{apply:ee((a,c,u)=>{const[d]=u;if(n.has(d))return i.apply(c,[d]);const{id:l,styleId:p}=At(c.parentRule?.parentStyleSheet,t,r.styleMirror);return(l&&l!==-1||p&&p!==-1)&&e({id:l,styleId:p,remove:{property:d},index:Ws(c.parentRule)}),a.apply(c,u)})}),ee(()=>{s.CSSStyleDeclaration.prototype.setProperty=o,s.CSSStyleDeclaration.prototype.removeProperty=i})}function $I({mediaInteractionCb:e,blockClass:t,blockSelector:n,unblockSelector:r,mirror:s,sampling:o,doc:i}){const a=ee(u=>fr(ee(d=>{const l=Or(d);if(!l||Be(l,t,n,r,!0))return;const{currentTime:p,volume:f,muted:h,playbackRate:g}=l;e({type:u,id:s.getId(l),currentTime:p,volume:f,muted:h,playbackRate:g})}),o.media||500)),c=[Oe("play",a(gn.Play),i),Oe("pause",a(gn.Pause),i),Oe("seeked",a(gn.Seeked),i),Oe("volumechange",a(gn.VolumeChange),i),Oe("ratechange",a(gn.RateChange),i)];return ee(()=>{c.forEach(u=>u())})}function BI({fontCb:e,doc:t}){const n=t.defaultView;if(!n)return()=>{};const r=[],s=new WeakMap,o=n.FontFace;n.FontFace=function(c,u,d){const l=new o(c,u,d);return s.set(l,{family:c,buffer:typeof u!="string",descriptors:d,fontSource:typeof u=="string"?u:JSON.stringify(Array.from(new Uint8Array(u)))}),l};const i=Ua(t.fonts,"add",function(a){return function(c){return go(ee(()=>{const u=s.get(c);u&&(e(u),s.delete(c))}),0),a.apply(this,[c])}});return r.push(()=>{n.FontFace=o}),r.push(i),ee(()=>{r.forEach(a=>a())})}function UI(e){const{doc:t,mirror:n,blockClass:r,blockSelector:s,unblockSelector:o,selectionCb:i}=e;let a=!0;const c=ee(()=>{const u=t.getSelection();if(!u||a&&u?.isCollapsed)return;a=u.isCollapsed||!1;const d=[],l=u.rangeCount||0;for(let p=0;p<l;p++){const f=u.getRangeAt(p),{startContainer:h,startOffset:g,endContainer:_,endOffset:y}=f;Be(h,r,s,o,!0)||Be(_,r,s,o,!0)||d.push({start:n.getId(h),startOffset:g,end:n.getId(_),endOffset:y})}i({ranges:d})});return c(),Oe("selectionchange",c)}function HI({doc:e,customElementCb:t}){const n=e.defaultView;return!n||!n.customElements?()=>{}:Ua(n.customElements,"define",function(s){return function(o,i,a){try{t({define:{name:o}})}catch{}return s.apply(this,[o,i,a])}})}function WI(e,t={}){const n=e.doc.defaultView;if(!n)return()=>{};let r;e.recordDOM&&(r=ap(e,e.doc));const s=MI(e),o=OI(e),i=cp(e),a=NI(e,{win:n}),c=PI(e),u=$I(e);let d=()=>{},l=()=>{},p=()=>{},f=()=>{};e.recordDOM&&(d=DI(e,{win:n}),l=up(e,e.doc),p=FI(e,{win:n}),e.collectFonts&&(f=BI(e)));const h=UI(e),g=HI(e),_=[];for(const y of e.plugins)_.push(y.observer(y.callback,n,y.options));return ee(()=>{En.forEach(y=>y.reset()),r?.disconnect(),s(),o(),i(),a(),c(),u(),d(),l(),p(),f(),h(),g(),_.forEach(y=>y())})}function Vr(e){return typeof window[e]<"u"}function Yr(e){return!!(typeof window[e]<"u"&&window[e].prototype&&"insertRule"in window[e].prototype&&"deleteRule"in window[e].prototype)}class Ri{constructor(t){this.generateIdFn=t,this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap}getId(t,n,r,s){const o=r||this.getIdToRemoteIdMap(t),i=s||this.getRemoteIdToIdMap(t);let a=o.get(n);return a||(a=this.generateIdFn(),o.set(n,a),i.set(a,n)),a}getIds(t,n){const r=this.getIdToRemoteIdMap(t),s=this.getRemoteIdToIdMap(t);return n.map(o=>this.getId(t,o,r,s))}getRemoteId(t,n,r){const s=r||this.getRemoteIdToIdMap(t);if(typeof n!="number")return n;const o=s.get(n);return o||-1}getRemoteIds(t,n){const r=this.getRemoteIdToIdMap(t);return n.map(s=>this.getRemoteId(t,s,r))}reset(t){if(!t){this.iframeIdToRemoteIdMap=new WeakMap,this.iframeRemoteIdToIdMap=new WeakMap;return}this.iframeIdToRemoteIdMap.delete(t),this.iframeRemoteIdToIdMap.delete(t)}getIdToRemoteIdMap(t){let n=this.iframeIdToRemoteIdMap.get(t);return n||(n=new Map,this.iframeIdToRemoteIdMap.set(t,n)),n}getRemoteIdToIdMap(t){let n=this.iframeRemoteIdToIdMap.get(t);return n||(n=new Map,this.iframeRemoteIdToIdMap.set(t,n)),n}}class jI{constructor(){this.crossOriginIframeMirror=new Ri(Ba),this.crossOriginIframeRootIdMap=new WeakMap}addIframe(){}addLoadListener(){}attachIframe(){}}class zI{constructor(t){this.iframes=new WeakMap,this.crossOriginIframeMap=new WeakMap,this.crossOriginIframeMirror=new Ri(Ba),this.crossOriginIframeRootIdMap=new WeakMap,this.mutationCb=t.mutationCb,this.wrappedEmit=t.wrappedEmit,this.stylesheetManager=t.stylesheetManager,this.recordCrossOriginIframes=t.recordCrossOriginIframes,this.crossOriginIframeStyleMirror=new Ri(this.stylesheetManager.styleMirror.generateId.bind(this.stylesheetManager.styleMirror)),this.mirror=t.mirror,this.recordCrossOriginIframes&&window.addEventListener("message",this.handleMessage.bind(this))}addIframe(t){this.iframes.set(t,!0),t.contentWindow&&this.crossOriginIframeMap.set(t.contentWindow,t)}addLoadListener(t){this.loadListener=t}attachIframe(t,n){this.mutationCb({adds:[{parentId:this.mirror.getId(t),nextId:null,node:n}],removes:[],texts:[],attributes:[],isAttachIframe:!0}),this.recordCrossOriginIframes&&t.contentWindow?.addEventListener("message",this.handleMessage.bind(this)),this.loadListener?.(t);const r=Wa(t);r&&r.adoptedStyleSheets&&r.adoptedStyleSheets.length>0&&this.stylesheetManager.adoptStyleSheets(r.adoptedStyleSheets,this.mirror.getId(r))}handleMessage(t){const n=t;if(n.data.type!=="rrweb"||n.origin!==n.data.origin||!t.source)return;const s=this.crossOriginIframeMap.get(t.source);if(!s)return;const o=this.transformCrossOriginEvent(s,n.data.event);o&&this.wrappedEmit(o,n.data.isCheckout)}transformCrossOriginEvent(t,n){switch(n.type){case V.FullSnapshot:{this.crossOriginIframeMirror.reset(t),this.crossOriginIframeStyleMirror.reset(t),this.replaceIdOnNode(n.data.node,t);const r=n.data.node.id;return this.crossOriginIframeRootIdMap.set(t,r),this.patchRootIdOnNode(n.data.node,r),{timestamp:n.timestamp,type:V.IncrementalSnapshot,data:{source:W.Mutation,adds:[{parentId:this.mirror.getId(t),nextId:null,node:n.data.node}],removes:[],texts:[],attributes:[],isAttachIframe:!0}}}case V.Meta:case V.Load:case V.DomContentLoaded:return!1;case V.Plugin:return n;case V.Custom:return this.replaceIds(n.data.payload,t,["id","parentId","previousId","nextId"]),n;case V.IncrementalSnapshot:switch(n.data.source){case W.Mutation:return n.data.adds.forEach(r=>{this.replaceIds(r,t,["parentId","nextId","previousId"]),this.replaceIdOnNode(r.node,t);const s=this.crossOriginIframeRootIdMap.get(t);s&&this.patchRootIdOnNode(r.node,s)}),n.data.removes.forEach(r=>{this.replaceIds(r,t,["parentId","id"])}),n.data.attributes.forEach(r=>{this.replaceIds(r,t,["id"])}),n.data.texts.forEach(r=>{this.replaceIds(r,t,["id"])}),n;case W.Drag:case W.TouchMove:case W.MouseMove:return n.data.positions.forEach(r=>{this.replaceIds(r,t,["id"])}),n;case W.ViewportResize:return!1;case W.MediaInteraction:case W.MouseInteraction:case W.Scroll:case W.CanvasMutation:case W.Input:return this.replaceIds(n.data,t,["id"]),n;case W.StyleSheetRule:case W.StyleDeclaration:return this.replaceIds(n.data,t,["id"]),this.replaceStyleIds(n.data,t,["styleId"]),n;case W.Font:return n;case W.Selection:return n.data.ranges.forEach(r=>{this.replaceIds(r,t,["start","end"])}),n;case W.AdoptedStyleSheet:return this.replaceIds(n.data,t,["id"]),this.replaceStyleIds(n.data,t,["styleIds"]),n.data.styles?.forEach(r=>{this.replaceStyleIds(r,t,["styleId"])}),n}}return!1}replace(t,n,r,s){for(const o of s)!Array.isArray(n[o])&&typeof n[o]!="number"||(Array.isArray(n[o])?n[o]=t.getIds(r,n[o]):n[o]=t.getId(r,n[o]));return n}replaceIds(t,n,r){return this.replace(this.crossOriginIframeMirror,t,n,r)}replaceStyleIds(t,n,r){return this.replace(this.crossOriginIframeStyleMirror,t,n,r)}replaceIdOnNode(t,n){this.replaceIds(t,n,["id","rootId"]),"childNodes"in t&&t.childNodes.forEach(r=>{this.replaceIdOnNode(r,n)})}patchRootIdOnNode(t,n){t.type!==ye.Document&&!t.rootId&&(t.rootId=n),"childNodes"in t&&t.childNodes.forEach(r=>{this.patchRootIdOnNode(r,n)})}}class qI{init(){}addShadowRoot(){}observeAttachShadow(){}reset(){}}class GI{constructor(t){this.shadowDoms=new WeakSet,this.restoreHandlers=[],this.mutationCb=t.mutationCb,this.scrollCb=t.scrollCb,this.bypassOptions=t.bypassOptions,this.mirror=t.mirror,this.init()}init(){this.reset(),this.patchAttachShadow(Element,document)}addShadowRoot(t,n){if(!or(t)||this.shadowDoms.has(t))return;this.shadowDoms.add(t),this.bypassOptions.canvasManager.addShadowRoot(t);const r=ap({...this.bypassOptions,doc:n,mutationCb:this.mutationCb,mirror:this.mirror,shadowDomManager:this},t);this.restoreHandlers.push(()=>r.disconnect()),this.restoreHandlers.push(cp({...this.bypassOptions,scrollCb:this.scrollCb,doc:t,mirror:this.mirror})),go(()=>{t.adoptedStyleSheets&&t.adoptedStyleSheets.length>0&&this.bypassOptions.stylesheetManager.adoptStyleSheets(t.adoptedStyleSheets,this.mirror.getId(t.host)),this.restoreHandlers.push(up({mirror:this.mirror,stylesheetManager:this.bypassOptions.stylesheetManager},t))},0)}observeAttachShadow(t){const n=Wa(t),r=wI(t);!n||!r||this.patchAttachShadow(r.Element,n)}patchAttachShadow(t,n){const r=this;this.restoreHandlers.push(Ua(t.prototype,"attachShadow",function(s){return function(o){const i=s.call(this,o);return this.shadowRoot&&op(this)&&r.addShadowRoot(this.shadowRoot,n),i}}))}reset(){this.restoreHandlers.forEach(t=>{try{t()}catch{}}),this.restoreHandlers=[],this.shadowDoms=new WeakSet,this.bypassOptions.canvasManager.resetShadowRoots()}}var Vu="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",VI=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(var Jr=0;Jr<Vu.length;Jr++)VI[Vu.charCodeAt(Jr)]=Jr;class Yu{reset(){}freeze(){}unfreeze(){}lock(){}unlock(){}snapshot(){}addWindow(){}addShadowRoot(){}resetShadowRoots(){}}class YI{constructor(t){this.trackedLinkElements=new WeakSet,this.styleMirror=new bI,this.mutationCb=t.mutationCb,this.adoptedStyleSheetCb=t.adoptedStyleSheetCb}attachLinkElement(t,n){"_cssText"in n.attributes&&this.mutationCb({adds:[],removes:[],texts:[],attributes:[{id:n.id,attributes:n.attributes}]}),this.trackLinkElement(t)}trackLinkElement(t){this.trackedLinkElements.has(t)||(this.trackedLinkElements.add(t),this.trackStylesheetInLinkElement(t))}adoptStyleSheets(t,n){if(t.length===0)return;const r={id:n,styleIds:[]},s=[];for(const o of t){let i;this.styleMirror.has(o)?i=this.styleMirror.getId(o):(i=this.styleMirror.add(o),s.push({styleId:i,rules:Array.from(o.rules||CSSRule,(a,c)=>({rule:Wf(a),index:c}))})),r.styleIds.push(i)}s.length>0&&(r.styles=s),this.adoptedStyleSheetCb(r)}reset(){this.styleMirror.reset(),this.trackedLinkElements=new WeakSet}trackStylesheetInLinkElement(t){}}class JI{constructor(){this.nodeMap=new WeakMap,this.active=!1}inOtherBuffer(t,n){const r=this.nodeMap.get(t);return r&&Array.from(r).some(s=>s!==n)}add(t,n){this.active||(this.active=!0,TI(()=>{this.nodeMap=new WeakMap,this.active=!1})),this.nodeMap.set(t,(this.nodeMap.get(t)||new Set).add(n))}destroy(){}}let me,js;try{if(Array.from([1],e=>e*2)[0]!==2){const e=document.createElement("iframe");document.body.appendChild(e),Array.from=e.contentWindow?.Array.from||Array.from,document.body.removeChild(e)}}catch(e){console.debug("Unable to override Array.from",e)}const Ve=Y0();function mt(e={}){const{emit:t,checkoutEveryNms:n,checkoutEveryNth:r,blockClass:s="rr-block",blockSelector:o=null,unblockSelector:i=null,ignoreClass:a="rr-ignore",ignoreSelector:c=null,maskAllText:u=!1,maskTextClass:d="rr-mask",unmaskTextClass:l=null,maskTextSelector:p=null,unmaskTextSelector:f=null,inlineStylesheet:h=!0,maskAllInputs:g,maskInputOptions:_,slimDOMOptions:y,maskAttributeFn:S,maskInputFn:O,maskTextFn:v,maxCanvasSize:N=null,packFn:k,sampling:b={},dataURLOptions:I={},mousemoveWait:E,recordDOM:C=!0,recordCanvas:D=!1,recordCrossOriginIframes:w=!1,recordAfter:A=e.recordAfter==="DOMContentLoaded"?e.recordAfter:"load",userTriggeredOnInput:G=!1,collectFonts:K=!1,inlineImages:X=!1,plugins:F,keepIframeSrcFn:L=()=>!1,ignoreCSSAttributes:P=new Set([]),errorHandler:M,onMutation:J,getCanvasManager:se}=e;AI(M);const le=w?window.parent===window:!0;let _e=!1;if(!le)try{window.parent.document&&(_e=!1)}catch{_e=!0}if(le&&!t)throw new Error("emit function is required");if(!le&&!_e)return()=>{};E!==void 0&&b.mousemove===void 0&&(b.mousemove=E),Ve.reset();const Ae=g===!0?{color:!0,date:!0,"datetime-local":!0,email:!0,month:!0,number:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0,textarea:!0,select:!0,radio:!0,checkbox:!0}:_!==void 0?_:{},wt=y===!0||y==="all"?{script:!0,comment:!0,headFavicon:!0,headWhitespace:!0,headMetaSocial:!0,headMetaRobots:!0,headMetaHttpEquiv:!0,headMetaVerification:!0,headMetaAuthorship:y==="all",headMetaDescKeywords:y==="all"}:y||{};SI();let xe,Ne=0;const nt=Q=>{for(const Fe of F||[])Fe.eventProcessor&&(Q=Fe.eventProcessor(Q));return k&&!_e&&(Q=k(Q)),Q};me=(Q,Fe)=>{const Z=Q;if(Z.timestamp=Hs(),En[0]?.isFrozen()&&Z.type!==V.FullSnapshot&&!(Z.type===V.IncrementalSnapshot&&Z.data.source===W.Mutation)&&En.forEach(Ie=>Ie.unfreeze()),le)t?.(nt(Z),Fe);else if(_e){const Ie={type:"rrweb",event:nt(Z),origin:window.location.origin,isCheckout:Fe};window.parent.postMessage(Ie,"*")}if(Z.type===V.FullSnapshot)xe=Z,Ne=0;else if(Z.type===V.IncrementalSnapshot){if(Z.data.source===W.Mutation&&Z.data.isAttachIframe)return;Ne++;const Ie=r&&Ne>=r,te=n&&xe&&Z.timestamp-xe.timestamp>n;(Ie||te)&&rt(!0)}};const kt=Q=>{me({type:V.IncrementalSnapshot,data:{source:W.Mutation,...Q}})},Xn=Q=>me({type:V.IncrementalSnapshot,data:{source:W.Scroll,...Q}}),Lr=Q=>me({type:V.IncrementalSnapshot,data:{source:W.CanvasMutation,...Q}}),Qn=Q=>me({type:V.IncrementalSnapshot,data:{source:W.AdoptedStyleSheet,...Q}}),re=new YI({mutationCb:kt,adoptedStyleSheetCb:Qn}),fe=typeof __RRWEB_EXCLUDE_IFRAME__=="boolean"&&__RRWEB_EXCLUDE_IFRAME__?new jI:new zI({mirror:Ve,mutationCb:kt,stylesheetManager:re,recordCrossOriginIframes:w,wrappedEmit:me});for(const Q of F||[])Q.getMirror&&Q.getMirror({nodeMirror:Ve,crossOriginIframeMirror:fe.crossOriginIframeMirror,crossOriginIframeStyleMirror:fe.crossOriginIframeStyleMirror});const He=new JI,Te=XI(se,{mirror:Ve,win:window,mutationCb:Q=>me({type:V.IncrementalSnapshot,data:{source:W.CanvasMutation,...Q}}),recordCanvas:D,blockClass:s,blockSelector:o,unblockSelector:i,maxCanvasSize:N,sampling:b.canvas,dataURLOptions:I,errorHandler:M}),Ce=typeof __RRWEB_EXCLUDE_SHADOW_DOM__=="boolean"&&__RRWEB_EXCLUDE_SHADOW_DOM__?new qI:new GI({mutationCb:kt,scrollCb:Xn,bypassOptions:{onMutation:J,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:u,maskTextClass:d,unmaskTextClass:l,maskTextSelector:p,unmaskTextSelector:f,inlineStylesheet:h,maskInputOptions:Ae,dataURLOptions:I,maskAttributeFn:S,maskTextFn:v,maskInputFn:O,recordCanvas:D,inlineImages:X,sampling:b,slimDOMOptions:wt,iframeManager:fe,stylesheetManager:re,canvasManager:Te,keepIframeSrcFn:L,processedNodeManager:He},mirror:Ve}),rt=(Q=!1)=>{if(!C)return;me({type:V.Meta,data:{href:window.location.href,width:Zf(),height:Qf()}},Q),re.reset(),Ce.init(),En.forEach(Z=>Z.lock());const Fe=_I(document,{mirror:Ve,blockClass:s,blockSelector:o,unblockSelector:i,maskAllText:u,maskTextClass:d,unmaskTextClass:l,maskTextSelector:p,unmaskTextSelector:f,inlineStylesheet:h,maskAllInputs:Ae,maskAttributeFn:S,maskInputFn:O,maskTextFn:v,slimDOM:wt,dataURLOptions:I,recordCanvas:D,inlineImages:X,onSerialize:Z=>{np(Z,Ve)&&fe.addIframe(Z),rp(Z,Ve)&&re.trackLinkElement(Z),ki(Z)&&Ce.addShadowRoot(Z.shadowRoot,document)},onIframeLoad:(Z,Ie)=>{fe.attachIframe(Z,Ie),Z.contentWindow&&Te.addWindow(Z.contentWindow),Ce.observeAttachShadow(Z)},onStylesheetLoad:(Z,Ie)=>{re.attachLinkElement(Z,Ie)},onBlockedImageLoad:(Z,Ie,{width:te,height:Zn})=>{kt({adds:[],removes:[],texts:[],attributes:[{id:Ie.id,attributes:{style:{width:`${te}px`,height:`${Zn}px`}}}]})},keepIframeSrcFn:L});if(!Fe)return console.warn("Failed to snapshot the document");me({type:V.FullSnapshot,data:{node:Fe,initialOffset:Xf(window)}}),En.forEach(Z=>Z.unlock()),document.adoptedStyleSheets&&document.adoptedStyleSheets.length>0&&re.adoptStyleSheets(document.adoptedStyleSheets,Ve.getId(document))};js=rt;try{const Q=[],Fe=Ie=>ee(WI)({onMutation:J,mutationCb:kt,mousemoveCb:(te,Zn)=>me({type:V.IncrementalSnapshot,data:{source:Zn,positions:te}}),mouseInteractionCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.MouseInteraction,...te}}),scrollCb:Xn,viewportResizeCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.ViewportResize,...te}}),inputCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.Input,...te}}),mediaInteractionCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.MediaInteraction,...te}}),styleSheetRuleCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.StyleSheetRule,...te}}),styleDeclarationCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.StyleDeclaration,...te}}),canvasMutationCb:Lr,fontCb:te=>me({type:V.IncrementalSnapshot,data:{source:W.Font,...te}}),selectionCb:te=>{me({type:V.IncrementalSnapshot,data:{source:W.Selection,...te}})},customElementCb:te=>{me({type:V.IncrementalSnapshot,data:{source:W.CustomElement,...te}})},blockClass:s,ignoreClass:a,ignoreSelector:c,maskAllText:u,maskTextClass:d,unmaskTextClass:l,maskTextSelector:p,unmaskTextSelector:f,maskInputOptions:Ae,inlineStylesheet:h,sampling:b,recordDOM:C,recordCanvas:D,inlineImages:X,userTriggeredOnInput:G,collectFonts:K,doc:Ie,maskAttributeFn:S,maskInputFn:O,maskTextFn:v,keepIframeSrcFn:L,blockSelector:o,unblockSelector:i,slimDOMOptions:wt,dataURLOptions:I,mirror:Ve,iframeManager:fe,stylesheetManager:re,shadowDomManager:Ce,processedNodeManager:He,canvasManager:Te,ignoreCSSAttributes:P,plugins:F?.filter(te=>te.observer)?.map(te=>({observer:te.observer,options:te.options,callback:Zn=>me({type:V.Plugin,data:{plugin:te.name,payload:Zn}})}))||[]},{});fe.addLoadListener(Ie=>{try{Q.push(Fe(Ie.contentDocument))}catch(te){console.warn(te)}});const Z=()=>{rt(),Q.push(Fe(document))};return document.readyState==="interactive"||document.readyState==="complete"?Z():(Q.push(Oe("DOMContentLoaded",()=>{me({type:V.DomContentLoaded,data:{}}),A==="DOMContentLoaded"&&Z()})),Q.push(Oe("load",()=>{me({type:V.Load,data:{}}),A==="load"&&Z()},window))),()=>{Q.forEach(Ie=>Ie()),He.destroy(),js=void 0,xI()}}catch(Q){console.warn(Q)}}function KI(e){if(!js)throw new Error("please take full snapshot after start recording");js(e)}mt.mirror=Ve;mt.takeFullSnapshot=KI;function XI(e,t){try{return e?e(t):new Yu}catch{return console.warn("Unable to initialize CanvasManager"),new Yu}}var Ju;(function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"})(Ju||(Ju={}));const QI=3,ZI=5;function ja(e){return e>9999999999?e:e*1e3}function zo(e){return e>9999999999?e/1e3:e}function Nr(e,t){t.category!=="sentry.transaction"&&(["ui.click","ui.input"].includes(t.category)?e.triggerUserActivity():e.checkAndHandleExpiredSession(),e.addUpdate(()=>(e.throttledAddEvent({type:V.Custom,timestamp:(t.timestamp||0)*1e3,data:{tag:"breadcrumb",payload:$e(t,10,1e3)}}),t.category==="console")))}const ew="button,a";function lp(e){return e.closest(ew)||e}function dp(e){const t=fp(e);return!t||!(t instanceof Element)?t:lp(t)}function fp(e){return tw(e)?e.target:e}function tw(e){return typeof e=="object"&&!!e&&"target"in e}let xt;function nw(e){return xt||(xt=[],rw()),xt.push(e),()=>{const t=xt?xt.indexOf(e):-1;t>-1&&xt.splice(t,1)}}function rw(){we(ue,"open",function(e){return function(...t){if(xt)try{xt.forEach(n=>n())}catch{}return e.apply(ue,t)}})}const sw=new Set([W.Mutation,W.StyleSheetRule,W.StyleDeclaration,W.AdoptedStyleSheet,W.CanvasMutation,W.Selection,W.MediaInteraction]);function ow(e,t,n){e.handleClick(t,n)}class iw{constructor(t,n,r=Nr){this._lastMutation=0,this._lastScroll=0,this._clicks=[],this._timeout=n.timeout/1e3,this._threshold=n.threshold/1e3,this._scrollTimeout=n.scrollTimeout/1e3,this._replay=t,this._ignoreSelector=n.ignoreSelector,this._addBreadcrumbEvent=r}addListeners(){const t=nw(()=>{this._lastMutation=Ku()});this._teardown=()=>{t(),this._clicks=[],this._lastMutation=0,this._lastScroll=0}}removeListeners(){this._teardown&&this._teardown(),this._checkClickTimeout&&clearTimeout(this._checkClickTimeout)}handleClick(t,n){if(cw(n,this._ignoreSelector)||!uw(t))return;const r={timestamp:zo(t.timestamp),clickBreadcrumb:t,clickCount:0,node:n};this._clicks.some(s=>s.node===r.node&&Math.abs(s.timestamp-r.timestamp)<1)||(this._clicks.push(r),this._clicks.length===1&&this._scheduleCheckClicks())}registerMutation(t=Date.now()){this._lastMutation=zo(t)}registerScroll(t=Date.now()){this._lastScroll=zo(t)}registerClick(t){const n=lp(t);this._handleMultiClick(n)}_handleMultiClick(t){this._getClicks(t).forEach(n=>{n.clickCount++})}_getClicks(t){return this._clicks.filter(n=>n.node===t)}_checkClicks(){const t=[],n=Ku();this._clicks.forEach(r=>{!r.mutationAfter&&this._lastMutation&&(r.mutationAfter=r.timestamp<=this._lastMutation?this._lastMutation-r.timestamp:void 0),!r.scrollAfter&&this._lastScroll&&(r.scrollAfter=r.timestamp<=this._lastScroll?this._lastScroll-r.timestamp:void 0),r.timestamp+this._timeout<=n&&t.push(r)});for(const r of t){const s=this._clicks.indexOf(r);s>-1&&(this._generateBreadcrumbs(r),this._clicks.splice(s,1))}this._clicks.length&&this._scheduleCheckClicks()}_generateBreadcrumbs(t){const n=this._replay,r=t.scrollAfter&&t.scrollAfter<=this._scrollTimeout,s=t.mutationAfter&&t.mutationAfter<=this._threshold,o=!r&&!s,{clickCount:i,clickBreadcrumb:a}=t;if(o){const c=Math.min(t.mutationAfter||this._timeout,this._timeout)*1e3,u=c<this._timeout*1e3?"mutation":"timeout",d={type:"default",message:a.message,timestamp:a.timestamp,category:"ui.slowClickDetected",data:{...a.data,url:ue.location.href,route:n.getCurrentRoute(),timeAfterClickMs:c,endReason:u,clickCount:i||1}};this._addBreadcrumbEvent(n,d);return}if(i>1){const c={type:"default",message:a.message,timestamp:a.timestamp,category:"ui.multiClick",data:{...a.data,url:ue.location.href,route:n.getCurrentRoute(),clickCount:i,metric:!0}};this._addBreadcrumbEvent(n,c)}}_scheduleCheckClicks(){this._checkClickTimeout&&clearTimeout(this._checkClickTimeout),this._checkClickTimeout=Mr(()=>this._checkClicks(),1e3)}}const aw=["A","BUTTON","INPUT"];function cw(e,t){return!!(!aw.includes(e.tagName)||e.tagName==="INPUT"&&!["submit","button"].includes(e.getAttribute("type")||"")||e.tagName==="A"&&(e.hasAttribute("download")||e.hasAttribute("target")&&e.getAttribute("target")!=="_self")||t&&e.matches(t))}function uw(e){return!!(e.data&&typeof e.data.nodeId=="number"&&e.timestamp)}function Ku(){return Date.now()/1e3}function lw(e,t){try{if(!dw(t))return;const{source:n}=t.data;if(sw.has(n)&&e.registerMutation(t.timestamp),n===W.Scroll&&e.registerScroll(t.timestamp),fw(t)){const{type:r,id:s}=t.data,o=mt.mirror.getNode(s);o instanceof HTMLElement&&r===Me.Click&&e.registerClick(o)}}catch{}}function dw(e){return e.type===QI}function fw(e){return e.data.source===W.MouseInteraction}function ot(e){return{timestamp:Date.now()/1e3,type:"default",...e}}var za=(e=>(e[e.Document=0]="Document",e[e.DocumentType=1]="DocumentType",e[e.Element=2]="Element",e[e.Text=3]="Text",e[e.CDATA=4]="CDATA",e[e.Comment=5]="Comment",e))(za||{});const pw=new Set(["id","class","aria-label","role","name","alt","title","data-test-id","data-testid","disabled","aria-disabled","data-sentry-component"]);function hw(e){const t={};!e["data-sentry-component"]&&e["data-sentry-element"]&&(e["data-sentry-component"]=e["data-sentry-element"]);for(const n in e)if(pw.has(n)){let r=n;(n==="data-testid"||n==="data-test-id")&&(r="testId"),t[r]=e[n]}return t}const mw=e=>t=>{if(!e.isEnabled())return;const n=gw(t);if(!n)return;const r=t.name==="click",s=r?t.event:void 0;r&&e.clickDetector&&s?.target&&!s.altKey&&!s.metaKey&&!s.ctrlKey&&!s.shiftKey&&ow(e.clickDetector,n,dp(t.event)),Nr(e,n)};function pp(e,t){const n=mt.mirror.getId(e),r=n&&mt.mirror.getNode(n),s=r&&mt.mirror.getMeta(r),o=s&&yw(s)?s:null;return{message:t,data:o?{nodeId:n,node:{id:n,tagName:o.tagName,textContent:Array.from(o.childNodes).map(i=>i.type===za.Text&&i.textContent).filter(Boolean).map(i=>i.trim()).join(""),attributes:hw(o.attributes)}}:{}}}function gw(e){const{target:t,message:n}=_w(e);return ot({category:`ui.${e.name}`,...pp(t,n)})}function _w(e){const t=e.name==="click";let n,r=null;try{r=t?dp(e.event):fp(e.event),n=Pe(r,{maxStringLength:200})||"<unknown>"}catch{n="<unknown>"}return{target:r,message:n}}function yw(e){return e.type===za.Element}function Sw(e,t){if(!e.isEnabled())return;e.updateUserActivity();const n=bw(t);n&&Nr(e,n)}function bw(e){const{metaKey:t,shiftKey:n,ctrlKey:r,altKey:s,key:o,target:i}=e;if(!i||Ew(i)||!o)return null;const a=t||r||s,c=o.length===1;if(!a&&c)return null;const u=Pe(i,{maxStringLength:200})||"<unknown>",d=pp(i,u);return ot({category:"ui.keyDown",message:u,data:{...d.data,metaKey:t,shiftKey:n,ctrlKey:r,altKey:s,key:o}})}function Ew(e){return e.tagName==="INPUT"||e.tagName==="TEXTAREA"||e.isContentEditable}const vw={resource:Cw,paint:ww,navigation:kw};function qo(e,t){return({metric:n})=>{t.replayPerformanceEntries.push(e(n))}}function Tw(e){return e.map(Iw).filter(Boolean)}function Iw(e){const t=vw[e.entryType];return t?t(e):null}function Fn(e){return((Re()||ue.performance.timeOrigin)+e)/1e3}function ww(e){const{duration:t,entryType:n,name:r,startTime:s}=e,o=Fn(s);return{type:n,name:r,start:o,end:o+t,data:void 0}}function kw(e){const{entryType:t,name:n,decodedBodySize:r,duration:s,domComplete:o,encodedBodySize:i,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,domInteractive:u,loadEventStart:d,loadEventEnd:l,redirectCount:p,startTime:f,transferSize:h,type:g}=e;return s===0?null:{type:`${t}.${g}`,start:Fn(f),end:Fn(o),name:n,data:{size:h,decodedBodySize:r,encodedBodySize:i,duration:s,domInteractive:u,domContentLoadedEventStart:a,domContentLoadedEventEnd:c,loadEventStart:d,loadEventEnd:l,domComplete:o,redirectCount:p}}}function Cw(e){const{entryType:t,initiatorType:n,name:r,responseEnd:s,startTime:o,decodedBodySize:i,encodedBodySize:a,responseStatus:c,transferSize:u}=e;return["fetch","xmlhttprequest"].includes(n)?null:{type:`${t}.${n}`,start:Fn(o),end:Fn(s),name:r,data:{size:u,statusCode:c,decodedBodySize:i,encodedBodySize:a}}}function Rw(e){const t=e.entries[e.entries.length-1],n=t?.element?[t.element]:void 0;return qa(e,"largest-contentful-paint",n)}function Aw(e){return e.sources!==void 0}function xw(e){const t=[],n=[];for(const r of e.entries)if(Aw(r)){const s=[];for(const o of r.sources)if(o.node){n.push(o.node);const i=mt.mirror.getId(o.node);i&&s.push(i)}t.push({value:r.value,nodeIds:s.length?s:void 0})}return qa(e,"cumulative-layout-shift",n,t)}function Mw(e){const t=e.entries[e.entries.length-1],n=t?.target?[t.target]:void 0;return qa(e,"interaction-to-next-paint",n)}function qa(e,t,n,r){const s=e.value,o=e.rating,i=Fn(s);return{type:"web-vital",name:t,start:i,end:i,data:{value:s,size:s,rating:o,nodeIds:n?n.map(a=>mt.mirror.getId(a)):void 0,attributions:r}}}function Ow(e){function t(s){e.performanceEntries.includes(s)||e.performanceEntries.push(s)}function n({entries:s}){s.forEach(t)}const r=[];return["navigation","paint","resource"].forEach(s=>{r.push(cn(s,n))}),r.push(xa(qo(Rw,e)),Aa(qo(xw,e)),Ef(qo(Mw,e))),()=>{r.forEach(s=>s())}}const U=typeof __SENTRY_DEBUG__>"u"||__SENTRY_DEBUG__,Nw='var t=Uint8Array,n=Uint16Array,r=Int32Array,e=new t([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),i=new t([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),s=new t([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),a=function(t,e){for(var i=new n(31),s=0;s<31;++s)i[s]=e+=1<<t[s-1];var a=new r(i[30]);for(s=1;s<30;++s)for(var o=i[s];o<i[s+1];++o)a[o]=o-i[s]<<5|s;return{b:i,r:a}},o=a(e,2),h=o.b,f=o.r;h[28]=258,f[258]=28;for(var l=a(i,0).r,u=new n(32768),c=0;c<32768;++c){var v=(43690&c)>>1|(21845&c)<<1;v=(61680&(v=(52428&v)>>2|(13107&v)<<2))>>4|(3855&v)<<4,u[c]=((65280&v)>>8|(255&v)<<8)>>1}var d=function(t,r,e){for(var i=t.length,s=0,a=new n(r);s<i;++s)t[s]&&++a[t[s]-1];var o,h=new n(r);for(s=1;s<r;++s)h[s]=h[s-1]+a[s-1]<<1;if(e){o=new n(1<<r);var f=15-r;for(s=0;s<i;++s)if(t[s])for(var l=s<<4|t[s],c=r-t[s],v=h[t[s]-1]++<<c,d=v|(1<<c)-1;v<=d;++v)o[u[v]>>f]=l}else for(o=new n(i),s=0;s<i;++s)t[s]&&(o[s]=u[h[t[s]-1]++]>>15-t[s]);return o},p=new t(288);for(c=0;c<144;++c)p[c]=8;for(c=144;c<256;++c)p[c]=9;for(c=256;c<280;++c)p[c]=7;for(c=280;c<288;++c)p[c]=8;var g=new t(32);for(c=0;c<32;++c)g[c]=5;var w=d(p,9,0),y=d(g,5,0),m=function(t){return(t+7)/8|0},b=function(n,r,e){return(null==e||e>n.length)&&(e=n.length),new t(n.subarray(r,e))},M=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],E=function(t,n,r){var e=new Error(n||M[t]);if(e.code=t,Error.captureStackTrace&&Error.captureStackTrace(e,E),!r)throw e;return e},z=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8},_=function(t,n,r){r<<=7&n;var e=n/8|0;t[e]|=r,t[e+1]|=r>>8,t[e+2]|=r>>16},x=function(r,e){for(var i=[],s=0;s<r.length;++s)r[s]&&i.push({s:s,f:r[s]});var a=i.length,o=i.slice();if(!a)return{t:F,l:0};if(1==a){var h=new t(i[0].s+1);return h[i[0].s]=1,{t:h,l:1}}i.sort(function(t,n){return t.f-n.f}),i.push({s:-1,f:25001});var f=i[0],l=i[1],u=0,c=1,v=2;for(i[0]={s:-1,f:f.f+l.f,l:f,r:l};c!=a-1;)f=i[i[u].f<i[v].f?u++:v++],l=i[u!=c&&i[u].f<i[v].f?u++:v++],i[c++]={s:-1,f:f.f+l.f,l:f,r:l};var d=o[0].s;for(s=1;s<a;++s)o[s].s>d&&(d=o[s].s);var p=new n(d+1),g=A(i[c-1],p,0);if(g>e){s=0;var w=0,y=g-e,m=1<<y;for(o.sort(function(t,n){return p[n.s]-p[t.s]||t.f-n.f});s<a;++s){var b=o[s].s;if(!(p[b]>e))break;w+=m-(1<<g-p[b]),p[b]=e}for(w>>=y;w>0;){var M=o[s].s;p[M]<e?w-=1<<e-p[M]++-1:++s}for(;s>=0&&w;--s){var E=o[s].s;p[E]==e&&(--p[E],++w)}g=e}return{t:new t(p),l:g}},A=function(t,n,r){return-1==t.s?Math.max(A(t.l,n,r+1),A(t.r,n,r+1)):n[t.s]=r},D=function(t){for(var r=t.length;r&&!t[--r];);for(var e=new n(++r),i=0,s=t[0],a=1,o=function(t){e[i++]=t},h=1;h<=r;++h)if(t[h]==s&&h!=r)++a;else{if(!s&&a>2){for(;a>138;a-=138)o(32754);a>2&&(o(a>10?a-11<<5|28690:a-3<<5|12305),a=0)}else if(a>3){for(o(s),--a;a>6;a-=6)o(8304);a>2&&(o(a-3<<5|8208),a=0)}for(;a--;)o(s);a=1,s=t[h]}return{c:e.subarray(0,i),n:r}},T=function(t,n){for(var r=0,e=0;e<n.length;++e)r+=t[e]*n[e];return r},k=function(t,n,r){var e=r.length,i=m(n+2);t[i]=255&e,t[i+1]=e>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var s=0;s<e;++s)t[i+s+4]=r[s];return 8*(i+4+e)},U=function(t,r,a,o,h,f,l,u,c,v,m){z(r,m++,a),++h[256];for(var b=x(h,15),M=b.t,E=b.l,A=x(f,15),U=A.t,C=A.l,F=D(M),I=F.c,S=F.n,L=D(U),O=L.c,j=L.n,q=new n(19),B=0;B<I.length;++B)++q[31&I[B]];for(B=0;B<O.length;++B)++q[31&O[B]];for(var G=x(q,7),H=G.t,J=G.l,K=19;K>4&&!H[s[K-1]];--K);var N,P,Q,R,V=v+5<<3,W=T(h,p)+T(f,g)+l,X=T(h,M)+T(f,U)+l+14+3*K+T(q,H)+2*q[16]+3*q[17]+7*q[18];if(c>=0&&V<=W&&V<=X)return k(r,m,t.subarray(c,c+v));if(z(r,m,1+(X<W)),m+=2,X<W){N=d(M,E,0),P=M,Q=d(U,C,0),R=U;var Y=d(H,J,0);z(r,m,S-257),z(r,m+5,j-1),z(r,m+10,K-4),m+=14;for(B=0;B<K;++B)z(r,m+3*B,H[s[B]]);m+=3*K;for(var Z=[I,O],$=0;$<2;++$){var tt=Z[$];for(B=0;B<tt.length;++B){var nt=31&tt[B];z(r,m,Y[nt]),m+=H[nt],nt>15&&(z(r,m,tt[B]>>5&127),m+=tt[B]>>12)}}}else N=w,P=p,Q=y,R=g;for(B=0;B<u;++B){var rt=o[B];if(rt>255){_(r,m,N[(nt=rt>>18&31)+257]),m+=P[nt+257],nt>7&&(z(r,m,rt>>23&31),m+=e[nt]);var et=31&rt;_(r,m,Q[et]),m+=R[et],et>3&&(_(r,m,rt>>5&8191),m+=i[et])}else _(r,m,N[rt]),m+=P[rt]}return _(r,m,N[256]),m+P[256]},C=new r([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),F=new t(0),I=function(){for(var t=new Int32Array(256),n=0;n<256;++n){for(var r=n,e=9;--e;)r=(1&r&&-306674912)^r>>>1;t[n]=r}return t}(),S=function(){var t=1,n=0;return{p:function(r){for(var e=t,i=n,s=0|r.length,a=0;a!=s;){for(var o=Math.min(a+2655,s);a<o;++a)i+=e+=r[a];e=(65535&e)+15*(e>>16),i=(65535&i)+15*(i>>16)}t=e,n=i},d:function(){return(255&(t%=65521))<<24|(65280&t)<<8|(255&(n%=65521))<<8|n>>8}}},L=function(s,a,o,h,u){if(!u&&(u={l:1},a.dictionary)){var c=a.dictionary.subarray(-32768),v=new t(c.length+s.length);v.set(c),v.set(s,c.length),s=v,u.w=c.length}return function(s,a,o,h,u,c){var v=c.z||s.length,d=new t(h+v+5*(1+Math.ceil(v/7e3))+u),p=d.subarray(h,d.length-u),g=c.l,w=7&(c.r||0);if(a){w&&(p[0]=c.r>>3);for(var y=C[a-1],M=y>>13,E=8191&y,z=(1<<o)-1,_=c.p||new n(32768),x=c.h||new n(z+1),A=Math.ceil(o/3),D=2*A,T=function(t){return(s[t]^s[t+1]<<A^s[t+2]<<D)&z},F=new r(25e3),I=new n(288),S=new n(32),L=0,O=0,j=c.i||0,q=0,B=c.w||0,G=0;j+2<v;++j){var H=T(j),J=32767&j,K=x[H];if(_[J]=K,x[H]=J,B<=j){var N=v-j;if((L>7e3||q>24576)&&(N>423||!g)){w=U(s,p,0,F,I,S,O,q,G,j-G,w),q=L=O=0,G=j;for(var P=0;P<286;++P)I[P]=0;for(P=0;P<30;++P)S[P]=0}var Q=2,R=0,V=E,W=J-K&32767;if(N>2&&H==T(j-W))for(var X=Math.min(M,N)-1,Y=Math.min(32767,j),Z=Math.min(258,N);W<=Y&&--V&&J!=K;){if(s[j+Q]==s[j+Q-W]){for(var $=0;$<Z&&s[j+$]==s[j+$-W];++$);if($>Q){if(Q=$,R=W,$>X)break;var tt=Math.min(W,$-2),nt=0;for(P=0;P<tt;++P){var rt=j-W+P&32767,et=rt-_[rt]&32767;et>nt&&(nt=et,K=rt)}}}W+=(J=K)-(K=_[J])&32767}if(R){F[q++]=268435456|f[Q]<<18|l[R];var it=31&f[Q],st=31&l[R];O+=e[it]+i[st],++I[257+it],++S[st],B=j+Q,++L}else F[q++]=s[j],++I[s[j]]}}for(j=Math.max(j,B);j<v;++j)F[q++]=s[j],++I[s[j]];w=U(s,p,g,F,I,S,O,q,G,j-G,w),g||(c.r=7&w|p[w/8|0]<<3,w-=7,c.h=x,c.p=_,c.i=j,c.w=B)}else{for(j=c.w||0;j<v+g;j+=65535){var at=j+65535;at>=v&&(p[w/8|0]=g,at=v),w=k(p,w+1,s.subarray(j,at))}c.i=v}return b(d,0,h+m(w)+u)}(s,null==a.level?6:a.level,null==a.mem?u.l?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(s.length)))):20:12+a.mem,o,h,u)},O=function(t,n,r){for(;r;++n)t[n]=r,r>>>=8},j=function(){function n(n,r){if("function"==typeof n&&(r=n,n={}),this.ondata=r,this.o=n||{},this.s={l:0,i:32768,w:32768,z:32768},this.b=new t(98304),this.o.dictionary){var e=this.o.dictionary.subarray(-32768);this.b.set(e,32768-e.length),this.s.i=32768-e.length}}return n.prototype.p=function(t,n){this.ondata(L(t,this.o,0,0,this.s),n)},n.prototype.push=function(n,r){this.ondata||E(5),this.s.l&&E(4);var e=n.length+this.s.z;if(e>this.b.length){if(e>2*this.b.length-32768){var i=new t(-32768&e);i.set(this.b.subarray(0,this.s.z)),this.b=i}var s=this.b.length-this.s.z;this.b.set(n.subarray(0,s),this.s.z),this.s.z=this.b.length,this.p(this.b,!1),this.b.set(this.b.subarray(-32768)),this.b.set(n.subarray(s),32768),this.s.z=n.length-s+32768,this.s.i=32766,this.s.w=32768}else this.b.set(n,this.s.z),this.s.z+=n.length;this.s.l=1&r,(this.s.z>this.s.w+8191||r)&&(this.p(this.b,r||!1),this.s.w=this.s.i,this.s.i-=2)},n.prototype.flush=function(){this.ondata||E(5),this.s.l&&E(4),this.p(this.b,!1),this.s.w=this.s.i,this.s.i-=2},n}();function q(t,n){n||(n={});var r=function(){var t=-1;return{p:function(n){for(var r=t,e=0;e<n.length;++e)r=I[255&r^n[e]]^r>>>8;t=r},d:function(){return~t}}}(),e=t.length;r.p(t);var i,s=L(t,n,10+((i=n).filename?i.filename.length+1:0),8),a=s.length;return function(t,n){var r=n.filename;if(t[0]=31,t[1]=139,t[2]=8,t[8]=n.level<2?4:9==n.level?2:0,t[9]=3,0!=n.mtime&&O(t,4,Math.floor(new Date(n.mtime||Date.now())/1e3)),r){t[3]=8;for(var e=0;e<=r.length;++e)t[e+10]=r.charCodeAt(e)}}(s,n),O(s,a-8,r.d()),O(s,a-4,e),s}var B=function(){function t(t,n){this.c=S(),this.v=1,j.call(this,t,n)}return t.prototype.push=function(t,n){this.c.p(t),j.prototype.push.call(this,t,n)},t.prototype.p=function(t,n){var r=L(t,this.o,this.v&&(this.o.dictionary?6:2),n&&4,this.s);this.v&&(function(t,n){var r=n.level,e=0==r?0:r<6?1:9==r?3:2;if(t[0]=120,t[1]=e<<6|(n.dictionary&&32),t[1]|=31-(t[0]<<8|t[1])%31,n.dictionary){var i=S();i.p(n.dictionary),O(t,2,i.d())}}(r,this.o),this.v=0),n&&O(r,r.length-4,this.c.d()),this.ondata(r,n)},t.prototype.flush=function(){j.prototype.flush.call(this)},t}(),G="undefined"!=typeof TextEncoder&&new TextEncoder,H="undefined"!=typeof TextDecoder&&new TextDecoder;try{H.decode(F,{stream:!0})}catch(t){}var J=function(){function t(t){this.ondata=t}return t.prototype.push=function(t,n){this.ondata||E(5),this.d&&E(4),this.ondata(K(t),this.d=n||!1)},t}();function K(n,r){if(G)return G.encode(n);for(var e=n.length,i=new t(n.length+(n.length>>1)),s=0,a=function(t){i[s++]=t},o=0;o<e;++o){if(s+5>i.length){var h=new t(s+8+(e-o<<1));h.set(i),i=h}var f=n.charCodeAt(o);f<128||r?a(f):f<2048?(a(192|f>>6),a(128|63&f)):f>55295&&f<57344?(a(240|(f=65536+(1047552&f)|1023&n.charCodeAt(++o))>>18),a(128|f>>12&63),a(128|f>>6&63),a(128|63&f)):(a(224|f>>12),a(128|f>>6&63),a(128|63&f))}return b(i,0,s)}const N=new class{constructor(){this._init()}clear(){this._init()}addEvent(t){if(!t)throw new Error("Adding invalid event");const n=this._hasEvents?",":"";this.stream.push(n+t),this._hasEvents=!0}finish(){this.stream.push("]",!0);const t=function(t){let n=0;for(const r of t)n+=r.length;const r=new Uint8Array(n);for(let n=0,e=0,i=t.length;n<i;n++){const i=t[n];r.set(i,e),e+=i.length}return r}(this._deflatedData);return this._init(),t}_init(){this._hasEvents=!1,this._deflatedData=[],this.deflate=new B,this.deflate.ondata=(t,n)=>{this._deflatedData.push(t)},this.stream=new J((t,n)=>{this.deflate.push(t,n)}),this.stream.push("[")}},P={clear:()=>{N.clear()},addEvent:t=>N.addEvent(t),finish:()=>N.finish(),compress:t=>function(t){return q(K(t))}(t)};addEventListener("message",function(t){const n=t.data.method,r=t.data.id,e=t.data.arg;if(n in P&&"function"==typeof P[n])try{const t=P[n](e);postMessage({id:r,method:n,success:!0,response:t})}catch(t){postMessage({id:r,method:n,success:!1,response:t.message}),console.error(t)}}),postMessage({id:void 0,method:"init",success:!0,response:void 0});';function Lw(){const e=new Blob([Nw]);return URL.createObjectURL(e)}const Xu=["log","warn","error"],ps="[Replay] ";function Go(e,t="info"){Et({category:"console",data:{logger:"replay"},level:t,message:`${ps}${e}`},{level:t})}function Pw(){let e=!1,t=!1;const n={exception:()=>{},infoTick:()=>{},setConfig:r=>{e=!!r.captureExceptions,t=!!r.traceInternals}};return U?(Xu.forEach(r=>{n[r]=(...s)=>{m[r](ps,...s),t&&Go(s.join(""),sa(r))}}),n.exception=(r,...s)=>{s.length&&n.error&&n.error(...s),m.error(ps,r),e?ke(r,{mechanism:{handled:!0,type:"auto.function.replay.debug"}}):t&&Go(r,"error")},n.infoTick=(...r)=>{m.log(ps,...r),t&&setTimeout(()=>Go(r[0]),0)}):Xu.forEach(r=>{n[r]=()=>{}}),n}const H=Pw();class Ga extends Error{constructor(){super(`Event buffer exceeded maximum size of ${Fa}.`)}}class hp{constructor(){this.events=[],this._totalSize=0,this.hasCheckout=!1,this.waitForCheckout=!1}get hasEvents(){return this.events.length>0}get type(){return"sync"}destroy(){this.events=[]}async addEvent(t){const n=JSON.stringify(t).length;if(this._totalSize+=n,this._totalSize>Fa)throw new Ga;this.events.push(t)}finish(){return new Promise(t=>{const n=this.events;this.clear(),t(JSON.stringify(n))})}clear(){this.events=[],this._totalSize=0,this.hasCheckout=!1}getEarliestTimestamp(){const t=this.events.map(n=>n.timestamp).sort()[0];return t?ja(t):null}}class Dw{constructor(t){this._worker=t,this._id=0}ensureReady(){return this._ensureReadyPromise?this._ensureReadyPromise:(this._ensureReadyPromise=new Promise((t,n)=>{this._worker.addEventListener("message",({data:r})=>{r.success?t():n()},{once:!0}),this._worker.addEventListener("error",r=>{n(r)},{once:!0})}),this._ensureReadyPromise)}destroy(){U&&H.log("Destroying compression worker"),this._worker.terminate()}postMessage(t,n){const r=this._getAndIncrementId();return new Promise((s,o)=>{const i=({data:a})=>{const c=a;if(c.method===t&&c.id===r){if(this._worker.removeEventListener("message",i),!c.success){U&&H.error("Error in compression worker: ",c.response),o(new Error("Error in compression worker"));return}s(c.response)}};this._worker.addEventListener("message",i),this._worker.postMessage({id:r,method:t,arg:n})})}_getAndIncrementId(){return this._id++}}class Fw{constructor(t){this._worker=new Dw(t),this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this.waitForCheckout=!1}get hasEvents(){return!!this._earliestTimestamp}get type(){return"worker"}ensureReady(){return this._worker.ensureReady()}destroy(){this._worker.destroy()}addEvent(t){const n=ja(t.timestamp);(!this._earliestTimestamp||n<this._earliestTimestamp)&&(this._earliestTimestamp=n);const r=JSON.stringify(t);return this._totalSize+=r.length,this._totalSize>Fa?Promise.reject(new Ga):this._sendEventToWorker(r)}finish(){return this._finishRequest()}clear(){this._earliestTimestamp=null,this._totalSize=0,this.hasCheckout=!1,this._worker.postMessage("clear").then(null,t=>{U&&H.exception(t,'Sending "clear" message to worker failed',t)})}getEarliestTimestamp(){return this._earliestTimestamp}_sendEventToWorker(t){return this._worker.postMessage("addEvent",t)}async _finishRequest(){const t=await this._worker.postMessage("finish");return this._earliestTimestamp=null,this._totalSize=0,t}}class $w{constructor(t){this._fallback=new hp,this._compression=new Fw(t),this._used=this._fallback,this._ensureWorkerIsLoadedPromise=this._ensureWorkerIsLoaded()}get waitForCheckout(){return this._used.waitForCheckout}get type(){return this._used.type}get hasEvents(){return this._used.hasEvents}get hasCheckout(){return this._used.hasCheckout}set hasCheckout(t){this._used.hasCheckout=t}set waitForCheckout(t){this._used.waitForCheckout=t}destroy(){this._fallback.destroy(),this._compression.destroy()}clear(){return this._used.clear()}getEarliestTimestamp(){return this._used.getEarliestTimestamp()}addEvent(t){return this._used.addEvent(t)}async finish(){return await this.ensureWorkerIsLoaded(),this._used.finish()}ensureWorkerIsLoaded(){return this._ensureWorkerIsLoadedPromise}async _ensureWorkerIsLoaded(){try{await this._compression.ensureReady()}catch(t){U&&H.exception(t,"Failed to load the compression worker, falling back to simple buffer");return}await this._switchToCompressionWorker()}async _switchToCompressionWorker(){const{events:t,hasCheckout:n,waitForCheckout:r}=this._fallback,s=[];for(const o of t)s.push(this._compression.addEvent(o));this._compression.hasCheckout=n,this._compression.waitForCheckout=r,this._used=this._compression;try{await Promise.all(s),this._fallback.clear()}catch(o){U&&H.exception(o,"Failed to add events when switching buffers.")}}}function Bw({useCompression:e,workerUrl:t}){if(e&&window.Worker){const n=Uw(t);if(n)return n}return U&&H.log("Using simple buffer"),new hp}function Uw(e){try{const t=e||Hw();if(!t)return;U&&H.log(`Using compression worker${e?` from ${e}`:""}`);const n=new Worker(t);return new $w(n)}catch(t){U&&H.exception(t,"Failed to create compression worker")}}function Hw(){return typeof __SENTRY_EXCLUDE_REPLAY_WORKER__>"u"||!__SENTRY_EXCLUDE_REPLAY_WORKER__?Lw():""}function Va(){try{return"sessionStorage"in ue&&!!ue.sessionStorage}catch{return!1}}function Ww(e){jw(),e.session=void 0}function jw(){if(Va())try{ue.sessionStorage.removeItem(Pa)}catch{}}function mp(e){return e===void 0?!1:Math.random()<e}function _o(e){if(Va())try{ue.sessionStorage.setItem(Pa,JSON.stringify(e))}catch{}}function gp(e){const t=Date.now(),n=e.id||Ee(),r=e.started||t,s=e.lastActivity||t,o=e.segmentId||0,i=e.sampled,a=e.previousSessionId,c=e.dirty||!1;return{id:n,started:r,lastActivity:s,segmentId:o,sampled:i,previousSessionId:a,dirty:c}}function zw(e,t){return mp(e)?"session":t?"buffer":!1}function Qu({sessionSampleRate:e,allowBuffering:t,stickySession:n=!1},{previousSessionId:r}={}){const s=zw(e,t),o=gp({sampled:s,previousSessionId:r});return n&&_o(o),o}function qw(){if(!Va())return null;try{const e=ue.sessionStorage.getItem(Pa);if(!e)return null;const t=JSON.parse(e);return U&&H.infoTick("Loading existing session"),gp(t)}catch{return null}}function Ai(e,t,n=+new Date){return e===null||t===void 0||t<0?!0:t===0?!1:e+t<=n}function _p(e,{maxReplayDuration:t,sessionIdleExpire:n,targetTime:r=Date.now()}){return Ai(e.started,t,r)||Ai(e.lastActivity,n,r)}function yp(e,{sessionIdleExpire:t,maxReplayDuration:n}){return!(!_p(e,{sessionIdleExpire:t,maxReplayDuration:n})||e.sampled==="buffer"&&e.segmentId===0)}function Vo({sessionIdleExpire:e,maxReplayDuration:t,previousSessionId:n},r){const s=r.stickySession&&qw();return s?yp(s,{sessionIdleExpire:e,maxReplayDuration:t})?(U&&H.infoTick("Session in sessionStorage is expired, creating new one..."),Qu(r,{previousSessionId:s.id})):s:(U&&H.infoTick("Creating new session"),Qu(r,{previousSessionId:n}))}function Gw(e){return e.type===V.Custom}function Ya(e,t,n){return bp(e,t)?(Sp(e,t,n),!0):!1}function Vw(e,t,n){return bp(e,t)?Sp(e,t,n):Promise.resolve(null)}async function Sp(e,t,n){const{eventBuffer:r}=e;if(!r||r.waitForCheckout&&!n)return null;const s=e.recordingMode==="buffer";try{n&&s&&r.clear(),n&&(r.hasCheckout=!0,r.waitForCheckout=!1);const o=e.getOptions(),i=Yw(t,o.beforeAddRecordingEvent);return i?await r.addEvent(i):void 0}catch(o){const i=o&&o instanceof Ga,a=i?"addEventSizeExceeded":"addEvent",c=x();if(c){const u=i?"buffer_overflow":"internal_sdk_error";c.recordDroppedEvent(u,"replay")}if(i&&s)return r.clear(),r.waitForCheckout=!0,null;e.handleException(o),await e.stop({reason:a})}}function bp(e,t){if(!e.eventBuffer||e.isPaused()||!e.isEnabled())return!1;const n=ja(t.timestamp);return n+e.timeouts.sessionIdlePause<Date.now()?!1:n>e.getContext().initialTimestamp+e.getOptions().maxReplayDuration?(U&&H.infoTick(`Skipping event with timestamp ${n} because it is after maxReplayDuration`),!1):!0}function Yw(e,t){try{if(typeof t=="function"&&Gw(e))return t(e)}catch(n){return U&&H.exception(n,"An error occurred in the `beforeAddRecordingEvent` callback, skipping the event..."),null}return e}function Ja(e){return!e.type}function xi(e){return e.type==="transaction"}function Jw(e){return e.type==="replay_event"}function Zu(e){return e.type==="feedback"}function Kw(e){return(t,n)=>{if(!e.isEnabled()||!Ja(t)&&!xi(t))return;const r=n.statusCode;if(!(!r||r<200||r>=300)){if(xi(t)){Xw(e,t);return}Qw(e,t)}}}function Xw(e,t){const n=e.getContext();t.contexts?.trace?.trace_id&&n.traceIds.size<100&&n.traceIds.add(t.contexts.trace.trace_id)}function Qw(e,t){const n=e.getContext();if(t.event_id&&n.errorIds.size<100&&n.errorIds.add(t.event_id),e.recordingMode!=="buffer"||!t.tags||!t.tags.replayId)return;const{beforeErrorSampling:r}=e.getOptions();typeof r=="function"&&!r(t)||Mr(async()=>{try{await e.sendBufferedReplayOrFlush()}catch(s){e.handleException(s)}})}function Zw(e){return t=>{!e.isEnabled()||!Ja(t)||ek(e,t)}}function ek(e,t){const n=t.exception?.values?.[0]?.value;if(typeof n=="string"&&(n.match(/(reactjs\.org\/docs\/error-decoder\.html\?invariant=|react\.dev\/errors\/)(418|419|422|423|425)/)||n.match(/(does not match server-rendered HTML|Hydration failed because)/i))){const r=ot({category:"replay.hydrate-error",data:{url:un()}});Nr(e,r)}}function tk(e){const t=x();t&&t.on("beforeAddBreadcrumb",n=>nk(e,n))}function nk(e,t){if(!e.isEnabled()||!Ep(t))return;const n=rk(t);n&&Nr(e,n)}function rk(e){return!Ep(e)||["fetch","xhr","sentry.event","sentry.transaction"].includes(e.category)||e.category.startsWith("ui.")?null:e.category==="console"?sk(e):ot(e)}function sk(e){const t=e.data?.arguments;if(!Array.isArray(t)||t.length===0)return ot(e);let n=!1;const r=t.map(s=>{if(!s)return s;if(typeof s=="string")return s.length>Gr?(n=!0,`${s.slice(0,Gr)}…`):s;if(typeof s=="object")try{const o=$e(s,7);return JSON.stringify(o).length>Gr?(n=!0,`${JSON.stringify(o,null,2).slice(0,Gr)}…`):o}catch{}return s});return ot({...e,data:{...e.data,arguments:r,...n?{_meta:{warnings:["CONSOLE_ARG_TRUNCATED"]}}:{}}})}function Ep(e){return!!e.category}function ok(e,t){return e.type||!e.exception?.values?.length?!1:!!t.originalException?.__rrweb__}function vp(){const e=q().getPropagationContext().dsc;e&&delete e.replay_id;const t=be();if(t){const n=Ze(t);delete n.replay_id}}function ik(e,t){e.triggerUserActivity(),e.addUpdate(()=>t.timestamp?(e.throttledAddEvent({type:V.Custom,timestamp:t.timestamp*1e3,data:{tag:"breadcrumb",payload:{timestamp:t.timestamp,type:"default",category:"sentry.feedback",data:{feedbackId:t.event_id}}}}),!1):!0)}function ak(e,t){return e.recordingMode!=="buffer"||t.message===Da||!t.exception||t.type?!1:mp(e.getOptions().errorSampleRate)}function ck(e){return Object.assign((t,n)=>{if(!e.isEnabled()||e.isPaused())return t;if(Jw(t))return delete t.breadcrumbs,t;if(!Ja(t)&&!xi(t)&&!Zu(t))return t;if(!e.checkAndHandleExpiredSession())return vp(),t;if(Zu(t))return e.flush(),t.contexts.feedback.replay_id=e.getSessionId(),ik(e,t),t;if(ok(t,n)&&!e.getOptions()._experiments.captureExceptions)return U&&H.log("Ignoring error from rrweb internals",t),null;const s=ak(e,t);if((s||e.recordingMode==="session")&&(t.tags={...t.tags,replayId:e.getSessionId()}),s&&e.recordingMode==="buffer"&&e.session?.sampled==="buffer"){const i=e.session;i.dirty=!0,e.getOptions().stickySession&&_o(i)}return t},{id:"Replay"})}function yo(e,t){return t.map(({type:n,start:r,end:s,name:o,data:i})=>{const a=e.throttledAddEvent({type:V.Custom,timestamp:r,data:{tag:"performanceSpan",payload:{op:n,description:o,startTimestamp:r,endTimestamp:s,data:i}}});return typeof a=="string"?Promise.resolve(null):a})}function uk(e){const{from:t,to:n}=e,r=Date.now()/1e3;return{type:"navigation.push",start:r,end:r,name:n,data:{previous:t}}}function lk(e){return t=>{if(!e.isEnabled())return;const n=uk(t);n!==null&&(e.getContext().urls.push(n.name),e.triggerUserActivity(),e.addUpdate(()=>(yo(e,[n]),!1)))}}function dk(e,t){return U&&e.getOptions()._experiments.traceInternals?!1:Ad(t,x())}function Tp(e,t){e.isEnabled()&&t!==null&&(dk(e,t.name)||e.addUpdate(()=>(yo(e,[t]),!0)))}function So(e){if(!e)return;const t=new TextEncoder;try{if(typeof e=="string")return t.encode(e).length;if(e instanceof URLSearchParams)return t.encode(e.toString()).length;if(e instanceof FormData){const n=Rf(e);return t.encode(n).length}if(e instanceof Blob)return e.size;if(e instanceof ArrayBuffer)return e.byteLength}catch{}}function Ip(e){if(!e)return;const t=parseInt(e,10);return isNaN(t)?void 0:t}function zs(e,t){if(!e)return{headers:{},size:void 0,_meta:{warnings:[t]}};const n={...e._meta},r=n.warnings||[];return n.warnings=[...r,t],e._meta=n,e}function wp(e,t){if(!t)return null;const{startTimestamp:n,endTimestamp:r,url:s,method:o,statusCode:i,request:a,response:c}=t;return{type:e,start:n/1e3,end:r/1e3,name:s,data:{method:o,statusCode:i,request:a,response:c}}}function pr(e){return{headers:{},size:e,_meta:{warnings:["URL_SKIPPED"]}}}function Lt(e,t,n){if(!t&&Object.keys(e).length===0)return;if(!t)return{headers:e};if(!n)return{headers:e,size:t};const r={headers:e,size:t},{body:s,warnings:o}=fk(n);return r.body=s,o?.length&&(r._meta={warnings:o}),r}function Mi(e,t){return Object.entries(e).reduce((n,[r,s])=>{const o=r.toLowerCase();return t.includes(o)&&e[r]&&(n[o]=s),n},{})}function fk(e){if(!e||typeof e!="string")return{body:e};const t=e.length>Nu,n=pk(e);if(t){const r=e.slice(0,Nu);return n?{body:r,warnings:["MAYBE_JSON_TRUNCATED"]}:{body:`${r}…`,warnings:["TEXT_TRUNCATED"]}}if(n)try{return{body:JSON.parse(e)}}catch{}return{body:e}}function pk(e){const t=e[0],n=e[e.length-1];return t==="["&&n==="]"||t==="{"&&n==="}"}function qs(e,t){const n=hk(e);return Xe(n,t)}function hk(e,t=ue.document.baseURI){if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith(ue.location.origin))return e;const n=new URL(e,t);if(n.origin!==new URL(t).origin)return e;const r=n.href;return!e.endsWith("/")&&r.endsWith("/")?r.slice(0,-1):r}async function mk(e,t,n){try{const r=await _k(e,t,n),s=wp("resource.fetch",r);Tp(n.replay,s)}catch(r){U&&H.exception(r,"Failed to capture fetch breadcrumb")}}function gk(e,t){const{input:n,response:r}=t,s=n?La(n):void 0,o=So(s),i=r?Ip(r.headers.get("content-length")):void 0;o!==void 0&&(e.data.request_body_size=o),i!==void 0&&(e.data.response_body_size=i)}async function _k(e,t,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:o=r}=t,{url:i,method:a,status_code:c=0,request_body_size:u,response_body_size:d}=e.data,l=qs(i,n.networkDetailAllowUrls)&&!qs(i,n.networkDetailDenyUrls),p=l?yk(n,t.input,u):pr(u),f=await Sk(l,n,t.response,d);return{startTimestamp:s,endTimestamp:o,url:i,method:a,statusCode:c,request:p,response:f}}function yk({networkCaptureBodies:e,networkRequestHeaders:t},n,r){const s=n?vk(n,t):{};if(!e)return Lt(s,r,void 0);const o=La(n),[i,a]=Fs(o,H),c=Lt(s,r,i);return a?zs(c,a):c}async function Sk(e,{networkCaptureBodies:t,networkResponseHeaders:n},r,s){if(!e&&s!==void 0)return pr(s);const o=r?kp(r.headers,n):{};if(!r||!t&&s!==void 0)return Lt(o,s,void 0);const[i,a]=await Ek(r),c=bk(i,{networkCaptureBodies:t,responseBodySize:s,captureDetails:e,headers:o});return a?zs(c,a):c}function bk(e,{networkCaptureBodies:t,responseBodySize:n,captureDetails:r,headers:s}){try{const o=e?.length&&n===void 0?So(e):n;return r?t?Lt(s,o,e):Lt(s,o,void 0):pr(o)}catch(o){return U&&H.exception(o,"Failed to serialize response body"),Lt(s,n,void 0)}}async function Ek(e){const t=Tk(e);if(!t)return[void 0,"BODY_PARSE_ERROR"];try{return[await Ik(t)]}catch(n){return n instanceof Error&&n.message.indexOf("Timeout")>-1?(U&&H.warn("Parsing text body from response timed out"),[void 0,"BODY_PARSE_TIMEOUT"]):(U&&H.exception(n,"Failed to get text body from response"),[void 0,"BODY_PARSE_ERROR"])}}function kp(e,t){const n={};return t.forEach(r=>{e.get(r)&&(n[r]=e.get(r))}),n}function vk(e,t){return e.length===1&&typeof e[0]!="string"?el(e[0],t):e.length===2?el(e[1],t):{}}function el(e,t){if(!e)return{};const n=e.headers;return n?n instanceof Headers?kp(n,t):Array.isArray(n)?{}:Mi(n,t):{}}function Tk(e){try{return e.clone()}catch(t){U&&H.exception(t,"Failed to clone response body")}}function Ik(e){return new Promise((t,n)=>{const r=Mr(()=>n(new Error("Timeout while trying to read response body")),500);wk(e).then(s=>t(s),s=>n(s)).finally(()=>clearTimeout(r))})}async function wk(e){return await e.text()}async function kk(e,t,n){try{const r=Rk(e,t,n),s=wp("resource.xhr",r);Tp(n.replay,s)}catch(r){U&&H.exception(r,"Failed to capture xhr breadcrumb")}}function Ck(e,t){const{xhr:n,input:r}=t;if(!n)return;const s=So(r),o=n.getResponseHeader("content-length")?Ip(n.getResponseHeader("content-length")):Mk(n.response,n.responseType);s!==void 0&&(e.data.request_body_size=s),o!==void 0&&(e.data.response_body_size=o)}function Rk(e,t,n){const r=Date.now(),{startTimestamp:s=r,endTimestamp:o=r,input:i,xhr:a}=t,{url:c,method:u,status_code:d=0,request_body_size:l,response_body_size:p}=e.data;if(!c)return null;if(!a||!qs(c,n.networkDetailAllowUrls)||qs(c,n.networkDetailDenyUrls)){const k=pr(l),b=pr(p);return{startTimestamp:s,endTimestamp:o,url:c,method:u,statusCode:d,request:k,response:b}}const f=a[pt],h=f?Mi(f.request_headers,n.networkRequestHeaders):{},g=Mi(Af(a),n.networkResponseHeaders),[_,y]=n.networkCaptureBodies?Fs(i,H):[void 0],[S,O]=n.networkCaptureBodies?Ak(a):[void 0],v=Lt(h,l,_),N=Lt(g,p,S);return{startTimestamp:s,endTimestamp:o,url:c,method:u,statusCode:d,request:y?zs(v,y):v,response:O?zs(N,O):N}}function Ak(e){const t=[];try{return[e.responseText]}catch(n){t.push(n)}try{return xk(e.response,e.responseType)}catch(n){t.push(n)}return U&&H.warn("Failed to get xhr response body",...t),[void 0]}function xk(e,t){try{if(typeof e=="string")return[e];if(e instanceof Document)return[e.body.outerHTML];if(t==="json"&&e&&typeof e=="object")return[JSON.stringify(e)];if(!e)return[void 0]}catch(n){return U&&H.exception(n,"Failed to serialize body",e),[void 0,"BODY_PARSE_ERROR"]}return U&&H.log("Skipping network body because of body type",e),[void 0,"UNPARSEABLE_BODY_TYPE"]}function Mk(e,t){try{const n=t==="json"&&e&&typeof e=="object"?JSON.stringify(e):e;return So(n)}catch{return}}function Ok(e){const t=x();try{const{networkDetailAllowUrls:n,networkDetailDenyUrls:r,networkCaptureBodies:s,networkRequestHeaders:o,networkResponseHeaders:i}=e.getOptions(),a={replay:e,networkDetailAllowUrls:n,networkDetailDenyUrls:r,networkCaptureBodies:s,networkRequestHeaders:o,networkResponseHeaders:i};t&&t.on("beforeAddBreadcrumb",(c,u)=>Nk(a,c,u))}catch{}}function Nk(e,t,n){if(t.data)try{Lk(t)&&Dk(n)&&(Ck(t,n),kk(t,n,e)),Pk(t)&&Fk(n)&&(gk(t,n),mk(t,n,e))}catch(r){U&&H.exception(r,"Error when enriching network breadcrumb")}}function Lk(e){return e.category==="xhr"}function Pk(e){return e.category==="fetch"}function Dk(e){return e?.xhr}function Fk(e){return e?.response}function $k(e){const t=x();Cf(mw(e)),po(lk(e)),tk(e),Ok(e);const n=ck(e);tg(n),t&&(t.on("beforeSendEvent",Zw(e)),t.on("afterSendEvent",Kw(e)),t.on("createDsc",r=>{const s=e.getSessionId();s&&e.isEnabled()&&e.recordingMode==="session"&&e.checkAndHandleExpiredSession()&&(r.replay_id=s)}),t.on("spanStart",r=>{e.lastActiveSpan=r}),t.on("spanEnd",r=>{e.lastActiveSpan=r}),t.on("beforeSendFeedback",async(r,s)=>{const o=e.getSessionId();s?.includeReplay&&e.isEnabled()&&o&&r.contexts?.feedback&&(r.contexts.feedback.source==="api"&&await e.sendBufferedReplayOrFlush(),r.contexts.feedback.replay_id=o)}),t.on("openFeedbackWidget",async()=>{await e.sendBufferedReplayOrFlush()}))}async function Bk(e){try{return Promise.all(yo(e,[Uk(ue.performance.memory)]))}catch{return[]}}function Uk(e){const{jsHeapSizeLimit:t,totalJSHeapSize:n,usedJSHeapSize:r}=e,s=Date.now()/1e3;return{type:"memory",name:"memory",start:s,end:s,data:{memory:{jsHeapSizeLimit:t,totalJSHeapSize:n,usedJSHeapSize:r}}}}function Hk(e,t,n){return Qg(e,t,{...n,setTimeoutImpl:Mr})}const Kr=$.navigator;function Wk(){return/iPhone|iPad|iPod/i.test(Kr?.userAgent??"")||/Macintosh/i.test(Kr?.userAgent??"")&&Kr?.maxTouchPoints&&Kr?.maxTouchPoints>1?{sampling:{mousemove:!1}}:{}}function jk(e){let t=!1;return(n,r)=>{if(!e.checkAndHandleExpiredSession()){U&&H.warn("Received replay event after session expired.");return}const s=r||!t;t=!0,e.clickDetector&&lw(e.clickDetector,n),e.addUpdate(()=>{if(e.recordingMode==="buffer"&&s&&e.setInitialState(),!Ya(e,n,s))return!0;if(!s)return!1;const o=e.session;if(qk(e,s),e.recordingMode==="buffer"&&o&&e.eventBuffer&&!o.dirty){const i=e.eventBuffer.getEarliestTimestamp();i&&(U&&H.log(`Updating session start time to earliest event in buffer to ${new Date(i)}`),o.started=i,e.getOptions().stickySession&&_o(o))}return o?.previousSessionId||e.recordingMode==="session"&&e.flush(),!0})}}function zk(e){const t=e.getOptions();return{type:V.Custom,timestamp:Date.now(),data:{tag:"options",payload:{shouldRecordCanvas:e.isRecordingCanvas(),sessionSampleRate:t.sessionSampleRate,errorSampleRate:t.errorSampleRate,useCompressionOption:t.useCompression,blockAllMedia:t.blockAllMedia,maskAllText:t.maskAllText,maskAllInputs:t.maskAllInputs,useCompression:e.eventBuffer?e.eventBuffer.type==="worker":!1,networkDetailHasUrls:t.networkDetailAllowUrls.length>0,networkCaptureBodies:t.networkCaptureBodies,networkRequestHasHeaders:t.networkRequestHeaders.length>0,networkResponseHasHeaders:t.networkResponseHeaders.length>0}}}}function qk(e,t){!t||!e.session||e.session.segmentId!==0||Ya(e,zk(e),!1)}function Gk(e){if(!e)return null;try{return e.nodeType===e.ELEMENT_NODE?e:e.parentElement}catch{return null}}function Vk(e,t,n,r){return tt(sd(e,Xs(e),r,n),[[{type:"replay_event"},e],[{type:"replay_recording",length:typeof t=="string"?new TextEncoder().encode(t).length:t.length},t]])}function Yk({recordingData:e,headers:t}){let n;const r=`${JSON.stringify(t)}
496
496
  `;if(typeof e=="string")n=`${r}${e}`;else{const o=new TextEncoder().encode(r);n=new Uint8Array(o.length+e.length),n.set(o),n.set(e,o.length)}return n}async function Jk({client:e,scope:t,replayId:n,event:r}){const s=typeof e._integrations=="object"&&e._integrations!==null&&!Array.isArray(e._integrations)?Object.keys(e._integrations):void 0,o={event_id:n,integrations:s};e.emit("preprocessEvent",r,o);const i=await cd(e.getOptions(),r,o,t,e,ve());if(!i)return null;e.emit("postprocessEvent",i,o),i.platform=i.platform||"javascript";const a=e.getSdkMetadata(),{name:c,version:u,settings:d}=a?.sdk||{};return i.sdk={...i.sdk,name:c||"sentry.javascript.unknown",version:u||"0.0.0",settings:d},i}async function Kk({recordingData:e,replayId:t,segmentId:n,eventContext:r,timestamp:s,session:o}){const i=Yk({recordingData:e,headers:{segment_id:n}}),{urls:a,errorIds:c,traceIds:u,initialTimestamp:d}=r,l=x(),p=q(),f=l?.getTransport(),h=l?.getDsn();if(!l||!f||!h||!o.sampled)return Promise.resolve({});const g={type:C0,replay_start_timestamp:d/1e3,timestamp:s/1e3,error_ids:c,trace_ids:u,urls:a,replay_id:t,segment_id:n,replay_type:o.sampled},_=await Jk({scope:p,client:l,replayId:t,event:g});if(!_)return l.recordDroppedEvent("event_processor","replay"),U&&H.log("An event processor returned `null`, will not send event."),Promise.resolve({});delete _.sdkProcessingMetadata;const y=Vk(_,i,h,l.getOptions().tunnel);let S;try{S=await f.send(y)}catch(v){const N=new Error(Da);try{N.cause=v}catch{}throw N}if(typeof S.statusCode=="number"&&(S.statusCode<200||S.statusCode>=300))throw new Cp(S.statusCode);const O=kd({},S);if(wd(O,"replay"))throw new Ka(O);return S}class Cp extends Error{constructor(t){super(`Transport returned status code ${t}`)}}class Ka extends Error{constructor(t){super("Rate limit hit"),this.rateLimits=t}}async function Rp(e,t={count:0,interval:N0}){const{recordingData:n,onError:r}=e;if(n.length)try{return await Kk(e),!0}catch(s){if(s instanceof Cp||s instanceof Ka)throw s;if(Qm("Replays",{_retryCount:t.count}),r&&r(s),t.count>=L0){const o=new Error(`${Da} - max retries exceeded`);try{o.cause=s}catch{}throw o}return t.interval*=++t.count,new Promise((o,i)=>{Mr(async()=>{try{await Rp(e,t),o(!0)}catch(a){i(a)}},t.interval)})}}const Ap="__THROTTLED",Xk="__SKIPPED";function Qk(e,t,n){const r=new Map,s=a=>{const c=a-n;r.forEach((u,d)=>{d<c&&r.delete(d)})},o=()=>[...r.values()].reduce((a,c)=>a+c,0);let i=!1;return(...a)=>{const c=Math.floor(Date.now()/1e3);if(s(c),o()>=t){const d=i;return i=!0,d?Xk:Ap}i=!1;const u=r.get(c)||0;return r.set(c,u+1),e(...a)}}class Zk{constructor({options:t,recordingOptions:n}){this.eventBuffer=null,this.performanceEntries=[],this.replayPerformanceEntries=[],this.recordingMode="session",this.timeouts={sessionIdlePause:R0,sessionIdleExpire:A0},this._lastActivity=Date.now(),this._isEnabled=!1,this._isPaused=!1,this._requiresManualStart=!1,this._hasInitializedCoreListeners=!1,this._context={errorIds:new Set,traceIds:new Set,urls:[],initialTimestamp:Date.now(),initialUrl:""},this._recordingOptions=n,this._options=t,this._debouncedFlush=Hk(()=>this._flush(),this._options.flushMinDelay,{maxWait:this._options.flushMaxDelay}),this._throttledAddEvent=Qk((i,a)=>Vw(this,i,a),300,5);const{slowClickTimeout:r,slowClickIgnoreSelectors:s}=this.getOptions(),o=r?{threshold:Math.min(P0,r),timeout:r,scrollTimeout:D0,ignoreSelector:s?s.join(","):""}:void 0;if(o&&(this.clickDetector=new iw(this,o)),U){const i=t._experiments;H.setConfig({captureExceptions:!!i.captureExceptions,traceInternals:!!i.traceInternals})}this._handleVisibilityChange=()=>{ue.document.visibilityState==="visible"?this._doChangeToForegroundTasks():this._doChangeToBackgroundTasks()},this._handleWindowBlur=()=>{const i=ot({category:"ui.blur"});this._doChangeToBackgroundTasks(i)},this._handleWindowFocus=()=>{const i=ot({category:"ui.focus"});this._doChangeToForegroundTasks(i)},this._handleKeyboardEvent=i=>{Sw(this,i)}}getContext(){return this._context}isEnabled(){return this._isEnabled}isPaused(){return this._isPaused}isRecordingCanvas(){return!!this._canvas}getOptions(){return this._options}handleException(t){U&&H.exception(t),this._options.onError&&this._options.onError(t)}initializeSampling(t){const{errorSampleRate:n,sessionSampleRate:r}=this._options,s=n<=0&&r<=0;if(this._requiresManualStart=s,!s){if(this._initializeSessionForSampling(t),!this.session){U&&H.exception(new Error("Unable to initialize and create session"));return}this.session.sampled!==!1&&(this.recordingMode=this.session.sampled==="buffer"&&this.session.segmentId===0?"buffer":"session",U&&H.infoTick(`Starting replay in ${this.recordingMode} mode`),this._initializeRecording())}}start(){if(this._isEnabled&&this.recordingMode==="session"){U&&H.log("Recording is already in progress");return}if(this._isEnabled&&this.recordingMode==="buffer"){U&&H.log("Buffering is in progress, call `flush()` to save the replay");return}U&&H.infoTick("Starting replay in session mode"),this._updateUserActivity();const t=Vo({maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire},{stickySession:this._options.stickySession,sessionSampleRate:1,allowBuffering:!1});this.session=t,this.recordingMode="session",this._initializeRecording()}startBuffering(){if(this._isEnabled){U&&H.log("Buffering is in progress, call `flush()` to save the replay");return}U&&H.infoTick("Starting replay in buffer mode");const t=Vo({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration},{stickySession:this._options.stickySession,sessionSampleRate:0,allowBuffering:!0});this.session=t,this.recordingMode="buffer",this._initializeRecording()}startRecording(){try{const t=this._canvas;this._stopRecording=mt({...this._recordingOptions,...this.recordingMode==="buffer"?{checkoutEveryNms:O0}:this._options._experiments.continuousCheckout&&{checkoutEveryNms:Math.max(36e4,this._options._experiments.continuousCheckout)},emit:jk(this),...Wk(),onMutation:this._onMutationHandler.bind(this),...t?{recordCanvas:t.recordCanvas,getCanvasManager:t.getCanvasManager,sampling:t.sampling,dataURLOptions:t.dataURLOptions}:{}})}catch(t){this.handleException(t)}}stopRecording(){try{return this._stopRecording&&(this._stopRecording(),this._stopRecording=void 0),!0}catch(t){return this.handleException(t),!1}}async stop({forceFlush:t=!1,reason:n}={}){if(this._isEnabled){this._isEnabled=!1,this.recordingMode="buffer";try{U&&H.log(`Stopping Replay${n?` triggered by ${n}`:""}`),vp(),this._removeListeners(),this.stopRecording(),this._debouncedFlush.cancel(),t&&await this._flush({force:!0}),this.eventBuffer?.destroy(),this.eventBuffer=null,Ww(this)}catch(r){this.handleException(r)}}}pause(){this._isPaused||(this._isPaused=!0,this.stopRecording(),U&&H.log("Pausing replay"))}resume(){!this._isPaused||!this._checkSession()||(this._isPaused=!1,this.startRecording(),U&&H.log("Resuming replay"))}async sendBufferedReplayOrFlush({continueRecording:t=!0}={}){if(this.recordingMode==="session")return this.flushImmediate();const n=Date.now();U&&H.log("Converting buffer to session"),await this.flushImmediate();const r=this.stopRecording();!t||!r||this.recordingMode!=="session"&&(this.recordingMode="session",this.session&&(this.session.dirty=!1,this._updateUserActivity(n),this._updateSessionActivity(n),this._maybeSaveSession()),this.startRecording())}addUpdate(t){const n=t();this.recordingMode==="buffer"||!this._isEnabled||n!==!0&&this._debouncedFlush()}triggerUserActivity(){if(this._updateUserActivity(),!this._stopRecording){if(!this._checkSession())return;this.resume();return}this.checkAndHandleExpiredSession(),this._updateSessionActivity()}updateUserActivity(){this._updateUserActivity(),this._updateSessionActivity()}conditionalFlush(){return this.recordingMode==="buffer"?Promise.resolve():this.flushImmediate()}flush(){return this._debouncedFlush()}flushImmediate(){return this._debouncedFlush(),this._debouncedFlush.flush()}cancelFlush(){this._debouncedFlush.cancel()}getSessionId(t){if(!(t&&this.session?.sampled===!1))return this.session?.id}checkAndHandleExpiredSession(){if(this._lastActivity&&Ai(this._lastActivity,this.timeouts.sessionIdlePause)&&this.session&&this.session.sampled==="session"){this.pause();return}return!!this._checkSession()}setInitialState(){const t=`${ue.location.pathname}${ue.location.hash}${ue.location.search}`,n=`${ue.location.origin}${t}`;this.performanceEntries=[],this.replayPerformanceEntries=[],this._clearContext(),this._context.initialUrl=n,this._context.initialTimestamp=Date.now(),this._context.urls.push(n)}throttledAddEvent(t,n){const r=this._throttledAddEvent(t,n);if(r===Ap){const s=ot({category:"replay.throttled"});this.addUpdate(()=>!Ya(this,{type:ZI,timestamp:s.timestamp||0,data:{tag:"breadcrumb",payload:s,metric:!0}}))}return r}getCurrentRoute(){const t=this.lastActiveSpan||be(),n=t&&Se(t),s=(n&&z(n).data||{})[je];if(!(!n||!s||!["route","custom"].includes(s)))return z(n).description}_initializeRecording(){this.setInitialState(),this._updateSessionActivity(),this.eventBuffer=Bw({useCompression:this._options.useCompression,workerUrl:this._options.workerUrl}),this._removeListeners(),this._addListeners(),this._isEnabled=!0,this._isPaused=!1,this.startRecording()}_initializeSessionForSampling(t){const n=this._options.errorSampleRate>0,r=Vo({sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration,previousSessionId:t},{stickySession:this._options.stickySession,sessionSampleRate:this._options.sessionSampleRate,allowBuffering:n});this.session=r}_checkSession(){if(!this.session)return!1;const t=this.session;return yp(t,{sessionIdleExpire:this.timeouts.sessionIdleExpire,maxReplayDuration:this._options.maxReplayDuration})?(this._refreshSession(t),!1):!0}async _refreshSession(t){this._isEnabled&&(await this.stop({reason:"refresh session"}),this.initializeSampling(t.id))}_addListeners(){try{ue.document.addEventListener("visibilitychange",this._handleVisibilityChange),ue.addEventListener("blur",this._handleWindowBlur),ue.addEventListener("focus",this._handleWindowFocus),ue.addEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.addListeners(),this._hasInitializedCoreListeners||($k(this),this._hasInitializedCoreListeners=!0)}catch(t){this.handleException(t)}this._performanceCleanupCallback=Ow(this)}_removeListeners(){try{ue.document.removeEventListener("visibilitychange",this._handleVisibilityChange),ue.removeEventListener("blur",this._handleWindowBlur),ue.removeEventListener("focus",this._handleWindowFocus),ue.removeEventListener("keydown",this._handleKeyboardEvent),this.clickDetector&&this.clickDetector.removeListeners(),this._performanceCleanupCallback&&this._performanceCleanupCallback()}catch(t){this.handleException(t)}}_doChangeToBackgroundTasks(t){!this.session||_p(this.session,{maxReplayDuration:this._options.maxReplayDuration,sessionIdleExpire:this.timeouts.sessionIdleExpire})||(t&&this._createCustomBreadcrumb(t),this.conditionalFlush())}_doChangeToForegroundTasks(t){if(!this.session)return;if(!this.checkAndHandleExpiredSession()){U&&H.log("Document has become active, but session has expired");return}t&&this._createCustomBreadcrumb(t)}_updateUserActivity(t=Date.now()){this._lastActivity=t}_updateSessionActivity(t=Date.now()){this.session&&(this.session.lastActivity=t,this._maybeSaveSession())}_createCustomBreadcrumb(t){this.addUpdate(()=>{this.throttledAddEvent({type:V.Custom,timestamp:t.timestamp||0,data:{tag:"breadcrumb",payload:t}})})}_addPerformanceEntries(){let t=Tw(this.performanceEntries).concat(this.replayPerformanceEntries);if(this.performanceEntries=[],this.replayPerformanceEntries=[],this._requiresManualStart){const n=this._context.initialTimestamp/1e3;t=t.filter(r=>r.start>=n)}return Promise.all(yo(this,t))}_clearContext(){this._context.errorIds.clear(),this._context.traceIds.clear(),this._context.urls=[]}_updateInitialTimestampFromEventBuffer(){const{session:t,eventBuffer:n}=this;if(!t||!n||this._requiresManualStart||t.segmentId)return;const r=n.getEarliestTimestamp();r&&r<this._context.initialTimestamp&&(this._context.initialTimestamp=r)}_popEventContext(){const t={initialTimestamp:this._context.initialTimestamp,initialUrl:this._context.initialUrl,errorIds:Array.from(this._context.errorIds),traceIds:Array.from(this._context.traceIds),urls:this._context.urls};return this._clearContext(),t}async _runFlush(){const t=this.getSessionId();if(!this.session||!this.eventBuffer||!t){U&&H.error("No session or eventBuffer found to flush.");return}if(await this._addPerformanceEntries(),!!this.eventBuffer?.hasEvents&&(await Bk(this),!!this.eventBuffer&&t===this.getSessionId()))try{this._updateInitialTimestampFromEventBuffer();const n=Date.now();if(n-this._context.initialTimestamp>this._options.maxReplayDuration+3e4)throw new Error("Session is too long, not sending replay");const r=this._popEventContext(),s=this.session.segmentId++;this._maybeSaveSession();const o=await this.eventBuffer.finish();await Rp({replayId:t,recordingData:o,segmentId:s,eventContext:r,session:this.session,timestamp:n,onError:i=>this.handleException(i)})}catch(n){this.handleException(n),this.stop({reason:"sendReplay"});const r=x();if(r){const s=n instanceof Ka?"ratelimit_backoff":"send_error";r.recordDroppedEvent(s,"replay")}}}async _flush({force:t=!1}={}){if(!this._isEnabled&&!t)return;if(!this.checkAndHandleExpiredSession()){U&&H.error("Attempting to finish replay event after session expired.");return}if(!this.session)return;const n=this.session.started,s=Date.now()-n;this._debouncedFlush.cancel();const o=s<this._options.minReplayDuration,i=s>this._options.maxReplayDuration+5e3;if(o||i){U&&H.log(`Session duration (${Math.floor(s/1e3)}s) is too ${o?"short":"long"}, not sending replay.`),o&&this._debouncedFlush();return}const a=this.eventBuffer;a&&this.session.segmentId===0&&!a.hasCheckout&&U&&H.log("Flushing initial segment without checkout.");const c=!!this._flushLock;this._flushLock||(this._flushLock=this._runFlush());try{await this._flushLock}catch(u){this.handleException(u)}finally{this._flushLock=void 0,c&&this._debouncedFlush()}}_maybeSaveSession(){this.session&&this._options.stickySession&&_o(this.session)}_onMutationHandler(t){const{ignoreMutations:n}=this._options._experiments;if(n?.length&&t.some(a=>{const c=Gk(a.target),u=n.join(",");return c?.matches(u)}))return!1;const r=t.length,s=this._options.mutationLimit,o=this._options.mutationBreadcrumbLimit,i=s&&r>s;if(r>o||i){const a=ot({category:"replay.mutations",data:{count:r,limit:i}});this._createCustomBreadcrumb(a)}return i?(this.stop({reason:"mutationLimit",forceFlush:this.recordingMode==="session"}),!1):!0}}function er(e,t){return[...e,...t].join(",")}function e1({mask:e,unmask:t,block:n,unblock:r,ignore:s}){const o=["base","iframe[srcdoc]:not([src])"],i=er(e,[".sentry-mask","[data-sentry-mask]"]),a=er(t,[]);return{maskTextSelector:i,unmaskTextSelector:a,blockSelector:er(n,[".sentry-block","[data-sentry-block]",...o]),unblockSelector:er(r,[]),ignoreSelector:er(s,[".sentry-ignore","[data-sentry-ignore]",'input[type="file"]'])}}function t1({el:e,key:t,maskAttributes:n,maskAllText:r,privacyOptions:s,value:o}){return!r||s.unmaskTextSelector&&e.matches(s.unmaskTextSelector)?o:n.includes(t)||t==="value"&&e.tagName==="INPUT"&&["submit","button"].includes(e.getAttribute("type")||"")?o.replace(/[\S]/g,"*"):o}const tl='img,image,svg,video,object,picture,embed,map,audio,link[rel="icon"],link[rel="apple-touch-icon"]',n1=["content-length","content-type","accept"];let nl=!1;const bR=(e=>new r1(e));class r1{constructor({flushMinDelay:t=x0,flushMaxDelay:n=M0,minReplayDuration:r=F0,maxReplayDuration:s=Lu,stickySession:o=!0,useCompression:i=!0,workerUrl:a,_experiments:c={},maskAllText:u=!0,maskAllInputs:d=!0,blockAllMedia:l=!0,mutationBreadcrumbLimit:p=750,mutationLimit:f=1e4,slowClickTimeout:h=7e3,slowClickIgnoreSelectors:g=[],networkDetailAllowUrls:_=[],networkDetailDenyUrls:y=[],networkCaptureBodies:S=!0,networkRequestHeaders:O=[],networkResponseHeaders:v=[],mask:N=[],maskAttributes:k=["title","placeholder","aria-label"],unmask:b=[],block:I=[],unblock:E=[],ignore:C=[],maskFn:D,beforeAddRecordingEvent:w,beforeErrorSampling:A,onError:G}={}){this.name="Replay";const K=e1({mask:N,unmask:b,block:I,unblock:E,ignore:C});if(this._recordingOptions={maskAllInputs:d,maskAllText:u,maskInputOptions:{password:!0},maskTextFn:D,maskInputFn:D,maskAttributeFn:(X,F,L)=>t1({maskAttributes:k,maskAllText:u,privacyOptions:K,key:X,value:F,el:L}),...K,slimDOMOptions:"all",inlineStylesheet:!0,inlineImages:!1,collectFonts:!0,errorHandler:X=>{try{X.__rrweb__=!0}catch{}},recordCrossOriginIframes:!!c.recordCrossOriginIframes},this._initialOptions={flushMinDelay:t,flushMaxDelay:n,minReplayDuration:Math.min(r,$0),maxReplayDuration:Math.min(s,Lu),stickySession:o,useCompression:i,workerUrl:a,blockAllMedia:l,maskAllInputs:d,maskAllText:u,mutationBreadcrumbLimit:p,mutationLimit:f,slowClickTimeout:h,slowClickIgnoreSelectors:g,networkDetailAllowUrls:_,networkDetailDenyUrls:y,networkCaptureBodies:S,networkRequestHeaders:rl(O),networkResponseHeaders:rl(v),beforeAddRecordingEvent:w,beforeErrorSampling:A,onError:G,_experiments:c},this._initialOptions.blockAllMedia&&(this._recordingOptions.blockSelector=this._recordingOptions.blockSelector?`${this._recordingOptions.blockSelector},${tl}`:tl),this._isInitialized&&xs())throw new Error("Multiple Sentry Session Replay instances are not supported");this._isInitialized=!0}get _isInitialized(){return nl}set _isInitialized(t){nl=t}afterAllSetup(t){!xs()||this._replay||(this._setup(t),this._initialize(t))}start(){this._replay&&this._replay.start()}startBuffering(){this._replay&&this._replay.startBuffering()}stop(){return this._replay?this._replay.stop({forceFlush:this._replay.recordingMode==="session"}):Promise.resolve()}flush(t){return this._replay?this._replay.isEnabled()?this._replay.sendBufferedReplayOrFlush(t):(this._replay.start(),Promise.resolve()):Promise.resolve()}getReplayId(t){if(this._replay?.isEnabled())return this._replay.getSessionId(t)}getRecordingMode(){if(this._replay?.isEnabled())return this._replay.recordingMode}_initialize(t){this._replay&&(this._maybeLoadFromReplayCanvasIntegration(t),this._replay.initializeSampling())}_setup(t){const n=s1(this._initialOptions,t);this._replay=new Zk({options:n,recordingOptions:this._recordingOptions})}_maybeLoadFromReplayCanvasIntegration(t){try{const n=t.getIntegrationByName("ReplayCanvas");if(!n)return;this._replay._canvas=n.getOptions()}catch{}}}function s1(e,t){const n=t.getOptions(),r={sessionSampleRate:0,errorSampleRate:0,...e},s=nn(n.replaysSessionSampleRate),o=nn(n.replaysOnErrorSampleRate);return s==null&&o==null&&$t(()=>{console.warn("Replay is disabled because neither `replaysSessionSampleRate` nor `replaysOnErrorSampleRate` are set.")}),s!=null&&(r.sessionSampleRate=s),o!=null&&(r.errorSampleRate=o),r}function rl(e){return[...n1,...e.map(t=>t.toLowerCase())]}function ER(){return x()?.getIntegrationByName("Replay")}var o1=Object.defineProperty,i1=(e,t,n)=>t in e?o1(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,sl=(e,t,n)=>i1(e,typeof t!="symbol"?t+"":t,n);class a1{constructor(){sl(this,"idNodeMap",new Map),sl(this,"nodeMetaMap",new WeakMap)}getId(t){return t?this.getMeta(t)?.id??-1:-1}getNode(t){return this.idNodeMap.get(t)||null}getIds(){return Array.from(this.idNodeMap.keys())}getMeta(t){return this.nodeMetaMap.get(t)||null}removeNodeFromMap(t){const n=this.getId(t);this.idNodeMap.delete(n),t.childNodes&&t.childNodes.forEach(r=>this.removeNodeFromMap(r))}has(t){return this.idNodeMap.has(t)}hasNode(t){return this.nodeMetaMap.has(t)}add(t,n){const r=n.id;this.idNodeMap.set(r,t),this.nodeMetaMap.set(t,n)}replace(t,n){const r=this.getNode(t);if(r){const s=this.nodeMetaMap.get(r);s&&this.nodeMetaMap.set(n,s)}this.idNodeMap.set(t,n)}reset(){this.idNodeMap=new Map,this.nodeMetaMap=new WeakMap}}function c1(){return new a1}function u1(e,t){for(let n=e.classList.length;n--;){const r=e.classList[n];if(t.test(r))return!0}return!1}function Oi(e,t,n=1/0,r=0){return!e||e.nodeType!==e.ELEMENT_NODE||r>n?-1:t(e)?r:Oi(e.parentNode,t,n,r+1)}function ol(e,t){return n=>{const r=n;if(r===null)return!1;try{if(e){if(typeof e=="string"){if(r.matches(`.${e}`))return!0}else if(u1(r,e))return!0}return!!(t&&r.matches(t))}catch{return!1}}}const _n=`Please stop import mirror directly. Instead of that,\r
497
497
  now you can use replayer.getMirror() to access the mirror instance of a replayer,\r
498
498
  or you can use record.mirror to access the mirror instance during recording.`;let il={map:{},getId(){return console.error(_n),-1},getNode(){return console.error(_n),null},removeNodeFromMap(){console.error(_n)},has(){return console.error(_n),!1},reset(){console.error(_n)}};typeof window<"u"&&window.Proxy&&window.Reflect&&(il=new Proxy(il,{get(e,t,n){return t==="map"&&console.error(_n),Reflect.get(e,t,n)}}));function Xa(e,t,n,r,s=window){const o=s.Object.getOwnPropertyDescriptor(e,t);return s.Object.defineProperty(e,t,r?n:{set(i){Mp(()=>{n.set.call(this,i)},0),o&&o.set&&o.set.call(this,i)}}),()=>Xa(e,t,o||{},!0)}function Qa(e,t,n){try{if(!(t in e))return()=>{};const r=e[t],s=n(r);return typeof s=="function"&&(s.prototype=s.prototype||{},Object.defineProperties(s,{__rrweb_original__:{enumerable:!1,value:r}})),e[t]=s,()=>{e[t]=r}}catch{return()=>{}}}Date.now().toString();function l1(e){if(!e)return null;try{return e.nodeType===e.ELEMENT_NODE?e:e.parentElement}catch{return null}}function bo(e,t,n,r,s){if(!e)return!1;const o=l1(e);if(!o)return!1;const i=ol(t,n),a=Oi(o,i);let c=-1;return a<0?!1:(r&&(c=Oi(o,ol(null,r))),a>-1&&c<0?!0:a<c)}const al={};function xp(e){const t=al[e];if(t)return t;const n=window.document;let r=window[e];if(n&&typeof n.createElement=="function")try{const s=n.createElement("iframe");s.hidden=!0,n.head.appendChild(s);const o=s.contentWindow;o&&o[e]&&(r=o[e]),n.head.removeChild(s)}catch{}return al[e]=r.bind(window)}function qt(...e){return xp("requestAnimationFrame")(...e)}function Mp(...e){return xp("setTimeout")(...e)}var $n=(e=>(e[e["2D"]=0]="2D",e[e.WebGL=1]="WebGL",e[e.WebGL2=2]="WebGL2",e))($n||{});let hs;function d1(e){hs=e}const Yo=e=>hs?(...n)=>{try{return e(...n)}catch(r){if(hs&&hs(r)===!0)return()=>{};throw r}}:e;var vn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",f1=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(var Xr=0;Xr<vn.length;Xr++)f1[vn.charCodeAt(Xr)]=Xr;var p1=function(e){var t=new Uint8Array(e),n,r=t.length,s="";for(n=0;n<r;n+=3)s+=vn[t[n]>>2],s+=vn[(t[n]&3)<<4|t[n+1]>>4],s+=vn[(t[n+1]&15)<<2|t[n+2]>>6],s+=vn[t[n+2]&63];return r%3===2?s=s.substring(0,s.length-1)+"=":r%3===1&&(s=s.substring(0,s.length-2)+"=="),s};const cl=new Map;function h1(e,t){let n=cl.get(e);return n||(n=new Map,cl.set(e,n)),n.has(t)||n.set(t,[]),n.get(t)}const Op=(e,t,n)=>{if(!e||!(Lp(e,t)||typeof e=="object"))return;const r=e.constructor.name,s=h1(n,r);let o=s.indexOf(e);return o===-1&&(o=s.length,s.push(e)),o};function ms(e,t,n){if(e instanceof Array)return e.map(r=>ms(r,t,n));if(e===null)return e;if(e instanceof Float32Array||e instanceof Float64Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Int16Array||e instanceof Int8Array||e instanceof Uint8ClampedArray)return{rr_type:e.constructor.name,args:[Object.values(e)]};if(e instanceof ArrayBuffer){const r=e.constructor.name,s=p1(e);return{rr_type:r,base64:s}}else{if(e instanceof DataView)return{rr_type:e.constructor.name,args:[ms(e.buffer,t,n),e.byteOffset,e.byteLength]};if(e instanceof HTMLImageElement){const r=e.constructor.name,{src:s}=e;return{rr_type:r,src:s}}else if(e instanceof HTMLCanvasElement){const r="HTMLImageElement",s=e.toDataURL();return{rr_type:r,src:s}}else{if(e instanceof ImageData)return{rr_type:e.constructor.name,args:[ms(e.data,t,n),e.width,e.height]};if(Lp(e,t)||typeof e=="object"){const r=e.constructor.name,s=Op(e,t,n);return{rr_type:r,index:s}}}}return e}const Np=(e,t,n)=>e.map(r=>ms(r,t,n)),Lp=(e,t)=>!!["WebGLActiveInfo","WebGLBuffer","WebGLFramebuffer","WebGLProgram","WebGLRenderbuffer","WebGLShader","WebGLShaderPrecisionFormat","WebGLTexture","WebGLUniformLocation","WebGLVertexArrayObject","WebGLVertexArrayObjectOES"].filter(s=>typeof t[s]=="function").find(s=>e instanceof t[s]);function m1(e,t,n,r,s){const o=[],i=Object.getOwnPropertyNames(t.CanvasRenderingContext2D.prototype);for(const a of i)try{if(typeof t.CanvasRenderingContext2D.prototype[a]!="function")continue;const c=Qa(t.CanvasRenderingContext2D.prototype,a,function(u){return function(...d){return bo(this.canvas,n,r,s,!0)||Mp(()=>{const l=Np(d,t,this);e(this.canvas,{type:$n["2D"],property:a,args:l})},0),u.apply(this,d)}});o.push(c)}catch{const c=Xa(t.CanvasRenderingContext2D.prototype,a,{set(u){e(this.canvas,{type:$n["2D"],property:a,args:[u],setter:!0})}});o.push(c)}return()=>{o.forEach(a=>a())}}function g1(e){return e==="experimental-webgl"?"webgl":e}function ul(e,t,n,r,s){const o=[];try{const i=Qa(e.HTMLCanvasElement.prototype,"getContext",function(a){return function(c,...u){if(!bo(this,t,n,r,!0)){const d=g1(c);if("__context"in this||(this.__context=d),s&&["webgl","webgl2"].includes(d))if(u[0]&&typeof u[0]=="object"){const l=u[0];l.preserveDrawingBuffer||(l.preserveDrawingBuffer=!0)}else u.splice(0,1,{preserveDrawingBuffer:!0})}return a.apply(this,[c,...u])}});o.push(i)}catch{console.error("failed to patch HTMLCanvasElement.prototype.getContext")}return()=>{o.forEach(i=>i())}}function ll(e,t,n,r,s,o,i,a){const c=[],u=Object.getOwnPropertyNames(e);for(const d of u)if(!["isContextLost","canvas","drawingBufferWidth","drawingBufferHeight"].includes(d))try{if(typeof e[d]!="function")continue;const l=Qa(e,d,function(p){return function(...f){const h=p.apply(this,f);if(Op(h,a,this),"tagName"in this.canvas&&!bo(this.canvas,r,s,o,!0)){const g=Np(f,a,this),_={type:t,property:d,args:g};n(this.canvas,_)}return h}});c.push(l)}catch{const l=Xa(e,d,{set(p){n(this.canvas,{type:t,property:d,args:[p],setter:!0})}});c.push(l)}return c}function _1(e,t,n,r,s,o){const i=[];return i.push(...ll(t.WebGLRenderingContext.prototype,$n.WebGL,e,n,r,s,o,t)),typeof t.WebGL2RenderingContext<"u"&&i.push(...ll(t.WebGL2RenderingContext.prototype,$n.WebGL2,e,n,r,s,o,t)),()=>{i.forEach(a=>a())}}const y1='for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t="undefined"==typeof Uint8Array?[]:new Uint8Array(256),a=0;a<64;a++)t[e.charCodeAt(a)]=a;var n=function(t){var a,n=new Uint8Array(t),r=n.length,s="";for(a=0;a<r;a+=3)s+=e[n[a]>>2],s+=e[(3&n[a])<<4|n[a+1]>>4],s+=e[(15&n[a+1])<<2|n[a+2]>>6],s+=e[63&n[a+2]];return r%3==2?s=s.substring(0,s.length-1)+"=":r%3==1&&(s=s.substring(0,s.length-2)+"=="),s};const r=new Map,s=new Map;const i=self;i.onmessage=async function(e){if(!("OffscreenCanvas"in globalThis))return i.postMessage({id:e.data.id});{const{id:t,bitmap:a,width:o,height:f,maxCanvasSize:c,dataURLOptions:g}=e.data,u=async function(e,t,a){const r=e+"-"+t;if("OffscreenCanvas"in globalThis){if(s.has(r))return s.get(r);const i=new OffscreenCanvas(e,t);i.getContext("2d");const o=await i.convertToBlob(a),f=await o.arrayBuffer(),c=n(f);return s.set(r,c),c}return""}(o,f,g),[h,d]=function(e,t,a){if(!a)return[e,t];const[n,r]=a;if(e<=n&&t<=r)return[e,t];let s=e,i=t;return s>n&&(i=Math.floor(n*t/e),s=n),i>r&&(s=Math.floor(r*e/t),i=r),[s,i]}(o,f,c),l=new OffscreenCanvas(h,d),w=l.getContext("bitmaprenderer"),p=h===o&&d===f?a:await createImageBitmap(a,{resizeWidth:h,resizeHeight:d,resizeQuality:"low"});w?.transferFromImageBitmap(p),a.close();const y=await l.convertToBlob(g),v=y.type,b=await y.arrayBuffer(),m=n(b);if(p.close(),!r.has(t)&&await u===m)return r.set(t,m),i.postMessage({id:t});if(r.get(t)===m)return i.postMessage({id:t});i.postMessage({id:t,type:v,base64:m,width:o,height:f}),r.set(t,m)}};';function S1(){const e=new Blob([y1]);return URL.createObjectURL(e)}class b1{constructor(t){this.pendingCanvasMutations=new Map,this.rafStamps={latestId:0,invokeId:null},this.shadowDoms=new Set,this.windowsSet=new WeakSet,this.windows=[],this.restoreHandlers=[],this.frozen=!1,this.locked=!1,this.snapshotInProgressMap=new Map,this.worker=null,this.lastSnapshotTime=0,this.processMutation=(a,c)=>{(this.rafStamps.invokeId&&this.rafStamps.latestId!==this.rafStamps.invokeId||!this.rafStamps.invokeId)&&(this.rafStamps.invokeId=this.rafStamps.latestId),this.pendingCanvasMutations.has(a)||this.pendingCanvasMutations.set(a,[]),this.pendingCanvasMutations.get(a).push(c)};const{enableManualSnapshot:n,sampling:r="all",win:s,recordCanvas:o,errorHandler:i}=t;t.sampling=r,this.mutationCb=t.mutationCb,this.mirror=t.mirror,this.options=t,i&&d1(i),(o&&typeof r=="number"||n)&&(this.worker=this.initFPSWorker()),this.addWindow(s),!n&&Yo(()=>{o&&r==="all"&&(this.startRAFTimestamping(),this.startPendingCanvasMutationFlusher()),o&&typeof r=="number"&&this.initCanvasFPSObserver()})()}reset(){this.pendingCanvasMutations.clear(),this.restoreHandlers.forEach(t=>{try{t()}catch{}}),this.restoreHandlers=[],this.windowsSet=new WeakSet,this.windows=[],this.shadowDoms=new Set,this.worker?.terminate(),this.worker=null,this.snapshotInProgressMap=new Map}freeze(){this.frozen=!0}unfreeze(){this.frozen=!1}lock(){this.locked=!0}unlock(){this.locked=!1}addWindow(t){const{sampling:n="all",blockClass:r,blockSelector:s,unblockSelector:o,recordCanvas:i,enableManualSnapshot:a}=this.options;if(!this.windowsSet.has(t)){if(a){this.windowsSet.add(t),this.windows.push(new WeakRef(t));return}Yo(()=>{if(i&&n==="all"&&this.initCanvasMutationObserver(t,r,s,o),i&&typeof n=="number"){const c=ul(t,r,s,o,!0);this.restoreHandlers.push(()=>{c()})}})(),this.windowsSet.add(t),this.windows.push(new WeakRef(t))}}addShadowRoot(t){this.shadowDoms.add(new WeakRef(t))}resetShadowRoots(){this.shadowDoms=new Set}snapshot(t,n){if(n?.skipRequestAnimationFrame){this.takeSnapshot(performance.now(),!0,t);return}qt(r=>this.takeSnapshot(r,!0,t))}initFPSWorker(){const t=new Worker(S1());return t.onmessage=n=>{const r=n.data,{id:s}=r;if(this.snapshotInProgressMap.set(s,!1),!("base64"in r))return;const{base64:o,type:i,width:a,height:c}=r;this.mutationCb({id:s,type:$n["2D"],commands:[{property:"clearRect",args:[0,0,a,c]},{property:"drawImage",args:[{rr_type:"ImageBitmap",args:[{rr_type:"Blob",data:[{rr_type:"ArrayBuffer",base64:o}],type:i}]},0,0,a,c]}]})},t}initCanvasFPSObserver(){let t;if(!this.windows.length&&!this.shadowDoms.size)return;const n=r=>{this.takeSnapshot(r,!1),t=qt(n)};t=qt(n),this.restoreHandlers.push(()=>{t&&cancelAnimationFrame(t)})}initCanvasMutationObserver(t,n,r,s){const o=ul(t,n,r,s,!1),i=m1(this.processMutation.bind(this),t,n,r,s),a=_1(this.processMutation.bind(this),t,n,r,s,this.mirror);this.restoreHandlers.push(()=>{o(),i(),a()})}getCanvasElements(t,n,r){const s=[],o=i=>{i.querySelectorAll("canvas").forEach(a=>{bo(a,t,n,r)||s.push(a)})};for(const i of this.windows){const a=i.deref();let c;try{c=a&&a.document}catch{}c&&o(c)}for(const i of this.shadowDoms){const a=i.deref();a&&o(a)}return s}takeSnapshot(t,n,r){const{sampling:s,blockClass:o,blockSelector:i,unblockSelector:a,dataURLOptions:c,maxCanvasSize:u}=this.options,l=1e3/(s==="all"?2:s||2);return this.lastSnapshotTime&&t-this.lastSnapshotTime<l?!1:(this.lastSnapshotTime=t,(r?[r]:this.getCanvasElements(o,i,a)).forEach(h=>{const g=this.mirror.getId(h);if(!(!this.mirror.hasNode(h)||!h.width||!h.height||this.snapshotInProgressMap.get(g))){if(this.snapshotInProgressMap.set(g,!0),!n&&["webgl","webgl2"].includes(h.__context)){const _=h.getContext(h.__context);_?.getContextAttributes()?.preserveDrawingBuffer===!1&&_.clear(_.COLOR_BUFFER_BIT)}createImageBitmap(h).then(_=>{this.worker?.postMessage({id:g,bitmap:_,width:h.width,height:h.height,dataURLOptions:c,maxCanvasSize:u},[_])}).catch(_=>{Yo(()=>{throw this.snapshotInProgressMap.delete(g),_})()})}}),!0)}startPendingCanvasMutationFlusher(){qt(()=>this.flushPendingCanvasMutations())}startRAFTimestamping(){const t=n=>{this.rafStamps.latestId=n,qt(t)};qt(t)}flushPendingCanvasMutations(){this.pendingCanvasMutations.forEach((t,n)=>{const r=this.mirror.getId(n);this.flushPendingCanvasMutationFor(n,r)}),qt(()=>this.flushPendingCanvasMutations())}flushPendingCanvasMutationFor(t,n){if(this.frozen||this.locked)return;const r=this.pendingCanvasMutations.get(t);if(!r||n===-1)return;const s=r.map(i=>{const{type:a,...c}=i;return c}),{type:o}=r[0];this.mutationCb({id:n,type:o,commands:s}),this.pendingCanvasMutations.delete(t)}}try{if(Array.from([1],e=>e*2)[0]!==2){const e=document.createElement("iframe");document.body.appendChild(e),Array.from=e.contentWindow?.Array.from||Array.from,document.body.removeChild(e)}}catch(e){console.debug("Unable to override Array.from",e)}c1();var dl;(function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"})(dl||(dl={}));const fl={low:{sampling:{canvas:1},dataURLOptions:{type:"image/webp",quality:.25}},medium:{sampling:{canvas:2},dataURLOptions:{type:"image/webp",quality:.4}},high:{sampling:{canvas:4},dataURLOptions:{type:"image/webp",quality:.5}}},E1="ReplayCanvas",Qr=1280,v1=((e={})=>{const[t,n]=e.maxCanvasSize||[],r={quality:e.quality||"medium",enableManualSnapshot:e.enableManualSnapshot,maxCanvasSize:[t?Math.min(t,Qr):Qr,n?Math.min(n,Qr):Qr]};let s;const o=new Promise(i=>s=i);return{name:E1,getOptions(){const{quality:i,enableManualSnapshot:a,maxCanvasSize:c}=r;return{enableManualSnapshot:a,recordCanvas:!0,getCanvasManager:u=>{const d=new b1({...u,enableManualSnapshot:a,maxCanvasSize:c,errorHandler:l=>{try{typeof l=="object"&&(l.__rrweb__=!0)}catch{}}});return s(d),d},...fl[i]||fl.medium}},async snapshot(i,a){(await o).snapshot(i,a)}}}),vR=v1;function T1(e){return e.split(",").some(t=>t.trim().startsWith("sentry-"))}function Pp(e){try{return new URL(e,B.location.origin).href}catch{return}}function I1(e){return e.entryType==="resource"&&"initiatorType"in e&&typeof e.nextHopProtocol=="string"&&(e.initiatorType==="fetch"||e.initiatorType==="xmlhttprequest")}function Dp(e){try{return new Headers(e)}catch{return}}const pl=new WeakMap,Jo=new Map,Fp={traceFetch:!0,traceXHR:!0,enableHTTPTimings:!0,trackFetchStreamPerformance:!1};function w1(e,t){const{traceFetch:n,traceXHR:r,trackFetchStreamPerformance:s,shouldCreateSpanForRequest:o,enableHTTPTimings:i,tracePropagationTargets:a,onRequestSpanStart:c,onRequestSpanEnd:u}={...Fp,...t},d=typeof o=="function"?o:h=>!0,l=h=>k1(h,a),p={},f=e.getOptions().propagateTraceparent;n&&(e.addEventProcessor(h=>(h.type==="transaction"&&h.spans&&h.spans.forEach(g=>{if(g.op==="http.client"){const _=Jo.get(g.span_id);_&&(g.timestamp=_/1e3,Jo.delete(g.span_id))}}),h)),s&&VS(h=>{if(h.response){const g=pl.get(h.response);g&&h.endTimestamp&&Jo.set(g,h.endTimestamp)}}),ga(h=>{const g=cy(h,d,l,p,{propagateTraceparent:f,onRequestSpanEnd:u});if(h.response&&h.fetchData.__span&&pl.set(h.response,h.fetchData.__span),g){const _=Pp(h.fetchData.url),y=_?Zt(_).host:void 0;g.setAttributes({"http.url":_,"server.address":y}),i&&hl(g),c?.(g,{headers:h.headers})}})),r&&Na(h=>{const g=C1(h,d,l,p,f,u);g&&(i&&hl(g),c?.(g,{headers:Dp(h.xhr.__sentry_xhr_v3__?.request_headers)}))})}function hl(e){const{url:t}=z(e).data;if(!t||typeof t!="string")return;const n=cn("resource",({entries:r})=>{r.forEach(s=>{I1(s)&&s.name.endsWith(t)&&(e.setAttributes(kf(s)),setTimeout(n))})})}function k1(e,t){const n=un();if(n){let r,s;try{r=new URL(e,n),s=new URL(n).origin}catch{return!1}const o=r.origin===s;return t?Xe(r.toString(),t)||o&&Xe(r.pathname,t):o}else{const r=!!e.match(/^\/(?!\/)/);return t?Xe(e,t):r}}function C1(e,t,n,r,s,o){const i=e.xhr,a=i?.[pt];if(!i||i.__sentry_own_request__||!a)return;const{url:c,method:u}=a,d=qe()&&t(c);if(e.endTimestamp&&d){const y=i.__sentry_xhr_span_id__;if(!y)return;const S=r[y];S&&a.status_code!==void 0&&(ys(S,a.status_code),S.end(),o?.(S,{headers:Dp(Af(i)),error:e.error}),delete r[y]);return}const l=Pp(c),p=Zt(l||c),f=Rd(c),h=!!be(),g=d&&h?qn({name:`${u} ${f}`,attributes:{url:c,type:"xhr","http.method":u,"http.url":l,"server.address":p?.host,[de]:"auto.http.browser",[Ge]:"http.client",...p?.search&&{"http.query":p?.search},...p?.hash&&{"http.fragment":p?.hash}}}):new bt;i.__sentry_xhr_span_id__=g.spanContext().spanId,r[i.__sentry_xhr_span_id__]=g,n(c)&&R1(i,qe()&&h?g:void 0,s);const _=x();return _&&_.emit("beforeOutgoingRequestSpan",g,e),g}function R1(e,t,n){const{"sentry-trace":r,baggage:s,traceparent:o}=xd({span:t,propagateTraceparent:n});r&&A1(e,r,s,o)}function A1(e,t,n,r){const s=e.__sentry_xhr_v3__?.request_headers;if(!(s?.["sentry-trace"]||!e.setRequestHeader))try{if(e.setRequestHeader("sentry-trace",t),r&&!s?.traceparent&&e.setRequestHeader("traceparent",r),n){const o=s?.baggage;(!o||!T1(o))&&e.setRequestHeader("baggage",n)}}catch{}}function x1(){B.document?B.document.addEventListener("visibilitychange",()=>{const e=be();if(!e)return;const t=Se(e);if(B.document.hidden&&t){const n="cancelled",{op:r,status:s}=z(t);R&&m.log(`[Tracing] Transaction: ${n} -> since tab moved to the background, op: ${r}`),s||t.setStatus({code:ne,message:n}),t.setAttribute("sentry.cancellation_reason","document.hidden"),t.end()}}):R&&m.warn("[Tracing] Could not set up background tab detection due to lack of global document")}const M1=3600,$p="sentry_previous_trace",O1="sentry.previous_trace";function N1(e,{linkPreviousTrace:t,consistentTraceSampling:n}){const r=t==="session-storage";let s=r?D1():void 0;e.on("spanStart",i=>{if(Se(i)!==i)return;const a=q().getPropagationContext();s=L1(s,i,a),r&&P1(s)});let o=!0;n&&e.on("beforeSampling",i=>{if(!s)return;const a=q(),c=a.getPropagationContext();if(o&&c.parentSpanId){o=!1;return}a.setPropagationContext({...c,dsc:{...c.dsc,sample_rate:String(s.sampleRate),sampled:String(Ni(s.spanContext))},sampleRand:s.sampleRand}),i.parentSampled=Ni(s.spanContext),i.parentSampleRate=s.sampleRate,i.spanAttributes={...i.spanAttributes,[$l]:s.sampleRate}})}function L1(e,t,n){const r=z(t);function s(){try{return Number(n.dsc?.sample_rate)??Number(r.data?.[Ui])}catch{return 0}}const o={spanContext:t.spanContext(),startTimestamp:r.start_timestamp,sampleRate:s(),sampleRand:n.sampleRand};if(!e)return o;const i=e.spanContext;return i.traceId===r.trace_id?e:(Date.now()/1e3-e.startTimestamp<=M1&&(R&&m.log(`Adding previous_trace ${i} link to span ${{op:r.op,...t.spanContext()}}`),t.addLink({context:i,attributes:{[xh]:"previous_trace"}}),t.setAttribute(O1,`${i.traceId}-${i.spanId}-${Ni(i)?1:0}`)),o)}function P1(e){try{B.sessionStorage.setItem($p,JSON.stringify(e))}catch(t){R&&m.warn("Could not store previous trace in sessionStorage",t)}}function D1(){try{const e=B.sessionStorage?.getItem($p);return JSON.parse(e)}catch{return}}function Ni(e){return e.traceFlags===1}const F1="BrowserTracing",$1={...ss,instrumentNavigation:!0,instrumentPageLoad:!0,markBackgroundSpan:!0,enableLongTask:!0,enableLongAnimationFrame:!0,enableInp:!0,enableElementTiming:!0,ignoreResourceSpans:[],ignorePerformanceApiSpans:[],detectRedirects:!0,linkPreviousTrace:"in-memory",consistentTraceSampling:!1,enableReportPageLoaded:!1,_experiments:{},...Fp},TR=((e={})=>{const t={name:void 0,source:void 0},n=B.document,{enableInp:r,enableElementTiming:s,enableLongTask:o,enableLongAnimationFrame:i,_experiments:{enableInteractions:a,enableStandaloneClsSpans:c,enableStandaloneLcpSpans:u},beforeStartSpan:d,idleTimeout:l,finalTimeout:p,childSpanTimeout:f,markBackgroundSpan:h,traceFetch:g,traceXHR:_,trackFetchStreamPerformance:y,shouldCreateSpanForRequest:S,enableHTTPTimings:O,ignoreResourceSpans:v,ignorePerformanceApiSpans:N,instrumentPageLoad:k,instrumentNavigation:b,detectRedirects:I,linkPreviousTrace:E,consistentTraceSampling:C,enableReportPageLoaded:D,onRequestSpanStart:w,onRequestSpanEnd:A}={...$1,...e};let G,K,X;function F(L,P,M=!0){const J=P.op==="pageload",se=P.name,le=d?d(P):P,_e=le.attributes||{};if(se!==le.name&&(_e[je]="custom",le.attributes=_e),!M){const xe=ln();qn({...le,startTime:xe}).end(xe);return}t.name=le.name,t.source=_e[je];const Ae=id(le,{idleTimeout:l,finalTimeout:p,childSpanTimeout:f,disableAutoFinish:J,beforeSpanEnd:xe=>{G?.(),bv(xe,{recordClsOnPageloadSpan:!c,recordLcpOnPageloadSpan:!u,ignoreResourceSpans:v,ignorePerformanceApiSpans:N}),gl(L,void 0);const Ne=q(),nt=Ne.getPropagationContext();Ne.setPropagationContext({...nt,traceId:Ae.spanContext().traceId,sampled:Wt(Ae),dsc:Ze(xe)}),J&&(X=void 0)},trimIdleSpanEndTimestamp:!D});J&&D&&(X=Ae),gl(L,Ae);function wt(){n&&["interactive","complete"].includes(n.readyState)&&L.emit("idleSpanEnableAutoFinish",Ae)}J&&!D&&n&&(n.addEventListener("readystatechange",()=>{wt()}),wt())}return{name:F1,setup(L){if(em(),G=pv({recordClsStandaloneSpans:c||!1,recordLcpStandaloneSpans:u||!1,client:L}),r&&qv(),s&&Ov(),i&&$.PerformanceObserver&&PerformanceObserver.supportedEntryTypes&&PerformanceObserver.supportedEntryTypes.includes("long-animation-frame")?mv():o&&hv(),a&&gv(),I&&n){const M=()=>{K=he()};addEventListener("click",M,{capture:!0}),addEventListener("keydown",M,{capture:!0,passive:!0})}function P(){const M=hr(L);M&&!z(M).timestamp&&(R&&m.log(`[Tracing] Finishing current active span with op: ${z(M).op}`),M.setAttribute(ar,"cancelled"),M.end())}L.on("startNavigationSpan",(M,J)=>{if(x()!==L)return;if(J?.isRedirect){R&&m.warn("[Tracing] Detected redirect, navigation span will not be the root span, but a child span."),F(L,{op:"navigation.redirect",...M},!1);return}K=void 0,P(),ve().setPropagationContext({traceId:ut(),sampleRand:Math.random(),propagationSpanId:qe()?void 0:ht()});const se=q();se.setPropagationContext({traceId:ut(),sampleRand:Math.random(),propagationSpanId:qe()?void 0:ht()}),se.setSDKProcessingMetadata({normalizedRequest:void 0}),F(L,{op:"navigation",...M,parentSpan:null,forceTransaction:!0})}),L.on("startPageLoadSpan",(M,J={})=>{if(x()!==L)return;P();const se=J.sentryTrace||ml("sentry-trace"),le=J.baggage||ml("baggage"),_e=Vl(se,le),Ae=q();Ae.setPropagationContext(_e),qe()||(Ae.getPropagationContext().propagationSpanId=ht()),Ae.setSDKProcessingMetadata({normalizedRequest:va()}),F(L,{op:"pageload",...M})}),L.on("endPageloadSpan",()=>{D&&X&&(X.setAttribute(ar,"reportPageLoaded"),X.end())})},afterAllSetup(L){let P=un();if(E!=="off"&&N1(L,{linkPreviousTrace:E,consistentTraceSampling:C}),B.location){if(k){const M=Re();B1(L,{name:B.location.pathname,startTime:M?M/1e3:void 0,attributes:{[je]:"url",[de]:"auto.pageload.browser"}})}b&&po(({to:M,from:J})=>{if(J===void 0&&P?.indexOf(M)!==-1){P=void 0;return}P=void 0;const se=na(M),le=hr(L),_e=le&&I&&W1(le,K);U1(L,{name:se?.pathname||B.location.pathname,attributes:{[je]:"url",[de]:"auto.navigation.browser"}},{url:M,isRedirect:_e})})}h&&x1(),a&&H1(L,l,p,f,t),r&&Yv(),w1(L,{traceFetch:g,traceXHR:_,trackFetchStreamPerformance:y,tracePropagationTargets:L.getOptions().tracePropagationTargets,shouldCreateSpanForRequest:S,enableHTTPTimings:O,onRequestSpanStart:w,onRequestSpanEnd:A})}}});function B1(e,t,n){e.emit("startPageLoadSpan",t,n),q().setTransactionName(t.name);const r=hr(e);return r&&e.emit("afterStartPageLoadSpan",r),r}function U1(e,t,n){const{url:r,isRedirect:s}=n||{};e.emit("beforeStartNavigationSpan",t,{isRedirect:s}),e.emit("startNavigationSpan",t,{isRedirect:s});const o=q();return o.setTransactionName(t.name),r&&!s&&o.setSDKProcessingMetadata({normalizedRequest:{...va(),url:r}}),hr(e)}function ml(e){return B.document?.querySelector(`meta[name=${e}]`)?.getAttribute("content")||void 0}function H1(e,t,n,r,s){const o=B.document;let i;const a=()=>{const c="ui.action.click",u=hr(e);if(u){const d=z(u).op;if(["navigation","pageload"].includes(d)){R&&m.warn(`[Tracing] Did not create ${c} span because a pageload or navigation span is in progress.`);return}}if(i&&(i.setAttribute(ar,"interactionInterrupted"),i.end(),i=void 0),!s.name){R&&m.warn(`[Tracing] Did not create ${c} transaction because _latestRouteName is missing.`);return}i=id({name:s.name,op:c,attributes:{[je]:s.source||"url"}},{idleTimeout:t,finalTimeout:n,childSpanTimeout:r})};o&&addEventListener("click",a,{capture:!0})}const Bp="_sentry_idleSpan";function hr(e){return e[Bp]}function gl(e,t){De(e,Bp,t)}const _l=1.5;function W1(e,t){const n=z(e),r=ln(),s=n.start_timestamp;return!(r-s>_l||t&&r-t<=_l)}function IR(e=x()){e?.emit("endPageloadSpan")}function wR(e){const t=be();if(t===e)return;const n=q();e.end=new Proxy(e.end,{apply(r,s,o){return St(n,t),Reflect.apply(r,s,o)}}),St(n,e)}function Bn(e){return new Promise((t,n)=>{e.oncomplete=e.onsuccess=()=>t(e.result),e.onabort=e.onerror=()=>n(e.error)})}function j1(e,t){const n=indexedDB.open(e);n.onupgradeneeded=()=>n.result.createObjectStore(t);const r=Bn(n);return s=>r.then(o=>s(o.transaction(t,"readwrite").objectStore(t)))}function Za(e){return Bn(e.getAllKeys())}function z1(e,t,n){return e(r=>Za(r).then(s=>{if(!(s.length>=n))return r.put(t,Math.max(...s,0)+1),Bn(r.transaction)}))}function q1(e,t,n){return e(r=>Za(r).then(s=>{if(!(s.length>=n))return r.put(t,Math.min(...s,0)-1),Bn(r.transaction)}))}function G1(e){return e(t=>Za(t).then(n=>{const r=n[0];if(r!=null)return Bn(t.get(r)).then(s=>(t.delete(r),Bn(t.transaction).then(()=>s)))}))}function V1(e){let t;function n(){return t==null&&(t=j1(e.dbName||"sentry-offline",e.storeName||"queue")),t}return{push:async r=>{try{const s=await vs(r);await z1(n(),s,e.maxQueueSize||30)}catch{}},unshift:async r=>{try{const s=await vs(r);await q1(n(),s,e.maxQueueSize||30)}catch{}},shift:async()=>{try{const r=await G1(n());if(r)return dm(r)}catch{}}}}function Y1(e){return t=>{const n=e({...t,createStore:V1});return B.addEventListener("online",async r=>{await n.flush()}),n}}function kR(e=xf){return Y1(Bg(e))}const yl=1e6,J1="window"in $&&$.window===$&&typeof importScripts>"u",Pt=String(0),Gs=J1?"main":"worker",Vs=B.navigator;let Up="",Hp="",Wp="",Li=Vs?.userAgent||"",jp="";const K1=Vs?.language||Vs?.languages?.[0]||"";function X1(e){return typeof e=="object"&&e!==null&&"getHighEntropyValues"in e}const Sl=Vs?.userAgentData;X1(Sl)&&Sl.getHighEntropyValues(["architecture","model","platform","platformVersion","fullVersionList"]).then(e=>{if(Up=e.platform||"",Wp=e.architecture||"",jp=e.model||"",Hp=e.platformVersion||"",e.fullVersionList?.length){const t=e.fullVersionList[e.fullVersionList.length-1];Li=`${t.brand} ${t.version}`}}).catch(e=>{});function Q1(e){return!("thread_metadata"in e)}function Z1(e){return Q1(e)?oC(e):e}function eC(e){const t=e.contexts?.trace?.trace_id;return typeof t=="string"&&t.length!==32&&R&&m.log(`[Profiling] Invalid traceId: ${t} on profiled event`),typeof t!="string"?"":t}function tC(e,t,n,r){if(r.type!=="transaction")throw new TypeError("Profiling events may only be attached to transactions, this should never occur.");if(n==null)throw new TypeError(`Cannot construct profiling event envelope without a valid profile. Got ${n} instead.`);const s=eC(r),o=Z1(n),i=t||(typeof r.start_timestamp=="number"?r.start_timestamp*1e3:he()*1e3),a=typeof r.timestamp=="number"?r.timestamp*1e3:he()*1e3;return{event_id:e,timestamp:new Date(i).toISOString(),platform:"javascript",version:"1",release:r.release||"",environment:r.environment||Ks,runtime:{name:"javascript",version:B.navigator.userAgent},os:{name:Up,version:Hp,build_number:Li},device:{locale:K1,model:jp,manufacturer:Li,architecture:Wp,is_emulator:!1},debug_meta:{images:qp(n.resources)},profile:o,transactions:[{name:r.transaction||"",id:r.event_id||Ee(),trace_id:s,active_thread_id:Pt,relative_start_ns:"0",relative_end_ns:((a-i)*1e6).toFixed(0)}]}}function nC(e,t,n){if(e==null)throw new TypeError(`Cannot construct profiling event envelope without a valid profile. Got ${e} instead.`);const r=sC(e),s=t.getOptions(),o=t.getSdkMetadata?.()?.sdk;return{chunk_id:Ee(),client_sdk:{name:o?.name??"sentry.javascript.browser",version:o?.version??"0.0.0"},profiler_id:n||Ee(),platform:"javascript",version:"2",release:s.release??"",environment:s.environment??"production",debug_meta:{images:qp(e.resources)},profile:r}}function rC(e){try{if(!e||typeof e!="object")return{reason:"chunk is not an object"};const t=r=>typeof r=="string"&&/^[a-f0-9]{32}$/.test(r);if(!t(e.profiler_id))return{reason:"missing or invalid profiler_id"};if(!t(e.chunk_id))return{reason:"missing or invalid chunk_id"};if(!e.client_sdk)return{reason:"missing client_sdk metadata"};const n=e.profile;return n?!Array.isArray(n.frames)||!n.frames.length?{reason:"profile has no frames"}:!Array.isArray(n.stacks)||!n.stacks.length?{reason:"profile has no stacks"}:!Array.isArray(n.samples)||!n.samples.length?{reason:"profile has no samples"}:{valid:!0}:{reason:"missing profile data"}}catch(t){return{reason:`unknown validation error: ${t}`}}}function sC(e){const t=[];for(let a=0;a<e.frames.length;a++){const c=e.frames[a];c&&(t[a]={function:c.name,abs_path:typeof c.resourceId=="number"?e.resources[c.resourceId]:void 0,lineno:c.line,colno:c.column})}const n=[];for(let a=0;a<e.stacks.length;a++){const c=e.stacks[a];if(!c)continue;const u=[];let d=c;for(;d;)u.push(d.frameId),d=d.parentId===void 0?void 0:e.stacks[d.parentId];n[a]=u}const r=Re(),s=typeof performance.timeOrigin=="number"?performance.timeOrigin:r||0,o=s-(r||s),i=[];for(let a=0;a<e.samples.length;a++){const c=e.samples[a];if(!c)continue;const u=(s+(c.timestamp-o))/1e3;i[a]={stack_id:c.stackId??0,thread_id:Pt,timestamp:u}}return{frames:t,stacks:n,samples:i,thread_metadata:{[Pt]:{name:Gs}}}}function zp(e){return z(e).op==="pageload"}function oC(e){let t,n=0;const r={samples:[],stacks:[],frames:[],thread_metadata:{[Pt]:{name:Gs}}},s=e.samples[0];if(!s)return r;const o=s.timestamp,i=Re(),a=typeof performance.timeOrigin=="number"?performance.timeOrigin:i||0,c=a-(i||a);return e.samples.forEach((u,d)=>{if(u.stackId===void 0){t===void 0&&(t=n,r.stacks[t]=[],n++),r.samples[d]={elapsed_since_start_ns:((u.timestamp+c-o)*yl).toFixed(0),stack_id:t,thread_id:Pt};return}let l=e.stacks[u.stackId];const p=[];for(;l;){p.push(l.frameId);const h=e.frames[l.frameId];h&&r.frames[l.frameId]===void 0&&(r.frames[l.frameId]={function:h.name,abs_path:typeof h.resourceId=="number"?e.resources[h.resourceId]:void 0,lineno:h.line,colno:h.column}),l=l.parentId===void 0?void 0:e.stacks[l.parentId]}const f={elapsed_since_start_ns:((u.timestamp+c-o)*yl).toFixed(0),stack_id:n,thread_id:Pt};r.stacks[n]=p,r.samples[d]=f,n++}),r}function iC(e,t){if(!t.length)return e;for(const n of t)e[1].push([{type:"profile"},n]);return e}function aC(e){const t=[];return rn(e,(n,r)=>{if(r==="transaction")for(let s=1;s<n.length;s++)n[s]?.contexts?.profile?.profile_id&&t.push(n[s])}),t}function qp(e){const r=x()?.getOptions()?.stackParser;return r?Hm(r,e):[]}function Gp(e){return typeof e!="number"&&typeof e!="boolean"||typeof e=="number"&&isNaN(e)?(R&&m.warn(`[Profiling] Invalid sample rate. Sample rate must be a boolean or a number between 0 and 1. Got ${JSON.stringify(e)} of type ${JSON.stringify(typeof e)}.`),!1):e===!0||e===!1?!0:e<0||e>1?(R&&m.warn(`[Profiling] Invalid sample rate. Sample rate must be between 0 and 1. Got ${e}.`),!1):!0}function cC(e){return e.samples.length<2?(R&&m.log("[Profiling] Discarding profile because it contains less than 2 samples"),!1):e.frames.length?!0:(R&&m.log("[Profiling] Discarding profile because it contains no frames"),!1)}let ec=!1;const Vp=3e4;function uC(e){return typeof e=="function"}function Yp(){const e=B.Profiler;if(!uC(e)){R&&m.log("[Profiling] Profiling is not supported by this browser, Profiler interface missing on window object.");return}const t=10,n=Math.floor(Vp/t);try{return new e({sampleInterval:t,maxBufferSize:n})}catch{R&&(m.log("[Profiling] Failed to initialize the Profiling constructor, this is likely due to a missing 'Document-Policy': 'js-profiling' header."),m.log("[Profiling] Disabling profiling for current user session.")),ec=!0}}function bl(e){if(ec)return R&&m.log("[Profiling] Profiling has been disabled for the duration of the current user session."),!1;if(!e.isRecording())return R&&m.log("[Profiling] Discarding profile because root span was not sampled."),!1;const n=x()?.getOptions();if(!n)return R&&m.log("[Profiling] Profiling disabled, no options found."),!1;const r=n.profilesSampleRate;return Gp(r)?r?(r===!0?!0:Math.random()<r)?!0:(R&&m.log(`[Profiling] Discarding profile because it's not included in the random sample (sampling rate = ${Number(r)})`),!1):(R&&m.log("[Profiling] Discarding profile because a negative sampling decision was inherited or profileSampleRate is set to 0"),!1):(R&&m.warn("[Profiling] Discarding profile because of invalid sample rate."),!1)}function lC(e){if(ec)return R&&m.log("[Profiling] Profiling has been disabled for the duration of the current user session."),!1;if(e.profileLifecycle!=="trace")return!1;const t=e.profileSessionSampleRate;return Gp(t)?t?Math.random()<=t:(R&&m.log("[Profiling] Discarding profile because profileSessionSampleRate is not defined or set to 0"),!1):(R&&m.warn("[Profiling] Discarding profile because of invalid profileSessionSampleRate."),!1)}function Zr(e){return typeof e.profilesSampleRate<"u"}function dC(e,t,n,r){return cC(n)?tC(e,t,n,r):null}const Kt=new Map;function fC(){return Kt.size}function pC(e){const t=Kt.get(e);return t&&Kt.delete(e),t}function hC(e,t){if(Kt.set(e,t),Kt.size>30){const n=Kt.keys().next().value;n!==void 0&&Kt.delete(n)}}function mC(e){return!e?.contexts?.profile||!e.contexts||(e.contexts.trace={...e.contexts?.trace??{},data:{...e.contexts?.trace?.data??{},"thread.id":Pt,"thread.name":Gs}},e.spans?.forEach(t=>{t.data={...t.data||{},"thread.id":Pt,"thread.name":Gs}})),e}const gC=6e4,_C=3e5;class yC{constructor(){this._client=void 0,this._profiler=void 0,this._chunkTimer=void 0,this._activeRootSpanIds=new Set,this._rootSpanTimeouts=new Map,this._profilerId=void 0,this._isRunning=!1,this._sessionSampled=!1}initialize(t,n){this._profilerId=Ee(),R&&m.log("[Profiling] Initializing profiler (lifecycle='trace')."),this._client=t,this._sessionSampled=n,t.on("spanStart",r=>{if(!this._sessionSampled){R&&m.log("[Profiling] Session not sampled because of negative sampling decision.");return}if(r!==Se(r))return;if(!r.isRecording()){R&&m.log("[Profiling] Discarding profile because root span was not sampled.");return}Rn().setContext("profile",{profiler_id:this._profilerId});const s=r.spanContext().spanId;if(!s||this._activeRootSpanIds.has(s))return;this._activeRootSpanIds.add(s);const o=this._activeRootSpanIds.size,i=setTimeout(()=>{this._onRootSpanTimeout(s)},_C);this._rootSpanTimeouts.set(s,i),o===1&&(R&&m.log(`[Profiling] Root span with ID ${s} started. Will continue profiling for as long as there are active root spans (currently: ${o}).`),this.start())}),t.on("spanEnd",r=>{if(!this._sessionSampled)return;const s=r.spanContext().spanId;if(!s||!this._activeRootSpanIds.has(s))return;this._activeRootSpanIds.delete(s);const o=this._activeRootSpanIds.size;R&&m.log(`[Profiling] Root span with ID ${s} ended. Will continue profiling for as long as there are active root spans (currently: ${o}).`),o===0&&(this._collectCurrentChunk().catch(i=>{R&&m.error("[Profiling] Failed to collect current profile chunk on `spanEnd`:",i)}),this.stop())})}notifyRootSpanActive(t){if(!this._sessionSampled)return;const n=t.spanContext().spanId;if(!n||this._activeRootSpanIds.has(n))return;this._activeRootSpanIds.add(n);const r=this._activeRootSpanIds.size;r===1&&(R&&m.log("[Profiling] Detected already active root span during setup. Active root spans now:",r),this.start())}start(){if(!this._isRunning){if(this._isRunning=!0,R&&m.log("[Profiling] Started profiling with profile ID:",this._profilerId),this._startProfilerInstance(),!this._profiler){R&&m.log("[Profiling] Stopping trace lifecycle profiling."),this._resetProfilerInfo();return}this._startPeriodicChunking()}}stop(){this._isRunning&&(this._isRunning=!1,this._chunkTimer&&(clearTimeout(this._chunkTimer),this._chunkTimer=void 0),this._clearAllRootSpanTimeouts(),this._collectCurrentChunk().catch(t=>{R&&m.error("[Profiling] Failed to collect current profile chunk on `stop()`:",t)}))}_resetProfilerInfo(){this._isRunning=!1,Rn().setContext("profile",{})}_clearAllRootSpanTimeouts(){this._rootSpanTimeouts.forEach(t=>clearTimeout(t)),this._rootSpanTimeouts.clear()}_startProfilerInstance(){if(this._profiler?.stopped===!1)return;const t=Yp();if(!t){R&&m.log("[Profiling] Failed to start JS Profiler in trace lifecycle.");return}this._profiler=t}_startPeriodicChunking(){this._isRunning&&(this._chunkTimer=setTimeout(()=>{if(this._collectCurrentChunk().catch(t=>{R&&m.error("[Profiling] Failed to collect current profile chunk during periodic chunking:",t)}),this._isRunning){if(this._startProfilerInstance(),!this._profiler){this._resetProfilerInfo();return}this._startPeriodicChunking()}},gC))}_onRootSpanTimeout(t){if(!this._rootSpanTimeouts.has(t)||(this._rootSpanTimeouts.delete(t),!this._activeRootSpanIds.has(t)))return;R&&m.log(`[Profiling] Reached 5-minute timeout for root span ${t}. You likely started a manual root span that never called \`.end()\`.`),this._activeRootSpanIds.delete(t),this._activeRootSpanIds.size===0&&this.stop()}async _collectCurrentChunk(){const t=this._profiler;if(this._profiler=void 0,!!t)try{const n=await t.stop(),r=nC(n,this._client,this._profilerId),s=rC(r);if("reason"in s){R&&m.log("[Profiling] Discarding invalid profile chunk (this is probably a bug in the SDK):",s.reason);return}this._sendProfileChunk(r),R&&m.log("[Profiling] Collected browser profile chunk.")}catch(n){R&&m.log("[Profiling] Error while stopping JS Profiler for chunk:",n)}}_sendProfileChunk(t){const n=this._client,r=Xs(n.getSdkMetadata?.()),s=n.getDsn(),o=n.getOptions().tunnel,i=tt({event_id:Ee(),sent_at:new Date().toISOString(),...r&&{sdk:r},...!!o&&s&&{dsn:It(s)}},[[{type:"profile_chunk"},t]]);n.sendEnvelope(i).then(null,a=>{R&&m.error("Error while sending profile chunk envelope:",a)})}}function El(e){let t;zp(e)&&(t=he()*1e3);const n=Yp();if(!n)return;R&&m.log(`[Profiling] started profiling span: ${z(e).description}`);const r=Ee();let s=null;q().setContext("profile",{profile_id:r,start_timestamp:t});async function o(){if(e&&n){if(s){R&&m.log("[Profiling] profile for:",z(e).description,"already exists, returning early");return}return n.stop().then(u=>{if(i&&(B.clearTimeout(i),i=void 0),R&&m.log(`[Profiling] stopped profiling of span: ${z(e).description}`),!u){R&&m.log(`[Profiling] profiler returned null profile for: ${z(e).description}`,"this may indicate an overlapping span or a call to stopProfiling with a profile title that was never started");return}s=u,hC(r,u)}).catch(u=>{R&&m.log("[Profiling] error while stopping profiler:",u)})}}let i=B.setTimeout(()=>{R&&m.log("[Profiling] max profile duration elapsed, stopping profiling for:",z(e).description),o()},Vp);const a=e.end.bind(e);function c(){return e?(o().then(()=>{a()},()=>{a()}),e):a()}e.end=c}const SC="BrowserProfiling",bC=(()=>({name:SC,setup(e){const t=e.getOptions();if(!Zr(t)&&!t.profileLifecycle&&(t.profileLifecycle="manual"),Zr(t)&&!t.profilesSampleRate){R&&m.log("[Profiling] Profiling disabled, no profiling options found.");return}const n=be(),r=n&&Se(n);if(Zr(t)&&t.profileSessionSampleRate!==void 0&&R&&m.warn("[Profiling] Both legacy profiling (`profilesSampleRate`) and UI profiling settings are defined. `profileSessionSampleRate` has no effect when legacy profiling is enabled."),Zr(t))r&&zp(r)&&bl(r)&&El(r),e.on("spanStart",s=>{s===Se(s)&&bl(s)&&El(s)}),e.on("beforeEnvelope",s=>{if(!fC())return;const o=aC(s);if(!o.length)return;const i=[];for(const a of o){const c=a?.contexts,u=c?.profile?.profile_id,d=c?.profile?.start_timestamp;if(typeof u!="string"){R&&m.log("[Profiling] cannot find profile for a span without a profile context");continue}if(!u){R&&m.log("[Profiling] cannot find profile for a span without a profile context");continue}c?.profile&&delete c.profile;const l=pC(u);if(!l){R&&m.log(`[Profiling] Could not retrieve profile for span: ${u}`);continue}const p=dC(u,d,l,a);p&&i.push(p)}iC(s,i)});else{const s=lC(t);if(s||R&&m.log("[Profiling] Session not sampled. Skipping lifecycle profiler initialization."),t.profileLifecycle==="trace"){if(!qe(t)){R&&m.warn("[Profiling] `profileLifecycle` is 'trace' but tracing is disabled. Set a `tracesSampleRate` or `tracesSampler` to enable span tracing.");return}const i=new yC;i.initialize(e,s),r&&i.notifyRootSpanActive(r),B.setTimeout(()=>{const a=be(),c=a&&Se(a);c&&i.notifyRootSpanActive(c)},0)}}},processEvent(e){return mC(e)}})),CR=bC,EC="SpotlightBrowser",vC=((e={})=>{const t=e.sidecarUrl||"http://localhost:8969/stream";return{name:EC,setup:()=>{R&&m.log("Using Sidecar URL",t)},processEvent:n=>IC(n)?null:n,afterAllSetup:n=>{TC(n,t)}}});function TC(e,t){const n=Oa("fetch");let r=0;e.on("beforeEnvelope",s=>{if(r>3){m.warn("[Spotlight] Disabled Sentry -> Spotlight integration due to too many failed requests:",r);return}n(t,{method:"POST",body:vs(s),headers:{"Content-Type":"application/x-sentry-envelope"},mode:"cors"}).then(o=>{o.status>=200&&o.status<400&&(r=0)},o=>{r++,m.error("Sentry SDK can't connect to Sidecar is it running? See: https://spotlightjs.com/sidecar/npx/",o)})})}const RR=vC;function IC(e){return!!(e.type==="transaction"&&e.spans&&e.contexts?.trace&&e.contexts.trace.op==="ui.action.click"&&e.spans.some(({description:t})=>t?.includes("#sentry-spotlight")))}const AR=()=>({name:"LaunchDarkly",processEvent(e,t,n){return Gn(e)}});function xR(){return{name:"sentry-flag-auditor",type:"flag-used",synchronous:!0,method:(e,t,n)=>{sn(e,t.value),on(e,t.value)}}}const MR=()=>({name:"OpenFeature",processEvent(e,t,n){return Gn(e)}});class OR{after(t,n){sn(n.flagKey,n.value),on(n.flagKey,n.value)}error(t,n,r){sn(t.flagKey,t.defaultValue),on(t.flagKey,t.defaultValue)}}const NR=({featureFlagClientClass:e})=>({name:"Unleash",setupOnce(){const t=e.prototype;we(t,"isEnabled",wC)},processEvent(t,n,r){return Gn(t)}});function wC(e){return function(...t){const n=t[0],r=e.apply(this,t);return typeof n=="string"&&typeof r=="boolean"?(sn(n,r),on(n,r)):R&&m.error(`[Feature Flags] UnleashClient.isEnabled does not match expected signature. arg0: ${n} (${typeof n}), result: ${r} (${typeof r})`),r}}const LR=(({growthbookClass:e})=>ay({growthbookClass:e})),PR=({featureFlagClient:e})=>({name:"Statsig",setup(t){e.on("gate_evaluation",n=>{sn(n.gate.name,n.gate.value),on(n.gate.name,n.gate.value)})},processEvent(t,n,r){return Gn(t)}});async function DR(){const e=x();if(!e)return"no-client-active";if(!e.getDsn())return"no-dsn-configured";try{await km(()=>fetch("https://o447951.ingest.sentry.io/api/4509632503087104/envelope/?sentry_version=7&sentry_key=c1dfb07d783ad5325c245c1fd3725390&sentry_client=sentry.javascript.browser%2F1.33.7",{body:"{}",method:"POST",mode:"cors",credentials:"omit"}))}catch{return"sentry-unreachable"}}const kC="WebWorker",FR=({worker:e})=>({name:kC,setupOnce:()=>{(Array.isArray(e)?e:[e]).forEach(t=>vl(t))},addWorker:t=>vl(t)});function vl(e){e.addEventListener("message",t=>{RC(t.data)&&(t.stopImmediatePropagation(),t.data._sentryDebugIds&&(R&&m.log("Sentry debugId web worker message received",t.data),B._sentryDebugIds={...t.data._sentryDebugIds,...B._sentryDebugIds}),t.data._sentryWorkerError&&(R&&m.log("Sentry worker rejection message received",t.data._sentryWorkerError),CC(t.data._sentryWorkerError)))})}function CC(e){const t=x();if(!t)return;const n=t.getOptions().stackParser,r=t.getOptions().attachStacktrace,s=e.reason,o=Dt(s)?Nf(s):uo(n,s,void 0,r,!0);o.level="error",e.filename&&(o.contexts={...o.contexts,worker:{filename:e.filename}}),br(o,{originalException:s,mechanism:{handled:!1,type:"auto.browser.web_worker.onunhandledrejection"}}),R&&m.log("Captured worker unhandled rejection",s)}function $R({self:e}){e.postMessage({_sentryMessage:!0,_sentryDebugIds:e._sentryDebugIds??void 0}),e.addEventListener("unhandledrejection",t=>{const r={reason:Of(t),filename:e.location?.href};e.postMessage({_sentryMessage:!0,_sentryWorkerError:r}),R&&m.log("[Sentry Worker] Forwarding unhandled rejection to parent",r)}),R&&m.log("[Sentry Worker] Registered worker with unhandled rejection handling")}function RC(e){if(!it(e)||e._sentryMessage!==!0)return!1;const t="_sentryDebugIds"in e,n="_sentryWorkerError"in e;return!(!t&&!n||t&&!(it(e._sentryDebugIds)||e._sentryDebugIds===void 0)||n&&!it(e._sentryWorkerError))}export{Oh as $,iR as A,Ot as B,Ui as C,lt as D,tg as E,Mc as F,zC as G,br as H,my as I,si as J,Rc as K,UC as L,QC as M,NC as N,eR as O,Fg as P,T_ as Q,ud as R,de as S,o_ as T,qC as U,KC as V,B as W,BC as X,n_ as Y,ve as Z,ns as _,Jg as a,bR as a$,xd as a0,i_ as a1,nR as a2,rR as a3,tR as a4,G_ as a5,eg as a6,HC as a7,Zm as a8,XC as a9,ME as aA,xf as aB,iT as aC,_T as aD,yT as aE,lT as aF,cR as aG,uR as aH,aR as aI,kE as aJ,CE as aK,Ta as aL,lR as aM,fR as aN,t0 as aO,pR as aP,vT as aQ,WT as aR,VT as aS,QT as aT,NT as aU,yE as aV,mR as aW,gR as aX,_R as aY,yR as aZ,ER as a_,WC as aa,ZC as ab,jC as ac,Gg as ad,em as ae,GC as af,Ng as ag,PC as ah,LC as ai,ys as aj,Em as ak,FC as al,DC as am,$C as an,OC as ao,Jh as ap,Cm as aq,Cc as ar,zn as as,Is as at,VC as au,km as av,JC as aw,MC as ax,xC as ay,YC as az,Nt as b,vR as b0,sR as b1,vb as b2,Fp as b3,w1 as b4,IR as b5,wR as b6,kR as b7,CR as b8,RR as b9,BT as ba,xR as bb,AR as bc,OR as bd,MR as be,NR as bf,LR as bg,PR as bh,DR as bi,$R as bj,FR as bk,ke as c,qn as d,eo as e,z as f,x as g,hR as h,dR as i,m as j,Rn as k,q as l,Et as m,De as n,TR as o,B1 as p,je as q,Ge as r,Qm as s,he as t,U1 as u,be as v,et as w,Se as x,Wn as y,oR as z};