browserstack-node-sdk 1.31.13 → 1.31.15
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/CFTemplates/aws-eks-cluster-dep.yaml +36 -1
- 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/commands/start.js +1 -0
- package/ats/src/commands/start_commands/grid.js +1 -0
- package/ats/src/commands/stop.js +1 -0
- package/ats/src/commands/stop_commands/grid.js +1 -0
- 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/autoscaler/deployment.yaml +2 -0
- package/ats/src/templates/gcpresources/gkecluster.json +37 -0
- package/ats/src/templates/vpc-cni-cm.yaml +8 -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_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
|
+
function a63_0x1f76(_0x25fb8c,_0x4aedb8){const _0x428380=a63_0x4283();return a63_0x1f76=function(_0x1f76ad,_0x398bd5){_0x1f76ad=_0x1f76ad-0xa7;let _0x484aa3=_0x428380[_0x1f76ad];return _0x484aa3;},a63_0x1f76(_0x25fb8c,_0x4aedb8);}const a63_0x48ae77=a63_0x1f76;function a63_0x4283(){const _0x23fe76=['iFJmP','vhyOZ','Jcbss','yVNkX','fmhbC','OEAwp','aiZXM','aiFTm','CXUQK','./logger','rHttG','AnkFw','stack','HXlCQ','errors','MiNRZ','rqMPY','sdlbH','SEEQs','RMqTl','yfqEa','iNOxj','MCZVQ','eTacP','VVRdK','Time\x20for\x20','_errorEvents','hWSEA','debug','writeFileSync','BaSdg','DDXTZ','pCGko','TtNEt','PRpbz','bPtuR','qbaWx','fRIgt','TZsCc','Error\x20in\x20doing\x20csv\x20operations:\x20','Error\x20stopping\x20monitoring','xBMow','MgSDU','BROWSERSTACK_SDK_INSTRUMENTATION','cRNvX','bNvcP','HMQsX','JDyOA','MrZbz','TFhUU','mcQQz','entryType','./test-observability/utils','appendFileSync','rBjie','errorFile','mkird','mark','toString','MDtKl','VmAPJ','yqgeo','ALyuI','ARVtE','yhlcB','apply','stringify','iwcDx','cWFAd','finalizePerfMeasures','MsxBG','GWQat','DhHfB','fRANP','xaflk','UTVVZ','-end','fMSqB','finalizeErrors','kpEuS','gGMNv','scjGi','MeVfO','fMNMj','uXtKD','GvreF','90ApEFDC','then','rtJcR','slice','OJoCX','tqXJr','hZBeK','NwLGS','ZhPRH','-start','APTDi','length','ihbpz','NxpwW','eKVef','</td></tr>','HCAXF','QHXHz','generateJSON','BDrnj','errorReportFileName','KHmUv','RkLcl','ehZyZ','PEbeP','qYAjz','WzpnO','error-report.json','XGthl','bSRle','fWZNM','OPvuU','nUpRk','ztyxh','getEntries','observe','SOawQ','eSaEz','YucOL','generateHTMLReport','jTmoq','jJbep','unlinkSync','frRCf','LOEgZ','YGZry','4177547VodlQc','AYxbk','MeGvy','wteNs','VbWsH','name','reduce','dCxbY','<tr><td>','performance-own.html','push','MRpvP','fxXpL','EHIYK','JTYNP','sHTes','fXeew','qwAOG','performance-report.json','VDrXj','zLTzK','ApXRI','PCjvR','BTQcY','IucdZ','CgvWA','ckXdH','XpfiZ','match','xbuwM','</td><td>','YbPMR','AYLkU','rSxEo','31065DJDnrY','values','CLWFr','cIuBw','xjdCk','calculateTimesFromMultipleFiles','LIHqV','WeiRb','NWKEP','aeZRF','kvgJr','finalize','cObhV','RNHHZ','ZSYNs','zVnBY','GrGBP','AuLTp','Hdrun','started','isEnabled','XjJRp','rXQyd','<h1>Performance\x20Report</h1>','captureError','KUKRS','measure','BFHnE','yKBgd','stopAndGenerate','wYpQD','DfgSA','jaBDt','winstonLogger','getEventsFromJSON','2110131bZsYxc','finally','gXNmj','wjGxm','Whyxl','buffered','rqbBm','XVntX','measureWrapper','message','UzjTJ','getCleanedPerfEvents','ApFwv','dOHkx','TLqFG','LfVKM','uSNZo','jsonReportFileName','KuAZt','_measureEvents','pDanV','ZsOxI','TMDIa','yaItg','qlitN','GeUwN','pLuma','map','jpcHO','rEaNx','_events','EFXai','oOiSG','vtbsY','524618rhsmol','OhVni','oZeJZ','ufgQu','ssdrZ','AaTTx','rXChj','disconnect','UXftn','existsSync','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','xeIRd','EtIQL','lfVtC','WkJLq','XNxBy','JtcOf','Error\x20in\x20writing\x20html\x20','measures','fJKFp','exports','iyRMz','false','nMkhD','cukSz','fZWaI','CVPSi','pushErrors','CFBlK','path','uQwME','223389ZDfXmz','catch','FfDun','rOdAi','TOkxq','960477xgnjoY','cwd','2GnzFwG','hxlhr','kkXhf','entries','env','oKeuz','MFONn','RkPRu','AOZGS','XMgcT','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','duration','IhhwI','GMEig','parse','eVSLe','Lttkr','MiECA','entryTypes','56sRnLqJ','writeFile','XlnXe','yCgab','OjUGg','pIUux','forEach','_observer','readFileSync','qyJRh','njAVS','XSofz','2611608BetXoN','zFQsG','calculateTimeFromEvents','etuNB','MzwTh','wbsWW','dYVKw','pvkjd','concat','</tbody></table></body></html>','nhhGb','KagrW','yBaqx','xHfuT','UoLat','CAdsd','rcpzV','rfDad','pushPerfMeasures','BPVte','cnSTO','EEoAn','204oZbuRT'];a63_0x4283=function(){return _0x23fe76;};return a63_0x4283();}(function(_0x254373,_0x1a80cf){const _0x72ea13=a63_0x1f76,_0x3b2560=_0x254373();while(!![]){try{const _0x5eee8b=-parseInt(_0x72ea13(0x199))/0x1*(parseInt(_0x72ea13(0x173))/0x2)+parseInt(_0x72ea13(0x151))/0x3+parseInt(_0x72ea13(0x1ce))/0x4*(-parseInt(_0x72ea13(0x12e))/0x5)+parseInt(_0x72ea13(0x1b8))/0x6+-parseInt(_0x72ea13(0x197))/0x7*(-parseInt(_0x72ea13(0x1ac))/0x8)+parseInt(_0x72ea13(0x192))/0x9*(-parseInt(_0x72ea13(0xde))/0xa)+-parseInt(_0x72ea13(0x10c))/0xb;if(_0x5eee8b===_0x1a80cf)break;else _0x3b2560['push'](_0x3b2560['shift']());}catch(_0x3edfdd){_0x3b2560['push'](_0x3b2560['shift']());}}}(a63_0x4283,0x9fc8b));const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a63_0x48ae77(0xbc)),path=require(a63_0x48ae77(0x190)),logger=require(a63_0x48ae77(0x1d8))[a63_0x48ae77(0x14f)];class PerformanceTester{static ['_observer'];static [a63_0x48ae77(0x16f)]=[];static [a63_0x48ae77(0x164)]=[];static [a63_0x48ae77(0x1e9)]=[];static [a63_0x48ae77(0x141)]=![];static [a63_0x48ae77(0x162)]=a63_0x48ae77(0x11e);static ['errorReportFileName']='error-report.json';static['startMonitoring'](_0x2e51f0=a63_0x48ae77(0x11e),_0x56816a=a63_0x48ae77(0xf9)){const _0x15bf72=a63_0x48ae77,_0xd1d008={};_0xd1d008[_0x15bf72(0xcf)]=function(_0x5611c3,_0x2c1530){return _0x5611c3!==_0x2c1530;},_0xd1d008[_0x15bf72(0x1be)]=_0x15bf72(0xda),_0xd1d008['XNxBy']=function(_0x5d393d,_0x2e3e98){return _0x5d393d===_0x2e3e98;},_0xd1d008[_0x15bf72(0x1e0)]=_0x15bf72(0x148),_0xd1d008[_0x15bf72(0x1bd)]=_0x15bf72(0xe8),_0xd1d008['BFHnE']=_0x15bf72(0xcc),_0xd1d008['kHVwb']=_0x15bf72(0x160),_0xd1d008[_0x15bf72(0xfa)]=_0x15bf72(0xee),_0xd1d008[_0x15bf72(0x14e)]=_0x15bf72(0x1a2),_0xd1d008[_0x15bf72(0x15d)]=_0x15bf72(0xb5),_0xd1d008[_0x15bf72(0x19e)]='function';const _0x1a2807=_0xd1d008;if(this[_0x15bf72(0x141)]||!this['isEnabled']()){if(_0x1a2807[_0x15bf72(0xcf)](_0x1a2807[_0x15bf72(0x15d)],_0x1a2807[_0x15bf72(0x15d)]))return;else return;}this[_0x15bf72(0x1b3)]=new PerformanceObserver(_0x3d638c=>{const _0x145528=_0x15bf72,_0x5517bf={'cnSTO':function(_0x181119,_0x3296de){return _0x1a2807['GWQat'](_0x181119,_0x3296de);},'GMEig':_0x1a2807[_0x145528(0x1be)],'eTacP':function(_0x59143e,_0x1bd6b9){const _0x4cd780=_0x145528;return _0x1a2807[_0x4cd780(0x182)](_0x59143e,_0x1bd6b9);},'XpfiZ':_0x1a2807[_0x145528(0x1e0)],'aiFTm':_0x1a2807['wbsWW'],'fxXpL':_0x1a2807[_0x145528(0x149)],'GvreF':_0x1a2807['kHVwb'],'jTmoq':_0x1a2807[_0x145528(0xfa)]};if(_0x1a2807[_0x145528(0xcf)](_0x1a2807[_0x145528(0x14e)],_0x1a2807[_0x145528(0x14e)])){const _0x5831b1=this['finalizePerfMeasures'](),_0x1fbb0d=this[_0x145528(0xd6)]();if(!this[_0x145528(0x142)]()){const _0x29d911={};return _0x29d911[_0x145528(0x185)]=[],_0x29d911[_0x145528(0x1dd)]=[],_0x29d911;}const _0x57ad7e={};return _0x57ad7e[_0x145528(0x185)]=_0x5831b1,_0x57ad7e['errors']=_0x1fbb0d,_0x57ad7e;}else _0x3d638c[_0x145528(0x100)]()[_0x145528(0x1b2)](_0x31aab4=>{const _0x18bc56=_0x145528;if(_0x5517bf[_0x18bc56(0x1cc)](_0x5517bf[_0x18bc56(0x1a6)],_0x5517bf['GMEig']))!_0x411b30[_0x54d36f[_0x18bc56(0x111)]]&&(_0x393fe0[_0x226966[_0x18bc56(0x111)]]=0x0),_0x10126f[_0x475ead[_0x18bc56(0x111)]]+=_0x23eaac[_0x18bc56(0x1a4)];else{if(_0x5517bf[_0x18bc56(0x1e6)](_0x31aab4[_0x18bc56(0xbb)],_0x5517bf[_0x18bc56(0x127)])){if(_0x5517bf[_0x18bc56(0x1e6)](_0x5517bf[_0x18bc56(0x1d6)],_0x5517bf[_0x18bc56(0x118)]))return new _0x462b35((_0x513d66,_0x320898)=>{const _0x4d64b7=_0x18bc56;_0x5a27a8[_0x4d64b7(0xdf)](_0x9081d2=>_0x513d66(_0x9081d2))[_0x4d64b7(0x193)](_0x264bef=>_0x320898(_0x264bef))[_0x4d64b7(0x152)](()=>{const _0x3b8244=_0x4d64b7;_0x4c105c[_0x3b8244(0xc1)](_0x52eb86),_0x5351a6[_0x3b8244(0x148)](_0x3a5d32,_0x4c4435,_0x346240);});});else this[_0x18bc56(0x164)][_0x18bc56(0x116)](_0x31aab4);}else{if(_0x5517bf['cnSTO'](_0x5517bf[_0x18bc56(0xdd)],_0x5517bf[_0x18bc56(0x106)]))this['_events'][_0x18bc56(0x116)](_0x31aab4);else return[];}}});});const _0x1421a6={};_0x1421a6[_0x15bf72(0x156)]=!![],_0x1421a6[_0x15bf72(0x1ab)]=[_0x1a2807[_0x15bf72(0x19e)],_0x1a2807['sdlbH']],this['_observer'][_0x15bf72(0x101)](_0x1421a6),this[_0x15bf72(0x141)]=!![],this[_0x15bf72(0x162)]=_0x2e51f0,this[_0x15bf72(0xf2)]=_0x56816a;}static['getPerformance'](){return performance;}static[a63_0x48ae77(0x1ba)](_0x497913,_0x3102bb){const _0x599e4d=a63_0x48ae77,_0x47a080={};_0x47a080[_0x599e4d(0x1ae)]=function(_0x40918b,_0x24d3a2){return _0x40918b===_0x24d3a2;},_0x47a080[_0x599e4d(0x166)]=_0x599e4d(0xe5),_0x47a080[_0x599e4d(0x11a)]='hTqkB',_0x47a080[_0x599e4d(0x181)]=function(_0x915715,_0x2808a0){return _0x915715!==_0x2808a0;},_0x47a080['oZeJZ']='yeikU',_0x47a080[_0x599e4d(0x119)]=_0x599e4d(0x1cf),_0x47a080['LOEgZ']=function(_0x14c71c,_0x3a0907){return _0x14c71c+_0x3a0907;},_0x47a080[_0x599e4d(0x1aa)]=function(_0x5b126c,_0x442ff6){return _0x5b126c||_0x442ff6;},_0x47a080['sXqoi']=function(_0x52e211,_0x1d5ddf){return _0x52e211===_0x1d5ddf;},_0x47a080[_0x599e4d(0x1c5)]=_0x599e4d(0xfb),_0x47a080['TFhUU']=_0x599e4d(0xe3);const _0x35c60c=_0x47a080,_0x44844f={};if(!_0x497913||_0x35c60c['sXqoi'](_0x497913['length'],0x0)){if(_0x35c60c[_0x599e4d(0x181)](_0x35c60c['xHfuT'],_0x35c60c[_0x599e4d(0xb9)]))return;else{const _0x496674=this[_0x599e4d(0x150)](_0x1ec62b);_0x496674[_0x599e4d(0x16c)](_0x23c9e9=>{const _0x14e658=_0x599e4d;!_0x5c8646[_0x23c9e9[_0x14e658(0x111)]]&&(_0xa95e88[_0x23c9e9[_0x14e658(0x111)]]=0x0),_0x5a8822[_0x23c9e9[_0x14e658(0x111)]]+=_0x23c9e9[_0x14e658(0x1a4)];});}}_0x497913[_0x599e4d(0x16c)](_0x3de00c=>{const _0x3db5b8=_0x599e4d;if(_0x35c60c['XlnXe'](_0x35c60c[_0x3db5b8(0x166)],_0x35c60c[_0x3db5b8(0x11a)])){const _0x5f4ac7=[_0x4837ec,_0x148769,null][_0x3db5b8(0x1c0)](arguments);return _0x4bbb9d[_0x3db5b8(0x148)][_0x3db5b8(0xc9)](_0x49a362,_0x5f4ac7);}else!_0x44844f[_0x3de00c[_0x3db5b8(0x111)]]&&(_0x35c60c[_0x3db5b8(0x181)](_0x35c60c['oZeJZ'],_0x35c60c[_0x3db5b8(0x175)])?_0x24ce99=_0x268e22[_0x3db5b8(0x1c0)](this[_0x3db5b8(0x1e9)]):_0x44844f[_0x3de00c[_0x3db5b8(0x111)]]=0x0),_0x44844f[_0x3de00c[_0x3db5b8(0x111)]]+=_0x3de00c[_0x3db5b8(0x1a4)];});const _0x51f5db=_0x3102bb[_0x599e4d(0x112)]((_0x56ed79,_0x1657e0)=>{const _0x42a8fb=_0x599e4d;if(_0x35c60c[_0x42a8fb(0x1ae)](_0x35c60c[_0x42a8fb(0x119)],_0x35c60c[_0x42a8fb(0x119)]))return _0x35c60c[_0x42a8fb(0x10a)](_0x44844f[_0x1657e0],_0x35c60c['MiECA'](_0x56ed79,0x0));else return;},0x0);return _0x51f5db;}static async[a63_0x48ae77(0x133)](_0x3cfcd5,_0x1c95f5){const _0x31b81d=a63_0x48ae77,_0x4bd646={'rtJcR':function(_0x2bf81b,_0x262ca8){return _0x2bf81b===_0x262ca8;},'YbPMR':'UMSnf','wjGxm':_0x31b81d(0x1ed),'ckXdH':_0x31b81d(0xa7),'QxKHL':_0x31b81d(0xb0),'OMYdm':'zfcYb','uGWJn':function(_0x2f3af3,_0x5974e4){return _0x2f3af3+_0x5974e4;},'uSNZo':function(_0x190423,_0x57c352){return _0x190423||_0x57c352;},'UzjTJ':function(_0x15055b,_0x3bbcec){return _0x15055b!==_0x3bbcec;},'IucdZ':_0x31b81d(0xce),'xmRqp':_0x31b81d(0x132),'kAxkJ':function(_0x277220,_0x455333){return _0x277220===_0x455333;},'jpcHO':_0x31b81d(0x186),'xmChS':function(_0x52a2fd,_0x4e371e){return _0x52a2fd===_0x4e371e;},'qlitN':_0x31b81d(0x1b6),'OhVni':function(_0x13d6e6,_0x9c07de){return _0x13d6e6!==_0x9c07de;},'qYAjz':'zvBpT','RkPRu':function(_0x72c74a,_0x2f6308){return _0x72c74a(_0x2f6308);}};if(!_0x3cfcd5||_0x4bd646[_0x31b81d(0xe0)](_0x3cfcd5[_0x31b81d(0xe9)],0x0)){if(_0x4bd646[_0x31b81d(0x15b)](_0x4bd646[_0x31b81d(0x124)],_0x4bd646['xmRqp']))return 0x0;else return;}const _0x533b1e=[];for(const _0x5e3f83 of _0x3cfcd5){if(_0x4bd646['kAxkJ'](_0x4bd646['jpcHO'],_0x4bd646[_0x31b81d(0x16d)])){const _0x6db7f2=path['join']('.',_0x5e3f83);try{if(_0x4bd646['xmChS'](_0x4bd646['qlitN'],_0x4bd646[_0x31b81d(0x169)])){const _0x4e1571=this[_0x31b81d(0x150)](_0x6db7f2);_0x4e1571[_0x31b81d(0x16c)](_0x4524ea=>{const _0x3c37a1=_0x31b81d;_0x4bd646['rtJcR'](_0x4bd646[_0x3c37a1(0x12b)],_0x4bd646[_0x3c37a1(0x154)])?(!_0x4379a2[_0x3db2e5['name']]&&(_0xf99a91[_0x510164[_0x3c37a1(0x111)]]=0x0),_0x20e19e[_0x185800[_0x3c37a1(0x111)]]+=_0x3dabf0[_0x3c37a1(0x1a4)]):(!_0x533b1e[_0x4524ea[_0x3c37a1(0x111)]]&&(_0x4bd646[_0x3c37a1(0xe0)](_0x4bd646[_0x3c37a1(0x126)],_0x4bd646['ckXdH'])?_0x533b1e[_0x4524ea[_0x3c37a1(0x111)]]=0x0:(_0x140726[_0x449eca[_0x3c37a1(0x111)]]=_0x2347ef,_0x729462[_0x535529[_0x3c37a1(0x111)]]=0x1)),_0x533b1e[_0x4524ea[_0x3c37a1(0x111)]]+=_0x4524ea[_0x3c37a1(0x1a4)]);});}else return _0x51e0d8;}catch(_0x4ff159){if(_0x4bd646[_0x31b81d(0x174)](_0x4bd646[_0x31b81d(0xf7)],_0x4bd646[_0x31b81d(0xf7)]))return _0x529277['apply'](null,_0x3b5fcc);else _0x4bd646[_0x31b81d(0x1a0)](debug,_0x31b81d(0xaf)+_0x4ff159[_0x31b81d(0xc2)]());}}else{if(!_0x218c60[_0x31b81d(0x17c)](_0x352493))return[];return _0x57d721[_0x31b81d(0x1a7)](_0x2095c3[_0x31b81d(0x1b4)](_0xa1a253)[_0x31b81d(0xc2)]());}}const _0x5970f9=_0x1c95f5[_0x31b81d(0x112)]((_0x374adc,_0x376b9)=>{const _0x4bbb19=_0x31b81d;if(_0x4bd646[_0x4bbb19(0xe0)](_0x4bd646['OMYdm'],_0x4bd646['OMYdm']))return _0x4bd646['uGWJn'](_0x533b1e[_0x376b9],_0x4bd646[_0x4bbb19(0x161)](_0x374adc,0x0));else try{if(!this['isEnabled']())return;this[_0x4bbb19(0x1b3)][_0x4bbb19(0x17a)](),this[_0x4bbb19(0x1ca)](),this['pushErrors']();}catch{_0x2098b6[_0x4bbb19(0x1eb)](_0x4bd646['QxKHL']);}},0x0);return _0x4bd646[_0x31b81d(0x1a0)](debug,_0x31b81d(0x1e8)+_0x1c95f5+'\x20for\x20all\x20processes\x20is\x20'+_0x5970f9),_0x5970f9;}static[a63_0x48ae77(0x150)](_0x2b8fe9){const _0x313ff7=a63_0x48ae77,_0x2e3cf0={};_0x2e3cf0['UoLat']=function(_0x2f7324,_0x1d07da){return _0x2f7324!==_0x1d07da;},_0x2e3cf0[_0x313ff7(0xa9)]=_0x313ff7(0x1d2),_0x2e3cf0[_0x313ff7(0xd2)]=_0x313ff7(0xbe);const _0xb47543=_0x2e3cf0;if(!fs[_0x313ff7(0x17c)](_0x2b8fe9)){if(_0xb47543[_0x313ff7(0x1c6)](_0xb47543['TtNEt'],_0xb47543[_0x313ff7(0xd2)]))return[];else{if(!this[_0x313ff7(0x142)]())return;this[_0x313ff7(0x1e9)][_0x313ff7(0x116)]({'message':_0x19d354['message'],'trace':_0x4ea7ea[_0x313ff7(0x1db)],'code':_0x38002d['code']||null,'time':new _0x440bec()});}}return JSON['parse'](fs[_0x313ff7(0x1b4)](_0x2b8fe9)[_0x313ff7(0xc2)]());}static async[a63_0x48ae77(0x14b)](_0x427281=a63_0x48ae77(0x115),_0x2605f2=null){const _0x230d50=a63_0x48ae77,_0x58b385={'qwAOG':function(_0x288e22,_0xb16906){return _0x288e22+_0xb16906;},'vhyOZ':function(_0x377648,_0x4b1ae4){return _0x377648||_0x4b1ae4;},'scjGi':function(_0x1109c8,_0x2c8305){return _0x1109c8/_0x2c8305;},'ErrBi':function(_0x34f5fd,_0x4e9597){return _0x34f5fd*_0x4e9597;},'PRpbz':function(_0x565521,_0x241694){return _0x565521+_0x241694;},'AaTTx':function(_0x18d46c,_0x516eb1){return _0x18d46c===_0x516eb1;},'TOkxq':_0x230d50(0x19a),'GrGBP':_0x230d50(0x158),'xBMow':function(_0xfd2357,_0x2c64c6){return _0xfd2357!==_0x2c64c6;},'yaItg':_0x230d50(0x10f),'dOHkx':function(_0x61644d,_0x21db60){return _0x61644d(_0x21db60);},'NWKEP':function(_0x84ef74,_0x4fdb3a){return _0x84ef74===_0x4fdb3a;},'cIuBw':'WhVzq','CAdsd':_0x230d50(0x1a9)};if(!this[_0x230d50(0x141)]){if(_0x58b385[_0x230d50(0x136)](_0x58b385[_0x230d50(0x131)],_0x58b385[_0x230d50(0x131)]))return;else _0x482613=_0x1ae2ba[_0x230d50(0x1c0)](this[_0x230d50(0x15c)]());}await _0x58b385[_0x230d50(0x15e)](sleep,0x1e),this[_0x230d50(0x1b3)][_0x230d50(0x17a)](),this[_0x230d50(0x141)]=![],this['generateJSON'](this[_0x230d50(0x16f)]);const _0x5b8784=this[_0x230d50(0x105)](this[_0x230d50(0x16f)]),_0x16cef0=path['join'](process[_0x230d50(0x198)](),_0x427281);fs[_0x230d50(0x1ad)](_0x16cef0,_0x5b8784,_0x3ef890=>{const _0x4c6ef4=_0x230d50,_0x5ef1f5={'dXTmP':function(_0xf9c32b,_0x4a7969){const _0x1ddf69=a63_0x1f76;return _0x58b385[_0x1ddf69(0xd9)](_0xf9c32b,_0x4a7969);},'MDtKl':function(_0x1cf495,_0x304a5b){const _0x2cebf6=a63_0x1f76;return _0x58b385[_0x2cebf6(0x11d)](_0x1cf495,_0x304a5b);},'rOdAi':function(_0x47b063,_0x56dafc){return _0x58b385['ErrBi'](_0x47b063,_0x56dafc);},'XSofz':function(_0x1768b2,_0x5e3171){const _0x5cd75a=a63_0x1f76;return _0x58b385[_0x5cd75a(0xaa)](_0x1768b2,_0x5e3171);}};if(_0x58b385[_0x4c6ef4(0x178)](_0x58b385[_0x4c6ef4(0x196)],_0x58b385[_0x4c6ef4(0x13e)]))return _0x58b385['qwAOG'](_0x34ba70[_0x574d19],_0x58b385[_0x4c6ef4(0x1d0)](_0x152b42,0x0));else{if(_0x3ef890){if(_0x58b385['xBMow'](_0x58b385[_0x4c6ef4(0x168)],_0x58b385['yaItg'])){const _0x4310f2=_0x2261f5[_0x22b759[_0x4c6ef4(0x111)]],_0x4ae8d5=_0x22ec98[_0x5da613[_0x4c6ef4(0x111)]];_0x580747[_0x3a464f[_0x4c6ef4(0x111)]][_0x4c6ef4(0x1a4)]=_0x5ef1f5['dXTmP'](_0x5ef1f5[_0x4c6ef4(0xc3)](_0x5ef1f5[_0x4c6ef4(0x195)](_0x4310f2[_0x4c6ef4(0x1a4)],_0x4ae8d5),_0x1b72a6[_0x4c6ef4(0x1a4)]),_0x5ef1f5[_0x4c6ef4(0x1b7)](0x1,_0x4ae8d5)),_0x4d8f8b[_0x3bd188[_0x4c6ef4(0x111)]]++;}else{_0x58b385[_0x4c6ef4(0x15e)](debug,'Error\x20in\x20writing\x20html\x20'+_0x3ef890[_0x4c6ef4(0xc2)]());return;}}_0x58b385[_0x4c6ef4(0x15e)](debug,'Performance\x20report\x20is\x20at\x20'+_0x16cef0);}});if(_0x2605f2)return _0x58b385[_0x230d50(0xb1)](_0x58b385[_0x230d50(0x1c7)],_0x58b385[_0x230d50(0x1c7)])?this['calculateTimeFromEvents'](this[_0x230d50(0x16f)],_0x4e8ddc):this[_0x230d50(0x1ba)](this[_0x230d50(0x16f)],_0x2605f2);}static[a63_0x48ae77(0x105)](_0x1bcfcb){const _0x575a22=a63_0x48ae77,_0x207bdd={};_0x207bdd[_0x575a22(0x183)]=function(_0x4f051b,_0x57c5fd){return _0x4f051b!==_0x57c5fd;},_0x207bdd[_0x575a22(0xef)]=_0x575a22(0x157),_0x207bdd[_0x575a22(0xa8)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x207bdd[_0x575a22(0xf4)]='<h1>Performance\x20Report</h1>',_0x207bdd['jJbep']='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x207bdd[_0x575a22(0x13b)]='</tbody></table></body></html>';const _0x57cc19=_0x207bdd;let _0x4e8870=_0x57cc19[_0x575a22(0xa8)];return _0x4e8870+=_0x57cc19['RkLcl'],_0x4e8870+=_0x57cc19[_0x575a22(0x107)],_0x1bcfcb['forEach'](_0x5e7cc7=>{const _0x4a1857=_0x575a22;_0x57cc19[_0x4a1857(0x183)](_0x57cc19['QHXHz'],_0x57cc19[_0x4a1857(0xef)])?(_0x2a967b[_0x4a1857(0xc1)](_0x3ece01),_0xbe76b7[_0x4a1857(0x148)](_0xbcd617,_0x44981f,_0x351c38)):_0x4e8870+=_0x4a1857(0x114)+_0x5e7cc7[_0x4a1857(0x111)]+_0x4a1857(0x12a)+_0x5e7cc7[_0x4a1857(0x1a4)]+_0x4a1857(0xed);}),_0x4e8870+=_0x57cc19[_0x575a22(0x13b)],_0x4e8870;}static[a63_0x48ae77(0xf0)](_0x14d256){const _0x34ae12=a63_0x48ae77,_0x36d1ed={};_0x36d1ed[_0x34ae12(0x188)]=function(_0x3cff2b,_0x1c654a){return _0x3cff2b>_0x1c654a;},_0x36d1ed[_0x34ae12(0xeb)]=function(_0xe88412,_0x4c26d1){return _0xe88412===_0x4c26d1;},_0x36d1ed[_0x34ae12(0x1e1)]=_0x34ae12(0x1c8),_0x36d1ed[_0x34ae12(0xc6)]='QDFjZ',_0x36d1ed['hWSEA']=_0x34ae12(0x122),_0x36d1ed[_0x34ae12(0x135)]=function(_0x10e03f,_0x3b0196){return _0x10e03f+_0x3b0196;},_0x36d1ed[_0x34ae12(0xdb)]=function(_0x3938aa,_0x2b0e29){return _0x3938aa||_0x2b0e29;},_0x36d1ed[_0x34ae12(0x137)]=_0x34ae12(0x1d3),_0x36d1ed['cObhV']=_0x34ae12(0xe4),_0x36d1ed[_0x34ae12(0x153)]=function(_0x50b73a,_0xc663f){return _0x50b73a!==_0xc663f;},_0x36d1ed['ihbpz']=_0x34ae12(0xb8);const _0x22b9a2=_0x36d1ed;if(!this[_0x34ae12(0x162)]){if(_0x22b9a2[_0x34ae12(0x153)](_0x22b9a2['ihbpz'],_0x22b9a2[_0x34ae12(0xea)])){const _0x364a39={};return _0x364a39[_0x34ae12(0x111)]=_0x567d6f,_0x364a39['duration']=_0xa96349,_0x364a39;}else return;}const _0x4b3727={};_0x14d256[_0x34ae12(0x16c)](_0x455db3=>{const _0x89d7c1=_0x34ae12;if(_0x22b9a2[_0x89d7c1(0xeb)](_0x22b9a2['SEEQs'],_0x22b9a2[_0x89d7c1(0xc6)]))this[_0x89d7c1(0x164)][_0x89d7c1(0x116)](_0x301795);else{if(!_0x4b3727[_0x455db3[_0x89d7c1(0x111)]]){if(_0x22b9a2[_0x89d7c1(0xeb)](_0x22b9a2[_0x89d7c1(0x1ea)],_0x22b9a2[_0x89d7c1(0x1ea)]))_0x4b3727[_0x455db3[_0x89d7c1(0x111)]]=0x0;else{if(!_0x2a843e[_0x89d7c1(0x17c)](this[_0x89d7c1(0xf2)]))return this[_0x89d7c1(0x1e9)];let _0x38e568=_0x54d4b5[_0x89d7c1(0x1b4)](this[_0x89d7c1(0xf2)])[_0x89d7c1(0xc2)]();_0x38e568='['+_0x38e568['slice'](0x0,-0x1)+']';let _0x39fc20=_0x39a2e7[_0x89d7c1(0x1a7)](_0x38e568);return _0x22b9a2[_0x89d7c1(0x188)](this[_0x89d7c1(0x1e9)][_0x89d7c1(0xe9)],0x0)&&(_0x39fc20=_0x39fc20[_0x89d7c1(0x1c0)](this[_0x89d7c1(0x1e9)])),_0x48ccd1[_0x89d7c1(0x108)](this[_0x89d7c1(0xf2)]),_0x39fc20;}}_0x4b3727[_0x455db3[_0x89d7c1(0x111)]]+=_0x455db3[_0x89d7c1(0x1a4)];}});const _0x52efe5=Object[_0x34ae12(0x19c)](_0x4b3727)['map'](([_0x2f8af7,_0xd17b21])=>{const _0x3a57df=_0x34ae12,_0x12d879={'eVSLe':function(_0x4ed96f,_0x9712bf){const _0x4909a1=a63_0x1f76;return _0x22b9a2[_0x4909a1(0x135)](_0x4ed96f,_0x9712bf);},'SOawQ':function(_0x2e6da3,_0x3105c8){const _0x36ea11=a63_0x1f76;return _0x22b9a2[_0x36ea11(0xdb)](_0x2e6da3,_0x3105c8);}};if(_0x22b9a2['NxpwW'](_0x22b9a2['aeZRF'],_0x22b9a2[_0x3a57df(0x13a)]))return _0x12d879[_0x3a57df(0x1a8)](_0x29f8cf[_0x22020f],_0x12d879[_0x3a57df(0x102)](_0x3eaf60,0x0));else{const _0x5b2cc4={};return _0x5b2cc4['name']=_0x2f8af7,_0x5b2cc4[_0x3a57df(0x1a4)]=_0xd17b21,_0x5b2cc4;}});fs[_0x34ae12(0x1ec)](this[_0x34ae12(0x162)],JSON['stringify'](_0x52efe5));}static[a63_0x48ae77(0x142)](){const _0x34bb71=a63_0x48ae77,_0x49fbdd={};_0x49fbdd[_0x34bb71(0x1b0)]=function(_0x361571,_0xb7c5bf){return _0x361571===_0xb7c5bf;},_0x49fbdd[_0x34bb71(0x103)]=_0x34bb71(0x189);const _0x232c83=_0x49fbdd;return!_0x232c83[_0x34bb71(0x1b0)](process[_0x34bb71(0x19d)][_0x34bb71(0xb3)],_0x232c83[_0x34bb71(0x103)]);}static[a63_0x48ae77(0x148)](_0x536cb4,_0x29a6d7,_0x1fbf66=null,_0x303511=null){const _0x9e314=a63_0x48ae77,_0x503d2e={'pDanV':function(_0x3ee01c,_0x43612e){return _0x3ee01c(_0x43612e);},'uXtKD':function(_0x748503,_0x14e286){return _0x748503/_0x14e286;},'sHTes':function(_0x63d161,_0x5207ee){return _0x63d161+_0x5207ee;},'YdYti':function(_0x554c3e,_0x444f73){return _0x554c3e*_0x444f73;},'AOZGS':_0x9e314(0x1a3),'FPxAX':_0x9e314(0x145),'CLWFr':_0x9e314(0x17d),'dCxbY':_0x9e314(0x1c1),'UXftn':function(_0x3d9826,_0x2344bd){return _0x3d9826===_0x2344bd;},'HXlCQ':_0x9e314(0x1c4),'Jcbss':_0x9e314(0x16a),'TZsCc':function(_0xe149a9,_0x39c110){return _0xe149a9!==_0x39c110;},'OPvuU':'iqBED','ARVtE':_0x9e314(0x117),'QeydS':function(_0x49803f,_0x288c4b){return _0x49803f===_0x288c4b;},'VmAPJ':function(_0x2e8640,_0x2e5081){return _0x2e8640>_0x2e5081;},'CXUQK':_0x9e314(0x189),'pvkjd':_0x9e314(0x147),'HMQsX':_0x9e314(0x18a),'ErgyO':function(_0x2b7986,_0x4888a8){return _0x2b7986===_0x4888a8;},'eKVef':_0x9e314(0xfc),'CgvWA':function(_0x3bb3f8,_0x944517){return _0x3bb3f8===_0x944517;},'WzpnO':_0x9e314(0xcb),'rHttG':function(_0x3990c,_0x810d7a){return _0x3990c+_0x810d7a;},'rXQyd':_0x9e314(0xe7),'VDrXj':function(_0x2c4894,_0x263fcd){return _0x2c4894+_0x263fcd;},'PtPUN':_0x9e314(0xd4),'MeGvy':function(_0x4e88aa,_0x520940){return _0x4e88aa instanceof _0x520940;},'fXeew':'HZeHT','yxLuO':_0x9e314(0x104),'LIHqV':_0x9e314(0x155)};try{if(_0x503d2e[_0x9e314(0xae)](_0x503d2e[_0x9e314(0x1bf)],_0x503d2e[_0x9e314(0xb6)])){if(this[_0x9e314(0x141)]&&this['isEnabled']()){if(_0x503d2e['ErgyO'](_0x503d2e[_0x9e314(0xec)],_0x503d2e[_0x9e314(0xec)])){let _0x6e5df=_0x536cb4;if(_0x1fbf66){if(_0x503d2e[_0x9e314(0x125)](_0x503d2e['WzpnO'],_0x503d2e[_0x9e314(0xf8)]))_0x6e5df=_0x536cb4+'['+JSON[_0x9e314(0xca)](_0x1fbf66)+']';else{if(_0x50ab2d){_0x503d2e[_0x9e314(0x165)](_0xb6a2ff,_0x9e314(0x184)+_0x2351bd[_0x9e314(0xc2)]());return;}_0x503d2e[_0x9e314(0x165)](_0x33d239,'Performance\x20report\x20is\x20at\x20'+_0x23acc5);}}const _0x57e6a9=_0x503d2e[_0x9e314(0x1d9)](_0x6e5df,_0x503d2e[_0x9e314(0x144)]),_0x5cdd0f=_0x503d2e[_0x9e314(0x11f)](_0x6e5df,_0x503d2e['PtPUN']);performance[_0x9e314(0xc1)](_0x57e6a9);const _0x2126b5=_0x29a6d7['apply'](null,_0x303511);if(_0x503d2e[_0x9e314(0x10e)](_0x2126b5,Promise)){if(_0x503d2e[_0x9e314(0x125)](_0x503d2e['fXeew'],_0x503d2e[_0x9e314(0x11c)]))return new Promise((_0x309202,_0x4616fa)=>{const _0x5622f0=_0x9e314,_0x138dd8={'zFQsG':_0x503d2e[_0x5622f0(0x1a1)],'yCgab':_0x503d2e['FPxAX'],'gGMNv':_0x503d2e[_0x5622f0(0x130)],'rSxEo':_0x503d2e[_0x5622f0(0x113)],'yfqEa':function(_0x4b2223,_0x3236ce){const _0x419758=_0x5622f0;return _0x503d2e[_0x419758(0x17b)](_0x4b2223,_0x3236ce);},'mcQQz':_0x503d2e[_0x5622f0(0x1dc)],'fRANP':_0x503d2e[_0x5622f0(0x1d1)]};if(_0x503d2e[_0x5622f0(0xae)](_0x503d2e[_0x5622f0(0xfd)],_0x503d2e[_0x5622f0(0xc7)]))_0x2126b5[_0x5622f0(0xdf)](_0x3b4d15=>_0x309202(_0x3b4d15))['catch'](_0x24d76e=>_0x4616fa(_0x24d76e))['finally'](()=>{const _0x28e5c5=_0x5622f0;if(_0x138dd8[_0x28e5c5(0x1e3)](_0x138dd8[_0x28e5c5(0xba)],_0x138dd8[_0x28e5c5(0xd1)])){let _0x393028=_0x138dd8[_0x28e5c5(0x1b9)];return _0x393028+=_0x138dd8[_0x28e5c5(0x1af)],_0x393028+=_0x138dd8[_0x28e5c5(0xd8)],_0x3a11e[_0x28e5c5(0x1b2)](_0x3c6235=>{const _0x2c6787=_0x28e5c5;_0x393028+=_0x2c6787(0x114)+_0x3c6235[_0x2c6787(0x111)]+'</td><td>'+_0x3c6235[_0x2c6787(0x1a4)]+'</td></tr>';}),_0x393028+=_0x138dd8[_0x28e5c5(0x12d)],_0x393028;}else performance[_0x28e5c5(0xc1)](_0x5cdd0f),performance[_0x28e5c5(0x148)](_0x6e5df,_0x57e6a9,_0x5cdd0f);});else{const _0x3aa39a=_0x3d9af7[_0x5622f0(0x111)]['match'](_0xa97bcc),_0x182376={};_0x182376[_0x5622f0(0x111)]=_0x417f1f[_0x5622f0(0x111)],_0x182376[_0x5622f0(0x1a4)]=_0x426786[_0x5622f0(0x1a4)]||0x0;const _0x5e490f=_0x182376;_0x3aa39a&&(_0x5e490f['name']=_0x3aa39a[0x1],_0x5e490f['meta']=_0x55b732[_0x5622f0(0x1a7)](_0x3aa39a[0x2]));if(_0x13af2c[_0x5e490f[_0x5622f0(0x111)]]){const _0x26c503=_0x22c2b5[_0x5e490f[_0x5622f0(0x111)]],_0x1424f5=_0x18d686[_0x5e490f[_0x5622f0(0x111)]];_0x310e42[_0x5e490f[_0x5622f0(0x111)]]['duration']=_0x503d2e[_0x5622f0(0xdc)](_0x503d2e[_0x5622f0(0x11b)](_0x503d2e['YdYti'](_0x26c503[_0x5622f0(0x1a4)],_0x1424f5),_0x5e490f[_0x5622f0(0x1a4)]),_0x503d2e[_0x5622f0(0x11b)](0x1,_0x1424f5)),_0x39874c[_0x5e490f['name']]++;}else _0x716ecf[_0x5e490f[_0x5622f0(0x111)]]=_0x5e490f,_0x1b0e1b[_0x5e490f[_0x5622f0(0x111)]]=0x1;}});else{if(!this['started']||_0x503d2e['QeydS'](this[_0x9e314(0x164)]['length'],0x0))return[];if(!_0x10c369['existsSync'](this[_0x9e314(0x162)]))return this[_0x9e314(0x164)];let _0x1bc44d=_0x2e806f['readFileSync'](this[_0x9e314(0x162)])[_0x9e314(0xc2)]();_0x1bc44d='['+_0x1bc44d[_0x9e314(0xe1)](0x0,-0x1)+']';let _0x575195=_0x279135[_0x9e314(0x1a7)](_0x1bc44d);return _0x503d2e[_0x9e314(0xc4)](this[_0x9e314(0x164)][_0x9e314(0xe9)],0x0)&&(_0x575195=_0x575195[_0x9e314(0x1c0)](this['getCleanedPerfEvents']())),this[_0x9e314(0x1b3)][_0x9e314(0x17a)](),_0x5315a7[_0x9e314(0x108)](this[_0x9e314(0x162)]),_0x575195;}};return performance[_0x9e314(0xc1)](_0x5cdd0f),performance[_0x9e314(0x148)](_0x6e5df,_0x57e6a9,_0x5cdd0f),_0x2126b5;}else{if(!this[_0x9e314(0x142)]())return;this[_0x9e314(0x1b3)][_0x9e314(0x17a)](),this[_0x9e314(0x1ca)](),this[_0x9e314(0x18e)]();}};return _0x29a6d7['apply'](null,_0x303511);}else return!_0x503d2e[_0x9e314(0x17b)](_0x5a0032[_0x9e314(0x19d)][_0x9e314(0xb3)],_0x503d2e[_0x9e314(0x1d7)]);}catch(_0x1d85c0){if(_0x503d2e[_0x9e314(0xae)](_0x503d2e['yxLuO'],_0x503d2e[_0x9e314(0x134)]))return _0x29a6d7[_0x9e314(0xc9)](null,_0x303511);else this[_0x9e314(0x16f)][_0x9e314(0x116)](_0x21181f);}}static[a63_0x48ae77(0x159)](_0xd48238,_0x11ead4){const _0x512d9d=a63_0x48ae77,_0x2b44ee={};_0x2b44ee['EtIQL']=function(_0x19ba7a,_0x256222){return _0x19ba7a===_0x256222;},_0x2b44ee['xeIRd']=_0x512d9d(0x148),_0x2b44ee['yqgeo']=_0x512d9d(0x129),_0x2b44ee[_0x512d9d(0x121)]='IBLqB';const _0x54945c=_0x2b44ee,_0x50bf2d=this;return function(){const _0x2286aa=_0x512d9d,_0x442f35={'ehZyZ':function(_0x267a5a,_0x57bc42){const _0x582a46=a63_0x1f76;return _0x54945c[_0x582a46(0x17f)](_0x267a5a,_0x57bc42);},'IhhwI':_0x54945c[_0x2286aa(0x17e)]};if(_0x54945c[_0x2286aa(0x17f)](_0x54945c[_0x2286aa(0xc5)],_0x54945c[_0x2286aa(0x121)]))_0x4470dd[_0x2286aa(0x100)]()[_0x2286aa(0x1b2)](_0x4c94f5=>{const _0x2d890d=_0x2286aa;_0x442f35[_0x2d890d(0xf5)](_0x4c94f5[_0x2d890d(0xbb)],_0x442f35[_0x2d890d(0x1a5)])?this[_0x2d890d(0x164)][_0x2d890d(0x116)](_0x4c94f5):this[_0x2d890d(0x16f)][_0x2d890d(0x116)](_0x4c94f5);});else{const _0x5e5624=[_0xd48238,_0x11ead4,null][_0x2286aa(0x1c0)](arguments);return _0x50bf2d[_0x2286aa(0x148)][_0x2286aa(0xc9)](_0x50bf2d,_0x5e5624);}};}static[a63_0x48ae77(0x15c)](){const _0x4c785a=a63_0x48ae77,_0x283563={};_0x283563[_0x4c785a(0x13c)]=function(_0x2c9544,_0x48d324){return _0x2c9544!==_0x48d324;},_0x283563[_0x4c785a(0x1d4)]='JTYte',_0x283563[_0x4c785a(0x19b)]='CPlsZ',_0x283563[_0x4c785a(0x138)]=function(_0x33a7b9,_0x13e62a){return _0x33a7b9!==_0x13e62a;},_0x283563[_0x4c785a(0xe2)]=_0x4c785a(0xff),_0x283563['cukSz']=_0x4c785a(0x16b),_0x283563[_0x4c785a(0x171)]=function(_0x3e579e,_0x200306){return _0x3e579e===_0x200306;},_0x283563[_0x4c785a(0xb2)]=_0x4c785a(0xd7),_0x283563[_0x4c785a(0xd5)]='iUQWp',_0x283563[_0x4c785a(0x1e7)]=function(_0x22a7bf,_0x93fa13){return _0x22a7bf/_0x93fa13;},_0x283563[_0x4c785a(0x123)]=function(_0x4c1911,_0x8aff4){return _0x4c1911+_0x8aff4;},_0x283563['etuNB']=function(_0x3d02e9,_0x66ed9e){return _0x3d02e9*_0x66ed9e;},_0x283563[_0x4c785a(0x19f)]=function(_0x4d264a,_0x178db4){return _0x4d264a+_0x178db4;},_0x283563[_0x4c785a(0x1df)]=function(_0x29522b,_0x23a2df){return _0x29522b!==_0x23a2df;},_0x283563[_0x4c785a(0x16e)]=_0x4c785a(0x109);const _0x1b85d2=_0x283563,_0x3b9dce=/(^.*)\[(.*)\]$/,_0x55af43={},_0x359cb3={};for(const _0x52c751 of this[_0x4c785a(0x164)]){if(_0x1b85d2['ZSYNs'](_0x1b85d2[_0x4c785a(0x1d4)],_0x1b85d2[_0x4c785a(0x19b)])){const _0x2f7217=_0x52c751[_0x4c785a(0x111)][_0x4c785a(0x128)](_0x3b9dce),_0x1e438d={};_0x1e438d[_0x4c785a(0x111)]=_0x52c751[_0x4c785a(0x111)],_0x1e438d[_0x4c785a(0x1a4)]=_0x52c751[_0x4c785a(0x1a4)]||0x0;const _0x55b304=_0x1e438d;_0x2f7217&&(_0x1b85d2[_0x4c785a(0x138)](_0x1b85d2[_0x4c785a(0xe2)],_0x1b85d2[_0x4c785a(0x18b)])?(_0x55b304['name']=_0x2f7217[0x1],_0x55b304['meta']=JSON[_0x4c785a(0x1a7)](_0x2f7217[0x2])):_0x3a95a4[_0x4c785a(0xdf)](_0x2f573d=>_0x36af70(_0x2f573d))[_0x4c785a(0x193)](_0x1be502=>_0x2873ad(_0x1be502))[_0x4c785a(0x152)](()=>{const _0x2e0d74=_0x4c785a;_0x3059bd['mark'](_0x16e486),_0x14931b[_0x2e0d74(0x148)](_0x495ce1,_0x54bb94,_0x42350b);}));if(_0x55af43[_0x55b304[_0x4c785a(0x111)]]){if(_0x1b85d2['oOiSG'](_0x1b85d2[_0x4c785a(0xb2)],_0x1b85d2['fMSqB']))_0x388d5d=_0x40742e+'['+_0x239ffe[_0x4c785a(0xca)](_0x557552)+']';else{const _0x5eac86=_0x55af43[_0x55b304['name']],_0x4b9f6c=_0x359cb3[_0x55b304[_0x4c785a(0x111)]];_0x55af43[_0x55b304[_0x4c785a(0x111)]]['duration']=_0x1b85d2['VVRdK'](_0x1b85d2['BTQcY'](_0x1b85d2[_0x4c785a(0x1bb)](_0x5eac86[_0x4c785a(0x1a4)],_0x4b9f6c),_0x55b304['duration']),_0x1b85d2[_0x4c785a(0x19f)](0x1,_0x4b9f6c)),_0x359cb3[_0x55b304[_0x4c785a(0x111)]]++;}}else{if(_0x1b85d2[_0x4c785a(0x1df)](_0x1b85d2[_0x4c785a(0x16e)],_0x1b85d2['rEaNx']))return;else _0x55af43[_0x55b304[_0x4c785a(0x111)]]=_0x55b304,_0x359cb3[_0x55b304[_0x4c785a(0x111)]]=0x1;}}else return this[_0x4c785a(0x164)];}return Object[_0x4c785a(0x12f)](_0x55af43);}static['pushPerfMeasures'](){const _0x4b973e=a63_0x48ae77,_0x5abf55={};_0x5abf55[_0x4b973e(0x1c3)]=function(_0x371b09,_0x520f1b){return _0x371b09===_0x520f1b;},_0x5abf55[_0x4b973e(0xe6)]=function(_0xac758c,_0x341738){return _0xac758c!==_0x341738;},_0x5abf55[_0x4b973e(0x13f)]=_0x4b973e(0x194),_0x5abf55[_0x4b973e(0xf6)]=_0x4b973e(0xc8),_0x5abf55['MCZVQ']=function(_0x49c0e1,_0x4efe12){return _0x49c0e1+_0x4efe12;};const _0x5a92ac=_0x5abf55;if(_0x5a92ac[_0x4b973e(0x1c3)](this['_measureEvents'][_0x4b973e(0xe9)],0x0)){if(_0x5a92ac[_0x4b973e(0xe6)](_0x5a92ac[_0x4b973e(0x13f)],_0x5a92ac['PEbeP']))return;else _0x34f5d1+=_0x4b973e(0x114)+_0x2319a8[_0x4b973e(0x111)]+'</td><td>'+_0x2b4ab8[_0x4b973e(0x1a4)]+'</td></tr>';}const _0x595abc=this[_0x4b973e(0x15c)](),_0x3ae8c8=JSON[_0x4b973e(0xca)](_0x595abc),_0xf8f80b=_0x5a92ac[_0x4b973e(0x1e5)](_0x3ae8c8[_0x4b973e(0xe1)](0x1,-0x1),',');fs[_0x4b973e(0xbd)](this[_0x4b973e(0x162)],_0xf8f80b);}static['finalizePerfMeasures'](){const _0x191dbc=a63_0x48ae77,_0xcadd5c={};_0xcadd5c[_0x191dbc(0xf3)]=function(_0x274bae,_0x38e683){return _0x274bae===_0x38e683;},_0xcadd5c[_0x191dbc(0x180)]=function(_0x14e280,_0x25d2fb){return _0x14e280!==_0x25d2fb;},_0xcadd5c[_0x191dbc(0x10b)]=_0x191dbc(0x14c),_0xcadd5c['mkird']=_0x191dbc(0x179),_0xcadd5c[_0x191dbc(0xb7)]=function(_0x59751b,_0x237732){return _0x59751b===_0x237732;},_0xcadd5c[_0x191dbc(0x18f)]='RLtOL',_0xcadd5c['MiNRZ']=_0x191dbc(0x12c),_0xcadd5c[_0x191dbc(0xd3)]=function(_0x334b89,_0x5cac0e){return _0x334b89>_0x5cac0e;},_0xcadd5c[_0x191dbc(0x170)]=_0x191dbc(0xac),_0xcadd5c[_0x191dbc(0x143)]='tMXIT';const _0x378fea=_0xcadd5c;if(!this['started']||_0x378fea[_0x191dbc(0xf3)](this['_measureEvents'][_0x191dbc(0xe9)],0x0)){if(_0x378fea[_0x191dbc(0x180)](_0x378fea[_0x191dbc(0x10b)],_0x378fea[_0x191dbc(0xc0)]))return[];else _0x214fac[_0x142bcd[_0x191dbc(0x111)]]=0x0;}if(!fs[_0x191dbc(0x17c)](this['jsonReportFileName'])){if(_0x378fea['JDyOA'](_0x378fea[_0x191dbc(0x18f)],_0x378fea[_0x191dbc(0x1de)]))_0x15384d[_0x787e73[_0x191dbc(0x111)]]=0x0;else return this['_measureEvents'];}let _0x4b3272=fs[_0x191dbc(0x1b4)](this[_0x191dbc(0x162)])['toString']();_0x4b3272='['+_0x4b3272[_0x191dbc(0xe1)](0x0,-0x1)+']';let _0x4f2ced=JSON[_0x191dbc(0x1a7)](_0x4b3272);return _0x378fea[_0x191dbc(0xd3)](this[_0x191dbc(0x164)][_0x191dbc(0xe9)],0x0)&&(_0x378fea[_0x191dbc(0xb7)](_0x378fea[_0x191dbc(0x170)],_0x378fea[_0x191dbc(0x143)])?_0x3677e9[_0x202871[_0x191dbc(0x111)]]=0x0:_0x4f2ced=_0x4f2ced[_0x191dbc(0x1c0)](this[_0x191dbc(0x15c)]())),this[_0x191dbc(0x1b3)][_0x191dbc(0x17a)](),fs[_0x191dbc(0x108)](this[_0x191dbc(0x162)]),_0x4f2ced;}static[a63_0x48ae77(0x18e)](){const _0x3dcbe5=a63_0x48ae77,_0x4244fe={};_0x4244fe['pIUux']=function(_0x2a8d62,_0x57fc97){return _0x2a8d62===_0x57fc97;},_0x4244fe[_0x3dcbe5(0x1d5)]=_0x3dcbe5(0x120),_0x4244fe['yKBgd']=function(_0x24e301,_0x47e2f0){return _0x24e301+_0x47e2f0;};const _0x22cf3e=_0x4244fe;if(_0x22cf3e[_0x3dcbe5(0x1b1)](this[_0x3dcbe5(0x1e9)][_0x3dcbe5(0xe9)],0x0)){if(_0x22cf3e[_0x3dcbe5(0x1b1)](_0x22cf3e[_0x3dcbe5(0x1d5)],_0x22cf3e[_0x3dcbe5(0x1d5)]))return;else return this['_errorEvents'];}const _0x39707f=JSON[_0x3dcbe5(0xca)](this[_0x3dcbe5(0x1e9)]),_0x22c5b0=_0x22cf3e[_0x3dcbe5(0x14a)](_0x39707f[_0x3dcbe5(0xe1)](0x1,-0x1),',');fs[_0x3dcbe5(0xbd)](this['errorFile'],_0x22c5b0);}static[a63_0x48ae77(0xd6)](){const _0x2eedc6=a63_0x48ae77,_0x26747b={'EEoAn':function(_0x1ab035,_0x1ef2c7){return _0x1ab035(_0x1ef2c7);},'MzwTh':function(_0x3bc4d8,_0x3f01ca){return _0x3bc4d8!==_0x3f01ca;},'fRIgt':_0x2eedc6(0x177),'KuAZt':'faVNq','Hdrun':function(_0x2ff275,_0x3e81a4){return _0x2ff275>_0x3e81a4;},'nUpRk':'PCJxh','olLLT':'kNELy'};if(!fs['existsSync'](this[_0x2eedc6(0xf2)]))return _0x26747b[_0x2eedc6(0x1bc)](_0x26747b[_0x2eedc6(0xad)],_0x26747b[_0x2eedc6(0x163)])?this['_errorEvents']:[];let _0x12632b=fs[_0x2eedc6(0x1b4)](this[_0x2eedc6(0xf2)])[_0x2eedc6(0xc2)]();_0x12632b='['+_0x12632b[_0x2eedc6(0xe1)](0x0,-0x1)+']';let _0x29c46a=JSON['parse'](_0x12632b);if(_0x26747b[_0x2eedc6(0x140)](this[_0x2eedc6(0x1e9)][_0x2eedc6(0xe9)],0x0)){if(_0x26747b['MzwTh'](_0x26747b[_0x2eedc6(0xfe)],_0x26747b['olLLT']))_0x29c46a=_0x29c46a['concat'](this[_0x2eedc6(0x1e9)]);else{_0x26747b[_0x2eedc6(0x1cd)](_0xaf16f9,'Error\x20in\x20writing\x20html\x20'+_0x339657['toString']());return;}}return fs[_0x2eedc6(0x108)](this[_0x2eedc6(0xf2)]),_0x29c46a;}static[a63_0x48ae77(0x146)](_0x3f538d){const _0x3755d5=a63_0x48ae77,_0x52e097={};_0x52e097[_0x3755d5(0x13d)]=function(_0x6a3e4f,_0x3bd027){return _0x6a3e4f===_0x3bd027;},_0x52e097[_0x3755d5(0x14d)]=function(_0x5cb99b,_0x57cce8){return _0x5cb99b+_0x57cce8;},_0x52e097[_0x3755d5(0x15f)]=function(_0x1b7513,_0x4d9b73){return _0x1b7513!==_0x4d9b73;},_0x52e097['BDrnj']=_0x3755d5(0x1c2);const _0x304b65=_0x52e097;if(!this[_0x3755d5(0x142)]()){if(_0x304b65['TLqFG'](_0x304b65['BDrnj'],_0x304b65[_0x3755d5(0xf1)])){if(_0x304b65['zVnBY'](this[_0x3755d5(0x164)]['length'],0x0))return;const _0x5eea95=this[_0x3755d5(0x15c)](),_0x1be89b=_0x2a617a[_0x3755d5(0xca)](_0x5eea95),_0x287719=_0x304b65['DfgSA'](_0x1be89b['slice'](0x1,-0x1),',');_0x553dd7[_0x3755d5(0xbd)](this['jsonReportFileName'],_0x287719);}else return;}this[_0x3755d5(0x1e9)]['push']({'message':_0x3f538d[_0x3755d5(0x15a)],'trace':_0x3f538d[_0x3755d5(0x1db)],'code':_0x3f538d['code']||null,'time':new Date()});}static['stopMonitoring'](){const _0x45db2e=a63_0x48ae77,_0x53d397={};_0x53d397['bPtuR']=function(_0x41d3aa,_0x3daa74){return _0x41d3aa===_0x3daa74;},_0x53d397[_0x45db2e(0x1da)]=_0x45db2e(0x148),_0x53d397['rfDad']=function(_0x563387,_0x16f2ab){return _0x563387+_0x16f2ab;},_0x53d397[_0x45db2e(0x176)]=function(_0x519c53,_0x1d4e76){return _0x519c53!==_0x1d4e76;},_0x53d397['VbWsH']=_0x45db2e(0x167),_0x53d397[_0x45db2e(0x18d)]=_0x45db2e(0x10d),_0x53d397['cRNvX']=_0x45db2e(0xd0),_0x53d397[_0x45db2e(0x172)]=_0x45db2e(0x1e2),_0x53d397[_0x45db2e(0x1b5)]='Error\x20stopping\x20monitoring';const _0x147791=_0x53d397;try{if(_0x147791['ufgQu'](_0x147791[_0x45db2e(0x110)],_0x147791[_0x45db2e(0x110)]))_0x147791['bPtuR'](_0x5b9b3e['entryType'],_0x147791[_0x45db2e(0x1da)])?this[_0x45db2e(0x164)]['push'](_0x476262):this[_0x45db2e(0x16f)]['push'](_0x1b57ed);else{if(!this[_0x45db2e(0x142)]()){if(_0x147791[_0x45db2e(0xab)](_0x147791[_0x45db2e(0x18d)],_0x147791[_0x45db2e(0xb4)])){if(_0x147791[_0x45db2e(0xab)](this['_errorEvents']['length'],0x0))return;const _0xdb5301=_0xa22c75[_0x45db2e(0xca)](this[_0x45db2e(0x1e9)]),_0x2aaf85=_0x147791[_0x45db2e(0x1c9)](_0xdb5301[_0x45db2e(0xe1)](0x1,-0x1),',');_0x35cc96['appendFileSync'](this[_0x45db2e(0xbf)],_0x2aaf85);}else return;}this[_0x45db2e(0x1b3)]['disconnect'](),this[_0x45db2e(0x1ca)](),this[_0x45db2e(0x18e)]();}}catch{if(_0x147791[_0x45db2e(0xab)](_0x147791['vtbsY'],_0x147791[_0x45db2e(0x172)]))logger[_0x45db2e(0x1eb)](_0x147791[_0x45db2e(0x1b5)]);else{const _0x49af22=this;return function(){const _0x471dff=_0x45db2e,_0x2d6b15=[_0x1b5ce5,_0x349599,null][_0x471dff(0x1c0)](arguments);return _0x49af22[_0x471dff(0x148)]['apply'](_0x49af22,_0x2d6b15);};}}}static[a63_0x48ae77(0x139)](){const _0x136fdc=a63_0x48ae77,_0x37cd93={};_0x37cd93['fZWaI']=function(_0x399b51,_0x256708){return _0x399b51!==_0x256708;},_0x37cd93[_0x136fdc(0x1e4)]='jYEkN',_0x37cd93[_0x136fdc(0x1cb)]=_0x136fdc(0x191);const _0xbe2736=_0x37cd93,_0xd980e9=this[_0x136fdc(0xcd)](),_0x341ee1=this[_0x136fdc(0xd6)]();if(!this[_0x136fdc(0x142)]()){if(_0xbe2736[_0x136fdc(0x18c)](_0xbe2736[_0x136fdc(0x1e4)],_0xbe2736[_0x136fdc(0x1cb)])){const _0x1fca76={};return _0x1fca76['measures']=[],_0x1fca76[_0x136fdc(0x1dd)]=[],_0x1fca76;}else!_0x39e53f[_0x161611[_0x136fdc(0x111)]]&&(_0x25fe7e[_0x4388d9[_0x136fdc(0x111)]]=0x0),_0x581715[_0x5757d6[_0x136fdc(0x111)]]+=_0x2979be['duration'];}const _0x1a55d5={};return _0x1a55d5['measures']=_0xd980e9,_0x1a55d5[_0x136fdc(0x1dd)]=_0x341ee1,_0x1a55d5;}}module[a63_0x48ae77(0x187)]=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a64_0x549ac6=a64_0x457f;(function(_0x311e81,_0x100a0b){const _0x4036a9=a64_0x457f,_0x7fa783=_0x311e81();while(!![]){try{const _0x599c38=parseInt(_0x4036a9(0x1a6))/0x1*(-parseInt(_0x4036a9(0x1b7))/0x2)+parseInt(_0x4036a9(0x17a))/0x3+-parseInt(_0x4036a9(0x1a7))/0x4+-parseInt(_0x4036a9(0x190))/0x5*(parseInt(_0x4036a9(0x1b3))/0x6)+-parseInt(_0x4036a9(0x1aa))/0x7*(-parseInt(_0x4036a9(0x182))/0x8)+-parseInt(_0x4036a9(0x19c))/0x9*(parseInt(_0x4036a9(0x18d))/0xa)+parseInt(_0x4036a9(0x17e))/0xb;if(_0x599c38===_0x100a0b)break;else _0x7fa783['push'](_0x7fa783['shift']());}catch(_0x356428){_0x7fa783['push'](_0x7fa783['shift']());}}}(a64_0x56d6,0x28a2a));function a64_0x457f(_0x1b1d61,_0x569a68){const _0x56d624=a64_0x56d6();return a64_0x457f=function(_0x457fce,_0x54a919){_0x457fce=_0x457fce-0x179;let _0x190437=_0x56d624[_0x457fce];return _0x190437;},a64_0x457f(_0x1b1d61,_0x569a68);}const http=require(a64_0x549ac6(0x1af)),https=require(a64_0x549ac6(0x17b)),monkeypatch=require(a64_0x549ac6(0x189));function spy(_0x2f4e6b){const _0x3c80cd=a64_0x549ac6,_0x1e7c10={'ehjuE':function(_0x42ed6e,_0x24dc8f){return _0x42ed6e-_0x24dc8f;},'hTzrB':function(_0xe983be,_0x274db6,_0x7273d6){return _0xe983be(_0x274db6,_0x7273d6);},'yNjao':_0x3c80cd(0x1ae),'vhehN':function(_0x7f61e1,_0x27a0c1){return _0x7f61e1!==_0x27a0c1;},'ZHszn':'JDtNC','MxXzT':_0x3c80cd(0x17f),'iBUeH':function(_0x53fca9,_0x363533){return _0x53fca9-_0x363533;},'yeOnA':function(_0x5ed30e,_0x2230d3,_0x45537f){return _0x5ed30e(_0x2230d3,_0x45537f);},'KttRb':function(_0x3d1b67,_0x2e22c2,_0x541619){return _0x3d1b67(_0x2e22c2,_0x541619);},'fQPtT':function(_0xd81fdf,_0x28f90b){return _0xd81fdf!==_0x28f90b;},'CheET':_0x3c80cd(0x187),'yTyPy':function(_0x2071d2,..._0x353250){return _0x2071d2(..._0x353250);},'rErRx':function(_0x2d18a6,_0x3f175c){return _0x2d18a6===_0x3f175c;},'VXOda':'PDHbx','byqqF':_0x3c80cd(0x181),'NFmgd':function(_0x23af6d,_0x2e9dfe){return _0x23af6d===_0x2e9dfe;},'RJCCB':_0x3c80cd(0x18a),'DmcRH':_0x3c80cd(0x18e),'qYjYe':function(_0x5bfc5d,..._0x238768){return _0x5bfc5d(..._0x238768);},'QAXdX':'lgyHB','KBgEg':function(_0x9e32bc,_0x206dab,_0x4397b0){return _0x9e32bc(_0x206dab,_0x4397b0);},'mEBmP':_0x3c80cd(0x186),'ZtZig':_0x3c80cd(0x1b4),'FFYWX':function(_0x58c28e,_0x577b30,_0x20a202,_0x464f74){return _0x58c28e(_0x577b30,_0x20a202,_0x464f74);},'YrOoN':_0x3c80cd(0x185),'FyYcm':'request','YZpzX':function(_0x2af8b6,_0x109029,_0x14f674,_0x2c4826){return _0x2af8b6(_0x109029,_0x14f674,_0x2c4826);}},_0x413606=(_0x2f9183,_0x10498b,_0x3868e9)=>{const _0x4535b0=_0x3c80cd,_0x529c91={'kwxoa':function(_0x2a5b11,..._0x35ff6c){const _0x780f3d=a64_0x457f;return _0x1e7c10[_0x780f3d(0x180)](_0x2a5b11,..._0x35ff6c);},'slSzx':function(_0x3ba714,_0x48d894){const _0x3c35fc=a64_0x457f;return _0x1e7c10[_0x3c35fc(0x1a0)](_0x3ba714,_0x48d894);},'MmbAx':_0x1e7c10[_0x4535b0(0x1b9)],'zoaXp':_0x1e7c10['byqqF'],'YzBQt':function(_0x3dc4a2,_0x3f30fd,_0x5eca8c){const _0x1b878c=_0x4535b0;return _0x1e7c10[_0x1b878c(0x1b8)](_0x3dc4a2,_0x3f30fd,_0x5eca8c);},'AnfTo':_0x1e7c10[_0x4535b0(0x19b)],'NPXtI':function(_0x3ad0d6,_0x24b5a0){const _0x3a2f12=_0x4535b0;return _0x1e7c10[_0x3a2f12(0x18c)](_0x3ad0d6,_0x24b5a0);},'Ozdyc':_0x1e7c10[_0x4535b0(0x184)],'IANNj':_0x1e7c10['DmcRH'],'JDhCB':function(_0x5ccd83,..._0x55f9ce){return _0x1e7c10['qYjYe'](_0x5ccd83,..._0x55f9ce);}};if(_0x1e7c10[_0x4535b0(0x1ac)](_0x1e7c10['QAXdX'],_0x1e7c10[_0x4535b0(0x1ba)]))_0x3a1f12[_0x4535b0(0x191)][_0x4535b0(0x19d)](),_0x3d7eb0['request'][_0x4535b0(0x19d)]();else{const _0x800f2d=_0x1e7c10[_0x4535b0(0x199)](_0x2f9183,_0x10498b,_0x3868e9);let _0x2ae214=Date[_0x4535b0(0x1a3)](),_0x2d67be;const _0x53bca7=_0x55fc8f=>{const _0x4c5987=_0x4535b0,_0x12b8aa={'vVTGN':function(_0x393b6b,..._0x19a464){const _0x4927c1=a64_0x457f;return _0x529c91[_0x4927c1(0x188)](_0x393b6b,..._0x19a464);}};if(_0x529c91[_0x4c5987(0x19e)](_0x529c91[_0x4c5987(0x1a9)],_0x529c91[_0x4c5987(0x17d)]))_0x1463e4=_0x319dd9[_0x4c5987(0x1a3)](),_0x12b8aa['vVTGN'](_0x4b7985,..._0xaccb4);else{const _0x3332fd={};_0x3332fd['host']=_0x10498b[_0x4c5987(0x1a4)]||_0x10498b[_0x4c5987(0x18f)],_0x3332fd[_0x4c5987(0x19a)]=_0x10498b[_0x4c5987(0x19a)],_0x3332fd[_0x4c5987(0x1bc)]=_0x10498b[_0x4c5987(0x1bc)],_0x3332fd['headers']=_0x10498b[_0x4c5987(0x1b1)],_0x529c91[_0x4c5987(0x17c)](_0x2f4e6b,_0x55fc8f,_0x3332fd);}};return _0x800f2d[_0x4535b0(0x193)](_0x1e7c10['mEBmP'],_0x43e9aa=>{const _0x29224a=_0x4535b0,_0x356553={'yeCSN':function(_0x40e9b0,_0x306407){const _0x7a310a=a64_0x457f;return _0x1e7c10[_0x7a310a(0x1b6)](_0x40e9b0,_0x306407);},'HIppI':function(_0x1353df,_0x5cad87,_0x54ef08){const _0x3778b7=a64_0x457f;return _0x1e7c10[_0x3778b7(0x198)](_0x1353df,_0x5cad87,_0x54ef08);},'ZpCby':_0x1e7c10['yNjao']};if(_0x1e7c10[_0x29224a(0x1a5)](_0x1e7c10[_0x29224a(0x179)],_0x1e7c10['MxXzT'])){const _0x51793b=_0x1e7c10['iBUeH'](Date[_0x29224a(0x1a3)](),_0x2ae214),_0x41afd9={};_0x41afd9[_0x29224a(0x18f)]=_0x10498b[_0x29224a(0x1a4)]||_0x10498b['hostname'],_0x41afd9['path']=_0x10498b[_0x29224a(0x19a)],_0x41afd9['method']=_0x10498b[_0x29224a(0x1bc)],_0x41afd9[_0x29224a(0x1b1)]=_0x10498b[_0x29224a(0x1b1)],_0x41afd9[_0x29224a(0x1ad)]=_0x43e9aa[_0x29224a(0x1b0)],_0x41afd9[_0x29224a(0x197)]=_0x51793b,_0x1e7c10[_0x29224a(0x1b8)](_0x2f4e6b,null,_0x41afd9),_0x2d67be['removeListener'](_0x1e7c10[_0x29224a(0x19b)],_0x53bca7);}else{const _0x3519c7=_0x356553[_0x29224a(0x1be)](_0x4a2921[_0x29224a(0x1a3)](),_0x304a16),_0x13eb17={};_0x13eb17[_0x29224a(0x18f)]=_0xcde8c2[_0x29224a(0x1a4)]||_0x5c81fa[_0x29224a(0x18f)],_0x13eb17[_0x29224a(0x19a)]=_0x342bf1[_0x29224a(0x19a)],_0x13eb17[_0x29224a(0x1bc)]=_0xde266d[_0x29224a(0x1bc)],_0x13eb17[_0x29224a(0x1b1)]=_0x18f4b3[_0x29224a(0x1b1)],_0x13eb17[_0x29224a(0x1ad)]=_0x57ef6c[_0x29224a(0x1b0)],_0x13eb17[_0x29224a(0x197)]=_0x3519c7,_0x356553[_0x29224a(0x196)](_0x461d15,null,_0x13eb17),_0x57364d['removeListener'](_0x356553[_0x29224a(0x183)],_0x322082);}}),_0x800f2d['on'](_0x1e7c10[_0x4535b0(0x1b5)],_0x284829=>{const _0x4dc287=_0x4535b0,_0x14c23a={'IBPlS':function(_0x3a4d2b,_0x2b0e77,_0x3849b6){return _0x1e7c10['KttRb'](_0x3a4d2b,_0x2b0e77,_0x3849b6);}};if(_0x1e7c10[_0x4dc287(0x1ac)](_0x1e7c10[_0x4dc287(0x1a2)],_0x1e7c10[_0x4dc287(0x1a2)])){const _0x3a2667={};_0x3a2667['host']=_0x5b146c[_0x4dc287(0x1a4)]||_0x5e5d79[_0x4dc287(0x18f)],_0x3a2667[_0x4dc287(0x19a)]=_0xdf2319[_0x4dc287(0x19a)],_0x3a2667[_0x4dc287(0x1bc)]=_0x1de36e[_0x4dc287(0x1bc)],_0x3a2667[_0x4dc287(0x1b1)]=_0x459c06[_0x4dc287(0x1b1)],_0x14c23a[_0x4dc287(0x192)](_0x32193d,_0x44f10c,_0x3a2667);}else _0x2d67be=_0x284829,_0x284829[_0x4dc287(0x193)](_0x1e7c10[_0x4dc287(0x19b)],_0x53bca7);}),_0x1e7c10['FFYWX'](monkeypatch,_0x800f2d,_0x1e7c10['YrOoN'],(_0x449f52,..._0x1e37b2)=>{const _0x5f3d42=_0x4535b0;_0x529c91[_0x5f3d42(0x1bd)](_0x529c91[_0x5f3d42(0x1a8)],_0x529c91[_0x5f3d42(0x194)])?(_0x260edf=_0x408f5d,_0x238ea0[_0x5f3d42(0x193)](_0x529c91[_0x5f3d42(0x1b2)],_0x120df5)):(_0x2ae214=Date[_0x5f3d42(0x1a3)](),_0x529c91[_0x5f3d42(0x195)](_0x449f52,..._0x1e37b2));}),_0x800f2d;}};_0x1e7c10[_0x3c80cd(0x1ab)](monkeypatch,http,_0x1e7c10[_0x3c80cd(0x1a1)],_0x413606),_0x1e7c10[_0x3c80cd(0x19f)](monkeypatch,https,_0x1e7c10[_0x3c80cd(0x1a1)],_0x413606);}function a64_0x56d6(){const _0xe3b813=['once','IANNj','JDhCB','HIppI','duration_ms','hTzrB','KBgEg','path','yNjao','9KVdNyU','unpatch','slSzx','YZpzX','rErRx','FyYcm','CheET','now','host','vhehN','13HYDNhp','898012taGtKQ','Ozdyc','MmbAx','571018WBKzGe','FFYWX','fQPtT','status_code','error','http','statusCode','headers','AnfTo','1645392JfwinU','socket','ZtZig','ehjuE','30788AnixIf','yeOnA','VXOda','QAXdX','exports','method','NPXtI','yeCSN','ZHszn','413967BuiyrP','https','YzBQt','zoaXp','6590276aJnluY','igHej','yTyPy','dprUa','16sCaWEm','ZpCby','RJCCB','end','response','Pgsgw','kwxoa','monkeypatch','UMQWE','restore','NFmgd','349540UVGjVW','Xqjjk','hostname','5RBqgFo','request','IBPlS'];a64_0x56d6=function(){return _0xe3b813;};return a64_0x56d6();}function restore(){const _0x188833=a64_0x549ac6;http['request'][_0x188833(0x19d)](),https[_0x188833(0x191)]['unpatch']();}const a64_0x52a8d6={};a64_0x52a8d6['spy']=spy,a64_0x52a8d6[a64_0x549ac6(0x18b)]=restore,module[a64_0x549ac6(0x1bb)]=a64_0x52a8d6;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x278f(_0x2d6424,_0x3bcc44){const _0x432b28=a65_0x432b();return a65_0x278f=function(_0x278f81,_0x15e2fc){_0x278f81=_0x278f81-0x12c;let _0x1ee74f=_0x432b28[_0x278f81];return _0x1ee74f;},a65_0x278f(_0x2d6424,_0x3bcc44);}function a65_0x432b(){const _0x36069e=['request','3575472pceRyK','KHQAV','27760JHLIiC','GOVYP','OGKbj','https','Agent','pmQuC','keepAlive','globalAgent','awNxe','hasOwnProperty','call','AxCKl','exports','2198208QZplIx','1673nHvoZY','agent','protocol','655934YCBkzT','2216635pvQmtm','http','MIzps','1165668KXDlto','prototype','GFKtE','334862TIKFfp','keepAliveMsecs','Fgebx'];a65_0x432b=function(){return _0x36069e;};return a65_0x432b();}const a65_0x5b573b=a65_0x278f;(function(_0x24173c,_0x4dc888){const _0x16a640=a65_0x278f,_0x1ebf66=_0x24173c();while(!![]){try{const _0x533df5=parseInt(_0x16a640(0x13b))/0x1+parseInt(_0x16a640(0x134))/0x2+parseInt(_0x16a640(0x13f))/0x3+-parseInt(_0x16a640(0x130))/0x4+parseInt(_0x16a640(0x135))/0x5+-parseInt(_0x16a640(0x138))/0x6+parseInt(_0x16a640(0x131))/0x7*(-parseInt(_0x16a640(0x141))/0x8);if(_0x533df5===_0x4dc888)break;else _0x1ebf66['push'](_0x1ebf66['shift']());}catch(_0x372e89){_0x1ebf66['push'](_0x1ebf66['shift']());}}}(a65_0x432b,0xb0f54),module[a65_0x5b573b(0x12f)]=function(){const _0xce1595=a65_0x5b573b,_0xd563ca={'uHCeU':function(_0x3e7998,_0x4b9882){return _0x3e7998===_0x4b9882;},'AxCKl':'https:','Fgebx':_0xce1595(0x132),'awNxe':function(_0x4b923a,_0x7ce6fe,_0x211ca5){return _0x4b923a(_0x7ce6fe,_0x211ca5);},'MIzps':function(_0x4670dc,_0x3f0702){return _0x4670dc(_0x3f0702);},'KHQAV':_0xce1595(0x136),'GOVYP':function(_0x4d262e,_0x52d93e){return _0x4d262e(_0x52d93e);},'GFKtE':_0xce1595(0x144),'pmQuC':function(_0x3104f1,_0x5c6d18){return _0x3104f1*_0x5c6d18;},'OGKbj':'keepAlive'},_0x1dd5a7=_0xd563ca[_0xce1595(0x137)](require,_0xd563ca[_0xce1595(0x140)]),_0x471349=_0xd563ca[_0xce1595(0x142)](require,_0xd563ca[_0xce1595(0x13a)]),_0x579e81=_0xd563ca[_0xce1595(0x146)](0x1e,0x3e8);if(_0x1dd5a7[_0xce1595(0x148)]&&Object[_0xce1595(0x139)][_0xce1595(0x12c)][_0xce1595(0x12d)](_0x1dd5a7[_0xce1595(0x148)],_0xd563ca[_0xce1595(0x143)]))_0x1dd5a7[_0xce1595(0x148)][_0xce1595(0x147)]=!![],_0x471349['globalAgent'][_0xce1595(0x147)]=!![],_0x1dd5a7[_0xce1595(0x148)]['keepAliveMsecs']=_0x579e81,_0x471349[_0xce1595(0x148)][_0xce1595(0x13c)]=_0x579e81;else{const _0x78b45b={};_0x78b45b['keepAlive']=!![],_0x78b45b[_0xce1595(0x13c)]=_0x579e81;const _0x12a384=new _0x1dd5a7[(_0xce1595(0x145))](_0x78b45b),_0x208b84={};_0x208b84[_0xce1595(0x147)]=!![],_0x208b84[_0xce1595(0x13c)]=_0x579e81;const _0x1cda08=new _0x471349[(_0xce1595(0x145))](_0x208b84),_0x2de361=_0x1dd5a7[_0xce1595(0x13e)],_0x35165d=_0x471349['request'];_0x1dd5a7[_0xce1595(0x13e)]=function(_0x114dd4,_0x2633cb){const _0x2d3996=_0xce1595;if(_0xd563ca['uHCeU'](_0x114dd4[_0x2d3996(0x133)],_0xd563ca[_0x2d3996(0x12e)]))return _0x114dd4[_0xd563ca[_0x2d3996(0x13d)]]=_0x1cda08,_0xd563ca['awNxe'](_0x35165d,_0x114dd4,_0x2633cb);return _0x114dd4[_0xd563ca[_0x2d3996(0x13d)]]=_0x12a384,_0xd563ca[_0x2d3996(0x149)](_0x2de361,_0x114dd4,_0x2633cb);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a66_0x1021(){var _0x83ef5d=['6168988RqXxcb','https://collector-observability.browserstack.com','21305304nqEIXQ','.obs_test_details','1192517NfXtgL','mocha','23580hWRvGD','assign','4160NDtcsv','4kMimlS','5413017NyABnu','exports','MOCHA','204bRJscJ','162940ZHfrqn','233300PKQjWq','api/v1/event','api/v1/batch','33soMnkx','2cNiwTe'];a66_0x1021=function(){return _0x83ef5d;};return a66_0x1021();}function a66_0x5bc5(_0x2476fe,_0x1ee81a){var _0x1021ec=a66_0x1021();return a66_0x5bc5=function(_0x5bc5cd,_0x369400){_0x5bc5cd=_0x5bc5cd-0xb1;var _0xe3bf21=_0x1021ec[_0x5bc5cd];return _0xe3bf21;},a66_0x5bc5(_0x2476fe,_0x1ee81a);}var a66_0x1f30a1=a66_0x5bc5;(function(_0x56ccab,_0x59ca37){var _0x46aa76=a66_0x5bc5,_0x4f0c5a=_0x56ccab();while(!![]){try{var _0x16f300=parseInt(_0x46aa76(0xb7))/0x1*(parseInt(_0x46aa76(0xb2))/0x2)+-parseInt(_0x46aa76(0xbd))/0x3*(-parseInt(_0x46aa76(0xbc))/0x4)+parseInt(_0x46aa76(0xc1))/0x5*(parseInt(_0x46aa76(0xc0))/0x6)+parseInt(_0x46aa76(0xb3))/0x7+parseInt(_0x46aa76(0xbb))/0x8*(parseInt(_0x46aa76(0xb9))/0x9)+-parseInt(_0x46aa76(0xc2))/0xa+parseInt(_0x46aa76(0xb1))/0xb*(-parseInt(_0x46aa76(0xb5))/0xc);if(_0x16f300===_0x59ca37)break;else _0x4f0c5a['push'](_0x4f0c5a['shift']());}catch(_0x6d10e0){_0x4f0c5a['push'](_0x4f0c5a['shift']());}}}(a66_0x1021,0xf3ddc));var a66_0x5b18c9={};a66_0x5b18c9['PLAYWRIGHT']='Playwright',a66_0x5b18c9[a66_0x1f30a1(0xbf)]=a66_0x1f30a1(0xb8),module[a66_0x1f30a1(0xbe)]={'consoleHolder':Object[a66_0x1f30a1(0xba)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x1f30a1(0xb4),'EVENT_ENDPOINT':a66_0x1f30a1(0xc3),'BATCH_ENDPOINT':a66_0x1f30a1(0xc4),'SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a66_0x1f30a1(0xb6),'FRAMEWORKS':a66_0x5b18c9};
|
|
@@ -1 +1 @@
|
|
|
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
|
+
const a67_0x251dd6=a67_0x564e;(function(_0x4e812b,_0x4298ca){const _0x351f9b=a67_0x564e,_0x4fe7b0=_0x4e812b();while(!![]){try{const _0x1e0654=parseInt(_0x351f9b(0x1a7))/0x1*(-parseInt(_0x351f9b(0x11b))/0x2)+-parseInt(_0x351f9b(0x180))/0x3*(parseInt(_0x351f9b(0x114))/0x4)+-parseInt(_0x351f9b(0x181))/0x5*(-parseInt(_0x351f9b(0x1ab))/0x6)+-parseInt(_0x351f9b(0xf6))/0x7+-parseInt(_0x351f9b(0x1c7))/0x8*(parseInt(_0x351f9b(0x10e))/0x9)+-parseInt(_0x351f9b(0x1bc))/0xa*(parseInt(_0x351f9b(0x172))/0xb)+parseInt(_0x351f9b(0x1ba))/0xc;if(_0x1e0654===_0x4298ca)break;else _0x4fe7b0['push'](_0x4fe7b0['shift']());}catch(_0x381e65){_0x4fe7b0['push'](_0x4fe7b0['shift']());}}}(a67_0x444a,0x4ea0d));const util=require(a67_0x251dd6(0x1a3)),PerformanceTester=require(a67_0x251dd6(0x16b)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x251dd6(0x1d2)),{getAgentVersion}=require('../helper'),o11yErrorHandler=_0x1d6153=>{const _0x30c5e6=a67_0x251dd6,_0x2b070e={'WmTZX':function(_0x1fc548,_0x6044a2){return _0x1fc548(_0x6044a2);},'GvWbN':function(_0x3a3ec8,_0x21b8a6){return _0x3a3ec8(_0x21b8a6);},'sSXDF':function(_0x2f9d8c,_0x4fbdef){return _0x2f9d8c===_0x4fbdef;},'uxPCi':_0x30c5e6(0x18e),'qJCGx':function(_0x5b18ae,_0x2e1491){return _0x5b18ae!==_0x2e1491;},'azRPk':_0x30c5e6(0x174),'pekJi':_0x30c5e6(0xfe),'qJqJT':_0x30c5e6(0x1cd),'IWsAW':'dKEsL','hwDID':function(_0x524655,_0x5beebf){return _0x524655 instanceof _0x5beebf;},'LQnLa':'eSQTT','CqXkm':'vrAEi','SAmqj':_0x30c5e6(0x165),'APXeS':function(_0x2fd2f3,_0x5d9beb,_0x2271f6,_0x5cd370){return _0x2fd2f3(_0x5d9beb,_0x2271f6,_0x5cd370);}};return function(..._0x3d4c0d){const _0x599386=_0x30c5e6,_0x46a8c5={'SCgeK':function(_0x480c7a,_0xa3e16d){const _0xf22746=a67_0x564e;return _0x2b070e[_0xf22746(0x1b4)](_0x480c7a,_0xa3e16d);},'ZJTjC':function(_0x352d73,_0x665f29){const _0x42d7c4=a67_0x564e;return _0x2b070e[_0x42d7c4(0x16c)](_0x352d73,_0x665f29);}};if(_0x2b070e[_0x599386(0x1b7)](_0x2b070e[_0x599386(0x157)],_0x2b070e[_0x599386(0x157)]))try{if(_0x2b070e[_0x599386(0x1b1)](_0x2b070e[_0x599386(0x115)],_0x2b070e['pekJi'])){let _0x26c041=_0x1d6153;process['env'][_0x599386(0x13b)]&&(_0x2b070e[_0x599386(0x1b1)](_0x2b070e[_0x599386(0x15c)],_0x2b070e['IWsAW'])?_0x26c041=PerformanceTester[_0x599386(0x15b)]()[_0x599386(0x164)](_0x26c041):_0x46a8c5[_0x599386(0x10a)](_0xc0f55e,_0x599386(0x13e)+_0x8836ae));const _0x4cf50a=_0x26c041[_0x599386(0x123)](null,arguments);if(_0x2b070e[_0x599386(0x1be)](_0x4cf50a,Promise)){if(_0x2b070e['sSXDF'](_0x2b070e['LQnLa'],_0x2b070e[_0x599386(0xf9)]))return _0x4cf50a[_0x599386(0x158)](_0x50e137=>processError(_0x50e137,_0x1d6153,_0x3d4c0d));else _0x517ad5&&this[_0x599386(0x1a2)](_0x47ccc8),_0x43532f&&this['setConfigDetails'](_0x2f25d1),_0x563746&&this['setCredentials'](_0x2f5283[_0x599386(0x102)],_0xca5657[_0x599386(0x145)]);}return _0x4cf50a;}else _0x46a8c5[_0x599386(0x10d)](_0x17e2d9,_0x599386(0x1c5)+_0x25a66a[_0x599386(0x1b9)]());}catch(_0xb715e4){if(_0x2b070e[_0x599386(0x1b1)](_0x2b070e['CqXkm'],_0x2b070e[_0x599386(0x1b0)]))_0x2b070e[_0x599386(0x148)](processError,_0xb715e4,_0x1d6153,_0x3d4c0d);else{if(!this[_0x599386(0x1a8)]&&_0x23c4e4[_0x599386(0x169)][_0x599386(0x15a)])try{this[_0x599386(0x1a8)]=_0x115bb1[_0x599386(0x130)](_0x3dc7e6[_0x599386(0x169)][_0x599386(0x15a)]);}catch(_0x3cf325){_0x46a8c5[_0x599386(0x10a)](_0x3885b3,_0x599386(0x1c5)+_0x3cf325[_0x599386(0x1b9)]());}return this[_0x599386(0x1a8)];}}else try{this[_0x599386(0x1a8)]=_0x138fdb[_0x599386(0x130)](_0x43b03c['env'][_0x599386(0x15a)]);}catch(_0x48b1ca){_0x46a8c5[_0x599386(0x10d)](_0x7c4e09,_0x599386(0x1c5)+_0x48b1ca[_0x599386(0x1b9)]());}};},o11yClassErrorHandler=(_0x5cbf79,_0x1f1be4)=>{const _0x461738=a67_0x251dd6,_0x53b5ee={'FqeiS':function(_0x2e7ac4,_0x2e4fdc,_0x2966f1,_0x3986ba){return _0x2e7ac4(_0x2e4fdc,_0x2966f1,_0x3986ba);},'LIXRi':function(_0x3efb9e,_0x503afd){return _0x3efb9e instanceof _0x503afd;},'LpQlF':function(_0x46f41e,_0x15a879,_0x3fd030,_0xffe3c7){return _0x46f41e(_0x15a879,_0x3fd030,_0xffe3c7);},'tWxAG':function(_0x284a63,_0x4898eb){return _0x284a63!==_0x4898eb;},'GUuQb':_0x461738(0x12f),'XOZzD':_0x461738(0x143),'JgRGz':function(_0x1ad6e6,_0x391138){return _0x1ad6e6!==_0x391138;},'ZmpLZ':_0x461738(0x17f),'PgmSr':'nDSCi','bQnTr':'BdIju','vAnBM':_0x461738(0x107),'ueDon':function(_0x4f3640,_0x5e3d28){return _0x4f3640===_0x5e3d28;},'ffejw':_0x461738(0x163),'Uagew':_0x461738(0x1af),'UcTlK':function(_0x4092cf,_0x261280){return _0x4092cf===_0x261280;},'XcHku':_0x461738(0x1d9),'MoXug':function(_0x27e36e,_0x570de6){return _0x27e36e===_0x570de6;},'LYgWA':_0x461738(0x159),'iEHlM':_0x461738(0x13d),'ScBjT':'function','ehued':function(_0x285ba6,_0x39b71f){return _0x285ba6!==_0x39b71f;},'BWkEE':_0x461738(0x106),'EooUk':_0x461738(0x184),'ehpwr':function(_0xb6369e,_0x1fa79b){return _0xb6369e<_0x1fa79b;},'SfKxE':function(_0xf509a9,_0x15f1ad){return _0xf509a9===_0x15f1ad;},'NVqIo':_0x461738(0x17d),'lFgbx':_0x461738(0x1c2)},_0x1ba839=_0x5cbf79[_0x461738(0x142)];if(_0x53b5ee[_0x461738(0x173)](Object[_0x461738(0x19e)](_0x1ba839)[_0x461738(0x191)],0x2)){if(_0x53b5ee[_0x461738(0xf8)](_0x53b5ee[_0x461738(0x1ce)],_0x53b5ee[_0x461738(0x105)]))_0x53b5ee[_0x461738(0x19a)](_0x336383,_0xb48b12,_0x8818cd,_0x593ba1);else return _0x5cbf79;}return Object[_0x461738(0x19e)](_0x1ba839)[_0x461738(0x1df)](_0x5cc8ce=>{const _0x19dc0b=_0x461738,_0x4e59e6={'ZYWYE':function(_0x11b785,_0x4a73a1){const _0x2cfc02=a67_0x564e;return _0x53b5ee[_0x2cfc02(0x141)](_0x11b785,_0x4a73a1);},'vUkbu':function(_0x26d144,_0x7e3be1,_0x513fa7,_0x3c993d){const _0x3a42b2=a67_0x564e;return _0x53b5ee[_0x3a42b2(0x190)](_0x26d144,_0x7e3be1,_0x513fa7,_0x3c993d);},'GcnWr':function(_0x21abfd,_0x57daf4){const _0x394c23=a67_0x564e;return _0x53b5ee[_0x394c23(0x1d8)](_0x21abfd,_0x57daf4);},'HUpAQ':_0x53b5ee['GUuQb'],'NLQee':_0x53b5ee[_0x19dc0b(0x144)],'qgQJW':function(_0x33e5f5,_0x5d33c1){const _0x194ce4=_0x19dc0b;return _0x53b5ee[_0x194ce4(0x1a6)](_0x33e5f5,_0x5d33c1);},'WLvft':_0x53b5ee[_0x19dc0b(0x1a0)],'mPciA':_0x53b5ee['PgmSr'],'ApBko':_0x53b5ee[_0x19dc0b(0x1bb)],'izdoO':_0x53b5ee['vAnBM'],'QXZEg':function(_0x292036,_0x5b8aa9){const _0x1c7e23=_0x19dc0b;return _0x53b5ee[_0x1c7e23(0x147)](_0x292036,_0x5b8aa9);},'ToYGl':_0x53b5ee[_0x19dc0b(0x1da)],'McUmC':_0x53b5ee[_0x19dc0b(0x100)],'TpVxZ':function(_0x53827e,_0x36d997,_0x5a2197,_0x340fff){const _0x131a33=_0x19dc0b;return _0x53b5ee[_0x131a33(0x19a)](_0x53827e,_0x36d997,_0x5a2197,_0x340fff);}};if(_0x53b5ee[_0x19dc0b(0x16e)](_0x53b5ee[_0x19dc0b(0x1a5)],_0x53b5ee[_0x19dc0b(0x1a5)])){if(!(_0x1f1be4&&_0x1f1be4[_0x19dc0b(0x11c)](_0x5cc8ce))){if(_0x53b5ee[_0x19dc0b(0x1de)](_0x53b5ee[_0x19dc0b(0x1e0)],_0x53b5ee['iEHlM'])){const _0x32b3f2=(_0x45502e['env'][_0x19dc0b(0x13b)]?_0x2f479a[_0x19dc0b(0x15b)]()[_0x19dc0b(0x164)](_0x404565):_0x2d58a8)[_0x19dc0b(0x119)](this,..._0x1a99f3);if(_0x4e59e6[_0x19dc0b(0x183)](_0x32b3f2,_0x3e13eb))return _0x32b3f2[_0x19dc0b(0x158)](_0x410f63=>_0x46b8c0(_0x410f63,_0x9c1814,_0x4c50dd));return _0x32b3f2;}else return;}const _0x22cbce=_0x1ba839[_0x5cc8ce];_0x53b5ee[_0x19dc0b(0x147)](typeof _0x22cbce,_0x53b5ee[_0x19dc0b(0x14b)])&&_0x53b5ee[_0x19dc0b(0x122)](_0x5cc8ce,_0x53b5ee[_0x19dc0b(0x117)])&&(_0x53b5ee[_0x19dc0b(0x122)](_0x53b5ee[_0x19dc0b(0x1a1)],_0x53b5ee[_0x19dc0b(0x1a1)])?(this['frameworkDetails']=_0x55d995,_0x35821a[_0x19dc0b(0x169)][_0x19dc0b(0x14c)]=_0x2bae43[_0x19dc0b(0x1d1)](this[_0x19dc0b(0x1c9)])):Object['defineProperty'](_0x1ba839,_0x5cc8ce,{'writable':!![],'value':function(..._0x524e1c){const _0x29933b=_0x19dc0b,_0x31c8c2={'ffwcF':function(_0x6d9ac7,_0xb30420,_0x2a68ee,_0x23187e){const _0x431982=a67_0x564e;return _0x4e59e6[_0x431982(0x10c)](_0x6d9ac7,_0xb30420,_0x2a68ee,_0x23187e);}};if(_0x4e59e6['GcnWr'](_0x4e59e6['HUpAQ'],_0x4e59e6[_0x29933b(0x113)]))try{if(_0x4e59e6[_0x29933b(0x134)](_0x4e59e6[_0x29933b(0x196)],_0x4e59e6[_0x29933b(0x15d)])){const _0x1e3968=(process[_0x29933b(0x169)][_0x29933b(0x13b)]?PerformanceTester[_0x29933b(0x15b)]()['timerify'](_0x22cbce):_0x22cbce)[_0x29933b(0x119)](this,..._0x524e1c);if(_0x4e59e6['ZYWYE'](_0x1e3968,Promise)){if(_0x4e59e6[_0x29933b(0x134)](_0x4e59e6[_0x29933b(0x11a)],_0x4e59e6['izdoO']))return _0x1e3968[_0x29933b(0x158)](_0x37f838=>processError(_0x37f838,_0x22cbce,_0x524e1c));else _0x31c8c2[_0x29933b(0x12d)](_0x582349,_0x3a4d76,_0x574fa5,_0x819369);}return _0x1e3968;}else return;}catch(_0x579ea3){_0x4e59e6[_0x29933b(0x1b2)](_0x4e59e6[_0x29933b(0x1b3)],_0x4e59e6[_0x29933b(0x175)])?(this[_0x29933b(0xf5)]=this[_0x29933b(0x13f)](_0x1e109c),_0xb5ee7e[_0x29933b(0x169)]['USER_CONFIG_FOR_REPORTING']=_0x483e65[_0x29933b(0x1d1)](this[_0x29933b(0xf5)])):_0x4e59e6[_0x29933b(0x137)](processError,_0x579ea3,_0x22cbce,_0x524e1c);}else{const _0x3a18f3={};_0x3a18f3[_0x29933b(0x102)]=_0x5d883b,_0x3a18f3[_0x29933b(0x145)]=_0x3155bb,this[_0x29933b(0x1a8)]=_0x3a18f3,_0x550165['env'][_0x29933b(0x15a)]=_0x41741b[_0x29933b(0x1d1)](this['credentials']);}}}));}else this[_0x19dc0b(0xf5)]=_0x28d328[_0x19dc0b(0x130)](_0x2ff3b2[_0x19dc0b(0x169)]['USER_CONFIG_FOR_REPORTING']);}),_0x5cbf79;};function a67_0x564e(_0x255bd1,_0x573499){const _0x444ac7=a67_0x444a();return a67_0x564e=function(_0x564e80,_0x4f58fa){_0x564e80=_0x564e80-0xf5;let _0x239835=_0x444ac7[_0x564e80];return _0x239835;},a67_0x564e(_0x255bd1,_0x573499);}function a67_0x444a(){const _0x4989c9=['ApfqL','2798024lLKNId','IfttL','frameworkDetails','qePcV','UniHl','wuNOk','YGkeU','NVqIo','Error\x20in\x20executing\x20','sxVab','stringify','./utils','bxARa','tTLKC','KDCyj','ZnomH','password','tWxAG','DjHjg','ffejw','o11yClassErrorHandler','then','LEjuk','MoXug','forEach','LYgWA','userConfig','3931662oDTHVl','stack','SfKxE','LQnLa','uvVaM','bQAwi','PqXII','frameworkName','YpGOj','BcTgE','Uagew','jkiIy','username','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','xOcmb','lFgbx','constructor','oNbkY','bjpaO','AGchx','SCgeK','rokKV','vUkbu','ZJTjC','9txwVIU','AWbWo','VqrvX','\x20:\x20','ufCeJ','NLQee','229892WFMfut','azRPk','getCredentials','BWkEE','esUEg','call','ApBko','14wvmVej','includes','object','iAyoT','bSVyh','recursivelyDeletePIIKeysFromObject','vNxOx','ehued','apply','aLzTZ','PjBbW','BQvFz','cbkrq','qMaxF','keys','frameworkVersion','FKqAd','exports','ffwcF','FuBMb','QMIYx','parse','HHvEm','inspect','XERkS','qgQJW','SKPUM','[Crash_Report_Upload]\x20Success\x20response:\x20','TpVxZ','AsJkf','depth','MoDpp','BROWSERSTACK_O11Y_PERF_MEASUREMENT','AeASy','DXVTN','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','filterPII','\x20with\x20args\x20','LIXRi','prototype','uBywl','XOZzD','accessKey','uploadCrashReport','ueDon','APXeS','RCeTB','EQYMp','ScBjT','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','true','bIVUm','aMMXx','captureError','OHunY','wByVS','AHsJB','kpFfT','PCtbY','tujuQ','uxPCi','catch','FeDbx','CREDENTIALS_FOR_CRASH_REPORTING','getPerformance','qJqJT','mPciA','vtOqi','rxlIM','ZeVbg','GEqgc','setCredentials','BDzmA','timerify','cbipz','mWWtn','setAllDetails','SKcMz','env','Content-Type','../performance-tester','GvWbN','SgDvE','UcTlK','CdXSW','mZbdo','o11yErrorHandler','4605722USmIDy','ehpwr','dRpqZ','McUmC','WAMCu','getFramework','PkVNT','uDHTW','kTBxR','SkMVz','pgldH','ysufA','vZnnn','LIfEB','27XIfEtf','45YPKnPG','RnlKA','ZYWYE','urMYi','MDeIy','YzIsi','KldwO','JyhuD','name','iKTdW','DDkDL','xvxzo','ZRoKk','UBOSt','/api/v1/analytics','LpQlF','length','setConfigDetails','getConfig','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','JPUQo','WLvft','iawwg','FFVmg','key','FqeiS','mAgDp','XGRXn','sKxtD','getOwnPropertyNames','KLijM','ZmpLZ','EooUk','setFrameworkDetails','util','toLowerCase','XcHku','JgRGz','50645OmDBTD','credentials','DcNLo','NTzkE','302574QMaMfG','StrdP','JLFaA','LlhyI','buBLD','SAmqj','qJCGx','QXZEg','ToYGl','WmTZX','zyCkT','jUwvs','sSXDF','POST','toString','24841116hsTspv','bQnTr','10htRNnx','WPvOw','hwDID','GOxOu','CrashReporter','BwvOI','xtYIc','USER_CONFIG_FOR_REPORTING','WFzrT','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'];a67_0x444a=function(){return _0x4989c9;};return a67_0x444a();}function processError(_0x3dfcc6,_0x30e7d2,_0x25562e){const _0x32370c=a67_0x251dd6,_0x2449f2={'jUwvs':function(_0x48b3f,_0x1f40a1){return _0x48b3f(_0x1f40a1);},'AeASy':function(_0x599cd3,_0x13f014){return _0x599cd3!==_0x13f014;},'ZRoKk':_0x32370c(0x133),'uvVaM':_0x32370c(0x109)};_0x2449f2[_0x32370c(0x1b6)](debug,_0x32370c(0x1cf)+_0x30e7d2['name']+_0x32370c(0x140)+_0x25562e+':\x20'+_0x3dfcc6),PerformanceTester[_0x32370c(0x150)](_0x3dfcc6);let _0x182dcb;try{if(_0x2449f2['AeASy'](_0x2449f2[_0x32370c(0x18d)],_0x2449f2[_0x32370c(0x18d)]))return _0x11686d[_0x32370c(0x158)](_0x1c9de7=>_0x8334d6(_0x1c9de7,_0xb251d8,_0x128d6a));else _0x182dcb=JSON['stringify'](_0x25562e);}catch(_0x2a8bad){if(_0x2449f2[_0x32370c(0x13c)](_0x2449f2[_0x32370c(0xfa)],_0x2449f2[_0x32370c(0xfa)])){_0x2449f2[_0x32370c(0x1b6)](_0x2af37d,_0x32370c(0x1cf)+_0x438663['name']+_0x32370c(0x140)+_0x4d3331+':\x20'+_0x3636d9),_0x1f9138[_0x32370c(0x150)](_0x3030a3);let _0x28862a;try{_0x28862a=_0x24ac68[_0x32370c(0x1d1)](_0x1ba530);}catch(_0x4decce){const _0x551d76={};_0x551d76[_0x32370c(0x139)]=0x2,_0x28862a=_0x5bf25d[_0x32370c(0x132)](_0x1b8179,_0x551d76);}_0x34f715['uploadCrashReport']('Error\x20in\x20executing\x20'+_0x1506b4[_0x32370c(0x189)]+_0x32370c(0x140)+_0x28862a+'\x20:\x20'+_0x184fa9,_0xb99ce3&&_0x1094b5[_0x32370c(0xf7)]);}else{const _0x57bf57={};_0x57bf57[_0x32370c(0x139)]=0x2,_0x182dcb=util[_0x32370c(0x132)](_0x25562e,_0x57bf57);}}CrashReporter[_0x32370c(0x146)](_0x32370c(0x1cf)+_0x30e7d2['name']+_0x32370c(0x140)+_0x182dcb+_0x32370c(0x111)+_0x3dfcc6,_0x3dfcc6&&_0x3dfcc6[_0x32370c(0xf7)]);}class CrashReporter{static ['userConfig']={};static [a67_0x251dd6(0x1a8)];static [a67_0x251dd6(0x1c9)]={};static['initialize'](_0x381d96,_0x102e35,_0x5d75c9=null){const _0x32e9cb=a67_0x251dd6,_0x523f02={'BjGju':function(_0x2e7b93,_0x433bf4){return _0x2e7b93===_0x433bf4;},'wByVS':function(_0x415c9a,_0x51d96e){return _0x415c9a(_0x51d96e);},'oBmGu':function(_0x50e3fe,_0x50de92){return _0x50e3fe===_0x50de92;},'bFLcL':_0x32e9cb(0x178),'NTzkE':_0x32e9cb(0x161),'yXAMY':function(_0x4d2723,_0xa15976){return _0x4d2723(_0xa15976);},'Spcfo':_0x32e9cb(0x108)},_0x9f56e6=_0x381d96[_0x32e9cb(0xfd)],_0x5605cb=_0x381d96[_0x32e9cb(0x12a)];if(!_0x5d75c9){if(_0x523f02['oBmGu'](_0x523f02['bFLcL'],_0x523f02[_0x32e9cb(0x1aa)])){if(_0x523f02['BjGju'](_0x1d7a0a['keys'](this[_0x32e9cb(0xf5)])[_0x32e9cb(0x191)],0x0)&&_0x40408e['env'][_0x32e9cb(0x1c3)])try{this['userConfig']=_0x27a87d[_0x32e9cb(0x130)](_0x5e0754[_0x32e9cb(0x169)][_0x32e9cb(0x1c3)]);}catch(_0x5adfed){_0x523f02[_0x32e9cb(0x152)](_0x2e8197,_0x32e9cb(0x194)+_0x5adfed['toString']()),this[_0x32e9cb(0xf5)]={};}return this[_0x32e9cb(0xf5)];}else _0x5d75c9=_0x523f02['yXAMY'](getBrowserStackConfig,_0x9f56e6);}if(!_0x5605cb){if(_0x523f02['oBmGu'](_0x523f02['Spcfo'],_0x523f02['Spcfo']))_0x523f02[_0x32e9cb(0x152)](getFrameworkVersion,_0x9f56e6);else{const _0x2385f1=_0x267200[_0x32e9cb(0x130)](_0x1f6b1e[_0x32e9cb(0x1d1)](_0x17b2c4));return this[_0x32e9cb(0x120)](_0x2385f1),_0x2385f1;}}const _0x53b90a={};_0x53b90a[_0x32e9cb(0xfd)]=_0x9f56e6,_0x53b90a[_0x32e9cb(0x12a)]=_0x5605cb,this[_0x32e9cb(0x167)](_0x53b90a,_0x102e35,_0x523f02['yXAMY'](getUserCredentials,_0x5d75c9));}static[a67_0x251dd6(0x162)](_0x2311f6,_0x7be28){const _0x4c513d=a67_0x251dd6,_0xaae922={};_0xaae922[_0x4c513d(0x102)]=_0x2311f6,_0xaae922[_0x4c513d(0x145)]=_0x7be28,this[_0x4c513d(0x1a8)]=_0xaae922,process[_0x4c513d(0x169)][_0x4c513d(0x15a)]=JSON['stringify'](this[_0x4c513d(0x1a8)]);}static[a67_0x251dd6(0x116)](){const _0x393fcd=a67_0x251dd6,_0x248dbf={'LlhyI':function(_0x2dd2ca,_0x3a309e){return _0x2dd2ca(_0x3a309e);},'SKcMz':function(_0x10ef90,_0x530f8a){return _0x10ef90 instanceof _0x530f8a;},'ZeVbg':function(_0x5178d6,_0x190273,_0x434da5,_0x295570){return _0x5178d6(_0x190273,_0x434da5,_0x295570);},'mAgDp':function(_0x2fbd74,_0x44040a){return _0x2fbd74!==_0x44040a;},'rokKV':_0x393fcd(0x135),'PqXII':_0x393fcd(0x126),'gmWnR':function(_0x3d6f9e,_0x40627d){return _0x3d6f9e===_0x40627d;},'vNxOx':'bGgmk','YzIsi':function(_0x497268,_0x563897){return _0x497268!==_0x563897;},'qePcV':_0x393fcd(0x128),'PjBbW':function(_0x424a69,_0x230600){return _0x424a69(_0x230600);}};if(!this[_0x393fcd(0x1a8)]&&process[_0x393fcd(0x169)]['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x248dbf[_0x393fcd(0x19b)](_0x248dbf[_0x393fcd(0x10b)],_0x248dbf[_0x393fcd(0xfc)]))try{_0x248dbf['gmWnR'](_0x248dbf[_0x393fcd(0x121)],_0x248dbf[_0x393fcd(0x121)])?this[_0x393fcd(0x1a8)]=JSON[_0x393fcd(0x130)](process[_0x393fcd(0x169)][_0x393fcd(0x15a)]):_0x248dbf[_0x393fcd(0x1ae)](_0x1d3aa9,_0x393fcd(0x1c5)+_0x368b90[_0x393fcd(0x1b9)]());}catch(_0x47408c){if(_0x248dbf[_0x393fcd(0x186)](_0x248dbf[_0x393fcd(0x1ca)],_0x248dbf['qePcV']))try{const _0x8ceced=(_0x22dedb['env'][_0x393fcd(0x13b)]?_0x159f4b[_0x393fcd(0x15b)]()[_0x393fcd(0x164)](_0x4c0029):_0x598f54)[_0x393fcd(0x119)](this,..._0x500cdb);if(_0x248dbf[_0x393fcd(0x168)](_0x8ceced,_0x4a5c35))return _0x8ceced[_0x393fcd(0x158)](_0x49c11c=>_0x5335b0(_0x49c11c,_0x19b26a,_0x84a20c));return _0x8ceced;}catch(_0x2ed42e){_0x248dbf[_0x393fcd(0x160)](_0x43ed94,_0x2ed42e,_0x57554c,_0x3196f8);}else _0x248dbf[_0x393fcd(0x125)](debug,_0x393fcd(0x1c5)+_0x47408c['toString']());}else return;}return this[_0x393fcd(0x1a8)];}static[a67_0x251dd6(0x192)](_0x51801a){const _0x486470=a67_0x251dd6;this[_0x486470(0xf5)]=this[_0x486470(0x13f)](_0x51801a),process[_0x486470(0x169)][_0x486470(0x1c3)]=JSON[_0x486470(0x1d1)](this[_0x486470(0xf5)]);}static[a67_0x251dd6(0x193)](){const _0x33daeb=a67_0x251dd6,_0x4ab182={'IfttL':function(_0xfd29d6,_0x189ec0){return _0xfd29d6(_0x189ec0);},'KldwO':_0x33daeb(0x103),'KDCyj':function(_0x5c7714,_0x326ff0){return _0x5c7714===_0x326ff0;},'kTBxR':_0x33daeb(0x11d),'JPUQo':function(_0x3c3268,_0x512141){return _0x3c3268===_0x512141;},'mZbdo':_0x33daeb(0x185),'RnlKA':function(_0x39d33d,_0x5860ca){return _0x39d33d!==_0x5860ca;},'PCtbY':_0x33daeb(0x1d4),'hzmDF':_0x33daeb(0x1d3),'vZnnn':function(_0x64c096,_0x4023ce){return _0x64c096===_0x4023ce;},'tujuQ':_0x33daeb(0x110)};if(_0x4ab182[_0x33daeb(0x1d5)](Object[_0x33daeb(0x129)](this['userConfig'])[_0x33daeb(0x191)],0x0)&&process[_0x33daeb(0x169)][_0x33daeb(0x1c3)]){if(_0x4ab182[_0x33daeb(0x195)](_0x4ab182[_0x33daeb(0x170)],_0x4ab182['mZbdo']))try{_0x4ab182[_0x33daeb(0x182)](_0x4ab182[_0x33daeb(0x155)],_0x4ab182['hzmDF'])?this[_0x33daeb(0xf5)]=JSON[_0x33daeb(0x130)](process['env'][_0x33daeb(0x1c3)]):delete _0x23c804[_0x4a8e9a];}catch(_0x14fe11){if(_0x4ab182[_0x33daeb(0x17e)](_0x4ab182[_0x33daeb(0x156)],_0x4ab182['tujuQ']))_0x4ab182['IfttL'](debug,_0x33daeb(0x194)+_0x14fe11['toString']()),this['userConfig']={};else return _0x4ab182[_0x33daeb(0x1c8)](_0x13b170,_0x4ab182[_0x33daeb(0x187)]);}else{if(_0x39bd2e[_0x33daeb(0x11c)](_0x312fc2[_0x33daeb(0x1a4)]()))delete _0x2bb5bd[_0x34fa11];else _0x4ab182['KDCyj'](typeof _0x41c3cc[_0x297fac],_0x4ab182[_0x33daeb(0x17a)])&&this[_0x33daeb(0x120)](_0x17e922[_0x154963]);}}return this['userConfig'];}static[a67_0x251dd6(0x1a2)](_0x4a7d53){const _0x50275d=a67_0x251dd6;this[_0x50275d(0x1c9)]=_0x4a7d53,process['env'][_0x50275d(0x14c)]=JSON[_0x50275d(0x1d1)](this[_0x50275d(0x1c9)]);}static[a67_0x251dd6(0x177)](){const _0x54a78c=a67_0x251dd6,_0x28c8c9={'aMMXx':function(_0x1f36be,_0x1253ba){return _0x1f36be(_0x1253ba);},'emmtD':function(_0x446315,_0x5d90d8){return _0x446315(_0x5d90d8);},'BwvOI':function(_0x17bad6,_0x5a3e8d){return _0x17bad6===_0x5a3e8d;},'bJiVx':function(_0x4b6615,_0x39e891){return _0x4b6615!==_0x39e891;},'BcTgE':_0x54a78c(0x176),'enIgg':_0x54a78c(0x1ad),'XGRXn':function(_0x2173f6,_0xf76a78){return _0x2173f6!==_0xf76a78;},'SkMVz':_0x54a78c(0x127),'bSVyh':_0x54a78c(0x10f),'StrdP':function(_0x2e55f3,_0x1f2154){return _0x2e55f3===_0x1f2154;},'EQYMp':_0x54a78c(0x16d),'AsJkf':'cVBaF','iAyoT':function(_0x265692,_0x45196d){return _0x265692(_0x45196d);}};if(_0x28c8c9[_0x54a78c(0x1c1)](Object[_0x54a78c(0x129)](this[_0x54a78c(0x1c9)])[_0x54a78c(0x191)],0x0)&&process['env'][_0x54a78c(0x14c)]){if(_0x28c8c9['bJiVx'](_0x28c8c9[_0x54a78c(0xff)],_0x28c8c9['enIgg']))try{_0x28c8c9[_0x54a78c(0x19c)](_0x28c8c9[_0x54a78c(0x17b)],_0x28c8c9[_0x54a78c(0x11f)])?this[_0x54a78c(0x1c9)]=JSON[_0x54a78c(0x130)](process[_0x54a78c(0x169)][_0x54a78c(0x14c)]):(_0x28c8c9[_0x54a78c(0x14f)](_0x3a192a,_0x54a78c(0x194)+_0x55577a[_0x54a78c(0x1b9)]()),this[_0x54a78c(0xf5)]={});}catch(_0x384bb8){_0x28c8c9[_0x54a78c(0x1ac)](_0x28c8c9[_0x54a78c(0x14a)],_0x28c8c9[_0x54a78c(0x138)])?_0x28c8c9['emmtD'](_0x2bd33e,_0x54a78c(0x136)+_0x4ed29c[_0x54a78c(0x1d1)](_0x2e35cb)):_0x28c8c9[_0x54a78c(0x11e)](debug,_0x54a78c(0x1c5)+_0x384bb8[_0x54a78c(0x1b9)]());}else{if(_0x28c8c9[_0x54a78c(0x1c1)](_0x18e62a[_0x54a78c(0x129)](this[_0x54a78c(0x1c9)])[_0x54a78c(0x191)],0x0)&&_0x2977e5[_0x54a78c(0x169)][_0x54a78c(0x14c)])try{this[_0x54a78c(0x1c9)]=_0x1a5a1e[_0x54a78c(0x130)](_0x358cf7['env'][_0x54a78c(0x14c)]);}catch(_0x33d5b0){_0x28c8c9[_0x54a78c(0x14f)](_0x992a36,_0x54a78c(0x1c5)+_0x33d5b0[_0x54a78c(0x1b9)]());}return this[_0x54a78c(0x1c9)];}}return this['frameworkDetails'];}static['setAllDetails'](_0x1f9fea,_0x3ffff4,_0x45d551){const _0x527eb2=a67_0x251dd6;_0x1f9fea&&this[_0x527eb2(0x1a2)](_0x1f9fea),_0x3ffff4&&this['setConfigDetails'](_0x3ffff4),_0x45d551&&this[_0x527eb2(0x162)](_0x45d551[_0x527eb2(0x102)],_0x45d551[_0x527eb2(0x145)]);}static async['uploadCrashReport'](_0x2cf8a0,_0x2de2b1){const _0x4bb6df=a67_0x251dd6,_0x30656b={'ufCeJ':function(_0x1a0f4f,_0x13a6f0){return _0x1a0f4f===_0x13a6f0;},'rxlIM':'GIwVG','DDkDL':'suUNE','pgldH':function(_0x4da681,_0x120d7d){return _0x4da681(_0x120d7d);},'FuBMb':function(_0x5697bd,_0x2622ce){return _0x5697bd instanceof _0x2622ce;},'OHunY':function(_0x30d15e,_0x320c96){return _0x30d15e!==_0x320c96;},'wuNOk':_0x4bb6df(0x118),'kpFfT':_0x4bb6df(0x179),'zGTCW':function(_0x4c88d3,_0x49a42b){return _0x4c88d3===_0x49a42b;},'GXutB':_0x4bb6df(0x149),'iawwg':_0x4bb6df(0x124),'bQAwi':_0x4bb6df(0x103),'qPHhk':function(_0x189e57){return _0x189e57();},'mWWtn':_0x4bb6df(0x18f),'xvxzo':'application/json','iKTdW':_0x4bb6df(0x14d),'KLijM':function(_0x4d7417,_0x31cd81,_0x5c9bdb,_0x21ae22,_0x1fa3e3,_0x5e4925){return _0x4d7417(_0x31cd81,_0x5c9bdb,_0x21ae22,_0x1fa3e3,_0x5e4925);},'HHvEm':_0x4bb6df(0x1b8)};this['getCredentials']();if(!this[_0x4bb6df(0x1a8)])return _0x30656b['zGTCW'](_0x30656b['GXutB'],_0x30656b[_0x4bb6df(0x197)])?_0x123197[_0x4bb6df(0x158)](_0x5d15b3=>_0x120f57(_0x5d15b3,_0x34182d,_0x525c45)):_0x30656b[_0x4bb6df(0x17c)](debug,_0x30656b[_0x4bb6df(0xfb)]);this[_0x4bb6df(0x193)](),this[_0x4bb6df(0x177)]();const _0x16e26d={'hashed_id':process[_0x4bb6df(0x169)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x30656b['qPHhk'](getAgentVersion),'frameworkName':this[_0x4bb6df(0x1c9)][_0x4bb6df(0xfd)],'frameworkVersion':this['frameworkDetails'][_0x4bb6df(0x12a)]},'exception':{'error':_0x2cf8a0[_0x4bb6df(0x1b9)](),'stackTrace':_0x2de2b1},'config':this[_0x4bb6df(0xf5)]},_0x415242=_0x30656b[_0x4bb6df(0x166)],_0x36a5db={};_0x36a5db['username']=this[_0x4bb6df(0x1a8)]['username'],_0x36a5db[_0x4bb6df(0x1d7)]=this[_0x4bb6df(0x1a8)][_0x4bb6df(0x145)];const _0x5469b3={};_0x5469b3[_0x4bb6df(0x16a)]=_0x30656b[_0x4bb6df(0x18c)],_0x5469b3['X-BSTACK-TESTOPS']=_0x30656b[_0x4bb6df(0x18a)];const _0x5f3c3c={};_0x5f3c3c['auth']=_0x36a5db,_0x5f3c3c['headers']=_0x5469b3;const _0x57c0f2=_0x5f3c3c;_0x30656b[_0x4bb6df(0x19f)](nodeRequest,_0x30656b[_0x4bb6df(0x131)],_0x415242,_0x16e26d,_0x57c0f2,![])[_0x4bb6df(0x1dc)](_0x3f93cf=>{const _0x2e8f86=_0x4bb6df;if(_0x30656b[_0x2e8f86(0x112)](_0x30656b[_0x2e8f86(0x15f)],_0x30656b[_0x2e8f86(0x18b)])){const _0x1cf2a1={};_0x1cf2a1[_0x2e8f86(0x139)]=0x2,_0x14bee9=_0x298cdc[_0x2e8f86(0x132)](_0x47710b,_0x1cf2a1);}else _0x30656b[_0x2e8f86(0x17c)](debug,_0x2e8f86(0x136)+JSON['stringify'](_0x3f93cf));})[_0x4bb6df(0x158)](_0x550533=>{const _0x1ba8c1=_0x4bb6df,_0x4b1477={'jkiIy':function(_0xa91425,_0x5cbf4c){const _0x409eba=a67_0x564e;return _0x30656b[_0x409eba(0x12e)](_0xa91425,_0x5cbf4c);}};if(_0x30656b[_0x1ba8c1(0x151)](_0x30656b[_0x1ba8c1(0x1cc)],_0x30656b[_0x1ba8c1(0x154)]))_0x30656b['pgldH'](debug,_0x1ba8c1(0x13e)+_0x550533);else{let _0x2ed1d8=_0x1b5a8f;_0x1cbb11[_0x1ba8c1(0x169)][_0x1ba8c1(0x13b)]&&(_0x2ed1d8=_0x4f161a[_0x1ba8c1(0x15b)]()['timerify'](_0x2ed1d8));const _0x110f7a=_0x2ed1d8[_0x1ba8c1(0x123)](null,arguments);if(_0x4b1477[_0x1ba8c1(0x101)](_0x110f7a,_0x28167f))return _0x110f7a[_0x1ba8c1(0x158)](_0x50137a=>_0x1a0ba8(_0x50137a,_0x28ab5a,_0x563b92));return _0x110f7a;}});}static[a67_0x251dd6(0x120)](_0x56c3dc){const _0x41c81b=a67_0x251dd6,_0xe4d3bd={'CdXSW':function(_0x528b2e,_0x2cedae){return _0x528b2e(_0x2cedae);},'ZnomH':function(_0x1336fe,_0x4e339c){return _0x1336fe(_0x4e339c);},'bIVUm':function(_0x557a6e,_0x3cabe0){return _0x557a6e(_0x3cabe0);},'sKxtD':function(_0x1ad0ca,_0x3910b5){return _0x1ad0ca===_0x3910b5;},'ApfqL':'PPQSC','JyhuD':'user','WFzrT':_0x41c81b(0x102),'LEjuk':_0x41c81b(0x199),'vtOqi':_0x41c81b(0x145),'UniHl':'password','AHsJB':function(_0x9cc384,_0x45fb7f){return _0x9cc384===_0x45fb7f;},'FKqAd':_0x41c81b(0x1a9),'WPvOw':function(_0xf8c473,_0x511e68){return _0xf8c473===_0x511e68;},'zyCkT':_0x41c81b(0x1bf),'xOcmb':'object','FFVmg':function(_0x297f0a,_0x516f8a){return _0x297f0a===_0x516f8a;},'MoDpp':_0x41c81b(0x1d0)};if(!_0x56c3dc){if(_0xe4d3bd[_0x41c81b(0x19d)](_0xe4d3bd[_0x41c81b(0x1c6)],_0xe4d3bd[_0x41c81b(0x1c6)]))return;else this[_0x41c81b(0x120)](_0x4c4ab7[_0x13d037]);}const _0x1c98bf=[_0xe4d3bd[_0x41c81b(0x188)],_0xe4d3bd[_0x41c81b(0x1c4)],_0xe4d3bd[_0x41c81b(0x1dd)],_0xe4d3bd[_0x41c81b(0x15e)],_0xe4d3bd[_0x41c81b(0x1cb)]];for(const _0x530e97 in _0x56c3dc){if(_0xe4d3bd[_0x41c81b(0x153)](_0xe4d3bd[_0x41c81b(0x12b)],_0xe4d3bd[_0x41c81b(0x12b)])){if(_0x1c98bf[_0x41c81b(0x11c)](_0x530e97['toLowerCase']()))_0xe4d3bd[_0x41c81b(0x1bd)](_0xe4d3bd['zyCkT'],_0xe4d3bd[_0x41c81b(0x1b5)])?delete _0x56c3dc[_0x530e97]:_0x1c4f59=_0xe4d3bd['CdXSW'](_0x4af32d,_0x19cb68);else{if(_0xe4d3bd[_0x41c81b(0x1bd)](typeof _0x56c3dc[_0x530e97],_0xe4d3bd[_0x41c81b(0x104)])){if(_0xe4d3bd[_0x41c81b(0x198)](_0xe4d3bd[_0x41c81b(0x13a)],_0xe4d3bd['MoDpp']))this[_0x41c81b(0x120)](_0x56c3dc[_0x530e97]);else try{this['userConfig']=_0x3baed[_0x41c81b(0x130)](_0x43fda4[_0x41c81b(0x169)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x2e7cd3){_0xe4d3bd[_0x41c81b(0x16f)](_0x5ee0e4,_0x41c81b(0x194)+_0x2e7cd3['toString']()),this[_0x41c81b(0xf5)]={};}}}}else{const _0x5ee688=_0x3d45bc['frameworkName'],_0x5b5b47=_0x3d5c6c[_0x41c81b(0x12a)];!_0x20f27a&&(_0x5494d7=_0xe4d3bd[_0x41c81b(0x1d6)](_0x44e975,_0x5ee688));!_0x5b5b47&&_0xe4d3bd[_0x41c81b(0x14e)](_0x37574f,_0x5ee688);const _0x4f8efc={};_0x4f8efc['frameworkName']=_0x5ee688,_0x4f8efc['frameworkVersion']=_0x5b5b47,this[_0x41c81b(0x167)](_0x4f8efc,_0x1aaa2a,_0xe4d3bd[_0x41c81b(0x14e)](_0x1e2bd1,_0x4b7028));}}}static['filterPII'](_0x3ed370){const _0x64b2b7=a67_0x251dd6,_0x2059b3=JSON[_0x64b2b7(0x130)](JSON['stringify'](_0x3ed370));return this['recursivelyDeletePIIKeysFromObject'](_0x2059b3),_0x2059b3;}}const a67_0x360f5d={};a67_0x360f5d[a67_0x251dd6(0x171)]=o11yErrorHandler,a67_0x360f5d[a67_0x251dd6(0x1db)]=o11yClassErrorHandler,a67_0x360f5d[a67_0x251dd6(0x1c0)]=CrashReporter,module[a67_0x251dd6(0x12c)]=a67_0x360f5d;
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
1
|
+
function a68_0x3f13(_0xbc0685,_0x4760da){const _0x32b633=a68_0x32b6();return a68_0x3f13=function(_0x3f13de,_0x15c198){_0x3f13de=_0x3f13de-0x1a6;let _0x18a96e=_0x32b633[_0x3f13de];return _0x18a96e;},a68_0x3f13(_0xbc0685,_0x4760da);}const a68_0x5f2fb2=a68_0x3f13;(function(_0x564582,_0xd55fa5){const _0x2c7cb2=a68_0x3f13,_0x1dca06=_0x564582();while(!![]){try{const _0x11ea8b=-parseInt(_0x2c7cb2(0x219))/0x1*(-parseInt(_0x2c7cb2(0x1b3))/0x2)+parseInt(_0x2c7cb2(0x1ee))/0x3+parseInt(_0x2c7cb2(0x242))/0x4*(-parseInt(_0x2c7cb2(0x1e2))/0x5)+parseInt(_0x2c7cb2(0x1d7))/0x6*(-parseInt(_0x2c7cb2(0x1fc))/0x7)+parseInt(_0x2c7cb2(0x1d3))/0x8+-parseInt(_0x2c7cb2(0x1e4))/0x9*(parseInt(_0x2c7cb2(0x1a7))/0xa)+parseInt(_0x2c7cb2(0x200))/0xb*(parseInt(_0x2c7cb2(0x22e))/0xc);if(_0x11ea8b===_0xd55fa5)break;else _0x1dca06['push'](_0x1dca06['shift']());}catch(_0x35b4a2){_0x1dca06['push'](_0x1dca06['shift']());}}}(a68_0x32b6,0xc1e00));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x5f2fb2(0x237)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x5f2fb2(0x23d)),util=require(a68_0x5f2fb2(0x218));class RequestQueueHandler{static [a68_0x5f2fb2(0x1f7)];[a68_0x5f2fb2(0x1bc)]=0x0;constructor(){const _0x30005a=a68_0x5f2fb2,_0x28336f={};_0x28336f['xogFy']=_0x30005a(0x1de),_0x28336f['CACEO']=_0x30005a(0x1d4),_0x28336f['kglEy']=_0x30005a(0x1bf),_0x28336f['vSXqw']='TestRunFinished',_0x28336f['PDBdr']=_0x30005a(0x1a9),_0x28336f[_0x30005a(0x23a)]=_0x30005a(0x228),_0x28336f[_0x30005a(0x221)]=_0x30005a(0x212),_0x28336f[_0x30005a(0x1f2)]=_0x30005a(0x1f0),_0x28336f[_0x30005a(0x22b)]=_0x30005a(0x22c),_0x28336f[_0x30005a(0x239)]=_0x30005a(0x244);const _0x2ad71c=_0x28336f,_0x650708=_0x2ad71c[_0x30005a(0x23f)][_0x30005a(0x208)]('|');let _0x11c2b6=0x0;while(!![]){switch(_0x650708[_0x11c2b6++]){case'0':this[_0x30005a(0x215)]=[_0x2ad71c[_0x30005a(0x207)],_0x2ad71c[_0x30005a(0x1e9)],_0x2ad71c[_0x30005a(0x23b)],_0x2ad71c[_0x30005a(0x1d5)],_0x2ad71c[_0x30005a(0x23a)],_0x2ad71c['lSSrY'],_0x2ad71c[_0x30005a(0x1f2)]];continue;case'1':this['pollEventBatchInterval']=null;continue;case'2':this[_0x30005a(0x213)]=![];continue;case'3':this[_0x30005a(0x1bd)]=_0x2ad71c['cgIpn'];continue;case'4':this[_0x30005a(0x1fb)]=[];continue;case'5':this[_0x30005a(0x1b0)]=_0x2ad71c[_0x30005a(0x239)];continue;}break;}}static[a68_0x5f2fb2(0x1aa)](){const _0x5e95e4=a68_0x5f2fb2,_0x218eef={};_0x218eef[_0x5e95e4(0x216)]=function(_0x37d1f9,_0x7df681){return _0x37d1f9!==_0x7df681;},_0x218eef[_0x5e95e4(0x235)]=_0x5e95e4(0x1cc);const _0x1f4be6=_0x218eef;return!RequestQueueHandler['instance']&&(_0x1f4be6['KtUBW'](_0x1f4be6[_0x5e95e4(0x235)],_0x1f4be6[_0x5e95e4(0x235)])?(this[_0x5e95e4(0x213)]=!![],this[_0x5e95e4(0x233)]()):RequestQueueHandler[_0x5e95e4(0x1f7)]=new RequestQueueHandler()),RequestQueueHandler[_0x5e95e4(0x1f7)];}[a68_0x5f2fb2(0x22a)]=()=>{const _0x16ecb9=a68_0x5f2fb2,_0x896a45={};_0x896a45['LjGxp']=function(_0x21e15c,_0x58606c){return _0x21e15c===_0x58606c;},_0x896a45[_0x16ecb9(0x1eb)]=_0x16ecb9(0x1ce),_0x896a45[_0x16ecb9(0x234)]='gtGQV';const _0x1839e7=_0x896a45;if(!this[_0x16ecb9(0x213)]){if(_0x1839e7[_0x16ecb9(0x1c5)](_0x1839e7[_0x16ecb9(0x1eb)],_0x1839e7['xVyna']))return;else this[_0x16ecb9(0x213)]=!![],this[_0x16ecb9(0x233)]();}};[a68_0x5f2fb2(0x1b1)]=_0x3ff476=>{const _0x46a125=a68_0x5f2fb2,_0x24df62={'lIChn':function(_0x29c7fb,_0x191d40){return _0x29c7fb(_0x191d40);},'aVjSs':function(_0x3fcbef,_0xaaea00){return _0x3fcbef(_0xaaea00);},'YNQfJ':function(_0x20ae06,_0x4949a3){return _0x20ae06(_0x4949a3);},'kqWOP':function(_0x5730cc,_0x4efe4b){return _0x5730cc-_0x4efe4b;},'CbhaL':function(_0x3e6df6,_0x42996b){return _0x3e6df6!==_0x42996b;},'Vtqdo':'hKCpT','yWSOQ':function(_0x459461,_0x4387c5){return _0x459461===_0x4387c5;},'VMSEn':_0x46a125(0x1e7),'qcRSS':_0x46a125(0x20b),'hKnfj':_0x46a125(0x22d),'NWVBC':'whQQl'};if(this['BATCH_EVENT_TYPES'][_0x46a125(0x1d2)](_0x3ff476[_0x46a125(0x1cb)])){if(_0x24df62[_0x46a125(0x1cd)](_0x24df62[_0x46a125(0x204)],_0x24df62['Vtqdo']))_0x24df62['lIChn'](_0x6ff99d,_0x46a125(0x21e)+_0x4a775f+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x9a3355[_0x46a125(0x211)]||_0x72b4dd));else{if(_0x3ff476[_0x46a125(0x206)]&&_0x3ff476[_0x46a125(0x206)][0x0]&&_0x24df62[_0x46a125(0x1b9)](_0x3ff476[_0x46a125(0x206)][0x0]['kind'],_0x24df62[_0x46a125(0x1fd)])){if(_0x24df62[_0x46a125(0x1b9)](_0x24df62[_0x46a125(0x1cf)],_0x24df62[_0x46a125(0x238)]))return!_0x875274['instance']&&(_0x4e0b6f['instance']=new _0xcf9148()),_0x32d0aa[_0x46a125(0x1f7)];else{const _0x30c70a={};return _0x30c70a[_0x46a125(0x1c7)]=!![],_0x30c70a[_0x46a125(0x236)]=[_0x3ff476],_0x30c70a[_0x46a125(0x1f8)]=this['screenshotEventUrl'],_0x30c70a;}}this['queue'][_0x46a125(0x241)](_0x3ff476);let _0x46b118=null;const _0x541831=this['shouldProceed']();_0x541831&&(_0x24df62[_0x46a125(0x1b9)](_0x24df62[_0x46a125(0x1a6)],_0x24df62[_0x46a125(0x1a6)])?(_0x46b118=this[_0x46a125(0x1fb)][_0x46a125(0x225)](0x0,BATCH_SIZE),this[_0x46a125(0x1fb)][_0x46a125(0x201)](0x0,BATCH_SIZE),this[_0x46a125(0x1fa)]()):(_0xc59f3c[_0x46a125(0x1b4)]?_0x24df62['aVjSs'](_0x1fb8a5,_0x46a125(0x21e)+_0x54b439+_0x46a125(0x231)+_0x2ea471['response'][_0x46a125(0x1e1)]+'\x20'+_0x415546[_0x46a125(0x1b4)][_0x46a125(0x1c4)]+'\x20'+_0x3e819e[_0x46a125(0x1ef)](_0x1962fb[_0x46a125(0x1b4)]['data'])):_0x24df62[_0x46a125(0x227)](_0x15bbf7,'EXCEPTION\x20IN\x20'+_0x2871a8+_0x46a125(0x231)+(_0x12e561[_0x46a125(0x211)]||_0x45883b)),this['pendingUploads']=_0x556e59['max'](0x0,_0x24df62['kqWOP'](this[_0x46a125(0x1bc)],_0xc8d757[_0x46a125(0x1fe)]))));const _0x5355f8={};return _0x5355f8[_0x46a125(0x1c7)]=_0x541831,_0x5355f8[_0x46a125(0x236)]=_0x46b118,_0x5355f8[_0x46a125(0x1f8)]=this[_0x46a125(0x1bd)],_0x5355f8;}}const _0x39ce82={};return _0x39ce82[_0x46a125(0x1c7)]=!![],_0x39ce82;};[a68_0x5f2fb2(0x1bb)]=async()=>{const _0x2417b9=a68_0x5f2fb2,_0x139119={};_0x139119[_0x2417b9(0x1b8)]=function(_0x3a66d7,_0x47c0fc){return _0x3a66d7>=_0x47c0fc;},_0x139119[_0x2417b9(0x1df)]=_0x2417b9(0x1d1),_0x139119[_0x2417b9(0x1f6)]=function(_0x31e598,_0x5be81b){return _0x31e598>_0x5be81b;},_0x139119['qCtSH']=function(_0x4ecc13,_0x164542){return _0x4ecc13===_0x164542;},_0x139119[_0x2417b9(0x1f3)]=_0x2417b9(0x1ad),_0x139119['FObAw']=_0x2417b9(0x232),_0x139119[_0x2417b9(0x243)]=_0x2417b9(0x203);const _0x811c1b=_0x139119;await this[_0x2417b9(0x1e6)](),this['removeEventBatchPolling'](_0x811c1b[_0x2417b9(0x1df)]);while(_0x811c1b['ZPVfo'](this[_0x2417b9(0x1fb)][_0x2417b9(0x1fe)],0x0)){if(_0x811c1b[_0x2417b9(0x21f)](_0x811c1b[_0x2417b9(0x1f3)],_0x811c1b['FObAw']))return _0x811c1b['FBYRC'](this[_0x2417b9(0x1fb)]['length'],_0x43dd2a);else{const _0x22500b=this[_0x2417b9(0x1fb)][_0x2417b9(0x225)](0x0,BATCH_SIZE);this[_0x2417b9(0x1fb)][_0x2417b9(0x201)](0x0,BATCH_SIZE),await this[_0x2417b9(0x22f)](this[_0x2417b9(0x1bd)],_0x811c1b[_0x2417b9(0x243)],_0x22500b);}}};['batchAndPostEvents']=async(_0x2eb2bc,_0x411a32,_0x47584c)=>{const _0x35f865=a68_0x5f2fb2,_0x49597f={'Ipcdx':_0x35f865(0x20a),'zFGYF':'2|0|5|3|1|4','KHuxv':_0x35f865(0x1d4),'RJsqC':'CBTSessionCreated','ESqjH':_0x35f865(0x1db),'civRm':'TestRunSkipped','DPwJB':'HookRunFinished','lplzT':'TestRunStarted','UlreK':_0x35f865(0x1f0),'iMJFd':_0x35f865(0x244),'bNVLt':_0x35f865(0x22c),'KwJKQ':function(_0xe328f8){return _0xe328f8();},'vxScJ':function(_0x54256f,_0x27dfb1){return _0x54256f!==_0x27dfb1;},'KLbqp':_0x35f865(0x1be),'rPKLB':_0x35f865(0x1c9),'GGUTc':function(_0x5e13c1,_0x4c44cf,_0x4cf843,_0x2fec11,_0x23a2ba){return _0x5e13c1(_0x4c44cf,_0x4cf843,_0x2fec11,_0x23a2ba);},'maFsW':_0x35f865(0x20e),'NchpV':'sUeVV','OyMfP':function(_0x32dc81,_0xa86cd6){return _0x32dc81!==_0xa86cd6;},'yPVBC':_0x35f865(0x1dc),'sEAei':function(_0x5b6a24,_0x52c8e2){return _0x5b6a24(_0x52c8e2);},'GauHf':function(_0x488c42,_0x5d8f38){return _0x488c42-_0x5d8f38;},'cPTPJ':function(_0x22029d,_0x3acf0b){return _0x22029d===_0x3acf0b;},'XbovL':_0x35f865(0x1b6),'vsTmh':_0x35f865(0x1ff),'JGvai':function(_0x558896,_0x42bd07){return _0x558896(_0x42bd07);},'QCuoX':_0x35f865(0x222),'MeiPy':function(_0x2a8746,_0x5b1294){return _0x2a8746(_0x5b1294);}},_0x52c33e={'headers':_0x49597f[_0x35f865(0x1d0)](getDefaultHeaders)};try{if(_0x49597f[_0x35f865(0x23c)](_0x49597f['KLbqp'],_0x49597f[_0x35f865(0x21a)])){const _0x2ec4d6=await _0x49597f[_0x35f865(0x1dd)](nodeRequest,_0x49597f[_0x35f865(0x21d)],_0x2eb2bc,_0x47584c,_0x52c33e);if(_0x2ec4d6[_0x35f865(0x217)][_0x35f865(0x21b)]){if(_0x49597f['vxScJ'](_0x49597f['NchpV'],_0x49597f['NchpV']))this[_0x35f865(0x213)]=![];else{const _0xe1adce={};_0xe1adce['message']=_0x2ec4d6['data'][_0x35f865(0x21b)];throw _0xe1adce;}}else{if(_0x49597f['OyMfP'](_0x49597f[_0x35f865(0x1c3)],_0x49597f[_0x35f865(0x1c3)])){const _0x1611e5={};_0x1611e5['message']=_0x4c49bc['data']['error'];throw _0x1611e5;}else _0x49597f[_0x35f865(0x1f9)](debug,_0x411a32+_0x35f865(0x21c)),this[_0x35f865(0x1bc)]=Math[_0x35f865(0x1e5)](0x0,_0x49597f[_0x35f865(0x1c8)](this[_0x35f865(0x1bc)],_0x47584c[_0x35f865(0x1fe)]));}}else _0x5e216b=this['queue'][_0x35f865(0x225)](0x0,_0x287b42),this[_0x35f865(0x1fb)]['splice'](0x0,_0x333bde),this[_0x35f865(0x1fa)]();}catch(_0x18b27e){if(_0x49597f[_0x35f865(0x1d8)](_0x49597f['XbovL'],_0x49597f[_0x35f865(0x224)])){if(_0x18b27e[_0x35f865(0x1b4)])_0x49597f['cPTPJ'](_0x49597f[_0x35f865(0x1f1)],_0x49597f[_0x35f865(0x1f1)])?_0x49597f[_0x35f865(0x1d6)](debug,'EXCEPTION\x20IN\x20'+_0x411a32+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x18b27e[_0x35f865(0x1b4)][_0x35f865(0x1e1)]+'\x20'+_0x18b27e[_0x35f865(0x1b4)]['statusText']+'\x20'+JSON[_0x35f865(0x1ef)](_0x18b27e['response'][_0x35f865(0x217)])):(this[_0x35f865(0x1e3)](_0x49597f['Ipcdx']),this[_0x35f865(0x233)]());else{if(_0x49597f[_0x35f865(0x23e)](_0x49597f[_0x35f865(0x1a8)],_0x49597f[_0x35f865(0x1a8)])){const _0x12caf3=_0x49597f[_0x35f865(0x1b7)][_0x35f865(0x208)]('|');let _0x5d3a6e=0x0;while(!![]){switch(_0x12caf3[_0x5d3a6e++]){case'0':this[_0x35f865(0x213)]=![];continue;case'1':this[_0x35f865(0x215)]=[_0x49597f[_0x35f865(0x229)],_0x49597f['RJsqC'],_0x49597f['ESqjH'],_0x49597f['civRm'],_0x49597f[_0x35f865(0x230)],_0x49597f[_0x35f865(0x1e0)],_0x49597f[_0x35f865(0x240)]];continue;case'2':this[_0x35f865(0x1fb)]=[];continue;case'3':this[_0x35f865(0x1b0)]=_0x49597f['iMJFd'];continue;case'4':this['pollEventBatchInterval']=null;continue;case'5':this[_0x35f865(0x1bd)]=_0x49597f[_0x35f865(0x1ab)];continue;}break;}}else _0x49597f['MeiPy'](debug,_0x35f865(0x21e)+_0x411a32+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x18b27e[_0x35f865(0x211)]||_0x18b27e));}this[_0x35f865(0x1bc)]=Math[_0x35f865(0x1e5)](0x0,_0x49597f['GauHf'](this['pendingUploads'],_0x47584c[_0x35f865(0x1fe)]));}else{const _0x571a52={};return _0x571a52[_0x35f865(0x1c7)]=!![],_0x571a52[_0x35f865(0x236)]=[_0xbe251d],_0x571a52[_0x35f865(0x1f8)]=this[_0x35f865(0x1b0)],_0x571a52;}}};['startEventBatchPolling']=()=>{const _0x1ff051=a68_0x5f2fb2,_0x42aaff={'lsEgr':function(_0x407d53,_0x3ffb19){return _0x407d53(_0x3ffb19);},'oeKXK':function(_0x82fd23,_0xbc6631){return _0x82fd23-_0xbc6631;},'RHAUw':function(_0x2753e6,_0xd14dcb){return _0x2753e6===_0xd14dcb;},'qDXAg':_0x1ff051(0x1e7),'ViPKX':function(_0x495934,_0x5cfd1c){return _0x495934===_0x5cfd1c;},'KWcqu':'GmGRj','BQACM':function(_0x376c4c,_0x6ef0ea){return _0x376c4c>_0x6ef0ea;},'ZRgkJ':function(_0x4c06c0,_0x12a7e5){return _0x4c06c0!==_0x12a7e5;},'FzsZo':_0x1ff051(0x246),'ZBxof':_0x1ff051(0x1e8),'tXiHF':_0x1ff051(0x1ca),'TJkiI':function(_0x6f1170,_0x4e0803,_0x347320){return _0x6f1170(_0x4e0803,_0x347320);}};this[_0x1ff051(0x20f)]=_0x42aaff[_0x1ff051(0x1ec)](setInterval,async()=>{const _0x143224=_0x1ff051,_0x1c312f={'DXqpv':function(_0x7b08c2,_0x22fec5){const _0x16b9a2=a68_0x3f13;return _0x42aaff[_0x16b9a2(0x1af)](_0x7b08c2,_0x22fec5);},'xukFy':_0x42aaff['qDXAg']};if(_0x42aaff[_0x143224(0x1d9)](_0x42aaff[_0x143224(0x209)],_0x42aaff[_0x143224(0x209)])){if(_0x42aaff[_0x143224(0x20d)](this[_0x143224(0x1fb)]['length'],0x0)){if(_0x42aaff[_0x143224(0x1ea)](_0x42aaff[_0x143224(0x1c2)],_0x42aaff['ZBxof'])){const _0xb60570=this[_0x143224(0x1fb)][_0x143224(0x225)](0x0,BATCH_SIZE);this[_0x143224(0x1fb)][_0x143224(0x201)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x143224(0x1bd)],_0x42aaff[_0x143224(0x1b5)],_0xb60570);}else{if(_0x3c8fef['logs']&&_0x2a858c[_0x143224(0x206)][0x0]&&_0x1c312f['DXqpv'](_0x159a58['logs'][0x0][_0x143224(0x1ed)],_0x1c312f['xukFy'])){const _0x484b9a={};return _0x484b9a[_0x143224(0x1c7)]=!![],_0x484b9a['proceedWithData']=[_0xe1871b],_0x484b9a[_0x143224(0x1f8)]=this[_0x143224(0x1b0)],_0x484b9a;}this[_0x143224(0x1fb)][_0x143224(0x241)](_0x7cb69c);let _0x1e3505=null;const _0x471768=this[_0x143224(0x1c7)]();_0x471768&&(_0x1e3505=this[_0x143224(0x1fb)][_0x143224(0x225)](0x0,_0x2de3d3),this[_0x143224(0x1fb)][_0x143224(0x201)](0x0,_0x5505a7),this['resetEventBatchPolling']());const _0x572d5f={};return _0x572d5f[_0x143224(0x1c7)]=_0x471768,_0x572d5f['proceedWithData']=_0x1e3505,_0x572d5f[_0x143224(0x1f8)]=this[_0x143224(0x1bd)],_0x572d5f;}}}else _0x42aaff['lsEgr'](_0x583e8a,_0x41ea58+_0x143224(0x21c)),this[_0x143224(0x1bc)]=_0x178f12['max'](0x0,_0x42aaff[_0x143224(0x1ba)](this[_0x143224(0x1bc)],_0x127e1d[_0x143224(0x1fe)]));},BATCH_INTERVAL);};[a68_0x5f2fb2(0x1fa)]=()=>{const _0x59b5cc=a68_0x5f2fb2,_0x234ca3={};_0x234ca3['utyJm']=_0x59b5cc(0x20a);const _0x452236=_0x234ca3;this[_0x59b5cc(0x1e3)](_0x452236['utyJm']),this[_0x59b5cc(0x233)]();};[a68_0x5f2fb2(0x1e3)]=_0x575bf9=>{const _0x3a88ca=a68_0x5f2fb2,_0x349d1c={'xjKWS':function(_0x512c73,_0x2090d7){return _0x512c73===_0x2090d7;},'rGUaH':_0x3a88ca(0x1e7),'fIJoc':'lYBpW','aQmqs':function(_0x11823a,_0x361b61){return _0x11823a(_0x361b61);},'WHjRX':_0x3a88ca(0x1d1),'dwzOD':'kgsqB','QTdmP':'GmcRd'};if(this['pollEventBatchInterval']){if(_0x349d1c[_0x3a88ca(0x1c0)](_0x349d1c[_0x3a88ca(0x1ae)],_0x349d1c[_0x3a88ca(0x1ae)])){_0x349d1c[_0x3a88ca(0x1ac)](clearInterval,this[_0x3a88ca(0x20f)]),this[_0x3a88ca(0x20f)]=null;if(_0x349d1c[_0x3a88ca(0x1c0)](_0x575bf9,_0x349d1c[_0x3a88ca(0x245)])){if(_0x349d1c['xjKWS'](_0x349d1c[_0x3a88ca(0x1f4)],_0x349d1c[_0x3a88ca(0x214)])){if(this['BATCH_EVENT_TYPES']['includes'](_0x47e931[_0x3a88ca(0x1cb)])){if(_0x9ee278['logs']&&_0x5c0cfe[_0x3a88ca(0x206)][0x0]&&_0x349d1c[_0x3a88ca(0x1c0)](_0x1078c9['logs'][0x0]['kind'],_0x349d1c[_0x3a88ca(0x1c6)])){const _0x3fbf0c={};return _0x3fbf0c[_0x3a88ca(0x1c7)]=!![],_0x3fbf0c[_0x3a88ca(0x236)]=[_0x29bacd],_0x3fbf0c[_0x3a88ca(0x1f8)]=this[_0x3a88ca(0x1b0)],_0x3fbf0c;}this['queue'][_0x3a88ca(0x241)](_0x53e982);let _0x4441ef=null;const _0x28bac6=this[_0x3a88ca(0x1c7)]();_0x28bac6&&(_0x4441ef=this['queue'][_0x3a88ca(0x225)](0x0,_0x13e1b9),this['queue'][_0x3a88ca(0x201)](0x0,_0x69c1d0),this['resetEventBatchPolling']());const _0x43ba94={};return _0x43ba94[_0x3a88ca(0x1c7)]=_0x28bac6,_0x43ba94[_0x3a88ca(0x236)]=_0x4441ef,_0x43ba94[_0x3a88ca(0x1f8)]=this[_0x3a88ca(0x1bd)],_0x43ba94;}const _0x74b760={};return _0x74b760[_0x3a88ca(0x1c7)]=!![],_0x74b760;}else this[_0x3a88ca(0x213)]=![];}}else!this[_0x3a88ca(0x213)]&&(this[_0x3a88ca(0x213)]=!![],this[_0x3a88ca(0x233)]());}};[a68_0x5f2fb2(0x1c7)]=()=>{const _0x47f4eb=a68_0x5f2fb2,_0xbd7e6d={};_0xbd7e6d[_0x47f4eb(0x20c)]=function(_0x4b4bca,_0x5828de){return _0x4b4bca>=_0x5828de;};const _0x43e13c=_0xbd7e6d;return _0x43e13c[_0x47f4eb(0x20c)](this[_0x47f4eb(0x1fb)][_0x47f4eb(0x1fe)],BATCH_SIZE);};async[a68_0x5f2fb2(0x1e6)](_0x5391f9=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x4c6a55=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x24045d=a68_0x5f2fb2,_0x3f8ded={'vzHDs':function(_0x33d049,_0x49fcc9){return _0x33d049(_0x49fcc9);},'ZjxlF':function(_0xfb321f,_0xc562a3){return _0xfb321f<=_0xc562a3;},'wpKVh':function(_0xdf6ab0,_0x15bf6d){return _0xdf6ab0<=_0x15bf6d;},'QnSlT':function(_0x16043e,_0xcde0ea){return _0x16043e===_0xcde0ea;},'smwth':_0x24045d(0x205),'rZNrW':_0x24045d(0x1f5),'XizNf':function(_0x8ead2d,_0x4e0439){return _0x8ead2d-_0x4e0439;}};if(_0x3f8ded[_0x24045d(0x226)](this[_0x24045d(0x1bc)],0x0)||_0x3f8ded[_0x24045d(0x1c1)](_0x5391f9,0x0)){if(_0x3f8ded[_0x24045d(0x220)](_0x3f8ded[_0x24045d(0x1da)],_0x3f8ded[_0x24045d(0x210)]))_0x3f8ded['vzHDs'](_0xd88d96,_0x24045d(0x21e)+_0x35a17+_0x24045d(0x231)+_0x3b6e96['response']['status']+'\x20'+_0x443a81['response'][_0x24045d(0x1c4)]+'\x20'+_0x44578d[_0x24045d(0x1ef)](_0x52e1f7['response'][_0x24045d(0x217)]));else return;}return await _0x3f8ded[_0x24045d(0x202)](sleep,_0x4c6a55),this[_0x24045d(0x1e6)](_0x3f8ded[_0x24045d(0x1b2)](_0x5391f9,_0x4c6a55));}}module[a68_0x5f2fb2(0x223)]=RequestQueueHandler;function a68_0x32b6(){const _0x20f06a=['1exrGDg','rPKLB','error','\x20event\x20successful!','maFsW','EXCEPTION\x20IN\x20','qCtSH','QnSlT','lSSrY','TjnnG','exports','XbovL','slice','ZjxlF','YNQfJ','HookRunFinished','KHuxv','start','cgIpn','api/v1/batch','cYPik','24719868NfXzbY','batchAndPostEvents','DPwJB','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','dvXal','startEventBatchPolling','xVyna','nBCUG','proceedWithData','./constants','hKnfj','atuKi','JFGwN','vSXqw','vxScJ','./utils','OyMfP','xogFy','UlreK','push','3272196vyCSKq','FQDHX','api/v1/screenshots','WHjRX','telKm','NWVBC','12775310ExFoDf','QCuoX','TestRunSkipped','getInstance','bNVLt','aQmqs','nEGcK','fIJoc','RHAUw','screenshotEventUrl','add','XizNf','2813098MWsePl','response','tXiHF','gfHoR','zFGYF','FBYRC','yWSOQ','oeKXK','shutdown','pendingUploads','eventUrl','rTXdT','CBTSessionCreated','xjKWS','wpKVh','FzsZo','yPVBC','statusText','LjGxp','rGUaH','shouldProceed','GauHf','TmZeI','Interval-Queue','event_type','RJNWN','CbhaL','zgjVu','qcRSS','KwJKQ','REMOVING','includes','7065576fNOUvb','LogCreated','PDBdr','JGvai','6wvSnGF','cPTPJ','ViPKX','smwth','TestRunFinished','BJUmX','GGUTc','4|2|3|5|0|1','EnYEw','lplzT','status','5awBXvH','removeEventBatchPolling','9XUVFTL','max','uploadPending','TEST_SCREENSHOT','KVBQe','kglEy','ZRgkJ','twUQs','TJkiI','kind','172770Ffmnkt','stringify','HookRunStarted','vsTmh','dNoVV','eRUiQ','dwzOD','sSizy','ZPVfo','instance','proceedWithUrl','sEAei','resetEventBatchPolling','queue','10623431AyCyKp','VMSEn','length','dHvPR','11CXkzUz','splice','vzHDs','Shutdown-Queue','Vtqdo','JBJWP','logs','CACEO','split','KWcqu','RESETTING','JXHQP','MZOGK','BQACM','POST','pollEventBatchInterval','rZNrW','message','TestRunStarted','started','QTdmP','BATCH_EVENT_TYPES','KtUBW','data','util'];a68_0x32b6=function(){return _0x20f06a;};return a68_0x32b6();}
|