browserstack-node-sdk 1.31.9 → 1.31.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/turboscale-agent.yaml +61 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a63_0x15e76f=a63_0xe5ad;function a63_0xe5ad(_0x31ed91,_0x34f18d){const _0x2938fe=a63_0x2938();return a63_0xe5ad=function(_0xe5ad39,_0x3c01cd){_0xe5ad39=_0xe5ad39-0x84;let _0x213827=_0x2938fe[_0xe5ad39];return _0x213827;},a63_0xe5ad(_0x31ed91,_0x34f18d);}(function(_0x566a8b,_0x2ce3f5){const _0x5b3fe2=a63_0xe5ad,_0x27a933=_0x566a8b();while(!![]){try{const _0x437a12=-parseInt(_0x5b3fe2(0xbf))/0x1+parseInt(_0x5b3fe2(0x19c))/0x2+parseInt(_0x5b3fe2(0x152))/0x3+-parseInt(_0x5b3fe2(0x144))/0x4+parseInt(_0x5b3fe2(0x9d))/0x5*(parseInt(_0x5b3fe2(0x148))/0x6)+-parseInt(_0x5b3fe2(0x1ba))/0x7*(parseInt(_0x5b3fe2(0x13b))/0x8)+parseInt(_0x5b3fe2(0x124))/0x9;if(_0x437a12===_0x2ce3f5)break;else _0x27a933['push'](_0x27a933['shift']());}catch(_0x329e7a){_0x27a933['push'](_0x27a933['shift']());}}}(a63_0x2938,0xce0b8));function a63_0x2938(){const _0x21d86e=['KBkPf','JATdh','toString','BxqWP','ZARIt','FljjM','winstonLogger','getPerformance','HIEUp','XntTE','qKCsg','hubQk','COwIb','UxPVU','ygQYB','YMelU','agwQc','meta','name','Gyjwt','AnTtw','stack','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','wdnJm','_events','mWKHA','</td><td>','QaDvN','baWYp','entries','eForA','pIXvq','parse','errorFile','iRtKi','lZXky','<tr><td>','QuZfm','JSrUR','map','ZMRAy','VgdYb','XzCVF','appendFileSync','lwZet','Aqkwl','function','NtDCN','AlWeK','DtzPQ','-start','21374091SEOROj','daZXy','code','wmPMo','pxXCg','noHPu','qWWwS','JuRuk','getEventsFromJSON','./logger','PvVKg','OveoB','fvFvb','Performance\x20report\x20is\x20at\x20','observe','measures','tKHGW','nFtzA','DGFqx','getEntries','HxISI','pIxVQ','wvjlZ','48nNKskW','<h1>Performance\x20Report</h1>','ASYsC','qVrMJ','HLaJp','tHxfD','KAUZC','ZcLrn','QWdLT','2406132vcrjRw','hMkJS','EjMdr','wcwuo','1122NBRzKx','finally','DoKEN','pushPerfMeasures','ImKmt','nbNRS','KJvmR','GfrJG','vpges','exports','459150pbJGtB','finalizePerfMeasures','stopAndGenerate','measure','QsKKR','eCZlO','started','_observer','vmpDo','then','errors','vEzbJ','UoTQV','LMFBM','DMTwG','hjKDk','forEach','HcoNb','RqJAA','cguJB','DVXzX','jjscE','hRnMo','errorReportFileName','mark','disconnect','goKiR','vNHus','ZgNfA','fMihC','readFileSync','aVWky','writeFileSync','iLyrk','twoCh','isEnabled','pYAkH','getCleanedPerfEvents','catch','JvsIx','SVtkc','rXeOk','mVLnh','calculateTimesFromMultipleFiles','VjaRz','KQQyz','ACvQE','kYHAL','UiBbO','debug','length','evzvV','existsSync','Error\x20in\x20doing\x20csv\x20operations:\x20','RSxWd','mhXmQ','WRHWr','jmmyh','aJmDD','perf_hooks','eDndT','jygFM','Error\x20in\x20writing\x20html\x20','hAMZM','PvgMs','NLYVG','QGIJQ','APUwK','_measureEvents','</tbody></table></body></html>','cWknE','concat','</td></tr>','BLTXq','2339420gRidZd','path','BROWSERSTACK_SDK_INSTRUMENTATION','tboOq','FsrxO','bLZxB','RExtT','gUVLY','yyVHi','DtgrI','dryJO','jBbAY','vvzav','lkYOw','tSgpo','kppYa','unlinkSync','CRPwq','Fctwi','PsxZi','Qhgiy','uqJCN','OrGIm','EztfE','apply','gfZiJ','JUELE','ydEuC','pWiHx','true','1073156tLhJry','WpTwV','ZZThq','FWhZi','FsqdH','performance-report.json','duration','JHrfo','./test-observability/utils','generateJSON','nFQnE','tPUXf','REbsP','cwd','emXlD','NNqKO','cXBjf','measureWrapper','vMWeq','push','KWvGD','AepKD','UOMMH','erVmU','Error\x20stopping\x20monitoring','CyqZM','Icbtm','ljBeu','finalize','startMonitoring','MSmTG','finalizeErrors','wJDvC','Engrt','EsGLi','HDKuL','join','FSbma','UksYA','2845fLShxg','IdNOv','RHJff','LGXKv','wJLPp','MIIuo','vfHAF','zceuP','calculateTimeFromEvents','LDdDV','fzBHI','MBvMi','PVgrM','PoRbi','nQrbU','mIeYD','zfrVA','geCSG','ARtuB','GnMKu','IROZP','stopMonitoring','jqonU','message','reduce','RrpGA','pMCaq','dHuss','IpLbC','buffered','env','iGlna','eXNji','AyOdb','1438721QeuclV','generateHTMLReport','gGHFY','OIwAN','orThy','Oscyh','EgKxf','GmCnV','XpLPP','ULBcS','slice','entryType','_errorEvents','RzYFZ','FXhZM','CaERa','JjoBR','jHOYd','jsonReportFileName','zxFjM','match','error-report.json','kIGfz','TGKGZ','-end','BrFZd','MXPPb','wvbCv','tnWJH','GTDYX','rATas','pTMQf','wVcbV','pushErrors','viBDu','Brgme','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','OTDLW','mtpoo','ZBNNb','cOOmg','xKijs','GcKsF','QSzPl','Egnvi','cvBaV','GYUTU','stringify','ceZtB','VBihz'];a63_0x2938=function(){return _0x21d86e;};return a63_0x2938();}const fs=require('fs'),{performance,PerformanceObserver}=require(a63_0x15e76f(0x18d)),{sleep,debug}=require(a63_0x15e76f(0x1c2)),path=require(a63_0x15e76f(0x19d)),logger=require(a63_0x15e76f(0x12d))[a63_0x15e76f(0xf7)];class PerformanceTester{static [a63_0x15e76f(0x159)];static [a63_0x15e76f(0x109)]=[];static [a63_0x15e76f(0x196)]=[];static [a63_0x15e76f(0xcb)]=[];static ['started']=![];static ['jsonReportFileName']=a63_0x15e76f(0x1bf);static [a63_0x15e76f(0x169)]=a63_0x15e76f(0xd4);static[a63_0x15e76f(0x93)](_0x56f7c3=a63_0x15e76f(0x1bf),_0x4b69be=a63_0x15e76f(0xd4)){const _0x3c1ac2=a63_0x15e76f,_0x34c78d={};_0x34c78d[_0x3c1ac2(0xcc)]=function(_0x121b22,_0x94fba7){return _0x121b22===_0x94fba7;},_0x34c78d['Fctwi']='MaQUn',_0x34c78d[_0x3c1ac2(0xa4)]=function(_0xb5c284,_0x56738a){return _0xb5c284===_0x56738a;},_0x34c78d[_0x3c1ac2(0x173)]=_0x3c1ac2(0x155),_0x34c78d[_0x3c1ac2(0x136)]=function(_0x27c2e8,_0x1f7b7e){return _0x27c2e8!==_0x1f7b7e;},_0x34c78d[_0x3c1ac2(0x127)]=_0x3c1ac2(0x11d),_0x34c78d[_0x3c1ac2(0x15f)]=_0x3c1ac2(0xc7),_0x34c78d[_0x3c1ac2(0x1ab)]=_0x3c1ac2(0x185),_0x34c78d[_0x3c1ac2(0x105)]=_0x3c1ac2(0x19f),_0x34c78d[_0x3c1ac2(0x16d)]=function(_0x1f9db0,_0x3b89f7){return _0x1f9db0===_0x3b89f7;},_0x34c78d[_0x3c1ac2(0xc6)]=_0x3c1ac2(0xf6),_0x34c78d[_0x3c1ac2(0x100)]=_0x3c1ac2(0x11f);const _0x2ff2ae=_0x34c78d;if(this[_0x3c1ac2(0x158)]||!this[_0x3c1ac2(0x175)]()){if(_0x2ff2ae[_0x3c1ac2(0x16d)](_0x2ff2ae[_0x3c1ac2(0xc6)],_0x2ff2ae[_0x3c1ac2(0xc6)]))return;else return;}this[_0x3c1ac2(0x159)]=new PerformanceObserver(_0x54406d=>{const _0x3a997f=_0x3c1ac2,_0x48bb54={'twoCh':function(_0x2d370b,_0x50a69f){const _0x30d100=a63_0xe5ad;return _0x2ff2ae[_0x30d100(0xcc)](_0x2d370b,_0x50a69f);},'LGXKv':_0x2ff2ae[_0x3a997f(0x1ae)],'Kdrcc':function(_0x11b715,_0x114dbe){const _0x56e1a8=_0x3a997f;return _0x2ff2ae[_0x56e1a8(0xa4)](_0x11b715,_0x114dbe);},'HxRCV':_0x2ff2ae[_0x3a997f(0x173)],'OTDLW':function(_0x51b923,_0x22aea0){const _0x42e7e9=_0x3a997f;return _0x2ff2ae[_0x42e7e9(0x136)](_0x51b923,_0x22aea0);},'iGlna':_0x2ff2ae[_0x3a997f(0x127)],'TGKGZ':_0x2ff2ae[_0x3a997f(0x15f)],'FXhZM':_0x2ff2ae[_0x3a997f(0x1ab)]};_0x2ff2ae[_0x3a997f(0xcc)](_0x2ff2ae[_0x3a997f(0x105)],_0x2ff2ae[_0x3a997f(0x105)])?_0x54406d[_0x3a997f(0x137)]()[_0x3a997f(0x162)](_0x32e030=>{const _0x19455a=_0x3a997f;if(_0x48bb54[_0x19455a(0x174)](_0x48bb54[_0x19455a(0xa0)],_0x48bb54['LGXKv'])){if(_0x48bb54['Kdrcc'](_0x32e030[_0x19455a(0xca)],_0x48bb54['HxRCV'])){if(_0x48bb54[_0x19455a(0xe4)](_0x48bb54[_0x19455a(0xbc)],_0x48bb54[_0x19455a(0xd6)]))this['_measureEvents'][_0x19455a(0x89)](_0x32e030);else return[];}else{if(_0x48bb54['OTDLW'](_0x48bb54[_0x19455a(0xcd)],_0x48bb54['FXhZM'])){if(!this[_0x19455a(0x175)]())return;this['_observer'][_0x19455a(0x16b)](),this[_0x19455a(0x14b)](),this[_0x19455a(0xe0)]();}else this['_events']['push'](_0x32e030);}}else{if(!_0x44ea36[_0x19455a(0x186)](_0x53fb07))return[];return _0x3e0714[_0x19455a(0x111)](_0x31c662[_0x19455a(0x170)](_0x3ca0d2)[_0x19455a(0xf3)]());}}):_0x4e29b1[_0x2fe079[_0x3a997f(0x103)]]=0x0;});const _0x1ad6ce={};_0x1ad6ce[_0x3c1ac2(0xba)]=!![],_0x1ad6ce['entryTypes']=[_0x2ff2ae[_0x3c1ac2(0x100)],_0x2ff2ae[_0x3c1ac2(0x173)]],this['_observer'][_0x3c1ac2(0x132)](_0x1ad6ce),this[_0x3c1ac2(0x158)]=!![],this[_0x3c1ac2(0xd1)]=_0x56f7c3,this['errorReportFileName']=_0x4b69be;}static[a63_0x15e76f(0xf8)](){return performance;}static[a63_0x15e76f(0xa5)](_0x4f58b6,_0x46da40){const _0x51bb87=a63_0x15e76f,_0x193bfe={};_0x193bfe[_0x51bb87(0xae)]=function(_0x4b9e40,_0xf29655){return _0x4b9e40+_0xf29655;},_0x193bfe[_0x51bb87(0x164)]=function(_0x5f7ac5,_0x1fefc0){return _0x5f7ac5||_0x1fefc0;},_0x193bfe[_0x51bb87(0x1bd)]=function(_0x35d181,_0x3bd328){return _0x35d181!==_0x3bd328;},_0x193bfe['pMCaq']=_0x51bb87(0xd8),_0x193bfe['ZBNNb']=function(_0x1be1dc,_0x2be0a3){return _0x1be1dc===_0x2be0a3;},_0x193bfe['nQrbU']=_0x51bb87(0x13f),_0x193bfe['JuRuk']=_0x51bb87(0x13a),_0x193bfe[_0x51bb87(0x140)]=_0x51bb87(0x1af),_0x193bfe['KBkPf']=_0x51bb87(0x121),_0x193bfe[_0x51bb87(0x129)]=function(_0x2433e1,_0x36d985){return _0x2433e1+_0x36d985;},_0x193bfe['qWWwS']=function(_0x156602,_0x5b81e4){return _0x156602===_0x5b81e4;},_0x193bfe['QsKKR']=function(_0x151dac,_0x3a84e3){return _0x151dac===_0x3a84e3;},_0x193bfe[_0x51bb87(0x176)]=_0x51bb87(0x139),_0x193bfe[_0x51bb87(0x18c)]=_0x51bb87(0x1a7);const _0xfa6cdf=_0x193bfe,_0x1dda92={};if(!_0x4f58b6||_0xfa6cdf[_0x51bb87(0x12a)](_0x4f58b6[_0x51bb87(0x184)],0x0)){if(_0xfa6cdf[_0x51bb87(0x156)](_0xfa6cdf['pYAkH'],_0xfa6cdf[_0x51bb87(0x18c)]))return _0xfa6cdf[_0x51bb87(0xae)](_0x1ad7d3[_0x2ff121],_0xfa6cdf[_0x51bb87(0x164)](_0x3ae177,0x0));else return;}_0x4f58b6[_0x51bb87(0x118)](_0x128314=>{const _0x558794=_0x51bb87;if(_0xfa6cdf['FWhZi'](_0xfa6cdf[_0x558794(0xb7)],_0xfa6cdf[_0x558794(0xb7)])){const _0x2d57c8=this[_0x558794(0x12c)](_0x510437);_0x2d57c8[_0x558794(0x118)](_0x2e5fa5=>{const _0x5a660e=_0x558794;!_0x4a1e25[_0x2e5fa5[_0x5a660e(0x103)]]&&(_0x1ab372[_0x2e5fa5[_0x5a660e(0x103)]]=0x0),_0x34ca73[_0x2e5fa5[_0x5a660e(0x103)]]+=_0x2e5fa5[_0x5a660e(0x1c0)];});}else{if(!_0x1dda92[_0x128314['name']]){if(_0xfa6cdf[_0x558794(0xe6)](_0xfa6cdf[_0x558794(0xab)],_0xfa6cdf[_0x558794(0x12b)]))return;else _0x1dda92[_0x128314[_0x558794(0x103)]]=0x0;}_0x1dda92[_0x128314[_0x558794(0x103)]]+=_0x128314[_0x558794(0x1c0)];}});const _0x348a96=_0x46da40[_0x51bb87(0xb5)]((_0x4eecc5,_0x553931)=>{const _0x50c8e0=_0x51bb87;if(_0xfa6cdf[_0x50c8e0(0x1bd)](_0xfa6cdf[_0x50c8e0(0x140)],_0xfa6cdf[_0x50c8e0(0xf1)]))return _0xfa6cdf[_0x50c8e0(0x129)](_0x1dda92[_0x553931],_0xfa6cdf[_0x50c8e0(0x164)](_0x4eecc5,0x0));else this[_0x50c8e0(0x109)][_0x50c8e0(0x89)](_0x774e20);},0x0);return _0x348a96;}static async[a63_0x15e76f(0x17d)](_0x4f3409,_0x49862c){const _0x344510=a63_0x15e76f,_0x246d89={'wJLPp':function(_0xdec450,_0x448888){return _0xdec450===_0x448888;},'GnMKu':function(_0x1d9e2d,_0x50d7b1){return _0x1d9e2d>_0x50d7b1;},'eXNji':_0x344510(0x19b),'Egnvi':_0x344510(0x12e),'WpTwV':function(_0x450e6a,_0x154189){return _0x450e6a!==_0x154189;},'gGHFY':_0x344510(0xd5),'dvMUX':'vKPMa','EztfE':function(_0x596297,_0x2f791b){return _0x596297===_0x2f791b;},'IdNOv':_0x344510(0x155),'DVXzX':function(_0x9fdc15,_0x6e65c1){return _0x9fdc15===_0x6e65c1;},'nbNRS':_0x344510(0xed),'gUVLY':_0x344510(0x16f),'hRnMo':function(_0x188dd6,_0x25eb5c){return _0x188dd6+_0x25eb5c;},'snXtN':function(_0x27732b,_0x13bd2b){return _0x27732b||_0x13bd2b;},'AepKD':_0x344510(0xfd),'Aqkwl':'YdfpO','agwQc':_0x344510(0x18e),'LDdDV':_0x344510(0x91),'jjscE':function(_0x2cd176,_0x56661e){return _0x2cd176!==_0x56661e;},'IROZP':'UnWHp','hubQk':_0x344510(0x180),'daZXy':function(_0x4a2dab,_0x3c1f11){return _0x4a2dab!==_0x3c1f11;},'LiWwG':_0x344510(0x119),'cEabT':_0x344510(0xda),'CaERa':function(_0x27a759,_0x4ee06e){return _0x27a759(_0x4ee06e);}};if(!_0x4f3409||_0x246d89[_0x344510(0x166)](_0x4f3409['length'],0x0)){if(_0x246d89['EztfE'](_0x246d89[_0x344510(0x8b)],_0x246d89[_0x344510(0x11e)]))_0x3e604c[_0x31face[_0x344510(0x103)]]=_0x258f40,_0x13dccb[_0x67e5a4[_0x344510(0x103)]]=0x1;else return 0x0;}const _0x2a27d3=[];for(const _0xcd545f of _0x4f3409){if(_0x246d89[_0x344510(0x1b3)](_0x246d89[_0x344510(0x101)],_0x246d89[_0x344510(0xa6)]))!_0x3812b0[_0xd7e0f0[_0x344510(0x103)]]&&(_0x1ff2bd[_0x25f066['name']]=0x0),_0x455b12[_0xb5f33e[_0x344510(0x103)]]+=_0x21aeab[_0x344510(0x1c0)];else{const _0x37e26b=path[_0x344510(0x9a)]('.',_0xcd545f);try{if(_0x246d89[_0x344510(0x167)](_0x246d89[_0x344510(0xb1)],_0x246d89[_0x344510(0xfc)])){const _0x165c41=this[_0x344510(0x12c)](_0x37e26b);_0x165c41['map'](_0x59a3bf=>{const _0x54cd55=_0x344510;if(_0x246d89[_0x54cd55(0xa1)](_0x246d89[_0x54cd55(0xbd)],_0x246d89[_0x54cd55(0xeb)])){if(!this[_0x54cd55(0x158)]||_0x246d89['wJLPp'](this[_0x54cd55(0x196)][_0x54cd55(0x184)],0x0))return[];if(!_0x341a0e[_0x54cd55(0x186)](this[_0x54cd55(0xd1)]))return this[_0x54cd55(0x196)];let _0x2984f4=_0x3ae442[_0x54cd55(0x170)](this[_0x54cd55(0xd1)])[_0x54cd55(0xf3)]();_0x2984f4='['+_0x2984f4['slice'](0x0,-0x1)+']';let _0x52466f=_0x2bfdd7[_0x54cd55(0x111)](_0x2984f4);return _0x246d89[_0x54cd55(0xb0)](this[_0x54cd55(0x196)][_0x54cd55(0x184)],0x0)&&(_0x52466f=_0x52466f[_0x54cd55(0x199)](this[_0x54cd55(0x177)]())),this[_0x54cd55(0x159)][_0x54cd55(0x16b)](),_0x47f8d9[_0x54cd55(0x1ac)](this[_0x54cd55(0xd1)]),_0x52466f;}else!_0x2a27d3[_0x59a3bf[_0x54cd55(0x103)]]&&(_0x246d89[_0x54cd55(0x1bb)](_0x246d89[_0x54cd55(0xc1)],_0x246d89['dvMUX'])?_0x2a27d3[_0x59a3bf['name']]=0x0:_0x96bde9=_0x488854['concat'](this[_0x54cd55(0x177)]())),_0x2a27d3[_0x59a3bf['name']]+=_0x59a3bf[_0x54cd55(0x1c0)];});}else{if(!this['isEnabled']())return;this[_0x344510(0xcb)][_0x344510(0x89)]({'message':_0x3f5896[_0x344510(0xb4)],'trace':_0x3a4b36[_0x344510(0x106)],'code':_0x15c320['code']||null,'time':new _0x17f63f()});}}catch(_0x1b1cd5){if(_0x246d89[_0x344510(0x125)](_0x246d89['LiWwG'],_0x246d89['cEabT']))_0x246d89[_0x344510(0xce)](debug,_0x344510(0x187)+_0x1b1cd5['toString']());else return;}}}const _0x3dcea2=_0x49862c[_0x344510(0xb5)]((_0x1d3ddb,_0xa60466)=>{const _0x477211=_0x344510,_0x1a7b08={'ZARIt':function(_0x4863f6,_0x37af4f){const _0xdabe07=a63_0xe5ad;return _0x246d89[_0xdabe07(0x1b3)](_0x4863f6,_0x37af4f);},'wcwuo':_0x246d89[_0x477211(0x9e)]};if(_0x246d89[_0x477211(0x166)](_0x246d89[_0x477211(0x14d)],_0x246d89[_0x477211(0x1a3)]))_0x1a7b08[_0x477211(0xf5)](_0x17eb8a['entryType'],_0x1a7b08[_0x477211(0x147)])?this[_0x477211(0x196)][_0x477211(0x89)](_0x3df40f):this[_0x477211(0x109)]['push'](_0x179c69);else return _0x246d89[_0x477211(0x168)](_0x2a27d3[_0xa60466],_0x246d89['snXtN'](_0x1d3ddb,0x0));},0x0);return _0x246d89[_0x344510(0xce)](debug,'Time\x20for\x20'+_0x49862c+'\x20for\x20all\x20processes\x20is\x20'+_0x3dcea2),_0x3dcea2;}static[a63_0x15e76f(0x12c)](_0x444002){const _0x5a32af=a63_0x15e76f,_0x419e9c={};_0x419e9c[_0x5a32af(0xc2)]=function(_0x44b932,_0x4f118c){return _0x44b932===_0x4f118c;},_0x419e9c[_0x5a32af(0x146)]=function(_0x359259,_0x4da3b8){return _0x359259+_0x4da3b8;},_0x419e9c[_0x5a32af(0x179)]=_0x5a32af(0x14f);const _0xad0ab1=_0x419e9c;if(!fs[_0x5a32af(0x186)](_0x444002)){if(_0xad0ab1['OIwAN'](_0xad0ab1[_0x5a32af(0x179)],_0xad0ab1[_0x5a32af(0x179)]))return[];else{if(_0xad0ab1[_0x5a32af(0xc2)](this[_0x5a32af(0xcb)][_0x5a32af(0x184)],0x0))return;const _0xd2edea=_0x4b4934[_0x5a32af(0xee)](this[_0x5a32af(0xcb)]),_0x5eee0a=_0xad0ab1['EjMdr'](_0xd2edea[_0x5a32af(0xc9)](0x1,-0x1),',');_0x410264[_0x5a32af(0x11c)](this[_0x5a32af(0x112)],_0x5eee0a);}}return JSON[_0x5a32af(0x111)](fs[_0x5a32af(0x170)](_0x444002)[_0x5a32af(0xf3)]());}static async[a63_0x15e76f(0x154)](_0x5c1a0d='performance-own.html',_0x1838df=null){const _0x5091a6=a63_0x15e76f,_0x5ed937={'zxFjM':function(_0x191aab,_0x5c4632){return _0x191aab===_0x5c4632;},'vmpDo':_0x5091a6(0x94),'KQQyz':_0x5091a6(0xdb),'pIXvq':'tcbhy','PVgrM':function(_0x59e469,_0x3c5256){return _0x59e469(_0x3c5256);},'qKCsg':function(_0x159c86,_0x12ef2c){return _0x159c86!==_0x12ef2c;},'RSxWd':_0x5091a6(0xef),'JATdh':'AJVQZ','jHOYd':function(_0x5724b0,_0x39a726){return _0x5724b0===_0x39a726;},'MNKvQ':_0x5091a6(0x1b1),'TBJmh':_0x5091a6(0x1b7)};if(!this['started']){if(_0x5ed937[_0x5091a6(0xfb)](_0x5ed937[_0x5091a6(0x188)],_0x5ed937[_0x5091a6(0xf2)]))return;else{const _0x30ac47={};return _0x30ac47['measures']=[],_0x30ac47[_0x5091a6(0x15c)]=[],_0x30ac47;}}await _0x5ed937[_0x5091a6(0xa9)](sleep,0x1e),this[_0x5091a6(0x159)][_0x5091a6(0x16b)](),this[_0x5091a6(0x158)]=![],this[_0x5091a6(0x1c3)](this[_0x5091a6(0x109)]);const _0x71c835=this['generateHTMLReport'](this[_0x5091a6(0x109)]),_0x44002d=path[_0x5091a6(0x9a)](process[_0x5091a6(0x1c7)](),_0x5c1a0d);fs['writeFile'](_0x44002d,_0x71c835,_0x33a2fc=>{const _0x335bc4=_0x5091a6;if(_0x5ed937[_0x335bc4(0xd2)](_0x5ed937[_0x335bc4(0x15a)],_0x5ed937[_0x335bc4(0x17f)]))!_0x12d8ec[_0x52274c[_0x335bc4(0x103)]]&&(_0x4842c5[_0x57ac38[_0x335bc4(0x103)]]=0x0),_0x2ea230[_0x5a7668[_0x335bc4(0x103)]]+=_0x20af6a[_0x335bc4(0x1c0)];else{if(_0x33a2fc){if(_0x5ed937[_0x335bc4(0xd2)](_0x5ed937[_0x335bc4(0x110)],_0x5ed937[_0x335bc4(0x110)])){_0x5ed937[_0x335bc4(0xa9)](debug,_0x335bc4(0x190)+_0x33a2fc['toString']());return;}else{const _0x113e51={};return _0x113e51[_0x335bc4(0x103)]=_0x282089,_0x113e51['duration']=_0x356f19,_0x113e51;}}_0x5ed937[_0x335bc4(0xa9)](debug,_0x335bc4(0x131)+_0x44002d);}});if(_0x1838df)return _0x5ed937[_0x5091a6(0xd0)](_0x5ed937['MNKvQ'],_0x5ed937['TBJmh'])?this[_0x5091a6(0xcb)]:this[_0x5091a6(0xa5)](this[_0x5091a6(0x109)],_0x1838df);}static[a63_0x15e76f(0xc0)](_0x23f6e0){const _0x5c0607=a63_0x15e76f,_0x5de517={};_0x5de517['PvgMs']=function(_0x26315c,_0x254ca8){return _0x26315c!==_0x254ca8;},_0x5de517['RExtT']=_0x5c0607(0x163),_0x5de517['UiBbO']=_0x5c0607(0xe3),_0x5de517[_0x5c0607(0xa3)]=_0x5c0607(0x13c),_0x5de517[_0x5c0607(0x134)]=_0x5c0607(0x107),_0x5de517[_0x5c0607(0xb6)]=_0x5c0607(0x197);const _0x38b20d=_0x5de517;let _0x2652f4=_0x38b20d[_0x5c0607(0x182)];return _0x2652f4+=_0x38b20d[_0x5c0607(0xa3)],_0x2652f4+=_0x38b20d[_0x5c0607(0x134)],_0x23f6e0[_0x5c0607(0x162)](_0x2d22bd=>{const _0x4877c5=_0x5c0607;if(_0x38b20d[_0x4877c5(0x192)](_0x38b20d[_0x4877c5(0x1a2)],_0x38b20d[_0x4877c5(0x1a2)]))return;else _0x2652f4+=_0x4877c5(0x115)+_0x2d22bd[_0x4877c5(0x103)]+'</td><td>'+_0x2d22bd[_0x4877c5(0x1c0)]+_0x4877c5(0x19a);}),_0x2652f4+=_0x38b20d[_0x5c0607(0xb6)],_0x2652f4;}static[a63_0x15e76f(0x1c3)](_0x446fe8){const _0x3f3632=a63_0x15e76f,_0x4ef250={};_0x4ef250[_0x3f3632(0xe5)]=_0x3f3632(0x8e),_0x4ef250[_0x3f3632(0x1bc)]=function(_0x34e26e,_0x62f906){return _0x34e26e===_0x62f906;},_0x4ef250[_0x3f3632(0x1a4)]=_0x3f3632(0xb3),_0x4ef250[_0x3f3632(0x1b0)]=_0x3f3632(0x1aa),_0x4ef250[_0x3f3632(0xf9)]=function(_0x1c6472,_0x275942){return _0x1c6472===_0x275942;},_0x4ef250[_0x3f3632(0x10f)]=_0x3f3632(0xa8),_0x4ef250[_0x3f3632(0x96)]=function(_0x191817,_0x125b18){return _0x191817+_0x125b18;},_0x4ef250[_0x3f3632(0x90)]=function(_0x4360b5,_0x4e859c){return _0x4360b5!==_0x4e859c;},_0x4ef250['mIeYD']=_0x3f3632(0x18b),_0x4ef250[_0x3f3632(0x11a)]='svUjI',_0x4ef250[_0x3f3632(0xc5)]=function(_0x69f1a7,_0x4e67d0){return _0x69f1a7!==_0x4e67d0;},_0x4ef250[_0x3f3632(0xc4)]=_0x3f3632(0x198);const _0x260271=_0x4ef250;if(!this['jsonReportFileName']){if(_0x260271[_0x3f3632(0xc5)](_0x260271[_0x3f3632(0xc4)],_0x260271[_0x3f3632(0xc4)]))return _0xfaff35[_0x3f3632(0x1b4)](null,_0x4cf02d);else return;}const _0x223135={};_0x446fe8[_0x3f3632(0x118)](_0x1e50da=>{const _0x354f99=_0x3f3632;if(_0x260271[_0x354f99(0x1bc)](_0x260271['yyVHi'],_0x260271[_0x354f99(0x1b0)]))return;else{if(!_0x223135[_0x1e50da[_0x354f99(0x103)]]){if(_0x260271[_0x354f99(0xf9)](_0x260271['eForA'],_0x260271[_0x354f99(0x10f)]))_0x223135[_0x1e50da[_0x354f99(0x103)]]=0x0;else try{if(!this[_0x354f99(0x175)]())return;this[_0x354f99(0x159)][_0x354f99(0x16b)](),this[_0x354f99(0x14b)](),this[_0x354f99(0xe0)]();}catch{_0x2637dc[_0x354f99(0x183)](_0x260271[_0x354f99(0xe5)]);}}_0x223135[_0x1e50da[_0x354f99(0x103)]]+=_0x1e50da[_0x354f99(0x1c0)];}});const _0x5559c6=Object[_0x3f3632(0x10e)](_0x223135)[_0x3f3632(0x118)](([_0x5437d6,_0x581631])=>{const _0x2c5433=_0x3f3632;if(_0x260271[_0x2c5433(0x90)](_0x260271[_0x2c5433(0xac)],_0x260271[_0x2c5433(0x11a)])){const _0x27cc01={};return _0x27cc01[_0x2c5433(0x103)]=_0x5437d6,_0x27cc01['duration']=_0x581631,_0x27cc01;}else{if(_0x260271[_0x2c5433(0x1bc)](this[_0x2c5433(0x196)][_0x2c5433(0x184)],0x0))return;const _0x537108=this['getCleanedPerfEvents'](),_0x1f3909=_0x8bde43['stringify'](_0x537108),_0x5e52de=_0x260271[_0x2c5433(0x96)](_0x1f3909[_0x2c5433(0xc9)](0x1,-0x1),',');_0x3288f1[_0x2c5433(0x11c)](this['jsonReportFileName'],_0x5e52de);}});fs[_0x3f3632(0x172)](this[_0x3f3632(0xd1)],JSON[_0x3f3632(0xee)](_0x5559c6));}static[a63_0x15e76f(0x175)](){const _0x4a3f11=a63_0x15e76f,_0x1c6fb9={};_0x1c6fb9[_0x4a3f11(0x1c5)]=function(_0x34bed5,_0x578090){return _0x34bed5===_0x578090;},_0x1c6fb9[_0x4a3f11(0x117)]=_0x4a3f11(0x1b9);const _0x522b2a=_0x1c6fb9;return process[_0x4a3f11(0xbb)][_0x4a3f11(0x19e)]&&_0x522b2a[_0x4a3f11(0x1c5)](process[_0x4a3f11(0xbb)][_0x4a3f11(0x19e)],_0x522b2a[_0x4a3f11(0x117)]);}static['measure'](_0x9fae82,_0x4c8f8c,_0x6600cb=null,_0x854aa4=null){const _0x3dd9a4=a63_0x15e76f,_0x3d2a2a={};_0x3d2a2a['DoKEN']=function(_0x159908,_0x557921){return _0x159908===_0x557921;},_0x3d2a2a['cvBaV']='measure',_0x3d2a2a[_0x3dd9a4(0x171)]='Error\x20stopping\x20monitoring',_0x3d2a2a[_0x3dd9a4(0x1a1)]=_0x3dd9a4(0x135),_0x3d2a2a['XntTE']='hJEYG',_0x3d2a2a[_0x3dd9a4(0x18a)]=_0x3dd9a4(0xa2),_0x3d2a2a[_0x3dd9a4(0xb8)]=_0x3dd9a4(0x1a5),_0x3d2a2a[_0x3dd9a4(0x1b8)]=function(_0x46863e,_0x3b0800){return _0x46863e/_0x3b0800;},_0x3d2a2a[_0x3dd9a4(0x138)]=function(_0x359f1d,_0x309042){return _0x359f1d+_0x309042;},_0x3d2a2a[_0x3dd9a4(0xbe)]=function(_0x439dec,_0x57611e){return _0x439dec*_0x57611e;},_0x3d2a2a[_0x3dd9a4(0x16e)]=function(_0x4ee7ec,_0x2d0c0c){return _0x4ee7ec!==_0x2d0c0c;},_0x3d2a2a[_0x3dd9a4(0x143)]='gUcFh',_0x3d2a2a[_0x3dd9a4(0xdf)]=function(_0x73bb2c,_0xb0c193){return _0x73bb2c!==_0xb0c193;},_0x3d2a2a[_0x3dd9a4(0x17b)]='fuFbK',_0x3d2a2a[_0x3dd9a4(0x17e)]=_0x3dd9a4(0xb9),_0x3d2a2a[_0x3dd9a4(0x122)]=function(_0x3574ce,_0x4efa0a){return _0x3574ce===_0x4efa0a;},_0x3d2a2a[_0x3dd9a4(0x16c)]='GEkPC',_0x3d2a2a[_0x3dd9a4(0x165)]=_0x3dd9a4(0x1a9),_0x3d2a2a['cXBjf']=_0x3dd9a4(0x123),_0x3d2a2a['IRRWM']=function(_0x5517b2,_0x4d04a4){return _0x5517b2+_0x4d04a4;},_0x3d2a2a['FSbma']=_0x3dd9a4(0xd7),_0x3d2a2a[_0x3dd9a4(0x1be)]=function(_0x4190b3,_0x5ec25c){return _0x4190b3 instanceof _0x5ec25c;},_0x3d2a2a['mVLnh']=_0x3dd9a4(0xa7),_0x3d2a2a[_0x3dd9a4(0xfe)]=_0x3dd9a4(0x1b6);const _0x3d9ef1=_0x3d2a2a;try{if(_0x3d9ef1[_0x3dd9a4(0x16e)](_0x3d9ef1[_0x3dd9a4(0x143)],_0x3d9ef1[_0x3dd9a4(0x143)]))return[];else{if(this[_0x3dd9a4(0x158)]&&this[_0x3dd9a4(0x175)]()){if(_0x3d9ef1['wVcbV'](_0x3d9ef1['rXeOk'],_0x3d9ef1[_0x3dd9a4(0x17e)])){let _0x260ba9=_0x9fae82;if(_0x6600cb){if(_0x3d9ef1[_0x3dd9a4(0x122)](_0x3d9ef1[_0x3dd9a4(0x16c)],_0x3d9ef1[_0x3dd9a4(0x165)])){const _0x344ec1={'OveoB':function(_0x525ffe,_0x1fc154){return _0x3d9ef1['DoKEN'](_0x525ffe,_0x1fc154);},'gfZiJ':_0x3d9ef1[_0x3dd9a4(0xec)]};_0x3167ed[_0x3dd9a4(0x137)]()[_0x3dd9a4(0x162)](_0x3ccbba=>{const _0x2854a3=_0x3dd9a4;_0x344ec1[_0x2854a3(0x12f)](_0x3ccbba['entryType'],_0x344ec1[_0x2854a3(0x1b5)])?this[_0x2854a3(0x196)][_0x2854a3(0x89)](_0x3ccbba):this[_0x2854a3(0x109)][_0x2854a3(0x89)](_0x3ccbba);});}else _0x260ba9=_0x9fae82+'['+JSON[_0x3dd9a4(0xee)](_0x6600cb)+']';}const _0x4659e6=_0x3d9ef1[_0x3dd9a4(0x138)](_0x260ba9,_0x3d9ef1[_0x3dd9a4(0x86)]),_0x64ae89=_0x3d9ef1['IRRWM'](_0x260ba9,_0x3d9ef1[_0x3dd9a4(0x9b)]);performance[_0x3dd9a4(0x16a)](_0x4659e6);const _0x311804=_0x4c8f8c[_0x3dd9a4(0x1b4)](null,_0x854aa4);if(_0x3d9ef1['FsqdH'](_0x311804,Promise)){if(_0x3d9ef1[_0x3dd9a4(0x14a)](_0x3d9ef1[_0x3dd9a4(0x17c)],_0x3d9ef1['mVLnh']))return new Promise((_0x1a1d2e,_0x4bfe7f)=>{const _0x52b49c=_0x3dd9a4,_0x2d2375={'HydwA':function(_0x3b892c,_0xf3930a){const _0x3e922c=a63_0xe5ad;return _0x3d9ef1[_0x3e922c(0x14a)](_0x3b892c,_0xf3930a);},'JWVqW':_0x3d9ef1[_0x52b49c(0x1a1)],'JMiOL':_0x3d9ef1[_0x52b49c(0xfa)]};_0x3d9ef1['DoKEN'](_0x3d9ef1[_0x52b49c(0x18a)],_0x3d9ef1[_0x52b49c(0xb8)])?_0x527039['debug'](_0x3d9ef1[_0x52b49c(0x171)]):_0x311804[_0x52b49c(0x15b)](_0x3e94eb=>_0x1a1d2e(_0x3e94eb))[_0x52b49c(0x178)](_0x444fa1=>_0x4bfe7f(_0x444fa1))[_0x52b49c(0x149)](()=>{const _0x937a22=_0x52b49c;_0x2d2375['HydwA'](_0x2d2375['JWVqW'],_0x2d2375['JMiOL'])?(_0x209f06[_0x937a22(0x16a)](_0x23a926),_0x43d468['measure'](_0x1f6e29,_0x27df0a,_0x1c9908)):(performance[_0x937a22(0x16a)](_0x64ae89),performance[_0x937a22(0x155)](_0x260ba9,_0x4659e6,_0x64ae89));});});else{const _0x13ac8e=_0x4fffb7[_0x49b509[_0x3dd9a4(0x103)]],_0x32cd97=_0x3cfbdb[_0x3439d0[_0x3dd9a4(0x103)]];_0x2c97c3[_0x3f0a9b['name']][_0x3dd9a4(0x1c0)]=_0x3d9ef1['pWiHx'](_0x3d9ef1[_0x3dd9a4(0x138)](_0x3d9ef1[_0x3dd9a4(0xbe)](_0x13ac8e[_0x3dd9a4(0x1c0)],_0x32cd97),_0x4eef94[_0x3dd9a4(0x1c0)]),_0x3d9ef1['HxISI'](0x1,_0x32cd97)),_0x1b4a11[_0x3346f4[_0x3dd9a4(0x103)]]++;}};return performance[_0x3dd9a4(0x16a)](_0x64ae89),performance[_0x3dd9a4(0x155)](_0x260ba9,_0x4659e6,_0x64ae89),_0x311804;}else _0x1e4b9f[_0x3dd9a4(0x103)]=_0x4cac99[0x1],_0x14e8b2['meta']=_0x1d8310[_0x3dd9a4(0x111)](_0x3cb0ff[0x2]);};return _0x4c8f8c['apply'](null,_0x854aa4);}}catch(_0x43481c){if(_0x3d9ef1[_0x3dd9a4(0x14a)](_0x3d9ef1['UxPVU'],_0x3d9ef1[_0x3dd9a4(0xfe)]))return _0x4c8f8c[_0x3dd9a4(0x1b4)](null,_0x854aa4);else _0x5c1792=_0x1ac72b+'['+_0xd94c1d['stringify'](_0x276d53)+']';}}static[a63_0x15e76f(0x87)](_0x46f45a,_0x49e906){const _0x5e6628=a63_0x15e76f,_0x565a2b={};_0x565a2b[_0x5e6628(0x88)]=function(_0x4f0969,_0x3cb1f9){return _0x4f0969===_0x3cb1f9;},_0x565a2b['XzCVF']='jdLcd',_0x565a2b[_0x5e6628(0x189)]=_0x5e6628(0x9c);const _0x46205b=_0x565a2b,_0x500553=this;return function(){const _0x492066=_0x5e6628;if(_0x46205b[_0x492066(0x88)](_0x46205b[_0x492066(0x11b)],_0x46205b['mhXmQ']))_0x5da5cc[_0x1bfdd1[_0x492066(0x103)]]=0x0;else{const _0x25158b=[_0x46f45a,_0x49e906,null]['concat'](arguments);return _0x500553['measure'][_0x492066(0x1b4)](_0x500553,_0x25158b);}};}static[a63_0x15e76f(0x177)](){const _0x49320f=a63_0x15e76f,_0x3aea18={'nFQnE':function(_0xace017,_0x495032){return _0xace017(_0x495032);},'GTDYX':function(_0x4ce09,_0x118b13){return _0x4ce09+_0x118b13;},'yMjtH':function(_0x1b71e1,_0x3e7828){return _0x1b71e1||_0x3e7828;},'xKijs':function(_0xeeddc3,_0x46f7c1){return _0xeeddc3!==_0x46f7c1;},'lZXky':_0x49320f(0xf0),'cBUPh':_0x49320f(0x10c),'ygQYB':_0x49320f(0x84),'OrGIm':function(_0x26d962,_0x339f2c){return _0x26d962===_0x339f2c;},'pxXCg':'AcRMa','baWYp':function(_0x3dc768,_0x189fb8){return _0x3dc768/_0x189fb8;},'ARtuB':function(_0x55c2b4,_0x5a171c){return _0x55c2b4+_0x5a171c;},'bwlVg':function(_0x52f647,_0x590280){return _0x52f647*_0x590280;},'vpges':'eCJCh','NtDCN':_0x49320f(0xf4)},_0x13a9b8=/(^.*)\[(.*)\]$/,_0x3ba78d={},_0x55726a={};for(const _0x313114 of this[_0x49320f(0x196)]){if(_0x3aea18[_0x49320f(0xe8)](_0x3aea18[_0x49320f(0x114)],_0x3aea18[_0x49320f(0x114)])){_0x3aea18[_0x49320f(0x1c4)](_0x3e424d,'Error\x20in\x20writing\x20html\x20'+_0x4245c8[_0x49320f(0xf3)]());return;}else{const _0x2a8e45=_0x313114[_0x49320f(0x103)][_0x49320f(0xd3)](_0x13a9b8),_0x5d009e={};_0x5d009e[_0x49320f(0x103)]=_0x313114[_0x49320f(0x103)],_0x5d009e[_0x49320f(0x1c0)]=_0x313114['duration']||0x0;const _0x3434e9=_0x5d009e;if(_0x2a8e45){if(_0x3aea18[_0x49320f(0xe8)](_0x3aea18['cBUPh'],_0x3aea18[_0x49320f(0xff)]))_0x3434e9[_0x49320f(0x103)]=_0x2a8e45[0x1],_0x3434e9[_0x49320f(0x102)]=JSON[_0x49320f(0x111)](_0x2a8e45[0x2]);else return;}if(_0x3ba78d[_0x3434e9['name']]){if(_0x3aea18[_0x49320f(0x1b2)](_0x3aea18[_0x49320f(0x128)],_0x3aea18['pxXCg'])){const _0xe7373c=_0x3ba78d[_0x3434e9[_0x49320f(0x103)]],_0x49b383=_0x55726a[_0x3434e9['name']];_0x3ba78d[_0x3434e9[_0x49320f(0x103)]][_0x49320f(0x1c0)]=_0x3aea18[_0x49320f(0x10d)](_0x3aea18[_0x49320f(0xaf)](_0x3aea18['bwlVg'](_0xe7373c[_0x49320f(0x1c0)],_0x49b383),_0x3434e9[_0x49320f(0x1c0)]),_0x3aea18[_0x49320f(0xdc)](0x1,_0x49b383)),_0x55726a[_0x3434e9[_0x49320f(0x103)]]++;}else return _0x11dca5;}else{if(_0x3aea18['OrGIm'](_0x3aea18[_0x49320f(0x150)],_0x3aea18[_0x49320f(0x120)]))return _0x3aea18[_0x49320f(0xdc)](_0x218c42[_0x26288b],_0x3aea18['yMjtH'](_0x2c8730,0x0));else _0x3ba78d[_0x3434e9[_0x49320f(0x103)]]=_0x3434e9,_0x55726a[_0x3434e9['name']]=0x1;}}}return Object['values'](_0x3ba78d);}static[a63_0x15e76f(0x14b)](){const _0x2362a1=a63_0x15e76f,_0x42c2da={};_0x42c2da[_0x2362a1(0x142)]=function(_0xb31371,_0x224f77){return _0xb31371===_0x224f77;},_0x42c2da[_0x2362a1(0xe7)]=function(_0x83c2f6,_0x59cd38){return _0x83c2f6!==_0x59cd38;},_0x42c2da[_0x2362a1(0x15e)]=_0x2362a1(0xaa),_0x42c2da['pTMQf']=function(_0x48139e,_0xc51d6){return _0x48139e+_0xc51d6;};const _0x13cd5d=_0x42c2da;if(_0x13cd5d[_0x2362a1(0x142)](this[_0x2362a1(0x196)][_0x2362a1(0x184)],0x0)){if(_0x13cd5d[_0x2362a1(0xe7)](_0x13cd5d[_0x2362a1(0x15e)],_0x13cd5d['UoTQV']))_0x4d9133=_0x602378[_0x2362a1(0x199)](this[_0x2362a1(0xcb)]);else return;}const _0x31daf2=this[_0x2362a1(0x177)](),_0xe16361=JSON['stringify'](_0x31daf2),_0x7a2837=_0x13cd5d[_0x2362a1(0xde)](_0xe16361[_0x2362a1(0xc9)](0x1,-0x1),',');fs['appendFileSync'](this[_0x2362a1(0xd1)],_0x7a2837);}static[a63_0x15e76f(0x153)](){const _0x116fac=a63_0x15e76f,_0x437b29={};_0x437b29[_0x116fac(0x14e)]=function(_0x280165,_0x4714d0){return _0x280165>_0x4714d0;},_0x437b29[_0x116fac(0xdd)]=function(_0x1124e9,_0x506e4e){return _0x1124e9===_0x506e4e;},_0x437b29[_0x116fac(0x1c1)]=function(_0x21a508,_0x1a94d4){return _0x21a508!==_0x1a94d4;},_0x437b29['CRPwq']=_0x116fac(0x8c),_0x437b29[_0x116fac(0x161)]=function(_0x132b17,_0x10efad){return _0x132b17!==_0x10efad;},_0x437b29[_0x116fac(0x1a6)]=_0x116fac(0x157),_0x437b29[_0x116fac(0x9f)]=function(_0x520db5,_0x1bc8a9){return _0x520db5!==_0x1bc8a9;},_0x437b29[_0x116fac(0x13d)]='ScpUe',_0x437b29[_0x116fac(0x13e)]='LeUiR';const _0x269f30=_0x437b29;if(!this['started']||_0x269f30[_0x116fac(0xdd)](this[_0x116fac(0x196)][_0x116fac(0x184)],0x0)){if(_0x269f30['JHrfo'](_0x269f30[_0x116fac(0x1ad)],_0x269f30[_0x116fac(0x1ad)])){if(!_0x552845[_0x116fac(0x186)](this[_0x116fac(0x169)]))return this[_0x116fac(0xcb)];let _0x1f1ce5=_0x34fa48['readFileSync'](this['errorReportFileName'])[_0x116fac(0xf3)]();_0x1f1ce5='['+_0x1f1ce5[_0x116fac(0xc9)](0x0,-0x1)+']';let _0x5dd8ef=_0xf5480[_0x116fac(0x111)](_0x1f1ce5);return _0x269f30[_0x116fac(0x14e)](this['_errorEvents']['length'],0x0)&&(_0x5dd8ef=_0x5dd8ef[_0x116fac(0x199)](this[_0x116fac(0xcb)])),_0x115f0a[_0x116fac(0x1ac)](this['errorReportFileName']),_0x5dd8ef;}else return[];}if(!fs['existsSync'](this[_0x116fac(0xd1)])){if(_0x269f30[_0x116fac(0x161)](_0x269f30[_0x116fac(0x1a6)],_0x269f30[_0x116fac(0x1a6)]))return;else return this[_0x116fac(0x196)];}let _0x274820=fs[_0x116fac(0x170)](this[_0x116fac(0xd1)])[_0x116fac(0xf3)]();_0x274820='['+_0x274820[_0x116fac(0xc9)](0x0,-0x1)+']';let _0x48a46f=JSON['parse'](_0x274820);if(_0x269f30[_0x116fac(0x14e)](this[_0x116fac(0x196)][_0x116fac(0x184)],0x0)){if(_0x269f30[_0x116fac(0x9f)](_0x269f30[_0x116fac(0x13d)],_0x269f30[_0x116fac(0x13e)]))_0x48a46f=_0x48a46f[_0x116fac(0x199)](this[_0x116fac(0x177)]());else{const _0x3837b1=[_0x591db8,_0x1e1023,null][_0x116fac(0x199)](arguments);return _0x4b0053[_0x116fac(0x155)]['apply'](_0xd278b8,_0x3837b1);}}return this['_observer'][_0x116fac(0x16b)](),fs[_0x116fac(0x1ac)](this[_0x116fac(0xd1)]),_0x48a46f;}static[a63_0x15e76f(0xe0)](){const _0x24cf67=a63_0x15e76f,_0x1d66dd={};_0x1d66dd[_0x24cf67(0x160)]=function(_0x3f182c,_0x25670){return _0x3f182c===_0x25670;},_0x1d66dd['DVQCj']=function(_0x524aeb,_0x3bc6b3){return _0x524aeb!==_0x3bc6b3;},_0x1d66dd[_0x24cf67(0x1a0)]=_0x24cf67(0x98),_0x1d66dd['QuZfm']=function(_0x4847c9,_0x4d7398){return _0x4847c9+_0x4d7398;};const _0x23035d=_0x1d66dd;if(_0x23035d['DMTwG'](this[_0x24cf67(0xcb)]['length'],0x0)){if(_0x23035d['DVQCj'](_0x23035d[_0x24cf67(0x1a0)],_0x23035d[_0x24cf67(0x1a0)]))return;else return;}const _0x221676=JSON[_0x24cf67(0xee)](this['_errorEvents']),_0x52e6db=_0x23035d[_0x24cf67(0x116)](_0x221676[_0x24cf67(0xc9)](0x1,-0x1),',');fs[_0x24cf67(0x11c)](this[_0x24cf67(0x112)],_0x52e6db);}static['finalizeErrors'](){const _0x397757=a63_0x15e76f,_0x46725c={};_0x46725c[_0x397757(0xe2)]=function(_0x12f7ee,_0xa69fa1){return _0x12f7ee===_0xa69fa1;},_0x46725c[_0x397757(0x193)]=_0x397757(0x104),_0x46725c[_0x397757(0x108)]=_0x397757(0x1c6),_0x46725c[_0x397757(0x97)]=function(_0x27a81f,_0x55940e){return _0x27a81f>_0x55940e;},_0x46725c[_0x397757(0x15d)]=function(_0xf2a9ca,_0x3f6f34){return _0xf2a9ca===_0x3f6f34;},_0x46725c['Fncqa']=_0x397757(0xcf),_0x46725c[_0x397757(0x194)]=_0x397757(0xea);const _0x49ea21=_0x46725c;if(!fs['existsSync'](this['errorReportFileName'])){if(_0x49ea21['Brgme'](_0x49ea21[_0x397757(0x193)],_0x49ea21[_0x397757(0x108)])){const _0x25090c=this[_0x397757(0x153)](),_0x106af3=this[_0x397757(0x95)]();if(!this[_0x397757(0x175)]()){const _0x24bd15={};return _0x24bd15[_0x397757(0x133)]=[],_0x24bd15['errors']=[],_0x24bd15;}const _0x361320={};return _0x361320[_0x397757(0x133)]=_0x25090c,_0x361320['errors']=_0x106af3,_0x361320;}else return this[_0x397757(0xcb)];}let _0x5ce1f3=fs[_0x397757(0x170)](this[_0x397757(0x169)])[_0x397757(0xf3)]();_0x5ce1f3='['+_0x5ce1f3['slice'](0x0,-0x1)+']';let _0x14031e=JSON['parse'](_0x5ce1f3);if(_0x49ea21['Engrt'](this[_0x397757(0xcb)]['length'],0x0)){if(_0x49ea21[_0x397757(0x15d)](_0x49ea21['Fncqa'],_0x49ea21[_0x397757(0x194)]))return new _0x484d54((_0x5527a7,_0x1ca797)=>{const _0x4ea17f=_0x397757;_0x637bb6[_0x4ea17f(0x15b)](_0x30ed9f=>_0x5527a7(_0x30ed9f))[_0x4ea17f(0x178)](_0x3623ab=>_0x1ca797(_0x3623ab))[_0x4ea17f(0x149)](()=>{const _0x389774=_0x4ea17f;_0x1f0667[_0x389774(0x16a)](_0x17a829),_0x62b829[_0x389774(0x155)](_0x554d84,_0x2dbd9a,_0x524c34);});});else _0x14031e=_0x14031e[_0x397757(0x199)](this[_0x397757(0xcb)]);}return fs[_0x397757(0x1ac)](this[_0x397757(0x169)]),_0x14031e;}static['captureError'](_0x2be1b5){const _0x15b6eb=a63_0x15e76f,_0x108b8e={};_0x108b8e[_0x15b6eb(0xd9)]=function(_0x92337f,_0x3df48a){return _0x92337f!==_0x3df48a;},_0x108b8e['hAMZM']=_0x15b6eb(0xe1);const _0x3e100c=_0x108b8e;if(!this[_0x15b6eb(0x175)]()){if(_0x3e100c['MXPPb'](_0x3e100c[_0x15b6eb(0x191)],_0x3e100c['hAMZM'])){const _0x2d6ad0=this;return function(){const _0x185227=_0x15b6eb,_0x13a2fb=[_0x3634eb,_0xfa9dc4,null][_0x185227(0x199)](arguments);return _0x2d6ad0[_0x185227(0x155)][_0x185227(0x1b4)](_0x2d6ad0,_0x13a2fb);};}else return;}this[_0x15b6eb(0xcb)][_0x15b6eb(0x89)]({'message':_0x2be1b5['message'],'trace':_0x2be1b5[_0x15b6eb(0x106)],'code':_0x2be1b5[_0x15b6eb(0x126)]||null,'time':new Date()});}static[a63_0x15e76f(0xb2)](){const _0xbf9fe3=a63_0x15e76f,_0x3faa41={};_0x3faa41[_0xbf9fe3(0x10a)]=function(_0xaffce5,_0x3cea8f){return _0xaffce5/_0x3cea8f;},_0x3faa41['avgtt']=function(_0x33644f,_0x519df){return _0x33644f+_0x519df;},_0x3faa41[_0xbf9fe3(0x1a8)]=function(_0x56f02a,_0x4eee17){return _0x56f02a*_0x4eee17;},_0x3faa41[_0xbf9fe3(0x141)]=function(_0x4c987f,_0x5862c4){return _0x4c987f+_0x5862c4;},_0x3faa41[_0xbf9fe3(0x14c)]=function(_0xd47add,_0x1d605d){return _0xd47add===_0x1d605d;},_0x3faa41[_0xbf9fe3(0xe9)]='hWSUl',_0x3faa41[_0xbf9fe3(0x181)]=function(_0x4b94bf,_0x2c1b36){return _0x4b94bf===_0x2c1b36;},_0x3faa41[_0xbf9fe3(0x195)]=_0xbf9fe3(0x8a),_0x3faa41[_0xbf9fe3(0x8d)]=function(_0x3e29c8,_0x2d6703){return _0x3e29c8!==_0x2d6703;},_0x3faa41[_0xbf9fe3(0x17a)]=_0xbf9fe3(0xad),_0x3faa41[_0xbf9fe3(0x113)]=_0xbf9fe3(0x8e);const _0x4f9257=_0x3faa41;try{if(_0x4f9257[_0xbf9fe3(0x14c)](_0x4f9257[_0xbf9fe3(0xe9)],_0x4f9257['GcKsF'])){if(!this[_0xbf9fe3(0x175)]()){if(_0x4f9257[_0xbf9fe3(0x181)](_0x4f9257[_0xbf9fe3(0x195)],_0x4f9257[_0xbf9fe3(0x195)]))return;else{const _0xd8ac17=_0x4d77be['name'][_0xbf9fe3(0xd3)](_0x39575a),_0x5154e2={};_0x5154e2['name']=_0x1bf0f4['name'],_0x5154e2[_0xbf9fe3(0x1c0)]=_0x2b57d3[_0xbf9fe3(0x1c0)]||0x0;const _0x187e48=_0x5154e2;_0xd8ac17&&(_0x187e48['name']=_0xd8ac17[0x1],_0x187e48[_0xbf9fe3(0x102)]=_0x3061fa[_0xbf9fe3(0x111)](_0xd8ac17[0x2]));if(_0x568971[_0x187e48[_0xbf9fe3(0x103)]]){const _0xc645ef=_0x43c325[_0x187e48[_0xbf9fe3(0x103)]],_0x4fd572=_0xfc6d57[_0x187e48[_0xbf9fe3(0x103)]];_0x3f95e2[_0x187e48[_0xbf9fe3(0x103)]][_0xbf9fe3(0x1c0)]=_0x4f9257[_0xbf9fe3(0x10a)](_0x4f9257['avgtt'](_0x4f9257[_0xbf9fe3(0x1a8)](_0xc645ef[_0xbf9fe3(0x1c0)],_0x4fd572),_0x187e48[_0xbf9fe3(0x1c0)]),_0x4f9257[_0xbf9fe3(0x141)](0x1,_0x4fd572)),_0x352b93[_0x187e48[_0xbf9fe3(0x103)]]++;}else _0x2a1adc[_0x187e48[_0xbf9fe3(0x103)]]=_0x187e48,_0x243048[_0x187e48[_0xbf9fe3(0x103)]]=0x1;}}this[_0xbf9fe3(0x159)][_0xbf9fe3(0x16b)](),this[_0xbf9fe3(0x14b)](),this[_0xbf9fe3(0xe0)]();}else!_0x1e89ef[_0xd656fe[_0xbf9fe3(0x103)]]&&(_0x522176[_0x401b4c[_0xbf9fe3(0x103)]]=0x0),_0x433510[_0x2d6151[_0xbf9fe3(0x103)]]+=_0x4894ed[_0xbf9fe3(0x1c0)];}catch{if(_0x4f9257['erVmU'](_0x4f9257['SVtkc'],_0x4f9257[_0xbf9fe3(0x17a)]))return 0x0;else logger[_0xbf9fe3(0x183)](_0x4f9257['iRtKi']);}}static[a63_0x15e76f(0x92)](){const _0x3651a7=a63_0x15e76f,_0x484137={};_0x484137[_0x3651a7(0x130)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x484137[_0x3651a7(0x18f)]=_0x3651a7(0x13c),_0x484137[_0x3651a7(0x8f)]=_0x3651a7(0x107),_0x484137['yUQdq']=_0x3651a7(0x197),_0x484137[_0x3651a7(0x145)]=function(_0x3260f0,_0x11a389){return _0x3260f0!==_0x11a389;},_0x484137[_0x3651a7(0xc3)]=_0x3651a7(0x85),_0x484137[_0x3651a7(0x99)]=_0x3651a7(0xc8);const _0x4d921c=_0x484137,_0x52987f=this['finalizePerfMeasures'](),_0xe88471=this[_0x3651a7(0x95)]();if(!this['isEnabled']()){if(_0x4d921c[_0x3651a7(0x145)](_0x4d921c[_0x3651a7(0xc3)],_0x4d921c[_0x3651a7(0x99)])){const _0x4d7238={};return _0x4d7238[_0x3651a7(0x133)]=[],_0x4d7238[_0x3651a7(0x15c)]=[],_0x4d7238;}else{let _0x3d490b=_0x4d921c[_0x3651a7(0x130)];return _0x3d490b+=_0x4d921c[_0x3651a7(0x18f)],_0x3d490b+=_0x4d921c[_0x3651a7(0x8f)],_0x547804[_0x3651a7(0x162)](_0x3bbfc0=>{const _0x2e10d7=_0x3651a7;_0x3d490b+='<tr><td>'+_0x3bbfc0[_0x2e10d7(0x103)]+_0x2e10d7(0x10b)+_0x3bbfc0[_0x2e10d7(0x1c0)]+_0x2e10d7(0x19a);}),_0x3d490b+=_0x4d921c['yUQdq'],_0x3d490b;}}const _0x37d7eb={};return _0x37d7eb['measures']=_0x52987f,_0x37d7eb[_0x3651a7(0x15c)]=_0xe88471,_0x37d7eb;}}module[a63_0x15e76f(0x151)]=PerformanceTester;
|
|
1
|
+
const a63_0x99deef=a63_0x113d;(function(_0x41e341,_0x5c6cd7){const _0x4677ec=a63_0x113d,_0x12f5e0=_0x41e341();while(!![]){try{const _0x6fccd5=parseInt(_0x4677ec(0x24a))/0x1*(parseInt(_0x4677ec(0x160))/0x2)+parseInt(_0x4677ec(0x1bd))/0x3+-parseInt(_0x4677ec(0x229))/0x4*(parseInt(_0x4677ec(0x1a2))/0x5)+parseInt(_0x4677ec(0x1de))/0x6*(-parseInt(_0x4677ec(0x289))/0x7)+parseInt(_0x4677ec(0x260))/0x8*(parseInt(_0x4677ec(0x1da))/0x9)+-parseInt(_0x4677ec(0x28e))/0xa*(parseInt(_0x4677ec(0x184))/0xb)+-parseInt(_0x4677ec(0x195))/0xc*(parseInt(_0x4677ec(0x23e))/0xd);if(_0x6fccd5===_0x5c6cd7)break;else _0x12f5e0['push'](_0x12f5e0['shift']());}catch(_0x2fee29){_0x12f5e0['push'](_0x12f5e0['shift']());}}}(a63_0x4ac6,0x72a0d));const fs=require('fs'),{performance,PerformanceObserver}=require(a63_0x99deef(0x211)),{sleep,debug}=require(a63_0x99deef(0x225)),path=require(a63_0x99deef(0x206)),logger=require(a63_0x99deef(0x25f))[a63_0x99deef(0x23c)];function a63_0x4ac6(){const _0x321fc8=['SWPIr','</td><td>','jlSAc','generateJSON','EDhPM','acVsQ','pGIyQ','9622bgxnXr','pXKne','toString','NpNWq','CmfSr','hBLaH','eAFYC','catch','errorReportFileName','stack','QucFA','errorFile','appendFileSync','ZCrpa','slice','UNZvV','generateHTMLReport','DTAgw','LDzzW','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','uqbFS','./logger','104tXQnxb','kUAUL','SdFEw','-end','gOIol','vfNxq','mvkuX','JSYuw','YgIJq','szArK','ejWuW','QHLkY','cUXQs','fUSbv','XhCmd','kfaDi','length','performance-report.json','CWJoJ','vyVja','ilVvb','APyID','</td></tr>','IclNZ','then','name','RlfLZ','Ntvhl','fcZUx','RjIuP','cwd','wlEJV','jsonReportFileName','Hasjq','zhdvd','bjqfS','ysQil','OmLHo','ElWqb','<h1>Performance\x20Report</h1>','debug','287uQrWrt','XuIms','fCetE','getEventsFromJSON','disconnect','350vBHJtB','nbnXV','forEach','DSXfl','_observer','COgMD','OdOyg','sdmjS','94kYqaEP','njvGF','odLFt','eiGPx','gAjYC','OLQHG','ZwDhs','startMonitoring','uOXaV','slCVz','XNrsu','lRsmD','AfwMN','jdpnM','</tbody></table></body></html>','FWwxK','calculateTimeFromEvents','fewEG','iWGcB','yQiaz','pcyeB','zHCvt','eJRPJ','XARhX','map','offPu','faXmX','getPerformance','VARHj','isEnabled','CkYAn','KagME','MEegp','join','egpjq','vbKLU','84183VivLYo','errors','vqxRm','RfURz','UNTwZ','NpaWk','kHfqD','PDtuU','qppuJ','Error\x20in\x20writing\x20html\x20','kpwZW','existsSync','aLrCq','duration','zmNtg','qUDbn','observe','24gvwnNR','yJjTR','muFPK','ndpWh','mPzpH','WLHqI','tMSoE','UxyJc','aRBEk','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','EaflZ','zusBJ','ieYKq','1375jsysRT','RLpFe','measure','nySvY','calculateTimesFromMultipleFiles','lShEq','parse','phKDy','nKZPl','xrwjV','cfITC','ZzLLT','pushErrors','tnOMg','pushPerfMeasures','match','gDyRR','BROWSERSTACK_SDK_INSTRUMENTATION','VxQFz','Time\x20for\x20','iwRzz','KJsjs','code','values','_measureEvents','mERBP','mark','2566398rbTtoC','BiOHP','reduce','TieNY','jvslh','eKqcr','XryMU','EjFGF','KiTYz','stopAndGenerate','UDGVH','PVoCH','mxSZT','zwAHP','mwIwx','HjGoC','stringify','BwadC','Performance\x20report\x20is\x20at\x20','rGVWG','GoddH','wSAzO','fNPIq','<tr><td>','UYczc','LdFLw','SNCSU','avBDm','AgNXH','152541FVquTR','aqHfx','eMFMc','dkjcN','2736KNXyLs','nVfOY','finally','MFwCk','getCleanedPerfEvents','ZeCwN','kwUVP','MQitN','performance-own.html','NdrdQ','tQKWD','LRzYF','XDItT','getEntries','DVomK','error-report.json','Error\x20in\x20doing\x20csv\x20operations:\x20','ohXRt','msXRC','XPDLe','concat','ruQJy','HHQDj','Error\x20stopping\x20monitoring','eYovD','measures','true','hOqKp','INErr','writeFileSync','tMdRx','hzLfr','UaXNp','VeCuT','ktFNk','kivoV','finalize','RoKLj','bKKAn','apply','path','measureWrapper','hcNra','stopMonitoring','HbfiW','JiFni','finalizeErrors','CMaIS','KjvYC','pvtPn','VuriR','perf_hooks','yNUZq','Bofmn','VDNyn','DehLi','InGKA','unlinkSync','SYMIY','bxyXI','MZXgl','entries','started','SzOIx','_errorEvents','finalizePerfMeasures','push','env','eySrq','KVfbw','captureError','./test-observability/utils','message','ZSvtl','GeoAY','164ZmmYba','meta','GBErm','XQktM','ipWjx','LMwRV','OPTIg','iJUtE','gevdh','_events','hNZSm','NRsUG','entryTypes','vrYWD','buffered','kSuSo','GozMg','jILrA','entryType','winstonLogger','UuYBL','4944511SOMFqi','readFileSync','DdjaO','qAsem','sCYvk'];a63_0x4ac6=function(){return _0x321fc8;};return a63_0x4ac6();}function a63_0x113d(_0x2b508c,_0x46c983){const _0x4ac68f=a63_0x4ac6();return a63_0x113d=function(_0x113d97,_0x326aa3){_0x113d97=_0x113d97-0x15f;let _0x81844c=_0x4ac68f[_0x113d97];return _0x81844c;},a63_0x113d(_0x2b508c,_0x46c983);}class PerformanceTester{static [a63_0x99deef(0x292)];static ['_events']=[];static ['_measureEvents']=[];static [a63_0x99deef(0x21e)]=[];static [a63_0x99deef(0x21c)]=![];static [a63_0x99deef(0x280)]=a63_0x99deef(0x271);static [a63_0x99deef(0x252)]=a63_0x99deef(0x1ed);static[a63_0x99deef(0x167)](_0x58fd2f=a63_0x99deef(0x271),_0x65b663=a63_0x99deef(0x1ed)){const _0x52a110=a63_0x99deef,_0x31431c={};_0x31431c['hzLfr']=function(_0x531df3,_0x43a757){return _0x531df3===_0x43a757;},_0x31431c[_0x52a110(0x1aa)]=_0x52a110(0x243),_0x31431c[_0x52a110(0x1df)]=_0x52a110(0x1a4),_0x31431c[_0x52a110(0x1c7)]=function(_0x17fc3b,_0x4e93e7){return _0x17fc3b!==_0x4e93e7;},_0x31431c[_0x52a110(0x168)]=_0x52a110(0x1c3),_0x31431c['iwRzz']=function(_0x258b34,_0xe2379f){return _0x258b34===_0xe2379f;},_0x31431c[_0x52a110(0x249)]=_0x52a110(0x27d),_0x31431c[_0x52a110(0x1dc)]=function(_0x3d0696,_0x236d09){return _0x3d0696+_0x236d09;},_0x31431c[_0x52a110(0x285)]=function(_0x480d7f,_0x504506){return _0x480d7f===_0x504506;},_0x31431c[_0x52a110(0x16d)]=_0x52a110(0x239),_0x31431c[_0x52a110(0x187)]=function(_0x34168e,_0x46c112){return _0x34168e===_0x46c112;},_0x31431c[_0x52a110(0x262)]=_0x52a110(0x161),_0x31431c[_0x52a110(0x1d9)]=_0x52a110(0x281),_0x31431c['muFPK']='function';const _0x1a0921=_0x31431c;if(this['started']||!this[_0x52a110(0x17d)]()){if(_0x1a0921[_0x52a110(0x187)](_0x1a0921[_0x52a110(0x262)],_0x1a0921['AgNXH']))return _0x1e0902['apply'](null,_0x4ecfb7);else return;}this[_0x52a110(0x292)]=new PerformanceObserver(_0x244703=>{const _0x4472dd=_0x52a110;if(_0x1a0921[_0x4472dd(0x285)](_0x1a0921[_0x4472dd(0x16d)],_0x1a0921[_0x4472dd(0x16d)]))_0x244703[_0x4472dd(0x1eb)]()[_0x4472dd(0x290)](_0x49363d=>{const _0x287013=_0x4472dd;if(_0x1a0921[_0x287013(0x1fd)](_0x1a0921[_0x287013(0x1aa)],_0x1a0921[_0x287013(0x1aa)])){if(_0x1a0921[_0x287013(0x1fd)](_0x49363d[_0x287013(0x23b)],_0x1a0921['nVfOY'])){if(_0x1a0921[_0x287013(0x1c7)](_0x1a0921[_0x287013(0x168)],_0x1a0921[_0x287013(0x168)]))return _0x564382;else this[_0x287013(0x1ba)]['push'](_0x49363d);}else{if(_0x1a0921['iwRzz'](_0x1a0921[_0x287013(0x249)],_0x1a0921[_0x287013(0x249)]))this[_0x287013(0x232)][_0x287013(0x220)](_0x49363d);else{const _0x114b30={};return _0x114b30['measures']=[],_0x114b30[_0x287013(0x185)]=[],_0x114b30;}}}else _0xb60c29[_0x27f2c4[_0x287013(0x279)]]=0x0;});else{if(_0x1a0921[_0x4472dd(0x1b6)](this[_0x4472dd(0x1ba)][_0x4472dd(0x270)],0x0))return;const _0x5ecc2e=this['getCleanedPerfEvents'](),_0x16b5d3=_0x16758e['stringify'](_0x5ecc2e),_0x534ca3=_0x1a0921['eMFMc'](_0x16b5d3[_0x4472dd(0x258)](0x1,-0x1),',');_0x285d0b[_0x4472dd(0x256)](this[_0x4472dd(0x280)],_0x534ca3);}});const _0x373e2e={};_0x373e2e[_0x52a110(0x237)]=!![],_0x373e2e[_0x52a110(0x235)]=[_0x1a0921[_0x52a110(0x197)],_0x1a0921['nVfOY']],this[_0x52a110(0x292)][_0x52a110(0x194)](_0x373e2e),this[_0x52a110(0x21c)]=!![],this[_0x52a110(0x280)]=_0x58fd2f,this[_0x52a110(0x252)]=_0x65b663;}static[a63_0x99deef(0x17b)](){return performance;}static[a63_0x99deef(0x170)](_0x5e7783,_0x52a062){const _0x44cd40=a63_0x99deef,_0x41b056={};_0x41b056['ohXRt']=function(_0xbc04b3,_0xdb3d2e){return _0xbc04b3===_0xdb3d2e;},_0x41b056[_0x44cd40(0x25c)]='WkEda',_0x41b056[_0x44cd40(0x1f0)]=function(_0x14c869,_0x3f7ddd){return _0x14c869===_0x3f7ddd;},_0x41b056[_0x44cd40(0x18e)]=_0x44cd40(0x19d),_0x41b056['trSTh']=_0x44cd40(0x192),_0x41b056[_0x44cd40(0x1b2)]=function(_0xdcf382,_0x4bd2f2){return _0xdcf382!==_0x4bd2f2;},_0x41b056[_0x44cd40(0x164)]='fNtAP',_0x41b056[_0x44cd40(0x26d)]='oXHUu',_0x41b056[_0x44cd40(0x231)]=function(_0x3ee3c2,_0x536c97){return _0x3ee3c2+_0x536c97;},_0x41b056['PAYtV']=function(_0x5dd93e,_0x116be4){return _0x5dd93e||_0x116be4;},_0x41b056[_0x44cd40(0x293)]=_0x44cd40(0x193),_0x41b056[_0x44cd40(0x242)]='wOZTO';const _0x64c7ad=_0x41b056,_0x492d99={};if(!_0x5e7783||_0x64c7ad[_0x44cd40(0x1f0)](_0x5e7783['length'],0x0)){if(_0x64c7ad[_0x44cd40(0x1f0)](_0x64c7ad[_0x44cd40(0x293)],_0x64c7ad['sCYvk']))return[];else return;}_0x5e7783['map'](_0x23c8bd=>{const _0x27cf20=_0x44cd40;if(_0x64c7ad[_0x27cf20(0x1ef)](_0x64c7ad['LDzzW'],_0x64c7ad[_0x27cf20(0x25c)])){if(!_0x492d99[_0x23c8bd['name']]){if(_0x64c7ad[_0x27cf20(0x1f0)](_0x64c7ad[_0x27cf20(0x18e)],_0x64c7ad['trSTh'])){if(!this[_0x27cf20(0x17d)]())return;this[_0x27cf20(0x292)][_0x27cf20(0x28d)](),this['pushPerfMeasures'](),this[_0x27cf20(0x1ae)]();}else _0x492d99[_0x23c8bd[_0x27cf20(0x279)]]=0x0;}_0x492d99[_0x23c8bd[_0x27cf20(0x279)]]+=_0x23c8bd[_0x27cf20(0x191)];}else _0x5599f3=_0x4489df[_0x27cf20(0x1f2)](this[_0x27cf20(0x21e)]);});const _0x53450d=_0x52a062[_0x44cd40(0x1bf)]((_0x52b5ad,_0x29718f)=>{const _0x3d52a7=_0x44cd40;if(_0x64c7ad[_0x3d52a7(0x1b2)](_0x64c7ad['gAjYC'],_0x64c7ad[_0x3d52a7(0x26d)]))return _0x64c7ad[_0x3d52a7(0x231)](_0x492d99[_0x29718f],_0x64c7ad['PAYtV'](_0x52b5ad,0x0));else return;},0x0);return _0x53450d;}static async[a63_0x99deef(0x1a6)](_0x464b46,_0x182952){const _0x18e9b2=a63_0x99deef,_0x27c14b={'XDItT':function(_0xef3229,_0x3eed6e){return _0xef3229===_0x3eed6e;},'bKKAn':'TPVAI','ZCrpa':function(_0x1517a2,_0x4b3a24){return _0x1517a2===_0x4b3a24;},'cUXQs':'AVNGx','HjGoC':'yDMle','YKscU':function(_0x78c46f,_0x437f98){return _0x78c46f/_0x437f98;},'LRzYF':function(_0x23894e,_0x4f3ef6){return _0x23894e+_0x4f3ef6;},'fHuaF':function(_0x400229,_0x248d9d){return _0x400229*_0x248d9d;},'SYMIY':function(_0x550b00,_0x3a63be){return _0x550b00+_0x3a63be;},'WLHqI':function(_0x2e508c,_0x1d120e){return _0x2e508c!==_0x1d120e;},'KVfbw':_0x18e9b2(0x1a0),'FWwxK':function(_0x14ffb8,_0x361f22){return _0x14ffb8||_0x361f22;},'hOGak':function(_0x236c48,_0x8f9068){return _0x236c48===_0x8f9068;},'BEdGv':_0x18e9b2(0x1a9),'jILrA':_0x18e9b2(0x169),'NpNWq':_0x18e9b2(0x1ad),'wSAzO':function(_0x1692f2,_0x1a84d8){return _0x1692f2!==_0x1a84d8;},'GoddH':'ZJqqm','XPDLe':_0x18e9b2(0x174),'MEegp':_0x18e9b2(0x17a),'mERBP':_0x18e9b2(0x23d),'wnrYj':function(_0x4e7391,_0x4d0c95){return _0x4e7391(_0x4d0c95);},'XuIms':function(_0x23fce1,_0x14e929){return _0x23fce1(_0x14e929);}};if(!_0x464b46||_0x27c14b['hOGak'](_0x464b46['length'],0x0))return _0x27c14b[_0x18e9b2(0x19a)](_0x27c14b['BEdGv'],_0x27c14b[_0x18e9b2(0x23a)])?0x0:[];const _0x411249=[];for(const _0x3e9911 of _0x464b46){if(_0x27c14b[_0x18e9b2(0x257)](_0x27c14b[_0x18e9b2(0x24d)],_0x27c14b['NpNWq'])){const _0x3272e0=path['join']('.',_0x3e9911);try{if(_0x27c14b[_0x18e9b2(0x1d2)](_0x27c14b[_0x18e9b2(0x1d1)],_0x27c14b[_0x18e9b2(0x1f1)])){const _0x3742fe=this['getEventsFromJSON'](_0x3272e0);_0x3742fe[_0x18e9b2(0x178)](_0x12613a=>{const _0x60e594=_0x18e9b2;if(_0x27c14b[_0x60e594(0x1ea)](_0x27c14b[_0x60e594(0x204)],_0x27c14b[_0x60e594(0x204)])){if(!_0x411249[_0x12613a['name']]){if(_0x27c14b['ZCrpa'](_0x27c14b[_0x60e594(0x26c)],_0x27c14b[_0x60e594(0x1cc)]))return;else _0x411249[_0x12613a[_0x60e594(0x279)]]=0x0;}_0x411249[_0x12613a['name']]+=_0x12613a[_0x60e594(0x191)];}else{if(!this[_0x60e594(0x17d)]())return;this['_errorEvents'][_0x60e594(0x220)]({'message':_0x47d3db[_0x60e594(0x226)],'trace':_0x3562eb[_0x60e594(0x253)],'code':_0x4a4a1a[_0x60e594(0x1b8)]||null,'time':new _0x5c0486()});}});}else _0x623f3c[_0x18e9b2(0x1bc)](_0x29f6ed),_0x3fb0bc[_0x18e9b2(0x1a4)](_0x12757f,_0x25c8ec,_0x5e533b);}catch(_0x3c3331){if(_0x27c14b[_0x18e9b2(0x19a)](_0x27c14b[_0x18e9b2(0x180)],_0x27c14b[_0x18e9b2(0x1bb)]))_0x27c14b['wnrYj'](debug,_0x18e9b2(0x1ee)+_0x3c3331[_0x18e9b2(0x24c)]());else{const _0x50a466=_0x28212b[_0x18e9b2(0x279)][_0x18e9b2(0x1b1)](_0x4888fb),_0x3994e0={};_0x3994e0[_0x18e9b2(0x279)]=_0x51bc7a[_0x18e9b2(0x279)],_0x3994e0[_0x18e9b2(0x191)]=_0x225f6f[_0x18e9b2(0x191)]||0x0;const _0x2faf79=_0x3994e0;_0x50a466&&(_0x2faf79['name']=_0x50a466[0x1],_0x2faf79[_0x18e9b2(0x22a)]=_0x1cf373[_0x18e9b2(0x1a8)](_0x50a466[0x2]));if(_0x45317d[_0x2faf79[_0x18e9b2(0x279)]]){const _0x24eeab=_0x1b2e98[_0x2faf79['name']],_0x57b100=_0x1b46cc[_0x2faf79[_0x18e9b2(0x279)]];_0x36c2e8[_0x2faf79[_0x18e9b2(0x279)]][_0x18e9b2(0x191)]=_0x27c14b['YKscU'](_0x27c14b[_0x18e9b2(0x1e9)](_0x27c14b['fHuaF'](_0x24eeab[_0x18e9b2(0x191)],_0x57b100),_0x2faf79[_0x18e9b2(0x191)]),_0x27c14b[_0x18e9b2(0x218)](0x1,_0x57b100)),_0x353d09[_0x2faf79[_0x18e9b2(0x279)]]++;}else _0x3df1ef[_0x2faf79['name']]=_0x2faf79,_0x4414d3[_0x2faf79['name']]=0x1;}}}else return new _0x11b790((_0x21aa09,_0x3572b1)=>{const _0x2fe793=_0x18e9b2;_0x4d2409['then'](_0x5d0c62=>_0x21aa09(_0x5d0c62))[_0x2fe793(0x251)](_0x1c0a8d=>_0x3572b1(_0x1c0a8d))[_0x2fe793(0x1e0)](()=>{_0x4de5ba['mark'](_0x259e5c),_0x2813fb['measure'](_0x45e35f,_0x3eed2d,_0x45c893);});});}const _0x394bf7=_0x182952[_0x18e9b2(0x1bf)]((_0x232212,_0x573760)=>{const _0x3f95e5=_0x18e9b2;if(_0x27c14b[_0x3f95e5(0x19a)](_0x27c14b[_0x3f95e5(0x223)],_0x27c14b[_0x3f95e5(0x223)]))!_0x512029[_0x37f0fb[_0x3f95e5(0x279)]]&&(_0xcdfb5d[_0x328bb3[_0x3f95e5(0x279)]]=0x0),_0x30b670[_0xeaef2c['name']]+=_0x58e0e7[_0x3f95e5(0x191)];else return _0x27c14b[_0x3f95e5(0x1e9)](_0x411249[_0x573760],_0x27c14b[_0x3f95e5(0x16f)](_0x232212,0x0));},0x0);return _0x27c14b[_0x18e9b2(0x28a)](debug,_0x18e9b2(0x1b5)+_0x182952+'\x20for\x20all\x20processes\x20is\x20'+_0x394bf7),_0x394bf7;}static[a63_0x99deef(0x28c)](_0x276f62){const _0x2c6472=a63_0x99deef,_0x50af2e={};_0x50af2e[_0x2c6472(0x1be)]=function(_0x46ba5b,_0xbe649b){return _0x46ba5b!==_0xbe649b;},_0x50af2e[_0x2c6472(0x248)]=_0x2c6472(0x27a),_0x50af2e[_0x2c6472(0x203)]=_0x2c6472(0x294);const _0x4dc69a=_0x50af2e;if(!fs[_0x2c6472(0x18f)](_0x276f62)){if(_0x4dc69a['BiOHP'](_0x4dc69a['acVsQ'],_0x4dc69a[_0x2c6472(0x203)]))return[];else return;}return JSON['parse'](fs['readFileSync'](_0x276f62)[_0x2c6472(0x24c)]());}static async[a63_0x99deef(0x1c6)](_0x15b06d=a63_0x99deef(0x1e6),_0x5ef314=null){const _0x4ce4fc=a63_0x99deef,_0xf9100d={'iWGcB':function(_0x56eb3a,_0x27a36a){return _0x56eb3a===_0x27a36a;},'lRsmD':function(_0x59013e,_0x15536d){return _0x59013e+_0x15536d;},'UaXNp':function(_0x49f53b,_0x227434){return _0x49f53b!==_0x227434;},'HbfiW':_0x4ce4fc(0x18c),'DehLi':'BCsAr','DTAgw':'yvRQH','dkjcN':function(_0x3d042e,_0x2cd359){return _0x3d042e(_0x2cd359);},'eiGPx':_0x4ce4fc(0x26b),'UNTwZ':_0x4ce4fc(0x236)};if(!this[_0x4ce4fc(0x21c)]){if(_0xf9100d[_0x4ce4fc(0x172)](_0xf9100d[_0x4ce4fc(0x163)],_0xf9100d[_0x4ce4fc(0x163)]))return;else return;}await _0xf9100d[_0x4ce4fc(0x1dd)](sleep,0x1e),this[_0x4ce4fc(0x292)][_0x4ce4fc(0x28d)](),this[_0x4ce4fc(0x21c)]=![],this[_0x4ce4fc(0x246)](this['_events']);const _0x1821c8=this[_0x4ce4fc(0x25a)](this['_events']),_0x2d9c24=path[_0x4ce4fc(0x181)](process[_0x4ce4fc(0x27e)](),_0x15b06d);fs['writeFile'](_0x2d9c24,_0x1821c8,_0xc56ad1=>{const _0x38b2ba=_0x4ce4fc;if(_0xf9100d['UaXNp'](_0xf9100d[_0x38b2ba(0x20a)],_0xf9100d[_0x38b2ba(0x215)])){if(_0xc56ad1){if(_0xf9100d[_0x38b2ba(0x172)](_0xf9100d[_0x38b2ba(0x25b)],_0xf9100d[_0x38b2ba(0x25b)])){_0xf9100d[_0x38b2ba(0x1dd)](debug,_0x38b2ba(0x18d)+_0xc56ad1[_0x38b2ba(0x24c)]());return;}else return this['calculateTimeFromEvents'](this[_0x38b2ba(0x232)],_0x4819e4);}_0xf9100d[_0x38b2ba(0x1dd)](debug,_0x38b2ba(0x1cf)+_0x2d9c24);}else{if(_0xf9100d[_0x38b2ba(0x172)](this[_0x38b2ba(0x21e)][_0x38b2ba(0x270)],0x0))return;const _0x3bed22=_0x500f0a[_0x38b2ba(0x1cd)](this[_0x38b2ba(0x21e)]),_0x4cc278=_0xf9100d[_0x38b2ba(0x16b)](_0x3bed22['slice'](0x1,-0x1),',');_0x5d3389[_0x38b2ba(0x256)](this[_0x38b2ba(0x255)],_0x4cc278);}});if(_0x5ef314){if(_0xf9100d[_0x4ce4fc(0x1fe)](_0xf9100d[_0x4ce4fc(0x188)],_0xf9100d[_0x4ce4fc(0x188)]))_0x117016=_0x4c63fe[_0x4ce4fc(0x1f2)](this['getCleanedPerfEvents']());else return this[_0x4ce4fc(0x170)](this[_0x4ce4fc(0x232)],_0x5ef314);}}static[a63_0x99deef(0x25a)](_0x5b64be){const _0x2fc1da=a63_0x99deef,_0x2918a7={};_0x2918a7['ZnSXB']=function(_0x50ff7c,_0x4d2d97){return _0x50ff7c===_0x4d2d97;},_0x2918a7[_0x2fc1da(0x1d0)]=_0x2fc1da(0x196),_0x2918a7[_0x2fc1da(0x199)]=_0x2fc1da(0x245),_0x2918a7[_0x2fc1da(0x275)]=_0x2fc1da(0x19e),_0x2918a7[_0x2fc1da(0x216)]=_0x2fc1da(0x287),_0x2918a7[_0x2fc1da(0x1a7)]=_0x2fc1da(0x25d),_0x2918a7[_0x2fc1da(0x274)]=_0x2fc1da(0x16e);const _0x5bc4b7=_0x2918a7;let _0x3effea=_0x5bc4b7['APyID'];return _0x3effea+=_0x5bc4b7[_0x2fc1da(0x216)],_0x3effea+=_0x5bc4b7[_0x2fc1da(0x1a7)],_0x5b64be[_0x2fc1da(0x290)](_0x5804b7=>{const _0x5a1229=_0x2fc1da;if(_0x5bc4b7['ZnSXB'](_0x5bc4b7['rGVWG'],_0x5bc4b7[_0x5a1229(0x199)])){const _0x2e734f=this[_0x5a1229(0x28c)](_0x4985e9);_0x2e734f[_0x5a1229(0x178)](_0x17ad23=>{const _0x10e332=_0x5a1229;!_0x5508f0[_0x17ad23[_0x10e332(0x279)]]&&(_0x260826[_0x17ad23[_0x10e332(0x279)]]=0x0),_0x53bfe5[_0x17ad23[_0x10e332(0x279)]]+=_0x17ad23['duration'];});}else _0x3effea+=_0x5a1229(0x1d4)+_0x5804b7[_0x5a1229(0x279)]+_0x5a1229(0x244)+_0x5804b7[_0x5a1229(0x191)]+_0x5a1229(0x276);}),_0x3effea+=_0x5bc4b7[_0x2fc1da(0x274)],_0x3effea;}static['generateJSON'](_0xdb785e){const _0x4d4960=a63_0x99deef,_0x3a2b6a={};_0x3a2b6a[_0x4d4960(0x1e1)]=function(_0x3bf6bd,_0x2cf3f9){return _0x3bf6bd===_0x2cf3f9;},_0x3a2b6a[_0x4d4960(0x286)]=_0x4d4960(0x1f8),_0x3a2b6a[_0x4d4960(0x250)]=function(_0x47ffc9,_0x2f75b5){return _0x47ffc9!==_0x2f75b5;},_0x3a2b6a[_0x4d4960(0x26f)]='fozdP',_0x3a2b6a[_0x4d4960(0x22e)]=_0x4d4960(0x24b),_0x3a2b6a[_0x4d4960(0x1ca)]=function(_0x6c8f4,_0xf18180){return _0x6c8f4!==_0xf18180;},_0x3a2b6a[_0x4d4960(0x162)]=_0x4d4960(0x1cb),_0x3a2b6a['XQktM']='paSna',_0x3a2b6a[_0x4d4960(0x1fc)]=_0x4d4960(0x26a);const _0x122ade=_0x3a2b6a;if(!this[_0x4d4960(0x280)]){if(_0x122ade[_0x4d4960(0x1e1)](_0x122ade[_0x4d4960(0x1fc)],_0x122ade[_0x4d4960(0x1fc)]))return;else{if(!_0x57c105['existsSync'](_0x11c5e7))return[];return _0x5bd0e8[_0x4d4960(0x1a8)](_0x41b736['readFileSync'](_0x228ca9)[_0x4d4960(0x24c)]());}}const _0x491281={};_0xdb785e[_0x4d4960(0x178)](_0x27ce5f=>{const _0x44ea35=_0x4d4960,_0x2ee504={'TVEIr':function(_0x230402,_0x423e6d){return _0x122ade['MFwCk'](_0x230402,_0x423e6d);},'yQiaz':_0x122ade[_0x44ea35(0x286)]};if(_0x122ade[_0x44ea35(0x250)](_0x122ade[_0x44ea35(0x26f)],_0x122ade[_0x44ea35(0x26f)]))return _0x475ad6[_0x44ea35(0x221)][_0x44ea35(0x1b3)]&&_0x2ee504['TVEIr'](_0x4d3c32['env'][_0x44ea35(0x1b3)],_0x2ee504[_0x44ea35(0x173)]);else!_0x491281[_0x27ce5f[_0x44ea35(0x279)]]&&(_0x122ade['eAFYC'](_0x122ade[_0x44ea35(0x22e)],_0x122ade[_0x44ea35(0x22e)])?_0x31c8ac=_0x56489c+'['+_0x35b81c[_0x44ea35(0x1cd)](_0x20b65e)+']':_0x491281[_0x27ce5f[_0x44ea35(0x279)]]=0x0),_0x491281[_0x27ce5f[_0x44ea35(0x279)]]+=_0x27ce5f[_0x44ea35(0x191)];});const _0x22eb94=Object[_0x4d4960(0x21b)](_0x491281)[_0x4d4960(0x178)](([_0x9c120b,_0x3848c5])=>{const _0x15102b=_0x4d4960;if(_0x122ade[_0x15102b(0x1ca)](_0x122ade['odLFt'],_0x122ade[_0x15102b(0x22c)])){const _0xb78d73={};return _0xb78d73[_0x15102b(0x279)]=_0x9c120b,_0xb78d73[_0x15102b(0x191)]=_0x3848c5,_0xb78d73;}else this[_0x15102b(0x232)][_0x15102b(0x220)](_0x2e4b28);});fs[_0x4d4960(0x1fb)](this[_0x4d4960(0x280)],JSON[_0x4d4960(0x1cd)](_0x22eb94));}static[a63_0x99deef(0x17d)](){const _0x51bc24=a63_0x99deef,_0x2cf558={};_0x2cf558[_0x51bc24(0x1af)]=function(_0x57562d,_0x37cb54){return _0x57562d===_0x37cb54;},_0x2cf558[_0x51bc24(0x268)]=_0x51bc24(0x1f8);const _0x362f0b=_0x2cf558;return process[_0x51bc24(0x221)][_0x51bc24(0x1b3)]&&_0x362f0b['tnOMg'](process['env'][_0x51bc24(0x1b3)],_0x362f0b[_0x51bc24(0x268)]);}static[a63_0x99deef(0x1a4)](_0x5b1459,_0x5b9f9a,_0x186c17=null,_0x282626=null){const _0x1fb30d=a63_0x99deef,_0x1b394f={};_0x1b394f[_0x1fb30d(0x1e3)]=function(_0x4373b8,_0x225eb8){return _0x4373b8+_0x225eb8;},_0x1b394f[_0x1fb30d(0x219)]=function(_0x17b710,_0x664432){return _0x17b710||_0x664432;},_0x1b394f['fCetE']=function(_0xf25553,_0x1de11c){return _0xf25553===_0x1de11c;},_0x1b394f[_0x1fb30d(0x1b4)]='fXfiL',_0x1b394f[_0x1fb30d(0x1c4)]=function(_0x3cfc4d,_0x35b47f){return _0x3cfc4d/_0x35b47f;},_0x1b394f['hNZSm']=function(_0x5daef8,_0x39e405){return _0x5daef8+_0x39e405;},_0x1b394f[_0x1fb30d(0x254)]=function(_0x407aa0,_0x9d4b2d){return _0x407aa0*_0x9d4b2d;},_0x1b394f[_0x1fb30d(0x213)]=function(_0xdcee90,_0x528f05){return _0xdcee90!==_0x528f05;},_0x1b394f[_0x1fb30d(0x208)]=_0x1fb30d(0x1d3),_0x1b394f[_0x1fb30d(0x1e7)]=function(_0x4c1c6b,_0x36e487){return _0x4c1c6b===_0x36e487;},_0x1b394f[_0x1fb30d(0x1fa)]=_0x1fb30d(0x1c0),_0x1b394f[_0x1fb30d(0x240)]=_0x1fb30d(0x16c),_0x1b394f['egpjq']=function(_0xee0a40,_0x219742){return _0xee0a40===_0x219742;},_0x1b394f[_0x1fb30d(0x198)]='yjXUM',_0x1b394f['NLuSC']=_0x1fb30d(0x265),_0x1b394f[_0x1fb30d(0x186)]=_0x1fb30d(0x241),_0x1b394f[_0x1fb30d(0x25e)]=_0x1fb30d(0x283),_0x1b394f[_0x1fb30d(0x1f6)]=function(_0x4e452b,_0x4cd17b){return _0x4e452b+_0x4cd17b;},_0x1b394f[_0x1fb30d(0x247)]='-start',_0x1b394f[_0x1fb30d(0x27c)]=_0x1fb30d(0x263),_0x1b394f[_0x1fb30d(0x284)]=function(_0x15ac4f,_0x206b0f){return _0x15ac4f instanceof _0x206b0f;},_0x1b394f[_0x1fb30d(0x1ff)]=function(_0x3512ab,_0xc096c0){return _0x3512ab!==_0xc096c0;},_0x1b394f['LdFLw']=_0x1fb30d(0x177),_0x1b394f['VARHj']=_0x1fb30d(0x228);const _0x102f91=_0x1b394f;try{if(_0x102f91['NdrdQ'](_0x102f91[_0x1fb30d(0x1fa)],_0x102f91[_0x1fb30d(0x240)]))return _0x102f91['ZeCwN'](_0x72e661[_0x69a72b],_0x102f91[_0x1fb30d(0x219)](_0x5a6691,0x0));else{if(this[_0x1fb30d(0x21c)]&&this['isEnabled']()){if(_0x102f91[_0x1fb30d(0x182)](_0x102f91['ndpWh'],_0x102f91['NLuSC']))!_0x127e14[_0x51d76c['name']]&&(_0x4196bc[_0x5b7543[_0x1fb30d(0x279)]]=0x0),_0x28cd0a[_0xd4d2d6[_0x1fb30d(0x279)]]+=_0x37ae75[_0x1fb30d(0x191)];else{let _0x229a11=_0x5b1459;if(_0x186c17){if(_0x102f91[_0x1fb30d(0x28b)](_0x102f91[_0x1fb30d(0x186)],_0x102f91[_0x1fb30d(0x25e)]))return 0x0;else _0x229a11=_0x5b1459+'['+JSON[_0x1fb30d(0x1cd)](_0x186c17)+']';}const _0x3907c9=_0x102f91[_0x1fb30d(0x1f6)](_0x229a11,_0x102f91['EDhPM']),_0x35c205=_0x102f91[_0x1fb30d(0x233)](_0x229a11,_0x102f91[_0x1fb30d(0x27c)]);performance[_0x1fb30d(0x1bc)](_0x3907c9);const _0x5a2e3a=_0x5b9f9a[_0x1fb30d(0x205)](null,_0x282626);if(_0x102f91['ysQil'](_0x5a2e3a,Promise)){if(_0x102f91[_0x1fb30d(0x1ff)](_0x102f91[_0x1fb30d(0x1d6)],_0x102f91['LdFLw'])){const _0x5576c5={};return _0x5576c5[_0x1fb30d(0x279)]=_0x1c219b,_0x5576c5[_0x1fb30d(0x191)]=_0x275973,_0x5576c5;}else return new Promise((_0x476e8e,_0x105469)=>{const _0x4a679f=_0x1fb30d,_0x1d21ee={'DVomK':function(_0x512016,_0x31a684){const _0x2a692e=a63_0x113d;return _0x102f91[_0x2a692e(0x1c4)](_0x512016,_0x31a684);},'CMaIS':function(_0x463c00,_0x36b45e){const _0x31c3ee=a63_0x113d;return _0x102f91[_0x31c3ee(0x233)](_0x463c00,_0x36b45e);},'aLrCq':function(_0x17d8f9,_0x3cea4d){const _0x14e750=a63_0x113d;return _0x102f91[_0x14e750(0x254)](_0x17d8f9,_0x3cea4d);}};_0x102f91['Bofmn'](_0x102f91[_0x4a679f(0x208)],_0x102f91[_0x4a679f(0x208)])?_0x4370ee+=_0x4a679f(0x1d4)+_0x5e9a58[_0x4a679f(0x279)]+'</td><td>'+_0x1087af[_0x4a679f(0x191)]+_0x4a679f(0x276):_0x5a2e3a[_0x4a679f(0x278)](_0x5d890a=>_0x476e8e(_0x5d890a))[_0x4a679f(0x251)](_0x50f916=>_0x105469(_0x50f916))[_0x4a679f(0x1e0)](()=>{const _0x30221f=_0x4a679f;if(_0x102f91['fCetE'](_0x102f91[_0x30221f(0x1b4)],_0x102f91[_0x30221f(0x1b4)]))performance[_0x30221f(0x1bc)](_0x35c205),performance[_0x30221f(0x1a4)](_0x229a11,_0x3907c9,_0x35c205);else{const _0x37baf6=_0x10d0a5[_0x2b8621[_0x30221f(0x279)]],_0x39e0e1=_0x56a6a3[_0x543a80[_0x30221f(0x279)]];_0x45ca6d[_0xb4d6b9[_0x30221f(0x279)]][_0x30221f(0x191)]=_0x1d21ee[_0x30221f(0x1ec)](_0x1d21ee['CMaIS'](_0x1d21ee[_0x30221f(0x190)](_0x37baf6[_0x30221f(0x191)],_0x39e0e1),_0x23426e[_0x30221f(0x191)]),_0x1d21ee[_0x30221f(0x20d)](0x1,_0x39e0e1)),_0x4cedb3[_0x5854f0[_0x30221f(0x279)]]++;}});});};return performance[_0x1fb30d(0x1bc)](_0x35c205),performance[_0x1fb30d(0x1a4)](_0x229a11,_0x3907c9,_0x35c205),_0x5a2e3a;}};return _0x5b9f9a[_0x1fb30d(0x205)](null,_0x282626);}}catch(_0x4c4a19){return _0x102f91[_0x1fb30d(0x1e7)](_0x102f91[_0x1fb30d(0x17c)],_0x102f91[_0x1fb30d(0x17c)])?_0x5b9f9a[_0x1fb30d(0x205)](null,_0x282626):this[_0x1fb30d(0x1ba)];}}static[a63_0x99deef(0x207)](_0x13556d,_0xd9e272){const _0x5b4432=a63_0x99deef,_0x12b85f={};_0x12b85f['cfITC']=function(_0x19aba2,_0x2d3c45){return _0x19aba2===_0x2d3c45;},_0x12b85f[_0x5b4432(0x22d)]=_0x5b4432(0x1a4),_0x12b85f[_0x5b4432(0x1a1)]=_0x5b4432(0x1c8);const _0x11847e=_0x12b85f,_0x103c4a=this;return function(){const _0x230c1d=_0x5b4432;if(_0x11847e['cfITC'](_0x11847e[_0x230c1d(0x1a1)],_0x11847e[_0x230c1d(0x1a1)])){const _0xab1202=[_0x13556d,_0xd9e272,null][_0x230c1d(0x1f2)](arguments);return _0x103c4a[_0x230c1d(0x1a4)]['apply'](_0x103c4a,_0xab1202);}else _0x11847e[_0x230c1d(0x1ac)](_0x2a78f6['entryType'],_0x11847e[_0x230c1d(0x22d)])?this['_measureEvents'][_0x230c1d(0x220)](_0x2357fb):this[_0x230c1d(0x232)][_0x230c1d(0x220)](_0x24000e);};}static[a63_0x99deef(0x1e2)](){const _0x2baaa1=a63_0x99deef,_0x72b4cf={};_0x72b4cf['zzqbC']=function(_0x2878f3,_0x1f30bd){return _0x2878f3===_0x1f30bd;},_0x72b4cf[_0x2baaa1(0x210)]=_0x2baaa1(0x1a4),_0x72b4cf[_0x2baaa1(0x1e4)]=_0x2baaa1(0x19e),_0x72b4cf[_0x2baaa1(0x273)]=_0x2baaa1(0x287),_0x72b4cf[_0x2baaa1(0x16a)]=_0x2baaa1(0x25d),_0x72b4cf[_0x2baaa1(0x21a)]=_0x2baaa1(0x16e),_0x72b4cf['ktFNk']=function(_0x429e72,_0x3b70d1){return _0x429e72!==_0x3b70d1;},_0x72b4cf[_0x2baaa1(0x21d)]=_0x2baaa1(0x1ab),_0x72b4cf[_0x2baaa1(0x259)]=function(_0x401215,_0x584fde){return _0x401215===_0x584fde;},_0x72b4cf[_0x2baaa1(0x1e5)]=_0x2baaa1(0x27b),_0x72b4cf[_0x2baaa1(0x212)]=function(_0x2d795f,_0x442a05){return _0x2d795f===_0x442a05;},_0x72b4cf[_0x2baaa1(0x1e8)]=_0x2baaa1(0x183),_0x72b4cf[_0x2baaa1(0x175)]=function(_0x21f9aa,_0x59ce1a){return _0x21f9aa/_0x59ce1a;},_0x72b4cf[_0x2baaa1(0x230)]=function(_0x132314,_0x5e9318){return _0x132314+_0x5e9318;},_0x72b4cf['RLpFe']=function(_0x16cea2,_0x1920e8){return _0x16cea2*_0x1920e8;},_0x72b4cf[_0x2baaa1(0x17f)]=_0x2baaa1(0x214);const _0x3003d1=_0x72b4cf,_0x20c0fa=/(^.*)\[(.*)\]$/,_0x3cbcd1={},_0x66cf82={};for(const _0x135ece of this['_measureEvents']){if(_0x3003d1[_0x2baaa1(0x200)](_0x3003d1['SzOIx'],_0x3003d1['SzOIx']))return this[_0x2baaa1(0x21e)];else{const _0x407ba0=_0x135ece[_0x2baaa1(0x279)]['match'](_0x20c0fa),_0x27f960={};_0x27f960[_0x2baaa1(0x279)]=_0x135ece[_0x2baaa1(0x279)],_0x27f960[_0x2baaa1(0x191)]=_0x135ece[_0x2baaa1(0x191)]||0x0;const _0x226012=_0x27f960;_0x407ba0&&(_0x3003d1['UNZvV'](_0x3003d1[_0x2baaa1(0x1e5)],_0x3003d1[_0x2baaa1(0x1e5)])?(_0x226012['name']=_0x407ba0[0x1],_0x226012[_0x2baaa1(0x22a)]=JSON[_0x2baaa1(0x1a8)](_0x407ba0[0x2])):(!_0xd80cdd[_0x1a23a9[_0x2baaa1(0x279)]]&&(_0x597d8f[_0x5c758a[_0x2baaa1(0x279)]]=0x0),_0x535341[_0x7e2cd0['name']]+=_0x4ce10e['duration']));if(_0x3cbcd1[_0x226012['name']]){if(_0x3003d1[_0x2baaa1(0x212)](_0x3003d1[_0x2baaa1(0x1e8)],_0x3003d1['tQKWD'])){const _0x489e4c=_0x3cbcd1[_0x226012[_0x2baaa1(0x279)]],_0x364dd6=_0x66cf82[_0x226012['name']];_0x3cbcd1[_0x226012[_0x2baaa1(0x279)]][_0x2baaa1(0x191)]=_0x3003d1[_0x2baaa1(0x175)](_0x3003d1[_0x2baaa1(0x230)](_0x3003d1[_0x2baaa1(0x1a3)](_0x489e4c[_0x2baaa1(0x191)],_0x364dd6),_0x226012[_0x2baaa1(0x191)]),_0x3003d1[_0x2baaa1(0x230)](0x1,_0x364dd6)),_0x66cf82[_0x226012[_0x2baaa1(0x279)]]++;}else{const _0x35b1b3={'RDjRQ':function(_0x3e3779,_0x5569b8){return _0x3003d1['zzqbC'](_0x3e3779,_0x5569b8);},'jvslh':_0x3003d1[_0x2baaa1(0x210)]};_0x5364c7['getEntries']()[_0x2baaa1(0x290)](_0x113a18=>{const _0x1427b9=_0x2baaa1;_0x35b1b3['RDjRQ'](_0x113a18['entryType'],_0x35b1b3[_0x1427b9(0x1c1)])?this[_0x1427b9(0x1ba)][_0x1427b9(0x220)](_0x113a18):this[_0x1427b9(0x232)][_0x1427b9(0x220)](_0x113a18);});}}else{if(_0x3003d1[_0x2baaa1(0x200)](_0x3003d1[_0x2baaa1(0x17f)],_0x3003d1[_0x2baaa1(0x17f)])){let _0xfd2eec=_0x3003d1[_0x2baaa1(0x1e4)];return _0xfd2eec+=_0x3003d1[_0x2baaa1(0x273)],_0xfd2eec+=_0x3003d1[_0x2baaa1(0x16a)],_0x1ed321['forEach'](_0x2fb053=>{const _0x1d46fa=_0x2baaa1;_0xfd2eec+='<tr><td>'+_0x2fb053['name']+'</td><td>'+_0x2fb053[_0x1d46fa(0x191)]+'</td></tr>';}),_0xfd2eec+=_0x3003d1['MZXgl'],_0xfd2eec;}else _0x3cbcd1[_0x226012[_0x2baaa1(0x279)]]=_0x226012,_0x66cf82[_0x226012['name']]=0x1;}}}return Object[_0x2baaa1(0x1b9)](_0x3cbcd1);}static[a63_0x99deef(0x1b0)](){const _0x35637c=a63_0x99deef,_0x9fadd5={};_0x9fadd5['RRNml']=function(_0x1c5b00,_0x30223a){return _0x1c5b00===_0x30223a;},_0x9fadd5['kUAUL']=function(_0x1d97b2,_0x577ed2){return _0x1d97b2!==_0x577ed2;},_0x9fadd5[_0x35637c(0x179)]=_0x35637c(0x1d5),_0x9fadd5[_0x35637c(0x24f)]=function(_0x5187b4,_0x3fc753){return _0x5187b4+_0x3fc753;};const _0x585cfa=_0x9fadd5;if(_0x585cfa['RRNml'](this['_measureEvents'][_0x35637c(0x270)],0x0)){if(_0x585cfa[_0x35637c(0x261)](_0x585cfa['offPu'],_0x585cfa[_0x35637c(0x179)])){const _0x41a3c6=[_0x4a5f0c,_0x5371e0,null][_0x35637c(0x1f2)](arguments);return _0x9a6050['measure'][_0x35637c(0x205)](_0x507dae,_0x41a3c6);}else return;}const _0x5bc726=this[_0x35637c(0x1e2)](),_0x4e53d2=JSON['stringify'](_0x5bc726),_0x2ec32f=_0x585cfa[_0x35637c(0x24f)](_0x4e53d2[_0x35637c(0x258)](0x1,-0x1),',');fs[_0x35637c(0x256)](this[_0x35637c(0x280)],_0x2ec32f);}static[a63_0x99deef(0x21f)](){const _0x4153f8=a63_0x99deef,_0x1866b9={'kHfqD':function(_0x185f43,_0x216f47){return _0x185f43(_0x216f47);},'Penfq':function(_0x8a2bb4,_0x41f1f4){return _0x8a2bb4(_0x41f1f4);},'sdmjS':function(_0x2739c2,_0x416820){return _0x2739c2===_0x416820;},'JiFni':'ovbez','HfiUX':'FlLbd','pvtPn':function(_0x32b7ad,_0x4db5a2){return _0x32b7ad!==_0x4db5a2;},'wlEJV':_0x4153f8(0x1f4),'CWJoJ':function(_0x409b44,_0x3010a7){return _0x409b44>_0x3010a7;},'ZwDhs':function(_0x50e142,_0x2e8b2e){return _0x50e142===_0x2e8b2e;},'KiTYz':_0x4153f8(0x234),'ruQJy':_0x4153f8(0x19b)};if(!this[_0x4153f8(0x21c)]||_0x1866b9[_0x4153f8(0x15f)](this[_0x4153f8(0x1ba)][_0x4153f8(0x270)],0x0)){if(_0x1866b9[_0x4153f8(0x15f)](_0x1866b9[_0x4153f8(0x20b)],_0x1866b9['HfiUX'])){if(_0x3b8545){_0x1866b9[_0x4153f8(0x18a)](_0x9eb44c,_0x4153f8(0x18d)+_0x2b5c7b['toString']());return;}_0x1866b9[_0x4153f8(0x18a)](_0x4fb2b9,_0x4153f8(0x1cf)+_0x23882c);}else return[];}if(!fs[_0x4153f8(0x18f)](this[_0x4153f8(0x280)])){if(_0x1866b9[_0x4153f8(0x20f)](_0x1866b9[_0x4153f8(0x27f)],_0x1866b9['wlEJV']))return;else return this[_0x4153f8(0x1ba)];}let _0x40e122=fs[_0x4153f8(0x23f)](this[_0x4153f8(0x280)])[_0x4153f8(0x24c)]();_0x40e122='['+_0x40e122[_0x4153f8(0x258)](0x0,-0x1)+']';let _0x28c9da=JSON[_0x4153f8(0x1a8)](_0x40e122);return _0x1866b9[_0x4153f8(0x272)](this['_measureEvents'][_0x4153f8(0x270)],0x0)&&(_0x1866b9[_0x4153f8(0x166)](_0x1866b9[_0x4153f8(0x1c5)],_0x1866b9[_0x4153f8(0x1f3)])?_0x1866b9['Penfq'](_0x571273,_0x4153f8(0x1ee)+_0x22b364[_0x4153f8(0x24c)]()):_0x28c9da=_0x28c9da[_0x4153f8(0x1f2)](this[_0x4153f8(0x1e2)]())),this[_0x4153f8(0x292)][_0x4153f8(0x28d)](),fs[_0x4153f8(0x217)](this[_0x4153f8(0x280)]),_0x28c9da;}static['pushErrors'](){const _0x2f186c=a63_0x99deef,_0x37f2ba={'UvLUm':function(_0x5d07bc,_0x560555){return _0x5d07bc(_0x560555);},'mxSZT':function(_0x3ee227,_0x527c68){return _0x3ee227===_0x527c68;},'uwUwY':function(_0x5c4353,_0x9d7a37){return _0x5c4353!==_0x9d7a37;},'avBDm':_0x2f186c(0x22b),'KJsjs':function(_0xb650a1,_0x17a519){return _0xb650a1+_0x17a519;}};if(_0x37f2ba[_0x2f186c(0x1c9)](this[_0x2f186c(0x21e)][_0x2f186c(0x270)],0x0)){if(_0x37f2ba['uwUwY'](_0x37f2ba[_0x2f186c(0x1d8)],_0x37f2ba['avBDm'])){_0x37f2ba['UvLUm'](_0x4b9fe8,_0x2f186c(0x18d)+_0x243f9b[_0x2f186c(0x24c)]());return;}else return;}const _0x25b825=JSON[_0x2f186c(0x1cd)](this[_0x2f186c(0x21e)]),_0x1459f9=_0x37f2ba[_0x2f186c(0x1b7)](_0x25b825[_0x2f186c(0x258)](0x1,-0x1),',');fs[_0x2f186c(0x256)](this['errorFile'],_0x1459f9);}static[a63_0x99deef(0x20c)](){const _0x1b3072=a63_0x99deef,_0x562966={};_0x562966[_0x1b3072(0x201)]=function(_0x31c6c3,_0xa59861){return _0x31c6c3+_0xa59861;},_0x562966[_0x1b3072(0x22f)]=function(_0x122095,_0x47c431){return _0x122095||_0x47c431;},_0x562966[_0x1b3072(0x222)]=function(_0x4c9a4a,_0x255a6f){return _0x4c9a4a!==_0x255a6f;},_0x562966['PDtuU']=_0x1b3072(0x20e),_0x562966[_0x1b3072(0x227)]=function(_0x4350c4,_0x52963a){return _0x4350c4>_0x52963a;},_0x562966[_0x1b3072(0x269)]=function(_0x216901,_0x5744ea){return _0x216901!==_0x5744ea;},_0x562966['DSXfl']='AVobq',_0x562966[_0x1b3072(0x266)]=_0x1b3072(0x1c2);const _0x2ce92e=_0x562966;if(!fs[_0x1b3072(0x18f)](this[_0x1b3072(0x252)]))return _0x2ce92e[_0x1b3072(0x222)](_0x2ce92e['PDtuU'],_0x2ce92e[_0x1b3072(0x18b)])?_0x2ce92e[_0x1b3072(0x201)](_0x33f190[_0x1a0bba],_0x2ce92e['OPTIg'](_0x406921,0x0)):this[_0x1b3072(0x21e)];let _0x58e17f=fs['readFileSync'](this['errorReportFileName'])[_0x1b3072(0x24c)]();_0x58e17f='['+_0x58e17f[_0x1b3072(0x258)](0x0,-0x1)+']';let _0x3bccd3=JSON[_0x1b3072(0x1a8)](_0x58e17f);if(_0x2ce92e[_0x1b3072(0x227)](this['_errorEvents'][_0x1b3072(0x270)],0x0)){if(_0x2ce92e[_0x1b3072(0x269)](_0x2ce92e[_0x1b3072(0x291)],_0x2ce92e[_0x1b3072(0x266)]))_0x3bccd3=_0x3bccd3['concat'](this['_errorEvents']);else return;}return fs[_0x1b3072(0x217)](this['errorReportFileName']),_0x3bccd3;}static[a63_0x99deef(0x224)](_0x5eecec){const _0x3ccec6=a63_0x99deef,_0x484a1e={};_0x484a1e[_0x3ccec6(0x238)]=function(_0x184bbb,_0x52d8b5){return _0x184bbb!==_0x52d8b5;},_0x484a1e[_0x3ccec6(0x17e)]=_0x3ccec6(0x165),_0x484a1e[_0x3ccec6(0x189)]=_0x3ccec6(0x1a5);const _0x5ca8d7=_0x484a1e;if(!this[_0x3ccec6(0x17d)]()){if(_0x5ca8d7[_0x3ccec6(0x238)](_0x5ca8d7[_0x3ccec6(0x17e)],_0x5ca8d7[_0x3ccec6(0x189)]))return;else _0x4e84b4[_0x565632[_0x3ccec6(0x279)]]=_0x54bd53,_0x16a096[_0x2470f0['name']]=0x1;}this[_0x3ccec6(0x21e)][_0x3ccec6(0x220)]({'message':_0x5eecec[_0x3ccec6(0x226)],'trace':_0x5eecec[_0x3ccec6(0x253)],'code':_0x5eecec[_0x3ccec6(0x1b8)]||null,'time':new Date()});}static[a63_0x99deef(0x209)](){const _0x2ded8a=a63_0x99deef,_0x5bde64={};_0x5bde64['uvQYT']=function(_0x2f2f60,_0x287a89){return _0x2f2f60===_0x287a89;},_0x5bde64[_0x2ded8a(0x1f9)]=_0x2ded8a(0x24e),_0x5bde64[_0x2ded8a(0x19f)]=_0x2ded8a(0x267),_0x5bde64[_0x2ded8a(0x1db)]=function(_0x4763d8,_0x390fc6){return _0x4763d8!==_0x390fc6;},_0x5bde64[_0x2ded8a(0x264)]=_0x2ded8a(0x176),_0x5bde64[_0x2ded8a(0x1d7)]=function(_0x59e436,_0x4e036a){return _0x59e436===_0x4e036a;},_0x5bde64['XhCmd']='UfWBQ',_0x5bde64[_0x2ded8a(0x1ce)]=_0x2ded8a(0x171),_0x5bde64[_0x2ded8a(0x277)]=_0x2ded8a(0x1f5);const _0x21eae6=_0x5bde64;try{if(_0x21eae6['uvQYT'](_0x21eae6[_0x2ded8a(0x1f9)],_0x21eae6[_0x2ded8a(0x19f)]))_0x173d6f[_0x2ded8a(0x278)](_0x2a934c=>_0x6990b5(_0x2a934c))[_0x2ded8a(0x251)](_0x10d980=>_0x2fc155(_0x10d980))[_0x2ded8a(0x1e0)](()=>{const _0x4d107e=_0x2ded8a;_0x14e5c2[_0x4d107e(0x1bc)](_0x1b08f4),_0x38f976[_0x4d107e(0x1a4)](_0x22eb99,_0xd16662,_0x4bf869);});else{if(!this[_0x2ded8a(0x17d)]()){if(_0x21eae6[_0x2ded8a(0x1db)](_0x21eae6[_0x2ded8a(0x264)],_0x21eae6[_0x2ded8a(0x264)]))return;else return;}this[_0x2ded8a(0x292)][_0x2ded8a(0x28d)](),this['pushPerfMeasures'](),this[_0x2ded8a(0x1ae)]();}}catch{_0x21eae6[_0x2ded8a(0x1d7)](_0x21eae6[_0x2ded8a(0x26e)],_0x21eae6['BwadC'])?_0x4a82fc[_0x5bbf95[_0x2ded8a(0x279)]]=0x0:logger[_0x2ded8a(0x288)](_0x21eae6[_0x2ded8a(0x277)]);}}static[a63_0x99deef(0x202)](){const _0x58278e=a63_0x99deef,_0x148dbf={};_0x148dbf['xQIxr']=function(_0x84ef63,_0x35d3f4){return _0x84ef63===_0x35d3f4;},_0x148dbf['UxyJc']=_0x58278e(0x282),_0x148dbf[_0x58278e(0x28f)]='uaMYP';const _0x234da9=_0x148dbf,_0x1b7979=this['finalizePerfMeasures'](),_0x50ad40=this[_0x58278e(0x20c)]();if(!this[_0x58278e(0x17d)]()){if(_0x234da9['xQIxr'](_0x234da9[_0x58278e(0x19c)],_0x234da9['nbnXV']))_0x59367c['name']=_0x567e6e[0x1],_0x35ce85['meta']=_0x19c44e[_0x58278e(0x1a8)](_0xf6c11b[0x2]);else{const _0xb8ffb0={};return _0xb8ffb0['measures']=[],_0xb8ffb0[_0x58278e(0x185)]=[],_0xb8ffb0;}}const _0x105786={};return _0x105786[_0x58278e(0x1f7)]=_0x1b7979,_0x105786[_0x58278e(0x185)]=_0x50ad40,_0x105786;}}module['exports']=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x4e82c4=a64_0x5906;function a64_0x5906(_0x4f182e,_0x249f0d){const _0x38a2dd=a64_0x38a2();return a64_0x5906=function(_0x5906e5,_0x1a61f2){_0x5906e5=_0x5906e5-0x83;let _0x190dc1=_0x38a2dd[_0x5906e5];return _0x190dc1;},a64_0x5906(_0x4f182e,_0x249f0d);}(function(_0xf34ee1,_0x9c63e5){const _0x4e0754=a64_0x5906,_0x471f88=_0xf34ee1();while(!![]){try{const _0x8dcabb=parseInt(_0x4e0754(0xa7))/0x1+parseInt(_0x4e0754(0x99))/0x2*(parseInt(_0x4e0754(0x8a))/0x3)+-parseInt(_0x4e0754(0x84))/0x4*(parseInt(_0x4e0754(0x90))/0x5)+-parseInt(_0x4e0754(0x8b))/0x6*(-parseInt(_0x4e0754(0xb8))/0x7)+parseInt(_0x4e0754(0x95))/0x8*(parseInt(_0x4e0754(0x8f))/0x9)+parseInt(_0x4e0754(0x9e))/0xa+-parseInt(_0x4e0754(0x88))/0xb;if(_0x8dcabb===_0x9c63e5)break;else _0x471f88['push'](_0x471f88['shift']());}catch(_0x1014a2){_0x471f88['push'](_0x471f88['shift']());}}}(a64_0x38a2,0x88fca));const http=require(a64_0x4e82c4(0xaa)),https=require(a64_0x4e82c4(0x8d)),monkeypatch=require(a64_0x4e82c4(0xb7));function spy(_0x2a2a23){const _0x46280e=a64_0x4e82c4,_0x5e6cc2={'xLeov':function(_0x4bad53,_0x487a5d){return _0x4bad53!==_0x487a5d;},'vvLZj':_0x46280e(0xa2),'OvrJl':'KVgjB','iMcUm':function(_0x31ba61,_0x1e6877,_0x39bbb9){return _0x31ba61(_0x1e6877,_0x39bbb9);},'NVEyi':function(_0x2ba6c5,_0x75ceea){return _0x2ba6c5!==_0x75ceea;},'PPIOa':'xeSat','Biyec':_0x46280e(0x8e),'YkxjT':function(_0x139d6c,_0x10fa2f){return _0x139d6c-_0x10fa2f;},'tAPrz':'error','yBAng':function(_0x251c70,_0x5cc714){return _0x251c70===_0x5cc714;},'eqoOw':_0x46280e(0xbd),'VAJkS':_0x46280e(0xba),'OPARA':function(_0x4ada8c,_0x451f9c){return _0x4ada8c-_0x451f9c;},'SDVCx':_0x46280e(0xa1),'teQzm':'GMCxm','UdVMk':function(_0x18f85a,..._0x363f1b){return _0x18f85a(..._0x363f1b);},'wSKMF':function(_0x207e34,_0x8c8bc,_0x369439){return _0x207e34(_0x8c8bc,_0x369439);},'bVxQw':function(_0x3731d5,..._0x3ade3c){return _0x3731d5(..._0x3ade3c);},'sNTHH':function(_0x3eadf9,_0x30794){return _0x3eadf9===_0x30794;},'wYFuO':_0x46280e(0xb3),'moXFA':_0x46280e(0xc1),'RanSR':_0x46280e(0x94),'fRvHS':function(_0x276580,_0x15bbe3,_0xc95103,_0x37c129){return _0x276580(_0x15bbe3,_0xc95103,_0x37c129);},'gYKjf':_0x46280e(0xa3),'AvTqH':'request'},_0x52540c=(_0x2d3522,_0xd5e2ba,_0x20fcc8)=>{const _0x3b3e18=_0x46280e,_0x10f915={'muqFn':_0x5e6cc2['tAPrz'],'COmxV':function(_0x45e6c0,..._0x2834f2){const _0x19583d=a64_0x5906;return _0x5e6cc2[_0x19583d(0x8c)](_0x45e6c0,..._0x2834f2);}};if(_0x5e6cc2[_0x3b3e18(0x89)](_0x5e6cc2[_0x3b3e18(0x85)],_0x5e6cc2['wYFuO'])){const _0x596464=_0x5e6cc2[_0x3b3e18(0xa4)](_0x2d3522,_0xd5e2ba,_0x20fcc8);let _0x13ec94=Date[_0x3b3e18(0xb1)](),_0x11140e;const _0x1c9cf0=_0x4728f3=>{const _0x4db032=_0x3b3e18;if(_0x5e6cc2[_0x4db032(0xa6)](_0x5e6cc2[_0x4db032(0x97)],_0x5e6cc2[_0x4db032(0x9f)])){const _0x4bce52={};_0x4bce52['host']=_0xd5e2ba[_0x4db032(0xbe)]||_0xd5e2ba[_0x4db032(0xa9)],_0x4bce52[_0x4db032(0x9c)]=_0xd5e2ba[_0x4db032(0x9c)],_0x4bce52[_0x4db032(0xc2)]=_0xd5e2ba[_0x4db032(0xc2)],_0x4bce52[_0x4db032(0xbc)]=_0xd5e2ba[_0x4db032(0xbc)],_0x5e6cc2[_0x4db032(0xab)](_0x2a2a23,_0x4728f3,_0x4bce52);}else _0x4e7081=_0x144ac4,_0x541a8f['once'](_0x10f915[_0x4db032(0x87)],_0x2ce763);};return _0x596464[_0x3b3e18(0xc3)](_0x5e6cc2[_0x3b3e18(0x9b)],_0x510ecc=>{const _0x43544a=_0x3b3e18;if(_0x5e6cc2[_0x43544a(0xaf)](_0x5e6cc2[_0x43544a(0xb4)],_0x5e6cc2[_0x43544a(0x91)])){const _0x1d6e37=_0x5e6cc2[_0x43544a(0x98)](Date['now'](),_0x13ec94),_0x5a9ecc={};_0x5a9ecc['hostname']=_0xd5e2ba[_0x43544a(0xbe)]||_0xd5e2ba[_0x43544a(0xa9)],_0x5a9ecc[_0x43544a(0x9c)]=_0xd5e2ba[_0x43544a(0x9c)],_0x5a9ecc[_0x43544a(0xc2)]=_0xd5e2ba[_0x43544a(0xc2)],_0x5a9ecc[_0x43544a(0xbc)]=_0xd5e2ba['headers'],_0x5a9ecc[_0x43544a(0xbb)]=_0x510ecc[_0x43544a(0xc0)],_0x5a9ecc['duration_ms']=_0x1d6e37,_0x5e6cc2[_0x43544a(0xab)](_0x2a2a23,null,_0x5a9ecc),_0x11140e[_0x43544a(0xb6)](_0x5e6cc2[_0x43544a(0xac)],_0x1c9cf0);}else _0x5f3b1d[_0x43544a(0xae)][_0x43544a(0x9d)](),_0x51a48b['request']['unpatch']();}),_0x596464['on'](_0x5e6cc2[_0x3b3e18(0xbf)],_0x350d16=>{const _0xfbb61f=_0x3b3e18;_0x5e6cc2[_0xfbb61f(0x96)](_0x5e6cc2[_0xfbb61f(0x93)],_0x5e6cc2[_0xfbb61f(0xa8)])?(_0x5f5176=_0x474bc6['now'](),_0x10f915[_0xfbb61f(0xa5)](_0x58f80a,..._0x97be22)):(_0x11140e=_0x350d16,_0x350d16[_0xfbb61f(0xc3)](_0x5e6cc2[_0xfbb61f(0xac)],_0x1c9cf0));}),_0x5e6cc2[_0x3b3e18(0x83)](monkeypatch,_0x596464,_0x5e6cc2[_0x3b3e18(0x9a)],(_0x5a9629,..._0x24bd3c)=>{const _0x120539=_0x3b3e18,_0x2483c7={'iBnze':function(_0x5ca7cd,_0x52d84a){return _0x5e6cc2['OPARA'](_0x5ca7cd,_0x52d84a);},'BucFW':function(_0x13ef7b,_0x1ee017,_0x7e8395){const _0x2dbff6=a64_0x5906;return _0x5e6cc2[_0x2dbff6(0xab)](_0x13ef7b,_0x1ee017,_0x7e8395);},'scASv':_0x5e6cc2[_0x120539(0xac)]};if(_0x5e6cc2[_0x120539(0x96)](_0x5e6cc2[_0x120539(0xa0)],_0x5e6cc2[_0x120539(0xb9)])){const _0x2d1c45=_0x2483c7['iBnze'](_0x14eb0e[_0x120539(0xb1)](),_0x29a13e),_0x20c040={};_0x20c040[_0x120539(0xa9)]=_0x5ccd46[_0x120539(0xbe)]||_0x160b06[_0x120539(0xa9)],_0x20c040['path']=_0x14ee1c[_0x120539(0x9c)],_0x20c040[_0x120539(0xc2)]=_0x31401a[_0x120539(0xc2)],_0x20c040[_0x120539(0xbc)]=_0x4ecf3b[_0x120539(0xbc)],_0x20c040[_0x120539(0xbb)]=_0x2468de[_0x120539(0xc0)],_0x20c040[_0x120539(0xb2)]=_0x2d1c45,_0x2483c7[_0x120539(0xb5)](_0x56637d,null,_0x20c040),_0x2d5812[_0x120539(0xb6)](_0x2483c7[_0x120539(0x92)],_0x321645);}else _0x13ec94=Date['now'](),_0x5e6cc2[_0x120539(0xad)](_0x5a9629,..._0x24bd3c);}),_0x596464;}else{const _0x4bc71c={};_0x4bc71c[_0x3b3e18(0xbe)]=_0x35f401[_0x3b3e18(0xbe)]||_0x29f2ef[_0x3b3e18(0xa9)],_0x4bc71c[_0x3b3e18(0x9c)]=_0x1363a2['path'],_0x4bc71c[_0x3b3e18(0xc2)]=_0x3d0163['method'],_0x4bc71c['headers']=_0x263478[_0x3b3e18(0xbc)],_0x5e6cc2[_0x3b3e18(0xa4)](_0x1a3c15,_0x451e26,_0x4bc71c);}};_0x5e6cc2[_0x46280e(0x83)](monkeypatch,http,_0x5e6cc2[_0x46280e(0xb0)],_0x52540c),_0x5e6cc2[_0x46280e(0x83)](monkeypatch,https,_0x5e6cc2[_0x46280e(0xb0)],_0x52540c);}function restore(){const _0x309f21=a64_0x4e82c4;http['request'][_0x309f21(0x9d)](),https[_0x309f21(0xae)][_0x309f21(0x9d)]();}function a64_0x38a2(){const _0xa1992=['xLeov','365303CoTzSo','VAJkS','hostname','http','iMcUm','tAPrz','UdVMk','request','NVEyi','AvTqH','now','duration_ms','dknnu','PPIOa','BucFW','removeListener','monkeypatch','7mflmwO','teQzm','khPwX','status_code','headers','FOWzb','host','RanSR','statusCode','response','method','once','fRvHS','12AlySpy','wYFuO','spy','muqFn','32143694vcYfbI','sNTHH','7542obDnTo','6399138JUHHXY','bVxQw','https','Lulrx','5975379CCCuap','16610SxikuC','Biyec','scASv','eqoOw','socket','8LTgrcu','yBAng','vvLZj','YkxjT','294QxqOXv','gYKjf','moXFA','path','unpatch','10279030LrpcNh','OvrJl','SDVCx','vaHpE','YVyXX','end','wSKMF','COmxV'];a64_0x38a2=function(){return _0xa1992;};return a64_0x38a2();}const a64_0x36ccb2={};a64_0x36ccb2[a64_0x4e82c4(0x86)]=spy,a64_0x36ccb2['restore']=restore,module['exports']=a64_0x36ccb2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x2f55(_0x127653,_0x58cacf){const _0x12a215=a65_0x12a2();return a65_0x2f55=function(_0x2f55ed,_0x3bb7bc){_0x2f55ed=_0x2f55ed-0x7a;let _0x215881=_0x12a215[_0x2f55ed];return _0x215881;},a65_0x2f55(_0x127653,_0x58cacf);}const a65_0x4246d8=a65_0x2f55;function a65_0x12a2(){const _0x3ebea0=['WxJVv','request','348927vPXBCm','call','7298070QixbCK','keepAlive','AaePd','jeLuv','prototype','vAxyf','2948kSHxVM','NBIgH','http','exports','hasOwnProperty','agent','globalAgent','Agent','AbUhc','protocol','130644HiBnfW','7135tjobUA','2011230HryfTU','DGQMY','1125880kgflTY','104ekiNjZ','1232268LuOqHi','keepAliveMsecs','35EclUoc'];a65_0x12a2=function(){return _0x3ebea0;};return a65_0x12a2();}(function(_0x94679a,_0x53a6dd){const _0x88c99c=a65_0x2f55,_0x5ab14e=_0x94679a();while(!![]){try{const _0x576f73=-parseInt(_0x88c99c(0x7b))/0x1+-parseInt(_0x88c99c(0x91))/0x2+parseInt(_0x88c99c(0x8f))/0x3+-parseInt(_0x88c99c(0x83))/0x4*(-parseInt(_0x88c99c(0x8e))/0x5)+parseInt(_0x88c99c(0x93))/0x6*(-parseInt(_0x88c99c(0x95))/0x7)+parseInt(_0x88c99c(0x92))/0x8*(parseInt(_0x88c99c(0x8d))/0x9)+parseInt(_0x88c99c(0x7d))/0xa;if(_0x576f73===_0x53a6dd)break;else _0x5ab14e['push'](_0x5ab14e['shift']());}catch(_0x280e3b){_0x5ab14e['push'](_0x5ab14e['shift']());}}}(a65_0x12a2,0xab5ab),module[a65_0x4246d8(0x86)]=function(){const _0x422b04=a65_0x4246d8,_0x4e7ef5={'HyngR':function(_0x16df0d,_0xcb7e1b){return _0x16df0d===_0xcb7e1b;},'tncbb':'https:','jeLuv':_0x422b04(0x88),'NBIgH':function(_0x377e5c,_0x243bf0,_0x3665fb){return _0x377e5c(_0x243bf0,_0x3665fb);},'WxJVv':function(_0x4c4395,_0x392967,_0x2116f2){return _0x4c4395(_0x392967,_0x2116f2);},'vAxyf':function(_0x3607c9,_0xa33d61){return _0x3607c9(_0xa33d61);},'DUcHd':_0x422b04(0x85),'AbUhc':'https','AaePd':function(_0x535cfb,_0x56e8a1){return _0x535cfb*_0x56e8a1;},'DGQMY':_0x422b04(0x7e)},_0x3dafd9=_0x4e7ef5[_0x422b04(0x82)](require,_0x4e7ef5['DUcHd']),_0x16042e=_0x4e7ef5[_0x422b04(0x82)](require,_0x4e7ef5[_0x422b04(0x8b)]),_0xbf1895=_0x4e7ef5[_0x422b04(0x7f)](0x1e,0x3e8);if(_0x3dafd9['globalAgent']&&Object[_0x422b04(0x81)][_0x422b04(0x87)][_0x422b04(0x7c)](_0x3dafd9['globalAgent'],_0x4e7ef5[_0x422b04(0x90)]))_0x3dafd9[_0x422b04(0x89)][_0x422b04(0x7e)]=!![],_0x16042e['globalAgent']['keepAlive']=!![],_0x3dafd9['globalAgent'][_0x422b04(0x94)]=_0xbf1895,_0x16042e[_0x422b04(0x89)][_0x422b04(0x94)]=_0xbf1895;else{const _0x2da4de={};_0x2da4de[_0x422b04(0x7e)]=!![],_0x2da4de[_0x422b04(0x94)]=_0xbf1895;const _0x212b3a=new _0x3dafd9[(_0x422b04(0x8a))](_0x2da4de),_0x122a57={};_0x122a57[_0x422b04(0x7e)]=!![],_0x122a57[_0x422b04(0x94)]=_0xbf1895;const _0x4e51fe=new _0x16042e[(_0x422b04(0x8a))](_0x122a57),_0x373855=_0x3dafd9[_0x422b04(0x7a)],_0x32922a=_0x16042e[_0x422b04(0x7a)];_0x3dafd9[_0x422b04(0x7a)]=function(_0x56b762,_0x5009a1){const _0x7c00c2=_0x422b04;if(_0x4e7ef5['HyngR'](_0x56b762[_0x7c00c2(0x8c)],_0x4e7ef5['tncbb']))return _0x56b762[_0x4e7ef5['jeLuv']]=_0x4e51fe,_0x4e7ef5[_0x7c00c2(0x84)](_0x32922a,_0x56b762,_0x5009a1);return _0x56b762[_0x4e7ef5[_0x7c00c2(0x80)]]=_0x212b3a,_0x4e7ef5[_0x7c00c2(0x96)](_0x373855,_0x56b762,_0x5009a1);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a66_0x2110bf=a66_0x38cb;function a66_0x38cb(_0x31371c,_0x4e549d){var _0x1e46b1=a66_0x1e46();return a66_0x38cb=function(_0x38cb0e,_0x418110){_0x38cb0e=_0x38cb0e-0x1a0;var _0x20b4c4=_0x1e46b1[_0x38cb0e];return _0x20b4c4;},a66_0x38cb(_0x31371c,_0x4e549d);}(function(_0x4a6f5d,_0x259a0f){var _0x41eecf=a66_0x38cb,_0x2b283a=_0x4a6f5d();while(!![]){try{var _0x146a35=-parseInt(_0x41eecf(0x1ae))/0x1*(parseInt(_0x41eecf(0x1a4))/0x2)+parseInt(_0x41eecf(0x1ac))/0x3*(-parseInt(_0x41eecf(0x1a3))/0x4)+parseInt(_0x41eecf(0x1a8))/0x5+-parseInt(_0x41eecf(0x1a1))/0x6+-parseInt(_0x41eecf(0x1a7))/0x7+-parseInt(_0x41eecf(0x1b0))/0x8+parseInt(_0x41eecf(0x1a0))/0x9*(parseInt(_0x41eecf(0x1a5))/0xa);if(_0x146a35===_0x259a0f)break;else _0x2b283a['push'](_0x2b283a['shift']());}catch(_0xa9c4ac){_0x2b283a['push'](_0x2b283a['shift']());}}}(a66_0x1e46,0x7ecd2));function a66_0x1e46(){var _0x12467a=['.obs_test_details','Playwright','18ZSEpMJ','https://collector-observability.browserstack.com','1MByTLf','api/v1/screenshots','7614968NDRERu','20871gaTVAD','4360722YEJAUV','api/v1/batch','388KOzCUp','1555154nWsQgT','12910hOxGAn','PLAYWRIGHT','5885012BkRySB','4115410cwfMPl','mocha'];a66_0x1e46=function(){return _0x12467a;};return a66_0x1e46();}var a66_0x4cfcbb={};a66_0x4cfcbb[a66_0x2110bf(0x1a6)]=a66_0x2110bf(0x1ab),a66_0x4cfcbb['MOCHA']=a66_0x2110bf(0x1a9),module['exports']={'consoleHolder':Object['assign']({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x2110bf(0x1ad),'EVENT_ENDPOINT':'api/v1/event','BATCH_ENDPOINT':a66_0x2110bf(0x1a2),'SCREENSHOT_ENDPOINT':a66_0x2110bf(0x1af),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a66_0x2110bf(0x1aa),'FRAMEWORKS':a66_0x4cfcbb};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67_0x26f60e=a67_0x32fb;function a67_0x32fb(_0x1f08ae,_0x170fef){const _0x12a57f=a67_0x12a5();return a67_0x32fb=function(_0x32fbc4,_0x5b200a){_0x32fbc4=_0x32fbc4-0xe2;let _0x471bf1=_0x12a57f[_0x32fbc4];return _0x471bf1;},a67_0x32fb(_0x1f08ae,_0x170fef);}(function(_0xce3946,_0xa2c56d){const _0x589535=a67_0x32fb,_0x5906b9=_0xce3946();while(!![]){try{const _0x45c212=parseInt(_0x589535(0x16f))/0x1*(-parseInt(_0x589535(0x116))/0x2)+parseInt(_0x589535(0x106))/0x3+parseInt(_0x589535(0x12f))/0x4*(parseInt(_0x589535(0x10e))/0x5)+-parseInt(_0x589535(0x16d))/0x6+parseInt(_0x589535(0x180))/0x7*(-parseInt(_0x589535(0x11f))/0x8)+-parseInt(_0x589535(0x150))/0x9+parseInt(_0x589535(0xff))/0xa;if(_0x45c212===_0xa2c56d)break;else _0x5906b9['push'](_0x5906b9['shift']());}catch(_0x30dd2a){_0x5906b9['push'](_0x5906b9['shift']());}}}(a67_0x12a5,0xb7063));function a67_0x12a5(){const _0x27be34=['hQHGl','HERWr','iYGAN','RUdQR','NUAKQ','/api/v1/analytics','user','aORDv','ZFuGL','includes','KqyOd','env','XpWJf','NrLXa','zWsWe','sBlos','pytnm','getConfig','BS_TESTOPS_BUILD_HASHED_ID','nArxZ','aujWI','yvekg','jYdjn','PmhKI','wqvPn','xIDgA','GaaUd','fDfjL','OlwOe','auth','ecEFV','2900592KUkhfA','[Crash_Report_Upload]\x20Success\x20response:\x20','qNvea','mknLp','AOWHm','WtSYV','PJzRe','DLBjE','toString','LsooB','recursivelyDeletePIIKeysFromObject','VzTHd','eApnB','lFJRw','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','CrashReporter','ROdll','./utils','xtUTx','ndTrU','NCsyV','YhHBw','cNqfD','depth','svsiz','TPAOb','IkBMx','lhwAP','Fiuzl','5698632AHyDvJ','uploadCrashReport','450985ItKtxX','sWOFa','getFramework','frameworkDetails','gnloR','frameworkVersion','VUnyn','NWYJP','initialize','PSORk','wmHog','PKkof','LeUFb','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','CREDENTIALS_FOR_CRASH_REPORTING','souSU','setAllDetails','69167YeWgIv','KKQZt','wHEqu','then','util','getOwnPropertyNames','EYhFl','lYdTa','\x20with\x20args\x20','jNYXq','ZdIpc','../helper','lNhKr','bQlpb','MpLaO','../performance-tester','keys','LyPVJ','SshXv','lWRzM','IgTuG','filterPII','fiYXu','VBvQJ','KNEag','hOzQp','xzXZQ','function','eQVxN','BzgYZ','ENXGW','mzyZw','kKPUE','NxOHt','WzAQV','catch','object','zqUHu','PIjPQ','KUovr','jczQo','length','HnAVf','GPGzd','wikhE','DmRTC','accessKey','setConfigDetails','GYzso','yydbQ','frameworkName','LPRGu','gxvJP','rjGxV','ruzNu','oKzRo','aTsAq','fIhXk','setCredentials','buJPs','KKYgn','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','parse','toLowerCase','uncTE','rQHNW','aAnKg','LrzMt','Error\x20in\x20executing\x20','call','zWXuI','KBoXI','gsqqL','JdxWK','getPerformance','BROWSERSTACK_O11Y_PERF_MEASUREMENT','qNaxK','timerify','USokQ','password','yHpHT','setFrameworkDetails','apply','RfgCN','jNWUR','acmKQ','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','29236250SDoafN','GxmLc','qsIKA','NFqLu','headers','TzuiI','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','421992OvEVyu','wEzpH','captureError','credentials','KTSnF','JISsc','exports','obWwE','5QcEcqu','o11yClassErrorHandler','username','o11yErrorHandler','iKUNW','hZpNU','bzGUb','userConfig','2HiRYwe','getCredentials','stringify','eqXwW','mHPBC','Iprns','fTCpR','SERDX','kPcLA','832OIwDvF','sQKuv','gjYHs','EboPD','DObji','HQebl','gtcrk','forEach','KDHVb','Content-Type','wZNKG','SYtZK','kFojp','\x20:\x20','ibgov','USER_CONFIG_FOR_REPORTING','1744188ZvDavH','GGved'];a67_0x12a5=function(){return _0x27be34;};return a67_0x12a5();}const util=require(a67_0x26f60e(0x184)),PerformanceTester=require(a67_0x26f60e(0x18f)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x26f60e(0x161)),{getAgentVersion}=require(a67_0x26f60e(0x18b)),o11yErrorHandler=_0x2b3056=>{const _0x206564=a67_0x26f60e,_0x386f99={'NFqLu':function(_0x49ac27,_0x5a5738){return _0x49ac27(_0x5a5738);},'mLKcS':function(_0x53ac09,_0x5e9b55){return _0x53ac09 instanceof _0x5e9b55;},'VBvQJ':function(_0x42b8bb,_0x424d2a){return _0x42b8bb===_0x424d2a;},'KKQZt':_0x206564(0x16b),'JdxWK':'FUPBh','QQBMK':'VawED','LeUFb':_0x206564(0x14a),'KqyOd':function(_0x25e8d7,_0x33809a){return _0x25e8d7===_0x33809a;},'ecEFV':_0x206564(0x178),'lYdTa':'dAMYz','NUAKQ':function(_0x48ad1a,_0xcd9c8d){return _0x48ad1a instanceof _0xcd9c8d;},'ndTrU':function(_0x438e68,_0x1cfb76){return _0x438e68!==_0x1cfb76;},'rjGxV':_0x206564(0x152),'LPRGu':_0x206564(0x13f),'JISsc':'XPKBx','kPcLA':function(_0x50d702,_0xd89c32,_0x3ec4ef,_0x1074a4){return _0x50d702(_0xd89c32,_0x3ec4ef,_0x1074a4);}};return function(..._0x378a6c){const _0x1af662=_0x206564,_0x22d498={'HERWr':function(_0x278b91,_0x4b1613){return _0x386f99['mLKcS'](_0x278b91,_0x4b1613);}};if(_0x386f99[_0x1af662(0x197)](_0x386f99[_0x1af662(0x181)],_0x386f99[_0x1af662(0xf1)]))_0x386f99[_0x1af662(0x102)](_0x1db9bc,_0x1af662(0x17c)+_0x56f92f[_0x1af662(0x158)]());else try{if(_0x386f99['VBvQJ'](_0x386f99['QQBMK'],_0x386f99[_0x1af662(0x17b)]))this[_0x1af662(0x109)]=_0x28db52[_0x1af662(0xe6)](_0x87c26['env']['CREDENTIALS_FOR_CRASH_REPORTING']);else{let _0x2f87f7=_0x2b3056;if(process[_0x1af662(0x13c)][_0x1af662(0xf3)]){if(_0x386f99[_0x1af662(0x13b)](_0x386f99[_0x1af662(0x14f)],_0x386f99[_0x1af662(0x187)]))return _0x3e7f24['catch'](_0xdbf3f8=>_0x11dae5(_0xdbf3f8,_0x3cdd37,_0x2d9c17));else _0x2f87f7=PerformanceTester['getPerformance']()[_0x1af662(0xf5)](_0x2f87f7);}const _0x45697f=_0x2f87f7[_0x1af662(0xfa)](null,arguments);if(_0x386f99[_0x1af662(0x135)](_0x45697f,Promise)){if(_0x386f99[_0x1af662(0x163)](_0x386f99[_0x1af662(0x1b5)],_0x386f99[_0x1af662(0x1b5)])){const _0x44d652=(_0x7b5f2f[_0x1af662(0x13c)][_0x1af662(0xf3)]?_0x72c2c6[_0x1af662(0xf2)]()[_0x1af662(0xf5)](_0x100e60):_0x1d7c7f)['call'](this,..._0x4ed71b);if(_0x22d498[_0x1af662(0x132)](_0x44d652,_0x545ef3))return _0x44d652['catch'](_0xb6986a=>_0x3fdb2a(_0xb6986a,_0x154179,_0x453488));return _0x44d652;}else return _0x45697f[_0x1af662(0x1a3)](_0x33f87b=>processError(_0x33f87b,_0x2b3056,_0x378a6c));}return _0x45697f;}}catch(_0x199868){if(_0x386f99['ndTrU'](_0x386f99[_0x1af662(0x1b3)],_0x386f99[_0x1af662(0x10b)]))_0x386f99[_0x1af662(0x11e)](processError,_0x199868,_0x2b3056,_0x378a6c);else{const _0x3310e4={};_0x3310e4[_0x1af662(0x167)]=0x2,_0x230a8a=_0x59b5e8['inspect'](_0x241276,_0x3310e4);}}};},o11yClassErrorHandler=(_0x4e0c1f,_0x20689b)=>{const _0x59c3fb=a67_0x26f60e,_0x1ac5f1={'PJzRe':function(_0x6ff172,_0x4b5ee7){return _0x6ff172(_0x4b5ee7);},'lNhKr':function(_0x3a1d1f,_0x312eda){return _0x3a1d1f===_0x312eda;},'gnloR':_0x59c3fb(0x123),'yydbQ':_0x59c3fb(0x160),'gxvJP':function(_0x3c185f,_0xc65f21){return _0x3c185f instanceof _0xc65f21;},'jczQo':'vKFar','fIhXk':_0x59c3fb(0xfd),'MVNAz':'ixhEb','LsooB':_0x59c3fb(0x165),'sBlos':function(_0x2be361,_0x59d4f2,_0xf526d2,_0x580fb8){return _0x2be361(_0x59d4f2,_0xf526d2,_0x580fb8);},'SERDX':function(_0x438fdf,_0x4e8a0c){return _0x438fdf(_0x4e8a0c);},'hZpNU':function(_0x295c53,_0x4c7198){return _0x295c53(_0x4c7198);},'wmHog':function(_0x39475d,_0x17cc7a,_0x1e110e,_0x56f2e6){return _0x39475d(_0x17cc7a,_0x1e110e,_0x56f2e6);},'PKkof':'DNFzP','mHPBC':function(_0x2019e6,_0x25b4f8){return _0x2019e6!==_0x25b4f8;},'GxmLc':_0x59c3fb(0xf6),'wikhE':_0x59c3fb(0x125),'njPVF':_0x59c3fb(0x19b),'kFojp':function(_0x5290b2,_0x17f59c){return _0x5290b2!==_0x17f59c;},'lFJRw':'constructor','sWOFa':'yJcEn','ZwLbi':'VCvKq','ZFuGL':function(_0x1cbb5f,_0x3ac9d4){return _0x1cbb5f<_0x3ac9d4;},'wHEqu':function(_0x17c9aa,_0x572cca){return _0x17c9aa!==_0x572cca;},'mzyZw':_0x59c3fb(0xeb),'ZdfdA':'VhANg'},_0x3b91c9=_0x4e0c1f['prototype'];if(_0x1ac5f1[_0x59c3fb(0x139)](Object[_0x59c3fb(0x185)](_0x3b91c9)[_0x59c3fb(0x1a9)],0x2)){if(_0x1ac5f1[_0x59c3fb(0x182)](_0x1ac5f1[_0x59c3fb(0x19f)],_0x1ac5f1['ZdfdA']))return _0x4e0c1f;else this[_0x59c3fb(0x15a)](_0x371dbf[_0x58d174]);}return Object['getOwnPropertyNames'](_0x3b91c9)[_0x59c3fb(0x126)](_0x2fdc5e=>{const _0x2b9ea1=_0x59c3fb,_0x3b67af={'mgLfB':function(_0x18e3a7,_0x188c8c){const _0xf92972=a67_0x32fb;return _0x1ac5f1[_0xf92972(0x113)](_0x18e3a7,_0x188c8c);},'aujWI':function(_0xaba503,_0xd2a1b8,_0x52444e,_0x34199c){const _0x3bc126=a67_0x32fb;return _0x1ac5f1[_0x3bc126(0x179)](_0xaba503,_0xd2a1b8,_0x52444e,_0x34199c);}};if(_0x1ac5f1['lNhKr'](_0x1ac5f1['PKkof'],_0x1ac5f1[_0x2b9ea1(0x17a)])){if(!(_0x20689b&&_0x20689b[_0x2b9ea1(0x13a)](_0x2fdc5e))){if(_0x1ac5f1[_0x2b9ea1(0x11a)](_0x1ac5f1[_0x2b9ea1(0x100)],_0x1ac5f1[_0x2b9ea1(0x1ac)]))return;else return _0x4f5bdd;}const _0x96678a=_0x3b91c9[_0x2fdc5e];_0x1ac5f1[_0x2b9ea1(0x18c)](typeof _0x96678a,_0x1ac5f1['njPVF'])&&_0x1ac5f1[_0x2b9ea1(0x12b)](_0x2fdc5e,_0x1ac5f1[_0x2b9ea1(0x15d)])&&(_0x1ac5f1['kFojp'](_0x1ac5f1[_0x2b9ea1(0x170)],_0x1ac5f1['ZwLbi'])?Object['defineProperty'](_0x3b91c9,_0x2fdc5e,{'writable':!![],'value':function(..._0x5c4f05){const _0x1f63c1=_0x2b9ea1,_0x253616={'GYzso':function(_0x502a8f,_0x168d98){const _0x354fb0=a67_0x32fb;return _0x1ac5f1[_0x354fb0(0x156)](_0x502a8f,_0x168d98);}};if(_0x1ac5f1[_0x1f63c1(0x18c)](_0x1ac5f1['gnloR'],_0x1ac5f1[_0x1f63c1(0x173)]))try{if(_0x1ac5f1[_0x1f63c1(0x18c)](_0x1ac5f1[_0x1f63c1(0x1b1)],_0x1ac5f1[_0x1f63c1(0x1b1)])){const _0x465cd9=(process['env'][_0x1f63c1(0xf3)]?PerformanceTester['getPerformance']()[_0x1f63c1(0xf5)](_0x96678a):_0x96678a)[_0x1f63c1(0xed)](this,..._0x5c4f05);if(_0x1ac5f1[_0x1f63c1(0x1b4)](_0x465cd9,Promise)){if(_0x1ac5f1[_0x1f63c1(0x18c)](_0x1ac5f1[_0x1f63c1(0x1a8)],_0x1ac5f1[_0x1f63c1(0x1b9)]))try{this[_0x1f63c1(0x115)]=_0x5b56d7[_0x1f63c1(0xe6)](_0x3b805a[_0x1f63c1(0x13c)][_0x1f63c1(0x12e)]);}catch(_0x36090a){_0x3b67af['mgLfB'](_0x3da540,_0x1f63c1(0xe5)+_0x36090a[_0x1f63c1(0x158)]()),this['userConfig']={};}else return _0x465cd9['catch'](_0x4d91a6=>processError(_0x4d91a6,_0x96678a,_0x5c4f05));}return _0x465cd9;}else _0x253616[_0x1f63c1(0x1b0)](_0x33bf58,_0x1f63c1(0x151)+_0x33707a[_0x1f63c1(0x118)](_0x591056));}catch(_0x575f65){_0x1ac5f1[_0x1f63c1(0x18c)](_0x1ac5f1['MVNAz'],_0x1ac5f1[_0x1f63c1(0x159)])?_0x3b67af[_0x1f63c1(0x145)](_0x5e9667,_0x5cd818,_0x27cb0d,_0x37ccc2):_0x1ac5f1[_0x1f63c1(0x140)](processError,_0x575f65,_0x96678a,_0x5c4f05);}else delete _0x20334e[_0x46074a];}}):this[_0x2b9ea1(0x172)]=_0x4e7a6a[_0x2b9ea1(0xe6)](_0x11ccb3['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']));}else _0x1ac5f1[_0x2b9ea1(0x11d)](_0x2bc6eb,_0x2b9ea1(0x15e)+_0x459b59);}),_0x4e0c1f;};function processError(_0x40d4c5,_0xf48c82,_0x1967cd){const _0x22511a=a67_0x26f60e,_0x4b7e7b={'KTSnF':function(_0x1ee1bb,_0x52467d){return _0x1ee1bb===_0x52467d;},'xtUTx':function(_0x53a65d,_0x49cf1d){return _0x53a65d(_0x49cf1d);},'zWXuI':function(_0x99b326,_0x3e423d){return _0x99b326!==_0x3e423d;},'buJPs':_0x22511a(0xf8),'iYGAN':_0x22511a(0x101),'GVVjP':'jlfTu'};_0x4b7e7b['xtUTx'](debug,_0x22511a(0xec)+_0xf48c82['name']+_0x22511a(0x188)+_0x1967cd+':\x20'+_0x40d4c5),PerformanceTester[_0x22511a(0x108)](_0x40d4c5);let _0x2fb647;try{_0x4b7e7b[_0x22511a(0xee)](_0x4b7e7b[_0x22511a(0xe3)],_0x4b7e7b[_0x22511a(0xe3)])?this[_0x22511a(0x115)]=_0x5659ed[_0x22511a(0xe6)](_0x3b9686[_0x22511a(0x13c)][_0x22511a(0x12e)]):_0x2fb647=JSON[_0x22511a(0x118)](_0x1967cd);}catch(_0x4bdced){if(_0x4b7e7b[_0x22511a(0x10a)](_0x4b7e7b[_0x22511a(0x133)],_0x4b7e7b['GVVjP'])){if(_0x4b7e7b[_0x22511a(0x10a)](_0x15d87c[_0x22511a(0x190)](this[_0x22511a(0x115)])[_0x22511a(0x1a9)],0x0)&&_0xc2d573['env'][_0x22511a(0x12e)])try{this[_0x22511a(0x115)]=_0x3e5d5c[_0x22511a(0xe6)](_0x5666ab['env'][_0x22511a(0x12e)]);}catch(_0x173d6d){_0x4b7e7b[_0x22511a(0x162)](_0x2562fd,_0x22511a(0xe5)+_0x173d6d[_0x22511a(0x158)]()),this[_0x22511a(0x115)]={};}return this[_0x22511a(0x115)];}else{const _0x7ca23e={};_0x7ca23e[_0x22511a(0x167)]=0x2,_0x2fb647=util['inspect'](_0x1967cd,_0x7ca23e);}}CrashReporter[_0x22511a(0x16e)](_0x22511a(0xec)+_0xf48c82['name']+_0x22511a(0x188)+_0x2fb647+_0x22511a(0x12c)+_0x40d4c5,_0x40d4c5&&_0x40d4c5['stack']);}class CrashReporter{static [a67_0x26f60e(0x115)]={};static [a67_0x26f60e(0x109)];static ['frameworkDetails']={};static[a67_0x26f60e(0x177)](_0xeb971e,_0x3a7239,_0x3b9b4b=null){const _0x502240=a67_0x26f60e,_0x38f3e1={'aAnKg':function(_0x21045a,_0x55b691){return _0x21045a===_0x55b691;},'yvekg':_0x502240(0x12d),'WUrNx':'EuRmW','qNaxK':function(_0x4c7ed9,_0x1a28b4){return _0x4c7ed9(_0x1a28b4);},'WtSYV':'wJvCl','cNqfD':function(_0x3cba1d,_0x26dcb9){return _0x3cba1d(_0x26dcb9);}},_0x1fe72d=_0xeb971e[_0x502240(0x1b2)],_0x51237c=_0xeb971e[_0x502240(0x174)];!_0x3b9b4b&&(_0x38f3e1['aAnKg'](_0x38f3e1[_0x502240(0x146)],_0x38f3e1['WUrNx'])?(this[_0x502240(0x115)]=this[_0x502240(0x195)](_0x21169f),_0x4dd067[_0x502240(0x13c)]['USER_CONFIG_FOR_REPORTING']=_0x2e818e['stringify'](this[_0x502240(0x115)])):_0x3b9b4b=_0x38f3e1[_0x502240(0xf4)](getBrowserStackConfig,_0x1fe72d));!_0x51237c&&(_0x38f3e1[_0x502240(0xea)](_0x38f3e1[_0x502240(0x155)],_0x38f3e1[_0x502240(0x155)])?_0x38f3e1['qNaxK'](getFrameworkVersion,_0x1fe72d):(this[_0x502240(0x172)]=_0x420698,_0x54416e['env'][_0x502240(0xfe)]=_0x1b32eb['stringify'](this[_0x502240(0x172)])));const _0x59f6d2={};_0x59f6d2['frameworkName']=_0x1fe72d,_0x59f6d2[_0x502240(0x174)]=_0x51237c,this[_0x502240(0x17f)](_0x59f6d2,_0x3a7239,_0x38f3e1[_0x502240(0x166)](getUserCredentials,_0x3b9b4b));}static[a67_0x26f60e(0xe2)](_0x5116ee,_0x567d5c){const _0x56e2f4=a67_0x26f60e,_0x1f46d2={};_0x1f46d2[_0x56e2f4(0x110)]=_0x5116ee,_0x1f46d2[_0x56e2f4(0x1ae)]=_0x567d5c,this['credentials']=_0x1f46d2,process[_0x56e2f4(0x13c)][_0x56e2f4(0x17d)]=JSON['stringify'](this[_0x56e2f4(0x109)]);}static[a67_0x26f60e(0x117)](){const _0x2d3448=a67_0x26f60e,_0x2beb29={'huqYT':function(_0x583823,_0x11b6a8){return _0x583823===_0x11b6a8;},'eQVxN':_0x2d3448(0x186),'SshXv':'gPGFs','obWwE':function(_0x57e037,_0x13f2a4){return _0x57e037===_0x13f2a4;},'gsqqL':_0x2d3448(0x16a),'BfZGB':'PjerF','JBwkP':_0x2d3448(0x1a6),'EboPD':_0x2d3448(0x154),'twQMK':function(_0x31e73b,_0x4e07db){return _0x31e73b(_0x4e07db);}};if(!this[_0x2d3448(0x109)]&&process[_0x2d3448(0x13c)][_0x2d3448(0x17d)]){if(_0x2beb29['huqYT'](_0x2beb29[_0x2d3448(0x19c)],_0x2beb29[_0x2d3448(0x192)]))return;else try{_0x2beb29[_0x2d3448(0x10d)](_0x2beb29[_0x2d3448(0xf0)],_0x2beb29['BfZGB'])?(_0x5243de&&this[_0x2d3448(0xf9)](_0x12772d),_0x393339&&this['setConfigDetails'](_0x1e426e),_0x40de8e&&this[_0x2d3448(0xe2)](_0x458aaa[_0x2d3448(0x110)],_0x2a9b1a[_0x2d3448(0x1ae)])):this[_0x2d3448(0x109)]=JSON[_0x2d3448(0xe6)](process[_0x2d3448(0x13c)][_0x2d3448(0x17d)]);}catch(_0x310bd0){if(_0x2beb29[_0x2d3448(0x10d)](_0x2beb29['JBwkP'],_0x2beb29[_0x2d3448(0x122)]))return;else _0x2beb29['twQMK'](debug,_0x2d3448(0x17c)+_0x310bd0[_0x2d3448(0x158)]());}}return this[_0x2d3448(0x109)];}static[a67_0x26f60e(0x1af)](_0x5cea39){const _0x62751e=a67_0x26f60e;this[_0x62751e(0x115)]=this[_0x62751e(0x195)](_0x5cea39),process[_0x62751e(0x13c)][_0x62751e(0x12e)]=JSON['stringify'](this[_0x62751e(0x115)]);}static[a67_0x26f60e(0x142)](){const _0x2a761b=a67_0x26f60e,_0x22c1a9={'DLBjE':function(_0x2fa9f6,_0x321f93){return _0x2fa9f6(_0x321f93);},'RfgCN':function(_0x3e5ef9,_0x28d752){return _0x3e5ef9 instanceof _0x28d752;},'ruzNu':function(_0x19f547,_0x2c0846,_0x594d78,_0x50a7af){return _0x19f547(_0x2c0846,_0x594d78,_0x50a7af);},'iKUNW':function(_0x55e1c1,_0x15aa55){return _0x55e1c1===_0x15aa55;},'NWYJP':function(_0x5c7ba5,_0x15aadb){return _0x5c7ba5(_0x15aadb);},'RInpk':function(_0x476b24,_0x25b2d7){return _0x476b24===_0x25b2d7;},'eApnB':_0x2a761b(0x13d),'kKPUE':_0x2a761b(0x19a),'PEjon':function(_0x4ce07b,_0x59afbf){return _0x4ce07b!==_0x59afbf;},'fTCpR':'FPpEY','ENXGW':function(_0x49e25e,_0x2f82d2){return _0x49e25e===_0x2f82d2;},'nArxZ':_0x2a761b(0x147),'gHDAk':'hRaIP','fDfjL':function(_0x5edc10,_0x19561f){return _0x5edc10(_0x19561f);}};if(_0x22c1a9['iKUNW'](Object[_0x2a761b(0x190)](this[_0x2a761b(0x115)])[_0x2a761b(0x1a9)],0x0)&&process[_0x2a761b(0x13c)][_0x2a761b(0x12e)]){if(_0x22c1a9['RInpk'](_0x22c1a9[_0x2a761b(0x15c)],_0x22c1a9[_0x2a761b(0x1a0)])){const _0x3fcb44=_0x5d8417['frameworkName'],_0xc14e3d=_0x100c1f[_0x2a761b(0x174)];!_0x4d320d&&(_0x281222=_0x22c1a9[_0x2a761b(0x157)](_0x4380bb,_0x3fcb44));!_0xc14e3d&&_0x22c1a9['DLBjE'](_0x1cff59,_0x3fcb44);const _0x34c92a={};_0x34c92a['frameworkName']=_0x3fcb44,_0x34c92a[_0x2a761b(0x174)]=_0xc14e3d,this[_0x2a761b(0x17f)](_0x34c92a,_0xee7fe,_0x22c1a9[_0x2a761b(0x157)](_0x859367,_0x421c3a));}else try{if(_0x22c1a9['PEjon'](_0x22c1a9[_0x2a761b(0x11c)],_0x22c1a9[_0x2a761b(0x11c)]))try{const _0x3cd138=(_0x262994[_0x2a761b(0x13c)][_0x2a761b(0xf3)]?_0x4af5e3[_0x2a761b(0xf2)]()[_0x2a761b(0xf5)](_0x35bff7):_0x315cb8)['call'](this,..._0x3a3434);if(_0x22c1a9[_0x2a761b(0xfb)](_0x3cd138,_0x304693))return _0x3cd138[_0x2a761b(0x1a3)](_0x2fcc58=>_0x17b2d2(_0x2fcc58,_0x2be8e5,_0x255727));return _0x3cd138;}catch(_0x322e9f){_0x22c1a9[_0x2a761b(0x1b6)](_0x1635aa,_0x322e9f,_0x2a2ddd,_0x871c01);}else this[_0x2a761b(0x115)]=JSON[_0x2a761b(0xe6)](process[_0x2a761b(0x13c)][_0x2a761b(0x12e)]);}catch(_0x10f84c){if(_0x22c1a9[_0x2a761b(0x19e)](_0x22c1a9[_0x2a761b(0x144)],_0x22c1a9['gHDAk'])){if(_0x22c1a9[_0x2a761b(0x112)](_0x3e0a5c[_0x2a761b(0x190)](this[_0x2a761b(0x172)])[_0x2a761b(0x1a9)],0x0)&&_0x232d58[_0x2a761b(0x13c)][_0x2a761b(0xfe)])try{this['frameworkDetails']=_0xa25850['parse'](_0x54555d['env'][_0x2a761b(0xfe)]);}catch(_0x579906){_0x22c1a9[_0x2a761b(0x176)](_0x26f205,_0x2a761b(0x17c)+_0x579906[_0x2a761b(0x158)]());}return this[_0x2a761b(0x172)];}else _0x22c1a9[_0x2a761b(0x14c)](debug,_0x2a761b(0xe5)+_0x10f84c[_0x2a761b(0x158)]()),this[_0x2a761b(0x115)]={};}}return this['userConfig'];}static[a67_0x26f60e(0xf9)](_0x319c10){const _0x36cf76=a67_0x26f60e;this[_0x36cf76(0x172)]=_0x319c10,process[_0x36cf76(0x13c)][_0x36cf76(0xfe)]=JSON[_0x36cf76(0x118)](this[_0x36cf76(0x172)]);}static[a67_0x26f60e(0x171)](){const _0x43fa6b=a67_0x26f60e,_0x1db747={'uncTE':function(_0x327062,_0x59b65f){return _0x327062(_0x59b65f);},'Iprns':function(_0x1359ef,_0x47a8af){return _0x1359ef===_0x47a8af;},'ZdIpc':function(_0x20a06e,_0x444fdd){return _0x20a06e===_0x444fdd;},'VUnyn':_0x43fa6b(0x104),'KNEag':function(_0x3303e0,_0x25cd54){return _0x3303e0!==_0x25cd54;},'IgTuG':_0x43fa6b(0x148),'OlBxT':_0x43fa6b(0x16c),'fiYXu':function(_0x1e85d9,_0x529f63){return _0x1e85d9!==_0x529f63;},'jNWUR':'bKdSN','eqXwW':_0x43fa6b(0x189),'wZNKG':function(_0x5d34df,_0x7a9399){return _0x5d34df(_0x7a9399);}};if(_0x1db747[_0x43fa6b(0x11b)](Object[_0x43fa6b(0x190)](this[_0x43fa6b(0x172)])['length'],0x0)&&process[_0x43fa6b(0x13c)][_0x43fa6b(0xfe)]){if(_0x1db747[_0x43fa6b(0x18a)](_0x1db747['VUnyn'],_0x1db747[_0x43fa6b(0x175)]))try{if(_0x1db747[_0x43fa6b(0x198)](_0x1db747[_0x43fa6b(0x194)],_0x1db747['OlBxT']))this[_0x43fa6b(0x172)]=JSON['parse'](process['env'][_0x43fa6b(0xfe)]);else{if(!this[_0x43fa6b(0x109)]&&_0x3425b4['env']['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x43fa6b(0x109)]=_0x12d107[_0x43fa6b(0xe6)](_0x195119[_0x43fa6b(0x13c)][_0x43fa6b(0x17d)]);}catch(_0x1599cf){_0x1db747['uncTE'](_0x4f289d,_0x43fa6b(0x17c)+_0x1599cf[_0x43fa6b(0x158)]());}return this[_0x43fa6b(0x109)];}}catch(_0x4a58d8){if(_0x1db747[_0x43fa6b(0x196)](_0x1db747[_0x43fa6b(0xfc)],_0x1db747[_0x43fa6b(0x119)]))_0x1db747[_0x43fa6b(0x129)](debug,_0x43fa6b(0x17c)+_0x4a58d8[_0x43fa6b(0x158)]());else try{this[_0x43fa6b(0x172)]=_0x2da014[_0x43fa6b(0xe6)](_0x23ad06[_0x43fa6b(0x13c)][_0x43fa6b(0xfe)]);}catch(_0x22ff0a){_0x1db747['uncTE'](_0x3cfd79,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x22ff0a[_0x43fa6b(0x158)]());}}else _0x1a7308=_0x1db747[_0x43fa6b(0xe8)](_0x2aff6c,_0x49221f);}return this[_0x43fa6b(0x172)];}static[a67_0x26f60e(0x17f)](_0x4a1d5f,_0x11ccd6,_0x266bd9){const _0x217eb6=a67_0x26f60e;_0x4a1d5f&&this[_0x217eb6(0xf9)](_0x4a1d5f),_0x11ccd6&&this[_0x217eb6(0x1af)](_0x11ccd6),_0x266bd9&&this[_0x217eb6(0xe2)](_0x266bd9[_0x217eb6(0x110)],_0x266bd9[_0x217eb6(0x1ae)]);}static async[a67_0x26f60e(0x16e)](_0x23934e,_0x3a10fd){const _0x1b2ac7=a67_0x26f60e,_0x5da1d3={'gjYHs':function(_0x5d5ea4,_0x1ba289){return _0x5d5ea4(_0x1ba289);},'pytnm':function(_0x44a361,_0x565845){return _0x44a361(_0x565845);},'GGved':_0x1b2ac7(0x105),'LyPVJ':function(_0x515592){return _0x515592();},'NrLXa':_0x1b2ac7(0x136),'KUovr':'application/json','MVUGR':'true','HnAVf':function(_0x4a4828,_0x43da11,_0x241f3a,_0x341f27,_0x27bf0f,_0x4ed165){return _0x4a4828(_0x43da11,_0x241f3a,_0x341f27,_0x27bf0f,_0x4ed165);},'HQebl':'POST','wEzpH':function(_0x5e1a25,_0x4e72b3){return _0x5e1a25!==_0x4e72b3;},'VzTHd':'zHKBR','svsiz':function(_0x2159dc,_0x46e68d){return _0x2159dc===_0x46e68d;},'KKYgn':_0x1b2ac7(0x1a5),'NCsyV':_0x1b2ac7(0x138),'NxOHt':function(_0x2007f8){return _0x2007f8();},'BzgYZ':function(_0x1f084a,_0x4e8386,_0x32570a,_0x1fe0c4,_0x4f73ef,_0x213c02){return _0x1f084a(_0x4e8386,_0x32570a,_0x1fe0c4,_0x4f73ef,_0x213c02);}};this['getCredentials']();if(!this[_0x1b2ac7(0x109)]){if(_0x5da1d3[_0x1b2ac7(0x107)](_0x5da1d3[_0x1b2ac7(0x164)],_0x5da1d3[_0x1b2ac7(0x164)])){const _0x2398c6={'bQlpb':function(_0x21eb77,_0x3fd14a){const _0x277318=_0x1b2ac7;return _0x5da1d3[_0x277318(0x141)](_0x21eb77,_0x3fd14a);}};this[_0x1b2ac7(0x117)]();if(!this[_0x1b2ac7(0x109)])return _0x5da1d3[_0x1b2ac7(0x141)](_0x4eb58f,_0x5da1d3[_0x1b2ac7(0x130)]);this[_0x1b2ac7(0x142)](),this[_0x1b2ac7(0x171)]();const _0x48a302={'hashed_id':_0x4855b8[_0x1b2ac7(0x13c)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x5da1d3[_0x1b2ac7(0x191)](_0x12f8f8),'frameworkName':this[_0x1b2ac7(0x172)][_0x1b2ac7(0x1b2)],'frameworkVersion':this['frameworkDetails'][_0x1b2ac7(0x174)]},'exception':{'error':_0x52e117[_0x1b2ac7(0x158)](),'stackTrace':_0x4c2f68},'config':this[_0x1b2ac7(0x115)]},_0x7779c5=_0x5da1d3[_0x1b2ac7(0x13e)],_0x152799={};_0x152799[_0x1b2ac7(0x110)]=this[_0x1b2ac7(0x109)]['username'],_0x152799[_0x1b2ac7(0xf7)]=this[_0x1b2ac7(0x109)][_0x1b2ac7(0x1ae)];const _0x1629f6={};_0x1629f6[_0x1b2ac7(0x128)]=_0x5da1d3[_0x1b2ac7(0x1a7)],_0x1629f6['X-BSTACK-TESTOPS']=_0x5da1d3['MVUGR'];const _0x231218={};_0x231218[_0x1b2ac7(0x14e)]=_0x152799,_0x231218[_0x1b2ac7(0x103)]=_0x1629f6;const _0x2ae125=_0x231218;_0x5da1d3[_0x1b2ac7(0x1aa)](_0x380d0d,_0x5da1d3[_0x1b2ac7(0x124)],_0x7779c5,_0x48a302,_0x2ae125,![])['then'](_0x192242=>{const _0x3d6c10=_0x1b2ac7;_0x2398c6[_0x3d6c10(0x18d)](_0x28cd84,_0x3d6c10(0x151)+_0x417971[_0x3d6c10(0x118)](_0x192242));})['catch'](_0x2cef8b=>{const _0x26503f=_0x1b2ac7;_0x5da1d3[_0x26503f(0x121)](_0x157fe4,_0x26503f(0x15e)+_0x2cef8b);});}else return _0x5da1d3[_0x1b2ac7(0x121)](debug,_0x5da1d3['GGved']);}this['getConfig'](),this[_0x1b2ac7(0x171)]();const _0x54e7ba={'hashed_id':process[_0x1b2ac7(0x13c)][_0x1b2ac7(0x143)],'observability_version':{'sdkVersion':_0x5da1d3[_0x1b2ac7(0x1a1)](getAgentVersion),'frameworkName':this['frameworkDetails'][_0x1b2ac7(0x1b2)],'frameworkVersion':this[_0x1b2ac7(0x172)]['frameworkVersion']},'exception':{'error':_0x23934e[_0x1b2ac7(0x158)](),'stackTrace':_0x3a10fd},'config':this['userConfig']},_0x38d006=_0x5da1d3[_0x1b2ac7(0x13e)],_0x406c76={};_0x406c76[_0x1b2ac7(0x110)]=this['credentials'][_0x1b2ac7(0x110)],_0x406c76[_0x1b2ac7(0xf7)]=this[_0x1b2ac7(0x109)]['accessKey'];const _0x330a40={};_0x330a40[_0x1b2ac7(0x128)]=_0x5da1d3[_0x1b2ac7(0x1a7)],_0x330a40['X-BSTACK-TESTOPS']=_0x5da1d3['MVUGR'];const _0x19ae6b={};_0x19ae6b[_0x1b2ac7(0x14e)]=_0x406c76,_0x19ae6b['headers']=_0x330a40;const _0x404d55=_0x19ae6b;_0x5da1d3[_0x1b2ac7(0x19d)](nodeRequest,_0x5da1d3[_0x1b2ac7(0x124)],_0x38d006,_0x54e7ba,_0x404d55,![])[_0x1b2ac7(0x183)](_0x5dad82=>{const _0x1e6cef=_0x1b2ac7,_0x1880d5={'TPAOb':function(_0x432ae5,_0x3a7a84){const _0x52fc66=a67_0x32fb;return _0x5da1d3[_0x52fc66(0x121)](_0x432ae5,_0x3a7a84);}};if(_0x5da1d3[_0x1e6cef(0x107)](_0x5da1d3[_0x1e6cef(0x15b)],_0x5da1d3[_0x1e6cef(0x15b)]))try{this[_0x1e6cef(0x109)]=_0x2ebbb2['parse'](_0x583e38[_0x1e6cef(0x13c)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x591f4){_0x1880d5[_0x1e6cef(0x169)](_0x56d52b,_0x1e6cef(0x17c)+_0x591f4['toString']());}else _0x5da1d3[_0x1e6cef(0x141)](debug,'[Crash_Report_Upload]\x20Success\x20response:\x20'+JSON[_0x1e6cef(0x118)](_0x5dad82));})[_0x1b2ac7(0x1a3)](_0x33ddf9=>{const _0x40b538=_0x1b2ac7;_0x5da1d3[_0x40b538(0x168)](_0x5da1d3[_0x40b538(0xe4)],_0x5da1d3[_0x40b538(0xe4)])?_0x5da1d3['pytnm'](debug,_0x40b538(0x15e)+_0x33ddf9):_0x2a532a=_0x374876[_0x40b538(0xf2)]()[_0x40b538(0xf5)](_0x535ac9);});}static['recursivelyDeletePIIKeysFromObject'](_0x295e09){const _0x51a146=a67_0x26f60e,_0x234f38={'rQHNW':function(_0x1fe37,_0x4ee48e){return _0x1fe37===_0x4ee48e;},'sQKuv':_0x51a146(0x1a4),'mknLp':function(_0x144681,_0x4702f4){return _0x144681 instanceof _0x4702f4;},'wqvPn':function(_0x31e622,_0x16f26c){return _0x31e622(_0x16f26c);},'bzGUb':function(_0x21b39c,_0x43c9bb){return _0x21b39c===_0x43c9bb;},'souSU':'Gdvgm','hOzQp':_0x51a146(0x137),'DmRTC':_0x51a146(0x110),'SYtZK':'key','lWRzM':_0x51a146(0x1ae),'oKzRo':_0x51a146(0xf7),'hQHGl':function(_0x285ff0,_0x485d31){return _0x285ff0!==_0x485d31;},'KBoXI':_0x51a146(0x1b8),'GaaUd':_0x51a146(0x18e),'WzAQV':function(_0x3bf631,_0x30108d){return _0x3bf631!==_0x30108d;},'KDHVb':_0x51a146(0x14d),'GPGzd':_0x51a146(0x134)};if(!_0x295e09){if(_0x234f38[_0x51a146(0x114)](_0x234f38[_0x51a146(0x17e)],_0x234f38[_0x51a146(0x17e)]))return;else{const _0x238e46=_0xb2312[_0x51a146(0xe6)](_0x301029['stringify'](_0x246e85));return this[_0x51a146(0x15a)](_0x238e46),_0x238e46;}}const _0x3ce57c=[_0x234f38[_0x51a146(0x199)],_0x234f38[_0x51a146(0x1ad)],_0x234f38[_0x51a146(0x12a)],_0x234f38[_0x51a146(0x193)],_0x234f38[_0x51a146(0x1b7)]];for(const _0x55f66f in _0x295e09){if(_0x234f38[_0x51a146(0x131)](_0x234f38['KBoXI'],_0x234f38[_0x51a146(0xef)])){if(_0x4d3d09['includes'](_0x58b180[_0x51a146(0xe7)]()))delete _0x2024af[_0x104a70];else _0x234f38[_0x51a146(0xe9)](typeof _0x4fa023[_0xcf7f81],_0x234f38[_0x51a146(0x120)])&&this[_0x51a146(0x15a)](_0x13d040[_0x3858c2]);}else{if(_0x3ce57c[_0x51a146(0x13a)](_0x55f66f[_0x51a146(0xe7)]())){if(_0x234f38[_0x51a146(0x131)](_0x234f38['GaaUd'],_0x234f38[_0x51a146(0x14b)])){let _0x3dff8a=_0x374835;_0x293433[_0x51a146(0x13c)][_0x51a146(0xf3)]&&(_0x3dff8a=_0x4dab10['getPerformance']()[_0x51a146(0xf5)](_0x3dff8a));const _0x6358fd=_0x3dff8a['apply'](null,arguments);if(_0x234f38[_0x51a146(0x153)](_0x6358fd,_0x1ab8b5))return _0x6358fd[_0x51a146(0x1a3)](_0x3720f0=>_0x59f9cd(_0x3720f0,_0x4bfa1b,_0xe5f66a));return _0x6358fd;}else delete _0x295e09[_0x55f66f];}else _0x234f38['bzGUb'](typeof _0x295e09[_0x55f66f],_0x234f38[_0x51a146(0x120)])&&(_0x234f38[_0x51a146(0x1a2)](_0x234f38[_0x51a146(0x127)],_0x234f38[_0x51a146(0x1ab)])?this[_0x51a146(0x15a)](_0x295e09[_0x55f66f]):_0x234f38[_0x51a146(0x149)](_0x13c8e5,_0x51a146(0x17c)+_0x24a26e[_0x51a146(0x158)]()));}}}static[a67_0x26f60e(0x195)](_0x371a59){const _0x3da0a8=a67_0x26f60e,_0x1d227b=JSON[_0x3da0a8(0xe6)](JSON[_0x3da0a8(0x118)](_0x371a59));return this[_0x3da0a8(0x15a)](_0x1d227b),_0x1d227b;}}const a67_0x306b9e={};a67_0x306b9e[a67_0x26f60e(0x111)]=o11yErrorHandler,a67_0x306b9e[a67_0x26f60e(0x10f)]=o11yClassErrorHandler,a67_0x306b9e[a67_0x26f60e(0x15f)]=CrashReporter,module[a67_0x26f60e(0x10c)]=a67_0x306b9e;
|
|
1
|
+
const a67_0x4f7959=a67_0x1f40;(function(_0x3591b1,_0x2a5d2d){const _0x15aa17=a67_0x1f40,_0x436302=_0x3591b1();while(!![]){try{const _0x49f5bf=parseInt(_0x15aa17(0x18c))/0x1*(-parseInt(_0x15aa17(0x10c))/0x2)+parseInt(_0x15aa17(0x108))/0x3*(parseInt(_0x15aa17(0x145))/0x4)+-parseInt(_0x15aa17(0x11d))/0x5+parseInt(_0x15aa17(0x138))/0x6*(parseInt(_0x15aa17(0x14b))/0x7)+-parseInt(_0x15aa17(0xfe))/0x8+-parseInt(_0x15aa17(0x17e))/0x9*(parseInt(_0x15aa17(0x172))/0xa)+parseInt(_0x15aa17(0x1a3))/0xb*(parseInt(_0x15aa17(0x1c5))/0xc);if(_0x49f5bf===_0x2a5d2d)break;else _0x436302['push'](_0x436302['shift']());}catch(_0x302745){_0x436302['push'](_0x436302['shift']());}}}(a67_0x1044,0xa267f));const util=require(a67_0x4f7959(0x1cb)),PerformanceTester=require(a67_0x4f7959(0x14f)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x4f7959(0x19c)),{getAgentVersion}=require(a67_0x4f7959(0x191)),o11yErrorHandler=_0x5abd0f=>{const _0x384863=a67_0x4f7959,_0x26f8da={'vyXEU':function(_0x2af94f,_0x5607ee){return _0x2af94f(_0x5607ee);},'OueWS':function(_0x589529,_0x5b5e4f){return _0x589529===_0x5b5e4f;},'XIGKT':_0x384863(0x137),'LzyJL':function(_0x10c316,_0x3633a9){return _0x10c316===_0x3633a9;},'FwjPb':'NCVSF','JJGRh':function(_0x2fd284,_0x89c735){return _0x2fd284!==_0x89c735;},'gfeas':_0x384863(0x129),'Dnmfr':function(_0x226513,_0x4f36be){return _0x226513!==_0x4f36be;},'dVoOP':_0x384863(0x133),'QkvSI':function(_0x2e7f00,_0x47eb80){return _0x2e7f00 instanceof _0x47eb80;},'BDSGA':_0x384863(0x11b),'wbROo':'hlQUS','qlvLo':function(_0x165728,_0x5fe9a6){return _0x165728!==_0x5fe9a6;},'RhwzS':'LpRGO','yzgHy':_0x384863(0x14a),'IzgIX':function(_0x3ee25e,_0xda74c9,_0x4228d1,_0xb9df14){return _0x3ee25e(_0xda74c9,_0x4228d1,_0xb9df14);}};return function(..._0x4ea2a8){const _0xd432a=_0x384863,_0x5d31b0={'cXlIU':function(_0x366f4c,_0x27e2c1){const _0x293413=a67_0x1f40;return _0x26f8da[_0x293413(0x196)](_0x366f4c,_0x27e2c1);},'lJgZr':_0x26f8da['XIGKT']};if(_0x26f8da['LzyJL'](_0x26f8da[_0xd432a(0x17c)],_0x26f8da[_0xd432a(0x17c)]))try{if(_0x26f8da['JJGRh'](_0x26f8da[_0xd432a(0x1ba)],_0x26f8da[_0xd432a(0x1ba)]))this[_0xd432a(0xf1)]=_0x46a87f[_0xd432a(0x1b6)](_0x590347['env']['CREDENTIALS_FOR_CRASH_REPORTING']);else{let _0x11b96d=_0x5abd0f;if(process['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']){if(_0x26f8da[_0xd432a(0x105)](_0x26f8da[_0xd432a(0x14c)],_0x26f8da['dVoOP']))try{this[_0xd432a(0xf1)]=_0x3eb978[_0xd432a(0x1b6)](_0x5ed44b['env']['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x522e97){_0x26f8da[_0xd432a(0x1ad)](_0x3b17ab,_0xd432a(0x156)+_0x522e97[_0xd432a(0x1c2)]());}else _0x11b96d=PerformanceTester[_0xd432a(0x13c)]()[_0xd432a(0x1ac)](_0x11b96d);}const _0x5b03f8=_0x11b96d[_0xd432a(0x1b8)](null,arguments);if(_0x26f8da[_0xd432a(0x107)](_0x5b03f8,Promise)){if(_0x26f8da[_0xd432a(0x196)](_0x26f8da[_0xd432a(0x1a9)],_0x26f8da[_0xd432a(0x1c9)]))_0x4b03d2=_0x47ba3c[_0xd432a(0x13c)]()[_0xd432a(0x1ac)](_0x29f36a);else return _0x5b03f8['catch'](_0x2b1568=>processError(_0x2b1568,_0x5abd0f,_0x4ea2a8));}return _0x5b03f8;}}catch(_0x40190c){if(_0x26f8da['qlvLo'](_0x26f8da[_0xd432a(0x106)],_0x26f8da[_0xd432a(0x176)]))_0x26f8da['IzgIX'](processError,_0x40190c,_0x5abd0f,_0x4ea2a8);else{if(_0x1da9bb['includes'](_0x5acebe[_0xd432a(0x150)]()))delete _0x5398dd[_0x31c828];else _0x5d31b0['cXlIU'](typeof _0x5bdf23[_0x1f5e7e],_0x5d31b0[_0xd432a(0x139)])&&this[_0xd432a(0x17d)](_0x3c8fbc[_0x944ee3]);}}else this['frameworkDetails']=_0x4c2380,_0x39aad5[_0xd432a(0x10e)][_0xd432a(0x153)]=_0x5ccc43['stringify'](this[_0xd432a(0x189)]);};},o11yClassErrorHandler=(_0x309f20,_0x514d85)=>{const _0x2d0850=a67_0x4f7959,_0x20ed03={'jyCkR':function(_0x446fb6,_0x1e5506){return _0x446fb6===_0x1e5506;},'IPwge':function(_0x1770f5,_0x4f9789){return _0x1770f5(_0x4f9789);},'iJUuO':function(_0x4d9f0d,_0x2ea972){return _0x4d9f0d(_0x2ea972);},'rZbFh':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','bujps':function(_0x931a94){return _0x931a94();},'oqogG':_0x2d0850(0x1c1),'JLScr':'application/json','IRYik':_0x2d0850(0x1aa),'XFeBF':function(_0x23afb6,_0xf67a17,_0x479e61,_0x3c8859,_0xa9a4cd,_0x5418f6){return _0x23afb6(_0xf67a17,_0x479e61,_0x3c8859,_0xa9a4cd,_0x5418f6);},'ktmZk':_0x2d0850(0x1b2),'Inxzy':_0x2d0850(0x15d),'SUiMK':_0x2d0850(0x174),'OrKEe':'KzwLy','wxXhX':'SDxjS','sSxYx':function(_0x38c23d,_0x528fb6){return _0x38c23d instanceof _0x528fb6;},'aAdsV':function(_0x807d58,_0x1674c7){return _0x807d58!==_0x1674c7;},'OxHLl':_0x2d0850(0x151),'ZthrB':_0x2d0850(0x128),'KGdKP':_0x2d0850(0x110),'wiMLx':function(_0x4f3bc6,_0x309ba1,_0x19d6cd,_0x11bc4b){return _0x4f3bc6(_0x309ba1,_0x19d6cd,_0x11bc4b);},'BGQDM':function(_0x3fea97,_0x5cd151){return _0x3fea97(_0x5cd151);},'aZwuk':function(_0x3e0fcd,_0x3dbcd2){return _0x3e0fcd!==_0x3dbcd2;},'lvYQc':_0x2d0850(0x13f),'DDRLK':'bpCIb','fVnKO':'lFLfI','sDFqn':function(_0x2e3538,_0x15e72c){return _0x2e3538===_0x15e72c;},'CBgQg':_0x2d0850(0x19b),'cdnml':function(_0x4a00b1,_0x4e2212){return _0x4a00b1!==_0x4e2212;},'pPbdY':'constructor','DpdOT':'qhhyv','adRNS':_0x2d0850(0x16c),'dQVoI':function(_0xd82049,_0x25dd82){return _0xd82049<_0x25dd82;},'CSNSq':function(_0x577a02,_0x9b911a){return _0x577a02===_0x9b911a;},'pwrrj':'mwaPu'},_0x42aac2=_0x309f20[_0x2d0850(0x13b)];if(_0x20ed03['dQVoI'](Object[_0x2d0850(0x1bb)](_0x42aac2)[_0x2d0850(0x170)],0x2)){if(_0x20ed03['CSNSq'](_0x20ed03[_0x2d0850(0x1ab)],_0x20ed03[_0x2d0850(0x1ab)]))return _0x309f20;else{if(_0x20ed03[_0x2d0850(0x171)](_0x2e355f[_0x2d0850(0x186)](this[_0x2d0850(0x1bf)])[_0x2d0850(0x170)],0x0)&&_0x1123df['env'][_0x2d0850(0x134)])try{this[_0x2d0850(0x1bf)]=_0x155ca2[_0x2d0850(0x1b6)](_0x3e70af[_0x2d0850(0x10e)][_0x2d0850(0x134)]);}catch(_0x3d5147){_0x20ed03[_0x2d0850(0x149)](_0x21bedf,_0x2d0850(0xea)+_0x3d5147[_0x2d0850(0x1c2)]()),this['userConfig']={};}return this[_0x2d0850(0x1bf)];}}return Object[_0x2d0850(0x1bb)](_0x42aac2)[_0x2d0850(0x113)](_0x36a9a1=>{const _0x4a8e48=_0x2d0850,_0x1b3668={'qmKzS':function(_0x1486a6,_0x416969,_0xc97cc2,_0x3d8234){const _0x46302f=a67_0x1f40;return _0x20ed03[_0x46302f(0x1a7)](_0x1486a6,_0x416969,_0xc97cc2,_0x3d8234);},'MGMLF':function(_0x24f068,_0x45015c){const _0x4b0892=a67_0x1f40;return _0x20ed03[_0x4b0892(0x122)](_0x24f068,_0x45015c);}};if(_0x20ed03[_0x4a8e48(0x10b)](_0x20ed03[_0x4a8e48(0x121)],_0x20ed03[_0x4a8e48(0x165)])){if(!(_0x514d85&&_0x514d85['includes'](_0x36a9a1))){if(_0x20ed03[_0x4a8e48(0x15c)](_0x20ed03[_0x4a8e48(0x1a8)],_0x20ed03[_0x4a8e48(0x1a8)]))_0x1b3668[_0x4a8e48(0x109)](_0x312917,_0x1f931b,_0x1a2f39,_0x58891e);else return;}const _0xf84a61=_0x42aac2[_0x36a9a1];if(_0x20ed03['sDFqn'](typeof _0xf84a61,_0x20ed03[_0x4a8e48(0x10d)])&&_0x20ed03[_0x4a8e48(0x19f)](_0x36a9a1,_0x20ed03[_0x4a8e48(0x152)])){if(_0x20ed03[_0x4a8e48(0x19f)](_0x20ed03[_0x4a8e48(0x13d)],_0x20ed03[_0x4a8e48(0x141)]))Object[_0x4a8e48(0xf6)](_0x42aac2,_0x36a9a1,{'writable':!![],'value':function(..._0x193700){const _0x334c9b=_0x4a8e48,_0x23df0a={'GPmQg':function(_0x25fceb,_0x2e1942){const _0x280132=a67_0x1f40;return _0x20ed03[_0x280132(0x149)](_0x25fceb,_0x2e1942);},'LUkfq':function(_0x336414,_0x11da1b){const _0x55bb89=a67_0x1f40;return _0x20ed03[_0x55bb89(0x112)](_0x336414,_0x11da1b);},'zhDWR':_0x20ed03[_0x334c9b(0x119)],'aRkBd':function(_0x3253ac){const _0x287e05=_0x334c9b;return _0x20ed03[_0x287e05(0x190)](_0x3253ac);},'IwmsB':_0x20ed03['oqogG'],'wprZo':_0x20ed03[_0x334c9b(0x199)],'svoMH':_0x20ed03[_0x334c9b(0x19e)],'dUfgc':function(_0x3db346,_0x3fe7cb,_0x594673,_0x308f3e,_0x20cb4f,_0xf81cbc){const _0x553af7=_0x334c9b;return _0x20ed03[_0x553af7(0x1c8)](_0x3db346,_0x3fe7cb,_0x594673,_0x308f3e,_0x20cb4f,_0xf81cbc);},'drOyy':_0x20ed03[_0x334c9b(0x181)]};if(_0x20ed03[_0x334c9b(0x171)](_0x20ed03[_0x334c9b(0x159)],_0x20ed03[_0x334c9b(0x12e)]))_0x1b3668[_0x334c9b(0x16d)](_0x5bc6f6,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x4086ea[_0x334c9b(0x197)](_0x4562f9));else try{if(_0x20ed03[_0x334c9b(0x171)](_0x20ed03[_0x334c9b(0x18e)],_0x20ed03[_0x334c9b(0x11a)]))_0x61b52f=_0x23df0a[_0x334c9b(0x163)](_0x3f07f9,_0x1cb541);else{const _0x7bae30=(process[_0x334c9b(0x10e)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?PerformanceTester[_0x334c9b(0x13c)]()[_0x334c9b(0x1ac)](_0xf84a61):_0xf84a61)[_0x334c9b(0x1b0)](this,..._0x193700);if(_0x20ed03[_0x334c9b(0x155)](_0x7bae30,Promise)){if(_0x20ed03[_0x334c9b(0x15c)](_0x20ed03['OxHLl'],_0x20ed03[_0x334c9b(0x179)]))_0x35491f=_0x343754[_0x334c9b(0x197)](_0x5cda21);else return _0x7bae30[_0x334c9b(0x17f)](_0x252656=>processError(_0x252656,_0xf84a61,_0x193700));}return _0x7bae30;}}catch(_0x3735d7){if(_0x20ed03[_0x334c9b(0x171)](_0x20ed03[_0x334c9b(0x1b4)],_0x20ed03[_0x334c9b(0x17b)])){const _0x2d9fdc={'SNNmf':function(_0x929fb5,_0x3aace2){const _0x5288f9=_0x334c9b;return _0x23df0a[_0x5288f9(0x163)](_0x929fb5,_0x3aace2);}};this[_0x334c9b(0x144)]();if(!this[_0x334c9b(0xf1)])return _0x23df0a[_0x334c9b(0x18d)](_0x47888f,_0x23df0a[_0x334c9b(0x123)]);this['getConfig'](),this[_0x334c9b(0x1c7)]();const _0x25dcd3={'hashed_id':_0x5cb681['env'][_0x334c9b(0x111)],'observability_version':{'sdkVersion':_0x23df0a[_0x334c9b(0x18a)](_0x5ee1fc),'frameworkName':this[_0x334c9b(0x189)][_0x334c9b(0x180)],'frameworkVersion':this['frameworkDetails'][_0x334c9b(0x169)]},'exception':{'error':_0x3cfef2[_0x334c9b(0x1c2)](),'stackTrace':_0x484630},'config':this['userConfig']},_0x11e725=_0x23df0a[_0x334c9b(0x135)],_0x1b25d7={};_0x1b25d7[_0x334c9b(0xf9)]=this[_0x334c9b(0xf1)]['username'],_0x1b25d7[_0x334c9b(0x103)]=this[_0x334c9b(0xf1)]['accessKey'];const _0x28d791={};_0x28d791['Content-Type']=_0x23df0a[_0x334c9b(0x158)],_0x28d791['X-BSTACK-TESTOPS']=_0x23df0a['svoMH'];const _0x452efa={};_0x452efa[_0x334c9b(0x17a)]=_0x1b25d7,_0x452efa['headers']=_0x28d791;const _0x128aba=_0x452efa;_0x23df0a['dUfgc'](_0x46129a,_0x23df0a[_0x334c9b(0x1b3)],_0x11e725,_0x25dcd3,_0x128aba,![])['then'](_0x35ee7e=>{const _0xe85bd9=_0x334c9b;_0x2d9fdc[_0xe85bd9(0x16e)](_0x4947af,_0xe85bd9(0x127)+_0x3b7583[_0xe85bd9(0x197)](_0x35ee7e));})[_0x334c9b(0x17f)](_0x593949=>{const _0x1ab47c=_0x334c9b;_0x2d9fdc[_0x1ab47c(0x16e)](_0x480a67,_0x1ab47c(0x157)+_0x593949);});}else _0x20ed03[_0x334c9b(0x1a7)](processError,_0x3735d7,_0xf84a61,_0x193700);}}});else return;}}else return _0x510f1a;}),_0x309f20;};function processError(_0x1319f9,_0x139631,_0x35c8c5){const _0x5d433c=a67_0x4f7959,_0x1d5dd8={'TQXkA':function(_0x506d0f,_0x45fc9b){return _0x506d0f(_0x45fc9b);},'mEYrA':function(_0x36c22e,_0x4e9126){return _0x36c22e===_0x4e9126;},'oYNvT':_0x5d433c(0xf8),'SZOIF':function(_0x42dba6,_0x4921b1){return _0x42dba6===_0x4921b1;},'dyNic':_0x5d433c(0x1bc),'orMGl':'evRFr'};_0x1d5dd8[_0x5d433c(0x13a)](debug,_0x5d433c(0x12f)+_0x139631[_0x5d433c(0x143)]+_0x5d433c(0x13e)+_0x35c8c5+':\x20'+_0x1319f9),PerformanceTester[_0x5d433c(0x11e)](_0x1319f9);let _0x1e801f;try{if(_0x1d5dd8[_0x5d433c(0x19d)](_0x1d5dd8[_0x5d433c(0x178)],_0x1d5dd8['oYNvT']))_0x1e801f=JSON[_0x5d433c(0x197)](_0x35c8c5);else{if(!this[_0x5d433c(0xf1)]&&_0x16e2ef[_0x5d433c(0x10e)][_0x5d433c(0x146)])try{this[_0x5d433c(0xf1)]=_0x55b2b8[_0x5d433c(0x1b6)](_0x18129c['env']['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x3d2917){_0x1d5dd8[_0x5d433c(0x13a)](_0x21180a,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x3d2917[_0x5d433c(0x1c2)]());}return this[_0x5d433c(0xf1)];}}catch(_0x1659b9){if(_0x1d5dd8[_0x5d433c(0x125)](_0x1d5dd8[_0x5d433c(0x14e)],_0x1d5dd8['orMGl']))_0xb7f0bf&&this[_0x5d433c(0x120)](_0x295ee3),_0x2bc4a2&&this[_0x5d433c(0x1b7)](_0x214b06),_0x597067&&this[_0x5d433c(0x15f)](_0x23f898[_0x5d433c(0xf9)],_0x314d16['accessKey']);else{const _0x4907ab={};_0x4907ab[_0x5d433c(0x195)]=0x2,_0x1e801f=util[_0x5d433c(0x136)](_0x35c8c5,_0x4907ab);}}CrashReporter[_0x5d433c(0x131)](_0x5d433c(0x12f)+_0x139631[_0x5d433c(0x143)]+_0x5d433c(0x13e)+_0x1e801f+'\x20:\x20'+_0x1319f9,_0x1319f9&&_0x1319f9['stack']);}class CrashReporter{static [a67_0x4f7959(0x1bf)]={};static [a67_0x4f7959(0xf1)];static [a67_0x4f7959(0x189)]={};static[a67_0x4f7959(0x116)](_0x4fe808,_0x2dab26,_0xde0562=null){const _0x2ead52=a67_0x4f7959,_0x1dfd99={'TCAle':function(_0x2ff637,_0x2a53ce){return _0x2ff637(_0x2a53ce);},'SrUcs':function(_0x456159,_0x23f910){return _0x456159===_0x23f910;},'TKpAd':function(_0x3452c9,_0x5ba92a){return _0x3452c9(_0x5ba92a);},'AWOZF':function(_0x312d98,_0x281828){return _0x312d98===_0x281828;},'YQBTE':_0x2ead52(0xeb),'mSmhH':function(_0x2602ec,_0x463bd9){return _0x2602ec(_0x463bd9);},'ROaSi':function(_0x4ff114,_0x3c82eb){return _0x4ff114!==_0x3c82eb;},'fcBVq':_0x2ead52(0xf7),'FgFZK':'zvVmS','ljopE':function(_0x1b4f7b,_0x492878){return _0x1b4f7b(_0x492878);}},_0x58be4d=_0x4fe808[_0x2ead52(0x180)],_0x27253d=_0x4fe808['frameworkVersion'];if(!_0xde0562){if(_0x1dfd99['AWOZF'](_0x1dfd99['YQBTE'],_0x1dfd99[_0x2ead52(0xff)]))_0xde0562=_0x1dfd99[_0x2ead52(0x126)](getBrowserStackConfig,_0x58be4d);else try{this[_0x2ead52(0x189)]=_0x630920['parse'](_0x719cd0['env'][_0x2ead52(0x153)]);}catch(_0x27d8e1){_0x1dfd99[_0x2ead52(0x140)](_0x18958a,_0x2ead52(0x156)+_0x27d8e1[_0x2ead52(0x1c2)]());}}if(!_0x27253d){if(_0x1dfd99['ROaSi'](_0x1dfd99['fcBVq'],_0x1dfd99['FgFZK']))_0x1dfd99[_0x2ead52(0x126)](getFrameworkVersion,_0x58be4d);else{if(_0x1dfd99[_0x2ead52(0x173)](_0x589f96[_0x2ead52(0x186)](this['frameworkDetails'])[_0x2ead52(0x170)],0x0)&&_0x5537f8['env'][_0x2ead52(0x153)])try{this[_0x2ead52(0x189)]=_0x706654[_0x2ead52(0x1b6)](_0x13ff5a[_0x2ead52(0x10e)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x5b8431){_0x1dfd99[_0x2ead52(0x16a)](_0x188217,_0x2ead52(0x156)+_0x5b8431[_0x2ead52(0x1c2)]());}return this['frameworkDetails'];}}const _0x55a166={};_0x55a166[_0x2ead52(0x180)]=_0x58be4d,_0x55a166['frameworkVersion']=_0x27253d,this['setAllDetails'](_0x55a166,_0x2dab26,_0x1dfd99['ljopE'](getUserCredentials,_0xde0562));}static[a67_0x4f7959(0x15f)](_0x1d1ea9,_0x50fcc2){const _0x588c3e=a67_0x4f7959,_0x376406={};_0x376406[_0x588c3e(0xf9)]=_0x1d1ea9,_0x376406[_0x588c3e(0x1c3)]=_0x50fcc2,this[_0x588c3e(0xf1)]=_0x376406,process[_0x588c3e(0x10e)][_0x588c3e(0x146)]=JSON[_0x588c3e(0x197)](this[_0x588c3e(0xf1)]);}static['getCredentials'](){const _0x428b5b=a67_0x4f7959,_0x26e52b={'Mqiqq':function(_0x39b524,_0x3efdae){return _0x39b524(_0x3efdae);},'KYNLe':function(_0x5c205,_0x17c30d){return _0x5c205!==_0x17c30d;},'ERWXQ':_0x428b5b(0x162),'TfxDx':function(_0x5807a0,_0x2313aa){return _0x5807a0===_0x2313aa;},'PFgmD':_0x428b5b(0x102),'mkyhn':_0x428b5b(0x166)};if(!this[_0x428b5b(0xf1)]&&process[_0x428b5b(0x10e)][_0x428b5b(0x146)]){if(_0x26e52b[_0x428b5b(0x132)](_0x26e52b[_0x428b5b(0x16f)],_0x26e52b['ERWXQ']))return _0xaba269[_0x428b5b(0x17f)](_0x2cb1ef=>_0x3d70f(_0x2cb1ef,_0x465a8a,_0x562520));else try{if(_0x26e52b[_0x428b5b(0x187)](_0x26e52b[_0x428b5b(0x10f)],_0x26e52b[_0x428b5b(0x10f)]))this[_0x428b5b(0xf1)]=JSON[_0x428b5b(0x1b6)](process['env'][_0x428b5b(0x146)]);else return _0x437e54[_0x428b5b(0x17f)](_0x121cc5=>_0x512048(_0x121cc5,_0x553abe,_0x319b4a));}catch(_0x215e5d){if(_0x26e52b[_0x428b5b(0x187)](_0x26e52b['mkyhn'],_0x26e52b[_0x428b5b(0xf0)]))_0x26e52b[_0x428b5b(0x18f)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x215e5d[_0x428b5b(0x1c2)]());else{_0x26e52b[_0x428b5b(0x18f)](_0x4f7e5c,'Error\x20in\x20executing\x20'+_0xbee3c2[_0x428b5b(0x143)]+'\x20with\x20args\x20'+_0x3d87a5+':\x20'+_0x315313),_0x22bc7a[_0x428b5b(0x11e)](_0x2d9347);let _0x5e4bd1;try{_0x5e4bd1=_0x354a5c['stringify'](_0x22ee30);}catch(_0x22e715){const _0xe54aa4={};_0xe54aa4[_0x428b5b(0x195)]=0x2,_0x5e4bd1=_0x19bf65['inspect'](_0x599d89,_0xe54aa4);}_0x165b07[_0x428b5b(0x131)]('Error\x20in\x20executing\x20'+_0x570e40[_0x428b5b(0x143)]+'\x20with\x20args\x20'+_0x5e4bd1+'\x20:\x20'+_0x3d6768,_0x2ea475&&_0x193064[_0x428b5b(0x175)]);}}}return this[_0x428b5b(0xf1)];}static[a67_0x4f7959(0x1b7)](_0x348628){const _0x1f8f28=a67_0x4f7959;this['userConfig']=this[_0x1f8f28(0x188)](_0x348628),process[_0x1f8f28(0x10e)][_0x1f8f28(0x134)]=JSON[_0x1f8f28(0x197)](this[_0x1f8f28(0x1bf)]);}static['getConfig'](){const _0x4cea9b=a67_0x4f7959,_0x2033b0={'gbpda':function(_0x1cd4e4,_0x4d9acc){return _0x1cd4e4(_0x4d9acc);},'BuNrJ':_0x4cea9b(0x142),'GclsX':function(_0x292ede,_0xc96790){return _0x292ede===_0xc96790;},'odURZ':'luIyU','yVvxa':_0x4cea9b(0x14d),'WkIev':function(_0x14ad20,_0x185075){return _0x14ad20!==_0x185075;},'xQFnA':_0x4cea9b(0x183),'cdngg':function(_0x4ce8c1,_0x1e42be){return _0x4ce8c1!==_0x1e42be;},'ReSep':_0x4cea9b(0x124),'IwApd':function(_0x14c53b,_0x433c1e){return _0x14c53b(_0x433c1e);}};if(_0x2033b0['GclsX'](Object[_0x4cea9b(0x186)](this[_0x4cea9b(0x1bf)])[_0x4cea9b(0x170)],0x0)&&process[_0x4cea9b(0x10e)][_0x4cea9b(0x134)]){if(_0x2033b0['GclsX'](_0x2033b0[_0x4cea9b(0x167)],_0x2033b0[_0x4cea9b(0x114)]))this[_0x4cea9b(0x1bf)]=this['filterPII'](_0x36d3aa),_0x2a6a47['env']['USER_CONFIG_FOR_REPORTING']=_0x41736c[_0x4cea9b(0x197)](this['userConfig']);else try{if(_0x2033b0[_0x4cea9b(0x10a)](_0x2033b0[_0x4cea9b(0x1a2)],_0x2033b0[_0x4cea9b(0x1a2)]))return _0x2033b0[_0x4cea9b(0x15e)](_0x2d722e,_0x2033b0[_0x4cea9b(0x185)]);else this[_0x4cea9b(0x1bf)]=JSON[_0x4cea9b(0x1b6)](process[_0x4cea9b(0x10e)][_0x4cea9b(0x134)]);}catch(_0x2acf0b){_0x2033b0['cdngg'](_0x2033b0[_0x4cea9b(0x12c)],_0x2033b0[_0x4cea9b(0x12c)])?_0x2033b0[_0x4cea9b(0x15e)](_0xc2a4c2,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x5d97a0['toString']()):(_0x2033b0['IwApd'](debug,_0x4cea9b(0xea)+_0x2acf0b[_0x4cea9b(0x1c2)]()),this['userConfig']={});}}return this[_0x4cea9b(0x1bf)];}static[a67_0x4f7959(0x120)](_0x34587a){const _0x4edc73=a67_0x4f7959;this['frameworkDetails']=_0x34587a,process['env'][_0x4edc73(0x153)]=JSON[_0x4edc73(0x197)](this[_0x4edc73(0x189)]);}static[a67_0x4f7959(0x1c7)](){const _0x133805=a67_0x4f7959,_0x89aad4={'SkveA':function(_0x3d8ef9,_0x1c20ea){return _0x3d8ef9===_0x1c20ea;},'RimiO':function(_0x4e0367,_0x2c547e){return _0x4e0367!==_0x2c547e;},'hXOpT':_0x133805(0x1b9),'YZYxo':_0x133805(0xf2),'LhkHv':function(_0x24762f,_0x5c73c2){return _0x24762f!==_0x5c73c2;},'AGCqO':_0x133805(0xf4),'aeDPu':function(_0x3298cc,_0x17317d){return _0x3298cc(_0x17317d);}};if(_0x89aad4[_0x133805(0x16b)](Object['keys'](this[_0x133805(0x189)])[_0x133805(0x170)],0x0)&&process[_0x133805(0x10e)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x89aad4[_0x133805(0x1bd)](_0x89aad4['hXOpT'],_0x89aad4[_0x133805(0x118)]))this[_0x133805(0x189)]=_0xec4b85[_0x133805(0x1b6)](_0xbaf23a['env'][_0x133805(0x153)]);else try{_0x89aad4[_0x133805(0x16b)](_0x89aad4['YZYxo'],_0x89aad4['YZYxo'])?this[_0x133805(0x189)]=JSON[_0x133805(0x1b6)](process[_0x133805(0x10e)][_0x133805(0x153)]):this[_0x133805(0x17d)](_0x1e41da[_0x34cf22]);}catch(_0x2d6325){_0x89aad4[_0x133805(0x192)](_0x89aad4[_0x133805(0x1ae)],_0x89aad4['AGCqO'])?delete _0x4abee2[_0x50c7c9]:_0x89aad4[_0x133805(0x104)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x2d6325[_0x133805(0x1c2)]());}}return this[_0x133805(0x189)];}static['setAllDetails'](_0x29a3e3,_0x498252,_0x7f415){const _0x1abd92=a67_0x4f7959;_0x29a3e3&&this[_0x1abd92(0x120)](_0x29a3e3),_0x498252&&this[_0x1abd92(0x1b7)](_0x498252),_0x7f415&&this[_0x1abd92(0x15f)](_0x7f415[_0x1abd92(0xf9)],_0x7f415['accessKey']);}static async[a67_0x4f7959(0x131)](_0x35c604,_0x1b7a8d){const _0x491a1b=a67_0x4f7959,_0x5990c3={'vLJCh':function(_0x5935de,_0x3c68b0){return _0x5935de(_0x3c68b0);},'CoTqS':function(_0x1765f9,_0x156595){return _0x1765f9(_0x156595);},'tANUK':function(_0x5bcfc1,_0x4005bb){return _0x5bcfc1!==_0x4005bb;},'uQQSG':_0x491a1b(0x11c),'ovSAH':_0x491a1b(0xfd),'OVJdh':function(_0x284669,_0x45fd85){return _0x284669(_0x45fd85);},'bBHso':function(_0x5cfe8b,_0x548b00){return _0x5cfe8b(_0x548b00);},'IFCdN':function(_0x37cb52,_0x54bf05){return _0x37cb52!==_0x54bf05;},'LtvKF':_0x491a1b(0x1b1),'pjBph':'lNohE','LxgcL':_0x491a1b(0x182),'MuDtG':function(_0x4eb01a,_0x109ce8){return _0x4eb01a(_0x109ce8);},'ZTCau':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','DSUgq':function(_0x2b77ff){return _0x2b77ff();},'Vbsez':_0x491a1b(0x1c1),'qiHiB':_0x491a1b(0x161),'hOiPa':'true','qHJPp':function(_0x290976,_0xcebb2c,_0x38fc51,_0x58ca1d,_0x464dd6,_0x255503){return _0x290976(_0xcebb2c,_0x38fc51,_0x58ca1d,_0x464dd6,_0x255503);},'Izpvl':_0x491a1b(0x1b2)};this[_0x491a1b(0x144)]();if(!this[_0x491a1b(0xf1)]){if(_0x5990c3[_0x491a1b(0x198)](_0x5990c3[_0x491a1b(0x1ca)],_0x5990c3['LxgcL']))return _0x5990c3['MuDtG'](debug,_0x5990c3[_0x491a1b(0x101)]);else _0x5990c3[_0x491a1b(0x15b)](_0x2bb6c1,_0x167580);}this[_0x491a1b(0x117)](),this[_0x491a1b(0x1c7)]();const _0x12a0ec={'hashed_id':process['env'][_0x491a1b(0x111)],'observability_version':{'sdkVersion':_0x5990c3[_0x491a1b(0xed)](getAgentVersion),'frameworkName':this[_0x491a1b(0x189)][_0x491a1b(0x180)],'frameworkVersion':this[_0x491a1b(0x189)]['frameworkVersion']},'exception':{'error':_0x35c604['toString'](),'stackTrace':_0x1b7a8d},'config':this['userConfig']},_0x14390c=_0x5990c3[_0x491a1b(0xef)],_0x54d4c4={};_0x54d4c4[_0x491a1b(0xf9)]=this['credentials'][_0x491a1b(0xf9)],_0x54d4c4[_0x491a1b(0x103)]=this[_0x491a1b(0xf1)]['accessKey'];const _0x56139b={};_0x56139b[_0x491a1b(0x12a)]=_0x5990c3[_0x491a1b(0x1a5)],_0x56139b[_0x491a1b(0x164)]=_0x5990c3['hOiPa'];const _0x4a9a47={};_0x4a9a47[_0x491a1b(0x17a)]=_0x54d4c4,_0x4a9a47[_0x491a1b(0x130)]=_0x56139b;const _0xec6bc7=_0x4a9a47;_0x5990c3['qHJPp'](nodeRequest,_0x5990c3[_0x491a1b(0xee)],_0x14390c,_0x12a0ec,_0xec6bc7,![])[_0x491a1b(0x154)](_0x40c277=>{const _0x220449=_0x491a1b;_0x5990c3[_0x220449(0x194)](_0x5990c3[_0x220449(0x1af)],_0x5990c3[_0x220449(0x184)])?_0x5990c3[_0x220449(0x12d)](debug,_0x220449(0x127)+JSON[_0x220449(0x197)](_0x40c277)):_0x5990c3[_0x220449(0xfb)](_0x1be2d7,_0x220449(0x157)+_0x3d34c3);})[_0x491a1b(0x17f)](_0x42b307=>{const _0x205f71=_0x491a1b;if(_0x5990c3[_0x205f71(0x198)](_0x5990c3['LtvKF'],_0x5990c3[_0x205f71(0x147)]))try{this[_0x205f71(0x1bf)]=_0x54caa6[_0x205f71(0x1b6)](_0x131c9d[_0x205f71(0x10e)][_0x205f71(0x134)]);}catch(_0x551696){_0x5990c3[_0x205f71(0x168)](_0x2672d1,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x551696[_0x205f71(0x1c2)]()),this[_0x205f71(0x1bf)]={};}else _0x5990c3['vLJCh'](debug,_0x205f71(0x157)+_0x42b307);});}static[a67_0x4f7959(0x17d)](_0xd75a2){const _0x5eda3f=a67_0x4f7959,_0x3af274={'kOwpO':function(_0x1498c4,_0x4d94aa,_0x2bcad0,_0x3d8fbb){return _0x1498c4(_0x4d94aa,_0x2bcad0,_0x3d8fbb);},'ySNUI':function(_0x3edeb6,_0xf55856){return _0x3edeb6 instanceof _0xf55856;},'VIGlo':function(_0x3241be,_0x1fff4c){return _0x3241be===_0x1fff4c;},'JZTEW':_0x5eda3f(0x1a0),'wkjEh':_0x5eda3f(0x18b),'gseSU':_0x5eda3f(0xf9),'vDWoQ':_0x5eda3f(0xfa),'RoOyd':_0x5eda3f(0x1c3),'GJpoE':'password','ITHrI':function(_0x350da9,_0x1e0c73){return _0x350da9===_0x1e0c73;},'ADPOC':_0x5eda3f(0xfc),'LeuIM':'rrzdI','bsZAf':function(_0x4b20a0,_0x29bbd9){return _0x4b20a0===_0x29bbd9;},'lIJIs':_0x5eda3f(0x1a4),'FEoPA':_0x5eda3f(0x137),'Yapfa':function(_0x1c59b1,_0x2c455b){return _0x1c59b1!==_0x2c455b;},'aTSeJ':'kVKzc'};if(!_0xd75a2){if(_0x3af274[_0x5eda3f(0x1c4)](_0x3af274[_0x5eda3f(0x11f)],_0x3af274['JZTEW']))return;else _0x3af274[_0x5eda3f(0x1a1)](_0x3d8b52,_0x260fc8,_0xbb0835,_0x51eff7);}const _0x24a14b=[_0x3af274[_0x5eda3f(0x1b5)],_0x3af274[_0x5eda3f(0x19a)],_0x3af274[_0x5eda3f(0x1a6)],_0x3af274[_0x5eda3f(0x1be)],_0x3af274[_0x5eda3f(0x193)]];for(const _0x30df0c in _0xd75a2){if(_0x3af274['ITHrI'](_0x3af274[_0x5eda3f(0x100)],_0x3af274[_0x5eda3f(0x15a)]))try{const _0x1f6809=(_0x148b42[_0x5eda3f(0x10e)][_0x5eda3f(0x1c0)]?_0x5e8dcc[_0x5eda3f(0x13c)]()[_0x5eda3f(0x1ac)](_0x2afa1c):_0xaf0d10)[_0x5eda3f(0x1b0)](this,..._0xf651e0);if(_0x3af274[_0x5eda3f(0x148)](_0x1f6809,_0x17156a))return _0x1f6809[_0x5eda3f(0x17f)](_0x26dbd4=>_0x58b284(_0x26dbd4,_0x4c74c9,_0x392f72));return _0x1f6809;}catch(_0x3efde1){_0x3af274[_0x5eda3f(0x1a1)](_0x5642ec,_0x3efde1,_0x523591,_0x1f2ae2);}else{if(_0x24a14b[_0x5eda3f(0x160)](_0x30df0c['toLowerCase']())){if(_0x3af274['bsZAf'](_0x3af274[_0x5eda3f(0x1c6)],_0x3af274['lIJIs']))delete _0xd75a2[_0x30df0c];else{const _0x4f9eb7=_0x3d1c16['parse'](_0x2c4b00['stringify'](_0x109c75));return this[_0x5eda3f(0x17d)](_0x4f9eb7),_0x4f9eb7;}}else{if(_0x3af274['ITHrI'](typeof _0xd75a2[_0x30df0c],_0x3af274[_0x5eda3f(0xf3)])){if(_0x3af274[_0x5eda3f(0xf5)](_0x3af274[_0x5eda3f(0x177)],_0x3af274[_0x5eda3f(0x177)])){const _0x374f07=(_0x11f055['env'][_0x5eda3f(0x1c0)]?_0x1ad2d1[_0x5eda3f(0x13c)]()['timerify'](_0x3c2859):_0x24c65e)[_0x5eda3f(0x1b0)](this,..._0x1fa095);if(_0x3af274[_0x5eda3f(0x148)](_0x374f07,_0x3928a4))return _0x374f07[_0x5eda3f(0x17f)](_0x2b28ab=>_0x3d10be(_0x2b28ab,_0x519ad8,_0x21e9c4));return _0x374f07;}else this[_0x5eda3f(0x17d)](_0xd75a2[_0x30df0c]);}}}}}static[a67_0x4f7959(0x188)](_0xf3d000){const _0x2177e6=a67_0x4f7959,_0x44a1cb=JSON[_0x2177e6(0x1b6)](JSON['stringify'](_0xf3d000));return this[_0x2177e6(0x17d)](_0x44a1cb),_0x44a1cb;}}function a67_0x1f40(_0x4efe57,_0x2f6ece){const _0x1044fd=a67_0x1044();return a67_0x1f40=function(_0x1f40b9,_0x541295){_0x1f40b9=_0x1f40b9-0xea;let _0x442774=_0x1044fd[_0x1f40b9];return _0x442774;},a67_0x1f40(_0x4efe57,_0x2f6ece);}const a67_0xb92b07={};function a67_0x1044(){const _0x1c2d13=['VXRzc','4666032KXSYbh','YQBTE','ADPOC','ZTCau','ULndI','password','aeDPu','Dnmfr','RhwzS','QkvSI','2643GfWBkj','qmKzS','WkIev','aZwuk','2nhqFVB','CBgQg','env','PFgmD','smtXU','BS_TESTOPS_BUILD_HASHED_ID','iJUuO','forEach','yVvxa','o11yErrorHandler','initialize','getConfig','hXOpT','rZbFh','wxXhX','YPMTv','akLBI','412040FFEFUL','captureError','JZTEW','setFrameworkDetails','lvYQc','BGQDM','zhDWR','fhkEy','SZOIF','mSmhH','[Crash_Report_Upload]\x20Success\x20response:\x20','klxwc','qSwfF','Content-Type','CrashReporter','ReSep','OVJdh','SUiMK','Error\x20in\x20executing\x20','headers','uploadCrashReport','KYNLe','QLDPY','USER_CONFIG_FOR_REPORTING','IwmsB','inspect','object','2906742IvzJUP','lJgZr','TQXkA','prototype','getPerformance','DpdOT','\x20with\x20args\x20','CFnyR','TCAle','adRNS','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','name','getCredentials','4488cjHiVX','CREDENTIALS_FOR_CRASH_REPORTING','LtvKF','ySNUI','IPwge','XPYbD','7RyFmta','dVoOP','nGhoM','dyNic','../performance-tester','toLowerCase','KIDss','pPbdY','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','then','sSxYx','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','wprZo','Inxzy','LeuIM','vLJCh','aAdsV','xUoYd','gbpda','setCredentials','includes','application/json','ShmRW','GPmQg','X-BSTACK-TESTOPS','DDRLK','Iyjaz','odURZ','bBHso','frameworkVersion','TKpAd','SkveA','JrPsU','MGMLF','SNNmf','ERWXQ','length','jyCkR','580HzxzgZ','SrUcs','fURLk','stack','yzgHy','aTSeJ','oYNvT','OxHLl','auth','KGdKP','FwjPb','recursivelyDeletePIIKeysFromObject','179883chkEew','catch','frameworkName','ktmZk','NgBhI','WDwQi','ovSAH','BuNrJ','keys','TfxDx','filterPII','frameworkDetails','aRkBd','user','1023409FFsjyX','LUkfq','OrKEe','Mqiqq','bujps','../helper','LhkHv','GJpoE','tANUK','depth','OueWS','stringify','IFCdN','JLScr','gseSU','function','./utils','mEYrA','IRYik','cdnml','AGwKl','kOwpO','xQFnA','11abCpRb','XbWIU','qiHiB','vDWoQ','wiMLx','fVnKO','BDSGA','true','pwrrj','timerify','vyXEU','AGCqO','uQQSG','call','YrxZS','POST','drOyy','ZthrB','wkjEh','parse','setConfigDetails','apply','CqmSO','gfeas','getOwnPropertyNames','hMgHU','RimiO','RoOyd','userConfig','BROWSERSTACK_O11Y_PERF_MEASUREMENT','/api/v1/analytics','toString','accessKey','VIGlo','24487116Psxlcj','lIJIs','getFramework','XFeBF','wbROo','pjBph','util','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','zfgBU','exports','DSUgq','Izpvl','Vbsez','mkyhn','credentials','wKQfL','FEoPA','zSqnq','Yapfa','defineProperty','gowBy','UFAdy','username','key','CoTqS','FePaM'];a67_0x1044=function(){return _0x1c2d13;};return a67_0x1044();}a67_0xb92b07[a67_0x4f7959(0x115)]=o11yErrorHandler,a67_0xb92b07['o11yClassErrorHandler']=o11yClassErrorHandler,a67_0xb92b07[a67_0x4f7959(0x12b)]=CrashReporter,module[a67_0x4f7959(0xec)]=a67_0xb92b07;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a68_0x1ea3(_0x3af2b4,_0xa15810){const _0x164ca2=a68_0x164c();return a68_0x1ea3=function(_0x1ea3e5,_0x1c4422){_0x1ea3e5=_0x1ea3e5-0x1b1;let _0x526eb9=_0x164ca2[_0x1ea3e5];return _0x526eb9;},a68_0x1ea3(_0x3af2b4,_0xa15810);}const a68_0x4e7f44=a68_0x1ea3;(function(_0x59d662,_0x58eb2e){const _0x203d1c=a68_0x1ea3,_0x25ca6c=_0x59d662();while(!![]){try{const _0x59b8de=parseInt(_0x203d1c(0x207))/0x1+-parseInt(_0x203d1c(0x211))/0x2+-parseInt(_0x203d1c(0x256))/0x3*(-parseInt(_0x203d1c(0x1c2))/0x4)+parseInt(_0x203d1c(0x21f))/0x5+-parseInt(_0x203d1c(0x1cd))/0x6+-parseInt(_0x203d1c(0x220))/0x7*(parseInt(_0x203d1c(0x234))/0x8)+parseInt(_0x203d1c(0x249))/0x9;if(_0x59b8de===_0x58eb2e)break;else _0x25ca6c['push'](_0x25ca6c['shift']());}catch(_0x4a4bb2){_0x25ca6c['push'](_0x25ca6c['shift']());}}}(a68_0x164c,0xe6b6a));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x4e7f44(0x24c)),{nodeRequest,debug,sleep,getDefaultHeaders}=require('./utils'),util=require(a68_0x4e7f44(0x1f8));function a68_0x164c(){const _0x3f184e=['aPEPo','includes','MvRgH','bKURf','qAlfD','PNFNN','3|2|4|5|0|1','message','nPDjb','LGNwX','OMyZu','statusText','exports','pollEventBatchInterval','slice','mFfMy','aYXTZ','bDRgD','RyoaT','mWvhE','fNacb','UyBDn','zgJLP','removeEventBatchPolling','wtcbG','sionN','CBTSessionCreated','IOUvg','VpyNp','queue','ntbRi','REMOVING','uqaOV','liNsM','TestRunFinished','eHePe','cafAb','QjuJH','fKkQe','started','HookRunStarted','YtxlV','util','length','HookRunFinished','HNhRh','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','qSNSX','HWSTj','qxcyf','TestRunSkipped','YyUOD','VKfIj','BYbyM','shouldProceed','api/v1/screenshots','lLxWW','173550ygUuPk','push','bZMAM','vHISE','bzAXL','wLFwx','zEYFf','BATCH_EVENT_TYPES','vwvoT','zaWRx','2773678nYNtYj','LogCreated','mCvee','ivDol','EXCEPTION\x20IN\x20','max','pZgCw','Jelgl','CMfYf','QStPO','KqYiZ','uwhlf','lEClo','SCvmM','4917190HPyitI','217007jQiPRY','SyCMA','NNlzz','MOVZD','TestRunStarted','fWAXF','nIlbL','GNcUy','screenshotEventUrl','ArTJa','oaKAV','tQpcL','pendingUploads','NXwtL','Interval-Queue','POST','OiAHk','AsBUn','cXCRM','api/v1/batch','464gyIAOI','TEST_SCREENSHOT','RtRXR','zgktx','XDeTZ','vaViF','xOVKI','ocPIl','zhppJ','LWroj','RTLIO','response','QyZot','AqNWR','proceedWithData','error','stringify','AxHHL','status','yfpWF','proceedWithUrl','29702745GgxQFJ','PSfTP','rDOGp','./constants','rqqax','ghFPW','ICxsq','OLZZl','QLIKH','tsITm','instance','RESETTING','getInstance','12SKzdeO','ZzgsB','resetEventBatchPolling','kjmSi','YbYFm','WFmQQ','EzLyK','obnzM','uploadPending','jeVcX','logs','Cwsmy','KEufm','uwvCZ','trfrF','dwcSr','vVGIq','tQcXD','kind','XHwtH','data','Shutdown-Queue','GvFdj','fdhXI','eventUrl','event_type','shutdown','EeVaZ','902512IYUhra','LImws','batchAndPostEvents','kSlyM','gaBiH','5|3|0|4|2|1','LKFqm','startEventBatchPolling','HMLaq','cCcgT','splice','7379436LvhQrH'];a68_0x164c=function(){return _0x3f184e;};return a68_0x164c();}class RequestQueueHandler{static ['instance'];[a68_0x4e7f44(0x22c)]=0x0;constructor(){const _0x1068cd=a68_0x4e7f44,_0x468fb9={};_0x468fb9[_0x1068cd(0x1c3)]=_0x1068cd(0x1c7),_0x468fb9[_0x1068cd(0x23d)]=_0x1068cd(0x233),_0x468fb9['NXwtL']=_0x1068cd(0x212),_0x468fb9['bDRgD']='CBTSessionCreated',_0x468fb9[_0x1068cd(0x1fb)]='TestRunFinished',_0x468fb9[_0x1068cd(0x1b5)]=_0x1068cd(0x200),_0x468fb9[_0x1068cd(0x229)]=_0x1068cd(0x1fa),_0x468fb9[_0x1068cd(0x1fd)]=_0x1068cd(0x224),_0x468fb9['eHePe']=_0x1068cd(0x1f6),_0x468fb9['LFgEy']=_0x1068cd(0x205);const _0x412742=_0x468fb9,_0x2c88a8=_0x412742[_0x1068cd(0x1c3)]['split']('|');let _0x5ca527=0x0;while(!![]){switch(_0x2c88a8[_0x5ca527++]){case'0':this[_0x1068cd(0x1be)]=_0x412742[_0x1068cd(0x23d)];continue;case'1':this['pollEventBatchInterval']=null;continue;case'2':this[_0x1068cd(0x20e)]=[_0x412742[_0x1068cd(0x22d)],_0x412742[_0x1068cd(0x1df)],_0x412742[_0x1068cd(0x1fb)],_0x412742['dwcSr'],_0x412742['ArTJa'],_0x412742[_0x1068cd(0x1fd)],_0x412742[_0x1068cd(0x1f1)]];continue;case'3':this['started']=![];continue;case'4':this[_0x1068cd(0x228)]=_0x412742['LFgEy'];continue;case'5':this[_0x1068cd(0x1eb)]=[];continue;}break;}}static[a68_0x4e7f44(0x255)](){const _0x53eb5c=a68_0x4e7f44,_0x8a1e45={};_0x8a1e45['wEfYH']=function(_0x3f1dca,_0x33ec78){return _0x3f1dca===_0x33ec78;},_0x8a1e45[_0x53eb5c(0x23c)]=_0x53eb5c(0x235),_0x8a1e45[_0x53eb5c(0x24b)]=function(_0x260f31,_0x503034){return _0x260f31!==_0x503034;},_0x8a1e45[_0x53eb5c(0x20c)]=_0x53eb5c(0x25a);const _0xbf1744=_0x8a1e45;if(!RequestQueueHandler[_0x53eb5c(0x253)]){if(_0xbf1744['rDOGp'](_0xbf1744[_0x53eb5c(0x20c)],_0xbf1744[_0x53eb5c(0x20c)])){if(_0x1fb518['logs']&&_0x58676d[_0x53eb5c(0x260)][0x0]&&_0xbf1744['wEfYH'](_0xdd81d6[_0x53eb5c(0x260)][0x0][_0x53eb5c(0x1b8)],_0xbf1744[_0x53eb5c(0x23c)])){const _0x1217ba={};return _0x1217ba['shouldProceed']=!![],_0x1217ba[_0x53eb5c(0x242)]=[_0x545a8a],_0x1217ba[_0x53eb5c(0x248)]=this[_0x53eb5c(0x228)],_0x1217ba;}this[_0x53eb5c(0x1eb)][_0x53eb5c(0x208)](_0x325f11);let _0x586f18=null;const _0xfe7301=this[_0x53eb5c(0x204)]();_0xfe7301&&(_0x586f18=this[_0x53eb5c(0x1eb)][_0x53eb5c(0x1dc)](0x0,_0x183987),this[_0x53eb5c(0x1eb)][_0x53eb5c(0x1cc)](0x0,_0x480abe),this[_0x53eb5c(0x258)]());const _0x2beb02={};return _0x2beb02[_0x53eb5c(0x204)]=_0xfe7301,_0x2beb02[_0x53eb5c(0x242)]=_0x586f18,_0x2beb02['proceedWithUrl']=this[_0x53eb5c(0x1be)],_0x2beb02;}else RequestQueueHandler['instance']=new RequestQueueHandler();}return RequestQueueHandler[_0x53eb5c(0x253)];}['start']=()=>{const _0x11e83b=a68_0x4e7f44,_0x4eeef8={'ARWhM':function(_0x1caf51,_0x254102){return _0x1caf51(_0x254102);},'ICxsq':function(_0x28778b,_0x39852a){return _0x28778b===_0x39852a;},'cafAb':_0x11e83b(0x1ed),'QyZot':function(_0xcb3e8e,_0x221562){return _0xcb3e8e!==_0x221562;},'sionN':'ZwUpV','qxcyf':_0x11e83b(0x25c)};!this[_0x11e83b(0x1f5)]&&(_0x4eeef8[_0x11e83b(0x240)](_0x4eeef8[_0x11e83b(0x1e7)],_0x4eeef8[_0x11e83b(0x1ff)])?(this['started']=!![],this[_0x11e83b(0x1c9)]()):this[_0x11e83b(0x1db)]&&(_0x4eeef8['ARWhM'](_0x45b8ef,this[_0x11e83b(0x1db)]),this[_0x11e83b(0x1db)]=null,_0x4eeef8[_0x11e83b(0x24f)](_0x5eed88,_0x4eeef8[_0x11e83b(0x1f2)])&&(this['started']=![])));};['add']=_0x5807b3=>{const _0x4df6ab=a68_0x4e7f44,_0x8eea43={'zaWRx':function(_0x26a719,_0x25d9ea){return _0x26a719(_0x25d9ea);},'YrWsD':function(_0x5899a2,_0x47be31){return _0x5899a2>=_0x47be31;},'noJkv':function(_0x53b409,_0x35dc59){return _0x53b409!==_0x35dc59;},'RyoaT':'NqyCl','PBGLB':'dONje','XDeTZ':function(_0xa22929,_0x5da83b){return _0xa22929===_0x5da83b;},'obnzM':_0x4df6ab(0x235),'HMLaq':_0x4df6ab(0x1d2),'JJwbY':'qepUx','ArEUV':function(_0x44db28,_0x412b10){return _0x44db28!==_0x412b10;},'QQAQf':_0x4df6ab(0x209),'tQpcL':_0x4df6ab(0x219)};if(this[_0x4df6ab(0x20e)]['includes'](_0x5807b3[_0x4df6ab(0x1bf)])){if(_0x8eea43['noJkv'](_0x8eea43[_0x4df6ab(0x1e0)],_0x8eea43['PBGLB'])){if(_0x5807b3['logs']&&_0x5807b3['logs'][0x0]&&_0x8eea43[_0x4df6ab(0x238)](_0x5807b3[_0x4df6ab(0x260)][0x0]['kind'],_0x8eea43[_0x4df6ab(0x25d)])){if(_0x8eea43[_0x4df6ab(0x238)](_0x8eea43[_0x4df6ab(0x1ca)],_0x8eea43['JJwbY']))_0x8eea43[_0x4df6ab(0x210)](_0x4c17ec,_0x4df6ab(0x215)+_0x1b0a8c+_0x4df6ab(0x1fc)+(_0x21a2d7['message']||_0xe1d855));else{const _0x641c5a={};return _0x641c5a[_0x4df6ab(0x204)]=!![],_0x641c5a['proceedWithData']=[_0x5807b3],_0x641c5a[_0x4df6ab(0x248)]=this[_0x4df6ab(0x228)],_0x641c5a;}}this[_0x4df6ab(0x1eb)][_0x4df6ab(0x208)](_0x5807b3);let _0x2e77aa=null;const _0x8d790=this[_0x4df6ab(0x204)]();if(_0x8d790){if(_0x8eea43['ArEUV'](_0x8eea43['QQAQf'],_0x8eea43[_0x4df6ab(0x22b)]))_0x2e77aa=this[_0x4df6ab(0x1eb)][_0x4df6ab(0x1dc)](0x0,BATCH_SIZE),this['queue'][_0x4df6ab(0x1cc)](0x0,BATCH_SIZE),this[_0x4df6ab(0x258)]();else return!_0x34982f['instance']&&(_0x48fcd5[_0x4df6ab(0x253)]=new _0x3ac68()),_0x105c4d[_0x4df6ab(0x253)];}const _0x43b5ab={};return _0x43b5ab[_0x4df6ab(0x204)]=_0x8d790,_0x43b5ab[_0x4df6ab(0x242)]=_0x2e77aa,_0x43b5ab[_0x4df6ab(0x248)]=this[_0x4df6ab(0x1be)],_0x43b5ab;}else return _0x8eea43['YrWsD'](this[_0x4df6ab(0x1eb)]['length'],_0x1083eb);}const _0x2fb319={};return _0x2fb319[_0x4df6ab(0x204)]=!![],_0x2fb319;};[a68_0x4e7f44(0x1c0)]=async()=>{const _0x11a79c=a68_0x4e7f44,_0xf57062={'fWAXF':function(_0x230e47,_0x157d8b){return _0x230e47(_0x157d8b);},'HWSTj':function(_0x3cd8cb,_0x2ccb23){return _0x3cd8cb-_0x2ccb23;},'CYzrQ':_0x11a79c(0x1ed),'GNcUy':function(_0x2385e6,_0x669810){return _0x2385e6>_0x669810;},'pxUCz':function(_0x149a53,_0x3dfef6){return _0x149a53!==_0x3dfef6;},'oaKAV':'dGJYF','fNacb':_0x11a79c(0x1bb)};await this['uploadPending'](),this[_0x11a79c(0x1e5)](_0xf57062['CYzrQ']);while(_0xf57062[_0x11a79c(0x227)](this[_0x11a79c(0x1eb)][_0x11a79c(0x1f9)],0x0)){if(_0xf57062['pxUCz'](_0xf57062[_0x11a79c(0x22a)],_0xf57062[_0x11a79c(0x22a)]))_0xf57062[_0x11a79c(0x225)](_0x5c4f7d,_0x3176ad+'\x20event\x20successful!'),this['pendingUploads']=_0xc28750['max'](0x0,_0xf57062[_0x11a79c(0x1fe)](this['pendingUploads'],_0x233188[_0x11a79c(0x1f9)]));else{const _0xae6e3b=this['queue'][_0x11a79c(0x1dc)](0x0,BATCH_SIZE);this[_0x11a79c(0x1eb)][_0x11a79c(0x1cc)](0x0,BATCH_SIZE),await this[_0x11a79c(0x1c4)](this[_0x11a79c(0x1be)],_0xf57062[_0x11a79c(0x1e2)],_0xae6e3b);}}};[a68_0x4e7f44(0x1c4)]=async(_0xe96349,_0x45833f,_0x2517e9)=>{const _0x32bd61=a68_0x4e7f44,_0x4cbcdf={'eflmf':function(_0xab8daf,_0x3415e3){return _0xab8daf(_0x3415e3);},'AsBUn':function(_0x4d9a9a,_0x55ae54){return _0x4d9a9a===_0x55ae54;},'aTiBN':_0x32bd61(0x1ed),'ocPIl':_0x32bd61(0x254),'vVGIq':function(_0x1fbb88,_0x1b0228){return _0x1fbb88===_0x1b0228;},'lLxWW':'TEST_SCREENSHOT','QStPO':function(_0x43039e){return _0x43039e();},'mCvee':function(_0x4a6641,_0x42c2d8){return _0x4a6641===_0x42c2d8;},'qloKr':_0x32bd61(0x23a),'ntbRi':'rqYMb','YyUOD':function(_0x12946c,_0x2fe284,_0x7bbf34,_0x1d25ff,_0x5b592e){return _0x12946c(_0x2fe284,_0x7bbf34,_0x1d25ff,_0x5b592e);},'Scjmp':_0x32bd61(0x22f),'vwvoT':'ZHxLw','NSVvm':_0x32bd61(0x20b),'LKFqm':function(_0x5eb214,_0xce5a6f){return _0x5eb214===_0xce5a6f;},'uwvCZ':_0x32bd61(0x236),'tsITm':function(_0xdecb15,_0x31e008){return _0xdecb15(_0x31e008);},'nIlbL':function(_0x1a8291,_0x5528d6){return _0x1a8291-_0x5528d6;},'jeVcX':_0x32bd61(0x21b),'IOUvg':_0x32bd61(0x222),'VpyNp':_0x32bd61(0x1bd),'PSfTP':function(_0x506ab2,_0x16b128){return _0x506ab2===_0x16b128;},'PnJOl':_0x32bd61(0x1b1),'gALAp':_0x32bd61(0x247),'AxHHL':function(_0x59ad8d,_0x4b02bb){return _0x59ad8d(_0x4b02bb);}},_0x37c634={'headers':_0x4cbcdf[_0x32bd61(0x21a)](getDefaultHeaders)};try{if(_0x4cbcdf[_0x32bd61(0x213)](_0x4cbcdf['qloKr'],_0x4cbcdf[_0x32bd61(0x1ec)]))_0x4cbcdf['eflmf'](_0x33a719,this['pollEventBatchInterval']),this['pollEventBatchInterval']=null,_0x4cbcdf[_0x32bd61(0x231)](_0x253945,_0x4cbcdf['aTiBN'])&&(this['started']=![]);else{const _0x3c7165=await _0x4cbcdf[_0x32bd61(0x201)](nodeRequest,_0x4cbcdf['Scjmp'],_0xe96349,_0x2517e9,_0x37c634);if(_0x3c7165[_0x32bd61(0x1ba)][_0x32bd61(0x243)]){if(_0x4cbcdf['vVGIq'](_0x4cbcdf[_0x32bd61(0x20f)],_0x4cbcdf['NSVvm']))_0x1faf45=this[_0x32bd61(0x1eb)][_0x32bd61(0x1dc)](0x0,_0x2d55d6),this[_0x32bd61(0x1eb)]['splice'](0x0,_0x228d9a),this[_0x32bd61(0x258)]();else{const _0x84d744={};_0x84d744['message']=_0x3c7165[_0x32bd61(0x1ba)][_0x32bd61(0x243)];throw _0x84d744;}}else{if(_0x4cbcdf[_0x32bd61(0x1c8)](_0x4cbcdf[_0x32bd61(0x1b3)],_0x4cbcdf['uwvCZ']))_0x4cbcdf['tsITm'](debug,_0x45833f+'\x20event\x20successful!'),this[_0x32bd61(0x22c)]=Math[_0x32bd61(0x216)](0x0,_0x4cbcdf[_0x32bd61(0x226)](this['pendingUploads'],_0x2517e9['length']));else{const _0x3609aa={};_0x3609aa[_0x32bd61(0x1d5)]=_0x4bedea[_0x32bd61(0x1ba)][_0x32bd61(0x243)];throw _0x3609aa;}}}}catch(_0x4c5d61){if(_0x4cbcdf['LKFqm'](_0x4cbcdf[_0x32bd61(0x25f)],_0x4cbcdf['jeVcX'])){if(_0x4c5d61[_0x32bd61(0x23f)])_0x4cbcdf[_0x32bd61(0x231)](_0x4cbcdf[_0x32bd61(0x1e9)],_0x4cbcdf[_0x32bd61(0x1ea)])?(this['removeEventBatchPolling'](_0x4cbcdf[_0x32bd61(0x23b)]),this[_0x32bd61(0x1c9)]()):_0x4cbcdf[_0x32bd61(0x252)](debug,_0x32bd61(0x215)+_0x45833f+_0x32bd61(0x1fc)+_0x4c5d61[_0x32bd61(0x23f)]['status']+'\x20'+_0x4c5d61[_0x32bd61(0x23f)]['statusText']+'\x20'+JSON[_0x32bd61(0x244)](_0x4c5d61[_0x32bd61(0x23f)]['data']));else{if(_0x4cbcdf[_0x32bd61(0x24a)](_0x4cbcdf['PnJOl'],_0x4cbcdf['gALAp'])){if(this[_0x32bd61(0x20e)][_0x32bd61(0x1cf)](_0x41e918[_0x32bd61(0x1bf)])){if(_0x4f3d41['logs']&&_0x41713c[_0x32bd61(0x260)][0x0]&&_0x4cbcdf[_0x32bd61(0x1b6)](_0x22578d[_0x32bd61(0x260)][0x0][_0x32bd61(0x1b8)],_0x4cbcdf[_0x32bd61(0x206)])){const _0x433f4e={};return _0x433f4e[_0x32bd61(0x204)]=!![],_0x433f4e[_0x32bd61(0x242)]=[_0x1949ba],_0x433f4e[_0x32bd61(0x248)]=this[_0x32bd61(0x228)],_0x433f4e;}this['queue'][_0x32bd61(0x208)](_0x3ac898);let _0x26d60e=null;const _0x221239=this[_0x32bd61(0x204)]();_0x221239&&(_0x26d60e=this[_0x32bd61(0x1eb)][_0x32bd61(0x1dc)](0x0,_0x139ab1),this['queue']['splice'](0x0,_0x2c8deb),this[_0x32bd61(0x258)]());const _0x3eba8f={};return _0x3eba8f['shouldProceed']=_0x221239,_0x3eba8f[_0x32bd61(0x242)]=_0x26d60e,_0x3eba8f[_0x32bd61(0x248)]=this[_0x32bd61(0x1be)],_0x3eba8f;}const _0x239950={};return _0x239950[_0x32bd61(0x204)]=!![],_0x239950;}else _0x4cbcdf[_0x32bd61(0x245)](debug,_0x32bd61(0x215)+_0x45833f+_0x32bd61(0x1fc)+(_0x4c5d61[_0x32bd61(0x1d5)]||_0x4c5d61));}this[_0x32bd61(0x22c)]=Math[_0x32bd61(0x216)](0x0,_0x4cbcdf[_0x32bd61(0x226)](this[_0x32bd61(0x22c)],_0x2517e9['length']));}else this[_0x32bd61(0x1f5)]=!![],this[_0x32bd61(0x1c9)]();}};[a68_0x4e7f44(0x1c9)]=()=>{const _0x5ef74f=a68_0x4e7f44,_0x447f84={'BYbyM':_0x5ef74f(0x1d4),'QLIKH':_0x5ef74f(0x212),'fKkQe':_0x5ef74f(0x1e8),'iPVHK':_0x5ef74f(0x1f0),'ghFPW':_0x5ef74f(0x200),'zgktx':_0x5ef74f(0x1fa),'Askiu':'TestRunStarted','bKURf':'HookRunStarted','vHISE':_0x5ef74f(0x233),'rqqax':_0x5ef74f(0x205),'uqaOV':function(_0x4c9078,_0x228454){return _0x4c9078(_0x228454);},'XHwtH':function(_0x25b21b,_0x33eb8d){return _0x25b21b(_0x33eb8d);},'DbPFY':function(_0x531148,_0x43916d){return _0x531148-_0x43916d;},'OMyZu':function(_0x57d445,_0x29cbd1){return _0x57d445!==_0x29cbd1;},'MOVZD':_0x5ef74f(0x1e3),'aYXTZ':_0x5ef74f(0x1ce),'mWvhE':function(_0x18a21e,_0x46280f){return _0x18a21e>_0x46280f;},'uwhlf':_0x5ef74f(0x1b4),'KStZA':_0x5ef74f(0x1f3),'kjmSi':_0x5ef74f(0x22e),'SCvmM':function(_0x251e25,_0x148117,_0x3d107a){return _0x251e25(_0x148117,_0x3d107a);}};this[_0x5ef74f(0x1db)]=_0x447f84[_0x5ef74f(0x21e)](setInterval,async()=>{const _0x266037=_0x5ef74f,_0x2dd7ee={'vaViF':_0x447f84[_0x266037(0x203)],'MvRgH':_0x447f84[_0x266037(0x251)],'YtxlV':_0x447f84[_0x266037(0x1f4)],'Jelgl':_0x447f84['iPVHK'],'liNsM':_0x447f84[_0x266037(0x24e)],'RTLIO':_0x447f84[_0x266037(0x237)],'VKfIj':_0x447f84['Askiu'],'gaBiH':_0x447f84[_0x266037(0x1d1)],'EeVaZ':_0x447f84[_0x266037(0x20a)],'zEYFf':_0x447f84[_0x266037(0x24d)],'wtcbG':function(_0x41af52,_0x2ea57a){const _0x123c92=_0x266037;return _0x447f84[_0x123c92(0x1ee)](_0x41af52,_0x2ea57a);},'lEClo':function(_0x47a8b1,_0x19f847){const _0x3c1084=_0x266037;return _0x447f84[_0x3c1084(0x1b9)](_0x47a8b1,_0x19f847);},'SyCMA':function(_0x583df6,_0x60bb8d){return _0x447f84['DbPFY'](_0x583df6,_0x60bb8d);}};if(_0x447f84[_0x266037(0x1d8)](_0x447f84[_0x266037(0x223)],_0x447f84[_0x266037(0x1de)])){if(_0x447f84[_0x266037(0x1e1)](this['queue'][_0x266037(0x1f9)],0x0)){if(_0x447f84[_0x266037(0x1d8)](_0x447f84[_0x266037(0x21c)],_0x447f84['KStZA'])){const _0x3f3bf9=this[_0x266037(0x1eb)][_0x266037(0x1dc)](0x0,BATCH_SIZE);this['queue'][_0x266037(0x1cc)](0x0,BATCH_SIZE),await this[_0x266037(0x1c4)](this['eventUrl'],_0x447f84[_0x266037(0x259)],_0x3f3bf9);}else{const _0x4ecc61=_0x2dd7ee[_0x266037(0x239)]['split']('|');let _0x56e795=0x0;while(!![]){switch(_0x4ecc61[_0x56e795++]){case'0':this['BATCH_EVENT_TYPES']=[_0x2dd7ee[_0x266037(0x1d0)],_0x2dd7ee[_0x266037(0x1f7)],_0x2dd7ee[_0x266037(0x218)],_0x2dd7ee[_0x266037(0x1ef)],_0x2dd7ee[_0x266037(0x23e)],_0x2dd7ee[_0x266037(0x202)],_0x2dd7ee[_0x266037(0x1c6)]];continue;case'1':this[_0x266037(0x1db)]=null;continue;case'2':this[_0x266037(0x1f5)]=![];continue;case'3':this[_0x266037(0x1eb)]=[];continue;case'4':this[_0x266037(0x1be)]=_0x2dd7ee[_0x266037(0x1c1)];continue;case'5':this[_0x266037(0x228)]=_0x2dd7ee[_0x266037(0x20d)];continue;}break;}}}}else _0x4404d3[_0x266037(0x23f)]?_0x2dd7ee[_0x266037(0x1e6)](_0x3f039c,_0x266037(0x215)+_0x5e988c+_0x266037(0x1fc)+_0x452d06['response'][_0x266037(0x246)]+'\x20'+_0x769172['response'][_0x266037(0x1d9)]+'\x20'+_0x4c04d6[_0x266037(0x244)](_0x486995[_0x266037(0x23f)][_0x266037(0x1ba)])):_0x2dd7ee[_0x266037(0x21d)](_0x5a11b8,_0x266037(0x215)+_0x91807e+_0x266037(0x1fc)+(_0x178688['message']||_0x5b4b2f)),this[_0x266037(0x22c)]=_0x415995['max'](0x0,_0x2dd7ee[_0x266037(0x221)](this[_0x266037(0x22c)],_0x3ece24[_0x266037(0x1f9)]));},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x44d5a5=a68_0x4e7f44,_0x5eacf1={};_0x5eacf1[_0x44d5a5(0x230)]='RESETTING';const _0x324428=_0x5eacf1;this[_0x44d5a5(0x1e5)](_0x324428['OiAHk']),this[_0x44d5a5(0x1c9)]();};[a68_0x4e7f44(0x1e5)]=_0x15ff43=>{const _0x2b2c7a=a68_0x4e7f44,_0x3f42a7={'tQcXD':function(_0xe1f2cb,_0x37ba6c){return _0xe1f2cb(_0x37ba6c);},'AqNWR':function(_0xed855c,_0x3cae09){return _0xed855c!==_0x3cae09;},'pZgCw':'jHGqA','ivDol':_0x2b2c7a(0x1dd),'GvFdj':function(_0x39b463,_0x2f9269){return _0x39b463(_0x2f9269);},'PNFNN':function(_0x2af033,_0x3c8b14){return _0x2af033===_0x3c8b14;},'YxsCh':'REMOVING','kSlyM':function(_0x195650,_0x4076a3){return _0x195650!==_0x4076a3;},'WFmQQ':_0x2b2c7a(0x1e4)};this['pollEventBatchInterval']&&(_0x3f42a7[_0x2b2c7a(0x241)](_0x3f42a7[_0x2b2c7a(0x217)],_0x3f42a7[_0x2b2c7a(0x214)])?(_0x3f42a7[_0x2b2c7a(0x1bc)](clearInterval,this[_0x2b2c7a(0x1db)]),this[_0x2b2c7a(0x1db)]=null,_0x3f42a7[_0x2b2c7a(0x1d3)](_0x15ff43,_0x3f42a7['YxsCh'])&&(_0x3f42a7[_0x2b2c7a(0x1c5)](_0x3f42a7['WFmQQ'],_0x3f42a7[_0x2b2c7a(0x25b)])?_0x3f42a7[_0x2b2c7a(0x1b7)](_0x3a3ec3,_0x2b2c7a(0x215)+_0x507f92+_0x2b2c7a(0x1fc)+_0x4d609f[_0x2b2c7a(0x23f)][_0x2b2c7a(0x246)]+'\x20'+_0x288a8a[_0x2b2c7a(0x23f)][_0x2b2c7a(0x1d9)]+'\x20'+_0x2c45f5[_0x2b2c7a(0x244)](_0xc13797[_0x2b2c7a(0x23f)]['data'])):this[_0x2b2c7a(0x1f5)]=![])):this[_0x2b2c7a(0x1f5)]=![]);};[a68_0x4e7f44(0x204)]=()=>{const _0x117d73=a68_0x4e7f44,_0x599535={};_0x599535[_0x117d73(0x1d7)]=function(_0x1e8741,_0x530753){return _0x1e8741>=_0x530753;};const _0x122ee2=_0x599535;return _0x122ee2[_0x117d73(0x1d7)](this[_0x117d73(0x1eb)][_0x117d73(0x1f9)],BATCH_SIZE);};async[a68_0x4e7f44(0x25e)](_0x5507c5=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x3e9fd6=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x11473f=a68_0x4e7f44,_0x4f207f={'ZzgsB':function(_0x5235f6,_0x2b17e7){return _0x5235f6<=_0x2b17e7;},'RqFgY':function(_0x467212,_0x1d504d){return _0x467212<=_0x1d504d;},'KEufm':function(_0x174605,_0x19b664){return _0x174605===_0x19b664;},'OLZZl':_0x11473f(0x232),'cCcgT':function(_0x44030b,_0x409082){return _0x44030b(_0x409082);},'nPDjb':function(_0x2e72f3,_0x1b34fe){return _0x2e72f3-_0x1b34fe;}};if(_0x4f207f[_0x11473f(0x257)](this[_0x11473f(0x22c)],0x0)||_0x4f207f['RqFgY'](_0x5507c5,0x0)){if(_0x4f207f[_0x11473f(0x1b2)](_0x4f207f['OLZZl'],_0x4f207f[_0x11473f(0x250)]))return;else{const _0x3898a3={};return _0x3898a3[_0x11473f(0x204)]=!![],_0x3898a3[_0x11473f(0x242)]=[_0x288205],_0x3898a3[_0x11473f(0x248)]=this[_0x11473f(0x228)],_0x3898a3;}}return await _0x4f207f[_0x11473f(0x1cb)](sleep,_0x3e9fd6),this[_0x11473f(0x25e)](_0x4f207f[_0x11473f(0x1d6)](_0x5507c5,_0x3e9fd6));}}module[a68_0x4e7f44(0x1da)]=RequestQueueHandler;
|
|
1
|
+
const a68_0x3ff71d=a68_0x4755;function a68_0x4755(_0x384944,_0x48d054){const _0x4dd97e=a68_0x4dd9();return a68_0x4755=function(_0x475511,_0x5c9be6){_0x475511=_0x475511-0x176;let _0x4e0f60=_0x4dd97e[_0x475511];return _0x4e0f60;},a68_0x4755(_0x384944,_0x48d054);}(function(_0x3d94f3,_0x1060da){const _0x28e5a7=a68_0x4755,_0x227b12=_0x3d94f3();while(!![]){try{const _0xff1a2f=parseInt(_0x28e5a7(0x1b5))/0x1*(parseInt(_0x28e5a7(0x1e2))/0x2)+-parseInt(_0x28e5a7(0x183))/0x3*(parseInt(_0x28e5a7(0x1fb))/0x4)+parseInt(_0x28e5a7(0x1b7))/0x5*(-parseInt(_0x28e5a7(0x20a))/0x6)+parseInt(_0x28e5a7(0x18c))/0x7*(-parseInt(_0x28e5a7(0x1ce))/0x8)+parseInt(_0x28e5a7(0x1a7))/0x9+parseInt(_0x28e5a7(0x185))/0xa*(-parseInt(_0x28e5a7(0x17d))/0xb)+parseInt(_0x28e5a7(0x1bf))/0xc;if(_0xff1a2f===_0x1060da)break;else _0x227b12['push'](_0x227b12['shift']());}catch(_0x5a417b){_0x227b12['push'](_0x227b12['shift']());}}}(a68_0x4dd9,0xbd8fa));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x3ff71d(0x17a)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x3ff71d(0x1a8)),util=require(a68_0x3ff71d(0x1e8));class RequestQueueHandler{static [a68_0x3ff71d(0x218)];['pendingUploads']=0x0;constructor(){const _0x55e01e=a68_0x3ff71d,_0x50f98c={};_0x50f98c[_0x55e01e(0x1e0)]=_0x55e01e(0x199),_0x50f98c[_0x55e01e(0x1f7)]=_0x55e01e(0x1c4),_0x50f98c[_0x55e01e(0x1d3)]=_0x55e01e(0x18d),_0x50f98c[_0x55e01e(0x1fa)]=_0x55e01e(0x1aa),_0x50f98c[_0x55e01e(0x1b4)]=_0x55e01e(0x1bc),_0x50f98c['FcVMf']=_0x55e01e(0x203),_0x50f98c[_0x55e01e(0x1ba)]='TestRunSkipped',_0x50f98c['nCYZC']='HookRunFinished',_0x50f98c[_0x55e01e(0x1f9)]=_0x55e01e(0x17c),_0x50f98c[_0x55e01e(0x17e)]='HookRunStarted';const _0x805202=_0x50f98c,_0x548ab7=_0x805202[_0x55e01e(0x1e0)][_0x55e01e(0x1f1)]('|');let _0x4b28c2=0x0;while(!![]){switch(_0x548ab7[_0x4b28c2++]){case'0':this['eventUrl']=_0x805202['cEGqu'];continue;case'1':this['screenshotEventUrl']=_0x805202[_0x55e01e(0x1d3)];continue;case'2':this[_0x55e01e(0x180)]=[];continue;case'3':this[_0x55e01e(0x19d)]=null;continue;case'4':this[_0x55e01e(0x1b2)]=![];continue;case'5':this[_0x55e01e(0x1a4)]=[_0x805202['lgJmY'],_0x805202[_0x55e01e(0x1b4)],_0x805202[_0x55e01e(0x1d4)],_0x805202['aHoVv'],_0x805202['nCYZC'],_0x805202[_0x55e01e(0x1f9)],_0x805202[_0x55e01e(0x17e)]];continue;}break;}}static['getInstance'](){const _0x12074e=a68_0x3ff71d,_0xd38b28={};_0xd38b28[_0x12074e(0x1ad)]=function(_0x33beed,_0x335e2f){return _0x33beed===_0x335e2f;},_0xd38b28[_0x12074e(0x200)]='TEST_SCREENSHOT',_0xd38b28[_0x12074e(0x1a2)]=function(_0x544d4c,_0x358eed){return _0x544d4c!==_0x358eed;},_0xd38b28[_0x12074e(0x1dc)]=_0x12074e(0x1a6),_0xd38b28[_0x12074e(0x212)]=_0x12074e(0x179);const _0x4c5d0e=_0xd38b28;if(!RequestQueueHandler[_0x12074e(0x218)]){if(_0x4c5d0e['wYUuX'](_0x4c5d0e[_0x12074e(0x1dc)],_0x4c5d0e[_0x12074e(0x212)]))RequestQueueHandler['instance']=new RequestQueueHandler();else{if(this[_0x12074e(0x1a4)][_0x12074e(0x1a9)](_0x1c5564[_0x12074e(0x19e)])){if(_0x31a669[_0x12074e(0x208)]&&_0x5bd96e[_0x12074e(0x208)][0x0]&&_0x4c5d0e[_0x12074e(0x1ad)](_0x21421c[_0x12074e(0x208)][0x0]['kind'],_0x4c5d0e[_0x12074e(0x200)])){const _0x11254d={};return _0x11254d[_0x12074e(0x201)]=!![],_0x11254d['proceedWithData']=[_0x30d744],_0x11254d[_0x12074e(0x1ae)]=this[_0x12074e(0x176)],_0x11254d;}this[_0x12074e(0x180)][_0x12074e(0x1c0)](_0x38f808);let _0xcdcef5=null;const _0x34fd14=this[_0x12074e(0x201)]();_0x34fd14&&(_0xcdcef5=this[_0x12074e(0x180)][_0x12074e(0x1f2)](0x0,_0x19c44d),this['queue']['splice'](0x0,_0x17700e),this[_0x12074e(0x1d7)]());const _0x1b9cdd={};return _0x1b9cdd[_0x12074e(0x201)]=_0x34fd14,_0x1b9cdd['proceedWithData']=_0xcdcef5,_0x1b9cdd['proceedWithUrl']=this[_0x12074e(0x1e3)],_0x1b9cdd;}const _0x45d1b1={};return _0x45d1b1[_0x12074e(0x201)]=!![],_0x45d1b1;}}return RequestQueueHandler['instance'];}[a68_0x3ff71d(0x1cf)]=()=>{const _0x593a6a=a68_0x3ff71d,_0x59c8e0={};_0x59c8e0['YPTzC']=function(_0x2a0d69,_0x10c78a){return _0x2a0d69===_0x10c78a;},_0x59c8e0[_0x593a6a(0x206)]='xwVkm',_0x59c8e0[_0x593a6a(0x1df)]=_0x593a6a(0x1ec);const _0x16cfe7=_0x59c8e0;!this['started']&&(_0x16cfe7[_0x593a6a(0x216)](_0x16cfe7[_0x593a6a(0x206)],_0x16cfe7['MURvI'])?(this[_0x593a6a(0x1b2)]=!![],this[_0x593a6a(0x1f8)]()):(this[_0x593a6a(0x1b2)]=!![],this[_0x593a6a(0x1f8)]()));};[a68_0x3ff71d(0x1c3)]=_0x4e6faf=>{const _0x4d7a08=a68_0x3ff71d,_0xa82a10={'VtdNw':function(_0x3b5a8a,_0x2f25f0){return _0x3b5a8a(_0x2f25f0);},'jCqJC':function(_0x53cb2f,_0x210589){return _0x53cb2f-_0x210589;},'rsGUd':function(_0x14701b,_0x8c5f39){return _0x14701b===_0x8c5f39;},'puGxR':_0x4d7a08(0x19f),'RDpPt':_0x4d7a08(0x1c5),'tLNpC':_0x4d7a08(0x1b6),'CSJvI':_0x4d7a08(0x19b),'MdTPI':function(_0x4ff8ac,_0x531b1b){return _0x4ff8ac!==_0x531b1b;},'DbshJ':_0x4d7a08(0x219)};if(this[_0x4d7a08(0x1a4)][_0x4d7a08(0x1a9)](_0x4e6faf['event_type'])){if(_0xa82a10[_0x4d7a08(0x1bb)](_0xa82a10[_0x4d7a08(0x19c)],_0xa82a10['puGxR'])){if(_0x4e6faf['logs']&&_0x4e6faf[_0x4d7a08(0x208)][0x0]&&_0xa82a10[_0x4d7a08(0x1bb)](_0x4e6faf[_0x4d7a08(0x208)][0x0][_0x4d7a08(0x184)],_0xa82a10['RDpPt'])){if(_0xa82a10[_0x4d7a08(0x1bb)](_0xa82a10[_0x4d7a08(0x1b0)],_0xa82a10[_0x4d7a08(0x187)]))return;else{const _0x32efa8={};return _0x32efa8['shouldProceed']=!![],_0x32efa8[_0x4d7a08(0x1ea)]=[_0x4e6faf],_0x32efa8[_0x4d7a08(0x1ae)]=this[_0x4d7a08(0x176)],_0x32efa8;}}this['queue'][_0x4d7a08(0x1c0)](_0x4e6faf);let _0x1b7f7c=null;const _0x350314=this[_0x4d7a08(0x201)]();_0x350314&&(_0xa82a10['MdTPI'](_0xa82a10[_0x4d7a08(0x1f3)],_0xa82a10[_0x4d7a08(0x1f3)])?this[_0x4d7a08(0x1b2)]=![]:(_0x1b7f7c=this[_0x4d7a08(0x180)][_0x4d7a08(0x1f2)](0x0,BATCH_SIZE),this['queue'][_0x4d7a08(0x1d8)](0x0,BATCH_SIZE),this[_0x4d7a08(0x1d7)]()));const _0x5c9a09={};return _0x5c9a09['shouldProceed']=_0x350314,_0x5c9a09['proceedWithData']=_0x1b7f7c,_0x5c9a09['proceedWithUrl']=this[_0x4d7a08(0x1e3)],_0x5c9a09;}else _0x56b4e7[_0x4d7a08(0x178)]?_0xa82a10['VtdNw'](_0x566036,_0x4d7a08(0x1b8)+_0x34ee2f+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x15858c[_0x4d7a08(0x178)][_0x4d7a08(0x20c)]+'\x20'+_0x32c746[_0x4d7a08(0x178)]['statusText']+'\x20'+_0x131f2e[_0x4d7a08(0x20f)](_0x5b2745[_0x4d7a08(0x178)][_0x4d7a08(0x18a)])):_0xa82a10[_0x4d7a08(0x205)](_0x44c056,_0x4d7a08(0x1b8)+_0x16b4cb+_0x4d7a08(0x1cd)+(_0x1f0083[_0x4d7a08(0x213)]||_0x56aef8)),this[_0x4d7a08(0x1d5)]=_0x2159df[_0x4d7a08(0x186)](0x0,_0xa82a10[_0x4d7a08(0x215)](this['pendingUploads'],_0x51d042[_0x4d7a08(0x21a)]));}const _0x5cbc70={};return _0x5cbc70[_0x4d7a08(0x201)]=!![],_0x5cbc70;};[a68_0x3ff71d(0x1db)]=async()=>{const _0x45b97b=a68_0x3ff71d,_0x383f86={'TJTmC':function(_0x41087c,_0x3c7aa3){return _0x41087c(_0x3c7aa3);},'RYvOn':_0x45b97b(0x1d9),'nDwII':function(_0x2ac4d6,_0x34dbde){return _0x2ac4d6>_0x34dbde;},'BljjB':function(_0x848cb3,_0x1670f0){return _0x848cb3===_0x1670f0;},'ccIQO':'plEFq','RxBOy':_0x45b97b(0x18b)};await this[_0x45b97b(0x1fe)](),this[_0x45b97b(0x1c6)](_0x383f86[_0x45b97b(0x1c2)]);while(_0x383f86[_0x45b97b(0x1c9)](this['queue'][_0x45b97b(0x21a)],0x0)){if(_0x383f86['BljjB'](_0x383f86[_0x45b97b(0x198)],_0x383f86[_0x45b97b(0x198)])){const _0x2076bc=this[_0x45b97b(0x180)][_0x45b97b(0x1f2)](0x0,BATCH_SIZE);this[_0x45b97b(0x180)][_0x45b97b(0x1d8)](0x0,BATCH_SIZE),await this[_0x45b97b(0x19a)](this[_0x45b97b(0x1e3)],_0x383f86[_0x45b97b(0x1ef)],_0x2076bc);}else _0x383f86[_0x45b97b(0x194)](_0xc9101b,'EXCEPTION\x20IN\x20'+_0x570bac+_0x45b97b(0x1cd)+(_0x57ca2e[_0x45b97b(0x213)]||_0x591420));}};[a68_0x3ff71d(0x19a)]=async(_0x41b603,_0x569cdc,_0x2dff61)=>{const _0x53bdc6=a68_0x3ff71d,_0x3f8598={'wXkJn':_0x53bdc6(0x177),'btwGw':function(_0x4a6776,_0x11b161){return _0x4a6776(_0x11b161);},'QutaE':function(_0x1d96c1,_0x16b1b8){return _0x1d96c1===_0x16b1b8;},'sMOYP':_0x53bdc6(0x1d9),'kNyiu':'0|1|5|3|2|4','gKTDI':_0x53bdc6(0x1aa),'LQbuj':_0x53bdc6(0x1bc),'FNEwl':_0x53bdc6(0x203),'bywNA':'TestRunSkipped','vtRKK':_0x53bdc6(0x1e1),'EhrGE':_0x53bdc6(0x17c),'feIBF':'HookRunStarted','bSTpv':_0x53bdc6(0x18d),'ZzxGJ':_0x53bdc6(0x1c4),'wJoNo':function(_0x293805){return _0x293805();},'VQjgN':function(_0x8240fe,_0x1171c6){return _0x8240fe===_0x1171c6;},'NbbYC':_0x53bdc6(0x20e),'oyEOp':function(_0x1f604e,_0x1abb2e,_0x43640e,_0x57905e,_0x535a21){return _0x1f604e(_0x1abb2e,_0x43640e,_0x57905e,_0x535a21);},'ubWUc':'POST','ozKPp':_0x53bdc6(0x181),'kLGvc':_0x53bdc6(0x17b),'jIkhC':function(_0x4ea32e,_0x32d944){return _0x4ea32e!==_0x32d944;},'pUQdO':_0x53bdc6(0x182),'AUNeO':function(_0x338a0a,_0x5aa617){return _0x338a0a-_0x5aa617;},'knHJo':function(_0x15ad16,_0x4540be){return _0x15ad16===_0x4540be;},'mJmvP':'gAQnJ','WOlBu':_0x53bdc6(0x18e),'YDlYy':_0x53bdc6(0x1bd),'qlQwz':function(_0x573ea6,_0x4ab5c8){return _0x573ea6(_0x4ab5c8);},'sUFOG':function(_0x4699f9,_0x576105){return _0x4699f9!==_0x576105;},'LAHAB':_0x53bdc6(0x197),'AMlpa':function(_0x2754e9,_0x546971){return _0x2754e9-_0x546971;}},_0x2b36ff={'headers':_0x3f8598[_0x53bdc6(0x1be)](getDefaultHeaders)};try{if(_0x3f8598[_0x53bdc6(0x214)](_0x3f8598[_0x53bdc6(0x1d0)],_0x3f8598[_0x53bdc6(0x1d0)])){const _0xe86e05=await _0x3f8598[_0x53bdc6(0x1f6)](nodeRequest,_0x3f8598[_0x53bdc6(0x1f4)],_0x41b603,_0x2dff61,_0x2b36ff);if(_0xe86e05[_0x53bdc6(0x18a)][_0x53bdc6(0x1d2)]){if(_0x3f8598[_0x53bdc6(0x1e4)](_0x3f8598[_0x53bdc6(0x1fd)],_0x3f8598[_0x53bdc6(0x1d1)])){const _0x28a53c={};_0x28a53c[_0x53bdc6(0x213)]=_0x1dfccd['data'][_0x53bdc6(0x1d2)];throw _0x28a53c;}else{const _0x3cf31c={};_0x3cf31c['message']=_0xe86e05[_0x53bdc6(0x18a)][_0x53bdc6(0x1d2)];throw _0x3cf31c;}}else _0x3f8598[_0x53bdc6(0x1e9)](_0x3f8598[_0x53bdc6(0x1cc)],_0x3f8598[_0x53bdc6(0x1cc)])?(this['removeEventBatchPolling'](_0x3f8598[_0x53bdc6(0x1ca)]),this[_0x53bdc6(0x1f8)]()):(_0x3f8598['btwGw'](debug,_0x569cdc+_0x53bdc6(0x192)),this[_0x53bdc6(0x1d5)]=Math['max'](0x0,_0x3f8598['AUNeO'](this[_0x53bdc6(0x1d5)],_0x2dff61['length'])));}else _0x3f8598[_0x53bdc6(0x210)](_0x4a88af,'EXCEPTION\x20IN\x20'+_0x3009ee+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x2f4edf[_0x53bdc6(0x178)]['status']+'\x20'+_0x194759['response'][_0x53bdc6(0x196)]+'\x20'+_0x2cb649['stringify'](_0x15adfd[_0x53bdc6(0x178)]['data']));}catch(_0x1ca8e9){if(_0x3f8598[_0x53bdc6(0x17f)](_0x3f8598[_0x53bdc6(0x1ac)],_0x3f8598[_0x53bdc6(0x1dd)]))_0x3f8598[_0x53bdc6(0x210)](_0x8e6a00,this['pollEventBatchInterval']),this[_0x53bdc6(0x19d)]=null,_0x3f8598[_0x53bdc6(0x1e4)](_0x1fda30,_0x3f8598[_0x53bdc6(0x217)])&&(this[_0x53bdc6(0x1b2)]=![]);else{if(_0x1ca8e9[_0x53bdc6(0x178)])_0x3f8598[_0x53bdc6(0x1e9)](_0x3f8598[_0x53bdc6(0x1de)],_0x3f8598[_0x53bdc6(0x1de)])?(_0x3e5113=this[_0x53bdc6(0x180)][_0x53bdc6(0x1f2)](0x0,_0x49a7a3),this[_0x53bdc6(0x180)]['splice'](0x0,_0xbc858f),this['resetEventBatchPolling']()):_0x3f8598[_0x53bdc6(0x188)](debug,'EXCEPTION\x20IN\x20'+_0x569cdc+_0x53bdc6(0x1cd)+_0x1ca8e9[_0x53bdc6(0x178)][_0x53bdc6(0x20c)]+'\x20'+_0x1ca8e9[_0x53bdc6(0x178)][_0x53bdc6(0x196)]+'\x20'+JSON[_0x53bdc6(0x20f)](_0x1ca8e9[_0x53bdc6(0x178)][_0x53bdc6(0x18a)]));else{if(_0x3f8598[_0x53bdc6(0x1a0)](_0x3f8598[_0x53bdc6(0x1e5)],_0x3f8598['LAHAB'])){const _0x2f3391=_0x3f8598[_0x53bdc6(0x1da)][_0x53bdc6(0x1f1)]('|');let _0x5929ed=0x0;while(!![]){switch(_0x2f3391[_0x5929ed++]){case'0':this['queue']=[];continue;case'1':this[_0x53bdc6(0x1b2)]=![];continue;case'2':this[_0x53bdc6(0x1a4)]=[_0x3f8598[_0x53bdc6(0x20b)],_0x3f8598[_0x53bdc6(0x1ee)],_0x3f8598['FNEwl'],_0x3f8598[_0x53bdc6(0x1af)],_0x3f8598['vtRKK'],_0x3f8598[_0x53bdc6(0x1f0)],_0x3f8598[_0x53bdc6(0x1cb)]];continue;case'3':this['screenshotEventUrl']=_0x3f8598[_0x53bdc6(0x1ff)];continue;case'4':this[_0x53bdc6(0x19d)]=null;continue;case'5':this[_0x53bdc6(0x1e3)]=_0x3f8598[_0x53bdc6(0x211)];continue;}break;}}else _0x3f8598['qlQwz'](debug,'EXCEPTION\x20IN\x20'+_0x569cdc+_0x53bdc6(0x1cd)+(_0x1ca8e9['message']||_0x1ca8e9));}this[_0x53bdc6(0x1d5)]=Math['max'](0x0,_0x3f8598[_0x53bdc6(0x207)](this['pendingUploads'],_0x2dff61[_0x53bdc6(0x21a)]));}}};[a68_0x3ff71d(0x1f8)]=()=>{const _0x56a12f=a68_0x3ff71d,_0x701401={'onSbY':function(_0x368249,_0x35e61f){return _0x368249===_0x35e61f;},'BpytR':'Ckpty','yMtxs':_0x56a12f(0x1b9),'oWVQo':function(_0x53e15d,_0x3d5801){return _0x53e15d>_0x3d5801;},'jJfys':function(_0x615637,_0x18e29a){return _0x615637!==_0x18e29a;},'LRnGU':_0x56a12f(0x1b1),'epziv':_0x56a12f(0x1e6),'sQInI':function(_0x1147cf,_0x9f1b8f,_0x3dc5c8){return _0x1147cf(_0x9f1b8f,_0x3dc5c8);}};this['pollEventBatchInterval']=_0x701401[_0x56a12f(0x1f5)](setInterval,async()=>{const _0x3b73f9=_0x56a12f;if(_0x701401[_0x3b73f9(0x1fc)](_0x701401[_0x3b73f9(0x1c8)],_0x701401['yMtxs'])){const _0x7e5f0f={};return _0x7e5f0f['shouldProceed']=!![],_0x7e5f0f[_0x3b73f9(0x1ea)]=[_0x16e106],_0x7e5f0f[_0x3b73f9(0x1ae)]=this[_0x3b73f9(0x176)],_0x7e5f0f;}else{if(_0x701401[_0x3b73f9(0x1ed)](this[_0x3b73f9(0x180)][_0x3b73f9(0x21a)],0x0)){if(_0x701401[_0x3b73f9(0x18f)](_0x701401['LRnGU'],_0x701401[_0x3b73f9(0x1a1)]))return!_0x2ea914[_0x3b73f9(0x218)]&&(_0x106357[_0x3b73f9(0x218)]=new _0x1fd02b()),_0x422758[_0x3b73f9(0x218)];else{const _0x3c1ed6=this[_0x3b73f9(0x180)][_0x3b73f9(0x1f2)](0x0,BATCH_SIZE);this[_0x3b73f9(0x180)][_0x3b73f9(0x1d8)](0x0,BATCH_SIZE),await this[_0x3b73f9(0x19a)](this[_0x3b73f9(0x1e3)],_0x701401[_0x3b73f9(0x202)],_0x3c1ed6);}}}},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x2f0f1c=a68_0x3ff71d,_0x5ea57d={};_0x5ea57d[_0x2f0f1c(0x1eb)]=_0x2f0f1c(0x177);const _0x1f93b5=_0x5ea57d;this[_0x2f0f1c(0x1c6)](_0x1f93b5[_0x2f0f1c(0x1eb)]),this['startEventBatchPolling']();};['removeEventBatchPolling']=_0xea511d=>{const _0x4089f3=a68_0x3ff71d,_0x55925e={'LUaKr':function(_0x44f516,_0x33e657){return _0x44f516===_0x33e657;},'cpGpj':'TEST_SCREENSHOT','ipcvd':function(_0x446f4c,_0x5080a6){return _0x446f4c(_0x5080a6);},'WwMah':_0x4089f3(0x1d9),'AgbnN':function(_0x470045,_0x53650f){return _0x470045===_0x53650f;},'DdwwC':'bnkzt','MwQEz':_0x4089f3(0x1b3),'icowV':function(_0x2eeb83,_0x1c6ec2){return _0x2eeb83(_0x1c6ec2);},'QRiYD':_0x4089f3(0x21b),'xPcvm':_0x4089f3(0x20d)};if(this['pollEventBatchInterval']){if(_0x55925e[_0x4089f3(0x191)](_0x55925e[_0x4089f3(0x21c)],_0x55925e[_0x4089f3(0x1a5)])){if(_0x1aabad[_0x4089f3(0x208)]&&_0x95b765[_0x4089f3(0x208)][0x0]&&_0x55925e[_0x4089f3(0x209)](_0x13ae3c['logs'][0x0][_0x4089f3(0x184)],_0x55925e[_0x4089f3(0x1ab)])){const _0x483bdd={};return _0x483bdd[_0x4089f3(0x201)]=!![],_0x483bdd[_0x4089f3(0x1ea)]=[_0x524ec2],_0x483bdd[_0x4089f3(0x1ae)]=this[_0x4089f3(0x176)],_0x483bdd;}this[_0x4089f3(0x180)]['push'](_0x11c08f);let _0x1e55bf=null;const _0x20cada=this[_0x4089f3(0x201)]();_0x20cada&&(_0x1e55bf=this[_0x4089f3(0x180)][_0x4089f3(0x1f2)](0x0,_0x4fe1ec),this['queue'][_0x4089f3(0x1d8)](0x0,_0x123496),this[_0x4089f3(0x1d7)]());const _0x5c8002={};return _0x5c8002['shouldProceed']=_0x20cada,_0x5c8002[_0x4089f3(0x1ea)]=_0x1e55bf,_0x5c8002['proceedWithUrl']=this[_0x4089f3(0x1e3)],_0x5c8002;}else _0x55925e[_0x4089f3(0x1a3)](clearInterval,this[_0x4089f3(0x19d)]),this[_0x4089f3(0x19d)]=null,_0x55925e[_0x4089f3(0x191)](_0xea511d,_0x55925e[_0x4089f3(0x1d6)])&&(_0x55925e[_0x4089f3(0x209)](_0x55925e[_0x4089f3(0x193)],_0x55925e['xPcvm'])?this['pollEventBatchInterval']&&(_0x55925e['ipcvd'](_0x398719,this[_0x4089f3(0x19d)]),this[_0x4089f3(0x19d)]=null,_0x55925e[_0x4089f3(0x209)](_0x59a1d4,_0x55925e[_0x4089f3(0x1d6)])&&(this[_0x4089f3(0x1b2)]=![])):this[_0x4089f3(0x1b2)]=![]);}};[a68_0x3ff71d(0x201)]=()=>{const _0x206c1e=a68_0x3ff71d,_0x246efe={};_0x246efe[_0x206c1e(0x1c1)]=function(_0x56afdf,_0x5e9d78){return _0x56afdf>=_0x5e9d78;};const _0x13bf2f=_0x246efe;return _0x13bf2f[_0x206c1e(0x1c1)](this[_0x206c1e(0x180)]['length'],BATCH_SIZE);};async['uploadPending'](_0x221b07=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0xb4414b=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x3628ac=a68_0x3ff71d,_0x2f6478={'FfyYh':function(_0x13f9d6,_0x221c7e){return _0x13f9d6>=_0x221c7e;},'IhxjB':function(_0x5e0d3a,_0x18b48d){return _0x5e0d3a<=_0x18b48d;},'guUiT':function(_0x37eaac,_0x54abc0){return _0x37eaac<=_0x54abc0;},'hdaDL':function(_0x48239d,_0x54e441){return _0x48239d!==_0x54e441;},'qbIKd':_0x3628ac(0x195),'lKmAS':'NQRLg','OfCAZ':function(_0x339b6f,_0x3a45d4){return _0x339b6f(_0x3a45d4);},'BwZtg':function(_0x162941,_0x3d3ef1){return _0x162941-_0x3d3ef1;}};if(_0x2f6478['IhxjB'](this[_0x3628ac(0x1d5)],0x0)||_0x2f6478['guUiT'](_0x221b07,0x0)){if(_0x2f6478[_0x3628ac(0x1e7)](_0x2f6478[_0x3628ac(0x189)],_0x2f6478[_0x3628ac(0x190)]))return;else return _0x2f6478['FfyYh'](this[_0x3628ac(0x180)][_0x3628ac(0x21a)],_0x545638);}return await _0x2f6478['OfCAZ'](sleep,_0xb4414b),this['uploadPending'](_0x2f6478[_0x3628ac(0x1c7)](_0x221b07,_0xb4414b));}}module[a68_0x3ff71d(0x204)]=RequestQueueHandler;function a68_0x4dd9(){const _0x1b165f=['add','api/v1/batch','TEST_SCREENSHOT','removeEventBatchPolling','BwZtg','BpytR','nDwII','wXkJn','feIBF','pUQdO','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','64AWZjKq','start','NbbYC','kLGvc','error','QFMMO','FcVMf','pendingUploads','WwMah','resetEventBatchPolling','splice','REMOVING','kNyiu','shutdown','FgGsy','WOlBu','YDlYy','MURvI','bHnFS','HookRunFinished','182kDlBHr','eventUrl','QutaE','LAHAB','Interval-Queue','hdaDL','util','jIkhC','proceedWithData','fNRAa','iUwyH','oWVQo','LQbuj','RxBOy','EhrGE','split','slice','DbshJ','ubWUc','sQInI','oyEOp','cEGqu','startEventBatchPolling','EibsT','lgJmY','28784GLbidk','onSbY','ozKPp','uploadPending','bSTpv','HkXFh','shouldProceed','epziv','TestRunFinished','exports','VtdNw','PLeUV','AMlpa','logs','LUaKr','3246GyKWUB','gKTDI','status','FQuPW','jWTms','stringify','btwGw','ZzxGJ','pUQSo','message','VQjgN','jCqJC','YPTzC','sMOYP','instance','rjmnW','length','IvrDC','DdwwC','screenshotEventUrl','RESETTING','response','IUwyQ','./constants','CLWLr','TestRunStarted','451mFcCXv','mWUQZ','knHJo','queue','ZzqFZ','gvpXe','531CQObsP','kind','79140vGLJDC','max','CSJvI','qlQwz','qbIKd','data','Shutdown-Queue','437332txyeUy','api/v1/screenshots','wSrqM','jJfys','lKmAS','AgbnN','\x20event\x20successful!','QRiYD','TJTmC','sPFIA','statusText','dHoeU','ccIQO','2|4|0|1|5|3','batchAndPostEvents','DZlPy','puGxR','pollEventBatchInterval','event_type','IYKfy','sUFOG','LRnGU','wYUuX','icowV','BATCH_EVENT_TYPES','MwQEz','iHYEj','8760636xwRiDt','./utils','includes','LogCreated','cpGpj','mJmvP','foQxD','proceedWithUrl','bywNA','tLNpC','uxnJc','started','HypLI','tDJmN','14414LvMUnb','AGuZR','845MXbPHV','EXCEPTION\x20IN\x20','gFiay','aHoVv','rsGUd','CBTSessionCreated','dwgxo','wJoNo','8169204sngdKs','push','UbVlu','RYvOn'];a68_0x4dd9=function(){return _0x1b165f;};return a68_0x4dd9();}
|