browserstack-node-sdk 1.31.11 → 1.31.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/hub-deployment.yaml +2 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a63_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_0x812f25=a63_0x7564;function a63_0x7564(_0x308894,_0x2ffa3c){const _0x4d9b5a=a63_0x4d9b();return a63_0x7564=function(_0x756476,_0x1f7ab1){_0x756476=_0x756476-0xe7;let _0x1dfbed=_0x4d9b5a[_0x756476];return _0x1dfbed;},a63_0x7564(_0x308894,_0x2ffa3c);}(function(_0x125ad7,_0x489f5d){const _0xf79b33=a63_0x7564,_0xf5259c=_0x125ad7();while(!![]){try{const _0x9697e0=parseInt(_0xf79b33(0x1e2))/0x1+-parseInt(_0xf79b33(0x15a))/0x2*(parseInt(_0xf79b33(0x1ab))/0x3)+parseInt(_0xf79b33(0x14c))/0x4+parseInt(_0xf79b33(0x1c2))/0x5+parseInt(_0xf79b33(0x216))/0x6+-parseInt(_0xf79b33(0x11e))/0x7+-parseInt(_0xf79b33(0xf9))/0x8;if(_0x9697e0===_0x489f5d)break;else _0xf5259c['push'](_0xf5259c['shift']());}catch(_0x52f4fc){_0xf5259c['push'](_0xf5259c['shift']());}}}(a63_0x4d9b,0x58ff2));function a63_0x4d9b(){const _0x24f32f=['ZNyRC','</tbody></table></body></html>','UontS','GCBXk','meta','buffered','32492dUvyzW','pOGMy','match','HTQeJ','MvJFO','reduce','CJqAU','NNkqa','LxaHR','dCiJX','DBVMV','YGlSE','performance-report.json','catch','XkXUV','GnWLx','hCbMZ','dbcHC','oRsCr','HKCiu','cJpyX','efUBK','rXuXv','yKkxQ','XBiDz','ZorVP','yKVfx','cNtMz','qlEvG','apply','TDSZg','HSIRq','stopAndGenerate','<tr><td>','./test-observability/utils','Khdfd','YZmiG','ERPvD','IGBAr','Performance\x20report\x20is\x20at\x20','HvhJC','CnVJF','LUiRG','xafos','tfjZJ','_events','YXkBK','getPerformance','pLEUM','QUGOS','bdnMB','</td><td>','JJyMr','push','qeWxZ','env','BAXNb','ICsjW','errors','QbeNl','GbmRt','ELXOn','GLhVU','FkAbg','bcWtX','gsAXd','aYBUo','pushPerfMeasures','aWxFa','_observer','wSczv','RTXBt','slice','eLHrC','GPQrB','code','pushErrors','mKEQM','RMXjk','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','isEnabled','72TCuUpA','FPSyJ','MEaEM','jZNlW','NhXbq','readFileSync','tstSx','yYKKz','pwPMT','vAXBQ','hqdJA','lteFH','pmwwD','HRabo','ZeAgB','CVoqa','yXLUI','XHPDM','message','./logger','tTabY','KhnEb','WvTbG','3484010LKBrvc','dEHqX','bxLlE','uNOmH','mIkiA','getEntries','error-report.json','YUehb','_errorEvents','cgdRL','Error\x20in\x20doing\x20csv\x20operations:\x20','lHgbN','calculateTimesFromMultipleFiles','esPEv','OSDBw','existsSync','cLDby','Error\x20in\x20writing\x20html\x20','performance-own.html','fWbtN','KmZdX','OgUvE','-end','rkmYC','WRlfx','oweqZ','fftBK','tflPz','fKrDn','RwtTJ','qXRwN','yjWOP','54577RYLKRK','oqgdp','exports','YBxwH','HyAwH','ILZzk','tmSXw','KRExC','function','edsrU','zxndT','JePSS','jsonReportFileName','entries','GiaeS','kwFOv','xtdNP','unlinkSync','vdkxU','</td></tr>','generateHTMLReport','bkzcG','XxPmm','xGHQZ','toString','iFgHC','stack','measures','ungrj','then','stringify','BfRzb','ucVeb','QQixN','FkSCW','spaYn','aBsWL','ILfFg','finalizePerfMeasures','JuPFM','appendFileSync','GXfTj','\x20for\x20all\x20processes\x20is\x20','wlAAa','QWaUm','QueYt','zuOoc','ylniK','eBKIl','captureError','GXzNH','jkdwJ','1568736XGyUpW','path','JRZjr','XGacl','SFuhV','OQyMO','loXEp','_measureEvents','nrYyH','true','WxVFS','PlYRM','sIpRS','SanHm','qRTLu','hlJRT','ewCHN','biWeu','finally','startMonitoring','wcVcq','GwoeQ','3569264AntMWn','iKRFD','KPTko','IKDNp','uzsiB','dNwhg','JlpkG','dwNlI','concat','AORQK','yUyjt','wPuEW','PBBPr','gAwFI','finalize','writeFile','aSQiC','name','duration','winstonLogger','RtvOQ','vuuDb','eMuff','WjYtk','doDgc','values','PgUuy','EZfzJ','debug','tIFGh','fEnmy','forEach','aoNfW','xvYNn','wRRBX','parse','OInov','2218881QOSdOZ','measure','UKLtV','iTRFD','OBRFf','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','join','mark','yYJos','HlQSI','LKPqn','getCleanedPerfEvents','npOvU','cwd','wxhyk','PbbBR','map','started','entryType','OlFQD','NpkWp','calculateTimeFromEvents','HpjSQ','zmEDK','errorFile','generateJSON','finalizeErrors','length','JPJGx','ZfREE','disconnect','FBviD','pwaSV','KCHLE','HcIqG','vtAcj','dGjTH','lIAQI','ONKZi','entryTypes','Error\x20stopping\x20monitoring','errorReportFileName','BdCKL','fixkR','XGSCG','Phkof','2018960JEgWpz','LKSRv','btUvc','gFdCb','BROWSERSTACK_SDK_INSTRUMENTATION','JIwEi','rfvmP','vDDWx'];a63_0x4d9b=function(){return _0x24f32f;};return a63_0x4d9b();}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a63_0x812f25(0x17c)),path=require(a63_0x812f25(0x217)),logger=require(a63_0x812f25(0x1be))[a63_0x812f25(0x10c)];class PerformanceTester{static [a63_0x812f25(0x19f)];static ['_events']=[];static ['_measureEvents']=[];static ['_errorEvents']=[];static [a63_0x812f25(0x12f)]=![];static ['jsonReportFileName']='performance-report.json';static [a63_0x812f25(0x147)]=a63_0x812f25(0x1c8);static[a63_0x812f25(0xf6)](_0x317529=a63_0x812f25(0x166),_0x7615c6=a63_0x812f25(0x1c8)){const _0x29453d=a63_0x812f25,_0x39c3f1={'EZfzJ':function(_0xe3bce,_0x25c18c){return _0xe3bce===_0x25c18c;},'wSczv':_0x29453d(0x210),'yXLUI':_0x29453d(0x121),'bdnMB':'measure','rfvmP':function(_0x5bcd97,_0x4f93f0){return _0x5bcd97!==_0x4f93f0;},'wPuEW':_0x29453d(0x1f1),'fftBK':function(_0x418eb8,_0x4eded2){return _0x418eb8===_0x4eded2;},'GLhVU':_0x29453d(0x201),'RtvOQ':function(_0x5d02ea,_0x2fcf68){return _0x5d02ea(_0x2fcf68);},'YXkBK':function(_0x764ae8,_0xb7da2f){return _0x764ae8===_0xb7da2f;},'iKRFD':_0x29453d(0x143),'vAXBQ':function(_0x54c123,_0x21694c){return _0x54c123!==_0x21694c;},'XiasE':_0x29453d(0x132),'uFLwy':_0x29453d(0x1ea)};if(this[_0x29453d(0x12f)]||!this[_0x29453d(0x1aa)]()){if(_0x39c3f1[_0x29453d(0x1b4)](_0x39c3f1['XiasE'],_0x39c3f1['XiasE']))return new _0xd07d9f((_0x1724f4,_0x1877fb)=>{_0x377355['then'](_0x293974=>_0x1724f4(_0x293974))['catch'](_0x1a8796=>_0x1877fb(_0x1a8796))['finally'](()=>{const _0x4ab715=a63_0x7564;_0x4580fe[_0x4ab715(0x125)](_0x4a901a),_0x32f9c5['measure'](_0x2976ea,_0xbc3c1f,_0x403f32);});});else return;}this[_0x29453d(0x19f)]=new PerformanceObserver(_0x2d688f=>{const _0x1593f8=_0x29453d,_0x147675={'aSQiC':function(_0x2bfaa1,_0x1c76fa){const _0x29cb47=a63_0x7564;return _0x39c3f1[_0x29cb47(0x10d)](_0x2bfaa1,_0x1c76fa);}};_0x39c3f1[_0x1593f8(0x188)](_0x39c3f1[_0x1593f8(0xfa)],_0x39c3f1[_0x1593f8(0xfa)])?_0x2d688f[_0x1593f8(0x1c7)]()['forEach'](_0xf4e3f=>{const _0x382d7c=_0x1593f8;if(_0x39c3f1[_0x382d7c(0x114)](_0x39c3f1[_0x382d7c(0x1a0)],_0x39c3f1[_0x382d7c(0x1bb)]))return[];else{if(_0x39c3f1['EZfzJ'](_0xf4e3f[_0x382d7c(0x130)],_0x39c3f1[_0x382d7c(0x18c)])){if(_0x39c3f1[_0x382d7c(0x152)](_0x39c3f1['wPuEW'],_0x39c3f1[_0x382d7c(0x104)])){_0x147675[_0x382d7c(0x109)](_0x28e3f9,_0x382d7c(0x1d3)+_0x50e560[_0x382d7c(0x1fa)]());return;}else this[_0x382d7c(0xea)][_0x382d7c(0x18f)](_0xf4e3f);}else _0x39c3f1[_0x382d7c(0x1dc)](_0x39c3f1[_0x382d7c(0x198)],_0x39c3f1['GLhVU'])?this[_0x382d7c(0x187)]['push'](_0xf4e3f):this[_0x382d7c(0x187)]['push'](_0x1ac977);}}):(_0x4b8302[_0x1593f8(0x10a)]=_0x33f34e[0x1],_0x5523a0['meta']=_0x2984f6[_0x1593f8(0x11c)](_0x1e8168[0x2]));});const _0x59151f={};_0x59151f[_0x29453d(0x159)]=!![],_0x59151f[_0x29453d(0x145)]=[_0x39c3f1['uFLwy'],_0x39c3f1[_0x29453d(0x18c)]],this[_0x29453d(0x19f)]['observe'](_0x59151f),this[_0x29453d(0x12f)]=!![],this[_0x29453d(0x1ee)]=_0x317529,this[_0x29453d(0x147)]=_0x7615c6;}static[a63_0x812f25(0x189)](){return performance;}static[a63_0x812f25(0x133)](_0x24700b,_0x29cced){const _0x57861c=a63_0x812f25,_0x43c388={};_0x43c388[_0x57861c(0x1b9)]=function(_0x4a4edc,_0x2d401d){return _0x4a4edc+_0x2d401d;},_0x43c388['wxhyk']=function(_0x2f0b5e,_0x393af4){return _0x2f0b5e||_0x393af4;},_0x43c388[_0x57861c(0x11b)]=function(_0x1afadd,_0x200a66){return _0x1afadd===_0x200a66;},_0x43c388['efUBK']='true',_0x43c388[_0x57861c(0x195)]=function(_0x373d1a,_0xc43d8f){return _0x373d1a!==_0xc43d8f;},_0x43c388[_0x57861c(0x15e)]=_0x57861c(0x1e9),_0x43c388[_0x57861c(0x15d)]='OINTo',_0x43c388[_0x57861c(0x13d)]=_0x57861c(0x1f0),_0x43c388[_0x57861c(0xf4)]='IMCNF',_0x43c388[_0x57861c(0x1cb)]=function(_0x23c612,_0xd94aab){return _0x23c612>_0xd94aab;},_0x43c388[_0x57861c(0x116)]=function(_0x2c3ea8,_0x5aa8c1){return _0x2c3ea8===_0x5aa8c1;},_0x43c388[_0x57861c(0x131)]='HwFtb',_0x43c388[_0x57861c(0x160)]=function(_0x3ee719,_0x9bfce9){return _0x3ee719+_0x9bfce9;},_0x43c388['WRlfx']=function(_0x5b83ad,_0x321eea){return _0x5b83ad||_0x321eea;},_0x43c388[_0x57861c(0xf3)]=function(_0x36aaed,_0x427e38){return _0x36aaed===_0x427e38;},_0x43c388[_0x57861c(0x1b5)]=function(_0x20d33c,_0x41652d){return _0x20d33c!==_0x41652d;},_0x43c388[_0x57861c(0x1f2)]=_0x57861c(0x14d);const _0x15774c=_0x43c388,_0x8746d5={};if(!_0x24700b||_0x15774c[_0x57861c(0xf3)](_0x24700b[_0x57861c(0x139)],0x0)){if(_0x15774c[_0x57861c(0x1b5)](_0x15774c[_0x57861c(0x1f2)],_0x15774c[_0x57861c(0x1f2)]))return _0x15774c[_0x57861c(0x1b9)](_0x309ea0[_0x4ce823],_0x15774c[_0x57861c(0x12c)](_0x1c32ec,0x0));else return;}_0x24700b['map'](_0x53b72d=>{const _0x443a2e=_0x57861c;if(_0x15774c['QbeNl'](_0x15774c[_0x443a2e(0x15e)],_0x15774c[_0x443a2e(0x15d)])){if(!_0x8746d5[_0x53b72d[_0x443a2e(0x10a)]]){if(_0x15774c[_0x443a2e(0x11b)](_0x15774c[_0x443a2e(0x13d)],_0x15774c[_0x443a2e(0xf4)]))return _0x192c14[_0x443a2e(0x191)][_0x443a2e(0x150)]&&_0x15774c['wRRBX'](_0x5474b9['env'][_0x443a2e(0x150)],_0x15774c[_0x443a2e(0x16f)]);else _0x8746d5[_0x53b72d['name']]=0x0;}_0x8746d5[_0x53b72d[_0x443a2e(0x10a)]]+=_0x53b72d[_0x443a2e(0x10b)];}else!_0x29b262[_0x3869f0[_0x443a2e(0x10a)]]&&(_0x337ec0[_0x12b7f3[_0x443a2e(0x10a)]]=0x0),_0x49cce5[_0x40fca5[_0x443a2e(0x10a)]]+=_0x3c7c97[_0x443a2e(0x10b)];});const _0x5b1933=_0x29cced[_0x57861c(0x15f)]((_0x1babb5,_0x9e252f)=>{const _0x5eb9a4=_0x57861c;if(_0x15774c[_0x5eb9a4(0x116)](_0x15774c['OlFQD'],_0x15774c['OlFQD']))return _0x15774c['CJqAU'](_0x8746d5[_0x9e252f],_0x15774c[_0x5eb9a4(0x1da)](_0x1babb5,0x0));else{if(!this[_0x5eb9a4(0x12f)]||_0x15774c['wRRBX'](this[_0x5eb9a4(0xea)][_0x5eb9a4(0x139)],0x0))return[];if(!_0x5c1216[_0x5eb9a4(0x1d1)](this[_0x5eb9a4(0x1ee)]))return this[_0x5eb9a4(0xea)];let _0x155aea=_0x187295[_0x5eb9a4(0x1b0)](this['jsonReportFileName'])['toString']();_0x155aea='['+_0x155aea[_0x5eb9a4(0x1a2)](0x0,-0x1)+']';let _0x334d2a=_0x28db7c['parse'](_0x155aea);return _0x15774c[_0x5eb9a4(0x1cb)](this[_0x5eb9a4(0xea)][_0x5eb9a4(0x139)],0x0)&&(_0x334d2a=_0x334d2a['concat'](this[_0x5eb9a4(0x129)]())),this[_0x5eb9a4(0x19f)][_0x5eb9a4(0x13c)](),_0x53df11['unlinkSync'](this[_0x5eb9a4(0x1ee)]),_0x334d2a;}},0x0);return _0x5b1933;}static async[a63_0x812f25(0x1ce)](_0x266974,_0x2177b6){const _0x70fed0=a63_0x812f25,_0x565836={'ZorVP':function(_0x18807c,_0x187e4f){return _0x18807c===_0x187e4f;},'cLDby':_0x70fed0(0x113),'pwaSV':_0x70fed0(0x1a8),'dNwhg':_0x70fed0(0x1bc),'JIwEi':_0x70fed0(0x146),'QWaUm':_0x70fed0(0x16b),'dwNlI':_0x70fed0(0xff),'aYBUo':function(_0x23c584,_0x38e006){return _0x23c584+_0x38e006;},'qlEvG':function(_0x510fed,_0x2bea57){return _0x510fed||_0x2bea57;},'XGSCG':function(_0x31a07a,_0x547a0d){return _0x31a07a!==_0x547a0d;},'MEaEM':_0x70fed0(0xe8),'bxLlE':'KxQPs','ONKZi':_0x70fed0(0x1f4),'ZLGDk':_0x70fed0(0x13f),'aWxFa':_0x70fed0(0x14e),'bcWtX':_0x70fed0(0x102),'iFgHC':function(_0x1a32f4,_0x59b3db){return _0x1a32f4(_0x59b3db);},'hlJRT':function(_0x1db55b,_0x44931a){return _0x1db55b(_0x44931a);}};if(!_0x266974||_0x565836[_0x70fed0(0x173)](_0x266974[_0x70fed0(0x139)],0x0)){if(_0x565836[_0x70fed0(0x14a)](_0x565836[_0x70fed0(0x1ad)],_0x565836[_0x70fed0(0x1c4)]))return 0x0;else{if(!this['isEnabled']())return;this['_errorEvents']['push']({'message':_0x5be1fc[_0x70fed0(0x1bd)],'trace':_0x4adb5c[_0x70fed0(0x1fc)],'code':_0x23f5c7[_0x70fed0(0x1a5)]||null,'time':new _0x25ffd1()});}}const _0x129221=[];for(const _0x4cfc25 of _0x266974){if(_0x565836[_0x70fed0(0x173)](_0x565836[_0x70fed0(0x144)],_0x565836[_0x70fed0(0x144)])){const _0x31eed8=path[_0x70fed0(0x124)]('.',_0x4cfc25);try{if(_0x565836[_0x70fed0(0x14a)](_0x565836['ZLGDk'],_0x565836[_0x70fed0(0x19e)])){const _0x4ff0b3=this['getEventsFromJSON'](_0x31eed8);_0x4ff0b3[_0x70fed0(0x12e)](_0x28ef83=>{const _0x1a7af0=_0x70fed0;_0x565836[_0x1a7af0(0x173)](_0x565836[_0x1a7af0(0x1d2)],_0x565836[_0x1a7af0(0x13e)])?_0x163eb0['then'](_0x48bd9c=>_0x5d7d2d(_0x48bd9c))[_0x1a7af0(0x167)](_0x4c6a4e=>_0x5255eb(_0x4c6a4e))[_0x1a7af0(0xf5)](()=>{const _0x6d7d21=_0x1a7af0;_0xe462b2[_0x6d7d21(0x125)](_0x1ad34b),_0x20b280[_0x6d7d21(0x11f)](_0x162378,_0x4ca0a6,_0x6c5d9b);}):(!_0x129221[_0x28ef83[_0x1a7af0(0x10a)]]&&(_0x565836['ZorVP'](_0x565836[_0x1a7af0(0xfe)],_0x565836['dNwhg'])?_0x129221[_0x28ef83['name']]=0x0:_0x4cc061=_0xf4953d[_0x1a7af0(0x101)](this[_0x1a7af0(0x129)]())),_0x129221[_0x28ef83[_0x1a7af0(0x10a)]]+=_0x28ef83[_0x1a7af0(0x10b)]);});}else _0x507e4c[_0x12b7f4[_0x70fed0(0x10a)]]=0x0;}catch(_0x4b8414){if(_0x565836['ZorVP'](_0x565836[_0x70fed0(0x19a)],_0x565836[_0x70fed0(0x19a)]))_0x565836[_0x70fed0(0x1fb)](debug,_0x70fed0(0x1cc)+_0x4b8414[_0x70fed0(0x1fa)]());else return;}}else return this[_0x70fed0(0x133)](this[_0x70fed0(0x187)],_0x2c1b92);}const _0x35d9a1=_0x2177b6[_0x70fed0(0x15f)]((_0x489d48,_0x9c8f8b)=>{const _0x314eaf=_0x70fed0,_0x2a1c58={};_0x2a1c58[_0x314eaf(0x19b)]=_0x565836[_0x314eaf(0x151)];const _0x4ac2b9=_0x2a1c58;if(_0x565836[_0x314eaf(0x173)](_0x565836[_0x314eaf(0x20e)],_0x565836[_0x314eaf(0x100)]))try{if(!this[_0x314eaf(0x1aa)]())return;this[_0x314eaf(0x19f)][_0x314eaf(0x13c)](),this[_0x314eaf(0x19d)](),this['pushErrors']();}catch{_0x11151d['debug'](_0x4ac2b9[_0x314eaf(0x19b)]);}else return _0x565836[_0x314eaf(0x19c)](_0x129221[_0x9c8f8b],_0x565836[_0x314eaf(0x176)](_0x489d48,0x0));},0x0);return _0x565836[_0x70fed0(0xf2)](debug,'Time\x20for\x20'+_0x2177b6+_0x70fed0(0x20c)+_0x35d9a1),_0x35d9a1;}static['getEventsFromJSON'](_0x41fa70){const _0x22b837=a63_0x812f25,_0x34e51b={};_0x34e51b[_0x22b837(0x1f8)]=function(_0x13ee87,_0x515ca2){return _0x13ee87===_0x515ca2;},_0x34e51b[_0x22b837(0xee)]='TFzun';const _0x13239e=_0x34e51b;if(!fs[_0x22b837(0x1d1)](_0x41fa70)){if(_0x13239e[_0x22b837(0x1f8)](_0x13239e[_0x22b837(0xee)],_0x13239e[_0x22b837(0xee)]))return[];else{const _0xebcac0=[_0x11d937,_0x3152b5,null]['concat'](arguments);return _0x2b2921[_0x22b837(0x11f)][_0x22b837(0x177)](_0x421379,_0xebcac0);}}return JSON[_0x22b837(0x11c)](fs['readFileSync'](_0x41fa70)[_0x22b837(0x1fa)]());}static async[a63_0x812f25(0x17a)](_0x29b4a6=a63_0x812f25(0x1d4),_0x3d9f05=null){const _0x59ab61=a63_0x812f25,_0x443455={'OInov':function(_0x187c06,_0x2d3f4c){return _0x187c06!==_0x2d3f4c;},'HvhJC':_0x59ab61(0x164),'UontS':_0x59ab61(0x103),'pDSBc':function(_0x53c5e2,_0x58ba9f){return _0x53c5e2===_0x58ba9f;},'GCBXk':'exupQ','yjWOP':_0x59ab61(0x1cf),'bZpLK':function(_0x1b3cd5,_0xbeaa5){return _0x1b3cd5(_0xbeaa5);},'Sylsf':function(_0x48668d,_0x2b0ab4){return _0x48668d(_0x2b0ab4);},'BdCKL':function(_0x1be600,_0x12a236){return _0x1be600/_0x12a236;},'QUGOS':function(_0x2661a2,_0x45d474){return _0x2661a2+_0x45d474;},'oweqZ':function(_0x11b55c,_0x597ff4){return _0x11b55c*_0x597ff4;},'qimTV':function(_0x4f6f81,_0x44caff){return _0x4f6f81+_0x44caff;},'KPTko':function(_0x5c763f,_0x5ed4fd){return _0x5c763f!==_0x5ed4fd;},'FkSCW':_0x59ab61(0x214),'HyAwH':_0x59ab61(0x185),'xqkAK':function(_0x40253a,_0x4461c5){return _0x40253a(_0x4461c5);},'HlQSI':function(_0x54a6eb,_0x47531d){return _0x54a6eb===_0x47531d;},'wlAAa':_0x59ab61(0x192),'OSDBw':'XtmVn'};if(!this[_0x59ab61(0x12f)]){if(_0x443455[_0x59ab61(0xfb)](_0x443455[_0x59ab61(0x204)],_0x443455[_0x59ab61(0x1e6)]))return;else _0x2ef44a+='<tr><td>'+_0x1ac7e9['name']+_0x59ab61(0x18d)+_0x5b403f[_0x59ab61(0x10b)]+_0x59ab61(0x1f5);}await _0x443455['xqkAK'](sleep,0x1e),this['_observer']['disconnect'](),this[_0x59ab61(0x12f)]=![],this[_0x59ab61(0x137)](this[_0x59ab61(0x187)]);const _0x29ed1f=this[_0x59ab61(0x1f6)](this[_0x59ab61(0x187)]),_0x385afc=path['join'](process[_0x59ab61(0x12b)](),_0x29b4a6);fs[_0x59ab61(0x108)](_0x385afc,_0x29ed1f,_0x48a3e5=>{const _0x3d2658=_0x59ab61;if(_0x443455[_0x3d2658(0x11d)](_0x443455[_0x3d2658(0x182)],_0x443455[_0x3d2658(0x156)])){if(_0x48a3e5){if(_0x443455['pDSBc'](_0x443455[_0x3d2658(0x157)],_0x443455[_0x3d2658(0x1e1)])){if(!_0x45e060[_0x3d2658(0x1d1)](_0x171a46))return[];return _0x5cbc3c[_0x3d2658(0x11c)](_0x2bf299[_0x3d2658(0x1b0)](_0x5cd965)['toString']());}else{_0x443455['bZpLK'](debug,'Error\x20in\x20writing\x20html\x20'+_0x48a3e5[_0x3d2658(0x1fa)]());return;}}_0x443455['Sylsf'](debug,_0x3d2658(0x181)+_0x385afc);}else{const _0x27dc02={};return _0x27dc02[_0x3d2658(0x10a)]=_0x5b0d91,_0x27dc02[_0x3d2658(0x10b)]=_0x4f0722,_0x27dc02;}});if(_0x3d9f05){if(_0x443455[_0x59ab61(0x127)](_0x443455[_0x59ab61(0x20d)],_0x443455[_0x59ab61(0x1d0)])){const _0x385f8d=_0x234e03[_0x4313dd['name']],_0x35cd12=_0x3450f3[_0x2cb42e[_0x59ab61(0x10a)]];_0xc004d2[_0x3588e7[_0x59ab61(0x10a)]]['duration']=_0x443455[_0x59ab61(0x148)](_0x443455[_0x59ab61(0x18b)](_0x443455[_0x59ab61(0x1db)](_0x385f8d[_0x59ab61(0x10b)],_0x35cd12),_0x18d23c[_0x59ab61(0x10b)]),_0x443455['qimTV'](0x1,_0x35cd12)),_0x632553[_0x15e55d[_0x59ab61(0x10a)]]++;}else return this[_0x59ab61(0x133)](this[_0x59ab61(0x187)],_0x3d9f05);}}static[a63_0x812f25(0x1f6)](_0x1ea698){const _0x8e8b44=a63_0x812f25,_0x12c11e={};_0x12c11e[_0x8e8b44(0x1b1)]=function(_0x4b068c,_0x10a964){return _0x4b068c===_0x10a964;},_0x12c11e[_0x8e8b44(0x16c)]=_0x8e8b44(0x111),_0x12c11e['GnWLx']=_0x8e8b44(0x17f),_0x12c11e[_0x8e8b44(0x178)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x12c11e['qJTVK']='<h1>Performance\x20Report</h1>',_0x12c11e[_0x8e8b44(0x20b)]=_0x8e8b44(0x1a9),_0x12c11e[_0x8e8b44(0x1dd)]=_0x8e8b44(0x155);const _0x5f5372=_0x12c11e;let _0x52d150=_0x5f5372[_0x8e8b44(0x178)];return _0x52d150+=_0x5f5372['qJTVK'],_0x52d150+=_0x5f5372[_0x8e8b44(0x20b)],_0x1ea698[_0x8e8b44(0x118)](_0x12230f=>{const _0xbc0097=_0x8e8b44;_0x5f5372[_0xbc0097(0x1b1)](_0x5f5372[_0xbc0097(0x16c)],_0x5f5372[_0xbc0097(0x169)])?this[_0xbc0097(0xea)][_0xbc0097(0x18f)](_0x4d4d42):_0x52d150+=_0xbc0097(0x17b)+_0x12230f[_0xbc0097(0x10a)]+_0xbc0097(0x18d)+_0x12230f['duration']+'</td></tr>';}),_0x52d150+=_0x5f5372[_0x8e8b44(0x1dd)],_0x52d150;}static[a63_0x812f25(0x137)](_0x232c78){const _0x654bf=a63_0x812f25,_0x272f68={'BXEmT':function(_0x2c122b,_0x543ff3){return _0x2c122b>_0x543ff3;},'YGlSE':function(_0x4dd9f6,_0x2aaa6b){return _0x4dd9f6(_0x2aaa6b);},'JePSS':function(_0x20a175,_0x31100e){return _0x20a175!==_0x31100e;},'XBiDz':'LlyXp','oqgdp':'bGaKg','HpjSQ':_0x654bf(0x184),'vQhyt':_0x654bf(0x203),'kceNt':function(_0x5c4072,_0x548738){return _0x5c4072===_0x548738;},'ELXOn':_0x654bf(0x1fe),'QueYt':function(_0x118257,_0x19ceb3){return _0x118257!==_0x19ceb3;},'KmZdX':_0x654bf(0x11a)};if(!this['jsonReportFileName']){if(_0x272f68[_0x654bf(0x20f)](_0x272f68[_0x654bf(0x1d6)],_0x272f68[_0x654bf(0x1d6)])){if(!_0x1285f5[_0x654bf(0x1d1)](this[_0x654bf(0x147)]))return this[_0x654bf(0x1ca)];let _0x365faf=_0x540644['readFileSync'](this['errorReportFileName'])[_0x654bf(0x1fa)]();_0x365faf='['+_0x365faf[_0x654bf(0x1a2)](0x0,-0x1)+']';let _0x196783=_0xb6b16f[_0x654bf(0x11c)](_0x365faf);return _0x272f68['BXEmT'](this['_errorEvents'][_0x654bf(0x139)],0x0)&&(_0x196783=_0x196783[_0x654bf(0x101)](this[_0x654bf(0x1ca)])),_0x13dbe4[_0x654bf(0x1f3)](this[_0x654bf(0x147)]),_0x196783;}else return;}const _0x3b91dc={};_0x232c78['map'](_0x5e7f6d=>{const _0x2cab12=_0x654bf;if(_0x272f68['JePSS'](_0x272f68[_0x2cab12(0x172)],_0x272f68[_0x2cab12(0x1e3)]))!_0x3b91dc[_0x5e7f6d[_0x2cab12(0x10a)]]&&(_0x272f68[_0x2cab12(0x1ed)](_0x272f68[_0x2cab12(0x134)],_0x272f68['vQhyt'])?_0x3b91dc[_0x5e7f6d[_0x2cab12(0x10a)]]=0x0:_0x272f68[_0x2cab12(0x165)](_0x36cdd4,_0x2cab12(0x1cc)+_0x3d971e[_0x2cab12(0x1fa)]())),_0x3b91dc[_0x5e7f6d[_0x2cab12(0x10a)]]+=_0x5e7f6d[_0x2cab12(0x10b)];else return _0x343fd4[_0x2cab12(0x177)](null,_0xed7b2c);});const _0x3f298f=Object[_0x654bf(0x1ef)](_0x3b91dc)[_0x654bf(0x12e)](([_0x32f83b,_0x29a9bb])=>{const _0xfd055a=_0x654bf;if(_0x272f68['kceNt'](_0x272f68[_0xfd055a(0x197)],_0x272f68['ELXOn'])){const _0x2bd7e8={};return _0x2bd7e8[_0xfd055a(0x10a)]=_0x32f83b,_0x2bd7e8[_0xfd055a(0x10b)]=_0x29a9bb,_0x2bd7e8;}else{const _0x165e10=this['getEventsFromJSON'](_0x2dc44d);_0x165e10['map'](_0x52b88e=>{const _0xabfa7b=_0xfd055a;!_0x140728[_0x52b88e[_0xabfa7b(0x10a)]]&&(_0x2980e0[_0x52b88e[_0xabfa7b(0x10a)]]=0x0),_0x41e33e[_0x52b88e[_0xabfa7b(0x10a)]]+=_0x52b88e[_0xabfa7b(0x10b)];});}});fs['writeFileSync'](this[_0x654bf(0x1ee)],JSON[_0x654bf(0x200)](_0x3f298f));}static[a63_0x812f25(0x1aa)](){const _0x4ff8fa=a63_0x812f25,_0x3d4b82={};_0x3d4b82['GOlok']=function(_0x401a57,_0x93e398){return _0x401a57===_0x93e398;},_0x3d4b82['wlKDt']=_0x4ff8fa(0xec);const _0x142817=_0x3d4b82;return process[_0x4ff8fa(0x191)][_0x4ff8fa(0x150)]&&_0x142817['GOlok'](process[_0x4ff8fa(0x191)][_0x4ff8fa(0x150)],_0x142817['wlKDt']);}static[a63_0x812f25(0x11f)](_0x397cff,_0x473183,_0x17e1b1=null,_0x58e3f4=null){const _0x2af5eb=a63_0x812f25,_0x7d9e8={'dEHqX':function(_0x381d29,_0x2e2fca){return _0x381d29(_0x2e2fca);},'ZfREE':function(_0xc0b5b0,_0x26fd21){return _0xc0b5b0(_0x26fd21);},'aBsWL':'Error\x20stopping\x20monitoring','aoNfW':function(_0x3fc881,_0x2049d6){return _0x3fc881===_0x2049d6;},'edsrU':_0x2af5eb(0x1c0),'bZPyG':function(_0x23e632,_0x4f8015){return _0x23e632!==_0x4f8015;},'ICsjW':_0x2af5eb(0x122),'HSIRq':_0x2af5eb(0x1e0),'LxaHR':_0x2af5eb(0x1df),'WxVFS':function(_0x3ddd55,_0x96d6d6){return _0x3ddd55!==_0x96d6d6;},'tmSXw':_0x2af5eb(0x209),'rXuXv':function(_0x35b926,_0x1d27d6){return _0x35b926!==_0x1d27d6;},'loXEp':_0x2af5eb(0x105),'cJpyX':function(_0x326f99,_0x1dd758){return _0x326f99+_0x1dd758;},'HRabo':'-start','fKrDn':function(_0x319a54,_0x1fcce0){return _0x319a54+_0x1fcce0;},'JRZjr':_0x2af5eb(0x1d8),'CnVJF':function(_0x27e564,_0x17dc4f){return _0x27e564 instanceof _0x17dc4f;},'OXJTe':_0x2af5eb(0x17d),'cNtMz':_0x2af5eb(0x163)};try{if(_0x7d9e8[_0x2af5eb(0x119)](_0x7d9e8[_0x2af5eb(0x162)],_0x7d9e8[_0x2af5eb(0x162)])){if(this[_0x2af5eb(0x12f)]&&this[_0x2af5eb(0x1aa)]()){if(_0x7d9e8[_0x2af5eb(0xed)](_0x7d9e8['tmSXw'],_0x7d9e8[_0x2af5eb(0x1e8)]))return[];else{let _0x55cd1d=_0x397cff;if(_0x17e1b1){if(_0x7d9e8[_0x2af5eb(0x170)](_0x7d9e8[_0x2af5eb(0xe9)],_0x7d9e8[_0x2af5eb(0xe9)])){if(_0x3a733c){_0x7d9e8[_0x2af5eb(0x1c3)](_0x1af028,_0x2af5eb(0x1d3)+_0x29ec42[_0x2af5eb(0x1fa)]());return;}_0x7d9e8[_0x2af5eb(0x13b)](_0x16218e,_0x2af5eb(0x181)+_0x3b3ac1);}else _0x55cd1d=_0x397cff+'['+JSON[_0x2af5eb(0x200)](_0x17e1b1)+']';}const _0x39cf7d=_0x7d9e8[_0x2af5eb(0x16e)](_0x55cd1d,_0x7d9e8[_0x2af5eb(0x1b8)]),_0x178c96=_0x7d9e8[_0x2af5eb(0x1de)](_0x55cd1d,_0x7d9e8[_0x2af5eb(0x218)]);performance[_0x2af5eb(0x125)](_0x39cf7d);const _0x1cea88=_0x473183[_0x2af5eb(0x177)](null,_0x58e3f4);if(_0x7d9e8[_0x2af5eb(0x183)](_0x1cea88,Promise))return _0x7d9e8['WxVFS'](_0x7d9e8['OXJTe'],_0x7d9e8['OXJTe'])?this[_0x2af5eb(0x1ca)]:new Promise((_0x60ce3d,_0x51af3d)=>{const _0x5b5a92=_0x2af5eb,_0x234a52={'XpQil':_0x7d9e8[_0x5b5a92(0x206)],'bkzcG':function(_0x255dba,_0x14ab33){const _0x1cdb27=_0x5b5a92;return _0x7d9e8[_0x1cdb27(0x119)](_0x255dba,_0x14ab33);},'gAwFI':_0x7d9e8[_0x5b5a92(0x1eb)]};_0x7d9e8['bZPyG'](_0x7d9e8[_0x5b5a92(0x193)],_0x7d9e8[_0x5b5a92(0x179)])?_0x1cea88[_0x5b5a92(0x1ff)](_0x12a5fa=>_0x60ce3d(_0x12a5fa))[_0x5b5a92(0x167)](_0x52a1c3=>_0x51af3d(_0x52a1c3))[_0x5b5a92(0xf5)](()=>{const _0x3d7ac1=_0x5b5a92,_0x3671a6={};_0x3671a6[_0x3d7ac1(0x161)]=_0x234a52['XpQil'];const _0x4ed900=_0x3671a6;_0x234a52[_0x3d7ac1(0x1f7)](_0x234a52['gAwFI'],_0x234a52[_0x3d7ac1(0x106)])?(performance['mark'](_0x178c96),performance[_0x3d7ac1(0x11f)](_0x55cd1d,_0x39cf7d,_0x178c96)):_0xe90a11[_0x3d7ac1(0x115)](_0x4ed900[_0x3d7ac1(0x161)]);}):_0x524170=_0x5abd6b+'['+_0x3c4905['stringify'](_0x4bac0b)+']';});;return performance[_0x2af5eb(0x125)](_0x178c96),performance['measure'](_0x55cd1d,_0x39cf7d,_0x178c96),_0x1cea88;}};return _0x473183[_0x2af5eb(0x177)](null,_0x58e3f4);}else _0x7a5601[_0x2af5eb(0x125)](_0x478bb6),_0x45b2ce[_0x2af5eb(0x11f)](_0x83ef50,_0x2e440d,_0x34581f);}catch(_0x262de4){if(_0x7d9e8[_0x2af5eb(0xed)](_0x7d9e8[_0x2af5eb(0x175)],_0x7d9e8[_0x2af5eb(0x175)]))return;else return _0x473183[_0x2af5eb(0x177)](null,_0x58e3f4);}}static['measureWrapper'](_0x2c6cd7,_0x40a837){const _0x163002=a63_0x812f25,_0x2dd41d={};_0x2dd41d['RTXBt']=function(_0x5ada1d,_0x4475c4){return _0x5ada1d!==_0x4475c4;},_0x2dd41d[_0x163002(0x140)]=_0x163002(0x168),_0x2dd41d['UKLtV']=_0x163002(0xeb);const _0xae5e25=_0x2dd41d,_0x2bf928=this;return function(){const _0x2ae850=_0x163002;if(_0xae5e25[_0x2ae850(0x1a1)](_0xae5e25[_0x2ae850(0x140)],_0xae5e25[_0x2ae850(0x120)])){const _0x27614b=[_0x2c6cd7,_0x40a837,null][_0x2ae850(0x101)](arguments);return _0x2bf928[_0x2ae850(0x11f)][_0x2ae850(0x177)](_0x2bf928,_0x27614b);}else{if(!this[_0x2ae850(0x1aa)]())return;this[_0x2ae850(0x19f)]['disconnect'](),this[_0x2ae850(0x19d)](),this[_0x2ae850(0x1a6)]();}};}static['getCleanedPerfEvents'](){const _0x34e15f=a63_0x812f25,_0x55411c={};_0x55411c[_0x34e15f(0x180)]=function(_0x5cb044,_0x4ee66a){return _0x5cb044===_0x4ee66a;},_0x55411c[_0x34e15f(0x141)]=_0x34e15f(0x11f),_0x55411c[_0x34e15f(0x1bf)]=_0x34e15f(0x123),_0x55411c['yYJos']='<h1>Performance\x20Report</h1>',_0x55411c[_0x34e15f(0x202)]=_0x34e15f(0x1a9),_0x55411c['tOWSM']=_0x34e15f(0x155),_0x55411c[_0x34e15f(0x13a)]=function(_0x28c784,_0x4c4d6e){return _0x28c784===_0x4c4d6e;},_0x55411c[_0x34e15f(0x110)]=_0x34e15f(0x1e5),_0x55411c[_0x34e15f(0x1a7)]=function(_0x514510,_0x254e5d){return _0x514510===_0x254e5d;},_0x55411c['XGacl']='vSbpt',_0x55411c[_0x34e15f(0x16d)]=function(_0xecf4f7,_0x1128f3){return _0xecf4f7===_0x1128f3;},_0x55411c['yKVfx']=_0x34e15f(0x1b3),_0x55411c[_0x34e15f(0x135)]=function(_0x5983bb,_0x85461b){return _0x5983bb/_0x85461b;},_0x55411c[_0x34e15f(0x211)]=function(_0x4d8417,_0x4fa6de){return _0x4d8417+_0x4fa6de;},_0x55411c[_0x34e15f(0xfd)]=function(_0x3f4fc9,_0x49c23e){return _0x3f4fc9*_0x49c23e;},_0x55411c[_0x34e15f(0x1b7)]=function(_0x281589,_0xe36924){return _0x281589===_0xe36924;},_0x55411c[_0x34e15f(0xf7)]='CDEQx',_0x55411c[_0x34e15f(0xf0)]=_0x34e15f(0x212);const _0x3101b6=_0x55411c,_0xdf3502=/(^.*)\[(.*)\]$/,_0x45304f={},_0x5e9f24={};for(const _0x5cca13 of this['_measureEvents']){if(_0x3101b6[_0x34e15f(0x13a)](_0x3101b6['WjYtk'],_0x3101b6['WjYtk'])){const _0x58d5e1=_0x5cca13[_0x34e15f(0x10a)][_0x34e15f(0x15c)](_0xdf3502),_0x493055={};_0x493055[_0x34e15f(0x10a)]=_0x5cca13['name'],_0x493055[_0x34e15f(0x10b)]=_0x5cca13[_0x34e15f(0x10b)]||0x0;const _0x15a7af=_0x493055;_0x58d5e1&&(_0x3101b6[_0x34e15f(0x1a7)](_0x3101b6[_0x34e15f(0x219)],_0x3101b6[_0x34e15f(0x219)])?(_0x15a7af[_0x34e15f(0x10a)]=_0x58d5e1[0x1],_0x15a7af[_0x34e15f(0x158)]=JSON['parse'](_0x58d5e1[0x2])):_0x3101b6[_0x34e15f(0x180)](_0x17dd37[_0x34e15f(0x130)],_0x3101b6[_0x34e15f(0x141)])?this[_0x34e15f(0xea)][_0x34e15f(0x18f)](_0x50e96b):this[_0x34e15f(0x187)][_0x34e15f(0x18f)](_0x53d893));if(_0x45304f[_0x15a7af['name']]){if(_0x3101b6['HKCiu'](_0x3101b6[_0x34e15f(0x174)],_0x3101b6[_0x34e15f(0x174)])){const _0x47d588=_0x45304f[_0x15a7af['name']],_0x589d8e=_0x5e9f24[_0x15a7af['name']];_0x45304f[_0x15a7af[_0x34e15f(0x10a)]][_0x34e15f(0x10b)]=_0x3101b6[_0x34e15f(0x135)](_0x3101b6[_0x34e15f(0x211)](_0x3101b6[_0x34e15f(0xfd)](_0x47d588[_0x34e15f(0x10b)],_0x589d8e),_0x15a7af[_0x34e15f(0x10b)]),_0x3101b6['ylniK'](0x1,_0x589d8e)),_0x5e9f24[_0x15a7af[_0x34e15f(0x10a)]]++;}else{let _0x1e32f5=_0x3101b6['tTabY'];return _0x1e32f5+=_0x3101b6[_0x34e15f(0x126)],_0x1e32f5+=_0x3101b6[_0x34e15f(0x202)],_0x5216f3[_0x34e15f(0x118)](_0x48ea84=>{const _0x2f48ec=_0x34e15f;_0x1e32f5+='<tr><td>'+_0x48ea84[_0x2f48ec(0x10a)]+_0x2f48ec(0x18d)+_0x48ea84[_0x2f48ec(0x10b)]+_0x2f48ec(0x1f5);}),_0x1e32f5+=_0x3101b6['tOWSM'],_0x1e32f5;}}else{if(_0x3101b6[_0x34e15f(0x1b7)](_0x3101b6['wcVcq'],_0x3101b6[_0x34e15f(0xf0)]))return;else _0x45304f[_0x15a7af[_0x34e15f(0x10a)]]=_0x15a7af,_0x5e9f24[_0x15a7af[_0x34e15f(0x10a)]]=0x1;}}else!_0x18c259[_0x53ca37[_0x34e15f(0x10a)]]&&(_0x680902[_0x371d4f[_0x34e15f(0x10a)]]=0x0),_0x53354f[_0x361f61[_0x34e15f(0x10a)]]+=_0x57d9ec[_0x34e15f(0x10b)];}return Object[_0x34e15f(0x112)](_0x45304f);}static[a63_0x812f25(0x19d)](){const _0x9100eb=a63_0x812f25,_0x2dcd9e={};_0x2dcd9e[_0x9100eb(0x190)]=function(_0x749e27,_0x39f101){return _0x749e27===_0x39f101;},_0x2dcd9e[_0x9100eb(0x153)]=function(_0x5b97dd,_0x326703){return _0x5b97dd===_0x326703;},_0x2dcd9e['bEAbm']='yVzie',_0x2dcd9e['fixkR']=_0x9100eb(0x117),_0x2dcd9e[_0x9100eb(0x1c9)]=function(_0x31ef4d,_0x2c0e24){return _0x31ef4d+_0x2c0e24;};const _0x218b21=_0x2dcd9e;if(_0x218b21[_0x9100eb(0x190)](this[_0x9100eb(0xea)][_0x9100eb(0x139)],0x0)){if(_0x218b21['vDDWx'](_0x218b21['bEAbm'],_0x218b21[_0x9100eb(0x149)])){const _0x4d812a={};return _0x4d812a[_0x9100eb(0x1fd)]=[],_0x4d812a[_0x9100eb(0x194)]=[],_0x4d812a;}else return;}const _0x4a95b2=this[_0x9100eb(0x129)](),_0x25af36=JSON[_0x9100eb(0x200)](_0x4a95b2),_0x1a0fb0=_0x218b21['YUehb'](_0x25af36[_0x9100eb(0x1a2)](0x1,-0x1),',');fs['appendFileSync'](this[_0x9100eb(0x1ee)],_0x1a0fb0);}static[a63_0x812f25(0x208)](){const _0x4aaebf=a63_0x812f25,_0x266ecf={};_0x266ecf[_0x4aaebf(0xef)]=function(_0x18f40f,_0x21fc7b){return _0x18f40f===_0x21fc7b;},_0x266ecf[_0x4aaebf(0x128)]=function(_0x142dce,_0x1a46f5){return _0x142dce+_0x1a46f5;},_0x266ecf[_0x4aaebf(0xe7)]=function(_0xf5cc1e,_0x2b18aa){return _0xf5cc1e===_0x2b18aa;},_0x266ecf['pLEUM']=_0x4aaebf(0x11f),_0x266ecf[_0x4aaebf(0xf8)]=function(_0x176fb7,_0x154e57){return _0x176fb7===_0x154e57;},_0x266ecf[_0x4aaebf(0x10f)]=function(_0x444e8c,_0x451f83){return _0x444e8c!==_0x451f83;},_0x266ecf[_0x4aaebf(0x207)]=_0x4aaebf(0x215),_0x266ecf[_0x4aaebf(0x1e7)]='nUrgj',_0x266ecf[_0x4aaebf(0x1c6)]=function(_0x1d803d,_0x32f839){return _0x1d803d>_0x32f839;},_0x266ecf['yYKKz']=_0x4aaebf(0x1d9),_0x266ecf['KZpxJ']=_0x4aaebf(0x1a3);const _0x2e8244=_0x266ecf;if(!this[_0x4aaebf(0x12f)]||_0x2e8244[_0x4aaebf(0xf8)](this[_0x4aaebf(0xea)][_0x4aaebf(0x139)],0x0)){if(_0x2e8244[_0x4aaebf(0x10f)](_0x2e8244[_0x4aaebf(0x207)],_0x2e8244[_0x4aaebf(0x207)])){if(_0x2e8244[_0x4aaebf(0xef)](this[_0x4aaebf(0xea)][_0x4aaebf(0x139)],0x0))return;const _0x474526=this[_0x4aaebf(0x129)](),_0x130556=_0x2dabc5[_0x4aaebf(0x200)](_0x474526),_0x19f84c=_0x2e8244[_0x4aaebf(0x128)](_0x130556[_0x4aaebf(0x1a2)](0x1,-0x1),',');_0x484e96[_0x4aaebf(0x20a)](this['jsonReportFileName'],_0x19f84c);}else return[];}if(!fs[_0x4aaebf(0x1d1)](this[_0x4aaebf(0x1ee)]))return _0x2e8244[_0x4aaebf(0xe7)](_0x2e8244[_0x4aaebf(0x1e7)],_0x2e8244['ILZzk'])?this[_0x4aaebf(0xea)]:this[_0x4aaebf(0xea)];let _0x593d00=fs[_0x4aaebf(0x1b0)](this[_0x4aaebf(0x1ee)])[_0x4aaebf(0x1fa)]();_0x593d00='['+_0x593d00['slice'](0x0,-0x1)+']';let _0x5c4a3f=JSON[_0x4aaebf(0x11c)](_0x593d00);return _0x2e8244['mIkiA'](this['_measureEvents'][_0x4aaebf(0x139)],0x0)&&(_0x2e8244[_0x4aaebf(0xe7)](_0x2e8244[_0x4aaebf(0x1b2)],_0x2e8244['KZpxJ'])?_0x1f022b['getEntries']()['forEach'](_0x1752da=>{const _0x512781=_0x4aaebf;_0x2e8244['SFuhV'](_0x1752da[_0x512781(0x130)],_0x2e8244[_0x512781(0x18a)])?this[_0x512781(0xea)]['push'](_0x1752da):this[_0x512781(0x187)][_0x512781(0x18f)](_0x1752da);}):_0x5c4a3f=_0x5c4a3f[_0x4aaebf(0x101)](this[_0x4aaebf(0x129)]())),this[_0x4aaebf(0x19f)][_0x4aaebf(0x13c)](),fs['unlinkSync'](this[_0x4aaebf(0x1ee)]),_0x5c4a3f;}static[a63_0x812f25(0x1a6)](){const _0x68e06b=a63_0x812f25,_0x3c2542={};_0x3c2542[_0x68e06b(0x12d)]=function(_0x37da5f,_0xa3e1b9){return _0x37da5f===_0xa3e1b9;},_0x3c2542[_0x68e06b(0x154)]=_0x68e06b(0x1f9),_0x3c2542[_0x68e06b(0x10e)]=function(_0x37d9f2,_0x3160a0){return _0x37d9f2+_0x3160a0;};const _0x9273d2=_0x3c2542;if(_0x9273d2[_0x68e06b(0x12d)](this[_0x68e06b(0x1ca)]['length'],0x0)){if(_0x9273d2[_0x68e06b(0x12d)](_0x9273d2['ZNyRC'],_0x9273d2['ZNyRC']))return;else{const _0x53ccb9=this;return function(){const _0x1b62a2=_0x68e06b,_0x58c54a=[_0xe2572f,_0x3b1802,null]['concat'](arguments);return _0x53ccb9[_0x1b62a2(0x11f)]['apply'](_0x53ccb9,_0x58c54a);};}}const _0x278a07=JSON['stringify'](this['_errorEvents']),_0x334d08=_0x9273d2[_0x68e06b(0x10e)](_0x278a07[_0x68e06b(0x1a2)](0x1,-0x1),',');fs[_0x68e06b(0x20a)](this[_0x68e06b(0x136)],_0x334d08);}static[a63_0x812f25(0x138)](){const _0x24fe57=a63_0x812f25,_0x4a5b88={};_0x4a5b88[_0x24fe57(0x171)]=function(_0x56338c,_0x4390b4){return _0x56338c!==_0x4390b4;},_0x4a5b88[_0x24fe57(0x1d5)]=_0x24fe57(0x1cd),_0x4a5b88[_0x24fe57(0x142)]=_0x24fe57(0x1c5),_0x4a5b88['YZmiG']=function(_0x3363db,_0x25d19d){return _0x3363db>_0x25d19d;},_0x4a5b88[_0x24fe57(0x1c1)]=_0x24fe57(0x1ec);const _0xc2fecd=_0x4a5b88;if(!fs[_0x24fe57(0x1d1)](this['errorReportFileName'])){if(_0xc2fecd['yKkxQ'](_0xc2fecd['fWbtN'],_0xc2fecd[_0x24fe57(0x142)]))return this[_0x24fe57(0x1ca)];else _0x183097[_0x4b88bb[_0x24fe57(0x10a)]]=_0x46aa40,_0x12b820[_0x7ca542[_0x24fe57(0x10a)]]=0x1;}let _0x405f0c=fs[_0x24fe57(0x1b0)](this[_0x24fe57(0x147)])[_0x24fe57(0x1fa)]();_0x405f0c='['+_0x405f0c[_0x24fe57(0x1a2)](0x0,-0x1)+']';let _0x5d2dba=JSON['parse'](_0x405f0c);if(_0xc2fecd[_0x24fe57(0x17e)](this['_errorEvents'][_0x24fe57(0x139)],0x0)){if(_0xc2fecd[_0x24fe57(0x171)](_0xc2fecd[_0x24fe57(0x1c1)],_0xc2fecd[_0x24fe57(0x1c1)])){const _0x26de56=this[_0x24fe57(0x208)](),_0x2ee292=this[_0x24fe57(0x138)]();if(!this[_0x24fe57(0x1aa)]()){const _0x5bd3a1={};return _0x5bd3a1['measures']=[],_0x5bd3a1[_0x24fe57(0x194)]=[],_0x5bd3a1;}const _0x5e7e29={};return _0x5e7e29[_0x24fe57(0x1fd)]=_0x26de56,_0x5e7e29[_0x24fe57(0x194)]=_0x2ee292,_0x5e7e29;}else _0x5d2dba=_0x5d2dba[_0x24fe57(0x101)](this['_errorEvents']);}return fs[_0x24fe57(0x1f3)](this[_0x24fe57(0x147)]),_0x5d2dba;}static[a63_0x812f25(0x213)](_0x52912f){const _0x330eb2=a63_0x812f25,_0x30c3a8={};_0x30c3a8[_0x330eb2(0x186)]=function(_0xb627ec,_0x27edf6){return _0xb627ec+_0x27edf6;},_0x30c3a8['hCbMZ']=function(_0x4d190a,_0x3ebe19){return _0x4d190a||_0x3ebe19;},_0x30c3a8['izjiZ']=function(_0x35ae26,_0xb26c64){return _0x35ae26!==_0xb26c64;},_0x30c3a8[_0x330eb2(0x1af)]=_0x330eb2(0xf1);const _0x335a17=_0x30c3a8;if(!this[_0x330eb2(0x1aa)]()){if(_0x335a17['izjiZ'](_0x335a17[_0x330eb2(0x1af)],_0x335a17['NhXbq']))return _0x335a17[_0x330eb2(0x186)](_0x17f965[_0x2d5cdb],_0x335a17[_0x330eb2(0x16a)](_0x28b119,0x0));else return;}this[_0x330eb2(0x1ca)][_0x330eb2(0x18f)]({'message':_0x52912f[_0x330eb2(0x1bd)],'trace':_0x52912f[_0x330eb2(0x1fc)],'code':_0x52912f[_0x330eb2(0x1a5)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x4782ea=a63_0x812f25,_0x5a143b={};_0x5a143b[_0x4782ea(0x196)]=function(_0x31fbdd,_0x3c68c5){return _0x31fbdd===_0x3c68c5;},_0x5a143b['FPSyJ']=_0x4782ea(0x1ae),_0x5a143b[_0x4782ea(0x12a)]=function(_0x318795,_0x466ba6){return _0x318795!==_0x466ba6;},_0x5a143b[_0x4782ea(0x205)]='ANZnk',_0x5a143b[_0x4782ea(0xfc)]='dqgIu',_0x5a143b['Phkof']='Error\x20stopping\x20monitoring';const _0x14b652=_0x5a143b;try{if(_0x14b652[_0x4782ea(0x196)](_0x14b652[_0x4782ea(0x1ac)],_0x14b652['FPSyJ'])){if(!this[_0x4782ea(0x1aa)]()){if(_0x14b652['npOvU'](_0x14b652[_0x4782ea(0x205)],_0x14b652[_0x4782ea(0x205)]))return;else return;}this[_0x4782ea(0x19f)]['disconnect'](),this[_0x4782ea(0x19d)](),this[_0x4782ea(0x1a6)]();}else return;}catch{if(_0x14b652[_0x4782ea(0x12a)](_0x14b652[_0x4782ea(0xfc)],_0x14b652[_0x4782ea(0xfc)]))return _0x2a117a;else logger[_0x4782ea(0x115)](_0x14b652[_0x4782ea(0x14b)]);}}static[a63_0x812f25(0x107)](){const _0x32a11b=a63_0x812f25,_0xa2bd46={};_0xa2bd46[_0x32a11b(0x15b)]=function(_0xe65145,_0x16c073){return _0xe65145/_0x16c073;},_0xa2bd46[_0x32a11b(0x1d7)]=function(_0x3d9c79,_0x1550ee){return _0x3d9c79+_0x1550ee;},_0xa2bd46[_0x32a11b(0x199)]=function(_0x4fa769,_0x437e94){return _0x4fa769*_0x437e94;},_0xa2bd46[_0x32a11b(0x1b6)]=function(_0x3d3471,_0x6ae1ae){return _0x3d3471+_0x6ae1ae;},_0xa2bd46[_0x32a11b(0x1ba)]=function(_0x43ee35,_0x1a79b8){return _0x43ee35!==_0x1a79b8;},_0xa2bd46[_0x32a11b(0x18e)]=_0x32a11b(0x1a4),_0xa2bd46['gFdCb']='wUBta';const _0x26542a=_0xa2bd46,_0x3c5daa=this[_0x32a11b(0x208)](),_0x398b0f=this['finalizeErrors']();if(!this[_0x32a11b(0x1aa)]()){if(_0x26542a['CVoqa'](_0x26542a['JJyMr'],_0x26542a[_0x32a11b(0x14f)])){const _0x50a99d={};return _0x50a99d['measures']=[],_0x50a99d[_0x32a11b(0x194)]=[],_0x50a99d;}else{const _0x2afde4=_0x30a91d[_0x32a11b(0x10a)][_0x32a11b(0x15c)](_0x42b743),_0x5b6b55={};_0x5b6b55[_0x32a11b(0x10a)]=_0x3524cc['name'],_0x5b6b55[_0x32a11b(0x10b)]=_0x4c26e8[_0x32a11b(0x10b)]||0x0;const _0x2905f0=_0x5b6b55;_0x2afde4&&(_0x2905f0[_0x32a11b(0x10a)]=_0x2afde4[0x1],_0x2905f0[_0x32a11b(0x158)]=_0x3c3ee4[_0x32a11b(0x11c)](_0x2afde4[0x2]));if(_0x20d8d0[_0x2905f0[_0x32a11b(0x10a)]]){const _0x612833=_0x221faf[_0x2905f0[_0x32a11b(0x10a)]],_0x4e69db=_0x7f89ae[_0x2905f0[_0x32a11b(0x10a)]];_0x27c2e3[_0x2905f0[_0x32a11b(0x10a)]][_0x32a11b(0x10b)]=_0x26542a[_0x32a11b(0x15b)](_0x26542a['OgUvE'](_0x26542a[_0x32a11b(0x199)](_0x612833[_0x32a11b(0x10b)],_0x4e69db),_0x2905f0[_0x32a11b(0x10b)]),_0x26542a[_0x32a11b(0x1b6)](0x1,_0x4e69db)),_0x51ea49[_0x2905f0[_0x32a11b(0x10a)]]++;}else _0x5f36ca[_0x2905f0['name']]=_0x2905f0,_0x325ad3[_0x2905f0[_0x32a11b(0x10a)]]=0x1;}}const _0x4aa452={};return _0x4aa452['measures']=_0x3c5daa,_0x4aa452[_0x32a11b(0x194)]=_0x398b0f,_0x4aa452;}}module[a63_0x812f25(0x1e4)]=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a64_0x4f31(){const _0x5846eb=['1045649XOcBeC','YYNtD','duration_ms','gfQLm','method','unpatch','upIwl','GBOsE','rvBGj','ZkhtP','OaauU','KHVnR','oYpJD','TQBVv','ShABp','restore','monkeypatch','KnZHf','679SnaVQm','aHrSJ','once','upvIO','kNgru','path','now','response','IrKMj','KWyTd','socket','exports','end','48ShVaOV','scInZ','statusCode','8741440Dlqyeb','1570XAOkQc','hYMrC','ZbCqk','JQtHj','4CphIAb','hostname','DStpg','SJFzx','JZhIs','FStdC','XFRBs','error','534962ZIMoGl','wIaIe','EmPTg','moSZD','10572tGHQMD','host','3268856MHYOel','3MuWodz','26793NSjPkS','jAJrY','VzZjf','headers','CcAjW','status_code','request','VwVeK','removeListener','jxdZa','53525DbOqjO'];a64_0x4f31=function(){return _0x5846eb;};return a64_0x4f31();}function a64_0x8fa4(_0xccb461,_0x2abebe){const _0x4f319e=a64_0x4f31();return a64_0x8fa4=function(_0x8fa4c8,_0x3d0176){_0x8fa4c8=_0x8fa4c8-0x9b;let _0x1cf7d9=_0x4f319e[_0x8fa4c8];return _0x1cf7d9;},a64_0x8fa4(_0xccb461,_0x2abebe);}const a64_0x292742=a64_0x8fa4;(function(_0x2eea28,_0x3765d1){const _0x3e03c8=a64_0x8fa4,_0x4c7fb8=_0x2eea28();while(!![]){try{const _0x7c368=parseInt(_0x3e03c8(0xb2))/0x1*(parseInt(_0x3e03c8(0xaa))/0x2)+parseInt(_0x3e03c8(0xb9))/0x3*(-parseInt(_0x3e03c8(0xb8))/0x4)+parseInt(_0x3e03c8(0xc4))/0x5+-parseInt(_0x3e03c8(0xb6))/0x6*(-parseInt(_0x3e03c8(0xd7))/0x7)+parseInt(_0x3e03c8(0xa5))/0x8+parseInt(_0x3e03c8(0xba))/0x9*(-parseInt(_0x3e03c8(0xa6))/0xa)+-parseInt(_0x3e03c8(0xc5))/0xb*(parseInt(_0x3e03c8(0xa2))/0xc);if(_0x7c368===_0x3765d1)break;else _0x4c7fb8['push'](_0x4c7fb8['shift']());}catch(_0x27bf9c){_0x4c7fb8['push'](_0x4c7fb8['shift']());}}}(a64_0x4f31,0xa5dd8));const http=require('http'),https=require('https'),monkeypatch=require(a64_0x292742(0xd5));function spy(_0x203acc){const _0x17c52d=a64_0x292742,_0x92e3f4={'XFRBs':function(_0x9d862,..._0x3526cc){return _0x9d862(..._0x3526cc);},'IrKMj':function(_0xf105a7,_0x5d8a78,_0x40271c){return _0xf105a7(_0x5d8a78,_0x40271c);},'NqDNh':function(_0x1d7022,_0x5bf852){return _0x1d7022===_0x5bf852;},'upvIO':_0x17c52d(0xd1),'gfQLm':function(_0x3393e2,_0x5c9b08){return _0x3393e2-_0x5c9b08;},'kNgru':_0x17c52d(0xb1),'CcAjW':function(_0x3e2fae,_0x3b3e86){return _0x3e2fae!==_0x3b3e86;},'KnZHf':_0x17c52d(0xd0),'EmPTg':_0x17c52d(0xbb),'FStdC':function(_0x4d383a,..._0x28d474){return _0x4d383a(..._0x28d474);},'jxdZa':function(_0x7ae6f2,_0x432c4c){return _0x7ae6f2===_0x432c4c;},'VwVeK':'Bjgkk','npPUr':function(_0x666b78,_0x55c913){return _0x666b78-_0x55c913;},'JQtHj':function(_0x1d7b0c,_0x51dd18,_0x599051){return _0x1d7b0c(_0x51dd18,_0x599051);},'JZhIs':_0x17c52d(0xc6),'KWyTd':_0x17c52d(0xb5),'hYMrC':_0x17c52d(0xac),'Nwpjw':function(_0x12a798,_0x24080e,_0x11be59){return _0x12a798(_0x24080e,_0x11be59);},'xaUeB':_0x17c52d(0x9c),'scInZ':_0x17c52d(0x9f),'ShABp':function(_0x1214e3,_0x41c9d8,_0x3303de,_0xe40fef){return _0x1214e3(_0x41c9d8,_0x3303de,_0xe40fef);},'VzZjf':_0x17c52d(0xa1),'aHrSJ':'request','ZkhtP':function(_0x3367aa,_0x34d9ab,_0x5ab2bf,_0xadb788){return _0x3367aa(_0x34d9ab,_0x5ab2bf,_0xadb788);}},_0x290a01=(_0x2217a7,_0x1473b9,_0xc4c3a5)=>{const _0x5410fa=_0x17c52d,_0x39e0f5={'GBOsE':_0x92e3f4['kNgru'],'IRnRR':function(_0x177421,_0x4f225f){const _0x48512d=a64_0x8fa4;return _0x92e3f4[_0x48512d(0xc3)](_0x177421,_0x4f225f);},'OaauU':_0x92e3f4[_0x5410fa(0xc1)],'ZbCqk':function(_0x244b4a,_0x4026d0){return _0x92e3f4['npPUr'](_0x244b4a,_0x4026d0);},'TQBVv':function(_0x3fd5eb,_0x4d388b,_0x215de4){const _0x105bbc=_0x5410fa;return _0x92e3f4[_0x105bbc(0xa9)](_0x3fd5eb,_0x4d388b,_0x215de4);},'rvBGj':function(_0x2f8e74,_0x3c6bca){return _0x92e3f4['CcAjW'](_0x2f8e74,_0x3c6bca);},'wIaIe':_0x92e3f4[_0x5410fa(0xae)]};if(_0x92e3f4['jxdZa'](_0x92e3f4[_0x5410fa(0x9e)],_0x92e3f4[_0x5410fa(0xa7)]))_0x19b1a5=_0x32a447[_0x5410fa(0x9b)](),_0x92e3f4[_0x5410fa(0xb0)](_0x4dc502,..._0x17165b);else{const _0x4eacf5=_0x92e3f4['Nwpjw'](_0x2217a7,_0x1473b9,_0xc4c3a5);let _0x167bff=Date['now'](),_0x57a83c;const _0x3747fd=_0x2e2f04=>{const _0x34c549=_0x5410fa,_0x596c3b={'qVEyc':function(_0x3a4f45,_0x1e538a,_0x2dfbfa){const _0x96d17e=a64_0x8fa4;return _0x92e3f4[_0x96d17e(0x9d)](_0x3a4f45,_0x1e538a,_0x2dfbfa);}};if(_0x92e3f4['NqDNh'](_0x92e3f4[_0x34c549(0xda)],_0x92e3f4['upvIO'])){const _0x27f65d={};_0x27f65d[_0x34c549(0xb7)]=_0x1473b9[_0x34c549(0xb7)]||_0x1473b9['hostname'],_0x27f65d['path']=_0x1473b9['path'],_0x27f65d['method']=_0x1473b9['method'],_0x27f65d[_0x34c549(0xbd)]=_0x1473b9['headers'],_0x92e3f4[_0x34c549(0x9d)](_0x203acc,_0x2e2f04,_0x27f65d);}else{const _0x5e00d6={};_0x5e00d6[_0x34c549(0xb7)]=_0x1b7cf4['host']||_0x4544cc[_0x34c549(0xab)],_0x5e00d6[_0x34c549(0xdc)]=_0x27c696[_0x34c549(0xdc)],_0x5e00d6[_0x34c549(0xc9)]=_0x5b5047[_0x34c549(0xc9)],_0x5e00d6[_0x34c549(0xbd)]=_0x1805df[_0x34c549(0xbd)],_0x596c3b['qVEyc'](_0x3d25bb,_0x16c4d5,_0x5e00d6);}};return _0x4eacf5[_0x5410fa(0xd9)](_0x92e3f4['xaUeB'],_0x5a3d97=>{const _0x53f640=_0x5410fa;if(_0x39e0f5['IRnRR'](_0x39e0f5[_0x53f640(0xcf)],_0x39e0f5['OaauU'])){const _0x2e644b=_0x39e0f5[_0x53f640(0xa8)](Date['now'](),_0x167bff),_0x1c8881={};_0x1c8881[_0x53f640(0xab)]=_0x1473b9['host']||_0x1473b9['hostname'],_0x1c8881['path']=_0x1473b9[_0x53f640(0xdc)],_0x1c8881[_0x53f640(0xc9)]=_0x1473b9['method'],_0x1c8881[_0x53f640(0xbd)]=_0x1473b9[_0x53f640(0xbd)],_0x1c8881[_0x53f640(0xbf)]=_0x5a3d97[_0x53f640(0xa4)],_0x1c8881[_0x53f640(0xc7)]=_0x2e644b,_0x39e0f5[_0x53f640(0xd2)](_0x203acc,null,_0x1c8881),_0x57a83c[_0x53f640(0xc2)](_0x39e0f5[_0x53f640(0xcc)],_0x3747fd);}else _0x2ae60b=_0x4de60b,_0x3063b4[_0x53f640(0xd9)](_0x39e0f5[_0x53f640(0xcc)],_0x1fcacb);}),_0x4eacf5['on'](_0x92e3f4[_0x5410fa(0xa3)],_0x5e8f21=>{const _0x48bce4=_0x5410fa;_0x39e0f5[_0x48bce4(0xcd)](_0x39e0f5[_0x48bce4(0xb3)],_0x39e0f5[_0x48bce4(0xb3)])?(_0x2424fb[_0x48bce4(0xc0)][_0x48bce4(0xca)](),_0x17140a[_0x48bce4(0xc0)][_0x48bce4(0xca)]()):(_0x57a83c=_0x5e8f21,_0x5e8f21[_0x48bce4(0xd9)](_0x39e0f5['GBOsE'],_0x3747fd));}),_0x92e3f4[_0x5410fa(0xd3)](monkeypatch,_0x4eacf5,_0x92e3f4[_0x5410fa(0xbc)],(_0xebb979,..._0x17b286)=>{const _0x36e7a3=_0x5410fa,_0x41b60f={'upIwl':function(_0x5ede6f,_0x25e9b6){const _0x5a524f=a64_0x8fa4;return _0x92e3f4[_0x5a524f(0xc8)](_0x5ede6f,_0x25e9b6);},'OkPMr':function(_0x3d6585,_0x173477,_0x315113){const _0x3653dc=a64_0x8fa4;return _0x92e3f4[_0x3653dc(0x9d)](_0x3d6585,_0x173477,_0x315113);},'SJFzx':_0x92e3f4[_0x36e7a3(0xdb)]};if(_0x92e3f4[_0x36e7a3(0xbe)](_0x92e3f4[_0x36e7a3(0xd6)],_0x92e3f4[_0x36e7a3(0xb4)]))_0x167bff=Date[_0x36e7a3(0x9b)](),_0x92e3f4[_0x36e7a3(0xaf)](_0xebb979,..._0x17b286);else{const _0x25f8a8=_0x41b60f[_0x36e7a3(0xcb)](_0x1f9550[_0x36e7a3(0x9b)](),_0x13dbad),_0x57d7ec={};_0x57d7ec[_0x36e7a3(0xab)]=_0x46d669['host']||_0x59c1f6[_0x36e7a3(0xab)],_0x57d7ec[_0x36e7a3(0xdc)]=_0x46bc08['path'],_0x57d7ec[_0x36e7a3(0xc9)]=_0x1968c1[_0x36e7a3(0xc9)],_0x57d7ec['headers']=_0x352226[_0x36e7a3(0xbd)],_0x57d7ec[_0x36e7a3(0xbf)]=_0x43360e[_0x36e7a3(0xa4)],_0x57d7ec['duration_ms']=_0x25f8a8,_0x41b60f['OkPMr'](_0x300bbd,null,_0x57d7ec),_0x5d7406[_0x36e7a3(0xc2)](_0x41b60f[_0x36e7a3(0xad)],_0x3e0e67);}}),_0x4eacf5;}};_0x92e3f4['ShABp'](monkeypatch,http,_0x92e3f4[_0x17c52d(0xd8)],_0x290a01),_0x92e3f4[_0x17c52d(0xce)](monkeypatch,https,_0x92e3f4[_0x17c52d(0xd8)],_0x290a01);}function restore(){const _0x535a79=a64_0x292742;http[_0x535a79(0xc0)][_0x535a79(0xca)](),https[_0x535a79(0xc0)][_0x535a79(0xca)]();}const a64_0x3be8c7={};a64_0x3be8c7['spy']=spy,a64_0x3be8c7[a64_0x292742(0xd4)]=restore,module[a64_0x292742(0xa0)]=a64_0x3be8c7;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x7b79(_0x4f4381,_0x3da981){const _0x49846d=a65_0x4984();return a65_0x7b79=function(_0x7b791b,_0x3eae9e){_0x7b791b=_0x7b791b-0xa1;let _0x5e6dc1=_0x49846d[_0x7b791b];return _0x5e6dc1;},a65_0x7b79(_0x4f4381,_0x3da981);}(function(_0x473df4,_0x24b0ae){const _0x18555e=a65_0x7b79,_0x29f7b6=_0x473df4();while(!![]){try{const _0x1896bc=parseInt(_0x18555e(0xb9))/0x1*(-parseInt(_0x18555e(0xaa))/0x2)+parseInt(_0x18555e(0xbe))/0x3*(parseInt(_0x18555e(0xa1))/0x4)+-parseInt(_0x18555e(0xad))/0x5*(-parseInt(_0x18555e(0xbf))/0x6)+-parseInt(_0x18555e(0xbb))/0x7*(-parseInt(_0x18555e(0xbc))/0x8)+parseInt(_0x18555e(0xb0))/0x9+parseInt(_0x18555e(0xab))/0xa*(-parseInt(_0x18555e(0xa3))/0xb)+-parseInt(_0x18555e(0xb5))/0xc*(-parseInt(_0x18555e(0xa2))/0xd);if(_0x1896bc===_0x24b0ae)break;else _0x29f7b6['push'](_0x29f7b6['shift']());}catch(_0x53e37b){_0x29f7b6['push'](_0x29f7b6['shift']());}}}(a65_0x4984,0x23ce6),module['exports']=function(){const _0x5a4abc=a65_0x7b79,_0x50922c={'vRIcp':function(_0x2c13e0,_0x37e572){return _0x2c13e0===_0x37e572;},'zWhXA':_0x5a4abc(0xa5),'ysnzU':'agent','VgjBL':function(_0x4c26df,_0x3160ab,_0x4c982b){return _0x4c26df(_0x3160ab,_0x4c982b);},'QLNcS':function(_0x4bf6e6,_0x5df9ec,_0x2af5da){return _0x4bf6e6(_0x5df9ec,_0x2af5da);},'SqlcJ':function(_0xe4588f,_0x29a73e){return _0xe4588f(_0x29a73e);},'qMSMa':'http','HGhnT':function(_0x13f6bf,_0x5e70bd){return _0x13f6bf(_0x5e70bd);},'cqkVv':_0x5a4abc(0xa4),'acetJ':function(_0x3a4db3,_0x539bf6){return _0x3a4db3*_0x539bf6;},'XlHeU':'keepAlive'},_0x29b050=_0x50922c[_0x5a4abc(0xac)](require,_0x50922c[_0x5a4abc(0xba)]),_0x47df2b=_0x50922c[_0x5a4abc(0xa9)](require,_0x50922c[_0x5a4abc(0xa7)]),_0x5826ee=_0x50922c['acetJ'](0x1e,0x3e8);if(_0x29b050['globalAgent']&&Object[_0x5a4abc(0xa6)][_0x5a4abc(0xa8)][_0x5a4abc(0xb4)](_0x29b050[_0x5a4abc(0xb8)],_0x50922c[_0x5a4abc(0xaf)]))_0x29b050[_0x5a4abc(0xb8)][_0x5a4abc(0xae)]=!![],_0x47df2b[_0x5a4abc(0xb8)][_0x5a4abc(0xae)]=!![],_0x29b050[_0x5a4abc(0xb8)][_0x5a4abc(0xb3)]=_0x5826ee,_0x47df2b['globalAgent'][_0x5a4abc(0xb3)]=_0x5826ee;else{const _0x41ab85={};_0x41ab85[_0x5a4abc(0xae)]=!![],_0x41ab85[_0x5a4abc(0xb3)]=_0x5826ee;const _0x354bc1=new _0x29b050[(_0x5a4abc(0xb2))](_0x41ab85),_0x1ef080={};_0x1ef080[_0x5a4abc(0xae)]=!![],_0x1ef080[_0x5a4abc(0xb3)]=_0x5826ee;const _0x4ac934=new _0x47df2b[(_0x5a4abc(0xb2))](_0x1ef080),_0x27d001=_0x29b050['request'],_0x2e155a=_0x47df2b[_0x5a4abc(0xb6)];_0x29b050[_0x5a4abc(0xb6)]=function(_0x158efb,_0x53988e){const _0x3a20e5=_0x5a4abc;if(_0x50922c['vRIcp'](_0x158efb[_0x3a20e5(0xbd)],_0x50922c[_0x3a20e5(0xb1)]))return _0x158efb[_0x50922c['ysnzU']]=_0x4ac934,_0x50922c[_0x3a20e5(0xb7)](_0x2e155a,_0x158efb,_0x53988e);return _0x158efb[_0x50922c['ysnzU']]=_0x354bc1,_0x50922c['QLNcS'](_0x27d001,_0x158efb,_0x53988e);};}});function a65_0x4984(){const _0x353ab3=['Agent','keepAliveMsecs','call','887280oOTISx','request','VgjBL','globalAgent','3912xtfLKp','qMSMa','7nhvCrt','2020632XtDFuu','protocol','684CYphPF','698442aNhnbQ','416VHsFnB','13UFqduB','11dohHmu','https','https:','prototype','cqkVv','hasOwnProperty','HGhnT','100DgUkuS','1477530QIdAZn','SqlcJ','5IxfLoZ','keepAlive','XlHeU','210393hyXjDt','zWhXA'];a65_0x4984=function(){return _0x353ab3;};return a65_0x4984();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a66_0x44c5a1=a66_0x4bc4;function a66_0x4b91(){var _0xe7fa03=['2732244SDKaOH','api/v1/event','https://collector-observability.browserstack.com','42068aEcSMk','3341619ZfvBic','3671832sznUXw','25130eMeXll','123hSPOwR','assign','PLAYWRIGHT','31PpbEfX','29350JRkewB','5115Yrlmtk','Playwright','7wdenUh','exports','mocha','3179yEhBwU'];a66_0x4b91=function(){return _0xe7fa03;};return a66_0x4b91();}(function(_0x58d87f,_0x3240a3){var _0x509830=a66_0x4bc4,_0x243876=_0x58d87f();while(!![]){try{var _0x1385ae=parseInt(_0x509830(0xf0))/0x1*(parseInt(_0x509830(0xec))/0x2)+-parseInt(_0x509830(0xed))/0x3*(-parseInt(_0x509830(0xe9))/0x4)+parseInt(_0x509830(0xf2))/0x5+-parseInt(_0x509830(0xe6))/0x6+parseInt(_0x509830(0xf4))/0x7*(parseInt(_0x509830(0xeb))/0x8)+parseInt(_0x509830(0xea))/0x9+-parseInt(_0x509830(0xf1))/0xa*(parseInt(_0x509830(0xe5))/0xb);if(_0x1385ae===_0x3240a3)break;else _0x243876['push'](_0x243876['shift']());}catch(_0x56a8fd){_0x243876['push'](_0x243876['shift']());}}}(a66_0x4b91,0x55100));function a66_0x4bc4(_0x4763ce,_0x4526da){var _0x4b91d7=a66_0x4b91();return a66_0x4bc4=function(_0x4bc435,_0x51dfd1){_0x4bc435=_0x4bc435-0xe3;var _0x18d3a1=_0x4b91d7[_0x4bc435];return _0x18d3a1;},a66_0x4bc4(_0x4763ce,_0x4526da);}var a66_0x2f652e={};a66_0x2f652e[a66_0x44c5a1(0xef)]=a66_0x44c5a1(0xf3),a66_0x2f652e['MOCHA']=a66_0x44c5a1(0xe4),module[a66_0x44c5a1(0xe3)]={'consoleHolder':Object[a66_0x44c5a1(0xee)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x44c5a1(0xe8),'EVENT_ENDPOINT':a66_0x44c5a1(0xe7),'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':'.obs_test_details','FRAMEWORKS':a66_0x2f652e};
|
|
@@ -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_0x2cb75e=a67_0x4d4d;function a67_0x52ef(){const _0x1bc40b=['getConfig','gMUKA','mHTTl','recursivelyDeletePIIKeysFromObject','VQuhd','call','rYUUD','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','2517380wQuYbg','7HcKLRp','[Crash_Report_Upload]\x20Success\x20response:\x20','MfxzY','headers','stack','./utils','uploadCrashReport','name','HjrHf','toLowerCase','30538JOiFDL','WkUpg','YNAwk','QOcod','then','tyjLH','getFramework','XJlQu','LtSTF','uXLrW','OGufc','SAJOp','sGPLm','password','forEach','LzbYg','setConfigDetails','648848wIsrJL','fLqbm','FNkks','inspect','aeujB','USER_CONFIG_FOR_REPORTING','JOvMv','qBvPX','eSLpj','dVNPP','ksNQr','object','xgCTq','credentials','GceeD','IkiKh','FsVBr','auth','iHATH','getPerformance','GSaPI','ISEER','UEqec','FiOBT','vvBPt','initialize','apply','SiBYz','defineProperty','uzqMq','CbMmk','getOwnPropertyNames','MGtey','setFrameworkDetails','Xzmdf','MyZzK','uSLBb','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','sNaKv','jqwZo','captureError','userConfig','ZOHDj','util','mtqOk','mDCtY','yufIP','OAtNM','EZdOI','GqjLW','ELdzC','pyZAZ','constructor','getCredentials','ZxSAv','length','env','setCredentials','BUxQp','depth','EqSeq','wUZfm','dglBP','true','qhFkV','xIqdY','kdVZu','o11yClassErrorHandler','parse','accessKey','kSvus','3WTBmDl','DJixw','vKozd','FioXj','frameworkDetails','kmeQR','setAllDetails','uxoBZ','catch','13739589PuFuiA','vnElE','CREDENTIALS_FOR_CRASH_REPORTING','timerify','zCSTF','bfOjO','DnOIU','DYCWG','o11yErrorHandler','uxTXn','sLjoz','OnbtK','lCRpF','XlUsH','Iexod','key','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','Cmcqs','gfHns','fkvew','rsJep','ASMvw','../performance-tester','1771156YYsndB','lGZIN','stringify','zYLQd','rBUuB','BROWSERSTACK_O11Y_PERF_MEASUREMENT','AAbor','eUNCV','toString','faoEf','FMIxx','IWrcs','frameworkName','YoeQr','ivRMs','frameworkVersion','filterPII','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','apqXf','OVnUI','application/json','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','wNCVp','kiSYs','uiaHD','Keusy','Pkswm','includes','prototype','/api/v1/analytics','aNCFC','Content-Type','EdQdk','Error\x20in\x20executing\x20','MnlLH','5950440OdPsmw','ZqTku','ehVuO','cHgcz','fkqpZ','giBaX','WMYas','UmnMG','HWMhi','kaQTp','ioTEQ','qeKtC','../helper','yueAf','X-BSTACK-TESTOPS','hPlTo','OFHuL','wddpf','XhJEa','yanQI','user','sXuEt','OSiEi','JtNxZ','tTttN','2574612jIchSb','mbZJL','iJCsy','RPtsd','username','lOvQD','rvKbz','OteXk','function','wmatt','cAQYe','47TUaNoz','jPVwY','keys','\x20with\x20args\x20','yuXMk','XzCel','vfSoh','SItbX','nyTCa','lOlmb','kVMQo','IzMoq','jzeXJ'];a67_0x52ef=function(){return _0x1bc40b;};return a67_0x52ef();}(function(_0x411e71,_0x3bf87e){const _0x35cadf=a67_0x4d4d,_0x427b87=_0x411e71();while(!![]){try{const _0x5d5a53=parseInt(_0x35cadf(0x1fe))/0x1*(parseInt(_0x35cadf(0x13f))/0x2)+parseInt(_0x35cadf(0x197))/0x3*(parseInt(_0x35cadf(0x1b7))/0x4)+-parseInt(_0x35cadf(0x1da))/0x5+-parseInt(_0x35cadf(0x1f3))/0x6+-parseInt(_0x35cadf(0x135))/0x7*(-parseInt(_0x35cadf(0x150))/0x8)+parseInt(_0x35cadf(0x1a0))/0x9+-parseInt(_0x35cadf(0x134))/0xa;if(_0x5d5a53===_0x3bf87e)break;else _0x427b87['push'](_0x427b87['shift']());}catch(_0x146bed){_0x427b87['push'](_0x427b87['shift']());}}}(a67_0x52ef,0xdb0cf));const util=require(a67_0x2cb75e(0x17b)),PerformanceTester=require(a67_0x2cb75e(0x1b6)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x2cb75e(0x13a)),{getAgentVersion}=require(a67_0x2cb75e(0x1e6)),o11yErrorHandler=_0x7cc3ca=>{const _0xd290c0=a67_0x2cb75e,_0x1a035d={'OAtNM':function(_0x286af1,_0x4ed52c){return _0x286af1===_0x4ed52c;},'apqXf':_0xd290c0(0x15b),'GSaPI':function(_0x2e0ff0,_0x42ebec){return _0x2e0ff0(_0x42ebec);},'XhJEa':function(_0x4ae920,_0x2dc955){return _0x4ae920!==_0x2dc955;},'iJCsy':'nnHjH','OSiEi':_0xd290c0(0x154),'lCRpF':function(_0x259a21,_0x5ae417){return _0x259a21!==_0x5ae417;},'GgZht':_0xd290c0(0x1cd),'cHgcz':_0xd290c0(0x144),'OteXk':_0xd290c0(0x196),'LtSTF':'MmXam','OnbtK':function(_0x329cd2,_0x54de90){return _0x329cd2 instanceof _0x54de90;},'GqjLW':_0xd290c0(0x172),'Pkswm':_0xd290c0(0x1e4),'rsJep':function(_0x47cdc2,_0x30a7a4,_0x4af189,_0x3d309a){return _0x47cdc2(_0x30a7a4,_0x4af189,_0x3d309a);}};return function(..._0x2bd34b){const _0x3a7470=_0xd290c0,_0x443bd3={'Cmcqs':function(_0x15eb26,_0x5c3ba3){const _0x55b8c6=a67_0x4d4d;return _0x1a035d[_0x55b8c6(0x164)](_0x15eb26,_0x5c3ba3);}};if(_0x1a035d['XhJEa'](_0x1a035d[_0x3a7470(0x1f5)],_0x1a035d[_0x3a7470(0x1f0)]))try{if(_0x1a035d[_0x3a7470(0x1ac)](_0x1a035d['GgZht'],_0x1a035d[_0x3a7470(0x1dd)])){let _0x5d04de=_0x7cc3ca;if(process['env'][_0x3a7470(0x1bc)]){if(_0x1a035d[_0x3a7470(0x17f)](_0x1a035d[_0x3a7470(0x1fa)],_0x1a035d[_0x3a7470(0x147)]))return;else _0x5d04de=PerformanceTester[_0x3a7470(0x163)]()[_0x3a7470(0x1a3)](_0x5d04de);}const _0x285454=_0x5d04de[_0x3a7470(0x16a)](null,arguments);if(_0x1a035d[_0x3a7470(0x1ab)](_0x285454,Promise)){if(_0x1a035d[_0x3a7470(0x1ec)](_0x1a035d[_0x3a7470(0x181)],_0x1a035d[_0x3a7470(0x181)]))this[_0x3a7470(0x19b)]=_0x21d19b[_0x3a7470(0x194)](_0x239dfe[_0x3a7470(0x188)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);else return _0x285454[_0x3a7470(0x19f)](_0x1fc628=>processError(_0x1fc628,_0x7cc3ca,_0x2bd34b));}return _0x285454;}else this[_0x3a7470(0x179)]=this[_0x3a7470(0x1c7)](_0x925280),_0x16539b[_0x3a7470(0x188)][_0x3a7470(0x155)]=_0x265ba1[_0x3a7470(0x1b9)](this[_0x3a7470(0x179)]);}catch(_0x38a2fa){_0x1a035d['OAtNM'](_0x1a035d[_0x3a7470(0x1d1)],_0x1a035d[_0x3a7470(0x1d1)])?_0x1a035d[_0x3a7470(0x1b4)](processError,_0x38a2fa,_0x7cc3ca,_0x2bd34b):_0x443bd3[_0x3a7470(0x1b1)](_0x2bc53a,_0x56364d);}else{if(_0x1372ac['includes'](_0x452bb1[_0x3a7470(0x13e)]()))delete _0x4a1780[_0x1a5c3d];else _0x1a035d[_0x3a7470(0x17f)](typeof _0x517efd[_0x558489],_0x1a035d[_0x3a7470(0x1c9)])&&this['recursivelyDeletePIIKeysFromObject'](_0x580d51[_0x29b85b]);}};},o11yClassErrorHandler=(_0x4fed2f,_0x490f5d)=>{const _0x1778ce=a67_0x2cb75e,_0xa9a3f0={'gfHns':function(_0x16718a,_0x26a5aa){return _0x16718a(_0x26a5aa);},'vKozd':function(_0x2b373e,_0x119493){return _0x2b373e(_0x119493);},'uSLBb':_0x1778ce(0x133),'sLjoz':function(_0x324363,_0x3c822d){return _0x324363(_0x3c822d);},'lGZIN':function(_0x5c366d,_0x186fba){return _0x5c366d!==_0x186fba;},'RPtsd':_0x1778ce(0x1c1),'faoEf':_0x1778ce(0x14a),'SItbX':function(_0x5a6f83,_0x185d1e){return _0x5a6f83===_0x185d1e;},'vnElE':'cnJZy','yGoWG':'EkZQJ','ZqTku':function(_0x2cb3ea,_0x2398e1){return _0x2cb3ea instanceof _0x2398e1;},'KNtPJ':_0x1778ce(0x128),'uxoBZ':_0x1778ce(0x1ba),'BgnRH':function(_0x98d518,_0x14cd7c,_0x387ab3,_0x36c8f1){return _0x98d518(_0x14cd7c,_0x387ab3,_0x36c8f1);},'rBUuB':'inWxs','HjrHf':_0x1778ce(0x1f9),'DYCWG':function(_0x19951e,_0x13e62c){return _0x19951e===_0x13e62c;},'YNAwk':_0x1778ce(0x1fb),'llrUl':function(_0x3bbc5b,_0x41f491){return _0x3bbc5b!==_0x41f491;},'jzeXJ':_0x1778ce(0x184),'FNkks':_0x1778ce(0x1a9),'xQfXp':function(_0x311fea,_0x5088a0){return _0x311fea<_0x5088a0;},'iXvAk':function(_0x150448,_0x51e4ff){return _0x150448===_0x51e4ff;},'dglBP':_0x1778ce(0x1ad),'vvBPt':'Xxhqp'},_0x302961=_0x4fed2f[_0x1778ce(0x1d3)];if(_0xa9a3f0['xQfXp'](Object[_0x1778ce(0x16f)](_0x302961)[_0x1778ce(0x187)],0x2)){if(_0xa9a3f0['iXvAk'](_0xa9a3f0[_0x1778ce(0x18e)],_0xa9a3f0[_0x1778ce(0x168)]))_0xa9a3f0[_0x1778ce(0x1b2)](_0x3bca1d,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x634881['stringify'](_0xb46aff));else return _0x4fed2f;}return Object[_0x1778ce(0x16f)](_0x302961)[_0x1778ce(0x14d)](_0x320891=>{const _0x2e82d0=_0x1778ce,_0x1b4099={'MGtey':function(_0x294331,_0x4c44fc){const _0x21a5cd=a67_0x4d4d;return _0xa9a3f0[_0x21a5cd(0x199)](_0x294331,_0x4c44fc);},'EwUFL':_0xa9a3f0[_0x2e82d0(0x174)],'mDCtY':function(_0x10e4c0,_0x1fbfb4){const _0x35a286=_0x2e82d0;return _0xa9a3f0[_0x35a286(0x1aa)](_0x10e4c0,_0x1fbfb4);},'jqwZo':function(_0x496318,_0x521590){const _0x3b3d19=_0x2e82d0;return _0xa9a3f0[_0x3b3d19(0x1b8)](_0x496318,_0x521590);},'kChph':_0xa9a3f0[_0x2e82d0(0x1f6)],'HDQaL':_0xa9a3f0[_0x2e82d0(0x1c0)],'OGufc':function(_0x350d68,_0x1bcf94){const _0xaf5121=_0x2e82d0;return _0xa9a3f0[_0xaf5121(0x126)](_0x350d68,_0x1bcf94);},'kdVZu':_0xa9a3f0[_0x2e82d0(0x1a1)],'yuXMk':_0xa9a3f0['yGoWG'],'DnOIU':function(_0x3befb7,_0x280c29){const _0x48b618=_0x2e82d0;return _0xa9a3f0[_0x48b618(0x1db)](_0x3befb7,_0x280c29);},'UmnMG':_0xa9a3f0['KNtPJ'],'Savvw':_0xa9a3f0[_0x2e82d0(0x19e)],'uiaHD':function(_0x5a7fdc,_0x44872b,_0x3b5db1,_0x4f60ff){return _0xa9a3f0['BgnRH'](_0x5a7fdc,_0x44872b,_0x3b5db1,_0x4f60ff);},'sXuEt':function(_0x3b528d,_0x215751){const _0x4dd0eb=_0x2e82d0;return _0xa9a3f0[_0x4dd0eb(0x126)](_0x3b528d,_0x215751);},'ELdzC':function(_0x39a27c,_0x3694f4){const _0x2c6c7f=_0x2e82d0;return _0xa9a3f0[_0x2c6c7f(0x199)](_0x39a27c,_0x3694f4);}};if(_0xa9a3f0[_0x2e82d0(0x126)](_0xa9a3f0[_0x2e82d0(0x1bb)],_0xa9a3f0['rBUuB'])){if(!(_0x490f5d&&_0x490f5d[_0x2e82d0(0x1d2)](_0x320891))){if(_0xa9a3f0[_0x2e82d0(0x126)](_0xa9a3f0[_0x2e82d0(0x13d)],_0xa9a3f0[_0x2e82d0(0x13d)]))return;else _0xa9a3f0[_0x2e82d0(0x199)](_0x3115db,_0x2e82d0(0x1b0)+_0x17784c);}const _0xde4eb1=_0x302961[_0x320891];if(_0xa9a3f0[_0x2e82d0(0x1a7)](typeof _0xde4eb1,_0xa9a3f0[_0x2e82d0(0x141)])&&_0xa9a3f0['llrUl'](_0x320891,_0xa9a3f0[_0x2e82d0(0x12b)])){if(_0xa9a3f0['SItbX'](_0xa9a3f0['FNkks'],_0xa9a3f0[_0x2e82d0(0x152)]))Object[_0x2e82d0(0x16c)](_0x302961,_0x320891,{'writable':!![],'value':function(..._0x34445e){const _0x31e362=_0x2e82d0,_0x39809e={'zCSTF':function(_0x2b31a9,_0x1074f6){const _0x1676a3=a67_0x4d4d;return _0x1b4099[_0x1676a3(0x17d)](_0x2b31a9,_0x1074f6);},'jPVwY':function(_0x117714,_0x2fde8e){const _0x180a10=a67_0x4d4d;return _0x1b4099[_0x180a10(0x170)](_0x117714,_0x2fde8e);}};if(_0x1b4099['jqwZo'](_0x1b4099['kChph'],_0x1b4099['HDQaL']))try{if(_0x1b4099[_0x31e362(0x149)](_0x1b4099[_0x31e362(0x192)],_0x1b4099[_0x31e362(0x202)]))_0x12029b=_0x39809e[_0x31e362(0x1a4)](_0x25c849,_0x5145e0);else{const _0x1b17fc=(process[_0x31e362(0x188)][_0x31e362(0x1bc)]?PerformanceTester[_0x31e362(0x163)]()[_0x31e362(0x1a3)](_0xde4eb1):_0xde4eb1)[_0x31e362(0x131)](this,..._0x34445e);if(_0x1b4099[_0x31e362(0x1a6)](_0x1b17fc,Promise))return _0x1b4099[_0x31e362(0x177)](_0x1b4099[_0x31e362(0x1e1)],_0x1b4099['UmnMG'])?_0x1b4099[_0x31e362(0x170)](_0x1bf58d,_0x1b4099['EwUFL']):_0x1b17fc[_0x31e362(0x19f)](_0x2d7845=>processError(_0x2d7845,_0xde4eb1,_0x34445e));return _0x1b17fc;}}catch(_0x577a56){if(_0x1b4099['jqwZo'](_0x1b4099['Savvw'],_0x1b4099['Savvw'])){const _0x152be9=_0x787871['frameworkName'],_0x539e81=_0x37f555['frameworkVersion'];!_0x466fd2&&(_0x16e8a0=_0x39809e[_0x31e362(0x1ff)](_0x435850,_0x152be9));!_0x539e81&&_0x39809e[_0x31e362(0x1a4)](_0x52b228,_0x152be9);const _0x37781b={};_0x37781b['frameworkName']=_0x152be9,_0x37781b[_0x31e362(0x1c6)]=_0x539e81,this['setAllDetails'](_0x37781b,_0x47bb42,_0x39809e[_0x31e362(0x1a4)](_0x3b99af,_0x3f50b8));}else _0x1b4099[_0x31e362(0x1cf)](processError,_0x577a56,_0xde4eb1,_0x34445e);}else _0x2ce6c7=_0x475b08['getPerformance']()['timerify'](_0x40290d);}});else return _0x1794af;}}else{if(_0x1b4099[_0x2e82d0(0x1ef)](_0x510575[_0x2e82d0(0x200)](this[_0x2e82d0(0x19b)])[_0x2e82d0(0x187)],0x0)&&_0x46e01b['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS'])try{this['frameworkDetails']=_0x5a3467[_0x2e82d0(0x194)](_0x3e482e['env'][_0x2e82d0(0x175)]);}catch(_0x3029c2){_0x1b4099[_0x2e82d0(0x182)](_0x256f8e,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x3029c2[_0x2e82d0(0x1bf)]());}return this['frameworkDetails'];}}),_0x4fed2f;};function a67_0x4d4d(_0x1f0470,_0xc0e56e){const _0x52ef96=a67_0x52ef();return a67_0x4d4d=function(_0x4d4df5,_0x2e26c0){_0x4d4df5=_0x4d4df5-0x124;let _0x3c427c=_0x52ef96[_0x4d4df5];return _0x3c427c;},a67_0x4d4d(_0x1f0470,_0xc0e56e);}function processError(_0xa9a6e4,_0xcc087e,_0x63fc93){const _0x4433c8=a67_0x2cb75e,_0x49bea6={'EdQdk':function(_0x478523,_0x3ae126){return _0x478523(_0x3ae126);},'DJixw':function(_0x5d61ba,_0x540919){return _0x5d61ba!==_0x540919;},'FsVBr':'YKuoZ','kETzA':function(_0x1dbfa3,_0x3adfd8){return _0x1dbfa3!==_0x3adfd8;},'nyTCa':_0x4433c8(0x1f1)};_0x49bea6[_0x4433c8(0x1d7)](debug,_0x4433c8(0x1d8)+_0xcc087e[_0x4433c8(0x13c)]+_0x4433c8(0x201)+_0x63fc93+':\x20'+_0xa9a6e4),PerformanceTester['captureError'](_0xa9a6e4);let _0x52e694;try{if(_0x49bea6[_0x4433c8(0x198)](_0x49bea6[_0x4433c8(0x160)],_0x49bea6[_0x4433c8(0x160)])){const _0x46c914=_0x2dd9a9[_0x4433c8(0x194)](_0x57267a[_0x4433c8(0x1b9)](_0x1198eb));return this[_0x4433c8(0x12f)](_0x46c914),_0x46c914;}else _0x52e694=JSON[_0x4433c8(0x1b9)](_0x63fc93);}catch(_0x50146e){if(_0x49bea6['kETzA'](_0x49bea6[_0x4433c8(0x127)],_0x49bea6[_0x4433c8(0x127)]))this[_0x4433c8(0x15d)]=_0x3a6885['parse'](_0x5eeb9a['env'][_0x4433c8(0x1a2)]);else{const _0x5addbb={};_0x5addbb[_0x4433c8(0x18b)]=0x2,_0x52e694=util[_0x4433c8(0x153)](_0x63fc93,_0x5addbb);}}CrashReporter[_0x4433c8(0x13b)](_0x4433c8(0x1d8)+_0xcc087e[_0x4433c8(0x13c)]+_0x4433c8(0x201)+_0x52e694+'\x20:\x20'+_0xa9a6e4,_0xa9a6e4&&_0xa9a6e4[_0x4433c8(0x139)]);}class CrashReporter{static [a67_0x2cb75e(0x179)]={};static [a67_0x2cb75e(0x15d)];static [a67_0x2cb75e(0x19b)]={};static[a67_0x2cb75e(0x169)](_0x495843,_0x791422,_0x56854c=null){const _0x54e0f7=a67_0x2cb75e,_0x223cfd={'mHTTl':function(_0x21d002,_0x4fad89){return _0x21d002(_0x4fad89);},'MnlLH':function(_0x361957,_0x11dbfb){return _0x361957!==_0x11dbfb;},'ASMvw':'CRUUd','QOcod':_0x54e0f7(0x1eb),'mtqOk':function(_0x2f173e,_0x4faf34){return _0x2f173e(_0x4faf34);},'zbuQA':function(_0x21fdb5,_0x20bcc9){return _0x21fdb5===_0x20bcc9;},'ZOHDj':_0x54e0f7(0x1fd),'uzqMq':_0x54e0f7(0x176),'TmIvZ':function(_0xfbf57,_0x505658){return _0xfbf57(_0x505658);}},_0x5c7bc2=_0x495843[_0x54e0f7(0x1c3)],_0x480595=_0x495843[_0x54e0f7(0x1c6)];if(!_0x56854c){if(_0x223cfd[_0x54e0f7(0x1d9)](_0x223cfd[_0x54e0f7(0x1b5)],_0x223cfd[_0x54e0f7(0x142)]))_0x56854c=_0x223cfd[_0x54e0f7(0x17c)](getBrowserStackConfig,_0x5c7bc2);else{_0x223cfd[_0x54e0f7(0x12e)](_0x539412,_0x54e0f7(0x1d8)+_0x82d706[_0x54e0f7(0x13c)]+'\x20with\x20args\x20'+_0x24cb01+':\x20'+_0x22cf2a),_0x581a59[_0x54e0f7(0x178)](_0x386062);let _0x34f949;try{_0x34f949=_0x96a562['stringify'](_0x52cf07);}catch(_0x1de14f){const _0x20f5c0={};_0x20f5c0[_0x54e0f7(0x18b)]=0x2,_0x34f949=_0x3fc8da[_0x54e0f7(0x153)](_0x4d9eee,_0x20f5c0);}_0x384ada[_0x54e0f7(0x13b)](_0x54e0f7(0x1d8)+_0x459c7d[_0x54e0f7(0x13c)]+_0x54e0f7(0x201)+_0x34f949+'\x20:\x20'+_0xf4b580,_0x56dafd&&_0x38248f['stack']);}}!_0x480595&&(_0x223cfd['zbuQA'](_0x223cfd[_0x54e0f7(0x17a)],_0x223cfd[_0x54e0f7(0x16d)])?(_0x223cfd[_0x54e0f7(0x12e)](_0x5f04f7,_0x54e0f7(0x1cc)+_0x2c0d65[_0x54e0f7(0x1bf)]()),this[_0x54e0f7(0x179)]={}):_0x223cfd[_0x54e0f7(0x12e)](getFrameworkVersion,_0x5c7bc2));const _0x544fbe={};_0x544fbe[_0x54e0f7(0x1c3)]=_0x5c7bc2,_0x544fbe['frameworkVersion']=_0x480595,this[_0x54e0f7(0x19d)](_0x544fbe,_0x791422,_0x223cfd['TmIvZ'](getUserCredentials,_0x56854c));}static[a67_0x2cb75e(0x189)](_0x42c4ed,_0x213cb9){const _0x318172=a67_0x2cb75e,_0x48e883={};_0x48e883[_0x318172(0x1f7)]=_0x42c4ed,_0x48e883[_0x318172(0x195)]=_0x213cb9,this[_0x318172(0x15d)]=_0x48e883,process[_0x318172(0x188)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x318172(0x1b9)](this[_0x318172(0x15d)]);}static['getCredentials'](){const _0x5a0e0b=a67_0x2cb75e,_0x529c7b={'kmeQR':function(_0x4dccd6,_0x540d9e){return _0x4dccd6(_0x540d9e);},'pyZAZ':function(_0x2cb16d,_0x17e4dc){return _0x2cb16d===_0x17e4dc;},'OVnUI':_0x5a0e0b(0x1fc),'qBvPX':_0x5a0e0b(0x1d0),'AAbor':_0x5a0e0b(0x129),'QJsma':function(_0x2cd6e7,_0x298662){return _0x2cd6e7!==_0x298662;},'AZUOI':'JqIhh','YoeQr':_0x5a0e0b(0x124)};if(!this['credentials']&&process['env'][_0x5a0e0b(0x1a2)]){if(_0x529c7b[_0x5a0e0b(0x183)](_0x529c7b[_0x5a0e0b(0x1ca)],_0x529c7b[_0x5a0e0b(0x1ca)]))try{if(_0x529c7b[_0x5a0e0b(0x183)](_0x529c7b[_0x5a0e0b(0x157)],_0x529c7b[_0x5a0e0b(0x1bd)])){if(!this[_0x5a0e0b(0x15d)]&&_0x3e3b07[_0x5a0e0b(0x188)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x5a0e0b(0x15d)]=_0x246195[_0x5a0e0b(0x194)](_0x21201c[_0x5a0e0b(0x188)][_0x5a0e0b(0x1a2)]);}catch(_0xa368d8){_0x529c7b[_0x5a0e0b(0x19c)](_0x5cc5e8,_0x5a0e0b(0x1c8)+_0xa368d8[_0x5a0e0b(0x1bf)]());}return this[_0x5a0e0b(0x15d)];}else this['credentials']=JSON[_0x5a0e0b(0x194)](process[_0x5a0e0b(0x188)][_0x5a0e0b(0x1a2)]);}catch(_0x34dc91){_0x529c7b['QJsma'](_0x529c7b['AZUOI'],_0x529c7b[_0x5a0e0b(0x1c4)])?_0x529c7b[_0x5a0e0b(0x19c)](debug,_0x5a0e0b(0x1c8)+_0x34dc91[_0x5a0e0b(0x1bf)]()):this[_0x5a0e0b(0x12f)](_0xdcf758[_0x5223b2]);}else try{this[_0x5a0e0b(0x19b)]=_0x3024ae[_0x5a0e0b(0x194)](_0x1f0828['env'][_0x5a0e0b(0x175)]);}catch(_0x195266){_0x529c7b[_0x5a0e0b(0x19c)](_0x459388,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x195266[_0x5a0e0b(0x1bf)]());}}return this[_0x5a0e0b(0x15d)];}static[a67_0x2cb75e(0x14f)](_0x8a1d4d){const _0x139b32=a67_0x2cb75e;this[_0x139b32(0x179)]=this[_0x139b32(0x1c7)](_0x8a1d4d),process[_0x139b32(0x188)][_0x139b32(0x155)]=JSON[_0x139b32(0x1b9)](this['userConfig']);}static['getConfig'](){const _0x54685c=a67_0x2cb75e,_0x20076a={'MyZzK':function(_0x4a3028,_0x46e5cc){return _0x4a3028(_0x46e5cc);},'fKcds':function(_0x4ec1c5,_0x342a0b){return _0x4ec1c5(_0x342a0b);},'LzbYg':function(_0x146bb3,_0x2eb758){return _0x146bb3(_0x2eb758);},'whlFf':_0x54685c(0x133),'kaQTp':function(_0x48da9f){return _0x48da9f();},'xgCTq':_0x54685c(0x1d4),'dVNPP':_0x54685c(0x1cb),'RDqYw':'true','MBqSv':function(_0x5cbc4b,_0x4bb341,_0xdde967,_0x1260b1,_0x225ff6,_0x47404c){return _0x5cbc4b(_0x4bb341,_0xdde967,_0x1260b1,_0x225ff6,_0x47404c);},'aNCFC':'POST','jlKjZ':function(_0x36ed58,_0x98c493){return _0x36ed58(_0x98c493);},'WkUpg':function(_0x209b56,_0x44fd77){return _0x209b56===_0x44fd77;},'fkqpZ':function(_0x4a97e4,_0x328f81){return _0x4a97e4!==_0x328f81;},'fkvew':'siSrq','CbMmk':'ZKhag','uXLrW':_0x54685c(0x125),'lOvQD':_0x54685c(0x191)};if(_0x20076a[_0x54685c(0x140)](Object[_0x54685c(0x200)](this[_0x54685c(0x179)])[_0x54685c(0x187)],0x0)&&process[_0x54685c(0x188)][_0x54685c(0x155)]){if(_0x20076a[_0x54685c(0x1de)](_0x20076a[_0x54685c(0x1b3)],_0x20076a[_0x54685c(0x16e)]))try{if(_0x20076a[_0x54685c(0x140)](_0x20076a[_0x54685c(0x148)],_0x20076a['uXLrW']))this[_0x54685c(0x179)]=JSON[_0x54685c(0x194)](process[_0x54685c(0x188)][_0x54685c(0x155)]);else{const _0x2b56d3={'rAlQH':function(_0x5630b0,_0x4c89ae){const _0x1180ee=_0x54685c;return _0x20076a[_0x1180ee(0x173)](_0x5630b0,_0x4c89ae);},'giBaX':function(_0x146a0e,_0x493f7e){return _0x20076a['fKcds'](_0x146a0e,_0x493f7e);}};this[_0x54685c(0x185)]();if(!this[_0x54685c(0x15d)])return _0x20076a[_0x54685c(0x14e)](_0x5c284e,_0x20076a['whlFf']);this[_0x54685c(0x12c)](),this[_0x54685c(0x145)]();const _0x577529={'hashed_id':_0x92cb20[_0x54685c(0x188)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x20076a[_0x54685c(0x1e3)](_0xee074b),'frameworkName':this[_0x54685c(0x19b)][_0x54685c(0x1c3)],'frameworkVersion':this[_0x54685c(0x19b)][_0x54685c(0x1c6)]},'exception':{'error':_0x5c5d41['toString'](),'stackTrace':_0x453299},'config':this[_0x54685c(0x179)]},_0x4984a7=_0x20076a[_0x54685c(0x15c)],_0x14bc7d={};_0x14bc7d[_0x54685c(0x1f7)]=this[_0x54685c(0x15d)][_0x54685c(0x1f7)],_0x14bc7d[_0x54685c(0x14c)]=this['credentials'][_0x54685c(0x195)];const _0x13e71c={};_0x13e71c[_0x54685c(0x1d6)]=_0x20076a[_0x54685c(0x159)],_0x13e71c[_0x54685c(0x1e8)]=_0x20076a['RDqYw'];const _0x339d9d={};_0x339d9d[_0x54685c(0x161)]=_0x14bc7d,_0x339d9d[_0x54685c(0x138)]=_0x13e71c;const _0x302608=_0x339d9d;_0x20076a['MBqSv'](_0x4b0df0,_0x20076a[_0x54685c(0x1d5)],_0x4984a7,_0x577529,_0x302608,![])[_0x54685c(0x143)](_0x8b3a20=>{_0x2b56d3['rAlQH'](_0x5ade40,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x1e9bf5['stringify'](_0x8b3a20));})[_0x54685c(0x19f)](_0x51680c=>{const _0x2ab5b=_0x54685c;_0x2b56d3[_0x2ab5b(0x1df)](_0x5cac0e,_0x2ab5b(0x1b0)+_0x51680c);});}}catch(_0x3098fb){_0x20076a['fkqpZ'](_0x20076a[_0x54685c(0x1f8)],_0x20076a[_0x54685c(0x1f8)])?_0x20076a[_0x54685c(0x173)](_0x2c0849,_0x54685c(0x1c8)+_0x23c1ff['toString']()):(_0x20076a['fKcds'](debug,_0x54685c(0x1cc)+_0x3098fb[_0x54685c(0x1bf)]()),this[_0x54685c(0x179)]={});}else _0x20076a['jlKjZ'](_0x12ea28,_0x54685c(0x1c8)+_0x439bb1[_0x54685c(0x1bf)]());}return this['userConfig'];}static['setFrameworkDetails'](_0x22eaed){const _0x208237=a67_0x2cb75e;this[_0x208237(0x19b)]=_0x22eaed,process[_0x208237(0x188)][_0x208237(0x175)]=JSON['stringify'](this[_0x208237(0x19b)]);}static[a67_0x2cb75e(0x145)](){const _0x40ee39=a67_0x2cb75e,_0x522b9b={'wUZfm':function(_0x1cfe48,_0x2e56ac,_0x33b03f,_0x27fdcb){return _0x1cfe48(_0x2e56ac,_0x33b03f,_0x27fdcb);},'kJEVl':function(_0x341932,_0x3668c0,_0x38ec02,_0x5eb232){return _0x341932(_0x3668c0,_0x38ec02,_0x5eb232);},'kiSYs':function(_0x52bc9b,_0x430d55){return _0x52bc9b===_0x430d55;},'mbZJL':function(_0x3a74d0,_0x245d21){return _0x3a74d0===_0x245d21;},'SiBYz':_0x40ee39(0x151),'gMUKA':function(_0x3e7c22,_0x33608f){return _0x3e7c22!==_0x33608f;},'TdAuL':_0x40ee39(0x146),'ISEER':_0x40ee39(0x156),'lbRis':function(_0xf6d1b4,_0x27261a){return _0xf6d1b4===_0x27261a;},'tTttN':_0x40ee39(0x1a5),'IkiKh':function(_0x5cfa32,_0x23889a){return _0x5cfa32(_0x23889a);}};if(_0x522b9b[_0x40ee39(0x1ce)](Object[_0x40ee39(0x200)](this[_0x40ee39(0x19b)])[_0x40ee39(0x187)],0x0)&&process[_0x40ee39(0x188)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x522b9b[_0x40ee39(0x1f4)](_0x522b9b[_0x40ee39(0x16b)],_0x522b9b['SiBYz']))try{if(_0x522b9b[_0x40ee39(0x12d)](_0x522b9b['TdAuL'],_0x522b9b[_0x40ee39(0x165)]))this[_0x40ee39(0x19b)]=JSON['parse'](process[_0x40ee39(0x188)][_0x40ee39(0x175)]);else return _0x3ad8f8[_0x40ee39(0x19f)](_0x165c37=>_0x2917bc(_0x165c37,_0x230a25,_0x1e66b6));}catch(_0x89ce6b){_0x522b9b['lbRis'](_0x522b9b[_0x40ee39(0x1f2)],_0x522b9b[_0x40ee39(0x1f2)])?_0x522b9b[_0x40ee39(0x15f)](debug,_0x40ee39(0x1c8)+_0x89ce6b[_0x40ee39(0x1bf)]()):_0x522b9b[_0x40ee39(0x18d)](_0x2933c8,_0x11af31,_0x31a777,_0x1bb77a);}else _0x522b9b['kJEVl'](_0x1c083a,_0x1abd27,_0x48378d,_0x59cd69);}return this[_0x40ee39(0x19b)];}static[a67_0x2cb75e(0x19d)](_0x283793,_0x24e1b3,_0x27d3ec){const _0x23aa91=a67_0x2cb75e;_0x283793&&this[_0x23aa91(0x171)](_0x283793),_0x24e1b3&&this[_0x23aa91(0x14f)](_0x24e1b3),_0x27d3ec&&this['setCredentials'](_0x27d3ec[_0x23aa91(0x1f7)],_0x27d3ec[_0x23aa91(0x195)]);}static async['uploadCrashReport'](_0x573957,_0x2c8c09){const _0x14068d=a67_0x2cb75e,_0x393ed4={'hPlTo':function(_0x1f67af,_0x9289e9){return _0x1f67af===_0x9289e9;},'qeKtC':function(_0x461c44,_0x1af144){return _0x461c44(_0x1af144);},'IzMoq':'vCbeJ','iSOIt':'zfBIM','yanQI':function(_0x4af85a,_0x1800b8){return _0x4af85a(_0x1800b8);},'IWrcs':function(_0x485aa7,_0x13e84c){return _0x485aa7(_0x13e84c);},'eUNCV':function(_0xfd0900,_0xf81aec){return _0xfd0900!==_0xf81aec;},'VQuhd':'YjBRm','svHSu':_0x14068d(0x18c),'RlYyV':_0x14068d(0x18a),'FioXj':_0x14068d(0x162),'yPWYd':_0x14068d(0x133),'oIipW':function(_0x5c295e){return _0x5c295e();},'IbUJS':_0x14068d(0x1d4),'eSLpj':'application/json','baTKG':_0x14068d(0x18f),'yueAf':function(_0x1fa459,_0x260ca9,_0x4338b2,_0x53aac9,_0x1d52a5,_0x329016){return _0x1fa459(_0x260ca9,_0x4338b2,_0x53aac9,_0x1d52a5,_0x329016);},'Iexod':'POST'};this[_0x14068d(0x185)]();if(!this[_0x14068d(0x15d)]){if(_0x393ed4[_0x14068d(0x1be)](_0x393ed4['RlYyV'],_0x393ed4[_0x14068d(0x19a)]))return _0x393ed4[_0x14068d(0x1ed)](debug,_0x393ed4['yPWYd']);else this[_0x14068d(0x19b)]=_0x86b758,_0x2f141f['env'][_0x14068d(0x175)]=_0x597bf0[_0x14068d(0x1b9)](this[_0x14068d(0x19b)]);}this[_0x14068d(0x12c)](),this[_0x14068d(0x145)]();const _0x42c37b={'hashed_id':process[_0x14068d(0x188)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x393ed4['oIipW'](getAgentVersion),'frameworkName':this[_0x14068d(0x19b)][_0x14068d(0x1c3)],'frameworkVersion':this[_0x14068d(0x19b)][_0x14068d(0x1c6)]},'exception':{'error':_0x573957['toString'](),'stackTrace':_0x2c8c09},'config':this['userConfig']},_0x21e2af=_0x393ed4['IbUJS'],_0x542ed1={};_0x542ed1[_0x14068d(0x1f7)]=this[_0x14068d(0x15d)][_0x14068d(0x1f7)],_0x542ed1[_0x14068d(0x14c)]=this[_0x14068d(0x15d)]['accessKey'];const _0xb9a3fa={};_0xb9a3fa[_0x14068d(0x1d6)]=_0x393ed4[_0x14068d(0x158)],_0xb9a3fa[_0x14068d(0x1e8)]=_0x393ed4['baTKG'];const _0x3460e2={};_0x3460e2['auth']=_0x542ed1,_0x3460e2[_0x14068d(0x138)]=_0xb9a3fa;const _0x1a3839=_0x3460e2;_0x393ed4[_0x14068d(0x1e7)](nodeRequest,_0x393ed4[_0x14068d(0x1ae)],_0x21e2af,_0x42c37b,_0x1a3839,![])[_0x14068d(0x143)](_0x46c7fb=>{const _0x390ce5=_0x14068d;if(_0x393ed4[_0x390ce5(0x1e9)](_0x393ed4[_0x390ce5(0x12a)],_0x393ed4['iSOIt'])){if(_0x393ed4[_0x390ce5(0x1e9)](_0x2692ba[_0x390ce5(0x200)](this[_0x390ce5(0x179)])[_0x390ce5(0x187)],0x0)&&_0x2e5175[_0x390ce5(0x188)][_0x390ce5(0x155)])try{this['userConfig']=_0x17cb4b[_0x390ce5(0x194)](_0x1cd8ac['env']['USER_CONFIG_FOR_REPORTING']);}catch(_0x10efa7){_0x393ed4[_0x390ce5(0x1e5)](_0x315c35,_0x390ce5(0x1cc)+_0x10efa7[_0x390ce5(0x1bf)]()),this[_0x390ce5(0x179)]={};}return this[_0x390ce5(0x179)];}else _0x393ed4[_0x390ce5(0x1ed)](debug,_0x390ce5(0x136)+JSON[_0x390ce5(0x1b9)](_0x46c7fb));})[_0x14068d(0x19f)](_0x4c7a81=>{const _0x183d10=_0x14068d;if(_0x393ed4[_0x183d10(0x1be)](_0x393ed4[_0x183d10(0x130)],_0x393ed4['svHSu']))_0x393ed4[_0x183d10(0x1c2)](debug,_0x183d10(0x1b0)+_0x4c7a81);else try{this[_0x183d10(0x15d)]=_0x10d197[_0x183d10(0x194)](_0x5cdcbd['env'][_0x183d10(0x1a2)]);}catch(_0x5244a5){_0x393ed4[_0x183d10(0x1c2)](_0xc48889,_0x183d10(0x1c8)+_0x5244a5[_0x183d10(0x1bf)]());}});}static[a67_0x2cb75e(0x12f)](_0x26e40a){const _0xc4dd4a=a67_0x2cb75e,_0x5df912={};_0x5df912[_0xc4dd4a(0x1e2)]=function(_0x344a09,_0x49503a){return _0x344a09!==_0x49503a;},_0x5df912['rYUUD']='fXiZG',_0x5df912[_0xc4dd4a(0x166)]=_0xc4dd4a(0x15a),_0x5df912[_0xc4dd4a(0x14b)]=_0xc4dd4a(0x1ee),_0x5df912[_0xc4dd4a(0x15e)]=_0xc4dd4a(0x1f7),_0x5df912['pTaBw']=_0xc4dd4a(0x1af),_0x5df912[_0xc4dd4a(0x1ea)]=_0xc4dd4a(0x195),_0x5df912['FiOBT']='password',_0x5df912[_0xc4dd4a(0x1e0)]=function(_0x197d3e,_0x828c43){return _0x197d3e===_0x828c43;},_0x5df912['ZxSAv']='ffOqA',_0x5df912[_0xc4dd4a(0x1c5)]=_0xc4dd4a(0x180),_0x5df912['Nmbbj']=function(_0x17fd23,_0x3fa6a0){return _0x17fd23===_0x3fa6a0;},_0x5df912['qhFkV']=_0xc4dd4a(0x15b),_0x5df912[_0xc4dd4a(0x1dc)]=_0xc4dd4a(0x17e),_0x5df912[_0xc4dd4a(0x137)]='JkDtN';const _0x875623=_0x5df912;if(!_0x26e40a){if(_0x875623['HWMhi'](_0x875623[_0xc4dd4a(0x132)],_0x875623['UEqec']))return;else _0x2dd0e0=_0x419de7[_0xc4dd4a(0x1b9)](_0x4f2b77);}const _0x18c954=[_0x875623[_0xc4dd4a(0x14b)],_0x875623['GceeD'],_0x875623['pTaBw'],_0x875623[_0xc4dd4a(0x1ea)],_0x875623[_0xc4dd4a(0x167)]];for(const _0x2940fd in _0x26e40a){if(_0x875623[_0xc4dd4a(0x1e0)](_0x875623['ZxSAv'],_0x875623[_0xc4dd4a(0x186)])){if(_0x18c954[_0xc4dd4a(0x1d2)](_0x2940fd[_0xc4dd4a(0x13e)]())){if(_0x875623['HWMhi'](_0x875623[_0xc4dd4a(0x1c5)],_0x875623[_0xc4dd4a(0x1c5)]))return _0x5286c2['catch'](_0x2c22aa=>_0x959068(_0x2c22aa,_0x587e04,_0x5019e4));else delete _0x26e40a[_0x2940fd];}else{if(_0x875623['Nmbbj'](typeof _0x26e40a[_0x2940fd],_0x875623[_0xc4dd4a(0x190)])){if(_0x875623['WMYas'](_0x875623['ehVuO'],_0x875623['MfxzY'])){const _0x2af19c={};_0x2af19c[_0xc4dd4a(0x1f7)]=_0x477c3f,_0x2af19c[_0xc4dd4a(0x195)]=_0x3b4d27,this[_0xc4dd4a(0x15d)]=_0x2af19c,_0x4969a9['env'][_0xc4dd4a(0x1a2)]=_0x5c9898[_0xc4dd4a(0x1b9)](this[_0xc4dd4a(0x15d)]);}else this['recursivelyDeletePIIKeysFromObject'](_0x26e40a[_0x2940fd]);}}}else this['userConfig']=_0x107587['parse'](_0x11bd35[_0xc4dd4a(0x188)][_0xc4dd4a(0x155)]);}}static['filterPII'](_0x2379a6){const _0x545c19=a67_0x2cb75e,_0x304744=JSON[_0x545c19(0x194)](JSON['stringify'](_0x2379a6));return this[_0x545c19(0x12f)](_0x304744),_0x304744;}}const a67_0x5842fc={};a67_0x5842fc[a67_0x2cb75e(0x1a8)]=o11yErrorHandler,a67_0x5842fc[a67_0x2cb75e(0x193)]=o11yClassErrorHandler,a67_0x5842fc['CrashReporter']=CrashReporter,module['exports']=a67_0x5842fc;
|
|
@@ -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_0x4597dc=a68_0x2348;(function(_0x121fbe,_0x3d6fda){const _0x4cdbef=a68_0x2348,_0x2caaa2=_0x121fbe();while(!![]){try{const _0x1b2efe=-parseInt(_0x4cdbef(0x1a1))/0x1+parseInt(_0x4cdbef(0x1ef))/0x2+-parseInt(_0x4cdbef(0x20c))/0x3*(parseInt(_0x4cdbef(0x1f5))/0x4)+parseInt(_0x4cdbef(0x1c9))/0x5*(-parseInt(_0x4cdbef(0x1d1))/0x6)+parseInt(_0x4cdbef(0x17e))/0x7*(parseInt(_0x4cdbef(0x18c))/0x8)+parseInt(_0x4cdbef(0x1f3))/0x9*(parseInt(_0x4cdbef(0x1da))/0xa)+-parseInt(_0x4cdbef(0x211))/0xb*(-parseInt(_0x4cdbef(0x182))/0xc);if(_0x1b2efe===_0x3d6fda)break;else _0x2caaa2['push'](_0x2caaa2['shift']());}catch(_0x31213d){_0x2caaa2['push'](_0x2caaa2['shift']());}}}(a68_0x2290,0xe9067));function a68_0x2290(){const _0x2354b4=['242614CopFci','mCdwe','ZAMnb','util','8009991wvdAmi','./utils','9716TBAjNN','KLlxx','RHKPP','VriDV','batchAndPostEvents','deVjR','shutdown','hUuPr','splice','CfScV','YCrkp','TfJwU','instance','CRdKi','bOJQP','TestRunStarted','HUTpC','SHHkG','JZRcB','NfoXA','RnWrV','TvAfz','TbwId','726IiipfM','QPZNs','uWwTb','api/v1/screenshots','FEerb','33aFIcwA','uploadPending','dgMLy','OKGVZ','POST','startEventBatchPolling','krkpS','screenshotEventUrl','jtNot','ssWBd','statusText','dsnfM','status','removeEventBatchPolling','161YjNYYD','includes','getInstance','rZSGg','5747244hmQuKO','SJjun','message','wvEqF','length','mVjdF','BZfOj','data','TcgxN','queue','511952UVjtwX','BATCH_EVENT_TYPES','stringify','exports','kONri','POOPh','shouldProceed','uRbzT','JeuPT','proceedWithUrl','uFokK','SpZLy','ZvbJK','resetEventBatchPolling','xbFNY','add','pmxuC','started','WbkRh','Vlkfo','qdLwD','1806485BGwkGX','zaykp','response','DPfmt','hRhKs','FtpeP','pendingUploads','GSgNY','fnDAT','OSzLU','Interval-Queue','XjIFk','BXVyY','HookRunFinished','oYLYX','ubgex','VPBIn','kind','cHdXx','api/v1/batch','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','proceedWithData','HookRunStarted','RETOy','HfYrY','pYspE','LogCreated','sSioF','PdsNS','Shutdown-Queue','pollEventBatchInterval','PKDZU','rjMWx','NNNWQ','trTME','nyvFP','max','logs','eventUrl','qSAvj','115shZDfZ','VTwLt','EjpHw','PQMXC','CsZuA','EXCEPTION\x20IN\x20','jESUE','KpKeF','149010blUcsV','split','REMOVING','TjLMo','slice','event_type','efruC','push','\x20event\x20successful!','10mDUyCO','LTlEp','isgCj','RjllI','FiCuf','uJcKb','alDbi','Tccnb','wkyox','awTUR','TEST_SCREENSHOT','soYTf','XUKWS','wwmfa','iDtFQ','error','MDezc','rRCpQ','JlmMM','HcMHn','ezjzm'];a68_0x2290=function(){return _0x2354b4;};return a68_0x2290();}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_0x4597dc(0x1f4)),util=require(a68_0x4597dc(0x1f2));class RequestQueueHandler{static [a68_0x4597dc(0x201)];[a68_0x4597dc(0x1a7)]=0x0;constructor(){const _0x1b31d1=a68_0x4597dc,_0x54926f={};_0x54926f[_0x1b31d1(0x20e)]='3|4|1|2|5|0',_0x54926f[_0x1b31d1(0x20b)]=_0x1b31d1(0x1b4),_0x54926f['JZRcB']=_0x1b31d1(0x20f),_0x54926f[_0x1b31d1(0x1cc)]=_0x1b31d1(0x1bb),_0x54926f[_0x1b31d1(0x1fe)]='CBTSessionCreated',_0x54926f[_0x1b31d1(0x1fa)]='TestRunFinished',_0x54926f[_0x1b31d1(0x17b)]='TestRunSkipped',_0x54926f[_0x1b31d1(0x1b1)]=_0x1b31d1(0x1ae),_0x54926f[_0x1b31d1(0x1c1)]=_0x1b31d1(0x204),_0x54926f[_0x1b31d1(0x1dd)]=_0x1b31d1(0x1b7);const _0x3434d7=_0x54926f,_0x3963e2=_0x3434d7[_0x1b31d1(0x20e)][_0x1b31d1(0x1d2)]('|');let _0x3764f4=0x0;while(!![]){switch(_0x3963e2[_0x3764f4++]){case'0':this[_0x1b31d1(0x1bf)]=null;continue;case'1':this[_0x1b31d1(0x1c7)]=_0x3434d7[_0x1b31d1(0x20b)];continue;case'2':this[_0x1b31d1(0x177)]=_0x3434d7[_0x1b31d1(0x207)];continue;case'3':this[_0x1b31d1(0x18b)]=[];continue;case'4':this['started']=![];continue;case'5':this[_0x1b31d1(0x18d)]=[_0x3434d7[_0x1b31d1(0x1cc)],_0x3434d7[_0x1b31d1(0x1fe)],_0x3434d7[_0x1b31d1(0x1fa)],_0x3434d7[_0x1b31d1(0x17b)],_0x3434d7[_0x1b31d1(0x1b1)],_0x3434d7['rjMWx'],_0x3434d7[_0x1b31d1(0x1dd)]];continue;}break;}}static[a68_0x4597dc(0x180)](){const _0x583442=a68_0x4597dc,_0x1edb8f={};_0x1edb8f[_0x583442(0x205)]=function(_0x22f523,_0x342758){return _0x22f523!==_0x342758;},_0x1edb8f[_0x583442(0x202)]='RKesL',_0x1edb8f['Tccnb']=_0x583442(0x193);const _0x1224d4=_0x1edb8f;return!RequestQueueHandler[_0x583442(0x201)]&&(_0x1224d4[_0x583442(0x205)](_0x1224d4[_0x583442(0x202)],_0x1224d4[_0x583442(0x1e1)])?RequestQueueHandler['instance']=new RequestQueueHandler():(_0x4d0fc7=this['queue'][_0x583442(0x1d5)](0x0,_0x47cf22),this['queue'][_0x583442(0x1fd)](0x0,_0xcf1888),this['resetEventBatchPolling']())),RequestQueueHandler[_0x583442(0x201)];}['start']=()=>{const _0x22727d=a68_0x4597dc,_0xa4ea88={};_0xa4ea88[_0x22727d(0x20d)]=function(_0x15cd55,_0x3d5880){return _0x15cd55!==_0x3d5880;},_0xa4ea88[_0x22727d(0x1bc)]='GXQAB';const _0x311458=_0xa4ea88;if(!this[_0x22727d(0x19d)]){if(_0x311458[_0x22727d(0x20d)](_0x311458[_0x22727d(0x1bc)],_0x311458[_0x22727d(0x1bc)])){const _0x43ca8a={};_0x43ca8a[_0x22727d(0x184)]=_0x2eb906['data'][_0x22727d(0x1e9)];throw _0x43ca8a;}else this[_0x22727d(0x19d)]=!![],this['startEventBatchPolling']();}};[a68_0x4597dc(0x19b)]=_0x1635dc=>{const _0x4627a7=a68_0x4597dc,_0x4fe8c8={'WbkRh':function(_0x1246f3,_0x1fda1e){return _0x1246f3(_0x1fda1e);},'bOJQP':function(_0x466d96,_0x2b0c8d){return _0x466d96===_0x2b0c8d;},'uJcKb':_0x4627a7(0x1d3),'VTwLt':function(_0x36811f,_0x31d57a){return _0x36811f(_0x31d57a);},'yWGIY':'kCGmz','JeuPT':function(_0x2edd66,_0x5ebfdd){return _0x2edd66===_0x5ebfdd;},'TcgxN':_0x4627a7(0x1e4),'QFAcn':function(_0x2a3b70,_0x415420){return _0x2a3b70!==_0x415420;},'EjpHw':_0x4627a7(0x173),'PKDZU':function(_0x351283,_0x3d2639){return _0x351283===_0x3d2639;},'SpZLy':_0x4627a7(0x1dc)};if(this[_0x4627a7(0x18d)][_0x4627a7(0x17f)](_0x1635dc[_0x4627a7(0x1d6)])){if(_0x4fe8c8[_0x4627a7(0x203)](_0x4fe8c8['yWGIY'],_0x4fe8c8['yWGIY'])){if(_0x1635dc['logs']&&_0x1635dc[_0x4627a7(0x1c6)][0x0]&&_0x4fe8c8[_0x4627a7(0x194)](_0x1635dc[_0x4627a7(0x1c6)][0x0][_0x4627a7(0x1b2)],_0x4fe8c8[_0x4627a7(0x18a)])){if(_0x4fe8c8['QFAcn'](_0x4fe8c8['EjpHw'],_0x4fe8c8[_0x4627a7(0x1cb)]))this[_0x4627a7(0x1bf)]&&(_0x4fe8c8[_0x4627a7(0x19e)](_0x2e1d83,this[_0x4627a7(0x1bf)]),this['pollEventBatchInterval']=null,_0x4fe8c8[_0x4627a7(0x203)](_0x22ba13,_0x4fe8c8[_0x4627a7(0x1df)])&&(this[_0x4627a7(0x19d)]=![]));else{const _0x47918b={};return _0x47918b[_0x4627a7(0x192)]=!![],_0x47918b[_0x4627a7(0x1b6)]=[_0x1635dc],_0x47918b['proceedWithUrl']=this[_0x4627a7(0x177)],_0x47918b;}}this[_0x4627a7(0x18b)]['push'](_0x1635dc);let _0x4cd825=null;const _0x88e6b9=this[_0x4627a7(0x192)]();_0x88e6b9&&(_0x4fe8c8[_0x4627a7(0x1c0)](_0x4fe8c8['SpZLy'],_0x4fe8c8[_0x4627a7(0x197)])?(_0x4cd825=this[_0x4627a7(0x18b)]['slice'](0x0,BATCH_SIZE),this[_0x4627a7(0x18b)]['splice'](0x0,BATCH_SIZE),this['resetEventBatchPolling']()):_0x4fe8c8[_0x4627a7(0x19e)](_0xf03bfd,_0x4627a7(0x1ce)+_0x1a0a35+_0x4627a7(0x1b5)+(_0x4c945e[_0x4627a7(0x184)]||_0x445241)));const _0x1a1c85={};return _0x1a1c85[_0x4627a7(0x192)]=_0x88e6b9,_0x1a1c85[_0x4627a7(0x1b6)]=_0x4cd825,_0x1a1c85[_0x4627a7(0x195)]=this['eventUrl'],_0x1a1c85;}else _0x4fe8c8[_0x4627a7(0x1ca)](_0x18ed53,this[_0x4627a7(0x1bf)]),this['pollEventBatchInterval']=null,_0x4fe8c8[_0x4627a7(0x203)](_0x2f79cc,_0x4fe8c8['uJcKb'])&&(this[_0x4627a7(0x19d)]=![]);}const _0x2b7c4d={};return _0x2b7c4d[_0x4627a7(0x192)]=!![],_0x2b7c4d;};[a68_0x4597dc(0x1fb)]=async()=>{const _0x2dac64=a68_0x4597dc,_0x3103b3={};_0x3103b3['nyvFP']=function(_0x4eb604,_0x3d4d4e){return _0x4eb604===_0x3d4d4e;},_0x3103b3[_0x2dac64(0x1a8)]=_0x2dac64(0x1e4),_0x3103b3['KpKeF']=_0x2dac64(0x1d3),_0x3103b3[_0x2dac64(0x1f8)]=function(_0x4afe40,_0x173fb7){return _0x4afe40>_0x173fb7;},_0x3103b3[_0x2dac64(0x19f)]=function(_0x100523,_0x3b79ae){return _0x100523!==_0x3b79ae;},_0x3103b3[_0x2dac64(0x1f7)]=_0x2dac64(0x1e7),_0x3103b3[_0x2dac64(0x1ff)]=_0x2dac64(0x1c8),_0x3103b3[_0x2dac64(0x1d4)]=_0x2dac64(0x1be);const _0x1840b0=_0x3103b3;await this[_0x2dac64(0x171)](),this[_0x2dac64(0x17d)](_0x1840b0[_0x2dac64(0x1d0)]);while(_0x1840b0[_0x2dac64(0x1f8)](this['queue']['length'],0x0)){if(_0x1840b0[_0x2dac64(0x19f)](_0x1840b0[_0x2dac64(0x1f7)],_0x1840b0[_0x2dac64(0x1ff)])){const _0x781fc1=this[_0x2dac64(0x18b)][_0x2dac64(0x1d5)](0x0,BATCH_SIZE);this[_0x2dac64(0x18b)]['splice'](0x0,BATCH_SIZE),await this[_0x2dac64(0x1f9)](this[_0x2dac64(0x1c7)],_0x1840b0[_0x2dac64(0x1d4)],_0x781fc1);}else{if(this[_0x2dac64(0x18d)]['includes'](_0xe12f4e['event_type'])){if(_0xa2ef40[_0x2dac64(0x1c6)]&&_0x4cc519[_0x2dac64(0x1c6)][0x0]&&_0x1840b0[_0x2dac64(0x1c4)](_0x59ab7c[_0x2dac64(0x1c6)][0x0][_0x2dac64(0x1b2)],_0x1840b0[_0x2dac64(0x1a8)])){const _0x13240c={};return _0x13240c['shouldProceed']=!![],_0x13240c[_0x2dac64(0x1b6)]=[_0x4ddf36],_0x13240c[_0x2dac64(0x195)]=this[_0x2dac64(0x177)],_0x13240c;}this[_0x2dac64(0x18b)]['push'](_0x1ae2c6);let _0x4f850a=null;const _0x2e7824=this['shouldProceed']();_0x2e7824&&(_0x4f850a=this['queue'][_0x2dac64(0x1d5)](0x0,_0x198307),this[_0x2dac64(0x18b)][_0x2dac64(0x1fd)](0x0,_0x47dab6),this[_0x2dac64(0x199)]());const _0x119472={};return _0x119472[_0x2dac64(0x192)]=_0x2e7824,_0x119472[_0x2dac64(0x1b6)]=_0x4f850a,_0x119472[_0x2dac64(0x195)]=this['eventUrl'],_0x119472;}const _0x47d2d9={};return _0x47d2d9[_0x2dac64(0x192)]=!![],_0x47d2d9;}}};[a68_0x4597dc(0x1f9)]=async(_0x3d207f,_0x1c198b,_0x4af61f)=>{const _0x2f8b00=a68_0x4597dc,_0x421208={'myYJj':function(_0x18f002,_0x7e6c4f){return _0x18f002(_0x7e6c4f);},'TfJwU':function(_0x2e656b,_0x50d87b){return _0x2e656b-_0x50d87b;},'kONri':function(_0x3e3947,_0x205a93){return _0x3e3947===_0x205a93;},'iDtFQ':_0x2f8b00(0x1e4),'TmuQB':function(_0x14ddcf){return _0x14ddcf();},'UxHfx':function(_0x547c74,_0x237d77){return _0x547c74===_0x237d77;},'cXUIP':_0x2f8b00(0x198),'ZlwtP':_0x2f8b00(0x185),'zaykp':function(_0x267a23,_0x45d13a,_0x2473ff,_0x80f12f,_0x447cd9){return _0x267a23(_0x45d13a,_0x2473ff,_0x80f12f,_0x447cd9);},'FiCuf':_0x2f8b00(0x174),'OSzLU':function(_0xeeea69,_0x4a7e3a){return _0xeeea69!==_0x4a7e3a;},'CsZuA':_0x2f8b00(0x19c),'EBdbV':_0x2f8b00(0x1f6),'ezjzm':_0x2f8b00(0x20a),'mCdwe':function(_0x5c26ca,_0x5f4b18){return _0x5c26ca(_0x5f4b18);},'uFokK':function(_0x28e934,_0x10ec79){return _0x28e934===_0x10ec79;},'NfoXA':_0x2f8b00(0x19a),'cHdXx':_0x2f8b00(0x1ad),'mXQae':_0x2f8b00(0x1b8),'RnWrV':'PIDDt','krkpS':function(_0x365ae4,_0x27078d){return _0x365ae4!==_0x27078d;},'qdLwD':'rUeUg','vvrux':_0x2f8b00(0x1db),'awTUR':function(_0x54b0a5,_0x26c7c0){return _0x54b0a5(_0x26c7c0);},'ubgex':function(_0x308426,_0x11f9bd){return _0x308426-_0x11f9bd;}},_0x129a0={'headers':_0x421208['TmuQB'](getDefaultHeaders)};try{if(_0x421208['UxHfx'](_0x421208['cXUIP'],_0x421208['ZlwtP']))this[_0x2f8b00(0x19d)]=!![],this[_0x2f8b00(0x175)]();else{const _0x491db6=await _0x421208[_0x2f8b00(0x1a2)](nodeRequest,_0x421208[_0x2f8b00(0x1de)],_0x3d207f,_0x4af61f,_0x129a0);if(_0x491db6['data'][_0x2f8b00(0x1e9)]){if(_0x421208[_0x2f8b00(0x1aa)](_0x421208[_0x2f8b00(0x1cd)],_0x421208[_0x2f8b00(0x1cd)]))!this[_0x2f8b00(0x19d)]&&(this[_0x2f8b00(0x19d)]=!![],this[_0x2f8b00(0x175)]());else{const _0x373b5d={};_0x373b5d[_0x2f8b00(0x184)]=_0x491db6[_0x2f8b00(0x189)][_0x2f8b00(0x1e9)];throw _0x373b5d;}}else{if(_0x421208[_0x2f8b00(0x190)](_0x421208['EBdbV'],_0x421208[_0x2f8b00(0x1ee)]))return!_0x1a97cc['instance']&&(_0x1849af[_0x2f8b00(0x201)]=new _0x58d4ae()),_0x4085e2[_0x2f8b00(0x201)];else _0x421208[_0x2f8b00(0x1f0)](debug,_0x1c198b+_0x2f8b00(0x1d9)),this[_0x2f8b00(0x1a7)]=Math[_0x2f8b00(0x1c5)](0x0,_0x421208[_0x2f8b00(0x200)](this[_0x2f8b00(0x1a7)],_0x4af61f[_0x2f8b00(0x186)]));}}}catch(_0x4be78d){if(_0x421208[_0x2f8b00(0x196)](_0x421208[_0x2f8b00(0x208)],_0x421208[_0x2f8b00(0x1b3)]))_0x421208['myYJj'](_0x48d0b5,_0x16744e+_0x2f8b00(0x1d9)),this[_0x2f8b00(0x1a7)]=_0x1dfa9b['max'](0x0,_0x421208['TfJwU'](this[_0x2f8b00(0x1a7)],_0x309444[_0x2f8b00(0x186)]));else{if(_0x4be78d[_0x2f8b00(0x1a3)])_0x421208['OSzLU'](_0x421208['mXQae'],_0x421208[_0x2f8b00(0x209)])?_0x421208['mCdwe'](debug,'EXCEPTION\x20IN\x20'+_0x1c198b+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x4be78d[_0x2f8b00(0x1a3)]['status']+'\x20'+_0x4be78d['response'][_0x2f8b00(0x17a)]+'\x20'+JSON[_0x2f8b00(0x18e)](_0x4be78d[_0x2f8b00(0x1a3)][_0x2f8b00(0x189)])):this['started']=![];else{if(_0x421208[_0x2f8b00(0x176)](_0x421208[_0x2f8b00(0x1a0)],_0x421208['vvrux']))_0x421208[_0x2f8b00(0x1e3)](debug,_0x2f8b00(0x1ce)+_0x1c198b+_0x2f8b00(0x1b5)+(_0x4be78d[_0x2f8b00(0x184)]||_0x4be78d));else{if(_0x3da162[_0x2f8b00(0x1c6)]&&_0x474d79['logs'][0x0]&&_0x421208[_0x2f8b00(0x190)](_0x9e913[_0x2f8b00(0x1c6)][0x0]['kind'],_0x421208[_0x2f8b00(0x1e8)])){const _0x4b23a8={};return _0x4b23a8[_0x2f8b00(0x192)]=!![],_0x4b23a8[_0x2f8b00(0x1b6)]=[_0x54018c],_0x4b23a8[_0x2f8b00(0x195)]=this[_0x2f8b00(0x177)],_0x4b23a8;}this[_0x2f8b00(0x18b)][_0x2f8b00(0x1d8)](_0xb27fab);let _0x3e90d4=null;const _0x11447a=this[_0x2f8b00(0x192)]();_0x11447a&&(_0x3e90d4=this['queue'][_0x2f8b00(0x1d5)](0x0,_0x15c89e),this[_0x2f8b00(0x18b)]['splice'](0x0,_0x290759),this[_0x2f8b00(0x199)]());const _0x1c76a8={};return _0x1c76a8[_0x2f8b00(0x192)]=_0x11447a,_0x1c76a8[_0x2f8b00(0x1b6)]=_0x3e90d4,_0x1c76a8[_0x2f8b00(0x195)]=this[_0x2f8b00(0x1c7)],_0x1c76a8;}}this[_0x2f8b00(0x1a7)]=Math[_0x2f8b00(0x1c5)](0x0,_0x421208[_0x2f8b00(0x1b0)](this[_0x2f8b00(0x1a7)],_0x4af61f[_0x2f8b00(0x186)]));}}};['startEventBatchPolling']=()=>{const _0x240a2b=a68_0x4597dc,_0x1c4a9a={'wkyox':function(_0x305ba9,_0x788a51){return _0x305ba9(_0x788a51);},'nRCbE':function(_0x4788e2,_0x304a81){return _0x4788e2-_0x304a81;},'BTeLa':function(_0x3b7cd6,_0x34998f){return _0x3b7cd6!==_0x34998f;},'hUuPr':_0x240a2b(0x1ea),'bYFqS':_0x240a2b(0x172),'FEerb':function(_0x534d86,_0x1465a4){return _0x534d86>_0x1465a4;},'HcMHn':function(_0x5d185b,_0x54cdde){return _0x5d185b===_0x54cdde;},'gudSw':_0x240a2b(0x1cf),'FtpeP':'VYewv','APMfM':_0x240a2b(0x1ab),'oYLYX':function(_0x2ca15b,_0x3c9135,_0x10fb4d){return _0x2ca15b(_0x3c9135,_0x10fb4d);}};this[_0x240a2b(0x1bf)]=_0x1c4a9a[_0x240a2b(0x1af)](setInterval,async()=>{const _0x205ac7=_0x240a2b,_0x11e84d={'jtNot':function(_0x483107,_0x232f34){const _0x258532=a68_0x2348;return _0x1c4a9a[_0x258532(0x1e2)](_0x483107,_0x232f34);},'HfYrY':function(_0x519c3b,_0x217780){return _0x1c4a9a['nRCbE'](_0x519c3b,_0x217780);}};if(_0x1c4a9a['BTeLa'](_0x1c4a9a[_0x205ac7(0x1fc)],_0x1c4a9a['bYFqS'])){if(_0x1c4a9a[_0x205ac7(0x210)](this[_0x205ac7(0x18b)][_0x205ac7(0x186)],0x0)){if(_0x1c4a9a[_0x205ac7(0x1ed)](_0x1c4a9a['gudSw'],_0x1c4a9a[_0x205ac7(0x1a6)]))_0x47778d[_0x205ac7(0x201)]=new _0x5dd3db();else{const _0x1989db=this[_0x205ac7(0x18b)][_0x205ac7(0x1d5)](0x0,BATCH_SIZE);this['queue']['splice'](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x205ac7(0x1c7)],_0x1c4a9a['APMfM'],_0x1989db);}}}else _0x655fb2[_0x205ac7(0x1a3)]?_0x11e84d['jtNot'](_0x4f7795,_0x205ac7(0x1ce)+_0x2975c9+_0x205ac7(0x1b5)+_0x201b62[_0x205ac7(0x1a3)]['status']+'\x20'+_0xdb94f5[_0x205ac7(0x1a3)][_0x205ac7(0x17a)]+'\x20'+_0x19d16f[_0x205ac7(0x18e)](_0x1e0200[_0x205ac7(0x1a3)]['data'])):_0x11e84d[_0x205ac7(0x178)](_0x23a2f6,'EXCEPTION\x20IN\x20'+_0x5261e6+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x215d75[_0x205ac7(0x184)]||_0x42dfaa)),this[_0x205ac7(0x1a7)]=_0x1c95d6[_0x205ac7(0x1c5)](0x0,_0x11e84d[_0x205ac7(0x1b9)](this['pendingUploads'],_0x3632f1[_0x205ac7(0x186)]));},BATCH_INTERVAL);};[a68_0x4597dc(0x199)]=()=>{const _0x5d6266=a68_0x4597dc,_0x18c501={};_0x18c501[_0x5d6266(0x1e5)]='RESETTING';const _0xe577c8=_0x18c501;this[_0x5d6266(0x17d)](_0xe577c8[_0x5d6266(0x1e5)]),this['startEventBatchPolling']();};[a68_0x4597dc(0x17d)]=_0x37a0b1=>{const _0x399f8c=a68_0x4597dc,_0x5798da={'rRCpQ':function(_0x5cfb73,_0x44ba44){return _0x5cfb73(_0x44ba44);},'ZAMnb':function(_0x281396,_0x4cfede){return _0x281396===_0x4cfede;},'pYspE':_0x399f8c(0x183),'trTME':_0x399f8c(0x1bd),'JlmMM':function(_0x433432,_0x134e4a){return _0x433432(_0x134e4a);},'BZfOj':_0x399f8c(0x1d3),'GWLeJ':function(_0x3700b0,_0x5e2c14){return _0x3700b0!==_0x5e2c14;},'mVjdF':'Okzkn','ssWBd':_0x399f8c(0x1e0)};if(this[_0x399f8c(0x1bf)]){if(_0x5798da[_0x399f8c(0x1f1)](_0x5798da[_0x399f8c(0x1ba)],_0x5798da[_0x399f8c(0x1c3)]))return;else _0x5798da[_0x399f8c(0x1ec)](clearInterval,this[_0x399f8c(0x1bf)]),this[_0x399f8c(0x1bf)]=null,_0x5798da[_0x399f8c(0x1f1)](_0x37a0b1,_0x5798da[_0x399f8c(0x188)])&&(_0x5798da['GWLeJ'](_0x5798da[_0x399f8c(0x187)],_0x5798da[_0x399f8c(0x179)])?this['started']=![]:_0x5798da[_0x399f8c(0x1eb)](_0x16e00a,_0x399f8c(0x1ce)+_0x1061d2+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x470461[_0x399f8c(0x1a3)][_0x399f8c(0x17c)]+'\x20'+_0xee4fb5[_0x399f8c(0x1a3)]['statusText']+'\x20'+_0x36ceba['stringify'](_0x2e0ba7[_0x399f8c(0x1a3)][_0x399f8c(0x189)])));}};[a68_0x4597dc(0x192)]=()=>{const _0xc0e061=a68_0x4597dc,_0x5e44c2={};_0x5e44c2[_0xc0e061(0x1e6)]=function(_0x35dd81,_0x2b738f){return _0x35dd81>=_0x2b738f;};const _0x21ef36=_0x5e44c2;return _0x21ef36['XUKWS'](this[_0xc0e061(0x18b)][_0xc0e061(0x186)],BATCH_SIZE);};async[a68_0x4597dc(0x171)](_0x24a8c3=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x5b3459=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x14586e=a68_0x4597dc,_0x5ef222={'hRhKs':function(_0x127816,_0x5b9ebb){return _0x127816>=_0x5b9ebb;},'rZSGg':function(_0x354036,_0x1995f8){return _0x354036<=_0x1995f8;},'NNNWQ':function(_0x5fde6f,_0x17811f){return _0x5fde6f<=_0x17811f;},'DPfmt':function(_0x3c7529,_0x175d16){return _0x3c7529===_0x175d16;},'SHHkG':_0x14586e(0x1a9),'XjIFk':'WAvfR','POOPh':function(_0x3e1cc7,_0x18ff6a){return _0x3e1cc7(_0x18ff6a);},'efruC':function(_0x571e46,_0x497c63){return _0x571e46-_0x497c63;}};if(_0x5ef222[_0x14586e(0x181)](this[_0x14586e(0x1a7)],0x0)||_0x5ef222[_0x14586e(0x1c2)](_0x24a8c3,0x0)){if(_0x5ef222[_0x14586e(0x1a4)](_0x5ef222[_0x14586e(0x206)],_0x5ef222[_0x14586e(0x1ac)]))return _0x5ef222[_0x14586e(0x1a5)](this[_0x14586e(0x18b)][_0x14586e(0x186)],_0x294bd9);else return;}return await _0x5ef222[_0x14586e(0x191)](sleep,_0x5b3459),this[_0x14586e(0x171)](_0x5ef222[_0x14586e(0x1d7)](_0x24a8c3,_0x5b3459));}}function a68_0x2348(_0x375e50,_0x1a71e9){const _0x2290dd=a68_0x2290();return a68_0x2348=function(_0x234816,_0x227969){_0x234816=_0x234816-0x171;let _0x3505e4=_0x2290dd[_0x234816];return _0x3505e4;},a68_0x2348(_0x375e50,_0x1a71e9);}module[a68_0x4597dc(0x18f)]=RequestQueueHandler;
|