browserstack-node-sdk 1.31.11 → 1.31.12
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/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_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
|
+
const a63_0x48e80f=a63_0x5804;(function(_0x3ee7e3,_0x4c5e6b){const _0xed3e6d=a63_0x5804,_0x50d931=_0x3ee7e3();while(!![]){try{const _0x432db6=-parseInt(_0xed3e6d(0x23e))/0x1+-parseInt(_0xed3e6d(0x1e6))/0x2*(-parseInt(_0xed3e6d(0x14b))/0x3)+-parseInt(_0xed3e6d(0x148))/0x4+parseInt(_0xed3e6d(0x220))/0x5+-parseInt(_0xed3e6d(0x166))/0x6*(parseInt(_0xed3e6d(0x16f))/0x7)+parseInt(_0xed3e6d(0x144))/0x8+parseInt(_0xed3e6d(0x25a))/0x9*(parseInt(_0xed3e6d(0x23c))/0xa);if(_0x432db6===_0x4c5e6b)break;else _0x50d931['push'](_0x50d931['shift']());}catch(_0x4cb79d){_0x50d931['push'](_0x50d931['shift']());}}}(a63_0x26ca,0x74449));function a63_0x26ca(){const _0x3065ec=['xsZKo','errors','existsSync','FOgJI','33918UTroxB','ZtDYn','NrQUP','IKTRM','PLGIr','RCRKw','taEXt','CiGRx','Ojaha','63FycSKZ','nvBmC','observe','AvmxD','started','Fssgf','\x20for\x20all\x20processes\x20is\x20','<h1>Performance\x20Report</h1>','sVBwY','gIRGO','PQUDk','UJxUk','kjdWS','tNqVg','getPerformance','gQRpG','OKmBP','Bwgsm','WwSfm','Hwtic','generateJSON','performance-report.json','aphSM','true','meta','bTZsv','civLG','xzVfo','LEkRr','AVlkv','DXcbK','WALnD','MLmsU','oKpkk','gwwfk','mEQum','NKnWZ','hvJnN','wHxtR','slice','CXETu','parse','dRTcL','RCbxQ','upEIT','dIARG','jiuNv','RJnoS','writeFile','message','amUFY','ZPSHq','_measureEvents','AFnPp','QMBuW','aPVFz','generateHTMLReport','wbypO','VYDYy','./logger','getCleanedPerfEvents','XWxDJ','oFmTN','kWGPs','disconnect','DZwem','writeFileSync','RRNFb','then','gYUNE','env','mvJbs','GOKOw','Eltet','entryType','OEwmF','VKtMQ','thVmU','rSZdX','CSTqV','RhPiF','SexGk','MOGYn','pushPerfMeasures','kCCCh','KKyoV','<tr><td>','exuIX','VDeRg','performance-own.html','getEventsFromJSON','IvjGL','bJiwT','delrU','EPbiz','uiAaF','AdavE','Dwuso','BopJd','kvTlA','JICQw','RWxHF','XcOIY','cGFks','Zhyli','FWoCB','yWaun','SFVkk','KCrio','ZgtpJ','pushErrors','JjVKD','lmSgU','AHanZ','Time\x20for\x20','kxUhy','ACIUC','calculateTimeFromEvents','VfIIh','142AjCkFP','measure','forEach','vkXfr','BROWSERSTACK_SDK_INSTRUMENTATION','apply','HbcOl','jsonReportFileName','WGAfB','fFSKO','vwVjb','woOyu','djAXa','jQSDs','MCwNi','JPEaH','-end','unlinkSync','IAQab','gVtHG','pgHXX','isEnabled','YVxVm','alrfi','Performance\x20report\x20is\x20at\x20','toString','SszcI','concat','yzHsC','catch','DTDNT','yxFcr','_observer','entryTypes','getEntries','duration','wWZxw','pnLEb','AQtkd','HMzXt','./test-observability/utils','jiYIl','uzOlo','reduce','debug','HWGZF','ZINxP','startMonitoring','Aalfm','qefWt','EKIXO','YqwvN','mark','stringify','length','EfJud','VCHvj','byHdf','683055ujPnyq','DODIV','_events','HornD','CDgYx','ahxML','stopMonitoring','TQMVz','ktmqF','wqbWy','psZhd','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','bzvLc','errorReportFileName','</tbody></table></body></html>','function','RGvZD','CRwRj','YZmJC','match','VVgPZ','lvFDg','fEmpF','JtdZn','entries','MlFSm','LaQlu','NbRwI','30rJBgMY','hZyAx','710667bdsOMA','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','agZkl','nThdN','Juoor','qXVPu','WakpN','push','VpDhJ','lSKWk','BoYJx','HZoBW','sPyfK','aAGUR','Error\x20stopping\x20monitoring','mNIlG','values','errorFile','rKQBD','finalize','finally','cmrlI','winstonLogger','CfbAN','yLvgV','RRwJI','CSIdw','SVVrY','3764079IlbBeE','name','cPatP','XqCoE','QrDgM','CwCsH','_errorEvents','ppaXu','error-report.json','PauED','pFkBh','Error\x20in\x20writing\x20html\x20','yLNPE','code','cfbEV','eXLCl','aYwGd','kVncH','Error\x20in\x20doing\x20csv\x20operations:\x20','oXeid','LCjdQ','-start','clPZz','tzdWw','DImXR','rEPNz','finalizeErrors','HRnkY','</td></tr>','cwd','nmpJL','cELWD','Bhbeb','ofcSX','finalizePerfMeasures','iuTsV','rxlzc','3191152ZcFSpT','zBCXV','RiwVn','EJAlx','2372132SLjOoa','zraBT','gOaqs','1716TxNbSd','xYtyn','QDrcx','bCfMo','stack','CMPKy','bYWnA','BobrB','appendFileSync','iWzLm','petRi','map','ZKsLQ','DjtlQ','mDnCv','measures','readFileSync','yuUdh','TysUm','wThha','VySCI','</td><td>','join'];a63_0x26ca=function(){return _0x3065ec;};return a63_0x26ca();}function a63_0x5804(_0x1a5091,_0x244e7d){const _0x26ca23=a63_0x26ca();return a63_0x5804=function(_0x580498,_0x24dc30){_0x580498=_0x580498-0x123;let _0x67169c=_0x26ca23[_0x580498];return _0x67169c;},a63_0x5804(_0x1a5091,_0x244e7d);}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a63_0x48e80f(0x20e)),path=require('path'),logger=require(a63_0x48e80f(0x1aa))[a63_0x48e80f(0x254)];class PerformanceTester{static ['_observer'];static [a63_0x48e80f(0x222)]=[];static [a63_0x48e80f(0x1a3)]=[];static [a63_0x48e80f(0x125)]=[];static [a63_0x48e80f(0x173)]=![];static [a63_0x48e80f(0x1ed)]=a63_0x48e80f(0x184);static [a63_0x48e80f(0x22d)]=a63_0x48e80f(0x127);static[a63_0x48e80f(0x215)](_0x3f4c8b=a63_0x48e80f(0x184),_0x725d34=a63_0x48e80f(0x127)){const _0x23b2fa=a63_0x48e80f,_0x337ae7={};_0x337ae7[_0x23b2fa(0x14c)]=_0x23b2fa(0x24c),_0x337ae7[_0x23b2fa(0x124)]=_0x23b2fa(0x22b),_0x337ae7[_0x23b2fa(0x1bb)]=_0x23b2fa(0x176),_0x337ae7[_0x23b2fa(0x1c3)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x337ae7['hvJnN']=_0x23b2fa(0x22e),_0x337ae7[_0x23b2fa(0x1ae)]=function(_0x293a21,_0x14e285){return _0x293a21!==_0x14e285;},_0x337ae7[_0x23b2fa(0x12b)]='kxqWz',_0x337ae7[_0x23b2fa(0x1e0)]='vnUNL',_0x337ae7[_0x23b2fa(0x190)]=function(_0x2b578b,_0xe59a92){return _0x2b578b===_0xe59a92;},_0x337ae7['qefWt']=_0x23b2fa(0x1e7),_0x337ae7[_0x23b2fa(0x16b)]=function(_0x4c7bc2,_0x5377e6){return _0x4c7bc2!==_0x5377e6;},_0x337ae7[_0x23b2fa(0x232)]=_0x23b2fa(0x1ce),_0x337ae7['ZtDYn']=_0x23b2fa(0x13e),_0x337ae7[_0x23b2fa(0x1c7)]=_0x23b2fa(0x140),_0x337ae7['nvBmC']=function(_0x29e081,_0x30f97a){return _0x29e081===_0x30f97a;},_0x337ae7[_0x23b2fa(0x256)]=_0x23b2fa(0x186),_0x337ae7[_0x23b2fa(0x18f)]=function(_0x284caa,_0x3583d6){return _0x284caa===_0x3583d6;},_0x337ae7[_0x23b2fa(0x169)]='PTSrp',_0x337ae7[_0x23b2fa(0x1d3)]=_0x23b2fa(0x1f9),_0x337ae7['ACIUC']=function(_0x11a9ab,_0x8decb5){return _0x11a9ab===_0x8decb5;},_0x337ae7[_0x23b2fa(0x202)]='RUGGP',_0x337ae7[_0x23b2fa(0x1bc)]=_0x23b2fa(0x22f);const _0x4e4e65=_0x337ae7;if(this[_0x23b2fa(0x173)]||!this[_0x23b2fa(0x1fb)]()){if(_0x4e4e65[_0x23b2fa(0x1e3)](_0x4e4e65['yzHsC'],_0x4e4e65[_0x23b2fa(0x202)]))return;else try{if(!this[_0x23b2fa(0x1fb)]())return;this['_observer'][_0x23b2fa(0x1af)](),this[_0x23b2fa(0x1c2)](),this[_0x23b2fa(0x1dd)]();}catch{_0x489a2f['debug'](_0x4e4e65[_0x23b2fa(0x14c)]);}}this[_0x23b2fa(0x206)]=new PerformanceObserver(_0x352e4c=>{const _0x251e80=_0x23b2fa,_0x25d090={'Bwgsm':function(_0x25700f,_0x357fe8){const _0x1cae69=a63_0x5804;return _0x4e4e65[_0x1cae69(0x170)](_0x25700f,_0x357fe8);},'Ojaha':_0x4e4e65[_0x251e80(0x256)]};if(_0x4e4e65['MLmsU'](_0x4e4e65[_0x251e80(0x169)],_0x4e4e65[_0x251e80(0x1d3)])){let _0x120ca1=_0x4e4e65[_0x251e80(0x124)];return _0x120ca1+=_0x4e4e65[_0x251e80(0x1bb)],_0x120ca1+=_0x4e4e65[_0x251e80(0x1c3)],_0xdb7923[_0x251e80(0x1e8)](_0x47a69b=>{const _0x5b1d99=_0x251e80;_0x120ca1+=_0x5b1d99(0x1c5)+_0x47a69b[_0x5b1d99(0x25b)]+_0x5b1d99(0x160)+_0x47a69b[_0x5b1d99(0x209)]+_0x5b1d99(0x13b);}),_0x120ca1+=_0x4e4e65[_0x251e80(0x194)],_0x120ca1;}else _0x352e4c[_0x251e80(0x208)]()[_0x251e80(0x1e8)](_0x5f157b=>{const _0x309ff2=_0x251e80;if(_0x4e4e65['kWGPs'](_0x4e4e65['yLNPE'],_0x4e4e65[_0x309ff2(0x1e0)])){if(_0x4e4e65[_0x309ff2(0x190)](_0x5f157b[_0x309ff2(0x1b9)],_0x4e4e65[_0x309ff2(0x217)])){if(_0x4e4e65[_0x309ff2(0x16b)](_0x4e4e65['YZmJC'],_0x4e4e65[_0x309ff2(0x232)])){if(!_0x571ac4[_0x309ff2(0x164)](_0x551287))return[];return _0x14ebb2[_0x309ff2(0x198)](_0x2bb955[_0x309ff2(0x15b)](_0x5229f6)['toString']());}else this[_0x309ff2(0x1a3)][_0x309ff2(0x245)](_0x5f157b);}else{if(_0x4e4e65[_0x309ff2(0x1ae)](_0x4e4e65[_0x309ff2(0x167)],_0x4e4e65[_0x309ff2(0x1c7)]))this[_0x309ff2(0x222)][_0x309ff2(0x245)](_0x5f157b);else return _0x1d40db['env'][_0x309ff2(0x1ea)]&&_0x25d090[_0x309ff2(0x180)](_0x565645[_0x309ff2(0x1b5)][_0x309ff2(0x1ea)],_0x25d090[_0x309ff2(0x16e)]);}}else _0x4c4618+=_0x309ff2(0x1c5)+_0x335e8b['name']+_0x309ff2(0x160)+_0x189aed['duration']+_0x309ff2(0x13b);});});const _0x1c4285={};_0x1c4285['buffered']=!![],_0x1c4285[_0x23b2fa(0x207)]=[_0x4e4e65[_0x23b2fa(0x1bc)],_0x4e4e65['qefWt']],this[_0x23b2fa(0x206)][_0x23b2fa(0x171)](_0x1c4285),this[_0x23b2fa(0x173)]=!![],this[_0x23b2fa(0x1ed)]=_0x3f4c8b,this['errorReportFileName']=_0x725d34;}static[a63_0x48e80f(0x17d)](){return performance;}static[a63_0x48e80f(0x1e4)](_0x88b69d,_0x18db0e){const _0x1cf65a=a63_0x48e80f,_0x3b7e47={'BopJd':function(_0x43f2c1,_0x2bf81e){return _0x43f2c1(_0x2bf81e);},'BoYJx':function(_0xa5b34d,_0x564d52){return _0xa5b34d===_0x564d52;},'kvTlA':'voUiY','SVVrY':function(_0x1ca71b,_0x549402){return _0x1ca71b!==_0x549402;},'OKmBP':'mAypR','HbcOl':function(_0x572e05,_0x56d3a5){return _0x572e05!==_0x56d3a5;},'fVPqw':_0x1cf65a(0x14e),'XqCoE':'yQlJl','psZhd':function(_0x179f44,_0x41b1bc){return _0x179f44+_0x41b1bc;},'CfbAN':function(_0x425aef,_0x5ccf07){return _0x425aef||_0x5ccf07;},'GOKOw':function(_0x22de41,_0x2e49c4){return _0x22de41===_0x2e49c4;},'HornD':_0x1cf65a(0x19b)},_0x1cf58d={};if(!_0x88b69d||_0x3b7e47[_0x1cf65a(0x1b7)](_0x88b69d[_0x1cf65a(0x21c)],0x0)){if(_0x3b7e47[_0x1cf65a(0x248)](_0x3b7e47[_0x1cf65a(0x223)],_0x3b7e47[_0x1cf65a(0x223)]))return;else _0x3b7e47[_0x1cf65a(0x1d1)](_0x13a710,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x8cfd03[_0x1cf65a(0x1ff)]());}_0x88b69d['map'](_0x1219a7=>{const _0x5ab893=_0x1cf65a;if(_0x3b7e47['BoYJx'](_0x3b7e47[_0x5ab893(0x1d2)],_0x3b7e47[_0x5ab893(0x1d2)]))!_0x1cf58d[_0x1219a7['name']]&&(_0x3b7e47[_0x5ab893(0x259)](_0x3b7e47[_0x5ab893(0x17f)],_0x3b7e47[_0x5ab893(0x17f)])?_0x454dec[_0x20d5ce['name']]=0x0:_0x1cf58d[_0x1219a7[_0x5ab893(0x25b)]]=0x0),_0x1cf58d[_0x1219a7[_0x5ab893(0x25b)]]+=_0x1219a7[_0x5ab893(0x209)];else{const _0x1d44f7=[_0x533fd5,_0x2d1f30,null]['concat'](arguments);return _0x3b0d64[_0x5ab893(0x1e7)][_0x5ab893(0x1eb)](_0x460273,_0x1d44f7);}});const _0x1ed9ab=_0x18db0e['reduce']((_0x277a74,_0x2b62db)=>{const _0x88ab13=_0x1cf65a;if(_0x3b7e47[_0x88ab13(0x1ec)](_0x3b7e47['fVPqw'],_0x3b7e47[_0x88ab13(0x25d)]))return _0x3b7e47[_0x88ab13(0x22a)](_0x1cf58d[_0x2b62db],_0x3b7e47[_0x88ab13(0x255)](_0x277a74,0x0));else{const _0x174d09=this['finalizePerfMeasures'](),_0x29a536=this[_0x88ab13(0x139)]();if(!this[_0x88ab13(0x1fb)]()){const _0x23e95b={};return _0x23e95b[_0x88ab13(0x15a)]=[],_0x23e95b['errors']=[],_0x23e95b;}const _0x192228={};return _0x192228[_0x88ab13(0x15a)]=_0x174d09,_0x192228[_0x88ab13(0x163)]=_0x29a536,_0x192228;}},0x0);return _0x1ed9ab;}static async['calculateTimesFromMultipleFiles'](_0x5868e1,_0x108c5c){const _0x5964b0=a63_0x48e80f,_0x3096d9={'clPZz':function(_0x5d8bcb,_0x3acf02){return _0x5d8bcb===_0x3acf02;},'PEhSe':function(_0x593091,_0x3d5ac1){return _0x593091+_0x3d5ac1;},'LEkRr':function(_0x1fc6cc,_0x9b4bbe){return _0x1fc6cc===_0x9b4bbe;},'yxFcr':_0x5964b0(0x162),'fFSKO':_0x5964b0(0x1da),'pFkBh':function(_0x24253b,_0x509249){return _0x24253b!==_0x509249;},'TQMVz':_0x5964b0(0x219),'RJnoS':_0x5964b0(0x168),'eXLCl':function(_0x318c6a,_0x4c401b){return _0x318c6a+_0x4c401b;},'AVlkv':function(_0x270cc4,_0xedf70e){return _0x270cc4||_0xedf70e;},'nTbsj':function(_0x45a382,_0x776bc3){return _0x45a382===_0x776bc3;},'cmrlI':function(_0x394e56,_0xc13733){return _0x394e56!==_0xc13733;},'mvJbs':_0x5964b0(0x182),'aphSM':_0x5964b0(0x197),'gluoE':function(_0x4a9888,_0x4a43b6){return _0x4a9888===_0x4a43b6;},'OEwmF':_0x5964b0(0x20f),'bTZsv':_0x5964b0(0x234),'dIARG':function(_0x4c6a6a,_0x23ef4c){return _0x4c6a6a===_0x23ef4c;},'agZkl':'mkDzE','HMzXt':_0x5964b0(0x23d),'lvFDg':function(_0x51ee0b,_0x59a877){return _0x51ee0b(_0x59a877);}};if(!_0x5868e1||_0x3096d9['nTbsj'](_0x5868e1[_0x5964b0(0x21c)],0x0)){if(_0x3096d9[_0x5964b0(0x253)](_0x3096d9[_0x5964b0(0x1b6)],_0x3096d9[_0x5964b0(0x185)]))return 0x0;else _0x4cc62[_0x73b5bc[_0x5964b0(0x25b)]]=_0x4cc93b,_0x44f263[_0x2c470d[_0x5964b0(0x25b)]]=0x1;}const _0x5baf77=[];for(const _0x115727 of _0x5868e1){if(_0x3096d9['gluoE'](_0x3096d9[_0x5964b0(0x1ba)],_0x3096d9[_0x5964b0(0x188)]))return;else{const _0x42190a=path[_0x5964b0(0x161)]('.',_0x115727);try{if(_0x3096d9[_0x5964b0(0x19c)](_0x3096d9[_0x5964b0(0x240)],_0x3096d9[_0x5964b0(0x240)])){const _0x2a6ab4=this[_0x5964b0(0x1c9)](_0x42190a);_0x2a6ab4[_0x5964b0(0x156)](_0x4640cc=>{const _0xa794ca=_0x5964b0;if(_0x3096d9[_0xa794ca(0x18b)](_0x3096d9['yxFcr'],_0x3096d9[_0xa794ca(0x205)])){if(!_0x5baf77[_0x4640cc[_0xa794ca(0x25b)]]){if(_0x3096d9[_0xa794ca(0x135)](_0x3096d9[_0xa794ca(0x1ef)],_0x3096d9['fFSKO']))_0x5baf77[_0x4640cc[_0xa794ca(0x25b)]]=0x0;else return;}_0x5baf77[_0x4640cc['name']]+=_0x4640cc['duration'];}else{if(_0x3096d9[_0xa794ca(0x135)](this[_0xa794ca(0x1a3)][_0xa794ca(0x21c)],0x0))return;const _0x26acf5=this['getCleanedPerfEvents'](),_0x1fe042=_0xdf7a46[_0xa794ca(0x21b)](_0x26acf5),_0x4e970b=_0x3096d9['PEhSe'](_0x1fe042[_0xa794ca(0x196)](0x1,-0x1),',');_0x4b4444[_0xa794ca(0x153)](this['jsonReportFileName'],_0x4e970b);}});}else _0x152e51[_0x388f24[_0x5964b0(0x25b)]]=0x0;}catch(_0x293dff){_0x3096d9[_0x5964b0(0x129)](_0x3096d9[_0x5964b0(0x20d)],_0x3096d9[_0x5964b0(0x20d)])?_0x4e8a54[_0x335add[_0x5964b0(0x25b)]]=0x0:_0x3096d9['lvFDg'](debug,_0x5964b0(0x131)+_0x293dff[_0x5964b0(0x1ff)]());}}}const _0x23bc33=_0x108c5c[_0x5964b0(0x211)]((_0x2610e0,_0xb9acb0)=>{const _0x232ee6=_0x5964b0;return _0x3096d9[_0x232ee6(0x129)](_0x3096d9[_0x232ee6(0x227)],_0x3096d9[_0x232ee6(0x19e)])?_0x3096d9[_0x232ee6(0x12e)](_0x5baf77[_0xb9acb0],_0x3096d9[_0x232ee6(0x18c)](_0x2610e0,0x0)):_0x6ec4ee;},0x0);return _0x3096d9[_0x5964b0(0x235)](debug,_0x5964b0(0x1e1)+_0x108c5c+_0x5964b0(0x175)+_0x23bc33),_0x23bc33;}static['getEventsFromJSON'](_0x2f9021){const _0x4448b8=a63_0x48e80f,_0x4ee3d9={};_0x4ee3d9['EPbiz']=function(_0x250ef7,_0x261160){return _0x250ef7!==_0x261160;},_0x4ee3d9[_0x4448b8(0x1b8)]='JJCmt';const _0x185a04=_0x4ee3d9;if(!fs['existsSync'](_0x2f9021)){if(_0x185a04[_0x4448b8(0x1cd)](_0x185a04[_0x4448b8(0x1b8)],_0x185a04['Eltet'])){if(!this[_0x4448b8(0x1fb)]())return;this[_0x4448b8(0x125)]['push']({'message':_0x51e53a[_0x4448b8(0x1a0)],'trace':_0x24cff2[_0x4448b8(0x14f)],'code':_0x1eceff[_0x4448b8(0x12c)]||null,'time':new _0x2b9a21()});}else return[];}return JSON[_0x4448b8(0x198)](fs[_0x4448b8(0x15b)](_0x2f9021)['toString']());}static async['stopAndGenerate'](_0x5390a8=a63_0x48e80f(0x1c8),_0x5043e8=null){const _0x14f70d=a63_0x48e80f,_0x1c9d5f={'oFmTN':function(_0x35c5e8,_0x26a063){return _0x35c5e8!==_0x26a063;},'gQRpG':_0x14f70d(0x25c),'kkIiO':function(_0x19b854,_0xfd2143){return _0x19b854===_0xfd2143;},'UJxUk':_0x14f70d(0x1b0),'ZzifN':_0x14f70d(0x21e),'oXeid':function(_0x10722a,_0x56ccb4){return _0x10722a(_0x56ccb4);},'fEmpF':_0x14f70d(0x158),'woOyu':'dFbaO','HZoBW':function(_0xf58955,_0xbccbd5){return _0xf58955(_0xbccbd5);},'JjVKD':_0x14f70d(0x151),'TysUm':_0x14f70d(0x13f)};if(!this[_0x14f70d(0x173)]){if(_0x1c9d5f['oFmTN'](_0x1c9d5f[_0x14f70d(0x236)],_0x1c9d5f[_0x14f70d(0x1f1)]))return;else return _0x4a5e5d['apply'](null,_0x546982);}await _0x1c9d5f[_0x14f70d(0x249)](sleep,0x1e),this[_0x14f70d(0x206)][_0x14f70d(0x1af)](),this[_0x14f70d(0x173)]=![],this[_0x14f70d(0x183)](this[_0x14f70d(0x222)]);const _0x4af82=this[_0x14f70d(0x1a7)](this[_0x14f70d(0x222)]),_0x124931=path[_0x14f70d(0x161)](process[_0x14f70d(0x13c)](),_0x5390a8);fs[_0x14f70d(0x19f)](_0x124931,_0x4af82,_0x8c7de4=>{const _0x110069=_0x14f70d;if(_0x1c9d5f[_0x110069(0x1ad)](_0x1c9d5f[_0x110069(0x17e)],_0x1c9d5f[_0x110069(0x17e)]))return;else{if(_0x8c7de4){if(_0x1c9d5f['kkIiO'](_0x1c9d5f[_0x110069(0x17a)],_0x1c9d5f['ZzifN'])){if(!this[_0x110069(0x1fb)]())return;this[_0x110069(0x206)]['disconnect'](),this[_0x110069(0x1c2)](),this[_0x110069(0x1dd)]();}else{_0x1c9d5f[_0x110069(0x132)](debug,_0x110069(0x12a)+_0x8c7de4[_0x110069(0x1ff)]());return;}}_0x1c9d5f[_0x110069(0x132)](debug,'Performance\x20report\x20is\x20at\x20'+_0x124931);}});if(_0x5043e8){if(_0x1c9d5f[_0x14f70d(0x1ad)](_0x1c9d5f[_0x14f70d(0x1de)],_0x1c9d5f[_0x14f70d(0x15d)]))return this[_0x14f70d(0x1e4)](this[_0x14f70d(0x222)],_0x5043e8);else _0x30c49d[_0x14f70d(0x21a)](_0xe18e9a),_0x35681f[_0x14f70d(0x1e7)](_0x2d9c47,_0x20a84d,_0x5dc20d);}}static[a63_0x48e80f(0x1a7)](_0x1a0002){const _0x80f3c0=a63_0x48e80f,_0x16f7b1={};_0x16f7b1[_0x80f3c0(0x199)]=function(_0x572e0b,_0x20a47f){return _0x572e0b+_0x20a47f;},_0x16f7b1[_0x80f3c0(0x1fc)]=function(_0x4e3889,_0x859ea4){return _0x4e3889||_0x859ea4;},_0x16f7b1[_0x80f3c0(0x1f4)]=function(_0x5b1d62,_0x5d4b91){return _0x5b1d62===_0x5d4b91;},_0x16f7b1[_0x80f3c0(0x246)]=_0x80f3c0(0x257),_0x16f7b1[_0x80f3c0(0x1d4)]=_0x80f3c0(0x1c6),_0x16f7b1['PVlQN']='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x16f7b1[_0x80f3c0(0x244)]=_0x80f3c0(0x176),_0x16f7b1[_0x80f3c0(0x230)]=_0x80f3c0(0x23f),_0x16f7b1[_0x80f3c0(0x1bf)]=_0x80f3c0(0x22e);const _0x40682a=_0x16f7b1;let _0xe32527=_0x40682a['PVlQN'];return _0xe32527+=_0x40682a[_0x80f3c0(0x244)],_0xe32527+=_0x40682a['RGvZD'],_0x1a0002[_0x80f3c0(0x1e8)](_0x897aa7=>{const _0x4bfac2=_0x80f3c0;if(_0x40682a['MCwNi'](_0x40682a['VpDhJ'],_0x40682a['RWxHF']))return _0x40682a[_0x4bfac2(0x199)](_0x25130f[_0xaaf370],_0x40682a[_0x4bfac2(0x1fc)](_0x3d439e,0x0));else _0xe32527+=_0x4bfac2(0x1c5)+_0x897aa7[_0x4bfac2(0x25b)]+_0x4bfac2(0x160)+_0x897aa7[_0x4bfac2(0x209)]+_0x4bfac2(0x13b);}),_0xe32527+=_0x40682a['RhPiF'],_0xe32527;}static['generateJSON'](_0x1f5e90){const _0x2ea432=a63_0x48e80f,_0x1a983f={'LaQlu':function(_0x343d33,_0x36022c){return _0x343d33(_0x36022c);},'civLG':function(_0x5b84ae,_0x842dfe){return _0x5b84ae!==_0x842dfe;},'ZINxP':_0x2ea432(0x20c),'QqxqD':function(_0x90c2ea,_0x37f86b){return _0x90c2ea!==_0x37f86b;},'QMBuW':_0x2ea432(0x231),'wHxtR':function(_0x3223d7,_0x545597){return _0x3223d7>_0x545597;},'DImXR':function(_0x4a544b,_0x5c70b5){return _0x4a544b!==_0x5c70b5;},'Kssjt':'ShYxf','kxUhy':_0x2ea432(0x1a4),'rxOqQ':function(_0x26e2c0,_0x23ddaa){return _0x26e2c0!==_0x23ddaa;},'Zhyli':_0x2ea432(0x178)};if(!this[_0x2ea432(0x1ed)]){if(_0x1a983f['rxOqQ'](_0x1a983f[_0x2ea432(0x1d7)],_0x1a983f[_0x2ea432(0x1d7)])){const _0x39dedf={};return _0x39dedf['name']=_0x1e62c8,_0x39dedf[_0x2ea432(0x209)]=_0x5c2c95,_0x39dedf;}else return;}const _0xce4e9c={};_0x1f5e90[_0x2ea432(0x156)](_0x17a6e9=>{const _0x2a3305=_0x2ea432,_0x1d993b={'DXcbK':function(_0x5a8616,_0x33b062){const _0x2e6261=a63_0x5804;return _0x1a983f[_0x2e6261(0x23a)](_0x5a8616,_0x33b062);}};if(_0x1a983f[_0x2a3305(0x189)](_0x1a983f[_0x2a3305(0x214)],_0x1a983f[_0x2a3305(0x214)])){_0x1d993b[_0x2a3305(0x18d)](_0x411fdf,_0x2a3305(0x12a)+_0x294c3f[_0x2a3305(0x1ff)]());return;}else{if(!_0xce4e9c[_0x17a6e9[_0x2a3305(0x25b)]]){if(_0x1a983f['QqxqD'](_0x1a983f[_0x2a3305(0x1a5)],_0x1a983f[_0x2a3305(0x1a5)]))return;else _0xce4e9c[_0x17a6e9[_0x2a3305(0x25b)]]=0x0;}_0xce4e9c[_0x17a6e9['name']]+=_0x17a6e9[_0x2a3305(0x209)];}});const _0x1a5ccb=Object[_0x2ea432(0x238)](_0xce4e9c)[_0x2ea432(0x156)](([_0x4fc1a6,_0x4d816d])=>{const _0x2657bd=_0x2ea432,_0x212349={'Dwuso':function(_0x2c43e5,_0xf353ac){const _0xca2238=a63_0x5804;return _0x1a983f[_0xca2238(0x195)](_0x2c43e5,_0xf353ac);}};if(_0x1a983f[_0x2657bd(0x137)](_0x1a983f['Kssjt'],_0x1a983f[_0x2657bd(0x1e2)])){const _0xbbe517={};return _0xbbe517[_0x2657bd(0x25b)]=_0x4fc1a6,_0xbbe517['duration']=_0x4d816d,_0xbbe517;}else{if(!_0x3c9e3d['existsSync'](this[_0x2657bd(0x22d)]))return this[_0x2657bd(0x125)];let _0x2b521c=_0x3efd4e[_0x2657bd(0x15b)](this[_0x2657bd(0x22d)])[_0x2657bd(0x1ff)]();_0x2b521c='['+_0x2b521c['slice'](0x0,-0x1)+']';let _0x55b0af=_0x35163a[_0x2657bd(0x198)](_0x2b521c);return _0x212349[_0x2657bd(0x1d0)](this['_errorEvents'][_0x2657bd(0x21c)],0x0)&&(_0x55b0af=_0x55b0af[_0x2657bd(0x201)](this[_0x2657bd(0x125)])),_0x544ec3[_0x2657bd(0x1f7)](this[_0x2657bd(0x22d)]),_0x55b0af;}});fs[_0x2ea432(0x1b1)](this[_0x2ea432(0x1ed)],JSON['stringify'](_0x1a5ccb));}static[a63_0x48e80f(0x1fb)](){const _0x3c6574=a63_0x48e80f,_0x18f95d={};_0x18f95d[_0x3c6574(0x15e)]=function(_0x526960,_0x5ebcfe){return _0x526960===_0x5ebcfe;},_0x18f95d['NKnWZ']='true';const _0x285022=_0x18f95d;return process['env']['BROWSERSTACK_SDK_INSTRUMENTATION']&&_0x285022[_0x3c6574(0x15e)](process[_0x3c6574(0x1b5)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x285022[_0x3c6574(0x193)]);}static[a63_0x48e80f(0x1e7)](_0x505c99,_0x4374f7,_0x1fc7b5=null,_0x5714da=null){const _0x3ba3ea=a63_0x48e80f,_0x53ef62={'CMPKy':function(_0x374d87,_0x1c7e79){return _0x374d87/_0x1c7e79;},'JPEaH':function(_0x326a5a,_0x760869){return _0x326a5a+_0x760869;},'xnNcp':function(_0x4335c,_0x1733c6){return _0x4335c*_0x1733c6;},'IAQab':function(_0x308414,_0xb51732){return _0x308414(_0xb51732);},'delrU':function(_0x37fb60,_0x2a84fa){return _0x37fb60===_0x2a84fa;},'XcOIY':_0x3ba3ea(0x250),'aAGUR':_0x3ba3ea(0x1c4),'NbRwI':function(_0x368f8d,_0x765b62){return _0x368f8d!==_0x765b62;},'Fssgf':'wqjIS','gXAFK':_0x3ba3ea(0x1d9),'CSTqV':'wNPpJ','Juoor':_0x3ba3ea(0x16c),'vwVjb':_0x3ba3ea(0x1a1),'aYwGd':_0x3ba3ea(0x123),'zLgei':function(_0x233403,_0x32fc61){return _0x233403+_0x32fc61;},'CDgYx':_0x3ba3ea(0x134),'OWZgf':function(_0x7fbdd1,_0x3566cf){return _0x7fbdd1+_0x3566cf;},'PQUDk':_0x3ba3ea(0x1f6),'kVncH':function(_0x9681e6,_0xdee7f7){return _0x9681e6 instanceof _0xdee7f7;},'EJAlx':function(_0xc7dac7,_0xd64a4){return _0xc7dac7!==_0xd64a4;},'WGAfB':'RGKbX','gOSxU':'aycDU','RRNFb':'WiKxx'};try{if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62['gXAFK'],_0x53ef62[_0x3ba3ea(0x1be)])){const _0x4c64f6=_0xd929d8['name'][_0x3ba3ea(0x233)](_0x495750),_0x48ea03={};_0x48ea03[_0x3ba3ea(0x25b)]=_0x1abfe1[_0x3ba3ea(0x25b)],_0x48ea03[_0x3ba3ea(0x209)]=_0x4c8c11[_0x3ba3ea(0x209)]||0x0;const _0x1b0e3a=_0x48ea03;_0x4c64f6&&(_0x1b0e3a['name']=_0x4c64f6[0x1],_0x1b0e3a[_0x3ba3ea(0x187)]=_0x5aac5f['parse'](_0x4c64f6[0x2]));if(_0x576513[_0x1b0e3a[_0x3ba3ea(0x25b)]]){const _0x4e500e=_0x49b712[_0x1b0e3a[_0x3ba3ea(0x25b)]],_0x2af7cc=_0x35db9d[_0x1b0e3a[_0x3ba3ea(0x25b)]];_0x5064e5[_0x1b0e3a[_0x3ba3ea(0x25b)]][_0x3ba3ea(0x209)]=_0x53ef62[_0x3ba3ea(0x150)](_0x53ef62[_0x3ba3ea(0x1f5)](_0x53ef62['xnNcp'](_0x4e500e[_0x3ba3ea(0x209)],_0x2af7cc),_0x1b0e3a['duration']),_0x53ef62[_0x3ba3ea(0x1f5)](0x1,_0x2af7cc)),_0x10f3ad[_0x1b0e3a[_0x3ba3ea(0x25b)]]++;}else _0x18744f[_0x1b0e3a[_0x3ba3ea(0x25b)]]=_0x1b0e3a,_0x28a8e7[_0x1b0e3a[_0x3ba3ea(0x25b)]]=0x1;}else{if(this['started']&&this[_0x3ba3ea(0x1fb)]()){if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62[_0x3ba3ea(0x242)],_0x53ef62[_0x3ba3ea(0x242)])){let _0x22ad26=_0x505c99;if(_0x1fc7b5){if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62[_0x3ba3ea(0x1f0)],_0x53ef62[_0x3ba3ea(0x12f)])){const _0x45b8dd={};return _0x45b8dd['measures']=[],_0x45b8dd[_0x3ba3ea(0x163)]=[],_0x45b8dd;}else _0x22ad26=_0x505c99+'['+JSON[_0x3ba3ea(0x21b)](_0x1fc7b5)+']';}const _0x5189e0=_0x53ef62['zLgei'](_0x22ad26,_0x53ef62[_0x3ba3ea(0x224)]),_0x2a92ac=_0x53ef62['OWZgf'](_0x22ad26,_0x53ef62[_0x3ba3ea(0x179)]);performance[_0x3ba3ea(0x21a)](_0x5189e0);const _0x5c1446=_0x4374f7[_0x3ba3ea(0x1eb)](null,_0x5714da);if(_0x53ef62[_0x3ba3ea(0x130)](_0x5c1446,Promise))return _0x53ef62[_0x3ba3ea(0x147)](_0x53ef62[_0x3ba3ea(0x1ee)],_0x53ef62[_0x3ba3ea(0x1ee)])?[]:new Promise((_0x21656e,_0x11d2c9)=>{const _0x175b95=_0x3ba3ea,_0x396c14={'ktmqF':function(_0x44b1a0,_0x2090ee){const _0x176f9c=a63_0x5804;return _0x53ef62[_0x176f9c(0x1f8)](_0x44b1a0,_0x2090ee);},'yGxwx':function(_0x62eaa8,_0x590d71){const _0x26816d=a63_0x5804;return _0x53ef62[_0x26816d(0x1f8)](_0x62eaa8,_0x590d71);},'wWZxw':function(_0x15dddf,_0x22d8b3){const _0x452ec8=a63_0x5804;return _0x53ef62[_0x452ec8(0x1cc)](_0x15dddf,_0x22d8b3);},'yuUdh':_0x53ef62[_0x175b95(0x1d5)],'CiGRx':_0x53ef62[_0x175b95(0x24b)]};_0x53ef62[_0x175b95(0x23b)](_0x53ef62[_0x175b95(0x174)],_0x53ef62[_0x175b95(0x174)])?this[_0x175b95(0x1a3)][_0x175b95(0x245)](_0x429d01):_0x5c1446[_0x175b95(0x1b3)](_0x1854a0=>_0x21656e(_0x1854a0))['catch'](_0x565b9d=>_0x11d2c9(_0x565b9d))[_0x175b95(0x252)](()=>{const _0x245ac=_0x175b95;if(_0x396c14[_0x245ac(0x20a)](_0x396c14[_0x245ac(0x15c)],_0x396c14[_0x245ac(0x16d)])){if(_0x33a27b){_0x396c14[_0x245ac(0x228)](_0x1d55fd,_0x245ac(0x12a)+_0x1c3c93[_0x245ac(0x1ff)]());return;}_0x396c14['yGxwx'](_0x39362b,_0x245ac(0x1fe)+_0x4e2454);}else performance[_0x245ac(0x21a)](_0x2a92ac),performance['measure'](_0x22ad26,_0x5189e0,_0x2a92ac);});});;return performance[_0x3ba3ea(0x21a)](_0x2a92ac),performance[_0x3ba3ea(0x1e7)](_0x22ad26,_0x5189e0,_0x2a92ac),_0x5c1446;}else _0x1c440d['name']=_0xa793bb[0x1],_0x569119[_0x3ba3ea(0x187)]=_0x5ae380[_0x3ba3ea(0x198)](_0x4b524f[0x2]);};return _0x4374f7['apply'](null,_0x5714da);}}catch(_0x59bef3){if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62['gOSxU'],_0x53ef62[_0x3ba3ea(0x1b2)]))return;else return _0x4374f7[_0x3ba3ea(0x1eb)](null,_0x5714da);}}static['measureWrapper'](_0x3cf2df,_0x4803fb){const _0x46d675=a63_0x48e80f,_0x534142={};_0x534142[_0x46d675(0x1d6)]=function(_0x26ca0a,_0x5998b4){return _0x26ca0a!==_0x5998b4;},_0x534142[_0x46d675(0x17c)]=_0x46d675(0x17b);const _0x26b68d=_0x534142,_0x35e5fe=this;return function(){const _0x1b1b61=_0x46d675;if(_0x26b68d[_0x1b1b61(0x1d6)](_0x26b68d[_0x1b1b61(0x17c)],_0x26b68d[_0x1b1b61(0x17c)]))return this['_errorEvents'];else{const _0x5e2097=[_0x3cf2df,_0x4803fb,null][_0x1b1b61(0x201)](arguments);return _0x35e5fe['measure'][_0x1b1b61(0x1eb)](_0x35e5fe,_0x5e2097);}};}static['getCleanedPerfEvents'](){const _0x4c600b=a63_0x48e80f,_0x23a318={};_0x23a318['HWGZF']=function(_0x2adc7a,_0x38b021){return _0x2adc7a/_0x38b021;},_0x23a318['VfIIh']=function(_0x37b142,_0x5195ed){return _0x37b142+_0x5195ed;},_0x23a318[_0x4c600b(0x143)]=function(_0x57a5e5,_0xbe9bd5){return _0x57a5e5*_0xbe9bd5;},_0x23a318[_0x4c600b(0x13d)]=function(_0x3d54a0,_0x46e12e){return _0x3d54a0===_0x46e12e;},_0x23a318['sVBwY']=function(_0x44ce2e,_0xe940b5){return _0x44ce2e>_0xe940b5;},_0x23a318[_0x4c600b(0x142)]=function(_0x3422e3,_0x4cd659){return _0x3422e3!==_0x4cd659;},_0x23a318[_0x4c600b(0x1fd)]=_0x4c600b(0x21d),_0x23a318[_0x4c600b(0x218)]=_0x4c600b(0x192),_0x23a318[_0x4c600b(0x165)]=_0x4c600b(0x1c0),_0x23a318[_0x4c600b(0x154)]='ydswV',_0x23a318['MlFSm']='BckJf',_0x23a318[_0x4c600b(0x126)]=function(_0x98193d,_0x5a9eaa){return _0x98193d/_0x5a9eaa;},_0x23a318[_0x4c600b(0x237)]=function(_0x5911b3,_0x3b29f3){return _0x5911b3*_0x3b29f3;},_0x23a318[_0x4c600b(0x18e)]=function(_0x51d160,_0x109e4e){return _0x51d160+_0x109e4e;},_0x23a318[_0x4c600b(0x1a9)]=function(_0x1224c3,_0xa98d8e){return _0x1224c3!==_0xa98d8e;},_0x23a318[_0x4c600b(0x1df)]=_0x4c600b(0x229),_0x23a318[_0x4c600b(0x1f2)]=_0x4c600b(0x1c1);const _0x3d205f=_0x23a318,_0x20d094=/(^.*)\[(.*)\]$/,_0x47c0a0={},_0x4e3134={};for(const _0x152baa of this['_measureEvents']){if(_0x3d205f[_0x4c600b(0x142)](_0x3d205f['alrfi'],_0x3d205f['alrfi']))return[];else{const _0x3d24fb=_0x152baa['name'][_0x4c600b(0x233)](_0x20d094),_0x8bd73d={};_0x8bd73d[_0x4c600b(0x25b)]=_0x152baa[_0x4c600b(0x25b)],_0x8bd73d[_0x4c600b(0x209)]=_0x152baa['duration']||0x0;const _0x105f01=_0x8bd73d;if(_0x3d24fb){if(_0x3d205f[_0x4c600b(0x142)](_0x3d205f[_0x4c600b(0x218)],_0x3d205f['FOgJI']))_0x105f01[_0x4c600b(0x25b)]=_0x3d24fb[0x1],_0x105f01[_0x4c600b(0x187)]=JSON[_0x4c600b(0x198)](_0x3d24fb[0x2]);else{const _0x534c1e=_0x4f8e65[_0x25a991[_0x4c600b(0x25b)]],_0x34f29f=_0x3b75b9[_0x5f5b87['name']];_0x531a4d[_0x10f130[_0x4c600b(0x25b)]][_0x4c600b(0x209)]=_0x3d205f[_0x4c600b(0x213)](_0x3d205f['VfIIh'](_0x3d205f[_0x4c600b(0x143)](_0x534c1e[_0x4c600b(0x209)],_0x34f29f),_0x4170a3['duration']),_0x3d205f[_0x4c600b(0x1e5)](0x1,_0x34f29f)),_0x27a3b7[_0x4c1f87['name']]++;}}if(_0x47c0a0[_0x105f01['name']]){if(_0x3d205f['nmpJL'](_0x3d205f[_0x4c600b(0x154)],_0x3d205f[_0x4c600b(0x239)])){const _0xdc8aaa=this;return function(){const _0x3301b0=_0x4c600b,_0x3b9649=[_0x310df1,_0x131d6a,null]['concat'](arguments);return _0xdc8aaa[_0x3301b0(0x1e7)][_0x3301b0(0x1eb)](_0xdc8aaa,_0x3b9649);};}else{const _0x143adf=_0x47c0a0[_0x105f01[_0x4c600b(0x25b)]],_0x329b5a=_0x4e3134[_0x105f01[_0x4c600b(0x25b)]];_0x47c0a0[_0x105f01['name']]['duration']=_0x3d205f[_0x4c600b(0x126)](_0x3d205f[_0x4c600b(0x1e5)](_0x3d205f[_0x4c600b(0x237)](_0x143adf[_0x4c600b(0x209)],_0x329b5a),_0x105f01[_0x4c600b(0x209)]),_0x3d205f[_0x4c600b(0x18e)](0x1,_0x329b5a)),_0x4e3134[_0x105f01[_0x4c600b(0x25b)]]++;}}else{if(_0x3d205f[_0x4c600b(0x1a9)](_0x3d205f[_0x4c600b(0x1df)],_0x3d205f[_0x4c600b(0x1f2)]))_0x47c0a0[_0x105f01[_0x4c600b(0x25b)]]=_0x105f01,_0x4e3134[_0x105f01[_0x4c600b(0x25b)]]=0x1;else{if(!this['started']||_0x3d205f[_0x4c600b(0x13d)](this[_0x4c600b(0x1a3)][_0x4c600b(0x21c)],0x0))return[];if(!_0x2627fc[_0x4c600b(0x164)](this[_0x4c600b(0x1ed)]))return this[_0x4c600b(0x1a3)];let _0x1c7ed7=_0x5d7d4b['readFileSync'](this['jsonReportFileName'])['toString']();_0x1c7ed7='['+_0x1c7ed7['slice'](0x0,-0x1)+']';let _0x58d74f=_0x2469a0[_0x4c600b(0x198)](_0x1c7ed7);return _0x3d205f[_0x4c600b(0x177)](this[_0x4c600b(0x1a3)]['length'],0x0)&&(_0x58d74f=_0x58d74f['concat'](this[_0x4c600b(0x1ab)]())),this['_observer']['disconnect'](),_0xa9f862[_0x4c600b(0x1f7)](this[_0x4c600b(0x1ed)]),_0x58d74f;}}}}return Object[_0x4c600b(0x24e)](_0x47c0a0);}static[a63_0x48e80f(0x1c2)](){const _0x1690e6=a63_0x48e80f,_0x2d8677={};_0x2d8677[_0x1690e6(0x241)]=function(_0x2f7477,_0x10e346){return _0x2f7477===_0x10e346;},_0x2d8677[_0x1690e6(0x1f3)]=function(_0x3cb330,_0x215668){return _0x3cb330===_0x215668;},_0x2d8677[_0x1690e6(0x152)]='DgnEV',_0x2d8677[_0x1690e6(0x14d)]=_0x1690e6(0x157),_0x2d8677[_0x1690e6(0x133)]=function(_0x4fe4d7,_0x3f0b5e){return _0x4fe4d7+_0x3f0b5e;};const _0x450486=_0x2d8677;if(_0x450486[_0x1690e6(0x241)](this['_measureEvents'][_0x1690e6(0x21c)],0x0)){if(_0x450486[_0x1690e6(0x1f3)](_0x450486[_0x1690e6(0x152)],_0x450486[_0x1690e6(0x14d)]))return this[_0x1690e6(0x1a3)];else return;}const _0x483973=this[_0x1690e6(0x1ab)](),_0xb36815=JSON[_0x1690e6(0x21b)](_0x483973),_0x3406dd=_0x450486[_0x1690e6(0x133)](_0xb36815[_0x1690e6(0x196)](0x1,-0x1),',');fs[_0x1690e6(0x153)](this[_0x1690e6(0x1ed)],_0x3406dd);}static[a63_0x48e80f(0x141)](){const _0x1c125f=a63_0x48e80f,_0x51e303={};_0x51e303[_0x1c125f(0x136)]=function(_0x3ae8d2,_0x3ace6f){return _0x3ae8d2===_0x3ace6f;},_0x51e303['hADzO']=function(_0x420ba0,_0x217f6a){return _0x420ba0+_0x217f6a;},_0x51e303[_0x1c125f(0x1a6)]=_0x1c125f(0x24c),_0x51e303[_0x1c125f(0x146)]=function(_0x5a04f6,_0x3f5eda){return _0x5a04f6===_0x3f5eda;},_0x51e303['HRnkY']=function(_0x1257dd,_0x14fb2d){return _0x1257dd===_0x14fb2d;},_0x51e303['PauED']=_0x1c125f(0x1fa),_0x51e303[_0x1c125f(0x200)]=_0x1c125f(0x1a2),_0x51e303[_0x1c125f(0x191)]=_0x1c125f(0x1d8),_0x51e303[_0x1c125f(0x19d)]=function(_0x16254d,_0x3c3a04){return _0x16254d>_0x3c3a04;},_0x51e303[_0x1c125f(0x1e9)]=function(_0x1d9cd6,_0x2bf7ef){return _0x1d9cd6!==_0x2bf7ef;},_0x51e303['xzVfo']=_0x1c125f(0x21f);const _0xe97e2b=_0x51e303;if(!this['started']||_0xe97e2b[_0x1c125f(0x146)](this['_measureEvents'][_0x1c125f(0x21c)],0x0)){if(_0xe97e2b[_0x1c125f(0x13a)](_0xe97e2b[_0x1c125f(0x128)],_0xe97e2b['PauED']))return[];else{if(_0xe97e2b[_0x1c125f(0x136)](this[_0x1c125f(0x125)][_0x1c125f(0x21c)],0x0))return;const _0x5c3e56=_0x4aed4f[_0x1c125f(0x21b)](this[_0x1c125f(0x125)]),_0x1f855b=_0xe97e2b['hADzO'](_0x5c3e56['slice'](0x1,-0x1),',');_0x18d5fb['appendFileSync'](this[_0x1c125f(0x24f)],_0x1f855b);}}if(!fs['existsSync'](this[_0x1c125f(0x1ed)])){if(_0xe97e2b[_0x1c125f(0x13a)](_0xe97e2b[_0x1c125f(0x200)],_0xe97e2b[_0x1c125f(0x191)]))_0x38e298[_0x1c125f(0x212)](_0xe97e2b['aPVFz']);else return this[_0x1c125f(0x1a3)];}let _0x37cb79=fs[_0x1c125f(0x15b)](this[_0x1c125f(0x1ed)])[_0x1c125f(0x1ff)]();_0x37cb79='['+_0x37cb79[_0x1c125f(0x196)](0x0,-0x1)+']';let _0x4a49b5=JSON[_0x1c125f(0x198)](_0x37cb79);return _0xe97e2b[_0x1c125f(0x19d)](this[_0x1c125f(0x1a3)][_0x1c125f(0x21c)],0x0)&&(_0xe97e2b['vkXfr'](_0xe97e2b['xzVfo'],_0xe97e2b[_0x1c125f(0x18a)])?_0x4d4144=_0x170c44['concat'](this['_errorEvents']):_0x4a49b5=_0x4a49b5[_0x1c125f(0x201)](this[_0x1c125f(0x1ab)]())),this[_0x1c125f(0x206)]['disconnect'](),fs[_0x1c125f(0x1f7)](this[_0x1c125f(0x1ed)]),_0x4a49b5;}static[a63_0x48e80f(0x1dd)](){const _0x138c65=a63_0x48e80f,_0x1ca514={};_0x1ca514['umoqE']=function(_0x1b62f9,_0x2aadc5){return _0x1b62f9===_0x2aadc5;},_0x1ca514[_0x138c65(0x12d)]=function(_0x177eb0,_0x2a475c){return _0x177eb0===_0x2a475c;},_0x1ca514['uzOlo']=_0x138c65(0x16a),_0x1ca514['pnLEb']=_0x138c65(0x225),_0x1ca514['sPyfK']=function(_0x1bed31,_0x2a702f){return _0x1bed31+_0x2a702f;};const _0x3b7c93=_0x1ca514;if(_0x3b7c93['umoqE'](this['_errorEvents'][_0x138c65(0x21c)],0x0)){if(_0x3b7c93[_0x138c65(0x12d)](_0x3b7c93[_0x138c65(0x210)],_0x3b7c93[_0x138c65(0x20b)]))_0x71b2e=_0x54b253[_0x138c65(0x201)](this[_0x138c65(0x1ab)]());else return;}const _0x5ed82f=JSON[_0x138c65(0x21b)](this[_0x138c65(0x125)]),_0x43935f=_0x3b7c93[_0x138c65(0x24a)](_0x5ed82f['slice'](0x1,-0x1),',');fs['appendFileSync'](this[_0x138c65(0x24f)],_0x43935f);}static['finalizeErrors'](){const _0x4638cf=a63_0x48e80f,_0x4d0a93={};_0x4d0a93[_0x4638cf(0x258)]=function(_0x215a14,_0xe7cf1){return _0x215a14===_0xe7cf1;},_0x4d0a93[_0x4638cf(0x1dc)]='measure',_0x4d0a93[_0x4638cf(0x1b4)]=function(_0x4b2e93,_0xa0930d){return _0x4b2e93!==_0xa0930d;},_0x4d0a93[_0x4638cf(0x145)]='ELhbx',_0x4d0a93[_0x4638cf(0x15f)]=function(_0x10012c,_0x5468b0){return _0x10012c>_0x5468b0;},_0x4d0a93['qXVPu']=function(_0x553d27,_0x1f9ce6){return _0x553d27!==_0x1f9ce6;},_0x4d0a93[_0x4638cf(0x1cb)]=_0x4638cf(0x221);const _0x39523d=_0x4d0a93;if(!fs[_0x4638cf(0x164)](this[_0x4638cf(0x22d)])){if(_0x39523d[_0x4638cf(0x1b4)](_0x39523d['zBCXV'],_0x39523d[_0x4638cf(0x145)]))return;else return this[_0x4638cf(0x125)];}let _0x15909d=fs[_0x4638cf(0x15b)](this[_0x4638cf(0x22d)])[_0x4638cf(0x1ff)]();_0x15909d='['+_0x15909d[_0x4638cf(0x196)](0x0,-0x1)+']';let _0x29720b=JSON[_0x4638cf(0x198)](_0x15909d);return _0x39523d[_0x4638cf(0x15f)](this[_0x4638cf(0x125)][_0x4638cf(0x21c)],0x0)&&(_0x39523d[_0x4638cf(0x243)](_0x39523d['bJiwT'],_0x39523d[_0x4638cf(0x1cb)])?_0x3cabbe[_0x4638cf(0x208)]()[_0x4638cf(0x1e8)](_0x6297ce=>{const _0x4ab84a=_0x4638cf;_0x39523d[_0x4ab84a(0x258)](_0x6297ce[_0x4ab84a(0x1b9)],_0x39523d[_0x4ab84a(0x1dc)])?this[_0x4ab84a(0x1a3)][_0x4ab84a(0x245)](_0x6297ce):this[_0x4ab84a(0x222)]['push'](_0x6297ce);}):_0x29720b=_0x29720b[_0x4638cf(0x201)](this[_0x4638cf(0x125)])),fs[_0x4638cf(0x1f7)](this['errorReportFileName']),_0x29720b;}static['captureError'](_0x9567c6){const _0x489320=a63_0x48e80f,_0x97ab68={};_0x97ab68[_0x489320(0x216)]=function(_0x44be1e,_0x2dc4e1){return _0x44be1e!==_0x2dc4e1;},_0x97ab68[_0x489320(0x247)]=_0x489320(0x19a),_0x97ab68[_0x489320(0x14a)]='pUyNW';const _0x835293=_0x97ab68;if(!this[_0x489320(0x1fb)]()){if(_0x835293[_0x489320(0x216)](_0x835293[_0x489320(0x247)],_0x835293[_0x489320(0x14a)]))return;else _0x453093=_0x4ebca7+'['+_0xdcce6c[_0x489320(0x21b)](_0x3c26cc)+']';}this[_0x489320(0x125)]['push']({'message':_0x9567c6['message'],'trace':_0x9567c6['stack'],'code':_0x9567c6[_0x489320(0x12c)]||null,'time':new Date()});}static[a63_0x48e80f(0x226)](){const _0x71417=a63_0x48e80f,_0x5ba83f={};_0x5ba83f['DTDNT']=function(_0x5d8a4b,_0x450a09){return _0x5d8a4b!==_0x450a09;},_0x5ba83f['IvjGL']='QatDJ',_0x5ba83f[_0x71417(0x159)]=_0x71417(0x1a8),_0x5ba83f[_0x71417(0x1cf)]='GgdNM',_0x5ba83f[_0x71417(0x22c)]=function(_0x58a7ec,_0xc5609){return _0x58a7ec!==_0xc5609;},_0x5ba83f[_0x71417(0x138)]='nfJaq',_0x5ba83f[_0x71417(0x1ac)]=_0x71417(0x149),_0x5ba83f['AvmxD']=_0x71417(0x24c);const _0x571e67=_0x5ba83f;try{if(_0x571e67[_0x71417(0x204)](_0x571e67[_0x71417(0x1ca)],_0x571e67[_0x71417(0x1ca)]))return new _0xaf9436((_0x3ef26b,_0xacbbfd)=>{const _0x22197e=_0x71417;_0x41ec1f[_0x22197e(0x1b3)](_0x2d5b42=>_0x3ef26b(_0x2d5b42))[_0x22197e(0x203)](_0x5f281e=>_0xacbbfd(_0x5f281e))[_0x22197e(0x252)](()=>{const _0x15134b=_0x22197e;_0x250ce5[_0x15134b(0x21a)](_0x4b0e28),_0x314d16[_0x15134b(0x1e7)](_0x8c20d1,_0x25709b,_0x58e728);});});else{if(!this[_0x71417(0x1fb)]()){if(_0x571e67[_0x71417(0x204)](_0x571e67[_0x71417(0x159)],_0x571e67[_0x71417(0x1cf)]))return;else return;}this['_observer'][_0x71417(0x1af)](),this[_0x71417(0x1c2)](),this[_0x71417(0x1dd)]();}}catch{_0x571e67[_0x71417(0x22c)](_0x571e67[_0x71417(0x138)],_0x571e67[_0x71417(0x1ac)])?logger[_0x71417(0x212)](_0x571e67[_0x71417(0x172)]):_0x446d18[_0x71417(0x1b3)](_0x228321=>_0x101700(_0x228321))[_0x71417(0x203)](_0x3adc8a=>_0x5821bd(_0x3adc8a))['finally'](()=>{const _0x2ec6d9=_0x71417;_0x3f4025[_0x2ec6d9(0x21a)](_0x285d39),_0x20e769[_0x2ec6d9(0x1e7)](_0x435a41,_0x4c8f50,_0x37f707);});}}static[a63_0x48e80f(0x251)](){const _0x25e11b=a63_0x48e80f,_0x144e97={};_0x144e97['WwSfm']=function(_0x9d944b,_0x322387){return _0x9d944b===_0x322387;},_0x144e97[_0x25e11b(0x1db)]=_0x25e11b(0x24d),_0x144e97[_0x25e11b(0x1bd)]=_0x25e11b(0x155);const _0x109a9e=_0x144e97,_0x3f81bf=this[_0x25e11b(0x141)](),_0x3f9a1d=this['finalizeErrors']();if(!this[_0x25e11b(0x1fb)]()){if(_0x109a9e[_0x25e11b(0x181)](_0x109a9e[_0x25e11b(0x1db)],_0x109a9e[_0x25e11b(0x1bd)]))!_0x1521d0[_0x57f4de[_0x25e11b(0x25b)]]&&(_0x57f8b8[_0x37b37e[_0x25e11b(0x25b)]]=0x0),_0x1c0c64[_0x3a0dd4[_0x25e11b(0x25b)]]+=_0x914549['duration'];else{const _0x42468b={};return _0x42468b[_0x25e11b(0x15a)]=[],_0x42468b[_0x25e11b(0x163)]=[],_0x42468b;}}const _0x481ba6={};return _0x481ba6[_0x25e11b(0x15a)]=_0x3f81bf,_0x481ba6[_0x25e11b(0x163)]=_0x3f9a1d,_0x481ba6;}}module['exports']=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x2837a6=a64_0x4b28;(function(_0x22b1f9,_0x3a37a9){const _0x5eba3f=a64_0x4b28,_0x18b3b6=_0x22b1f9();while(!![]){try{const _0x1402e4=parseInt(_0x5eba3f(0x1f1))/0x1*(parseInt(_0x5eba3f(0x1d5))/0x2)+parseInt(_0x5eba3f(0x1f6))/0x3+-parseInt(_0x5eba3f(0x1c6))/0x4*(-parseInt(_0x5eba3f(0x1f8))/0x5)+parseInt(_0x5eba3f(0x1eb))/0x6*(-parseInt(_0x5eba3f(0x1df))/0x7)+-parseInt(_0x5eba3f(0x1c8))/0x8+-parseInt(_0x5eba3f(0x1be))/0x9*(-parseInt(_0x5eba3f(0x1bf))/0xa)+parseInt(_0x5eba3f(0x200))/0xb*(-parseInt(_0x5eba3f(0x1c9))/0xc);if(_0x1402e4===_0x3a37a9)break;else _0x18b3b6['push'](_0x18b3b6['shift']());}catch(_0x46b344){_0x18b3b6['push'](_0x18b3b6['shift']());}}}(a64_0x4ea3,0x35f29));const http=require('http'),https=require(a64_0x2837a6(0x1db)),monkeypatch=require(a64_0x2837a6(0x1ea));function spy(_0x332462){const _0x54420e=a64_0x2837a6,_0x1bbdef={'KeWIq':function(_0x3bd185,_0x323315){return _0x3bd185!==_0x323315;},'EkPHx':_0x54420e(0x1d4),'XTvNG':'error','wmsCc':function(_0xc838d7,_0x15c0f7){return _0xc838d7-_0x15c0f7;},'fDRsw':function(_0x103679,_0x2f527e,_0x8f57c4){return _0x103679(_0x2f527e,_0x8f57c4);},'LZHpo':function(_0x32e0e8,_0x350933,_0x4127fb){return _0x32e0e8(_0x350933,_0x4127fb);},'MdrjV':function(_0x3692ba,_0x278498){return _0x3692ba!==_0x278498;},'VztJo':_0x54420e(0x1e7),'OgClU':_0x54420e(0x1ec),'WeRDX':function(_0x57178d,_0x458df8,_0xc4599f){return _0x57178d(_0x458df8,_0xc4599f);},'Xyohp':function(_0x545ed4,_0x311ba3){return _0x545ed4!==_0x311ba3;},'psUuL':_0x54420e(0x1c0),'dGdtM':_0x54420e(0x1fd),'OCzFe':function(_0x11ecce,..._0x18ac57){return _0x11ecce(..._0x18ac57);},'ZBkVi':function(_0x27f102,_0x3a7ea8){return _0x27f102!==_0x3a7ea8;},'yaEZW':'ZVcKv','yYcyZ':_0x54420e(0x1c4),'bfIxg':_0x54420e(0x1cd),'oswgM':_0x54420e(0x1da),'aXdfS':_0x54420e(0x1d2),'supfr':'socket','akhGF':function(_0x451a54,_0x4b72af,_0x4492d9,_0x1dfed0){return _0x451a54(_0x4b72af,_0x4492d9,_0x1dfed0);},'dClvn':'end','fOCVo':function(_0x196143,_0x260c97,_0x5a0e77,_0x4cf9b3){return _0x196143(_0x260c97,_0x5a0e77,_0x4cf9b3);},'fmWYS':'request','hsQOK':function(_0x2cd86b,_0x256371,_0x43dd11,_0x1af49c){return _0x2cd86b(_0x256371,_0x43dd11,_0x1af49c);}},_0x3ef420=(_0x4a7f10,_0x3fa2ef,_0x4616df)=>{const _0x33f7ec=_0x54420e,_0x54a63b={'pEmkN':function(_0x396577,_0x35ba06,_0x2d430c){const _0x4a70e6=a64_0x4b28;return _0x1bbdef[_0x4a70e6(0x206)](_0x396577,_0x35ba06,_0x2d430c);},'eZOhK':function(_0xf53284,_0x230bb8){const _0x235f5e=a64_0x4b28;return _0x1bbdef[_0x235f5e(0x208)](_0xf53284,_0x230bb8);},'TbDkj':_0x1bbdef[_0x33f7ec(0x202)],'CFiGw':_0x1bbdef[_0x33f7ec(0x1d3)],'YJPIf':function(_0x5a5e0b,_0x5a20b6,_0x5df921){return _0x1bbdef['WeRDX'](_0x5a5e0b,_0x5a20b6,_0x5df921);},'IQeIm':_0x1bbdef['XTvNG'],'wbCZm':function(_0x46fc7e,_0x3b2f72){return _0x1bbdef['Xyohp'](_0x46fc7e,_0x3b2f72);},'NKCfB':_0x1bbdef[_0x33f7ec(0x1cf)],'aMtLv':_0x1bbdef['dGdtM'],'LLIHs':function(_0x1c6c6c,_0x36164){const _0x4e9452=_0x33f7ec;return _0x1bbdef[_0x4e9452(0x205)](_0x1c6c6c,_0x36164);},'IblPT':function(_0x35e722,..._0x33b60e){const _0x14f7cf=_0x33f7ec;return _0x1bbdef[_0x14f7cf(0x1d6)](_0x35e722,..._0x33b60e);},'SwZgP':function(_0x13c956,_0xbfeed5){const _0xc6582a=_0x33f7ec;return _0x1bbdef[_0xc6582a(0x1c5)](_0x13c956,_0xbfeed5);},'REJJV':_0x1bbdef[_0x33f7ec(0x1f9)],'UCKgS':_0x1bbdef[_0x33f7ec(0x1ff)],'aUMQQ':function(_0x54237d,..._0x4651e2){const _0x2dea64=_0x33f7ec;return _0x1bbdef[_0x2dea64(0x1d6)](_0x54237d,..._0x4651e2);}};if(_0x1bbdef[_0x33f7ec(0x1fb)](_0x1bbdef[_0x33f7ec(0x1d1)],_0x1bbdef[_0x33f7ec(0x1dc)])){const _0x53f3d2=_0x1bbdef[_0x33f7ec(0x1c1)](_0x4a7f10,_0x3fa2ef,_0x4616df);let _0x5a9388=Date[_0x33f7ec(0x1d0)](),_0x36424e;const _0x64a701=_0xbeafd2=>{const _0x25bc9c=_0x33f7ec,_0x226eaf={'NAJrD':function(_0xba9478,_0x521a99,_0x3df6fe){const _0x21218d=a64_0x4b28;return _0x54a63b[_0x21218d(0x1c2)](_0xba9478,_0x521a99,_0x3df6fe);}};if(_0x54a63b[_0x25bc9c(0x204)](_0x54a63b['TbDkj'],_0x54a63b[_0x25bc9c(0x1c3)])){const _0x31f927={};_0x31f927[_0x25bc9c(0x1e5)]=_0x3fa2ef[_0x25bc9c(0x1e5)]||_0x3fa2ef[_0x25bc9c(0x1dd)],_0x31f927[_0x25bc9c(0x207)]=_0x3fa2ef[_0x25bc9c(0x207)],_0x31f927[_0x25bc9c(0x1ce)]=_0x3fa2ef['method'],_0x31f927[_0x25bc9c(0x1f7)]=_0x3fa2ef[_0x25bc9c(0x1f7)],_0x54a63b[_0x25bc9c(0x1fa)](_0x332462,_0xbeafd2,_0x31f927);}else{const _0x3ddbae={};_0x3ddbae[_0x25bc9c(0x1e5)]=_0x3b918b['host']||_0x28b621['hostname'],_0x3ddbae[_0x25bc9c(0x207)]=_0x3724d8[_0x25bc9c(0x207)],_0x3ddbae[_0x25bc9c(0x1ce)]=_0xf15ada['method'],_0x3ddbae[_0x25bc9c(0x1f7)]=_0x15a36f[_0x25bc9c(0x1f7)],_0x226eaf[_0x25bc9c(0x1d7)](_0x505bc5,_0x5bf6b4,_0x3ddbae);}};return _0x53f3d2[_0x33f7ec(0x1e6)](_0x1bbdef[_0x33f7ec(0x1de)],_0x254769=>{const _0x12d6dc=_0x33f7ec;if(_0x54a63b[_0x12d6dc(0x1ef)](_0x54a63b[_0x12d6dc(0x1ed)],_0x54a63b[_0x12d6dc(0x1fe)])){const _0x3281b0=_0x54a63b[_0x12d6dc(0x201)](Date[_0x12d6dc(0x1d0)](),_0x5a9388),_0x3575a1={};_0x3575a1[_0x12d6dc(0x1dd)]=_0x3fa2ef[_0x12d6dc(0x1e5)]||_0x3fa2ef[_0x12d6dc(0x1dd)],_0x3575a1[_0x12d6dc(0x207)]=_0x3fa2ef[_0x12d6dc(0x207)],_0x3575a1[_0x12d6dc(0x1ce)]=_0x3fa2ef[_0x12d6dc(0x1ce)],_0x3575a1[_0x12d6dc(0x1f7)]=_0x3fa2ef[_0x12d6dc(0x1f7)],_0x3575a1[_0x12d6dc(0x1f2)]=_0x254769[_0x12d6dc(0x1e4)],_0x3575a1[_0x12d6dc(0x1f5)]=_0x3281b0,_0x54a63b['YJPIf'](_0x332462,null,_0x3575a1),_0x36424e[_0x12d6dc(0x1cc)](_0x54a63b[_0x12d6dc(0x1e8)],_0x64a701);}else _0x1db3ec=_0x363f19,_0x33f6cf[_0x12d6dc(0x1e6)](_0x54a63b['IQeIm'],_0x17250a);}),_0x53f3d2['on'](_0x1bbdef[_0x33f7ec(0x1f3)],_0x56b584=>{const _0x4ea447=_0x33f7ec;_0x1bbdef[_0x4ea447(0x1fb)](_0x1bbdef[_0x4ea447(0x1f4)],_0x1bbdef['EkPHx'])?(_0x2054db[_0x4ea447(0x1cb)]['unpatch'](),_0x56b604[_0x4ea447(0x1cb)][_0x4ea447(0x1e1)]()):(_0x36424e=_0x56b584,_0x56b584[_0x4ea447(0x1e6)](_0x1bbdef[_0x4ea447(0x1d8)],_0x64a701));}),_0x1bbdef[_0x33f7ec(0x1e3)](monkeypatch,_0x53f3d2,_0x1bbdef['dClvn'],(_0x56b479,..._0x14c95a)=>{const _0xc192aa=_0x33f7ec;_0x54a63b[_0xc192aa(0x1e0)](_0x54a63b[_0xc192aa(0x1e2)],_0x54a63b[_0xc192aa(0x1d9)])?(_0x5a9388=Date[_0xc192aa(0x1d0)](),_0x54a63b['aUMQQ'](_0x56b479,..._0x14c95a)):(_0x45365f=_0x224333['now'](),_0x54a63b[_0xc192aa(0x1ee)](_0x2d954d,..._0x5825ff));}),_0x53f3d2;}else{const _0x1eaece=_0x1bbdef[_0x33f7ec(0x205)](_0x431dcc[_0x33f7ec(0x1d0)](),_0x424321),_0x11e5af={};_0x11e5af[_0x33f7ec(0x1dd)]=_0x4f5c8e['host']||_0x51af64[_0x33f7ec(0x1dd)],_0x11e5af[_0x33f7ec(0x207)]=_0x1f1cf2['path'],_0x11e5af[_0x33f7ec(0x1ce)]=_0x32521d[_0x33f7ec(0x1ce)],_0x11e5af[_0x33f7ec(0x1f7)]=_0x5d421d[_0x33f7ec(0x1f7)],_0x11e5af[_0x33f7ec(0x1f2)]=_0x480b35[_0x33f7ec(0x1e4)],_0x11e5af[_0x33f7ec(0x1f5)]=_0x1eaece,_0x1bbdef[_0x33f7ec(0x1ca)](_0x3a4616,null,_0x11e5af),_0x3116c9['removeListener'](_0x1bbdef[_0x33f7ec(0x1d8)],_0x4c2205);}};_0x1bbdef['fOCVo'](monkeypatch,http,_0x1bbdef[_0x54420e(0x203)],_0x3ef420),_0x1bbdef[_0x54420e(0x1fc)](monkeypatch,https,_0x1bbdef['fmWYS'],_0x3ef420);}function restore(){const _0x1e74d5=a64_0x2837a6;http['request'][_0x1e74d5(0x1e1)](),https[_0x1e74d5(0x1cb)][_0x1e74d5(0x1e1)]();}const a64_0x4183cb={};function a64_0x4b28(_0x1fd970,_0x34d8fa){const _0x4ea3fa=a64_0x4ea3();return a64_0x4b28=function(_0x4b28a4,_0x481749){_0x4b28a4=_0x4b28a4-0x1be;let _0x307944=_0x4ea3fa[_0x4b28a4];return _0x307944;},a64_0x4b28(_0x1fd970,_0x34d8fa);}a64_0x4183cb[a64_0x2837a6(0x1c7)]=spy,a64_0x4183cb[a64_0x2837a6(0x1e9)]=restore,module[a64_0x2837a6(0x1f0)]=a64_0x4183cb;function a64_0x4ea3(){const _0x44ebfa=['SwZgP','unpatch','REJJV','akhGF','statusCode','host','once','wlkuV','IQeIm','restore','monkeypatch','21960SPDwab','ONRlj','NKCfB','IblPT','wbCZm','exports','1153WhXRQE','status_code','supfr','EkPHx','duration_ms','673956JCvndX','headers','5GbmaMS','yaEZW','YJPIf','KeWIq','hsQOK','MgKHl','aMtLv','yYcyZ','9945892VByJqR','LLIHs','VztJo','fmWYS','eZOhK','wmsCc','LZHpo','path','MdrjV','1314126uscvtW','20vTcNde','YKklL','WeRDX','pEmkN','CFiGw','yINlK','ZBkVi','1550468XVvsRk','spy','221992lGJdmY','12RhtcNG','fDRsw','request','removeListener','RXLeK','method','psUuL','now','bfIxg','response','OgClU','ESRMD','482xCWdhR','OCzFe','NAJrD','XTvNG','UCKgS','Uwilj','https','oswgM','hostname','aXdfS','56RCyRAt'];a64_0x4ea3=function(){return _0x44ebfa;};return a64_0x4ea3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x4e17(){const _0x353056=['30ZtgfsJ','873102hKOHZT','205fXLfJg','12jhARsL','78atOGzQ','KXNCb','call','bNWIL','24bycXrx','keepAliveMsecs','1514772hdJfQB','gAUXd','15516215oqGLwR','agent','124194MyrXOG','70xiGwjL','17101578CbdlNn','keepAlive','bAzFG','protocol','exports','globalAgent','Agent','Bizkl','http','FolGo','PnlLv','https:','574bUWEuI','216440BzrSve','https','zXnxQ','prototype'];a65_0x4e17=function(){return _0x353056;};return a65_0x4e17();}function a65_0x42d6(_0x4386a4,_0x1db8ca){const _0x4e1785=a65_0x4e17();return a65_0x42d6=function(_0x42d61e,_0x5cd422){_0x42d61e=_0x42d61e-0x1aa;let _0x4f4ff8=_0x4e1785[_0x42d61e];return _0x4f4ff8;},a65_0x42d6(_0x4386a4,_0x1db8ca);}const a65_0x493d15=a65_0x42d6;(function(_0x2ca208,_0x1cc107){const _0x4da1fb=a65_0x42d6,_0x4f5df2=_0x2ca208();while(!![]){try{const _0x31e36=parseInt(_0x4da1fb(0x1c5))/0x1*(parseInt(_0x4da1fb(0x1ad))/0x2)+-parseInt(_0x4da1fb(0x1aa))/0x3*(parseInt(_0x4da1fb(0x1b1))/0x4)+parseInt(_0x4da1fb(0x1ab))/0x5*(-parseInt(_0x4da1fb(0x1b7))/0x6)+-parseInt(_0x4da1fb(0x1b8))/0x7*(-parseInt(_0x4da1fb(0x1c6))/0x8)+parseInt(_0x4da1fb(0x1b3))/0x9*(parseInt(_0x4da1fb(0x1ca))/0xa)+parseInt(_0x4da1fb(0x1b5))/0xb*(parseInt(_0x4da1fb(0x1ac))/0xc)+parseInt(_0x4da1fb(0x1b9))/0xd;if(_0x31e36===_0x1cc107)break;else _0x4f5df2['push'](_0x4f5df2['shift']());}catch(_0x2c9a38){_0x4f5df2['push'](_0x4f5df2['shift']());}}}(a65_0x4e17,0xe2d2c),module[a65_0x493d15(0x1bd)]=function(){const _0x2d329f=a65_0x493d15,_0x2a2370={'PnlLv':function(_0x531981,_0x37c73e){return _0x531981===_0x37c73e;},'bNWIL':_0x2d329f(0x1c4),'Bizkl':_0x2d329f(0x1b6),'KXNCb':function(_0x531370,_0x5754a7,_0x562439){return _0x531370(_0x5754a7,_0x562439);},'zXnxQ':function(_0x2bebb8,_0xbca170,_0xdaf3d5){return _0x2bebb8(_0xbca170,_0xdaf3d5);},'bAzFG':function(_0x44bd2a,_0x381887){return _0x44bd2a(_0x381887);},'gAUXd':_0x2d329f(0x1c1),'FolGo':_0x2d329f(0x1c7),'ZqknK':function(_0x467412,_0x3bb0eb){return _0x467412*_0x3bb0eb;},'xnNYV':_0x2d329f(0x1ba)},_0xb3a5f8=_0x2a2370['bAzFG'](require,_0x2a2370[_0x2d329f(0x1b4)]),_0xbbb6c=_0x2a2370[_0x2d329f(0x1bb)](require,_0x2a2370[_0x2d329f(0x1c2)]),_0x3599d7=_0x2a2370['ZqknK'](0x1e,0x3e8);if(_0xb3a5f8[_0x2d329f(0x1be)]&&Object[_0x2d329f(0x1c9)]['hasOwnProperty'][_0x2d329f(0x1af)](_0xb3a5f8[_0x2d329f(0x1be)],_0x2a2370['xnNYV']))_0xb3a5f8[_0x2d329f(0x1be)][_0x2d329f(0x1ba)]=!![],_0xbbb6c[_0x2d329f(0x1be)][_0x2d329f(0x1ba)]=!![],_0xb3a5f8[_0x2d329f(0x1be)][_0x2d329f(0x1b2)]=_0x3599d7,_0xbbb6c['globalAgent'][_0x2d329f(0x1b2)]=_0x3599d7;else{const _0x141923={};_0x141923['keepAlive']=!![],_0x141923['keepAliveMsecs']=_0x3599d7;const _0x239df4=new _0xb3a5f8[(_0x2d329f(0x1bf))](_0x141923),_0x1d3df5={};_0x1d3df5[_0x2d329f(0x1ba)]=!![],_0x1d3df5[_0x2d329f(0x1b2)]=_0x3599d7;const _0x34206e=new _0xbbb6c[(_0x2d329f(0x1bf))](_0x1d3df5),_0x2b3109=_0xb3a5f8['request'],_0x78072c=_0xbbb6c['request'];_0xb3a5f8['request']=function(_0x35a198,_0x33d56a){const _0x47d05c=_0x2d329f;if(_0x2a2370[_0x47d05c(0x1c3)](_0x35a198[_0x47d05c(0x1bc)],_0x2a2370[_0x47d05c(0x1b0)]))return _0x35a198[_0x2a2370[_0x47d05c(0x1c0)]]=_0x34206e,_0x2a2370[_0x47d05c(0x1ae)](_0x78072c,_0x35a198,_0x33d56a);return _0x35a198[_0x2a2370[_0x47d05c(0x1c0)]]=_0x239df4,_0x2a2370[_0x47d05c(0x1c8)](_0x2b3109,_0x35a198,_0x33d56a);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a66_0x1b2c79=a66_0x4e4f;(function(_0x475387,_0x48f880){var _0x2bbf55=a66_0x4e4f,_0xbcf995=_0x475387();while(!![]){try{var _0x262b17=parseInt(_0x2bbf55(0x10a))/0x1*(-parseInt(_0x2bbf55(0x101))/0x2)+parseInt(_0x2bbf55(0x10f))/0x3*(parseInt(_0x2bbf55(0x109))/0x4)+-parseInt(_0x2bbf55(0x10d))/0x5*(parseInt(_0x2bbf55(0x10c))/0x6)+parseInt(_0x2bbf55(0x110))/0x7*(-parseInt(_0x2bbf55(0xfd))/0x8)+parseInt(_0x2bbf55(0x106))/0x9+parseInt(_0x2bbf55(0x105))/0xa*(parseInt(_0x2bbf55(0xfe))/0xb)+-parseInt(_0x2bbf55(0x102))/0xc*(-parseInt(_0x2bbf55(0x108))/0xd);if(_0x262b17===_0x48f880)break;else _0xbcf995['push'](_0xbcf995['shift']());}catch(_0x1833ef){_0xbcf995['push'](_0xbcf995['shift']());}}}(a66_0x2c40,0x22d10));function a66_0x4e4f(_0x444535,_0x43881f){var _0x2c409d=a66_0x2c40();return a66_0x4e4f=function(_0x4e4f96,_0x44478f){_0x4e4f96=_0x4e4f96-0xfc;var _0x476c20=_0x2c409d[_0x4e4f96];return _0x476c20;},a66_0x4e4f(_0x444535,_0x43881f);}function a66_0x2c40(){var _0x59bde7=['api/v1/event','754lJKFrw','16304YckXyA','52fvzEkb','mocha','12LNjbrC','80470WGtRdI','PLAYWRIGHT','63UvkYTi','185017zleChy','exports','8XfRiuf','310101qQgAJB','MOCHA','.obs_test_details','10936XzlWsm','34140plPZDi','https://collector-observability.browserstack.com','assign','50pMWyQH','846018pyxZXM'];a66_0x2c40=function(){return _0x59bde7;};return a66_0x2c40();}var a66_0x15689e={};a66_0x15689e[a66_0x1b2c79(0x10e)]='Playwright',a66_0x15689e[a66_0x1b2c79(0xff)]=a66_0x1b2c79(0x10b),module[a66_0x1b2c79(0xfc)]={'consoleHolder':Object[a66_0x1b2c79(0x104)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x1b2c79(0x103),'EVENT_ENDPOINT':a66_0x1b2c79(0x107),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':'api/v1/screenshots','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_0x1b2c79(0x100),'FRAMEWORKS':a66_0x15689e};
|
|
@@ -1 +1 @@
|
|
|
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
|
+
const a67_0x7b45f1=a67_0x2b82;(function(_0x150475,_0x5bcd96){const _0xbb7c24=a67_0x2b82,_0x2baf47=_0x150475();while(!![]){try{const _0x57ca38=parseInt(_0xbb7c24(0x24f))/0x1+-parseInt(_0xbb7c24(0x2bb))/0x2*(parseInt(_0xbb7c24(0x1dd))/0x3)+-parseInt(_0xbb7c24(0x289))/0x4+-parseInt(_0xbb7c24(0x2c4))/0x5*(-parseInt(_0xbb7c24(0x232))/0x6)+parseInt(_0xbb7c24(0x2ab))/0x7*(parseInt(_0xbb7c24(0x269))/0x8)+-parseInt(_0xbb7c24(0x273))/0x9*(-parseInt(_0xbb7c24(0x218))/0xa)+-parseInt(_0xbb7c24(0x211))/0xb;if(_0x57ca38===_0x5bcd96)break;else _0x2baf47['push'](_0x2baf47['shift']());}catch(_0x443746){_0x2baf47['push'](_0x2baf47['shift']());}}}(a67_0x2fee,0x70a40));const util=require('util'),PerformanceTester=require(a67_0x7b45f1(0x2c1)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require('./utils'),{getAgentVersion}=require(a67_0x7b45f1(0x20a)),o11yErrorHandler=_0x265ad3=>{const _0x55d394=a67_0x7b45f1,_0x50b457={'JWIBX':function(_0x2ef6cb,_0x6bd4d1){return _0x2ef6cb===_0x6bd4d1;},'SrUDR':function(_0x29a141,_0x490f1f){return _0x29a141(_0x490f1f);},'VPdcb':'wViKq','OrlHP':_0x55d394(0x240),'ewtCf':function(_0x2e9a9c,_0x4faf85){return _0x2e9a9c!==_0x4faf85;},'TzpKj':'zjPqV','JmNxd':function(_0x5ac84c,_0xc80ff0){return _0x5ac84c!==_0xc80ff0;},'KDjnm':_0x55d394(0x20c),'Kfviy':_0x55d394(0x2bd),'Qcgor':function(_0x5c7f34,_0x4a505b){return _0x5c7f34 instanceof _0x4a505b;},'cjOwD':function(_0x1cfc7e,_0x12625a){return _0x1cfc7e!==_0x12625a;},'lilRS':'HQtnq','RLOEQ':function(_0x4a48a1,_0x5327cf){return _0x4a48a1===_0x5327cf;},'OwpLv':_0x55d394(0x1e2),'CUykc':function(_0xb5c515,_0x32bff3,_0x19f246,_0x2020e3){return _0xb5c515(_0x32bff3,_0x19f246,_0x2020e3);}};return function(..._0x558ce7){const _0x4c062d=_0x55d394,_0x4f1379={'MuiHZ':function(_0x52e771,_0x13aa11){const _0x876a2d=a67_0x2b82;return _0x50b457[_0x876a2d(0x254)](_0x52e771,_0x13aa11);}};if(_0x50b457[_0x4c062d(0x205)](_0x50b457[_0x4c062d(0x28f)],_0x50b457[_0x4c062d(0x1ee)])){if(_0x50b457[_0x4c062d(0x205)](_0x10c34f[_0x4c062d(0x286)](this[_0x4c062d(0x1fc)])['length'],0x0)&&_0x457f81[_0x4c062d(0x242)][_0x4c062d(0x24b)])try{this[_0x4c062d(0x1fc)]=_0x126992[_0x4c062d(0x226)](_0x2048ac[_0x4c062d(0x242)][_0x4c062d(0x24b)]);}catch(_0x18cdb3){_0x50b457['SrUDR'](_0x40ed9c,_0x4c062d(0x204)+_0x18cdb3['toString']()),this[_0x4c062d(0x1fc)]={};}return this['userConfig'];}else try{if(_0x50b457['ewtCf'](_0x50b457[_0x4c062d(0x239)],_0x50b457[_0x4c062d(0x239)]))_0x4f1379[_0x4c062d(0x1df)](_0x539534,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0xb39e43[_0x4c062d(0x2a7)]()),this[_0x4c062d(0x1fc)]={};else{let _0x52f07a=_0x265ad3;if(process['env'][_0x4c062d(0x228)]){if(_0x50b457[_0x4c062d(0x1e0)](_0x50b457[_0x4c062d(0x27e)],_0x50b457[_0x4c062d(0x2c6)]))_0x52f07a=PerformanceTester[_0x4c062d(0x22d)]()['timerify'](_0x52f07a);else{const _0x3c79c3=_0x24921b[_0x4c062d(0x226)](_0x19d3aa[_0x4c062d(0x20f)](_0x3c6b5f));return this['recursivelyDeletePIIKeysFromObject'](_0x3c79c3),_0x3c79c3;}}const _0x32686d=_0x52f07a[_0x4c062d(0x25d)](null,arguments);if(_0x50b457[_0x4c062d(0x252)](_0x32686d,Promise)){if(_0x50b457[_0x4c062d(0x202)](_0x50b457[_0x4c062d(0x264)],_0x50b457[_0x4c062d(0x264)]))delete _0x36798b[_0x4b6886];else return _0x32686d['catch'](_0x4c74b0=>processError(_0x4c74b0,_0x265ad3,_0x558ce7));}return _0x32686d;}}catch(_0x1e76e9){if(_0x50b457[_0x4c062d(0x20e)](_0x50b457[_0x4c062d(0x219)],_0x50b457['OwpLv']))_0x50b457[_0x4c062d(0x2c2)](processError,_0x1e76e9,_0x265ad3,_0x558ce7);else return _0x296690;}};},o11yClassErrorHandler=(_0x456508,_0x195191)=>{const _0x25b5fb=a67_0x7b45f1,_0x3906f8={'OlgAI':function(_0x1e3e0e,_0x27616b,_0x1d4a38,_0x5aa934){return _0x1e3e0e(_0x27616b,_0x1d4a38,_0x5aa934);},'GKWRC':function(_0x5b4ea5,_0x15c5cb){return _0x5b4ea5(_0x15c5cb);},'eNyBQ':function(_0x42d52a,_0x5c1175){return _0x42d52a===_0x5c1175;},'YWiPT':_0x25b5fb(0x25e),'xrFXT':_0x25b5fb(0x233),'fCwHN':'kBpmo','hackQ':function(_0x260171,_0x3ffbd8){return _0x260171 instanceof _0x3ffbd8;},'VIECp':function(_0x5a2393,_0xf81869){return _0x5a2393!==_0xf81869;},'rXJjG':_0x25b5fb(0x2b9),'luzVU':_0x25b5fb(0x1f2),'jhEHy':_0x25b5fb(0x1f0),'RfByd':function(_0x390089,_0x3004ab){return _0x390089(_0x3004ab);},'JkUvl':function(_0x1a5b6a,_0x338b8c){return _0x1a5b6a(_0x338b8c);},'ryMAr':_0x25b5fb(0x1e4),'AUbro':function(_0x480735){return _0x480735();},'kyHLa':_0x25b5fb(0x2a3),'jwtPh':_0x25b5fb(0x2be),'sxhnf':_0x25b5fb(0x25f),'DYmzQ':function(_0xc0df6b,_0x593c9a,_0x5da8af,_0x43a3b6,_0x53139c,_0x25822f){return _0xc0df6b(_0x593c9a,_0x5da8af,_0x43a3b6,_0x53139c,_0x25822f);},'MzWef':_0x25b5fb(0x25a),'oYgeg':function(_0x3b05ca,_0xc42153){return _0x3b05ca instanceof _0xc42153;},'iMxNd':'AJCDs','kghQi':function(_0x663e11,_0x4b98c1){return _0x663e11===_0x4b98c1;},'YgEwO':_0x25b5fb(0x203),'AJuub':_0x25b5fb(0x248),'dlNji':_0x25b5fb(0x21f),'ThhpI':function(_0x5f4aef,_0x574878){return _0x5f4aef!==_0x574878;},'NPfGa':_0x25b5fb(0x28a),'IqQVv':function(_0x2f945c,_0x28fd63){return _0x2f945c<_0x28fd63;},'MTedM':'RlhFm'},_0x105a58=_0x456508[_0x25b5fb(0x27a)];if(_0x3906f8[_0x25b5fb(0x1ec)](Object[_0x25b5fb(0x2af)](_0x105a58)['length'],0x2)){if(_0x3906f8[_0x25b5fb(0x259)](_0x3906f8['MTedM'],_0x3906f8[_0x25b5fb(0x28e)]))return _0x456508;else this[_0x25b5fb(0x2b0)]=_0x99d6c7,_0x26701d[_0x25b5fb(0x242)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=_0x204163[_0x25b5fb(0x20f)](this[_0x25b5fb(0x2b0)]);}return Object[_0x25b5fb(0x2af)](_0x105a58)['forEach'](_0x77bc20=>{const _0x5039ae=_0x25b5fb,_0x42c359={'eZflj':function(_0x25064a,_0x260de3){const _0x237b8c=a67_0x2b82;return _0x3906f8[_0x237b8c(0x2b8)](_0x25064a,_0x260de3);},'PWFCh':function(_0x3d229e,_0xaf26bd){const _0x299a56=a67_0x2b82;return _0x3906f8[_0x299a56(0x292)](_0x3d229e,_0xaf26bd);},'nhdJf':function(_0x52fb67,_0x13c0f2){return _0x3906f8['JkUvl'](_0x52fb67,_0x13c0f2);},'CxZPH':_0x3906f8[_0x5039ae(0x285)],'NtWty':function(_0x526c3a){return _0x3906f8['AUbro'](_0x526c3a);},'rQkLx':_0x3906f8[_0x5039ae(0x212)],'FEjSO':_0x3906f8[_0x5039ae(0x29d)],'YBtTd':_0x3906f8[_0x5039ae(0x253)],'XxgCN':function(_0x74a49a,_0x5d45ef,_0x203de2,_0x4edb40,_0x5de88b,_0x4a79d5){const _0x2b1ecd=_0x5039ae;return _0x3906f8[_0x2b1ecd(0x267)](_0x74a49a,_0x5d45ef,_0x203de2,_0x4edb40,_0x5de88b,_0x4a79d5);},'gOgOA':_0x3906f8[_0x5039ae(0x276)],'uMDIS':function(_0x5ec419,_0x68ab42){const _0x3d31e8=_0x5039ae;return _0x3906f8[_0x3d31e8(0x216)](_0x5ec419,_0x68ab42);}};if(_0x3906f8['eNyBQ'](_0x3906f8[_0x5039ae(0x209)],_0x3906f8[_0x5039ae(0x209)])){if(!(_0x195191&&_0x195191[_0x5039ae(0x282)](_0x77bc20))){if(_0x3906f8[_0x5039ae(0x259)](_0x3906f8[_0x5039ae(0x2c9)],_0x3906f8['YgEwO']))return;else this[_0x5039ae(0x1fc)]=_0x585338[_0x5039ae(0x226)](_0x4ee74e[_0x5039ae(0x242)][_0x5039ae(0x24b)]);}const _0x4c7419=_0x105a58[_0x77bc20];if(_0x3906f8[_0x5039ae(0x259)](typeof _0x4c7419,_0x3906f8['AJuub'])&&_0x3906f8['VIECp'](_0x77bc20,_0x3906f8[_0x5039ae(0x280)])){if(_0x3906f8[_0x5039ae(0x27f)](_0x3906f8['NPfGa'],_0x3906f8['NPfGa'])){const _0x48542e={'KxZFj':function(_0x1f7061,_0x61b930){return _0x42c359['PWFCh'](_0x1f7061,_0x61b930);}};this['getCredentials']();if(!this[_0x5039ae(0x217)])return _0x42c359[_0x5039ae(0x21d)](_0x4fec0f,_0x42c359[_0x5039ae(0x279)]);this[_0x5039ae(0x243)](),this[_0x5039ae(0x2a6)]();const _0x1066e5={'hashed_id':_0x1a987c['env'][_0x5039ae(0x244)],'observability_version':{'sdkVersion':_0x42c359[_0x5039ae(0x235)](_0x1f8907),'frameworkName':this[_0x5039ae(0x2b0)][_0x5039ae(0x1f9)],'frameworkVersion':this['frameworkDetails'][_0x5039ae(0x2a8)]},'exception':{'error':_0x2fb2ed[_0x5039ae(0x2a7)](),'stackTrace':_0x469555},'config':this[_0x5039ae(0x1fc)]},_0x194ac8=_0x42c359[_0x5039ae(0x227)],_0x2b1929={};_0x2b1929[_0x5039ae(0x251)]=this[_0x5039ae(0x217)][_0x5039ae(0x251)],_0x2b1929['password']=this[_0x5039ae(0x217)]['accessKey'];const _0x36de63={};_0x36de63[_0x5039ae(0x25b)]=_0x42c359[_0x5039ae(0x249)],_0x36de63[_0x5039ae(0x272)]=_0x42c359[_0x5039ae(0x295)];const _0x113888={};_0x113888[_0x5039ae(0x2b6)]=_0x2b1929,_0x113888[_0x5039ae(0x2ba)]=_0x36de63;const _0x5d0b0b=_0x113888;_0x42c359[_0x5039ae(0x27c)](_0x445963,_0x42c359[_0x5039ae(0x21c)],_0x194ac8,_0x1066e5,_0x5d0b0b,![])[_0x5039ae(0x283)](_0x26cc9b=>{const _0x18f6ba=_0x5039ae;_0x42c359[_0x18f6ba(0x2c8)](_0x505a6a,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x3c68f5[_0x18f6ba(0x20f)](_0x26cc9b));})['catch'](_0x45d364=>{const _0x5c3fec=_0x5039ae;_0x48542e[_0x5c3fec(0x23b)](_0x2d2acd,_0x5c3fec(0x2cb)+_0x45d364);});}else Object['defineProperty'](_0x105a58,_0x77bc20,{'writable':!![],'value':function(..._0x2af1a9){const _0x1d815c=_0x5039ae,_0x3e3318={'jaHNT':function(_0x7340d5,_0x34d73f,_0x3d1c24,_0x2c4478){const _0x104dbb=a67_0x2b82;return _0x3906f8[_0x104dbb(0x246)](_0x7340d5,_0x34d73f,_0x3d1c24,_0x2c4478);},'ddupq':function(_0x56246f,_0x2c0b4e){const _0x510e3d=a67_0x2b82;return _0x3906f8[_0x510e3d(0x2b8)](_0x56246f,_0x2c0b4e);}};if(_0x3906f8[_0x1d815c(0x213)](_0x3906f8[_0x1d815c(0x28d)],_0x3906f8[_0x1d815c(0x229)]))this[_0x1d815c(0x2b0)]=_0x1f0e88[_0x1d815c(0x226)](_0x4cead8[_0x1d815c(0x242)][_0x1d815c(0x2a2)]);else try{if(_0x3906f8[_0x1d815c(0x213)](_0x3906f8[_0x1d815c(0x29a)],_0x3906f8[_0x1d815c(0x29a)])){const _0x44ce02=(process[_0x1d815c(0x242)][_0x1d815c(0x228)]?PerformanceTester[_0x1d815c(0x22d)]()[_0x1d815c(0x221)](_0x4c7419):_0x4c7419)[_0x1d815c(0x250)](this,..._0x2af1a9);if(_0x3906f8[_0x1d815c(0x268)](_0x44ce02,Promise)){if(_0x3906f8[_0x1d815c(0x266)](_0x3906f8[_0x1d815c(0x2b1)],_0x3906f8[_0x1d815c(0x247)]))return _0x44ce02['catch'](_0x513a23=>processError(_0x513a23,_0x4c7419,_0x2af1a9));else _0x3e3318[_0x1d815c(0x237)](_0xad347d,_0x159691,_0x55883a,_0x473915);}return _0x44ce02;}else _0x3e3318[_0x1d815c(0x1f7)](_0x1caba6,_0x1d815c(0x261)+_0x244c9c[_0x1d815c(0x2a7)]());}catch(_0x16d839){if(_0x3906f8[_0x1d815c(0x213)](_0x3906f8[_0x1d815c(0x2c5)],_0x3906f8['jhEHy']))_0x3906f8[_0x1d815c(0x246)](processError,_0x16d839,_0x4c7419,_0x2af1a9);else{let _0x1f9f0b=_0x296299;_0x29ce2d[_0x1d815c(0x242)][_0x1d815c(0x228)]&&(_0x1f9f0b=_0x323155[_0x1d815c(0x22d)]()[_0x1d815c(0x221)](_0x1f9f0b));const _0x42e011=_0x1f9f0b['apply'](null,arguments);if(_0x42c359['uMDIS'](_0x42e011,_0x496f52))return _0x42e011[_0x1d815c(0x1e5)](_0x38e3d5=>_0x1ac4d1(_0x38e3d5,_0x46311b,_0x53eeec));return _0x42e011;}}}});}}else this[_0x5039ae(0x217)]=_0x57f5d3[_0x5039ae(0x226)](_0x3f2535['env'][_0x5039ae(0x24a)]);}),_0x456508;};function processError(_0x367251,_0x1c31d9,_0x2aa2f4){const _0x2a093f=a67_0x7b45f1,_0x3665f7={'NGVkj':function(_0x470189,_0x3bb282){return _0x470189(_0x3bb282);},'ZKXrn':_0x2a093f(0x1e4),'MHvIz':function(_0x38b945,_0x25564c){return _0x38b945(_0x25564c);},'fKolq':function(_0x2aadce,_0x4cbab7){return _0x2aadce===_0x4cbab7;},'piEeo':_0x2a093f(0x1f6),'eYyRR':_0x2a093f(0x23a),'bXDYh':function(_0x42c4e8,_0x164b11){return _0x42c4e8!==_0x164b11;},'GqOiI':'JCwVj','RQTdQ':_0x2a093f(0x22a)};_0x3665f7[_0x2a093f(0x1fb)](debug,_0x2a093f(0x23c)+_0x1c31d9[_0x2a093f(0x2aa)]+_0x2a093f(0x28b)+_0x2aa2f4+':\x20'+_0x367251),PerformanceTester[_0x2a093f(0x281)](_0x367251);let _0x2253db;try{if(_0x3665f7[_0x2a093f(0x1e7)](_0x3665f7[_0x2a093f(0x223)],_0x3665f7[_0x2a093f(0x26d)]))return _0x3665f7[_0x2a093f(0x2c7)](_0x43c1c6,_0x3665f7[_0x2a093f(0x275)]);else _0x2253db=JSON[_0x2a093f(0x20f)](_0x2aa2f4);}catch(_0x3dbd18){if(_0x3665f7[_0x2a093f(0x1f8)](_0x3665f7['GqOiI'],_0x3665f7[_0x2a093f(0x263)])){const _0x10f510={};_0x10f510[_0x2a093f(0x29f)]=0x2,_0x2253db=util['inspect'](_0x2aa2f4,_0x10f510);}else return;}CrashReporter[_0x2a093f(0x1ff)](_0x2a093f(0x23c)+_0x1c31d9['name']+_0x2a093f(0x28b)+_0x2253db+_0x2a093f(0x1f3)+_0x367251,_0x367251&&_0x367251[_0x2a093f(0x245)]);}class CrashReporter{static ['userConfig']={};static [a67_0x7b45f1(0x217)];static [a67_0x7b45f1(0x2b0)]={};static[a67_0x7b45f1(0x2ad)](_0x215cef,_0x181b2c,_0x12fb2f=null){const _0x14a3bf=a67_0x7b45f1,_0x580235={'Ncols':function(_0x1875ef,_0x3f5b00){return _0x1875ef!==_0x3f5b00;},'yTxBd':_0x14a3bf(0x24c),'gHlcP':function(_0x540674,_0x234e8b){return _0x540674(_0x234e8b);},'Fmqio':function(_0x5de761,_0x3a1548){return _0x5de761===_0x3a1548;},'AyWsX':_0x14a3bf(0x2b2),'BLfcC':_0x14a3bf(0x296)},_0x3f5926=_0x215cef['frameworkName'],_0x11c62c=_0x215cef[_0x14a3bf(0x2a8)];if(!_0x12fb2f){if(_0x580235[_0x14a3bf(0x23e)](_0x580235[_0x14a3bf(0x257)],_0x580235[_0x14a3bf(0x257)]))return _0x110595[_0x14a3bf(0x1e5)](_0x3833e6=>_0x4deac6(_0x3833e6,_0x22034d,_0x18ccd1));else _0x12fb2f=_0x580235[_0x14a3bf(0x210)](getBrowserStackConfig,_0x3f5926);}if(!_0x11c62c){if(_0x580235[_0x14a3bf(0x2a0)](_0x580235[_0x14a3bf(0x255)],_0x580235[_0x14a3bf(0x21a)]))return;else _0x580235[_0x14a3bf(0x210)](getFrameworkVersion,_0x3f5926);}const _0x2e0ef3={};_0x2e0ef3[_0x14a3bf(0x1f9)]=_0x3f5926,_0x2e0ef3[_0x14a3bf(0x2a8)]=_0x11c62c,this['setAllDetails'](_0x2e0ef3,_0x181b2c,_0x580235[_0x14a3bf(0x210)](getUserCredentials,_0x12fb2f));}static[a67_0x7b45f1(0x26a)](_0x5418ea,_0x9ede5d){const _0x4fb9f8=a67_0x7b45f1,_0x9ddad2={};_0x9ddad2['username']=_0x5418ea,_0x9ddad2[_0x4fb9f8(0x291)]=_0x9ede5d,this[_0x4fb9f8(0x217)]=_0x9ddad2,process[_0x4fb9f8(0x242)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x4fb9f8(0x20f)](this[_0x4fb9f8(0x217)]);}static[a67_0x7b45f1(0x215)](){const _0x1c0437=a67_0x7b45f1,_0x49516f={'LECpi':function(_0x3072cb,_0x1c72c6){return _0x3072cb(_0x1c72c6);},'LzduT':function(_0x236438,_0x586cb1,_0xabe801,_0x2ca5ee){return _0x236438(_0x586cb1,_0xabe801,_0x2ca5ee);},'AoAHs':function(_0x59867f,_0x44fef7){return _0x59867f!==_0x44fef7;},'zIdqm':_0x1c0437(0x270),'ueBtG':function(_0x339410,_0x46a4ea){return _0x339410===_0x46a4ea;},'dEkbj':_0x1c0437(0x23d),'hxqrw':'NuugM','eZztM':function(_0x3a200b,_0xe4bbba){return _0x3a200b!==_0xe4bbba;},'pPWbt':_0x1c0437(0x26b),'rZCsm':_0x1c0437(0x1e8)};if(!this[_0x1c0437(0x217)]&&process['env']['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x49516f[_0x1c0437(0x2ac)](_0x49516f[_0x1c0437(0x222)],_0x49516f[_0x1c0437(0x222)])){if(!this[_0x1c0437(0x217)]&&_0x3f9342['env'][_0x1c0437(0x24a)])try{this[_0x1c0437(0x217)]=_0x5a7e07['parse'](_0x174cd1[_0x1c0437(0x242)][_0x1c0437(0x24a)]);}catch(_0x420fd2){_0x49516f[_0x1c0437(0x260)](_0x102c55,_0x1c0437(0x261)+_0x420fd2[_0x1c0437(0x2a7)]());}return this['credentials'];}else try{_0x49516f[_0x1c0437(0x299)](_0x49516f['dEkbj'],_0x49516f[_0x1c0437(0x262)])?_0x49516f[_0x1c0437(0x260)](_0x23b349,_0x1c0437(0x261)+_0x3ad694[_0x1c0437(0x2a7)]()):this[_0x1c0437(0x217)]=JSON['parse'](process[_0x1c0437(0x242)][_0x1c0437(0x24a)]);}catch(_0x4073ad){_0x49516f['eZztM'](_0x49516f[_0x1c0437(0x278)],_0x49516f[_0x1c0437(0x230)])?_0x49516f[_0x1c0437(0x260)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x4073ad[_0x1c0437(0x2a7)]()):_0x49516f[_0x1c0437(0x265)](_0x38b960,_0x56c084,_0x3a25c8,_0x45d160);}}return this[_0x1c0437(0x217)];}static[a67_0x7b45f1(0x2c0)](_0x412c6a){const _0x37c550=a67_0x7b45f1;this[_0x37c550(0x1fc)]=this[_0x37c550(0x256)](_0x412c6a),process[_0x37c550(0x242)][_0x37c550(0x24b)]=JSON[_0x37c550(0x20f)](this[_0x37c550(0x1fc)]);}static[a67_0x7b45f1(0x243)](){const _0xb90077=a67_0x7b45f1,_0x41e430={'Tpaaa':function(_0x30460c,_0x2ddd22){return _0x30460c(_0x2ddd22);},'uXRcI':function(_0x6c9d48,_0x314aea){return _0x6c9d48(_0x314aea);},'jDxZd':function(_0x47062f,_0x5e4b65){return _0x47062f===_0x5e4b65;},'eQqua':function(_0x4258b7,_0x54eded){return _0x4258b7!==_0x54eded;},'HAMYn':_0xb90077(0x21e),'XiVKv':_0xb90077(0x234),'LqOjC':function(_0x2c398e,_0x405550){return _0x2c398e!==_0x405550;},'UQgfK':_0xb90077(0x1ed),'CuTXB':_0xb90077(0x2ca),'tjRog':_0xb90077(0x1fe),'WbSqV':'YlaEL','AmtiT':function(_0x668acc,_0x33e1ee){return _0x668acc(_0x33e1ee);}};if(_0x41e430['jDxZd'](Object['keys'](this[_0xb90077(0x1fc)])[_0xb90077(0x2b5)],0x0)&&process[_0xb90077(0x242)]['USER_CONFIG_FOR_REPORTING']){if(_0x41e430['eQqua'](_0x41e430[_0xb90077(0x26f)],_0x41e430[_0xb90077(0x2a1)]))try{if(_0x41e430[_0xb90077(0x214)](_0x41e430['UQgfK'],_0x41e430[_0xb90077(0x1eb)]))this[_0xb90077(0x1fc)]=JSON[_0xb90077(0x226)](process[_0xb90077(0x242)][_0xb90077(0x24b)]);else return _0x3a6a3c[_0xb90077(0x1e5)](_0xf112d4=>_0x2bda5c(_0xf112d4,_0x2da375,_0x296000));}catch(_0x141356){if(_0x41e430[_0xb90077(0x2b7)](_0x41e430[_0xb90077(0x2b3)],_0x41e430['WbSqV']))_0x41e430['AmtiT'](debug,_0xb90077(0x204)+_0x141356[_0xb90077(0x2a7)]()),this['userConfig']={};else try{this[_0xb90077(0x2b0)]=_0x280fa1[_0xb90077(0x226)](_0x3822f9['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x2e958a){_0x41e430[_0xb90077(0x2bc)](_0x12d954,_0xb90077(0x261)+_0x2e958a[_0xb90077(0x2a7)]());}}else{const _0x23c420=_0x47ff46[_0xb90077(0x1f9)],_0x35e6ac=_0x32b742[_0xb90077(0x2a8)];!_0x2db597&&(_0x2d4186=_0x41e430[_0xb90077(0x29c)](_0x43ca74,_0x23c420));!_0x35e6ac&&_0x41e430[_0xb90077(0x29c)](_0x5e0128,_0x23c420);const _0x23c2a4={};_0x23c2a4[_0xb90077(0x1f9)]=_0x23c420,_0x23c2a4[_0xb90077(0x2a8)]=_0x35e6ac,this['setAllDetails'](_0x23c2a4,_0x368f0f,_0x41e430[_0xb90077(0x29c)](_0x48dccc,_0x5e9e39));}}return this['userConfig'];}static[a67_0x7b45f1(0x2b4)](_0x1efc82){const _0x337c2c=a67_0x7b45f1;this[_0x337c2c(0x2b0)]=_0x1efc82,process[_0x337c2c(0x242)][_0x337c2c(0x2a2)]=JSON[_0x337c2c(0x20f)](this[_0x337c2c(0x2b0)]);}static['getFramework'](){const _0x44909=a67_0x7b45f1,_0x2e003f={'ZwAPd':function(_0x551439,_0x2788f3){return _0x551439===_0x2788f3;},'pnfJR':function(_0x5a635b,_0x317b0b){return _0x5a635b!==_0x317b0b;},'MontU':_0x44909(0x1f4),'fOGOe':_0x44909(0x1e3),'cKOXn':_0x44909(0x274),'VFJrf':'msScY','NdFsx':function(_0x172c15,_0x1c0065){return _0x172c15(_0x1c0065);}};if(_0x2e003f[_0x44909(0x284)](Object[_0x44909(0x286)](this['frameworkDetails'])[_0x44909(0x2b5)],0x0)&&process['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x2e003f['pnfJR'](_0x2e003f[_0x44909(0x258)],_0x2e003f[_0x44909(0x290)]))try{_0x2e003f['pnfJR'](_0x2e003f[_0x44909(0x1f1)],_0x2e003f[_0x44909(0x1f1)])?_0x5002b6=_0xc36293[_0x44909(0x22d)]()[_0x44909(0x221)](_0x35062c):this['frameworkDetails']=JSON[_0x44909(0x226)](process[_0x44909(0x242)][_0x44909(0x2a2)]);}catch(_0x118340){_0x2e003f[_0x44909(0x271)](_0x2e003f[_0x44909(0x22c)],_0x2e003f[_0x44909(0x22c)])?_0x4d591c=_0x130b3e[_0x44909(0x20f)](_0x313511):_0x2e003f['NdFsx'](debug,_0x44909(0x261)+_0x118340['toString']());}else{const _0x48d2a1={};_0x48d2a1[_0x44909(0x251)]=_0x6bac38,_0x48d2a1[_0x44909(0x291)]=_0x34843f,this[_0x44909(0x217)]=_0x48d2a1,_0x4f1036[_0x44909(0x242)][_0x44909(0x24a)]=_0x4bed4f[_0x44909(0x20f)](this[_0x44909(0x217)]);}}return this['frameworkDetails'];}static[a67_0x7b45f1(0x238)](_0x242f73,_0x41449e,_0x411c43){const _0x28ea7c=a67_0x7b45f1;_0x242f73&&this['setFrameworkDetails'](_0x242f73),_0x41449e&&this[_0x28ea7c(0x2c0)](_0x41449e),_0x411c43&&this[_0x28ea7c(0x26a)](_0x411c43['username'],_0x411c43[_0x28ea7c(0x291)]);}static async[a67_0x7b45f1(0x1ff)](_0x54db68,_0x531d8f){const _0x3bfe31=a67_0x7b45f1,_0x166c36={'MjKFT':function(_0x31ed30,_0x458c9a){return _0x31ed30===_0x458c9a;},'Xoxab':function(_0x492257,_0x11f56f){return _0x492257(_0x11f56f);},'sVSeq':function(_0x295cd7,_0x2c4b5f){return _0x295cd7===_0x2c4b5f;},'uRRtB':_0x3bfe31(0x29e),'ufNaS':function(_0x235118,_0x18df82){return _0x235118!==_0x18df82;},'elhqa':_0x3bfe31(0x1e9),'bkaPR':_0x3bfe31(0x27d),'dqAyl':function(_0x4ad053,_0x4ce34b){return _0x4ad053===_0x4ce34b;},'PpLsi':_0x3bfe31(0x293),'GkMgB':function(_0x1ce77f,_0x43d597){return _0x1ce77f(_0x43d597);},'fIabj':_0x3bfe31(0x2ae),'iKczB':_0x3bfe31(0x21b),'IXWwe':_0x3bfe31(0x1e4),'kHpPE':function(_0x5a1719){return _0x5a1719();},'hVEkm':_0x3bfe31(0x2a3),'NvkMe':'application/json','iGFhj':_0x3bfe31(0x25f),'jQEQF':function(_0x5aa612,_0x1bdc53,_0x2bd878,_0x344858,_0x729328,_0x41babb){return _0x5aa612(_0x1bdc53,_0x2bd878,_0x344858,_0x729328,_0x41babb);},'uZvdY':_0x3bfe31(0x25a)};this[_0x3bfe31(0x215)]();if(!this[_0x3bfe31(0x217)]){if(_0x166c36[_0x3bfe31(0x220)](_0x166c36[_0x3bfe31(0x1fa)],_0x166c36[_0x3bfe31(0x2a9)]))return _0x166c36['GkMgB'](debug,_0x166c36[_0x3bfe31(0x25c)]);else{if(_0x166c36[_0x3bfe31(0x26e)](_0xecd88a[_0x3bfe31(0x286)](this[_0x3bfe31(0x2b0)])['length'],0x0)&&_0x1e5f22[_0x3bfe31(0x242)][_0x3bfe31(0x2a2)])try{this[_0x3bfe31(0x2b0)]=_0x5cb330[_0x3bfe31(0x226)](_0x2d5951[_0x3bfe31(0x242)][_0x3bfe31(0x2a2)]);}catch(_0x547b9e){_0x166c36['Xoxab'](_0x4f7c5c,_0x3bfe31(0x261)+_0x547b9e['toString']());}return this['frameworkDetails'];}}this[_0x3bfe31(0x243)](),this[_0x3bfe31(0x2a6)]();const _0x4c1332={'hashed_id':process[_0x3bfe31(0x242)][_0x3bfe31(0x244)],'observability_version':{'sdkVersion':_0x166c36[_0x3bfe31(0x1e6)](getAgentVersion),'frameworkName':this[_0x3bfe31(0x2b0)][_0x3bfe31(0x1f9)],'frameworkVersion':this[_0x3bfe31(0x2b0)][_0x3bfe31(0x2a8)]},'exception':{'error':_0x54db68[_0x3bfe31(0x2a7)](),'stackTrace':_0x531d8f},'config':this[_0x3bfe31(0x1fc)]},_0x4d2d2d=_0x166c36[_0x3bfe31(0x200)],_0x368c85={};_0x368c85[_0x3bfe31(0x251)]=this[_0x3bfe31(0x217)][_0x3bfe31(0x251)],_0x368c85[_0x3bfe31(0x201)]=this[_0x3bfe31(0x217)]['accessKey'];const _0xdd91cd={};_0xdd91cd[_0x3bfe31(0x25b)]=_0x166c36['NvkMe'],_0xdd91cd[_0x3bfe31(0x272)]=_0x166c36[_0x3bfe31(0x224)];const _0x1a5f47={};_0x1a5f47[_0x3bfe31(0x2b6)]=_0x368c85,_0x1a5f47[_0x3bfe31(0x2ba)]=_0xdd91cd;const _0x7804b3=_0x1a5f47;_0x166c36['jQEQF'](nodeRequest,_0x166c36[_0x3bfe31(0x2bf)],_0x4d2d2d,_0x4c1332,_0x7804b3,![])['then'](_0x186de3=>{const _0x408f36=_0x3bfe31;if(_0x166c36[_0x408f36(0x220)](_0x166c36[_0x408f36(0x236)],_0x166c36[_0x408f36(0x29b)]))_0x166c36[_0x408f36(0x2a4)](debug,_0x408f36(0x207)+JSON['stringify'](_0x186de3));else{if(_0x14a250[_0x408f36(0x282)](_0xf8670d[_0x408f36(0x1ea)]()))delete _0x51114c[_0x5ad128];else _0x166c36[_0x408f36(0x1ef)](typeof _0x3b63e9[_0x4da2de],_0x166c36[_0x408f36(0x24e)])&&this[_0x408f36(0x28c)](_0x364a7[_0x10905e]);}})[_0x3bfe31(0x1e5)](_0x31f488=>{const _0x2fe4c9=_0x3bfe31;_0x166c36[_0x2fe4c9(0x1de)](_0x166c36[_0x2fe4c9(0x20d)],_0x166c36['PpLsi'])?_0x166c36[_0x2fe4c9(0x225)](debug,_0x2fe4c9(0x2cb)+_0x31f488):(_0xe16ccb&&this[_0x2fe4c9(0x2b4)](_0x278f74),_0x2e42b1&&this[_0x2fe4c9(0x2c0)](_0x5c3dcc),_0x498e5&&this[_0x2fe4c9(0x26a)](_0x26a195[_0x2fe4c9(0x251)],_0x2b97ac[_0x2fe4c9(0x291)]));});}static[a67_0x7b45f1(0x28c)](_0x160994){const _0x1b27fc=a67_0x7b45f1,_0x4cac6f={'fSsUk':function(_0x3b95d6,_0x12006e){return _0x3b95d6(_0x12006e);},'vmApx':function(_0x57da92,_0x239521){return _0x57da92===_0x239521;},'LJePQ':'AoGmd','medAz':_0x1b27fc(0x287),'rflIp':_0x1b27fc(0x251),'XfMfy':_0x1b27fc(0x26c),'OpSod':'accessKey','pIOYY':_0x1b27fc(0x201),'soYun':'LEUVg','fLlFD':function(_0x4db940,_0x3cee61){return _0x4db940===_0x3cee61;},'nwYxo':_0x1b27fc(0x23f),'YEEsB':_0x1b27fc(0x241),'QUjjM':'object','DmdKE':function(_0xec235d,_0x176f0b){return _0xec235d!==_0x176f0b;},'zKODb':_0x1b27fc(0x2c3)};if(!_0x160994){if(_0x4cac6f[_0x1b27fc(0x297)](_0x4cac6f[_0x1b27fc(0x24d)],_0x4cac6f[_0x1b27fc(0x24d)]))return;else _0x4cac6f[_0x1b27fc(0x298)](_0x48fb5f,_0x1b27fc(0x207)+_0x15086b[_0x1b27fc(0x20f)](_0x16714b));}const _0x2c8abf=[_0x4cac6f['medAz'],_0x4cac6f[_0x1b27fc(0x27b)],_0x4cac6f[_0x1b27fc(0x231)],_0x4cac6f[_0x1b27fc(0x288)],_0x4cac6f[_0x1b27fc(0x2a5)]];for(const _0x865d88 in _0x160994){if(_0x4cac6f[_0x1b27fc(0x297)](_0x4cac6f[_0x1b27fc(0x1e1)],_0x4cac6f['soYun'])){if(_0x2c8abf[_0x1b27fc(0x282)](_0x865d88['toLowerCase']())){if(_0x4cac6f[_0x1b27fc(0x22e)](_0x4cac6f[_0x1b27fc(0x294)],_0x4cac6f[_0x1b27fc(0x22b)]))try{this[_0x1b27fc(0x217)]=_0x15d76c[_0x1b27fc(0x226)](_0x186a98[_0x1b27fc(0x242)][_0x1b27fc(0x24a)]);}catch(_0x4cdca5){_0x4cac6f[_0x1b27fc(0x298)](_0x53a96d,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x4cdca5[_0x1b27fc(0x2a7)]());}else delete _0x160994[_0x865d88];}else _0x4cac6f[_0x1b27fc(0x22e)](typeof _0x160994[_0x865d88],_0x4cac6f[_0x1b27fc(0x20b)])&&(_0x4cac6f[_0x1b27fc(0x206)](_0x4cac6f[_0x1b27fc(0x208)],_0x4cac6f[_0x1b27fc(0x208)])?_0x5b813e=_0x4cac6f['fSsUk'](_0x59f972,_0xda5391):this[_0x1b27fc(0x28c)](_0x160994[_0x865d88]));}else this['recursivelyDeletePIIKeysFromObject'](_0x50d4d8[_0x514e75]);}}static[a67_0x7b45f1(0x256)](_0x57710d){const _0x30304a=a67_0x7b45f1,_0x2bd967=JSON[_0x30304a(0x226)](JSON[_0x30304a(0x20f)](_0x57710d));return this[_0x30304a(0x28c)](_0x2bd967),_0x2bd967;}}function a67_0x2b82(_0x14e190,_0x52f4ce){const _0x2fee75=a67_0x2fee();return a67_0x2b82=function(_0x2b827a,_0x4d9683){_0x2b827a=_0x2b827a-0x1dd;let _0x5dba43=_0x2fee75[_0x2b827a];return _0x5dba43;},a67_0x2b82(_0x14e190,_0x52f4ce);}function a67_0x2fee(){const _0xf524dd=['6PcAPJX','Tpaaa','EKLry','application/json','uZvdY','setConfigDetails','../performance-tester','CUykc','wfMha','1655GtSpEz','jhEHy','Kfviy','NGVkj','eZflj','YgEwO','XJWDo','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','20109QmJBHj','dqAyl','MuiHZ','JmNxd','soYun','yPgrH','PdJUp','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','catch','kHpPE','fKolq','mrVBk','pCByY','toLowerCase','CuTXB','IqQVv','dAxqA','OrlHP','sVSeq','xYvOD','cKOXn','NezPs','\x20:\x20','iFSuc','o11yErrorHandler','QHZIF','ddupq','bXDYh','frameworkName','fIabj','MHvIz','userConfig','CrashReporter','FWfuU','uploadCrashReport','hVEkm','password','cjOwD','rdqMp','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','JWIBX','DmdKE','[Crash_Report_Upload]\x20Success\x20response:\x20','zKODb','iMxNd','../helper','QUjjM','AcLQN','PpLsi','RLOEQ','stringify','gHlcP','11525184QOlfBW','kyHLa','eNyBQ','LqOjC','getCredentials','oYgeg','credentials','10tRGyFJ','OwpLv','BLfcC','AHpSK','gOgOA','nhdJf','qHUSJ','constructor','ufNaS','timerify','zIdqm','piEeo','iGFhj','GkMgB','parse','rQkLx','BROWSERSTACK_O11Y_PERF_MEASUREMENT','xrFXT','TenEa','YEEsB','VFJrf','getPerformance','fLlFD','exports','rZCsm','XfMfy','10194tJGXQU','lrISN','hWzgK','NtWty','elhqa','jaHNT','setAllDetails','TzpKj','Sgbcy','KxZFj','Error\x20in\x20executing\x20','MrHwi','Ncols','jSwQc','HrEaS','peesw','env','getConfig','BS_TESTOPS_BUILD_HASHED_ID','stack','OlgAI','luzVU','function','FEjSO','CREDENTIALS_FOR_CRASH_REPORTING','USER_CONFIG_FOR_REPORTING','BexBl','LJePQ','uRRtB','497788VKRQUS','call','username','Qcgor','sxhnf','SrUDR','AyWsX','filterPII','yTxBd','MontU','kghQi','POST','Content-Type','IXWwe','apply','PVmih','true','LECpi','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','hxqrw','RQTdQ','lilRS','LzduT','VIECp','DYmzQ','hackQ','11984SeuKZs','setCredentials','ZKQuO','key','eYyRR','MjKFT','HAMYn','Ufdyw','pnfJR','X-BSTACK-TESTOPS','7470018OLvXKx','yRheH','ZKXrn','MzWef','o11yClassErrorHandler','pPWbt','CxZPH','prototype','rflIp','XxgCN','DcxNk','KDjnm','ThhpI','dlNji','captureError','includes','then','ZwAPd','ryMAr','keys','user','OpSod','3139456FlpdxF','giJSU','\x20with\x20args\x20','recursivelyDeletePIIKeysFromObject','YWiPT','MTedM','VPdcb','fOGOe','accessKey','RfByd','ymqwM','nwYxo','YBtTd','aBXFX','vmApx','fSsUk','ueBtG','fCwHN','bkaPR','uXRcI','jwtPh','object','depth','Fmqio','XiVKv','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','/api/v1/analytics','Xoxab','pIOYY','getFramework','toString','frameworkVersion','iKczB','name','1981fZYyWE','AoAHs','initialize','GZTtA','getOwnPropertyNames','frameworkDetails','rXJjG','ZHjDu','tjRog','setFrameworkDetails','length','auth','eQqua','GKWRC','DOLQp','headers'];a67_0x2fee=function(){return _0xf524dd;};return a67_0x2fee();}const a67_0x3ec953={};a67_0x3ec953[a67_0x7b45f1(0x1f5)]=o11yErrorHandler,a67_0x3ec953[a67_0x7b45f1(0x277)]=o11yClassErrorHandler,a67_0x3ec953[a67_0x7b45f1(0x1fd)]=CrashReporter,module[a67_0x7b45f1(0x22f)]=a67_0x3ec953;
|
|
@@ -1 +1 @@
|
|
|
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();}
|
|
1
|
+
const a68_0x47c81b=a68_0x269d;function a68_0x449d(){const _0x16a3e3=['TestRunSkipped','aFunn','Cecps','bzhDw','MFRLy','LEHIb','pNFsu','dSEtl','RQsfz','started','ISjEf','Owrol','api/v1/screenshots','xspbF','VFeif','response','wlJPB','push','TestRunFinished','JtpdC','data','fsaCo','queue','BOeqp','5|3|0|4|2|1','WrCBF','removeEventBatchPolling','mdDYg','POST','FvlMj','tQRDn','LuRPx','twntX','lufcU','Shutdown-Queue','slice','WGUUr','oMJRK','HookRunFinished','rmLSf','HemNv','IFEeR','psnYN','NBhDC','yuGeJ','getInstance','event_type','\x20event\x20successful!','TEST_SCREENSHOT','Interval-Queue','AHEpp','imVmP','gNbuq','42VhjMJJ','voyzO','gFlOd','cHzLH','rNgDA','fQzuh','unBJQ','pendingUploads','REMOVING','aHItt','GvfHg','LPJKR','YBaPH','487632nZhuLZ','JNSdA','startEventBatchPolling','LogCreated','ULzVm','zzvYN','split','IydPU','dJSZR','splice','batchAndPostEvents','eventUrl','95505fogtIX','135150kSXziH','JWSnJ','JvMjq','RRyrr','shutdown','error','329pMXNvZ','QYogU','message','proceedWithUrl','RESETTING','TOqRl','TestRunStarted','BasJb','max','INRgn','FFBdA','LJkdT','WFDeA','sbjYg','add','SjXpx','shouldProceed','VVLWW','util','MRicJ','OoNCr','UZIZW','WYdbq','CBTSessionCreated','RcKqW','GbYty','stringify','bKZIj','VsUfJ','./utils','LkcNF','instance','XLEeh','exports','TjvCR','resetEventBatchPolling','tbjNc','statusText','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','qhZqp','LZDCi','kind','ZXpWF','owxyz','PIWEj','tvUve','ifpYm','CgOyk','EIiDQ','length','YMqMJ','IuzDM','15510870HYNQdj','IsdJS','status','AwoPd','start','SeDrJ','EXCEPTION\x20IN\x20','includes','HookRunStarted','237446LvRqxY','screenshotEventUrl','YWEJa','LPjtb','pollEventBatchInterval','JwwiQ','proceedWithData','JxbdI','BErAC','PkwmE','EasSB','logs','tjFXA','GSPVD','BATCH_EVENT_TYPES','5958558HXutNJ','153651FvsYNt','ovGZS','RssqR','api/v1/batch','4XCEdfW','uploadPending'];a68_0x449d=function(){return _0x16a3e3;};return a68_0x449d();}(function(_0x114feb,_0x1da4a0){const _0x2f2ecb=a68_0x269d,_0x1ae748=_0x114feb();while(!![]){try{const _0x533ba0=-parseInt(_0x2f2ecb(0x12a))/0x1+-parseInt(_0x2f2ecb(0x175))/0x2*(-parseInt(_0x2f2ecb(0x13a))/0x3)+parseInt(_0x2f2ecb(0x13e))/0x4*(-parseInt(_0x2f2ecb(0x18e))/0x5)+-parseInt(_0x2f2ecb(0x18f))/0x6*(parseInt(_0x2f2ecb(0x195))/0x7)+parseInt(_0x2f2ecb(0x182))/0x8+-parseInt(_0x2f2ecb(0x139))/0x9+parseInt(_0x2f2ecb(0x121))/0xa;if(_0x533ba0===_0x1da4a0)break;else _0x1ae748['push'](_0x1ae748['shift']());}catch(_0x1accac){_0x1ae748['push'](_0x1ae748['shift']());}}}(a68_0x449d,0xad6aa));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require('./constants'),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x47c81b(0x10a)),util=require(a68_0x47c81b(0x1a7));class RequestQueueHandler{static [a68_0x47c81b(0x10c)];['pendingUploads']=0x0;constructor(){const _0x2325e0=a68_0x47c81b,_0x5f0ab2={};_0x5f0ab2['mdDYg']='4|3|1|0|2|5',_0x5f0ab2[_0x2325e0(0x191)]=_0x2325e0(0x14c),_0x5f0ab2['mhfxa']='api/v1/batch',_0x5f0ab2[_0x2325e0(0x169)]='LogCreated',_0x5f0ab2['twntX']=_0x2325e0(0x1ac),_0x5f0ab2['rNgDA']=_0x2325e0(0x152),_0x5f0ab2[_0x2325e0(0x186)]=_0x2325e0(0x140),_0x5f0ab2[_0x2325e0(0x190)]='HookRunFinished',_0x5f0ab2['VVLWW']='TestRunStarted',_0x5f0ab2[_0x2325e0(0x16a)]=_0x2325e0(0x129);const _0x5474e8=_0x5f0ab2,_0x554e7f=_0x5474e8[_0x2325e0(0x15b)][_0x2325e0(0x188)]('|');let _0x44f46e=0x0;while(!![]){switch(_0x554e7f[_0x44f46e++]){case'0':this[_0x2325e0(0x12b)]=_0x5474e8[_0x2325e0(0x191)];continue;case'1':this[_0x2325e0(0x18d)]=_0x5474e8['mhfxa'];continue;case'2':this[_0x2325e0(0x138)]=[_0x5474e8[_0x2325e0(0x169)],_0x5474e8[_0x2325e0(0x160)],_0x5474e8[_0x2325e0(0x179)],_0x5474e8[_0x2325e0(0x186)],_0x5474e8[_0x2325e0(0x190)],_0x5474e8[_0x2325e0(0x1a6)],_0x5474e8[_0x2325e0(0x16a)]];continue;case'3':this[_0x2325e0(0x149)]=![];continue;case'4':this[_0x2325e0(0x156)]=[];continue;case'5':this[_0x2325e0(0x12e)]=null;continue;}break;}}static[a68_0x47c81b(0x16d)](){const _0x157d0d=a68_0x47c81b,_0x486723={'pNFsu':function(_0xa57b2,_0x1ad237){return _0xa57b2(_0x1ad237);},'cMeEW':function(_0x11ad2a,_0x32a8ea){return _0x11ad2a!==_0x32a8ea;},'CBlEi':_0x157d0d(0x1ae),'VLcHg':_0x157d0d(0x118)};return!RequestQueueHandler[_0x157d0d(0x10c)]&&(_0x486723['cMeEW'](_0x486723['CBlEi'],_0x486723['VLcHg'])?RequestQueueHandler[_0x157d0d(0x10c)]=new RequestQueueHandler():_0x486723[_0x157d0d(0x146)](_0x179f28,_0x157d0d(0x127)+_0x34fb69+_0x157d0d(0x113)+_0x2dd68d['response'][_0x157d0d(0x123)]+'\x20'+_0x527372['response'][_0x157d0d(0x112)]+'\x20'+_0x329e54[_0x157d0d(0x1af)](_0x9b1d1b['response'][_0x157d0d(0x154)]))),RequestQueueHandler[_0x157d0d(0x10c)];}[a68_0x47c81b(0x125)]=()=>{const _0x561f29=a68_0x47c81b,_0x7d49a1={};_0x7d49a1[_0x561f29(0x173)]=function(_0x5f43a4,_0x1ecfd6){return _0x5f43a4===_0x1ecfd6;},_0x7d49a1[_0x561f29(0x142)]='TEST_SCREENSHOT',_0x7d49a1['IydPU']=function(_0x1ed288,_0x4ca3c1){return _0x1ed288===_0x4ca3c1;},_0x7d49a1[_0x561f29(0x111)]='Yiucb';const _0x258380=_0x7d49a1;if(!this[_0x561f29(0x149)]){if(_0x258380[_0x561f29(0x189)](_0x258380[_0x561f29(0x111)],_0x258380[_0x561f29(0x111)]))this[_0x561f29(0x149)]=!![],this[_0x561f29(0x184)]();else{if(this[_0x561f29(0x138)][_0x561f29(0x128)](_0x68335[_0x561f29(0x16e)])){if(_0xe14598[_0x561f29(0x135)]&&_0x4f7e4b[_0x561f29(0x135)][0x0]&&_0x258380[_0x561f29(0x173)](_0x3e26ec[_0x561f29(0x135)][0x0]['kind'],_0x258380[_0x561f29(0x142)])){const _0x2dd133={};return _0x2dd133[_0x561f29(0x1a5)]=!![],_0x2dd133[_0x561f29(0x130)]=[_0x51e745],_0x2dd133[_0x561f29(0x198)]=this[_0x561f29(0x12b)],_0x2dd133;}this[_0x561f29(0x156)][_0x561f29(0x151)](_0x3f30d6);let _0x159e5a=null;const _0x49c098=this[_0x561f29(0x1a5)]();_0x49c098&&(_0x159e5a=this['queue'][_0x561f29(0x163)](0x0,_0x22a438),this[_0x561f29(0x156)][_0x561f29(0x18b)](0x0,_0x521e84),this[_0x561f29(0x110)]());const _0x2be1ab={};return _0x2be1ab[_0x561f29(0x1a5)]=_0x49c098,_0x2be1ab[_0x561f29(0x130)]=_0x159e5a,_0x2be1ab['proceedWithUrl']=this['eventUrl'],_0x2be1ab;}const _0x4fcdd4={};return _0x4fcdd4[_0x561f29(0x1a5)]=!![],_0x4fcdd4;}}};[a68_0x47c81b(0x1a3)]=_0x39f89d=>{const _0x42b033=a68_0x47c81b,_0x1ae42a={};_0x1ae42a[_0x42b033(0x141)]=_0x42b033(0x199),_0x1ae42a[_0x42b033(0x1a0)]=function(_0x3229e1,_0x148ee8){return _0x3229e1!==_0x148ee8;},_0x1ae42a['voyzO']=_0x42b033(0x1a8),_0x1ae42a[_0x42b033(0x11d)]=function(_0x4e7e53,_0x49818f){return _0x4e7e53===_0x49818f;},_0x1ae42a[_0x42b033(0x1aa)]=_0x42b033(0x170),_0x1ae42a['WrCBF']='LSiii',_0x1ae42a[_0x42b033(0x13b)]=_0x42b033(0x192);const _0x4d5300=_0x1ae42a;if(this[_0x42b033(0x138)][_0x42b033(0x128)](_0x39f89d[_0x42b033(0x16e)])){if(_0x4d5300[_0x42b033(0x1a0)](_0x4d5300[_0x42b033(0x176)],_0x4d5300[_0x42b033(0x176)]))this[_0x42b033(0x15a)](_0x4d5300[_0x42b033(0x141)]),this[_0x42b033(0x184)]();else{if(_0x39f89d[_0x42b033(0x135)]&&_0x39f89d[_0x42b033(0x135)][0x0]&&_0x4d5300[_0x42b033(0x11d)](_0x39f89d[_0x42b033(0x135)][0x0][_0x42b033(0x116)],_0x4d5300['UZIZW'])){if(_0x4d5300['LJkdT'](_0x4d5300['WrCBF'],_0x4d5300[_0x42b033(0x159)]))this[_0x42b033(0x149)]=![];else{const _0x3ff62a={};return _0x3ff62a['shouldProceed']=!![],_0x3ff62a['proceedWithData']=[_0x39f89d],_0x3ff62a[_0x42b033(0x198)]=this[_0x42b033(0x12b)],_0x3ff62a;}}this[_0x42b033(0x156)][_0x42b033(0x151)](_0x39f89d);let _0x16eda9=null;const _0x5e4697=this[_0x42b033(0x1a5)]();_0x5e4697&&(_0x4d5300[_0x42b033(0x1a0)](_0x4d5300['ovGZS'],_0x4d5300['ovGZS'])?!this[_0x42b033(0x149)]&&(this[_0x42b033(0x149)]=!![],this[_0x42b033(0x184)]()):(_0x16eda9=this[_0x42b033(0x156)]['slice'](0x0,BATCH_SIZE),this[_0x42b033(0x156)]['splice'](0x0,BATCH_SIZE),this['resetEventBatchPolling']()));const _0x2936e0={};return _0x2936e0[_0x42b033(0x1a5)]=_0x5e4697,_0x2936e0[_0x42b033(0x130)]=_0x16eda9,_0x2936e0[_0x42b033(0x198)]=this[_0x42b033(0x18d)],_0x2936e0;}}const _0x537db8={};return _0x537db8[_0x42b033(0x1a5)]=!![],_0x537db8;};[a68_0x47c81b(0x193)]=async()=>{const _0x52389a=a68_0x47c81b,_0x2f8d2d={'bKZIj':function(_0x1197db,_0x5697cc){return _0x1197db(_0x5697cc);},'rmLSf':function(_0x5585ad,_0x3d0865){return _0x5585ad===_0x3d0865;},'CgOyk':_0x52389a(0x17d),'LZDCi':function(_0x4e939e,_0x4f44c0){return _0x4e939e>_0x4f44c0;},'TdyOK':function(_0x4e2422,_0x584846){return _0x4e2422!==_0x584846;},'gFlOd':_0x52389a(0x183),'YWEJa':_0x52389a(0x162)};await this[_0x52389a(0x13f)](),this['removeEventBatchPolling'](_0x2f8d2d['CgOyk']);while(_0x2f8d2d[_0x52389a(0x115)](this[_0x52389a(0x156)][_0x52389a(0x11e)],0x0)){if(_0x2f8d2d['TdyOK'](_0x2f8d2d['gFlOd'],_0x2f8d2d[_0x52389a(0x177)]))this[_0x52389a(0x12e)]&&(_0x2f8d2d[_0x52389a(0x108)](_0x5223f4,this[_0x52389a(0x12e)]),this[_0x52389a(0x12e)]=null,_0x2f8d2d[_0x52389a(0x167)](_0x98b344,_0x2f8d2d[_0x52389a(0x11c)])&&(this[_0x52389a(0x149)]=![]));else{const _0x5b177f=this[_0x52389a(0x156)][_0x52389a(0x163)](0x0,BATCH_SIZE);this['queue'][_0x52389a(0x18b)](0x0,BATCH_SIZE),await this[_0x52389a(0x18c)](this['eventUrl'],_0x2f8d2d[_0x52389a(0x12c)],_0x5b177f);}}};[a68_0x47c81b(0x18c)]=async(_0x290a9c,_0x25bc87,_0x47fef4)=>{const _0x3cb329=a68_0x47c81b,_0x36befe={'WYdbq':_0x3cb329(0x158),'YeXMm':_0x3cb329(0x13d),'WGUUr':_0x3cb329(0x185),'LkcNF':_0x3cb329(0x1ac),'Owrol':_0x3cb329(0x152),'IsdJS':'TestRunSkipped','YAecS':_0x3cb329(0x166),'tvUve':_0x3cb329(0x19b),'wlJPB':_0x3cb329(0x129),'qhZqp':_0x3cb329(0x14c),'YMqMJ':function(_0x41011c,_0x317f63){return _0x41011c>=_0x317f63;},'qEDoH':function(_0x4595bb){return _0x4595bb();},'QYogU':function(_0x43f6a0,_0x430aa7){return _0x43f6a0!==_0x430aa7;},'NBhDC':_0x3cb329(0x133),'JxbdI':function(_0x2410ea,_0x361d42,_0x2c17b5,_0x2edb60,_0x3ea6e9){return _0x2410ea(_0x361d42,_0x2c17b5,_0x2edb60,_0x3ea6e9);},'ifpYm':_0x3cb329(0x15c),'FvlMj':function(_0x574399,_0x2b824e){return _0x574399!==_0x2b824e;},'WFDeA':_0x3cb329(0x10d),'JwwiQ':_0x3cb329(0x124),'yuGeJ':function(_0x53dd08,_0x45a11f){return _0x53dd08===_0x45a11f;},'tQRDn':_0x3cb329(0x18a),'zzvYN':function(_0x17ad80,_0xeb525e){return _0x17ad80(_0xeb525e);},'RcKqW':function(_0x488c9e,_0x5e73f8){return _0x488c9e-_0x5e73f8;},'MFRLy':_0x3cb329(0x14a),'rISHS':_0x3cb329(0x172),'GSPVD':'aZbMk','gNbuq':'zQlGN','BasJb':function(_0x3b2834,_0x21287e){return _0x3b2834(_0x21287e);},'UvOjK':function(_0x47e2de,_0x5d8375){return _0x47e2de===_0x5d8375;},'vuKLV':_0x3cb329(0x19f),'SjXpx':_0x3cb329(0x155)},_0x471036={'headers':_0x36befe['qEDoH'](getDefaultHeaders)};try{if(_0x36befe[_0x3cb329(0x196)](_0x36befe[_0x3cb329(0x16b)],_0x36befe[_0x3cb329(0x16b)]))return!_0x34694d[_0x3cb329(0x10c)]&&(_0x414709[_0x3cb329(0x10c)]=new _0x2e8eb2()),_0x1b36a1[_0x3cb329(0x10c)];else{const _0x21f2c1=await _0x36befe[_0x3cb329(0x131)](nodeRequest,_0x36befe[_0x3cb329(0x11b)],_0x290a9c,_0x47fef4,_0x471036);if(_0x21f2c1[_0x3cb329(0x154)][_0x3cb329(0x194)]){if(_0x36befe[_0x3cb329(0x15d)](_0x36befe[_0x3cb329(0x1a1)],_0x36befe[_0x3cb329(0x12f)])){const _0x1760dc={};_0x1760dc['message']=_0x21f2c1[_0x3cb329(0x154)][_0x3cb329(0x194)];throw _0x1760dc;}else this[_0x3cb329(0x149)]=!![],this[_0x3cb329(0x184)]();}else{if(_0x36befe[_0x3cb329(0x16c)](_0x36befe[_0x3cb329(0x15e)],_0x36befe['tQRDn']))_0x36befe[_0x3cb329(0x187)](debug,_0x25bc87+'\x20event\x20successful!'),this[_0x3cb329(0x17c)]=Math[_0x3cb329(0x19d)](0x0,_0x36befe[_0x3cb329(0x1ad)](this['pendingUploads'],_0x47fef4[_0x3cb329(0x11e)]));else{const _0x583394=_0x36befe[_0x3cb329(0x1ab)][_0x3cb329(0x188)]('|');let _0x31664a=0x0;while(!![]){switch(_0x583394[_0x31664a++]){case'0':this[_0x3cb329(0x18d)]=_0x36befe['YeXMm'];continue;case'1':this['pollEventBatchInterval']=null;continue;case'2':this['BATCH_EVENT_TYPES']=[_0x36befe[_0x3cb329(0x164)],_0x36befe[_0x3cb329(0x10b)],_0x36befe[_0x3cb329(0x14b)],_0x36befe[_0x3cb329(0x122)],_0x36befe['YAecS'],_0x36befe[_0x3cb329(0x11a)],_0x36befe[_0x3cb329(0x150)]];continue;case'3':this[_0x3cb329(0x149)]=![];continue;case'4':this[_0x3cb329(0x12b)]=_0x36befe[_0x3cb329(0x114)];continue;case'5':this[_0x3cb329(0x156)]=[];continue;}break;}}}}}catch(_0x533675){if(_0x36befe['yuGeJ'](_0x36befe[_0x3cb329(0x144)],_0x36befe['rISHS']))return;else{if(_0x533675[_0x3cb329(0x14f)]){if(_0x36befe[_0x3cb329(0x16c)](_0x36befe[_0x3cb329(0x137)],_0x36befe[_0x3cb329(0x174)]))return _0x36befe[_0x3cb329(0x11f)](this[_0x3cb329(0x156)][_0x3cb329(0x11e)],_0x429aee);else _0x36befe[_0x3cb329(0x19c)](debug,_0x3cb329(0x127)+_0x25bc87+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x533675[_0x3cb329(0x14f)]['status']+'\x20'+_0x533675[_0x3cb329(0x14f)]['statusText']+'\x20'+JSON[_0x3cb329(0x1af)](_0x533675['response'][_0x3cb329(0x154)]));}else _0x36befe['UvOjK'](_0x36befe['vuKLV'],_0x36befe[_0x3cb329(0x1a4)])?_0x3e5612[_0x3cb329(0x10c)]=new _0x467818():_0x36befe[_0x3cb329(0x187)](debug,_0x3cb329(0x127)+_0x25bc87+_0x3cb329(0x113)+(_0x533675[_0x3cb329(0x197)]||_0x533675));this[_0x3cb329(0x17c)]=Math[_0x3cb329(0x19d)](0x0,_0x36befe[_0x3cb329(0x1ad)](this['pendingUploads'],_0x47fef4[_0x3cb329(0x11e)]));}}};['startEventBatchPolling']=()=>{const _0x4d4d99=a68_0x47c81b,_0x125586={'suXBd':function(_0x1e0e0d,_0x5516bf){return _0x1e0e0d(_0x5516bf);},'BOeqp':function(_0x31000a,_0x2eb9b5){return _0x31000a-_0x2eb9b5;},'IuzDM':function(_0x5ed43f,_0x5b421f){return _0x5ed43f!==_0x5b421f;},'fQzuh':_0x4d4d99(0x14e),'hbVFE':_0x4d4d99(0x181),'unBJQ':function(_0x187bc3,_0x103ad2){return _0x187bc3>_0x103ad2;},'cHzLH':function(_0x49e46d,_0x30f7c2){return _0x49e46d===_0x30f7c2;},'dSEtl':_0x4d4d99(0x165),'GvfHg':_0x4d4d99(0x161),'LPjtb':_0x4d4d99(0x171),'OoNCr':function(_0x4659be,_0x5a1268,_0x4df28b){return _0x4659be(_0x5a1268,_0x4df28b);}};this[_0x4d4d99(0x12e)]=_0x125586[_0x4d4d99(0x1a9)](setInterval,async()=>{const _0x4d28a1=_0x4d4d99,_0x3e8beb={'sbjYg':function(_0x56484e,_0x1d7c20){return _0x125586['suXBd'](_0x56484e,_0x1d7c20);},'rERcE':function(_0x226c53,_0x3cdbdd){const _0x6b7370=a68_0x269d;return _0x125586[_0x6b7370(0x157)](_0x226c53,_0x3cdbdd);}};if(_0x125586[_0x4d28a1(0x120)](_0x125586[_0x4d28a1(0x17a)],_0x125586['hbVFE'])){if(_0x125586[_0x4d28a1(0x17b)](this[_0x4d28a1(0x156)][_0x4d28a1(0x11e)],0x0)){if(_0x125586[_0x4d28a1(0x178)](_0x125586[_0x4d28a1(0x147)],_0x125586[_0x4d28a1(0x17f)]))_0x1f068b[_0x4d28a1(0x14f)]?_0x3e8beb[_0x4d28a1(0x1a2)](_0x3ed7b4,_0x4d28a1(0x127)+_0x11d8ac+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x491bd0[_0x4d28a1(0x14f)][_0x4d28a1(0x123)]+'\x20'+_0x33e8e3[_0x4d28a1(0x14f)][_0x4d28a1(0x112)]+'\x20'+_0x14c083[_0x4d28a1(0x1af)](_0x37e14d[_0x4d28a1(0x14f)][_0x4d28a1(0x154)])):_0x3e8beb[_0x4d28a1(0x1a2)](_0xc2bcae,'EXCEPTION\x20IN\x20'+_0x5f5c56+_0x4d28a1(0x113)+(_0x2e885b[_0x4d28a1(0x197)]||_0x4a38ff)),this['pendingUploads']=_0x478972[_0x4d28a1(0x19d)](0x0,_0x3e8beb['rERcE'](this[_0x4d28a1(0x17c)],_0x6b3803[_0x4d28a1(0x11e)]));else{const _0x23d0dd=this[_0x4d28a1(0x156)][_0x4d28a1(0x163)](0x0,BATCH_SIZE);this[_0x4d28a1(0x156)][_0x4d28a1(0x18b)](0x0,BATCH_SIZE),await this[_0x4d28a1(0x18c)](this[_0x4d28a1(0x18d)],_0x125586[_0x4d28a1(0x12d)],_0x23d0dd);}}}else{const _0x1da113={};return _0x1da113[_0x4d28a1(0x1a5)]=!![],_0x1da113[_0x4d28a1(0x130)]=[_0x3a831f],_0x1da113[_0x4d28a1(0x198)]=this[_0x4d28a1(0x12b)],_0x1da113;}},BATCH_INTERVAL);};[a68_0x47c81b(0x110)]=()=>{const _0x267e28=a68_0x47c81b,_0x32bd14={};_0x32bd14['PIWEj']='RESETTING';const _0x258f76=_0x32bd14;this[_0x267e28(0x15a)](_0x258f76[_0x267e28(0x119)]),this[_0x267e28(0x184)]();};[a68_0x47c81b(0x15a)]=_0x334dd8=>{const _0x38e7df=a68_0x47c81b,_0x3f8488={'TjvCR':function(_0x1013c2,_0x54b368){return _0x1013c2(_0x54b368);},'SeDrJ':function(_0x3276f3,_0x187486){return _0x3276f3===_0x187486;},'tjFXA':'REMOVING','HemNv':function(_0x27f7fc,_0x3349ca){return _0x27f7fc!==_0x3349ca;},'JtpdC':'KuRzk','LPJKR':'DwffX','VsUfJ':function(_0x5008c0,_0x2f8a55){return _0x5008c0!==_0x2f8a55;},'ZXpWF':_0x38e7df(0x134)};this[_0x38e7df(0x12e)]&&(_0x3f8488[_0x38e7df(0x168)](_0x3f8488[_0x38e7df(0x153)],_0x3f8488[_0x38e7df(0x180)])?(_0x3f8488[_0x38e7df(0x10f)](clearInterval,this[_0x38e7df(0x12e)]),this[_0x38e7df(0x12e)]=null,_0x3f8488[_0x38e7df(0x126)](_0x334dd8,_0x3f8488[_0x38e7df(0x136)])&&(_0x3f8488[_0x38e7df(0x109)](_0x3f8488[_0x38e7df(0x117)],_0x3f8488['ZXpWF'])?(_0x5e7f23=this['queue'][_0x38e7df(0x163)](0x0,_0x35bddd),this[_0x38e7df(0x156)][_0x38e7df(0x18b)](0x0,_0x2ed0eb),this['resetEventBatchPolling']()):this[_0x38e7df(0x149)]=![])):(_0x3f8488[_0x38e7df(0x10f)](_0x3e865e,this[_0x38e7df(0x12e)]),this[_0x38e7df(0x12e)]=null,_0x3f8488['SeDrJ'](_0x2765d7,_0x3f8488[_0x38e7df(0x136)])&&(this[_0x38e7df(0x149)]=![])));};[a68_0x47c81b(0x1a5)]=()=>{const _0x1e50a7=a68_0x47c81b,_0x3d90d4={};_0x3d90d4[_0x1e50a7(0x19e)]=function(_0x5a16a4,_0x486911){return _0x5a16a4>=_0x486911;};const _0x445378=_0x3d90d4;return _0x445378[_0x1e50a7(0x19e)](this[_0x1e50a7(0x156)]['length'],BATCH_SIZE);};async['uploadPending'](_0x2297cf=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x3305f3=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x33fd6f=a68_0x47c81b,_0xdee127={'xspbF':function(_0x286504,_0x15fd08){return _0x286504(_0x15fd08);},'RQsfz':function(_0x3a1608,_0x38133c){return _0x3a1608-_0x38133c;},'aHItt':function(_0x418bce,_0x5a0bab){return _0x418bce<=_0x5a0bab;},'TOqRl':function(_0x4362d8,_0x5af444){return _0x4362d8<=_0x5af444;},'cnYJi':function(_0xdfb85e,_0x47eeb5){return _0xdfb85e===_0x47eeb5;},'tTqQe':_0x33fd6f(0x13c),'LuRPx':_0x33fd6f(0x132),'LEHIb':function(_0x567b59,_0xcca85d){return _0x567b59(_0xcca85d);},'bzhDw':function(_0xea0fc8,_0x266b10){return _0xea0fc8-_0x266b10;}};if(_0xdee127[_0x33fd6f(0x17e)](this['pendingUploads'],0x0)||_0xdee127[_0x33fd6f(0x19a)](_0x2297cf,0x0)){if(_0xdee127['cnYJi'](_0xdee127['tTqQe'],_0xdee127[_0x33fd6f(0x15f)]))_0xdee127[_0x33fd6f(0x14d)](_0x13563c,_0x3f4229+_0x33fd6f(0x16f)),this[_0x33fd6f(0x17c)]=_0x3085a6[_0x33fd6f(0x19d)](0x0,_0xdee127[_0x33fd6f(0x148)](this[_0x33fd6f(0x17c)],_0x4c6d49[_0x33fd6f(0x11e)]));else return;}return await _0xdee127[_0x33fd6f(0x145)](sleep,_0x3305f3),this[_0x33fd6f(0x13f)](_0xdee127[_0x33fd6f(0x143)](_0x2297cf,_0x3305f3));}}function a68_0x269d(_0x4d5fc1,_0x3c6937){const _0x449d30=a68_0x449d();return a68_0x269d=function(_0x269d70,_0x1774f0){_0x269d70=_0x269d70-0x108;let _0x36b884=_0x449d30[_0x269d70];return _0x36b884;},a68_0x269d(_0x4d5fc1,_0x3c6937);}module[a68_0x47c81b(0x10e)]=RequestQueueHandler;
|