browserstack-node-sdk 1.31.24 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -0
- package/src/bin/codeceptjs/o11yHelper.js +1 -0
- 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/playwright/sessionDetails.js +1 -0
- 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/accessibility-automation/scripts.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/globals.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 a65_0x45631f=a65_0x9e7a;function a65_0x4841(){const _0x2ddf03=['ISAhL','-start','WgrcB','dyrid','parse','FqOci','path','lVkVj','AHwst','qSeSY','qPaTN','isEnabled','SDmYu','entryTypes','bQBlF','</td><td>','error-report.json','tbQAy','errorFile','kKLop','pAcVA','pYSCo','generateHTMLReport','nmBmH','mark','VcFuP','PJqLK','qrWgV','ZNicw','oUqcY','getCleanedPerfEvents','TYpJj','calculateTimeFromEvents','nXmPt','HeIid','duration','LgjQV','slice','performance-own.html','GgHOI','rGPay','_observer','captureError','bdOar','iZquC','ylpBg','GAxdL','PFbup','YcZaC','fEgsg','IFSgy','WGlqL','BvPIP','getEntries','XKffs','pushPerfMeasures','IDrsc','xaLUL','16vgXTxv','finally','FFpPi','FSlGR','QoWCi','JJOQG','readFileSync','TgOeZ','EKnLE','cuwxL','observe','YJUAW','VbhbN','aKFDQ','HTVHC','started','VHpIP','Vfudc','fFqPM','existsSync','ckpqU','sAFHX','VDCXa','RYZRe','1876239sctvfn','ZUFdZ','bVhlV','./logger','jIaHY','PFuJF','rnUnu','<h1>Performance\x20Report</h1>','_measureEvents','perf_hooks','dSDSY','IqPcQ','qAfyH','UTSFw','disconnect','FxZlf','toString','gcNzO','RtmVk','kQzWP','dDGCF','uRjeI','Iuuqm','xMJHP','Nxxfw','stringify','eBNHw','vswcg','OlQCz','hnOFy','stack','_errorEvents','aoebT','18296XvTsew','tamBB','aRqmU','Error\x20in\x20doing\x20csv\x20operations:\x20','debug','match','GIACd','IcCIs','Lmdro','KfTHO','pINxQ','nyGMl','vrmwR','<tr><td>','finalizeErrors','MJmeN','FDrkU','measure','HqrNF','eYTiH','rHSfQ','aaEzG','map','errors','writeFileSync','bAjkB','WuioQ','length','Milei','shqVV','getPerformance','pushErrors','PbdVI','DbIJf','KdfHD','mraMW','IfvXA','ibOcf','ohqGj','477aNsbek','stopMonitoring','gcSDH','then','iOpBx','eSdQK','cUTkw','VBgwb','edkhz','cUvQA','YOkHU','209inRJKG','ngQnX','GmdeP','CVALU','oLjVs','concat','OeJtt','206270cjcysB','4FXHfNC','SeaNk','wQGGN','pFbwD','qtYRo','WtpsT','calculateTimesFromMultipleFiles','getEventsFromJSON','jsonReportFileName','join','GXvOm','ySnTJ','sHlFi','appendFileSync','PlSjQ','21394836NSxMHe','kaHMb','unlinkSync','Wsjyb','18692ypyLqf','lSieV','tcqJJ','AFOqW','JqErI','Error\x20stopping\x20monitoring','Uugiy','vbaSE','measureWrapper','apply','hsfhS','name','GfWZE','IMmAU','iPjIe','rTnal','CSvHj','values','RzjGQ','ABtca','xAupr','QdCDy','stopAndGenerate','TJNRx','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','XHrOW','LWkfj','nXIBZ','plLGd','EyhfJ','GuvhQ','Performance\x20report\x20is\x20at\x20','LNBxs','push','NjPpe','PcWpJ','</tbody></table></body></html>','buffered','jkyfR','BROWSERSTACK_SDK_INSTRUMENTATION','fPmrU','EEGeD','DfAGx','6BcljQV','tWpNo','forEach','TWkmv','IKqfo','startMonitoring','wpHgA','message','ClNiV','DGYfM','NiwSO','SJDsb','vMyMs','skaCu','NWuNX','SQCnL','xwCkB','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','\x20for\x20all\x20processes\x20is\x20','finalize','finalizePerfMeasures','./test-observability/utils','oWxIe','_events','NEYkM','ixDAi','reduce','bDbnz','ZwbHX','Iycfc','GQVDE','ASWwy','vEnoj','fFVnX','generateJSON','gopBO','errorReportFileName','nbrsi','entryType','performance-report.json','4910970eENhiy','MtKDr','ILsYv','mRhhy','njVIK','catch','hPnFZ','</td></tr>','NNjUZ','UKFIF','OdWAv','code','gWnZG','pPvUc','hTZOC','measures','XekOd','EpSvF','cwd','ItQmT','dGdQG','vfUuV','5665807wgDErh','TzctD','vnCBf','ZMRZY','cdhso','MpVhZ','hKSKZ','WyacV','mMBpr','entries','ogBzh','lVZgA','NQZSa','qHGrO','lhQfO','meta','zPpsZ','false'];a65_0x4841=function(){return _0x2ddf03;};return a65_0x4841();}(function(_0x4c5c00,_0x125a12){const _0x1cdf22=a65_0x9e7a,_0x1765c5=_0x4c5c00();while(!![]){try{const _0x3ad81d=parseInt(_0x1cdf22(0x1f0))/0x1*(parseInt(_0x1cdf22(0x16a))/0x2)+-parseInt(_0x1cdf22(0x182))/0x3*(-parseInt(_0x1cdf22(0x1dd))/0x4)+-parseInt(_0x1cdf22(0x243))/0x5+parseInt(_0x1cdf22(0x21b))/0x6*(-parseInt(_0x1cdf22(0x259))/0x7)+parseInt(_0x1cdf22(0x1a3))/0x8*(parseInt(_0x1cdf22(0x1ca))/0x9)+-parseInt(_0x1cdf22(0x1dc))/0xa*(parseInt(_0x1cdf22(0x1d5))/0xb)+parseInt(_0x1cdf22(0x1ec))/0xc;if(_0x3ad81d===_0x125a12)break;else _0x1765c5['push'](_0x1765c5['shift']());}catch(_0x2b9b29){_0x1765c5['push'](_0x1765c5['shift']());}}}(a65_0x4841,0x78fc3));const fs=require('fs'),{performance,PerformanceObserver}=require(a65_0x45631f(0x18b)),{sleep,debug}=require(a65_0x45631f(0x230)),path=require(a65_0x45631f(0x271)),logger=require(a65_0x45631f(0x185))['winstonLogger'];function a65_0x9e7a(_0x30e07e,_0x5bf720){const _0x484152=a65_0x4841();return a65_0x9e7a=function(_0x9e7ace,_0x2960ca){_0x9e7ace=_0x9e7ace-0x160;let _0x654646=_0x484152[_0x9e7ace];return _0x654646;},a65_0x9e7a(_0x30e07e,_0x5bf720);}class PerformanceTester{static ['_observer'];static [a65_0x45631f(0x232)]=[];static [a65_0x45631f(0x18a)]=[];static [a65_0x45631f(0x1a1)]=[];static ['started']=![];static [a65_0x45631f(0x1e5)]=a65_0x45631f(0x242);static ['errorReportFileName']='error-report.json';static[a65_0x45631f(0x220)](_0x32d595='performance-report.json',_0x3310cf=a65_0x45631f(0x27b)){const _0x5bac66=a65_0x45631f,_0x4664b6={};_0x4664b6['iZquC']='Error\x20stopping\x20monitoring',_0x4664b6[_0x5bac66(0x21f)]=function(_0x29f8e8,_0x1c1407){return _0x29f8e8===_0x1c1407;},_0x4664b6[_0x5bac66(0x160)]=_0x5bac66(0x1c0),_0x4664b6[_0x5bac66(0x23a)]=_0x5bac66(0x1b4),_0x4664b6[_0x5bac66(0x1aa)]=function(_0x3b4c16,_0x252332){return _0x3b4c16!==_0x252332;},_0x4664b6['VDCXa']=_0x5bac66(0x280),_0x4664b6['RYZRe']=function(_0x25668a,_0x417351){return _0x25668a===_0x417351;},_0x4664b6[_0x5bac66(0x1f1)]=_0x5bac66(0x25d),_0x4664b6[_0x5bac66(0x183)]=_0x5bac66(0x1ab),_0x4664b6['iPjIe']=function(_0x67a5ca,_0x588df6){return _0x67a5ca+_0x588df6;},_0x4664b6[_0x5bac66(0x209)]=function(_0x47222f,_0x3ae6d9){return _0x47222f===_0x3ae6d9;},_0x4664b6['LWkfj']='JqSCo',_0x4664b6[_0x5bac66(0x186)]=_0x5bac66(0x1fd),_0x4664b6[_0x5bac66(0x247)]=_0x5bac66(0x23b),_0x4664b6['qrWgV']=_0x5bac66(0x1ad),_0x4664b6[_0x5bac66(0x1a4)]='function';const _0x3d94bf=_0x4664b6;if(this[_0x5bac66(0x179)]||!this[_0x5bac66(0x276)]()){if(_0x3d94bf[_0x5bac66(0x209)](_0x3d94bf[_0x5bac66(0x247)],_0x3d94bf[_0x5bac66(0x286)])){const _0x1349a4={};return _0x1349a4[_0x5bac66(0x252)]=[],_0x1349a4['errors']=[],_0x1349a4;}else return;}this['_observer']=new PerformanceObserver(_0x27ecaa=>{const _0x47c36f=_0x5bac66,_0x3f8edf={'WGlqL':function(_0x304afb,_0x4c05c0){const _0x1a6e93=a65_0x9e7a;return _0x3d94bf[_0x1a6e93(0x181)](_0x304afb,_0x4c05c0);},'NQZSa':function(_0x183b7f,_0x177dfb){const _0x5528a8=a65_0x9e7a;return _0x3d94bf[_0x5528a8(0x1fe)](_0x183b7f,_0x177dfb);}};_0x3d94bf['XHrOW'](_0x3d94bf[_0x47c36f(0x20a)],_0x3d94bf['jIaHY'])?_0x356946[_0x47c36f(0x1a7)](_0x3d94bf[_0x47c36f(0x297)]):_0x27ecaa['getEntries']()[_0x47c36f(0x21d)](_0x34bb19=>{const _0x10f7cc=_0x47c36f;if(_0x3d94bf[_0x10f7cc(0x21f)](_0x3d94bf[_0x10f7cc(0x160)],_0x3d94bf[_0x10f7cc(0x160)])){if(_0x3d94bf['IKqfo'](_0x34bb19['entryType'],_0x3d94bf[_0x10f7cc(0x23a)])){if(_0x3d94bf['IcCIs'](_0x3d94bf[_0x10f7cc(0x180)],_0x3d94bf[_0x10f7cc(0x180)]))return this[_0x10f7cc(0x1a1)];else this[_0x10f7cc(0x18a)][_0x10f7cc(0x211)](_0x34bb19);}else _0x3d94bf['RYZRe'](_0x3d94bf[_0x10f7cc(0x1f1)],_0x3d94bf[_0x10f7cc(0x183)])?this[_0x10f7cc(0x18a)][_0x10f7cc(0x211)](_0x35c06e):this[_0x10f7cc(0x232)][_0x10f7cc(0x211)](_0x34bb19);}else{if(_0x3f8edf[_0x10f7cc(0x163)](this[_0x10f7cc(0x1a1)][_0x10f7cc(0x1be)],0x0))return;const _0x81492e=_0x2f05a7[_0x10f7cc(0x19b)](this[_0x10f7cc(0x1a1)]),_0x3f37b9=_0x3f8edf[_0x10f7cc(0x265)](_0x81492e[_0x10f7cc(0x290)](0x1,-0x1),',');_0x358b6c[_0x10f7cc(0x1ea)](this['errorFile'],_0x3f37b9);}});});const _0x5959e7={};_0x5959e7[_0x5bac66(0x215)]=!![],_0x5959e7[_0x5bac66(0x278)]=[_0x3d94bf[_0x5bac66(0x1a4)],_0x3d94bf[_0x5bac66(0x23a)]],this[_0x5bac66(0x294)][_0x5bac66(0x174)](_0x5959e7),this[_0x5bac66(0x179)]=!![],this['jsonReportFileName']=_0x32d595,this[_0x5bac66(0x23f)]=_0x3310cf;}static[a65_0x45631f(0x1c1)](){return performance;}static[a65_0x45631f(0x28b)](_0x4e41ff,_0x33a0d9){const _0x222c5e=a65_0x45631f,_0x2fdaa0={};_0x2fdaa0[_0x222c5e(0x207)]=function(_0x388bd6,_0x57d2b5){return _0x388bd6===_0x57d2b5;},_0x2fdaa0[_0x222c5e(0x1bc)]=_0x222c5e(0x1b4),_0x2fdaa0[_0x222c5e(0x175)]=_0x222c5e(0x26a),_0x2fdaa0[_0x222c5e(0x1c4)]=function(_0x32d9e7,_0x42ef2b){return _0x32d9e7>_0x42ef2b;},_0x2fdaa0[_0x222c5e(0x229)]=function(_0x1ffd50,_0x1339f9){return _0x1ffd50!==_0x1339f9;},_0x2fdaa0['CVALU']=_0x222c5e(0x18c),_0x2fdaa0[_0x222c5e(0x27e)]=_0x222c5e(0x257),_0x2fdaa0[_0x222c5e(0x1ed)]=_0x222c5e(0x1c8),_0x2fdaa0[_0x222c5e(0x1e2)]=function(_0x772e31,_0x12f58d){return _0x772e31!==_0x12f58d;},_0x2fdaa0['Wsjyb']=_0x222c5e(0x166),_0x2fdaa0[_0x222c5e(0x176)]='rbzON',_0x2fdaa0[_0x222c5e(0x1a5)]=function(_0x2c2eb7,_0x503379){return _0x2c2eb7+_0x503379;},_0x2fdaa0['ClNiV']=function(_0x316e65,_0x1352c6){return _0x316e65||_0x1352c6;},_0x2fdaa0['PFbup']=_0x222c5e(0x22b);const _0x35c982=_0x2fdaa0,_0x48bf89={};if(!_0x4e41ff||_0x35c982[_0x222c5e(0x207)](_0x4e41ff[_0x222c5e(0x1be)],0x0)){if(_0x35c982['WtpsT'](_0x35c982[_0x222c5e(0x29a)],_0x35c982['PFbup']))_0x35c982[_0x222c5e(0x207)](_0x110cfe['entryType'],_0x35c982[_0x222c5e(0x1bc)])?this[_0x222c5e(0x18a)][_0x222c5e(0x211)](_0x5e9775):this[_0x222c5e(0x232)]['push'](_0x2e404d);else return;}_0x4e41ff[_0x222c5e(0x1b9)](_0x306bbb=>{const _0x4ff7d2=_0x222c5e,_0x36a268={'WgrcB':function(_0x197aba,_0x3de4a4){const _0x85aec6=a65_0x9e7a;return _0x35c982[_0x85aec6(0x1c4)](_0x197aba,_0x3de4a4);}};if(_0x35c982[_0x4ff7d2(0x229)](_0x35c982[_0x4ff7d2(0x1d8)],_0x35c982[_0x4ff7d2(0x1d8)])){if(!_0xc83171[_0x4ff7d2(0x17d)](this[_0x4ff7d2(0x23f)]))return this[_0x4ff7d2(0x1a1)];let _0x43db33=_0x1aa0fc[_0x4ff7d2(0x170)](this[_0x4ff7d2(0x23f)])[_0x4ff7d2(0x192)]();_0x43db33='['+_0x43db33['slice'](0x0,-0x1)+']';let _0x228db3=_0x18e7f5[_0x4ff7d2(0x26f)](_0x43db33);return _0x36a268[_0x4ff7d2(0x26d)](this[_0x4ff7d2(0x1a1)][_0x4ff7d2(0x1be)],0x0)&&(_0x228db3=_0x228db3[_0x4ff7d2(0x1da)](this[_0x4ff7d2(0x1a1)])),_0x1ef769[_0x4ff7d2(0x1ee)](this[_0x4ff7d2(0x23f)]),_0x228db3;}else{if(!_0x48bf89[_0x306bbb[_0x4ff7d2(0x1fb)]]){if(_0x35c982[_0x4ff7d2(0x207)](_0x35c982[_0x4ff7d2(0x27e)],_0x35c982[_0x4ff7d2(0x1ed)]))return!_0x35c982['TJNRx'](_0x5e1c8b['env'][_0x4ff7d2(0x217)],_0x35c982[_0x4ff7d2(0x175)]);else _0x48bf89[_0x306bbb[_0x4ff7d2(0x1fb)]]=0x0;}_0x48bf89[_0x306bbb[_0x4ff7d2(0x1fb)]]+=_0x306bbb['duration'];}});const _0x2b0ff9=_0x33a0d9[_0x222c5e(0x235)]((_0x1d59ff,_0x55a73e)=>{const _0x59542a=_0x222c5e;if(_0x35c982[_0x59542a(0x1e2)](_0x35c982[_0x59542a(0x1ef)],_0x35c982[_0x59542a(0x176)]))return _0x35c982[_0x59542a(0x1a5)](_0x48bf89[_0x55a73e],_0x35c982[_0x59542a(0x223)](_0x1d59ff,0x0));else return;},0x0);return _0x2b0ff9;}static async[a65_0x45631f(0x1e3)](_0x13dedf,_0x2df3ad){const _0x1a0f02=a65_0x45631f,_0x1adae8={'WsyfO':function(_0x526f6d,_0x5d3273){return _0x526f6d===_0x5d3273;},'EpSvF':_0x1a0f02(0x231),'YvwBK':function(_0x6b181d,_0x14583e){return _0x6b181d===_0x14583e;},'lVkVj':_0x1a0f02(0x1ce),'nXmPt':function(_0x528d93,_0x59b4d6){return _0x528d93+_0x59b4d6;},'ILsYv':function(_0xaa43c0,_0x285085){return _0xaa43c0||_0x285085;},'gopBO':function(_0x4d91b1,_0x34ee7a){return _0x4d91b1===_0x34ee7a;},'fFVnX':_0x1a0f02(0x1f4),'FqOci':function(_0x26a029,_0x38a460){return _0x26a029||_0x38a460;},'EEGeD':function(_0x265953,_0x2c1906){return _0x265953===_0x2c1906;},'pPvUc':function(_0x3f0eb1,_0x1c9427){return _0x3f0eb1!==_0x1c9427;},'vbaSE':_0x1a0f02(0x1fc),'EKnLE':_0x1a0f02(0x275),'nyGMl':_0x1a0f02(0x26e),'nmBmH':function(_0x310030,_0x5c2a6a){return _0x310030!==_0x5c2a6a;},'cUTkw':_0x1a0f02(0x1cc),'skaCu':_0x1a0f02(0x1f6),'HeIid':function(_0x5ae4b6,_0x129bba){return _0x5ae4b6!==_0x129bba;},'qSeSY':_0x1a0f02(0x1c7),'ABtca':_0x1a0f02(0x298),'ySnTJ':function(_0x345709,_0x459d88){return _0x345709(_0x459d88);}};if(!_0x13dedf||_0x1adae8[_0x1a0f02(0x219)](_0x13dedf[_0x1a0f02(0x1be)],0x0)){if(_0x1adae8[_0x1a0f02(0x250)](_0x1adae8[_0x1a0f02(0x1f7)],_0x1adae8[_0x1a0f02(0x172)]))return 0x0;else{const _0x1d621a={};return _0x1d621a[_0x1a0f02(0x1fb)]=_0x124034,_0x1d621a[_0x1a0f02(0x28e)]=_0x1cd737,_0x1d621a;}}const _0x3069c9=[];for(const _0x456637 of _0x13dedf){if(_0x1adae8[_0x1a0f02(0x250)](_0x1adae8[_0x1a0f02(0x1ae)],_0x1adae8[_0x1a0f02(0x1ae)])){if(!this[_0x1a0f02(0x276)]())return;this['_observer'][_0x1a0f02(0x190)](),this[_0x1a0f02(0x167)](),this[_0x1a0f02(0x1c2)]();}else{const _0x35342d=path[_0x1a0f02(0x1e6)]('.',_0x456637);try{if(_0x1adae8[_0x1a0f02(0x282)](_0x1adae8[_0x1a0f02(0x1d0)],_0x1adae8[_0x1a0f02(0x228)])){const _0x34e4c5=this[_0x1a0f02(0x1e4)](_0x35342d);_0x34e4c5[_0x1a0f02(0x1b9)](_0x59f4b0=>{const _0x1821ff=_0x1a0f02;if(_0x1adae8['WsyfO'](_0x1adae8[_0x1821ff(0x254)],_0x1adae8[_0x1821ff(0x254)])){if(!_0x3069c9[_0x59f4b0[_0x1821ff(0x1fb)]]){if(_0x1adae8['YvwBK'](_0x1adae8[_0x1821ff(0x272)],_0x1adae8[_0x1821ff(0x272)]))_0x3069c9[_0x59f4b0[_0x1821ff(0x1fb)]]=0x0;else return _0x266c4f[_0x1821ff(0x1f9)](null,_0xbd2ecb);}_0x3069c9[_0x59f4b0[_0x1821ff(0x1fb)]]+=_0x59f4b0[_0x1821ff(0x28e)];}else return;});}else return _0x1adae8['nXmPt'](_0x3f376d[_0x580fcf],_0x1adae8[_0x1a0f02(0x245)](_0x4d5162,0x0));}catch(_0x6ad4d3){_0x1adae8[_0x1a0f02(0x28d)](_0x1adae8[_0x1a0f02(0x274)],_0x1adae8[_0x1a0f02(0x203)])?_0x1adae8[_0x1a0f02(0x1e8)](debug,_0x1a0f02(0x1a6)+_0x6ad4d3[_0x1a0f02(0x192)]()):_0x229c5a=_0x501c60['concat'](this[_0x1a0f02(0x289)]());}}}const _0x49ef8b=_0x2df3ad[_0x1a0f02(0x235)]((_0x2f4d09,_0x6395b)=>{const _0x1f22ee=_0x1a0f02;if(_0x1adae8[_0x1f22ee(0x23e)](_0x1adae8[_0x1f22ee(0x23c)],_0x1adae8[_0x1f22ee(0x23c)]))return _0x1adae8[_0x1f22ee(0x28c)](_0x3069c9[_0x6395b],_0x1adae8[_0x1f22ee(0x270)](_0x2f4d09,0x0));else{const _0x25e54a=this;return function(){const _0x2245fa=_0x1f22ee,_0x1ca768=[_0x54f86b,_0xa0bfab,null][_0x2245fa(0x1da)](arguments);return _0x25e54a[_0x2245fa(0x1b4)][_0x2245fa(0x1f9)](_0x25e54a,_0x1ca768);};}},0x0);return _0x1adae8[_0x1a0f02(0x1e8)](debug,'Time\x20for\x20'+_0x2df3ad+_0x1a0f02(0x22d)+_0x49ef8b),_0x49ef8b;}static[a65_0x45631f(0x1e4)](_0x522276){const _0x3157fa=a65_0x45631f,_0x5131f6={};_0x5131f6[_0x3157fa(0x269)]=function(_0x542113,_0x3f6d06){return _0x542113!==_0x3f6d06;},_0x5131f6[_0x3157fa(0x1bd)]=_0x3157fa(0x1d3),_0x5131f6['aDtZP']=_0x3157fa(0x287);const _0x37ae63=_0x5131f6;if(!fs[_0x3157fa(0x17d)](_0x522276)){if(_0x37ae63[_0x3157fa(0x269)](_0x37ae63[_0x3157fa(0x1bd)],_0x37ae63['aDtZP']))return[];else _0x32de34[_0x3157fa(0x1cd)](_0x40b809=>_0x4b361b(_0x40b809))['catch'](_0x3c5678=>_0x3e17b5(_0x3c5678))['finally'](()=>{const _0x8a1fdc=_0x3157fa;_0x3af666[_0x8a1fdc(0x283)](_0x25069a),_0x3ba435['measure'](_0x3779c7,_0x3d6700,_0x4f3ced);});}return JSON['parse'](fs['readFileSync'](_0x522276)[_0x3157fa(0x192)]());}static async[a65_0x45631f(0x206)](_0x4dce65=a65_0x45631f(0x291),_0x9dbc6b=null){const _0x2ae6ec=a65_0x45631f,_0x372815={'qtYRo':'Error\x20stopping\x20monitoring','NiwSO':function(_0x204c8c,_0x5958e5){return _0x204c8c===_0x5958e5;},'GAxdL':function(_0x52e7c6,_0x1b013a){return _0x52e7c6>_0x1b013a;},'vrmwR':_0x2ae6ec(0x204),'VcFuP':_0x2ae6ec(0x19a),'HRAnD':_0x2ae6ec(0x194),'hTZOC':function(_0x4a1ab5,_0x21c17c){return _0x4a1ab5(_0x21c17c);},'Milei':function(_0x3ec9cd,_0x2795ca){return _0x3ec9cd!==_0x2795ca;},'SDmYu':'xocHs','rHSfQ':'DCApk','SeaNk':_0x2ae6ec(0x171)};if(!this['started']){if(_0x372815[_0x2ae6ec(0x1bf)](_0x372815[_0x2ae6ec(0x277)],_0x372815[_0x2ae6ec(0x277)]))try{if(!this[_0x2ae6ec(0x276)]())return;this[_0x2ae6ec(0x294)][_0x2ae6ec(0x190)](),this[_0x2ae6ec(0x167)](),this['pushErrors']();}catch{_0xc221ff[_0x2ae6ec(0x1a7)](_0x372815[_0x2ae6ec(0x1e1)]);}else return;}await _0x372815[_0x2ae6ec(0x251)](sleep,0x1e),this['_observer']['disconnect'](),this['started']=![],this[_0x2ae6ec(0x23d)](this['_events']);const _0x4f9720=this[_0x2ae6ec(0x281)](this[_0x2ae6ec(0x232)]),_0x1daef1=path[_0x2ae6ec(0x1e6)](process[_0x2ae6ec(0x255)](),_0x4dce65);fs['writeFile'](_0x1daef1,_0x4f9720,_0x11b452=>{const _0x57b950=_0x2ae6ec,_0x55aacc={'LNBxs':function(_0x11fc9a,_0x7ac835){const _0x108635=a65_0x9e7a;return _0x372815[_0x108635(0x225)](_0x11fc9a,_0x7ac835);},'GXvOm':function(_0x2438e1,_0x476f66){const _0x3b658b=a65_0x9e7a;return _0x372815[_0x3b658b(0x299)](_0x2438e1,_0x476f66);}};if(_0x372815[_0x57b950(0x225)](_0x372815[_0x57b950(0x1af)],_0x372815[_0x57b950(0x1af)])){if(_0x11b452){if(_0x372815[_0x57b950(0x225)](_0x372815[_0x57b950(0x284)],_0x372815['HRAnD'])){if(!this[_0x57b950(0x179)]||_0x55aacc[_0x57b950(0x210)](this[_0x57b950(0x18a)]['length'],0x0))return[];if(!_0x1c3907['existsSync'](this[_0x57b950(0x1e5)]))return this[_0x57b950(0x18a)];let _0x538a7e=_0x225588[_0x57b950(0x170)](this[_0x57b950(0x1e5)])[_0x57b950(0x192)]();_0x538a7e='['+_0x538a7e['slice'](0x0,-0x1)+']';let _0x3a916f=_0x4f8338[_0x57b950(0x26f)](_0x538a7e);return _0x55aacc[_0x57b950(0x1e7)](this[_0x57b950(0x18a)]['length'],0x0)&&(_0x3a916f=_0x3a916f['concat'](this[_0x57b950(0x289)]())),this[_0x57b950(0x294)]['disconnect'](),_0x269cbc[_0x57b950(0x1ee)](this[_0x57b950(0x1e5)]),_0x3a916f;}else{_0x372815['hTZOC'](debug,'Error\x20in\x20writing\x20html\x20'+_0x11b452[_0x57b950(0x192)]());return;}}_0x372815[_0x57b950(0x251)](debug,_0x57b950(0x20f)+_0x1daef1);}else return;});if(_0x9dbc6b){if(_0x372815[_0x2ae6ec(0x225)](_0x372815[_0x2ae6ec(0x1b7)],_0x372815[_0x2ae6ec(0x1de)]))return;else return this[_0x2ae6ec(0x28b)](this[_0x2ae6ec(0x232)],_0x9dbc6b);}}static[a65_0x45631f(0x281)](_0x181702){const _0x3fd9a8=a65_0x45631f,_0x40240b={};_0x40240b[_0x3fd9a8(0x1c3)]=function(_0x53c799,_0x193672){return _0x53c799===_0x193672;},_0x40240b[_0x3fd9a8(0x27c)]=_0x3fd9a8(0x1e0),_0x40240b['NEYkM']='KaFcu',_0x40240b[_0x3fd9a8(0x1f3)]=_0x3fd9a8(0x208),_0x40240b['zkDBI']=_0x3fd9a8(0x189),_0x40240b[_0x3fd9a8(0x25c)]=_0x3fd9a8(0x22c),_0x40240b[_0x3fd9a8(0x266)]=_0x3fd9a8(0x214);const _0x387652=_0x40240b;let _0x3b7b9d=_0x387652[_0x3fd9a8(0x1f3)];return _0x3b7b9d+=_0x387652['zkDBI'],_0x3b7b9d+=_0x387652[_0x3fd9a8(0x25c)],_0x181702[_0x3fd9a8(0x21d)](_0x2d5207=>{const _0x2f4998=_0x3fd9a8;_0x387652[_0x2f4998(0x1c3)](_0x387652['tbQAy'],_0x387652[_0x2f4998(0x233)])?_0x8a32f3[_0x59e30a[_0x2f4998(0x1fb)]]=0x0:_0x3b7b9d+='<tr><td>'+_0x2d5207[_0x2f4998(0x1fb)]+_0x2f4998(0x27a)+_0x2d5207[_0x2f4998(0x28e)]+_0x2f4998(0x24a);}),_0x3b7b9d+=_0x387652[_0x3fd9a8(0x266)],_0x3b7b9d;}static[a65_0x45631f(0x23d)](_0x286b82){const _0x207364=a65_0x45631f,_0x5147a6={};_0x5147a6[_0x207364(0x27f)]=function(_0x15b2aa,_0x27ff90){return _0x15b2aa===_0x27ff90;},_0x5147a6['PlSjQ']=_0x207364(0x292),_0x5147a6[_0x207364(0x193)]=_0x207364(0x205),_0x5147a6[_0x207364(0x197)]='abdSY',_0x5147a6[_0x207364(0x1c5)]=_0x207364(0x1b3),_0x5147a6[_0x207364(0x17a)]=function(_0xf0882d,_0x5eef0f){return _0xf0882d!==_0x5eef0f;},_0x5147a6[_0x207364(0x1d7)]=_0x207364(0x19c),_0x5147a6[_0x207364(0x169)]=_0x207364(0x239);const _0x3e86ef=_0x5147a6;if(!this[_0x207364(0x1e5)]){if(_0x3e86ef[_0x207364(0x17a)](_0x3e86ef['GmdeP'],_0x3e86ef[_0x207364(0x169)]))return;else{const _0x4a4c42=[_0x108123,_0xe9c0c0,null][_0x207364(0x1da)](arguments);return _0x3da464[_0x207364(0x1b4)][_0x207364(0x1f9)](_0x3c9b3a,_0x4a4c42);}}const _0x1dadef={};_0x286b82[_0x207364(0x1b9)](_0x454db1=>{const _0xb9e5eb=_0x207364;_0x3e86ef[_0xb9e5eb(0x27f)](_0x3e86ef[_0xb9e5eb(0x1eb)],_0x3e86ef[_0xb9e5eb(0x1eb)])?(!_0x1dadef[_0x454db1[_0xb9e5eb(0x1fb)]]&&(_0x3e86ef[_0xb9e5eb(0x27f)](_0x3e86ef['gcNzO'],_0x3e86ef[_0xb9e5eb(0x197)])?_0xba741d[_0x3f0ba2['name']]=0x0:_0x1dadef[_0x454db1[_0xb9e5eb(0x1fb)]]=0x0),_0x1dadef[_0x454db1[_0xb9e5eb(0x1fb)]]+=_0x454db1[_0xb9e5eb(0x28e)]):_0x13d838=_0x4f8666['concat'](this['_errorEvents']);});const _0x5d8f3c=Object[_0x207364(0x262)](_0x1dadef)[_0x207364(0x1b9)](([_0x1907ed,_0x4c936c])=>{const _0x5d6d54=_0x207364;if(_0x3e86ef['pAcVA'](_0x3e86ef[_0x5d6d54(0x1c5)],_0x3e86ef[_0x5d6d54(0x1c5)])){const _0x57398d={};return _0x57398d[_0x5d6d54(0x1fb)]=_0x1907ed,_0x57398d['duration']=_0x4c936c,_0x57398d;}else this[_0x5d6d54(0x232)][_0x5d6d54(0x211)](_0x2bef59);});fs[_0x207364(0x1bb)](this[_0x207364(0x1e5)],JSON[_0x207364(0x19b)](_0x5d8f3c));}static[a65_0x45631f(0x276)](){const _0x5e43a2=a65_0x45631f,_0x48b7b7={};_0x48b7b7[_0x5e43a2(0x202)]=function(_0xfac2b0,_0x37ac4b){return _0xfac2b0===_0x37ac4b;},_0x48b7b7[_0x5e43a2(0x216)]=_0x5e43a2(0x26a);const _0x1e70a3=_0x48b7b7;return!_0x1e70a3[_0x5e43a2(0x202)](process['env']['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x1e70a3[_0x5e43a2(0x216)]);}static[a65_0x45631f(0x1b4)](_0x46e2bf,_0x5bada3,_0x500864=null,_0x575d72=null){const _0x21372f=a65_0x45631f,_0x4c21d9={'qAfyH':function(_0x2166dc,_0x16481c){return _0x2166dc(_0x16481c);},'IVEzR':'<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','mraMW':_0x21372f(0x189),'TYpJj':_0x21372f(0x22c),'hsfhS':_0x21372f(0x214),'cuwxL':function(_0x471965,_0x309961){return _0x471965!==_0x309961;},'UuXSj':_0x21372f(0x187),'NMNoJ':_0x21372f(0x224),'ohqGj':function(_0x4bf773,_0x368362){return _0x4bf773!==_0x368362;},'PcWpJ':_0x21372f(0x17b),'tZKEf':function(_0x384f36,_0x6494d9){return _0x384f36===_0x6494d9;},'HTVHC':_0x21372f(0x20e),'uyveg':_0x21372f(0x198),'Iycfc':function(_0x116cad,_0x21447c){return _0x116cad!==_0x21447c;},'vswcg':_0x21372f(0x184),'liIwQ':_0x21372f(0x212),'LgjQV':_0x21372f(0x22a),'AHwst':function(_0x316dd6,_0x1871d9){return _0x316dd6+_0x1871d9;},'sAFHX':_0x21372f(0x26c),'EyhfJ':'-end','aoebT':function(_0x4d4895,_0x120e89){return _0x4d4895 instanceof _0x120e89;},'fPmrU':function(_0x2832ce,_0x4ba229){return _0x2832ce===_0x4ba229;},'bDbnz':_0x21372f(0x195),'mRhhy':_0x21372f(0x227)};try{if(_0x4c21d9['tZKEf'](_0x4c21d9[_0x21372f(0x178)],_0x4c21d9['uyveg']))_0x4c21d9[_0x21372f(0x18e)](_0x3f9a18,_0x21372f(0x1a6)+_0x51f511[_0x21372f(0x192)]());else{if(this[_0x21372f(0x179)]&&this[_0x21372f(0x276)]()){if(_0x4c21d9[_0x21372f(0x238)](_0x4c21d9[_0x21372f(0x19d)],_0x4c21d9[_0x21372f(0x19d)]))!_0x20da2e[_0x10e0c9[_0x21372f(0x1fb)]]&&(_0x30dcce[_0x4ad66e[_0x21372f(0x1fb)]]=0x0),_0xe9163e[_0xdff73b[_0x21372f(0x1fb)]]+=_0x163885[_0x21372f(0x28e)];else{let _0x136afe=_0x46e2bf;if(_0x500864){if(_0x4c21d9['tZKEf'](_0x4c21d9['liIwQ'],_0x4c21d9[_0x21372f(0x28f)])){let _0x48078f=_0x4c21d9['IVEzR'];return _0x48078f+=_0x4c21d9[_0x21372f(0x1c6)],_0x48078f+=_0x4c21d9[_0x21372f(0x28a)],_0x27081c[_0x21372f(0x21d)](_0x393b65=>{const _0x1da0ab=_0x21372f;_0x48078f+=_0x1da0ab(0x1b0)+_0x393b65['name']+_0x1da0ab(0x27a)+_0x393b65[_0x1da0ab(0x28e)]+_0x1da0ab(0x24a);}),_0x48078f+=_0x4c21d9[_0x21372f(0x1fa)],_0x48078f;}else _0x136afe=_0x46e2bf+'['+JSON[_0x21372f(0x19b)](_0x500864)+']';}const _0x1a756f=_0x4c21d9[_0x21372f(0x273)](_0x136afe,_0x4c21d9[_0x21372f(0x17f)]),_0x5ee7e3=_0x4c21d9['AHwst'](_0x136afe,_0x4c21d9[_0x21372f(0x20d)]);performance[_0x21372f(0x283)](_0x1a756f);const _0x4c1eaf=_0x5bada3[_0x21372f(0x1f9)](null,_0x575d72);if(_0x4c21d9[_0x21372f(0x1a2)](_0x4c1eaf,Promise))return _0x4c21d9[_0x21372f(0x218)](_0x4c21d9[_0x21372f(0x236)],_0x4c21d9[_0x21372f(0x236)])?new Promise((_0x257627,_0x4d8fc0)=>{const _0x515f85=_0x21372f;_0x4c21d9[_0x515f85(0x1c9)](_0x4c21d9[_0x515f85(0x213)],_0x4c21d9[_0x515f85(0x213)])?_0x2a4702=_0x4faa2f+'['+_0xf2b649[_0x515f85(0x19b)](_0x521ff5)+']':_0x4c1eaf[_0x515f85(0x1cd)](_0x2b5c7d=>_0x257627(_0x2b5c7d))['catch'](_0x2368ef=>_0x4d8fc0(_0x2368ef))[_0x515f85(0x16b)](()=>{const _0x3a1001=_0x515f85;if(_0x4c21d9[_0x3a1001(0x173)](_0x4c21d9['UuXSj'],_0x4c21d9['NMNoJ']))performance[_0x3a1001(0x283)](_0x5ee7e3),performance['measure'](_0x136afe,_0x1a756f,_0x5ee7e3);else return this[_0x3a1001(0x18a)];});}):this[_0x21372f(0x28b)](this[_0x21372f(0x232)],_0x3dd56c);;return performance[_0x21372f(0x283)](_0x5ee7e3),performance[_0x21372f(0x1b4)](_0x136afe,_0x1a756f,_0x5ee7e3),_0x4c1eaf;}};return _0x5bada3[_0x21372f(0x1f9)](null,_0x575d72);}}catch(_0x578c3e){return _0x4c21d9[_0x21372f(0x218)](_0x4c21d9['mRhhy'],_0x4c21d9[_0x21372f(0x246)])?_0x5bada3[_0x21372f(0x1f9)](null,_0x575d72):[];}}static[a65_0x45631f(0x1f8)](_0x2d998e,_0x2b0dac){const _0x12b19a=a65_0x45631f,_0x3fb4bc={};_0x3fb4bc[_0x12b19a(0x1ff)]=function(_0x1faa94,_0x3c2c70){return _0x1faa94===_0x3c2c70;},_0x3fb4bc[_0x12b19a(0x285)]='yLFIl',_0x3fb4bc[_0x12b19a(0x17e)]=_0x12b19a(0x1db);const _0x16b414=_0x3fb4bc,_0x1005b1=this;return function(){const _0x4d6160=_0x12b19a;if(_0x16b414[_0x4d6160(0x1ff)](_0x16b414['PJqLK'],_0x16b414['ckpqU']))return;else{const _0x42a2d0=[_0x2d998e,_0x2b0dac,null][_0x4d6160(0x1da)](arguments);return _0x1005b1[_0x4d6160(0x1b4)][_0x4d6160(0x1f9)](_0x1005b1,_0x42a2d0);}};}static[a65_0x45631f(0x289)](){const _0x2cc06e=a65_0x45631f,_0x1c953f={};_0x1c953f[_0x2cc06e(0x20b)]=function(_0x756772,_0x31dade){return _0x756772!==_0x31dade;},_0x1c953f['HqrNF']='gBPAL',_0x1c953f['vfUuV']='vWFWm',_0x1c953f[_0x2cc06e(0x20c)]=function(_0x2d1bc0,_0x1bcc9d){return _0x2d1bc0!==_0x1bcc9d;},_0x1c953f[_0x2cc06e(0x24b)]=_0x2cc06e(0x1a9),_0x1c953f[_0x2cc06e(0x24f)]=function(_0x4e2c30,_0x45abac){return _0x4e2c30===_0x45abac;},_0x1c953f[_0x2cc06e(0x188)]=_0x2cc06e(0x253),_0x1c953f[_0x2cc06e(0x279)]=function(_0x43f73b,_0x2bdf6d){return _0x43f73b/_0x2bdf6d;},_0x1c953f[_0x2cc06e(0x17c)]=function(_0x3aa5d4,_0x5d338e){return _0x3aa5d4+_0x5d338e;},_0x1c953f[_0x2cc06e(0x1d4)]=function(_0x4fee74,_0xc34479){return _0x4fee74*_0xc34479;},_0x1c953f[_0x2cc06e(0x21e)]=function(_0x52231b,_0x56f541){return _0x52231b+_0x56f541;},_0x1c953f[_0x2cc06e(0x234)]=_0x2cc06e(0x1b2);const _0x16f3e3=_0x1c953f,_0x345b37=/(^.*)\[(.*)\]$/,_0xbb9d33={},_0x55a587={};for(const _0x4d67bb of this[_0x2cc06e(0x18a)]){if(_0x16f3e3[_0x2cc06e(0x20b)](_0x16f3e3[_0x2cc06e(0x1b5)],_0x16f3e3[_0x2cc06e(0x258)])){const _0x526dec=_0x4d67bb[_0x2cc06e(0x1fb)][_0x2cc06e(0x1a8)](_0x345b37),_0x4a81cf={};_0x4a81cf[_0x2cc06e(0x1fb)]=_0x4d67bb['name'],_0x4a81cf[_0x2cc06e(0x28e)]=_0x4d67bb[_0x2cc06e(0x28e)]||0x0;const _0x30e607=_0x4a81cf;_0x526dec&&(_0x16f3e3[_0x2cc06e(0x20c)](_0x16f3e3[_0x2cc06e(0x24b)],_0x16f3e3['NNjUZ'])?(_0x26d827[_0x2cc06e(0x283)](_0xb34cbf),_0x39ef24[_0x2cc06e(0x1b4)](_0x2c6e8d,_0x4d24e6,_0x598ecd)):(_0x30e607['name']=_0x526dec[0x1],_0x30e607[_0x2cc06e(0x268)]=JSON[_0x2cc06e(0x26f)](_0x526dec[0x2])));if(_0xbb9d33[_0x30e607[_0x2cc06e(0x1fb)]]){if(_0x16f3e3[_0x2cc06e(0x24f)](_0x16f3e3[_0x2cc06e(0x188)],_0x16f3e3[_0x2cc06e(0x188)])){const _0xfa9add=_0xbb9d33[_0x30e607['name']],_0x38ff7d=_0x55a587[_0x30e607[_0x2cc06e(0x1fb)]];_0xbb9d33[_0x30e607[_0x2cc06e(0x1fb)]][_0x2cc06e(0x28e)]=_0x16f3e3['bQBlF'](_0x16f3e3[_0x2cc06e(0x17c)](_0x16f3e3['YOkHU'](_0xfa9add['duration'],_0x38ff7d),_0x30e607[_0x2cc06e(0x28e)]),_0x16f3e3[_0x2cc06e(0x21e)](0x1,_0x38ff7d)),_0x55a587[_0x30e607[_0x2cc06e(0x1fb)]]++;}else{if(!this[_0x2cc06e(0x276)]())return;this[_0x2cc06e(0x1a1)][_0x2cc06e(0x211)]({'message':_0xfee3c9['message'],'trace':_0x1a3414[_0x2cc06e(0x1a0)],'code':_0x1c4421[_0x2cc06e(0x24e)]||null,'time':new _0x3a37d3()});}}else{if(_0x16f3e3[_0x2cc06e(0x20c)](_0x16f3e3['ixDAi'],_0x16f3e3[_0x2cc06e(0x234)]))return 0x0;else _0xbb9d33[_0x30e607[_0x2cc06e(0x1fb)]]=_0x30e607,_0x55a587[_0x30e607['name']]=0x1;}}else _0x5c8ad5[_0x2cc06e(0x1fb)]=_0x2d6dd3[0x1],_0x35bb36[_0x2cc06e(0x268)]=_0x4db51f[_0x2cc06e(0x26f)](_0x43a294[0x2]);}return Object[_0x2cc06e(0x201)](_0xbb9d33);}static['pushPerfMeasures'](){const _0x4a323c=a65_0x45631f,_0x41ba71={};_0x41ba71[_0x4a323c(0x249)]=function(_0x3ff822,_0x3a891c){return _0x3ff822===_0x3a891c;},_0x41ba71[_0x4a323c(0x168)]=function(_0x2159c0,_0x495741){return _0x2159c0!==_0x495741;},_0x41ba71[_0x4a323c(0x177)]=_0x4a323c(0x263),_0x41ba71['QoWCi']=function(_0x126c80,_0x29fef8){return _0x126c80+_0x29fef8;};const _0x1a9c6c=_0x41ba71;if(_0x1a9c6c[_0x4a323c(0x249)](this[_0x4a323c(0x18a)]['length'],0x0)){if(_0x1a9c6c[_0x4a323c(0x168)](_0x1a9c6c[_0x4a323c(0x177)],_0x1a9c6c[_0x4a323c(0x177)]))_0x7b9141+=_0x4a323c(0x1b0)+_0x2f94ac[_0x4a323c(0x1fb)]+_0x4a323c(0x27a)+_0x344676[_0x4a323c(0x28e)]+_0x4a323c(0x24a);else return;}const _0x4cc850=this[_0x4a323c(0x289)](),_0x521748=JSON[_0x4a323c(0x19b)](_0x4cc850),_0x414a38=_0x1a9c6c[_0x4a323c(0x16e)](_0x521748[_0x4a323c(0x290)](0x1,-0x1),',');fs[_0x4a323c(0x1ea)](this[_0x4a323c(0x1e5)],_0x414a38);}static[a65_0x45631f(0x22f)](){const _0xcdc226=a65_0x45631f,_0x4004f1={};_0x4004f1[_0xcdc226(0x264)]=function(_0x363e43,_0x508d68){return _0x363e43/_0x508d68;},_0x4004f1[_0xcdc226(0x16f)]=function(_0x403f22,_0x10b8ee){return _0x403f22+_0x10b8ee;},_0x4004f1['tWpNo']=function(_0x38c2be,_0xc258c){return _0x38c2be*_0xc258c;},_0x4004f1[_0xcdc226(0x261)]=function(_0x19536e,_0x3227a7){return _0x19536e+_0x3227a7;},_0x4004f1[_0xcdc226(0x256)]=function(_0x5a8f42,_0x1d7575){return _0x5a8f42===_0x1d7575;},_0x4004f1[_0xcdc226(0x267)]=function(_0x2ffdd1,_0xcd424a){return _0x2ffdd1!==_0xcd424a;},_0x4004f1[_0xcdc226(0x244)]=_0xcdc226(0x1e9),_0x4004f1[_0xcdc226(0x196)]=function(_0x505fdd,_0x3b9ebd){return _0x505fdd===_0x3b9ebd;},_0x4004f1[_0xcdc226(0x19e)]=_0xcdc226(0x237),_0x4004f1[_0xcdc226(0x200)]=function(_0x49986a,_0x2ee07b){return _0x49986a>_0x2ee07b;},_0x4004f1['xMTId']=function(_0x2d3fae,_0x3a23c6){return _0x2d3fae===_0x3a23c6;},_0x4004f1[_0xcdc226(0x199)]=_0xcdc226(0x1d9);const _0x1e779c=_0x4004f1;if(!this[_0xcdc226(0x179)]||_0x1e779c[_0xcdc226(0x256)](this[_0xcdc226(0x18a)][_0xcdc226(0x1be)],0x0)){if(_0x1e779c['lhQfO'](_0x1e779c[_0xcdc226(0x244)],_0x1e779c[_0xcdc226(0x244)]))!_0x3b8522[_0x388504[_0xcdc226(0x1fb)]]&&(_0x1c7822[_0x2863e8[_0xcdc226(0x1fb)]]=0x0),_0x3fe9b0[_0xca3fc4['name']]+=_0x59b489[_0xcdc226(0x28e)];else return[];}if(!fs[_0xcdc226(0x17d)](this[_0xcdc226(0x1e5)])){if(_0x1e779c['dDGCF'](_0x1e779c[_0xcdc226(0x19e)],_0x1e779c[_0xcdc226(0x19e)]))return this[_0xcdc226(0x18a)];else _0xe0e55[_0x4a6f2a['name']]=0x0;}let _0x161eb0=fs[_0xcdc226(0x170)](this[_0xcdc226(0x1e5)])[_0xcdc226(0x192)]();_0x161eb0='['+_0x161eb0['slice'](0x0,-0x1)+']';let _0x3c8b6c=JSON['parse'](_0x161eb0);if(_0x1e779c[_0xcdc226(0x200)](this[_0xcdc226(0x18a)]['length'],0x0)){if(_0x1e779c['xMTId'](_0x1e779c[_0xcdc226(0x199)],_0x1e779c[_0xcdc226(0x199)]))_0x3c8b6c=_0x3c8b6c[_0xcdc226(0x1da)](this['getCleanedPerfEvents']());else{const _0x10c6ff=_0x559053[_0x233618['name']],_0x168ff1=_0x3f709b[_0x3664b3[_0xcdc226(0x1fb)]];_0x410267[_0x27ec48[_0xcdc226(0x1fb)]][_0xcdc226(0x28e)]=_0x1e779c[_0xcdc226(0x264)](_0x1e779c[_0xcdc226(0x16f)](_0x1e779c[_0xcdc226(0x21c)](_0x10c6ff[_0xcdc226(0x28e)],_0x168ff1),_0xb26a5['duration']),_0x1e779c[_0xcdc226(0x261)](0x1,_0x168ff1)),_0x2daa4e[_0x1c3bc6[_0xcdc226(0x1fb)]]++;}}return this[_0xcdc226(0x294)]['disconnect'](),fs[_0xcdc226(0x1ee)](this[_0xcdc226(0x1e5)]),_0x3c8b6c;}static[a65_0x45631f(0x1c2)](){const _0x4f5d9c=a65_0x45631f,_0x25ceeb={};_0x25ceeb[_0x4f5d9c(0x18f)]=function(_0x3d8b91,_0x8663ae){return _0x3d8b91===_0x8663ae;},_0x25ceeb[_0x4f5d9c(0x191)]=function(_0x916923,_0x1034d6){return _0x916923===_0x1034d6;},_0x25ceeb[_0x4f5d9c(0x24c)]=_0x4f5d9c(0x25b),_0x25ceeb[_0x4f5d9c(0x1d6)]=function(_0x2794b8,_0x16113b){return _0x2794b8+_0x16113b;};const _0x2f7427=_0x25ceeb;if(_0x2f7427['UTSFw'](this[_0x4f5d9c(0x1a1)][_0x4f5d9c(0x1be)],0x0)){if(_0x2f7427[_0x4f5d9c(0x191)](_0x2f7427[_0x4f5d9c(0x24c)],_0x2f7427[_0x4f5d9c(0x24c)]))return;else return new _0x15f67f((_0x1caf8f,_0x551086)=>{const _0x2b37b8=_0x4f5d9c;_0x38536f[_0x2b37b8(0x1cd)](_0x4b6fc4=>_0x1caf8f(_0x4b6fc4))[_0x2b37b8(0x248)](_0x4cd0d8=>_0x551086(_0x4cd0d8))['finally'](()=>{const _0x1f1dfd=_0x2b37b8;_0x486e96[_0x1f1dfd(0x283)](_0x216612),_0x2a71d0[_0x1f1dfd(0x1b4)](_0x2ab135,_0x28f5ab,_0x3020d5);});});}const _0x3acc16=JSON[_0x4f5d9c(0x19b)](this['_errorEvents']),_0x400ebc=_0x2f7427[_0x4f5d9c(0x1d6)](_0x3acc16[_0x4f5d9c(0x290)](0x1,-0x1),',');fs[_0x4f5d9c(0x1ea)](this[_0x4f5d9c(0x27d)],_0x400ebc);}static[a65_0x45631f(0x1b1)](){const _0x162bcc=a65_0x45631f,_0x15f83a={};_0x15f83a[_0x162bcc(0x1d1)]=function(_0x461b67,_0x5b599a){return _0x461b67===_0x5b599a;},_0x15f83a[_0x162bcc(0x1f2)]='LxqSO',_0x15f83a[_0x162bcc(0x1b6)]=function(_0x320182,_0x40f9a2){return _0x320182>_0x40f9a2;},_0x15f83a[_0x162bcc(0x1df)]=function(_0x5d21de,_0x29df7c){return _0x5d21de===_0x29df7c;},_0x15f83a[_0x162bcc(0x260)]=_0x162bcc(0x25f);const _0x5db844=_0x15f83a;if(!fs['existsSync'](this[_0x162bcc(0x23f)])){if(_0x5db844[_0x162bcc(0x1d1)](_0x5db844['tcqJJ'],_0x5db844[_0x162bcc(0x1f2)]))return this[_0x162bcc(0x1a1)];else return;}let _0x2db6f3=fs[_0x162bcc(0x170)](this[_0x162bcc(0x23f)])['toString']();_0x2db6f3='['+_0x2db6f3[_0x162bcc(0x290)](0x0,-0x1)+']';let _0x2eeddc=JSON[_0x162bcc(0x26f)](_0x2db6f3);if(_0x5db844[_0x162bcc(0x1b6)](this['_errorEvents'][_0x162bcc(0x1be)],0x0)){if(_0x5db844[_0x162bcc(0x1df)](_0x5db844[_0x162bcc(0x260)],_0x5db844[_0x162bcc(0x260)]))_0x2eeddc=_0x2eeddc[_0x162bcc(0x1da)](this[_0x162bcc(0x1a1)]);else{if(!_0xc6a1c9['existsSync'](_0x26e146))return[];return _0xf8b308[_0x162bcc(0x26f)](_0x1c1092[_0x162bcc(0x170)](_0x2340df)[_0x162bcc(0x192)]());}}return fs[_0x162bcc(0x1ee)](this[_0x162bcc(0x23f)]),_0x2eeddc;}static[a65_0x45631f(0x295)](_0x65bb0){const _0x34db27=a65_0x45631f,_0x470dfa={};_0x470dfa['BvPIP']=function(_0x4cb059,_0x1b43ef){return _0x4cb059===_0x1b43ef;},_0x470dfa[_0x34db27(0x18d)]=_0x34db27(0x21a);const _0x41a59a=_0x470dfa;if(!this['isEnabled']()){if(_0x41a59a[_0x34db27(0x164)](_0x41a59a[_0x34db27(0x18d)],_0x41a59a[_0x34db27(0x18d)]))return;else return _0x3174f6;}this[_0x34db27(0x1a1)][_0x34db27(0x211)]({'message':_0x65bb0[_0x34db27(0x222)],'trace':_0x65bb0[_0x34db27(0x1a0)],'code':_0x65bb0[_0x34db27(0x24e)]||null,'time':new Date()});}static[a65_0x45631f(0x1cb)](){const _0x37e17f=a65_0x45631f,_0xc65c30={};_0xc65c30[_0x37e17f(0x162)]=function(_0x1b2e10,_0x55376c){return _0x1b2e10/_0x55376c;},_0xc65c30[_0x37e17f(0x1b8)]=function(_0x58f1a6,_0x4f4ad3){return _0x58f1a6+_0x4f4ad3;},_0xc65c30[_0x37e17f(0x1d2)]=function(_0x159004,_0x1973dc){return _0x159004*_0x1973dc;},_0xc65c30[_0x37e17f(0x1ac)]=function(_0x54a224,_0x593c46){return _0x54a224===_0x593c46;},_0xc65c30[_0x37e17f(0x16c)]=_0x37e17f(0x1b4),_0xc65c30[_0x37e17f(0x1cf)]=_0x37e17f(0x25a),_0xc65c30[_0x37e17f(0x19f)]=function(_0x45012f,_0x384d92){return _0x45012f!==_0x384d92;},_0xc65c30[_0x37e17f(0x226)]=_0x37e17f(0x26b),_0xc65c30[_0x37e17f(0x25e)]=_0x37e17f(0x16d),_0xc65c30[_0x37e17f(0x161)]=_0x37e17f(0x1f5);const _0x18363f=_0xc65c30;try{if(_0x18363f['KfTHO'](_0x18363f[_0x37e17f(0x1cf)],_0x18363f[_0x37e17f(0x1cf)])){if(!this[_0x37e17f(0x276)]()){if(_0x18363f[_0x37e17f(0x19f)](_0x18363f[_0x37e17f(0x226)],_0x18363f[_0x37e17f(0x226)])){const _0x1803b6=_0x5af6f9[_0x37e17f(0x1fb)][_0x37e17f(0x1a8)](_0xe0a6ee),_0xa8b488={};_0xa8b488[_0x37e17f(0x1fb)]=_0x55f4ea[_0x37e17f(0x1fb)],_0xa8b488['duration']=_0x2f716c[_0x37e17f(0x28e)]||0x0;const _0x321944=_0xa8b488;_0x1803b6&&(_0x321944[_0x37e17f(0x1fb)]=_0x1803b6[0x1],_0x321944[_0x37e17f(0x268)]=_0x52a89c[_0x37e17f(0x26f)](_0x1803b6[0x2]));if(_0x19c483[_0x321944[_0x37e17f(0x1fb)]]){const _0x4a7503=_0x10786a[_0x321944[_0x37e17f(0x1fb)]],_0x5a0c70=_0x5d86e1[_0x321944[_0x37e17f(0x1fb)]];_0x385321[_0x321944[_0x37e17f(0x1fb)]][_0x37e17f(0x28e)]=_0x18363f[_0x37e17f(0x162)](_0x18363f[_0x37e17f(0x1b8)](_0x18363f[_0x37e17f(0x1d2)](_0x4a7503['duration'],_0x5a0c70),_0x321944[_0x37e17f(0x28e)]),_0x18363f[_0x37e17f(0x1b8)](0x1,_0x5a0c70)),_0x4f88d5[_0x321944['name']]++;}else _0x1b0026[_0x321944[_0x37e17f(0x1fb)]]=_0x321944,_0x472e54[_0x321944[_0x37e17f(0x1fb)]]=0x1;}else return;}this['_observer'][_0x37e17f(0x190)](),this[_0x37e17f(0x167)](),this[_0x37e17f(0x1c2)]();}else _0x10391a[_0x27af02[_0x37e17f(0x1fb)]]=_0x598190,_0x58b580[_0x10d3a8[_0x37e17f(0x1fb)]]=0x1;}catch{if(_0x18363f[_0x37e17f(0x19f)](_0x18363f[_0x37e17f(0x25e)],_0x18363f[_0x37e17f(0x25e)])){const _0x54b0dc={'bdOar':function(_0x394673,_0x54947d){const _0x27b620=_0x37e17f;return _0x18363f[_0x27b620(0x1ac)](_0x394673,_0x54947d);},'eWVAZ':_0x18363f['FFpPi']};_0xb4405f[_0x37e17f(0x165)]()[_0x37e17f(0x21d)](_0x96930c=>{const _0x1311ee=_0x37e17f;_0x54b0dc[_0x1311ee(0x296)](_0x96930c[_0x1311ee(0x241)],_0x54b0dc['eWVAZ'])?this['_measureEvents']['push'](_0x96930c):this[_0x1311ee(0x232)][_0x1311ee(0x211)](_0x96930c);});}else logger[_0x37e17f(0x1a7)](_0x18363f[_0x37e17f(0x161)]);}}static[a65_0x45631f(0x22e)](){const _0x62166d=a65_0x45631f,_0x4c0e7a={};_0x4c0e7a[_0x62166d(0x288)]=function(_0x545112,_0x49c651){return _0x545112===_0x49c651;},_0x4c0e7a[_0x62166d(0x240)]=_0x62166d(0x24d),_0x4c0e7a['rGPay']=_0x62166d(0x221);const _0x16b677=_0x4c0e7a,_0x145084=this[_0x62166d(0x22f)](),_0x3ee45e=this[_0x62166d(0x1b1)]();if(!this['isEnabled']()){if(_0x16b677[_0x62166d(0x288)](_0x16b677[_0x62166d(0x240)],_0x16b677[_0x62166d(0x293)]))return[];else{const _0xc26792={};return _0xc26792[_0x62166d(0x252)]=[],_0xc26792[_0x62166d(0x1ba)]=[],_0xc26792;}}const _0x925d31={};return _0x925d31[_0x62166d(0x252)]=_0x145084,_0x925d31[_0x62166d(0x1ba)]=_0x3ee45e,_0x925d31;}}module['exports']=PerformanceTester;
|
|
1
|
+
const a68_0x411902=a68_0x5368;(function(_0x172494,_0x333ade){const _0x53f0fa=a68_0x5368,_0x1ab6d5=_0x172494();while(!![]){try{const _0x43d413=parseInt(_0x53f0fa(0x251))/0x1*(-parseInt(_0x53f0fa(0x1d5))/0x2)+-parseInt(_0x53f0fa(0x1af))/0x3+-parseInt(_0x53f0fa(0x1b7))/0x4+-parseInt(_0x53f0fa(0x23d))/0x5+-parseInt(_0x53f0fa(0x2a0))/0x6*(-parseInt(_0x53f0fa(0x261))/0x7)+-parseInt(_0x53f0fa(0x208))/0x8+parseInt(_0x53f0fa(0x1bc))/0x9*(parseInt(_0x53f0fa(0x28c))/0xa);if(_0x43d413===_0x333ade)break;else _0x1ab6d5['push'](_0x1ab6d5['shift']());}catch(_0x256eef){_0x1ab6d5['push'](_0x1ab6d5['shift']());}}}(a68_0x4063,0x3dfa1));const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a68_0x411902(0x279)),path=require(a68_0x411902(0x2ae)),logger=require(a68_0x411902(0x25d))[a68_0x411902(0x266)];function a68_0x5368(_0x4a2835,_0x703be8){const _0x406317=a68_0x4063();return a68_0x5368=function(_0x5368e1,_0x34adc6){_0x5368e1=_0x5368e1-0x1a3;let _0x4c9982=_0x406317[_0x5368e1];return _0x4c9982;},a68_0x5368(_0x4a2835,_0x703be8);}function a68_0x4063(){const _0x30a4dc=['cKMlk','20GqAwEE','wCxor','DirBr','zmFAZ','yJqfp','TgrqE','DZFrZ','jvytU','map','sAHNd','iBLxC','KsXuT','qszSd','wzghG','entryType','SmKUL','PdrDK','UizKH','EYDDV','getPerformance','wcfXg','wxXkp','vJZej','LwmyP','lqEdQ','pmRjV','eOpNK','XEcgx','WVEPo','GmyUx','vpnSu','QsAto','OclRs','LcliB','oHAEg','env','gjJrp','jsonReportFileName','dhtJE','brKtH','oOInl','koszy','riEim','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','reduce','Performance\x20report\x20is\x20at\x20','SgXXr','WGshl','vdPuG','XXIIB','UIrRp','1755040wVFnhp','qjssE','gXcWV','yqCmb','uDvZD','jBQpZ','uALcF','measureWrapper','eOlaJ','BrLUQ','values','kDjeT','eqtaD','NOuRw','ZGpKn','rxVYN','NMFIS','gYMiu','vKUMH','push','bGjHV','JQOdB','rJbWk','OJxzk','AaXpU','exports','nGWzU','stringify','ObCla','LbtLv','WzJMc','ZaeRV','errorFile','sRaEH','ejmBj','getEventsFromJSON','debug','_measureEvents','QuZiX','OFftD','KgADF','pXMiY','appendFileSync','RgrwC','jUgPi','pushErrors','vUmAj','zjxwo','performance-report.json','WdTqR','QhuyG','stack','TMNRm','332230YXWNQB','getEntries','ioXHn','EGvJw','entryTypes','writeFileSync','zjYkR','QrToM','uxleq','apply','NgYDK','ufzjZ','match','srSpo','PctWR','mpvZk','ycstv','<h1>Performance\x20Report</h1>','GZBOG','meta','24370XKAjEc','KXQKf','calculateTimeFromEvents','TFMbF','buffered','frEgg','gouUU','RGRTJ','Ktvsu','iGHIX','WXjPe','UmTYn','./logger','urZqF','kjTOc','AOArc','14XFKxMn','entries','readFileSync','TdMhY','IqTlD','winstonLogger','ktOjI','ndCvE','-start','eUoke','errors','toString','zwMHi','CFoLv','seDCx','TVtAN','XeAbd','wJuck','rjJUH','hBMTm','MGBRf','kCOjC','OicGq','GyUxq','./test-observability/utils','nIABx','name','LsaYd','then','Brlbz','fiNjZ','mokjq','uWRGB','mark','finalizeErrors','eaHyF','BROWSERSTACK_SDK_INSTRUMENTATION','stopMonitoring','pcdvx','isEnabled','UivyB','</td><td>','yExRP','530fdwcFd','_events','nCHIS','WRdIW','SmjTY','HPsRj','_observer','NTZgo','_errorEvents','measure','finalizePerfMeasures','OduYB','xqUMb','GopMb','xAvRi','dFuKa','qcZPr','ciimw','KReIR','gTBNE','266142KPkizB','yXVbT','duration','Error\x20stopping\x20monitoring','errorReportFileName','dGGcS','nMbzQ','yjaiL','yAJwl','finalize','HBKtg','XLvyZ','jYnGO','error-report.json','path','LnbFT','generateJSON','PqvOA','eAlBm','symxA','<tr><td>','OygyR','message','KHWKQ','ITuNH','generateHTMLReport','CIwDs','bMObx','xqopk','xHCSu','GytiT','join','yVwdt','FRSdD','</tbody></table></body></html>','zkMjm','UgGqm','VuraY','pImPn','WHlSP','lFmCr','IvpBs','started','pushPerfMeasures','gUmQc','Ctvqm','nwDmH','false','LPhbr','disconnect','JQbCF','MOknT','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','parse','bmqBY','ALHiS','stopAndGenerate','jUUpD','existsSync','calculateTimesFromMultipleFiles','</td></tr>','ZfEgR','startMonitoring','altye','oyPrn','eAoIu','azrxS','LKXsY','measures','UTCsg','413967TckBPg','TXQZV','dfRBv','vlOlR','hHpqo','slice','gdirc','finally','405444zhGYMi','yEJSa','GxjkW','pEmFe','dxabI','158607daKOOZ','XWAPv','mqfLg','tctBP','sPxWB','concat','\x20for\x20all\x20processes\x20is\x20','OROHM','joanr','catch','gOOao','writeFile','hzJgU','unlinkSync','bSRyl','captureError','IPzEF','cwd','OWqXG','getCleanedPerfEvents','QoGdJ','length','AnTbg','function'];a68_0x4063=function(){return _0x30a4dc;};return a68_0x4063();}class PerformanceTester{static [a68_0x411902(0x292)];static [a68_0x411902(0x28d)]=[];static [a68_0x411902(0x22d)]=[];static [a68_0x411902(0x294)]=[];static [a68_0x411902(0x2ca)]=![];static [a68_0x411902(0x1fa)]=a68_0x411902(0x238);static [a68_0x411902(0x2a4)]='error-report.json';static[a68_0x411902(0x1a7)](_0x311276='performance-report.json',_0x323de1=a68_0x411902(0x2ad)){const _0x459433=a68_0x411902,_0xb31f6={'ZfEgR':function(_0x1e2b37,_0x2bd2a3){return _0x1e2b37(_0x2bd2a3);},'yQHpe':function(_0x43c049,_0x2847c3){return _0x43c049!==_0x2847c3;},'FRSdD':'NQMED','OygyR':_0x459433(0x1ed),'qcZPr':function(_0x176952,_0xe8fcd2){return _0x176952===_0xe8fcd2;},'kjTOc':'measure','ykBvg':'FCHQU','OicGq':function(_0x3ea2c0,_0x357173){return _0x3ea2c0!==_0x357173;},'VGEfN':'uzHJb','UizKH':function(_0x31d80f,_0x3fdf9d){return _0x31d80f!==_0x3fdf9d;},'zOCTr':_0x459433(0x2b7),'sPxWB':function(_0x39ba71,_0x392699){return _0x39ba71!==_0x392699;},'pXMiY':_0x459433(0x2d7),'LLdwV':'Pgfkq','CIwDs':_0x459433(0x1d3)};if(this[_0x459433(0x2ca)]||!this[_0x459433(0x288)]()){if(_0xb31f6[_0x459433(0x1c0)](_0xb31f6[_0x459433(0x231)],_0xb31f6['LLdwV']))return;else{const _0x583eac=[_0xa23090,_0x1370b0,null][_0x459433(0x1c1)](arguments);return _0x1fe8ff[_0x459433(0x295)][_0x459433(0x246)](_0x590306,_0x583eac);}}this[_0x459433(0x292)]=new PerformanceObserver(_0x41ebc9=>{const _0x8aeea9=_0x459433,_0x27a307={'iBLxC':function(_0x489c62,_0x3ded21){const _0x2a6dea=a68_0x5368;return _0xb31f6[_0x2a6dea(0x1a6)](_0x489c62,_0x3ded21);},'OFftD':function(_0x4af937,_0xe2b9d2){return _0xb31f6['yQHpe'](_0x4af937,_0xe2b9d2);},'TMNRm':_0xb31f6[_0x8aeea9(0x2c1)],'gOOao':_0xb31f6[_0x8aeea9(0x2b5)],'sRaEH':function(_0x2ccfc7,_0x481bd3){const _0x5b7c7d=_0x8aeea9;return _0xb31f6[_0x5b7c7d(0x29c)](_0x2ccfc7,_0x481bd3);},'GmyUx':_0xb31f6[_0x8aeea9(0x25f)],'IqTlD':_0xb31f6['ykBvg'],'TdMhY':function(_0xd15fdd,_0x2d1671){const _0x3f01b8=_0x8aeea9;return _0xb31f6[_0x3f01b8(0x277)](_0xd15fdd,_0x2d1671);},'LwmyP':_0xb31f6['VGEfN']};if(_0xb31f6[_0x8aeea9(0x1e6)](_0xb31f6['zOCTr'],_0xb31f6['zOCTr'])){if(!this[_0x8aeea9(0x288)]())return;this[_0x8aeea9(0x292)][_0x8aeea9(0x2d1)](),this[_0x8aeea9(0x2cb)](),this[_0x8aeea9(0x235)]();}else _0x41ebc9[_0x8aeea9(0x23e)]()['forEach'](_0x2538a5=>{const _0x5ac066=_0x8aeea9,_0x215b79={'bPatL':function(_0x3009fa,_0x5bb6f0){const _0x1feffe=a68_0x5368;return _0x27a307[_0x1feffe(0x1df)](_0x3009fa,_0x5bb6f0);}};if(_0x27a307[_0x5ac066(0x22f)](_0x27a307[_0x5ac066(0x23c)],_0x27a307[_0x5ac066(0x1c6)])){if(_0x27a307[_0x5ac066(0x229)](_0x2538a5['entryType'],_0x27a307[_0x5ac066(0x1f2)])){if(_0x27a307[_0x5ac066(0x22f)](_0x27a307[_0x5ac066(0x265)],_0x27a307[_0x5ac066(0x265)]))return[];else this[_0x5ac066(0x22d)][_0x5ac066(0x21b)](_0x2538a5);}else{if(_0x27a307[_0x5ac066(0x264)](_0x27a307['LwmyP'],_0x27a307[_0x5ac066(0x1ec)]))return this[_0x5ac066(0x294)];else this[_0x5ac066(0x28d)][_0x5ac066(0x21b)](_0x2538a5);}}else _0x215b79['bPatL'](_0xf517f3,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x377bc0[_0x5ac066(0x26c)]());});});const _0x570e30={};_0x570e30[_0x459433(0x255)]=!![],_0x570e30[_0x459433(0x241)]=[_0xb31f6[_0x459433(0x2ba)],_0xb31f6[_0x459433(0x25f)]],this[_0x459433(0x292)]['observe'](_0x570e30),this[_0x459433(0x2ca)]=!![],this[_0x459433(0x1fa)]=_0x311276,this['errorReportFileName']=_0x323de1;}static[a68_0x411902(0x1e8)](){return performance;}static[a68_0x411902(0x253)](_0x41eab1,_0x2fd2cf){const _0x111fd1=a68_0x411902,_0x3ff53d={'mpvZk':function(_0xd33088,_0x2999d2){return _0xd33088===_0x2999d2;},'azrxS':function(_0x103859,_0xf2693e){return _0x103859+_0xf2693e;},'VDyRk':function(_0x32fe84,_0x105dd7){return _0x32fe84(_0x105dd7);},'zkMjm':function(_0x268c3c,_0x16ab91){return _0x268c3c===_0x16ab91;},'qhXQP':function(_0xb22a27,_0x54564b){return _0xb22a27>_0x54564b;},'frEgg':function(_0x22fbcc,_0x50982b){return _0x22fbcc!==_0x50982b;},'IvDTf':_0x111fd1(0x1ae),'WVEPo':_0x111fd1(0x26e),'RGRTJ':_0x111fd1(0x1b2),'SYuOl':'<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','QrToM':'<h1>Performance\x20Report</h1>','nwDmH':_0x111fd1(0x2d4),'mdKQn':_0x111fd1(0x2c2),'eAIpA':function(_0x5a3664,_0x2e0e2d){return _0x5a3664===_0x2e0e2d;},'riEim':_0x111fd1(0x219),'WRdIW':function(_0x6085ec,_0x481f4b){return _0x6085ec||_0x481f4b;},'pyyYC':function(_0x17a050,_0x2b029d){return _0x17a050===_0x2b029d;},'PctWR':_0x111fd1(0x278)},_0x3ad73b={};if(!_0x41eab1||_0x3ff53d['pyyYC'](_0x41eab1[_0x111fd1(0x1d1)],0x0)){if(_0x3ff53d[_0x111fd1(0x256)](_0x3ff53d[_0x111fd1(0x24b)],_0x3ff53d['PctWR'])){if(_0x3ff53d[_0x111fd1(0x24c)](this['_measureEvents'][_0x111fd1(0x1d1)],0x0))return;const _0x1d46c5=this[_0x111fd1(0x1cf)](),_0x4b3d32=_0x337388['stringify'](_0x1d46c5),_0x3996ea=_0x3ff53d[_0x111fd1(0x1ab)](_0x4b3d32[_0x111fd1(0x1b4)](0x1,-0x1),',');_0x31fdd9['appendFileSync'](this[_0x111fd1(0x1fa)],_0x3996ea);}else return;}_0x41eab1[_0x111fd1(0x1dd)](_0x592e5b=>{const _0x34cd6a=_0x111fd1,_0x2d9aba={'DJaqA':function(_0x525c67,_0x4f90ac){const _0x4541fc=a68_0x5368;return _0x3ff53d[_0x4541fc(0x2c3)](_0x525c67,_0x4f90ac);},'kivck':function(_0x1508fb,_0x1d2bff){return _0x3ff53d['qhXQP'](_0x1508fb,_0x1d2bff);}};if(_0x3ff53d[_0x34cd6a(0x256)](_0x3ff53d['IvDTf'],_0x3ff53d[_0x34cd6a(0x1f1)])){if(!_0x3ad73b[_0x592e5b['name']]){if(_0x3ff53d[_0x34cd6a(0x256)](_0x3ff53d[_0x34cd6a(0x258)],_0x3ff53d[_0x34cd6a(0x258)])){if(!this[_0x34cd6a(0x2ca)]||_0x2d9aba['DJaqA'](this[_0x34cd6a(0x22d)][_0x34cd6a(0x1d1)],0x0))return[];if(!_0x4b563d[_0x34cd6a(0x1a3)](this[_0x34cd6a(0x1fa)]))return this[_0x34cd6a(0x22d)];let _0x1b0be0=_0x4c3444['readFileSync'](this[_0x34cd6a(0x1fa)])[_0x34cd6a(0x26c)]();_0x1b0be0='['+_0x1b0be0['slice'](0x0,-0x1)+']';let _0x53a575=_0x8a22a5[_0x34cd6a(0x2d5)](_0x1b0be0);return _0x2d9aba['kivck'](this[_0x34cd6a(0x22d)][_0x34cd6a(0x1d1)],0x0)&&(_0x53a575=_0x53a575[_0x34cd6a(0x1c1)](this[_0x34cd6a(0x1cf)]())),this[_0x34cd6a(0x292)][_0x34cd6a(0x2d1)](),_0x17c5bc[_0x34cd6a(0x1c9)](this[_0x34cd6a(0x1fa)]),_0x53a575;}else _0x3ad73b[_0x592e5b['name']]=0x0;}_0x3ad73b[_0x592e5b[_0x34cd6a(0x27b)]]+=_0x592e5b[_0x34cd6a(0x2a2)];}else{_0x3ff53d['VDyRk'](_0x27bf40,'Error\x20in\x20writing\x20html\x20'+_0x34c9ab[_0x34cd6a(0x26c)]());return;}});const _0x33970f=_0x2fd2cf[_0x111fd1(0x201)]((_0x2f2b90,_0x18f15a)=>{const _0x425fcc=_0x111fd1,_0x3175c2={};_0x3175c2[_0x425fcc(0x207)]=_0x3ff53d['SYuOl'],_0x3175c2[_0x425fcc(0x243)]=_0x3ff53d[_0x425fcc(0x244)],_0x3175c2['FatGq']=_0x3ff53d[_0x425fcc(0x2ce)],_0x3175c2[_0x425fcc(0x210)]=_0x3ff53d['mdKQn'];const _0x3fdaa8=_0x3175c2;if(_0x3ff53d['eAIpA'](_0x3ff53d[_0x425fcc(0x1ff)],_0x3ff53d[_0x425fcc(0x1ff)]))return _0x3ff53d[_0x425fcc(0x1ab)](_0x3ad73b[_0x18f15a],_0x3ff53d[_0x425fcc(0x28f)](_0x2f2b90,0x0));else{let _0x1aeb17=_0x3fdaa8['UIrRp'];return _0x1aeb17+=_0x3fdaa8['zjYkR'],_0x1aeb17+=_0x3fdaa8['FatGq'],_0x487cde['forEach'](_0x4151ae=>{const _0x3c48fe=_0x425fcc;_0x1aeb17+=_0x3c48fe(0x2b4)+_0x4151ae[_0x3c48fe(0x27b)]+_0x3c48fe(0x28a)+_0x4151ae[_0x3c48fe(0x2a2)]+_0x3c48fe(0x1a5);}),_0x1aeb17+=_0x3fdaa8['eOlaJ'],_0x1aeb17;}},0x0);return _0x33970f;}static async[a68_0x411902(0x1a4)](_0x26f0a6,_0x754cc8){const _0x4ab0a7=a68_0x411902,_0x2fdbdb={'rxVYN':function(_0x321212,_0x4de6fd){return _0x321212!==_0x4de6fd;},'TXQZV':_0x4ab0a7(0x20e),'giImR':_0x4ab0a7(0x274),'jYnGO':function(_0x49c143,_0x43476){return _0x49c143===_0x43476;},'LcliB':_0x4ab0a7(0x2a5),'FXXUw':function(_0x3580cb,_0x202318){return _0x3580cb!==_0x202318;},'GxjkW':_0x4ab0a7(0x1d7),'bmqBY':_0x4ab0a7(0x26f),'OROHM':function(_0x1380c8,_0x50c61b){return _0x1380c8+_0x50c61b;},'JQbCF':function(_0x5592c0,_0x259366){return _0x5592c0||_0x259366;},'eqtaD':function(_0x5bb029,_0x39c9f7){return _0x5bb029===_0x39c9f7;},'UmTYn':function(_0x40190b,_0x2299e3){return _0x40190b!==_0x2299e3;},'LbtLv':_0x4ab0a7(0x203),'tctBP':_0x4ab0a7(0x257),'joanr':'DiCqz','IvpBs':_0x4ab0a7(0x26a),'PRDcq':function(_0x15931b,_0x497d8b){return _0x15931b===_0x497d8b;},'ciimw':_0x4ab0a7(0x2a6),'kDjeT':function(_0x2ad213,_0x53dc08){return _0x2ad213!==_0x53dc08;},'rjJUH':'sYRQr','MOknT':function(_0x1b338e,_0x40a0f7){return _0x1b338e(_0x40a0f7);},'gTBNE':function(_0x591f0d,_0x1ed197){return _0x591f0d(_0x1ed197);}};if(!_0x26f0a6||_0x2fdbdb[_0x4ab0a7(0x214)](_0x26f0a6[_0x4ab0a7(0x1d1)],0x0)){if(_0x2fdbdb[_0x4ab0a7(0x25c)](_0x2fdbdb[_0x4ab0a7(0x225)],_0x2fdbdb[_0x4ab0a7(0x1bf)]))return 0x0;else _0x581823[_0x3be9f2[_0x4ab0a7(0x27b)]]=0x0;}const _0x1f888f=[];for(const _0x542f0b of _0x26f0a6){if(_0x2fdbdb[_0x4ab0a7(0x2ac)](_0x2fdbdb[_0x4ab0a7(0x1c4)],_0x2fdbdb[_0x4ab0a7(0x2c9)]))return new _0x4a09e9((_0x17fe99,_0x415bad)=>{const _0x509276=_0x4ab0a7;_0x280d89[_0x509276(0x27d)](_0x44dc22=>_0x17fe99(_0x44dc22))['catch'](_0xb5ee74=>_0x415bad(_0xb5ee74))[_0x509276(0x1b6)](()=>{const _0x2f8236=_0x509276;_0x6ad85b[_0x2f8236(0x282)](_0xc41414),_0x254b4b[_0x2f8236(0x295)](_0x32af00,_0x292c06,_0x43675a);});});else{const _0x1ec5dc=path['join']('.',_0x542f0b);try{if(_0x2fdbdb['PRDcq'](_0x2fdbdb['ciimw'],_0x2fdbdb[_0x4ab0a7(0x29d)])){const _0x170ee8=this['getEventsFromJSON'](_0x1ec5dc);_0x170ee8[_0x4ab0a7(0x1dd)](_0x333378=>{const _0x1b8818=_0x4ab0a7;_0x2fdbdb[_0x1b8818(0x217)](_0x2fdbdb[_0x1b8818(0x1b0)],_0x2fdbdb['giImR'])?(!_0x1f888f[_0x333378[_0x1b8818(0x27b)]]&&(_0x2fdbdb[_0x1b8818(0x2ac)](_0x2fdbdb[_0x1b8818(0x1f6)],_0x2fdbdb[_0x1b8818(0x1f6)])?_0x1f888f[_0x333378['name']]=0x0:_0x197f76=_0x31a810[_0x1b8818(0x1c1)](this['_errorEvents'])),_0x1f888f[_0x333378[_0x1b8818(0x27b)]]+=_0x333378[_0x1b8818(0x2a2)]):(_0x29902e['mark'](_0x1bfd5a),_0x14aaec['measure'](_0x23cafc,_0x11d7de,_0x39a8f1));});}else return this[_0x4ab0a7(0x22d)];}catch(_0x403448){_0x2fdbdb[_0x4ab0a7(0x213)](_0x2fdbdb[_0x4ab0a7(0x273)],_0x2fdbdb[_0x4ab0a7(0x273)])?_0x493750=_0x1e3eb6+'['+_0x3f632f[_0x4ab0a7(0x223)](_0x5527f6)+']':_0x2fdbdb[_0x4ab0a7(0x2d3)](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x403448[_0x4ab0a7(0x26c)]());}}}const _0x35f1eb=_0x754cc8[_0x4ab0a7(0x201)]((_0x154c2a,_0x181231)=>{const _0x2c8214=_0x4ab0a7;if(_0x2fdbdb['FXXUw'](_0x2fdbdb[_0x2c8214(0x1b9)],_0x2fdbdb[_0x2c8214(0x2d6)]))return _0x2fdbdb[_0x2c8214(0x1c3)](_0x1f888f[_0x181231],_0x2fdbdb[_0x2c8214(0x2d2)](_0x154c2a,0x0));else{const _0x30cc38={};return _0x30cc38[_0x2c8214(0x27b)]=_0x4d7053,_0x30cc38[_0x2c8214(0x2a2)]=_0x1ee31f,_0x30cc38;}},0x0);return _0x2fdbdb[_0x4ab0a7(0x29f)](debug,'Time\x20for\x20'+_0x754cc8+_0x4ab0a7(0x1c2)+_0x35f1eb),_0x35f1eb;}static['getEventsFromJSON'](_0x317d57){const _0x2eacf6=a68_0x411902,_0x4c461b={};_0x4c461b[_0x2eacf6(0x220)]=function(_0x28e7d9,_0x120124){return _0x28e7d9!==_0x120124;},_0x4c461b[_0x2eacf6(0x1be)]=_0x2eacf6(0x20b),_0x4c461b[_0x2eacf6(0x2c5)]=_0x2eacf6(0x247);const _0x1d2828=_0x4c461b;if(!fs[_0x2eacf6(0x1a3)](_0x317d57)){if(_0x1d2828[_0x2eacf6(0x220)](_0x1d2828['mqfLg'],_0x1d2828[_0x2eacf6(0x2c5)]))return[];else!_0x1fef3c[_0x277c77[_0x2eacf6(0x27b)]]&&(_0x476f94[_0x5735c9['name']]=0x0),_0x452d1d[_0x23840f['name']]+=_0xd29c5e[_0x2eacf6(0x2a2)];}return JSON[_0x2eacf6(0x2d5)](fs[_0x2eacf6(0x263)](_0x317d57)['toString']());}static async[a68_0x411902(0x2d8)](_0x5d6b7e='performance-own.html',_0x365d3a=null){const _0x286c45=a68_0x411902,_0x95d43e={'NTZgo':function(_0x41aa06,_0x5f14dd){return _0x41aa06===_0x5f14dd;},'gUmQc':_0x286c45(0x295),'qszSd':function(_0x3a450c,_0xfc2001){return _0x3a450c!==_0xfc2001;},'LnbFT':_0x286c45(0x2aa),'SmjTY':_0x286c45(0x2cd),'nGWzU':_0x286c45(0x206),'xAvRi':function(_0x35c45f,_0x387881){return _0x35c45f(_0x387881);},'symxA':function(_0x4166f4,_0xd9bad){return _0x4166f4>_0xd9bad;},'gXcWV':function(_0x51df36,_0xa4bb44){return _0x51df36!==_0xa4bb44;},'AOArc':_0x286c45(0x1d6),'GZBOG':function(_0x2c5111,_0x4337c4){return _0x2c5111(_0x4337c4);},'WHlSP':'puGOV','NOuRw':_0x286c45(0x29b)};if(!this[_0x286c45(0x2ca)]){if(_0x95d43e[_0x286c45(0x20a)](_0x95d43e[_0x286c45(0x260)],_0x95d43e['AOArc']))_0x95d43e[_0x286c45(0x293)](_0x350e89[_0x286c45(0x1e3)],_0x95d43e[_0x286c45(0x2cc)])?this[_0x286c45(0x22d)][_0x286c45(0x21b)](_0x1df29b):this[_0x286c45(0x28d)]['push'](_0x1ec685);else return;}await _0x95d43e[_0x286c45(0x24f)](sleep,0x1e),this[_0x286c45(0x292)][_0x286c45(0x2d1)](),this['started']=![],this[_0x286c45(0x2b0)](this[_0x286c45(0x28d)]);const _0x58b19e=this[_0x286c45(0x2b9)](this['_events']),_0x3ebc01=path[_0x286c45(0x2bf)](process[_0x286c45(0x1cd)](),_0x5d6b7e);fs[_0x286c45(0x1c7)](_0x3ebc01,_0x58b19e,_0x566978=>{const _0x561bc2=_0x286c45;if(_0x95d43e[_0x561bc2(0x1e1)](_0x95d43e[_0x561bc2(0x2af)],_0x95d43e[_0x561bc2(0x290)])){if(_0x566978){if(_0x95d43e[_0x561bc2(0x293)](_0x95d43e['nGWzU'],_0x95d43e[_0x561bc2(0x222)])){_0x95d43e[_0x561bc2(0x29a)](debug,'Error\x20in\x20writing\x20html\x20'+_0x566978[_0x561bc2(0x26c)]());return;}else _0x483bba+=_0x561bc2(0x2b4)+_0x42a3a0[_0x561bc2(0x27b)]+_0x561bc2(0x28a)+_0x20eab0[_0x561bc2(0x2a2)]+_0x561bc2(0x1a5);}_0x95d43e[_0x561bc2(0x29a)](debug,_0x561bc2(0x202)+_0x3ebc01);}else this[_0x561bc2(0x22d)]['push'](_0x3486c1);});if(_0x365d3a){if(_0x95d43e[_0x286c45(0x293)](_0x95d43e[_0x286c45(0x2c7)],_0x95d43e[_0x286c45(0x215)])){if(!_0x1e1877[_0x286c45(0x1a3)](this[_0x286c45(0x2a4)]))return this[_0x286c45(0x294)];let _0x2303a6=_0x5de012[_0x286c45(0x263)](this[_0x286c45(0x2a4)])[_0x286c45(0x26c)]();_0x2303a6='['+_0x2303a6[_0x286c45(0x1b4)](0x0,-0x1)+']';let _0x57c7b5=_0x379c14[_0x286c45(0x2d5)](_0x2303a6);return _0x95d43e[_0x286c45(0x2b3)](this[_0x286c45(0x294)][_0x286c45(0x1d1)],0x0)&&(_0x57c7b5=_0x57c7b5[_0x286c45(0x1c1)](this[_0x286c45(0x294)])),_0x369f4b[_0x286c45(0x1c9)](this[_0x286c45(0x2a4)]),_0x57c7b5;}else return this[_0x286c45(0x253)](this['_events'],_0x365d3a);}}static[a68_0x411902(0x2b9)](_0x289e18){const _0x1b3bdc=a68_0x411902,_0x44416f={};_0x44416f['WzJMc']=function(_0x44c542,_0x46949b){return _0x44c542!==_0x46949b;},_0x44416f[_0x1b3bdc(0x1ee)]=_0x1b3bdc(0x1f9),_0x44416f[_0x1b3bdc(0x299)]=_0x1b3bdc(0x200),_0x44416f[_0x1b3bdc(0x209)]=_0x1b3bdc(0x24e),_0x44416f['MerrE']='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x44416f[_0x1b3bdc(0x1fe)]=_0x1b3bdc(0x2c2);const _0x529cf6=_0x44416f;let _0xebb96d=_0x529cf6['GopMb'];return _0xebb96d+=_0x529cf6[_0x1b3bdc(0x209)],_0xebb96d+=_0x529cf6['MerrE'],_0x289e18['forEach'](_0x3c7306=>{const _0x23044d=_0x1b3bdc;_0x529cf6[_0x23044d(0x226)](_0x529cf6[_0x23044d(0x1ee)],_0x529cf6['pmRjV'])?_0x4d17d8[_0x42d726[_0x23044d(0x27b)]]=0x0:_0xebb96d+=_0x23044d(0x2b4)+_0x3c7306[_0x23044d(0x27b)]+_0x23044d(0x28a)+_0x3c7306[_0x23044d(0x2a2)]+_0x23044d(0x1a5);}),_0xebb96d+=_0x529cf6[_0x1b3bdc(0x1fe)],_0xebb96d;}static[a68_0x411902(0x2b0)](_0xf2da30){const _0x382755=a68_0x411902,_0x2a89e7={};_0x2a89e7[_0x382755(0x287)]=function(_0x41d29e,_0x36c168){return _0x41d29e!==_0x36c168;},_0x2a89e7[_0x382755(0x27c)]=_0x382755(0x1d8),_0x2a89e7['WdTqR']=function(_0x249e3f,_0x29a621){return _0x249e3f===_0x29a621;},_0x2a89e7['zjxwo']=_0x382755(0x252),_0x2a89e7[_0x382755(0x25b)]=_0x382755(0x248),_0x2a89e7[_0x382755(0x1ef)]='Error\x20stopping\x20monitoring',_0x2a89e7[_0x382755(0x1e5)]=function(_0x2504de,_0x304e47){return _0x2504de!==_0x304e47;},_0x2a89e7[_0x382755(0x233)]='GDUfU',_0x2a89e7[_0x382755(0x205)]=_0x382755(0x1d0),_0x2a89e7[_0x382755(0x2b2)]='mhcUT',_0x2a89e7[_0x382755(0x240)]='ZPgrt';const _0x1dbf1a=_0x2a89e7;if(!this['jsonReportFileName']){if(_0x1dbf1a[_0x382755(0x287)](_0x1dbf1a[_0x382755(0x2b2)],_0x1dbf1a[_0x382755(0x240)]))return;else return 0x0;}const _0x3e4819={};_0xf2da30[_0x382755(0x1dd)](_0x45b36e=>{const _0x4ad795=_0x382755;if(_0x1dbf1a[_0x4ad795(0x287)](_0x1dbf1a['LsaYd'],_0x1dbf1a[_0x4ad795(0x27c)])){const _0x29f2b6=this[_0x4ad795(0x296)](),_0x28d78a=this[_0x4ad795(0x283)]();if(!this[_0x4ad795(0x288)]()){const _0x13ad1b={};return _0x13ad1b[_0x4ad795(0x1ad)]=[],_0x13ad1b[_0x4ad795(0x26b)]=[],_0x13ad1b;}const _0x4f133d={};return _0x4f133d[_0x4ad795(0x1ad)]=_0x29f2b6,_0x4f133d[_0x4ad795(0x26b)]=_0x28d78a,_0x4f133d;}else{if(!_0x3e4819[_0x45b36e[_0x4ad795(0x27b)]]){if(_0x1dbf1a[_0x4ad795(0x239)](_0x1dbf1a[_0x4ad795(0x237)],_0x1dbf1a['WXjPe']))return[];else _0x3e4819[_0x45b36e[_0x4ad795(0x27b)]]=0x0;}_0x3e4819[_0x45b36e[_0x4ad795(0x27b)]]+=_0x45b36e[_0x4ad795(0x2a2)];}});const _0x5845a0=Object[_0x382755(0x262)](_0x3e4819)['map'](([_0x5d87f3,_0x220a45])=>{const _0xa2b471=_0x382755;if(_0x1dbf1a[_0xa2b471(0x1e5)](_0x1dbf1a[_0xa2b471(0x233)],_0x1dbf1a[_0xa2b471(0x205)])){const _0x1d0067={};return _0x1d0067[_0xa2b471(0x27b)]=_0x5d87f3,_0x1d0067[_0xa2b471(0x2a2)]=_0x220a45,_0x1d0067;}else _0x58bda8[_0xa2b471(0x22c)](_0x1dbf1a[_0xa2b471(0x1ef)]);});fs[_0x382755(0x242)](this[_0x382755(0x1fa)],JSON[_0x382755(0x223)](_0x5845a0));}static[a68_0x411902(0x288)](){const _0x3de3f7=a68_0x411902,_0x54ff84={};_0x54ff84['iGHIX']=function(_0xc4315b,_0x38150f){return _0xc4315b===_0x38150f;},_0x54ff84[_0x3de3f7(0x211)]=_0x3de3f7(0x2cf);const _0x202b3c=_0x54ff84;return!_0x202b3c[_0x3de3f7(0x25a)](process[_0x3de3f7(0x1f8)][_0x3de3f7(0x285)],_0x202b3c[_0x3de3f7(0x211)]);}static[a68_0x411902(0x295)](_0x2562f1,_0x5be52d,_0x438206=null,_0x24cc70=null){const _0x423263=a68_0x411902,_0x30a074={};_0x30a074[_0x423263(0x2a1)]=function(_0x3b9326,_0x4c8535){return _0x3b9326===_0x4c8535;},_0x30a074[_0x423263(0x216)]=_0x423263(0x2cf),_0x30a074[_0x423263(0x2be)]=function(_0x1f415f,_0x12d73c){return _0x1f415f===_0x12d73c;},_0x30a074[_0x423263(0x22e)]=_0x423263(0x1cc),_0x30a074[_0x423263(0x1b3)]=function(_0x49ad36,_0x2b5498){return _0x49ad36!==_0x2b5498;},_0x30a074['ycstv']=_0x423263(0x1fd),_0x30a074[_0x423263(0x291)]=function(_0x273060,_0x89d7ad){return _0x273060===_0x89d7ad;},_0x30a074[_0x423263(0x21e)]=function(_0x31cbba,_0x1f2973){return _0x31cbba+_0x1f2973;},_0x30a074[_0x423263(0x1b1)]=_0x423263(0x1d4),_0x30a074['oyPrn']='ulfTS',_0x30a074['xqUMb']=_0x423263(0x1ea),_0x30a074['XeAbd']='sPisL',_0x30a074[_0x423263(0x289)]='mUnTk',_0x30a074[_0x423263(0x21d)]=function(_0x4a40a9,_0x25ae37){return _0x4a40a9+_0x25ae37;},_0x30a074[_0x423263(0x2b8)]=_0x423263(0x269),_0x30a074[_0x423263(0x1e9)]='-end',_0x30a074[_0x423263(0x1f5)]=function(_0x4c6e6c,_0x3429df){return _0x4c6e6c instanceof _0x3429df;},_0x30a074[_0x423263(0x224)]=_0x423263(0x22a),_0x30a074[_0x423263(0x2c0)]=_0x423263(0x280),_0x30a074['fiNjZ']='uKaEq';const _0x12538d=_0x30a074;try{if(_0x12538d[_0x423263(0x1b3)](_0x12538d[_0x423263(0x1b1)],_0x12538d[_0x423263(0x1a9)])){if(this['started']&&this[_0x423263(0x288)]()){if(_0x12538d['hHpqo'](_0x12538d[_0x423263(0x298)],_0x12538d[_0x423263(0x271)])){let _0x586702=_0x2562f1;if(_0x438206){if(_0x12538d[_0x423263(0x2a1)](_0x12538d[_0x423263(0x289)],_0x12538d[_0x423263(0x289)]))_0x586702=_0x2562f1+'['+JSON['stringify'](_0x438206)+']';else return!_0x12538d[_0x423263(0x2a1)](_0x31be8d[_0x423263(0x1f8)][_0x423263(0x285)],_0x12538d[_0x423263(0x216)]);}const _0x1f1fe2=_0x12538d[_0x423263(0x21d)](_0x586702,_0x12538d['ITuNH']),_0x419fec=_0x12538d[_0x423263(0x21e)](_0x586702,_0x12538d[_0x423263(0x1e9)]);performance['mark'](_0x1f1fe2);const _0x68a314=_0x5be52d[_0x423263(0x246)](null,_0x24cc70);if(_0x12538d['OclRs'](_0x68a314,Promise)){if(_0x12538d[_0x423263(0x1b3)](_0x12538d[_0x423263(0x224)],_0x12538d[_0x423263(0x224)])){if(!this[_0x423263(0x288)]())return;this[_0x423263(0x294)]['push']({'message':_0x11518a[_0x423263(0x2b6)],'trace':_0x5804e4[_0x423263(0x23b)],'code':_0x382e12['code']||null,'time':new _0x3d1256()});}else return new Promise((_0x489ba8,_0x5d167c)=>{const _0x3d8f05=_0x423263,_0x1f8b96={'TgrqE':function(_0x547106,_0x19d3a6){return _0x12538d['GytiT'](_0x547106,_0x19d3a6);},'oHAEg':_0x12538d['QuZiX']};_0x12538d[_0x3d8f05(0x1b3)](_0x12538d['ycstv'],_0x12538d[_0x3d8f05(0x24d)])?(_0x52b68e[_0x318f71[_0x3d8f05(0x27b)]]=_0x58102b,_0x1e7cc3[_0x70ddef[_0x3d8f05(0x27b)]]=0x1):_0x68a314[_0x3d8f05(0x27d)](_0xc62aaa=>_0x489ba8(_0xc62aaa))['catch'](_0x1cd298=>_0x5d167c(_0x1cd298))[_0x3d8f05(0x1b6)](()=>{const _0x2ae81e=_0x3d8f05;if(_0x1f8b96[_0x2ae81e(0x1da)](_0x1f8b96[_0x2ae81e(0x1f7)],_0x1f8b96['oHAEg']))performance['mark'](_0x419fec),performance[_0x2ae81e(0x295)](_0x586702,_0x1f1fe2,_0x419fec);else return _0x32e955;});});};return performance[_0x423263(0x282)](_0x419fec),performance[_0x423263(0x295)](_0x586702,_0x1f1fe2,_0x419fec),_0x68a314;}else!_0x3dd82e[_0x4774c0[_0x423263(0x27b)]]&&(_0x55492f[_0x5d8a17[_0x423263(0x27b)]]=0x0),_0x29c66f[_0x43c4d1[_0x423263(0x27b)]]+=_0x102d75['duration'];};return _0x5be52d[_0x423263(0x246)](null,_0x24cc70);}else{if(_0x12538d[_0x423263(0x291)](this[_0x423263(0x294)][_0x423263(0x1d1)],0x0))return;const _0x537ffc=_0x46eb5c[_0x423263(0x223)](this[_0x423263(0x294)]),_0x47262c=_0x12538d[_0x423263(0x21e)](_0x537ffc[_0x423263(0x1b4)](0x1,-0x1),',');_0xc7395c[_0x423263(0x232)](this[_0x423263(0x228)],_0x47262c);}}catch(_0xa63ce){if(_0x12538d[_0x423263(0x291)](_0x12538d[_0x423263(0x2c0)],_0x12538d[_0x423263(0x27f)]))_0x193d94['then'](_0x5ba3a3=>_0x5d9247(_0x5ba3a3))[_0x423263(0x1c5)](_0x275e2b=>_0xdcfe71(_0x275e2b))[_0x423263(0x1b6)](()=>{const _0x2b0233=_0x423263;_0x99cb0d['mark'](_0x19f190),_0xd2354[_0x2b0233(0x295)](_0x32242a,_0x1e0d96,_0xf67469);});else return _0x5be52d[_0x423263(0x246)](null,_0x24cc70);}}static[a68_0x411902(0x20f)](_0xb2351f,_0x5c0035){const _0x14b6f5=a68_0x411902,_0x17581b={};_0x17581b['wzghG']=function(_0x5d7a39,_0x3736c0){return _0x5d7a39===_0x3736c0;},_0x17581b[_0x14b6f5(0x1eb)]='evkRb',_0x17581b[_0x14b6f5(0x227)]=_0x14b6f5(0x1ba);const _0x39e9fb=_0x17581b,_0x3bdfa6=this;return function(){const _0x5751d6=_0x14b6f5;if(_0x39e9fb[_0x5751d6(0x1e2)](_0x39e9fb[_0x5751d6(0x1eb)],_0x39e9fb[_0x5751d6(0x227)])){const _0x11f716=this;return function(){const _0x256161=_0x5751d6,_0x44de1c=[_0x89bdb9,_0x3f0090,null][_0x256161(0x1c1)](arguments);return _0x11f716[_0x256161(0x295)][_0x256161(0x246)](_0x11f716,_0x44de1c);};}else{const _0x5e3dd7=[_0xb2351f,_0x5c0035,null][_0x5751d6(0x1c1)](arguments);return _0x3bdfa6[_0x5751d6(0x295)]['apply'](_0x3bdfa6,_0x5e3dd7);}};}static[a68_0x411902(0x1cf)](){const _0x17d5b9=a68_0x411902,_0x37937c={};_0x37937c[_0x17d5b9(0x28e)]=function(_0xca0700,_0x4be504){return _0xca0700===_0x4be504;},_0x37937c[_0x17d5b9(0x27a)]=_0x17d5b9(0x295),_0x37937c[_0x17d5b9(0x23f)]=function(_0xcf304b,_0x48fe4c){return _0xcf304b!==_0x48fe4c;},_0x37937c['krBKe']='CzZOU',_0x37937c[_0x17d5b9(0x20d)]='AeLCo',_0x37937c['wJuck']=function(_0x1c150f,_0x1bd3b6){return _0x1c150f===_0x1bd3b6;},_0x37937c[_0x17d5b9(0x230)]=_0x17d5b9(0x245),_0x37937c[_0x17d5b9(0x268)]='NJFCV',_0x37937c[_0x17d5b9(0x204)]=_0x17d5b9(0x1aa),_0x37937c['AnTbg']=function(_0x37f025,_0x146259){return _0x37f025/_0x146259;},_0x37937c[_0x17d5b9(0x284)]=function(_0x3a3f12,_0x38f5f6){return _0x3a3f12+_0x38f5f6;},_0x37937c['TVtAN']=function(_0x35094a,_0xa3710){return _0x35094a*_0xa3710;},_0x37937c[_0x17d5b9(0x281)]=_0x17d5b9(0x26d),_0x37937c[_0x17d5b9(0x2bd)]=_0x17d5b9(0x1bb);const _0x2397a1=_0x37937c,_0x44daf0=/(^.*)\[(.*)\]$/,_0x19ae87={},_0x46f303={};for(const _0x535876 of this['_measureEvents']){if(_0x2397a1[_0x17d5b9(0x23f)](_0x2397a1['krBKe'],_0x2397a1[_0x17d5b9(0x20d)])){const _0x57c174=_0x535876['name'][_0x17d5b9(0x249)](_0x44daf0),_0x17ffc3={};_0x17ffc3['name']=_0x535876[_0x17d5b9(0x27b)],_0x17ffc3[_0x17d5b9(0x2a2)]=_0x535876[_0x17d5b9(0x2a2)]||0x0;const _0x5f06f2=_0x17ffc3;_0x57c174&&(_0x2397a1[_0x17d5b9(0x272)](_0x2397a1[_0x17d5b9(0x230)],_0x2397a1[_0x17d5b9(0x268)])?_0x1d6c78['getEntries']()['forEach'](_0x1c9a91=>{const _0x144519=_0x17d5b9;_0x2397a1[_0x144519(0x28e)](_0x1c9a91[_0x144519(0x1e3)],_0x2397a1[_0x144519(0x27a)])?this[_0x144519(0x22d)][_0x144519(0x21b)](_0x1c9a91):this[_0x144519(0x28d)][_0x144519(0x21b)](_0x1c9a91);}):(_0x5f06f2[_0x17d5b9(0x27b)]=_0x57c174[0x1],_0x5f06f2[_0x17d5b9(0x250)]=JSON['parse'](_0x57c174[0x2])));if(_0x19ae87[_0x5f06f2['name']]){if(_0x2397a1['nCHIS'](_0x2397a1[_0x17d5b9(0x204)],_0x2397a1[_0x17d5b9(0x204)])){const _0x5bef59=_0x19ae87[_0x5f06f2[_0x17d5b9(0x27b)]],_0xc4665=_0x46f303[_0x5f06f2[_0x17d5b9(0x27b)]];_0x19ae87[_0x5f06f2[_0x17d5b9(0x27b)]]['duration']=_0x2397a1[_0x17d5b9(0x1d2)](_0x2397a1[_0x17d5b9(0x284)](_0x2397a1[_0x17d5b9(0x270)](_0x5bef59[_0x17d5b9(0x2a2)],_0xc4665),_0x5f06f2[_0x17d5b9(0x2a2)]),_0x2397a1[_0x17d5b9(0x284)](0x1,_0xc4665)),_0x46f303[_0x5f06f2['name']]++;}else return;}else{if(_0x2397a1['ioXHn'](_0x2397a1[_0x17d5b9(0x281)],_0x2397a1[_0x17d5b9(0x2bd)]))_0x19ae87[_0x5f06f2[_0x17d5b9(0x27b)]]=_0x5f06f2,_0x46f303[_0x5f06f2[_0x17d5b9(0x27b)]]=0x1;else return;}}else return;}return Object[_0x17d5b9(0x212)](_0x19ae87);}static[a68_0x411902(0x2cb)](){const _0x5a8e74=a68_0x411902,_0x402da6={};_0x402da6['OJxzk']=_0x5a8e74(0x2a3),_0x402da6[_0x5a8e74(0x267)]=function(_0x424225,_0x62bf98){return _0x424225===_0x62bf98;},_0x402da6['brKtH']=function(_0x2a3068,_0x1e6077){return _0x2a3068===_0x1e6077;},_0x402da6[_0x5a8e74(0x1e7)]='xrstd',_0x402da6[_0x5a8e74(0x1f3)]=function(_0x35c445,_0x42ba72){return _0x35c445+_0x42ba72;};const _0x37693d=_0x402da6;if(_0x37693d[_0x5a8e74(0x267)](this[_0x5a8e74(0x22d)][_0x5a8e74(0x1d1)],0x0)){if(_0x37693d[_0x5a8e74(0x1fc)](_0x37693d[_0x5a8e74(0x1e7)],_0x37693d[_0x5a8e74(0x1e7)]))return;else try{if(!this[_0x5a8e74(0x288)]())return;this['_observer'][_0x5a8e74(0x2d1)](),this[_0x5a8e74(0x2cb)](),this[_0x5a8e74(0x235)]();}catch{_0xf1c447[_0x5a8e74(0x22c)](_0x37693d[_0x5a8e74(0x21f)]);}}const _0x336bb6=this[_0x5a8e74(0x1cf)](),_0x448dbb=JSON[_0x5a8e74(0x223)](_0x336bb6),_0x235cd7=_0x37693d[_0x5a8e74(0x1f3)](_0x448dbb['slice'](0x1,-0x1),',');fs[_0x5a8e74(0x232)](this[_0x5a8e74(0x1fa)],_0x235cd7);}static[a68_0x411902(0x296)](){const _0x47f75a=a68_0x411902,_0x14b5a7={};_0x14b5a7[_0x47f75a(0x1c8)]=function(_0x5c5986,_0x5c3dae){return _0x5c5986+_0x5c3dae;},_0x14b5a7[_0x47f75a(0x1b5)]=function(_0x1a06bd,_0x23f0e3){return _0x1a06bd||_0x23f0e3;},_0x14b5a7[_0x47f75a(0x275)]=function(_0x232440,_0x204ffb){return _0x232440===_0x204ffb;},_0x14b5a7['yExRP']=function(_0xeb93b1,_0x5b8801){return _0xeb93b1===_0x5b8801;},_0x14b5a7[_0x47f75a(0x20c)]=_0x47f75a(0x2c4),_0x14b5a7[_0x47f75a(0x2c6)]=function(_0x3cd278,_0x2a62f7){return _0x3cd278!==_0x2a62f7;},_0x14b5a7[_0x47f75a(0x29e)]='pFXYP',_0x14b5a7[_0x47f75a(0x254)]='SyHMm',_0x14b5a7[_0x47f75a(0x23a)]=function(_0x304db2,_0xd4a07d){return _0x304db2>_0xd4a07d;},_0x14b5a7[_0x47f75a(0x1dc)]=_0x47f75a(0x21a);const _0x539d31=_0x14b5a7;if(!this[_0x47f75a(0x2ca)]||_0x539d31['MGBRf'](this[_0x47f75a(0x22d)][_0x47f75a(0x1d1)],0x0))return _0x539d31[_0x47f75a(0x28b)](_0x539d31[_0x47f75a(0x20c)],_0x539d31[_0x47f75a(0x20c)])?[]:_0x539d31['hzJgU'](_0x192303[_0x1ee47f],_0x539d31[_0x47f75a(0x1b5)](_0x17325a,0x0));if(!fs['existsSync'](this[_0x47f75a(0x1fa)])){if(_0x539d31[_0x47f75a(0x2c6)](_0x539d31[_0x47f75a(0x29e)],_0x539d31[_0x47f75a(0x254)]))return this[_0x47f75a(0x22d)];else this[_0x47f75a(0x28d)][_0x47f75a(0x21b)](_0x47e94c);}let _0x216586=fs[_0x47f75a(0x263)](this[_0x47f75a(0x1fa)])[_0x47f75a(0x26c)]();_0x216586='['+_0x216586['slice'](0x0,-0x1)+']';let _0xf89868=JSON[_0x47f75a(0x2d5)](_0x216586);if(_0x539d31[_0x47f75a(0x23a)](this['_measureEvents']['length'],0x0)){if(_0x539d31['MGBRf'](_0x539d31[_0x47f75a(0x1dc)],_0x539d31['jvytU']))_0xf89868=_0xf89868[_0x47f75a(0x1c1)](this[_0x47f75a(0x1cf)]());else return;}return this[_0x47f75a(0x292)][_0x47f75a(0x2d1)](),fs[_0x47f75a(0x1c9)](this['jsonReportFileName']),_0xf89868;}static[a68_0x411902(0x235)](){const _0x1c80fc=a68_0x411902,_0x5f4c4c={};_0x5f4c4c[_0x1c80fc(0x2bc)]=function(_0x496fc6,_0x5ac1ee){return _0x496fc6===_0x5ac1ee;},_0x5f4c4c[_0x1c80fc(0x1db)]=_0x1c80fc(0x297),_0x5f4c4c[_0x1c80fc(0x24a)]=_0x1c80fc(0x2b1),_0x5f4c4c[_0x1c80fc(0x1fb)]=function(_0x803c44,_0x47f4d9){return _0x803c44+_0x47f4d9;};const _0x4886f3=_0x5f4c4c;if(_0x4886f3[_0x1c80fc(0x2bc)](this['_errorEvents'][_0x1c80fc(0x1d1)],0x0)){if(_0x4886f3[_0x1c80fc(0x2bc)](_0x4886f3[_0x1c80fc(0x1db)],_0x4886f3[_0x1c80fc(0x24a)]))return;else return;}const _0x413308=JSON['stringify'](this[_0x1c80fc(0x294)]),_0xd9e9e7=_0x4886f3[_0x1c80fc(0x1fb)](_0x413308[_0x1c80fc(0x1b4)](0x1,-0x1),',');fs['appendFileSync'](this[_0x1c80fc(0x228)],_0xd9e9e7);}static[a68_0x411902(0x283)](){const _0xa6149d=a68_0x411902,_0x4a68fc={};_0x4a68fc[_0xa6149d(0x234)]=function(_0x58ccdc,_0x331691){return _0x58ccdc===_0x331691;},_0x4a68fc['XLvyZ']=_0xa6149d(0x1de),_0x4a68fc[_0xa6149d(0x2bb)]=_0xa6149d(0x25e),_0x4a68fc[_0xa6149d(0x2d9)]=function(_0x2a5bf6,_0x2d816b){return _0x2a5bf6>_0x2d816b;},_0x4a68fc[_0xa6149d(0x1ce)]=_0xa6149d(0x276);const _0x1cc9ea=_0x4a68fc;if(!fs[_0xa6149d(0x1a3)](this[_0xa6149d(0x2a4)])){if(_0x1cc9ea[_0xa6149d(0x234)](_0x1cc9ea[_0xa6149d(0x2ab)],_0x1cc9ea[_0xa6149d(0x2bb)]))return;else return this[_0xa6149d(0x294)];}let _0x213420=fs[_0xa6149d(0x263)](this[_0xa6149d(0x2a4)])[_0xa6149d(0x26c)]();_0x213420='['+_0x213420[_0xa6149d(0x1b4)](0x0,-0x1)+']';let _0x58ec19=JSON[_0xa6149d(0x2d5)](_0x213420);return _0x1cc9ea[_0xa6149d(0x2d9)](this['_errorEvents']['length'],0x0)&&(_0x1cc9ea['jUgPi'](_0x1cc9ea['OWqXG'],_0x1cc9ea[_0xa6149d(0x1ce)])?_0x58ec19=_0x58ec19['concat'](this[_0xa6149d(0x294)]):(_0x1d17b4['name']=_0x4d5833[0x1],_0x50817f['meta']=_0x23c006[_0xa6149d(0x2d5)](_0x267094[0x2]))),fs[_0xa6149d(0x1c9)](this[_0xa6149d(0x2a4)]),_0x58ec19;}static[a68_0x411902(0x1cb)](_0x22d6f5){const _0x253a9e=a68_0x411902,_0x56508c={};_0x56508c[_0x253a9e(0x1ac)]=function(_0x37492a,_0x564353){return _0x37492a===_0x564353;},_0x56508c['yAJwl']=_0x253a9e(0x2c8),_0x56508c['YNpkr']=_0x253a9e(0x1e4);const _0x39d5ca=_0x56508c;if(!this[_0x253a9e(0x288)]()){if(_0x39d5ca['LKXsY'](_0x39d5ca[_0x253a9e(0x2a8)],_0x39d5ca['YNpkr'])){if(!_0xb0995['existsSync'](_0x180508))return[];return _0x5463bc[_0x253a9e(0x2d5)](_0x4a1123['readFileSync'](_0x43501b)[_0x253a9e(0x26c)]());}else return;}this[_0x253a9e(0x294)][_0x253a9e(0x21b)]({'message':_0x22d6f5[_0x253a9e(0x2b6)],'trace':_0x22d6f5[_0x253a9e(0x23b)],'code':_0x22d6f5['code']||null,'time':new Date()});}static[a68_0x411902(0x286)](){const _0x55ad2f=a68_0x411902,_0x914666={};_0x914666[_0x55ad2f(0x1ca)]=function(_0x1a8f8e,_0x438b70){return _0x1a8f8e!==_0x438b70;},_0x914666['hMqRg']=_0x55ad2f(0x2d0),_0x914666[_0x55ad2f(0x1e0)]=_0x55ad2f(0x259),_0x914666['QsAto']=function(_0x4009c0,_0xd09291){return _0x4009c0===_0xd09291;},_0x914666[_0x55ad2f(0x218)]=_0x55ad2f(0x1f0),_0x914666[_0x55ad2f(0x1bd)]=_0x55ad2f(0x21c),_0x914666[_0x55ad2f(0x1b8)]=_0x55ad2f(0x27e),_0x914666[_0x55ad2f(0x1a8)]=_0x55ad2f(0x2a3);const _0x186088=_0x914666;try{if(_0x186088['bSRyl'](_0x186088['hMqRg'],_0x186088[_0x55ad2f(0x1e0)])){if(!this[_0x55ad2f(0x288)]()){if(_0x186088[_0x55ad2f(0x1f4)](_0x186088[_0x55ad2f(0x218)],_0x186088[_0x55ad2f(0x218)]))return;else{const _0x3dd2b=this[_0x55ad2f(0x22b)](_0x209614);_0x3dd2b[_0x55ad2f(0x1dd)](_0x2830d9=>{const _0x42290b=_0x55ad2f;!_0x1c9fd9[_0x2830d9[_0x42290b(0x27b)]]&&(_0x42c986[_0x2830d9[_0x42290b(0x27b)]]=0x0),_0x58bd37[_0x2830d9[_0x42290b(0x27b)]]+=_0x2830d9['duration'];});}}this[_0x55ad2f(0x292)][_0x55ad2f(0x2d1)](),this[_0x55ad2f(0x2cb)](),this['pushErrors']();}else{const _0x2a9182={};return _0x2a9182[_0x55ad2f(0x1ad)]=[],_0x2a9182['errors']=[],_0x2a9182;}}catch{if(_0x186088[_0x55ad2f(0x1ca)](_0x186088['XWAPv'],_0x186088[_0x55ad2f(0x1b8)]))logger[_0x55ad2f(0x22c)](_0x186088['altye']);else return;}}static[a68_0x411902(0x2a9)](){const _0x4da2e0=a68_0x411902,_0x19597d={};_0x19597d['aAqyx']=function(_0x1c3bf9,_0x3e6d8c){return _0x1c3bf9===_0x3e6d8c;},_0x19597d[_0x4da2e0(0x236)]='VsVJt',_0x19597d[_0x4da2e0(0x2a7)]=_0x4da2e0(0x1d9);const _0x2d6044=_0x19597d,_0x1edb1d=this[_0x4da2e0(0x296)](),_0x3db557=this[_0x4da2e0(0x283)]();if(!this[_0x4da2e0(0x288)]()){if(_0x2d6044['aAqyx'](_0x2d6044[_0x4da2e0(0x236)],_0x2d6044[_0x4da2e0(0x2a7)]))return;else{const _0x12707b={};return _0x12707b[_0x4da2e0(0x1ad)]=[],_0x12707b[_0x4da2e0(0x26b)]=[],_0x12707b;}}const _0x510f26={};return _0x510f26[_0x4da2e0(0x1ad)]=_0x1edb1d,_0x510f26[_0x4da2e0(0x26b)]=_0x3db557,_0x510f26;}}module[a68_0x411902(0x221)]=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a69_0x357a(_0x3e7706,_0x2436c1){const _0x2cb8d3=a69_0x2cb8();return a69_0x357a=function(_0x357a42,_0x4c6b30){_0x357a42=_0x357a42-0x8e;let _0x25bff8=_0x2cb8d3[_0x357a42];return _0x25bff8;},a69_0x357a(_0x3e7706,_0x2436c1);}const a69_0x2e6a51=a69_0x357a;(function(_0x51bba0,_0xa66c){const _0x742a8a=a69_0x357a,_0x2271c5=_0x51bba0();while(!![]){try{const _0x51eed5=-parseInt(_0x742a8a(0x9e))/0x1+-parseInt(_0x742a8a(0xcc))/0x2+-parseInt(_0x742a8a(0x9a))/0x3+-parseInt(_0x742a8a(0x8e))/0x4*(-parseInt(_0x742a8a(0x9d))/0x5)+-parseInt(_0x742a8a(0x98))/0x6+-parseInt(_0x742a8a(0x94))/0x7+parseInt(_0x742a8a(0xc6))/0x8*(parseInt(_0x742a8a(0x90))/0x9);if(_0x51eed5===_0xa66c)break;else _0x2271c5['push'](_0x2271c5['shift']());}catch(_0x505a10){_0x2271c5['push'](_0x2271c5['shift']());}}}(a69_0x2cb8,0x436d5));const http=require(a69_0x2e6a51(0xc1)),https=require(a69_0x2e6a51(0xa8)),monkeypatch=require(a69_0x2e6a51(0xb0));function spy(_0x436817){const _0x39c951=a69_0x2e6a51,_0x4f4734={'egynH':function(_0x3b5f1b,_0x49659e){return _0x3b5f1b!==_0x49659e;},'NyuuB':_0x39c951(0xab),'hMKPO':_0x39c951(0xbd),'gETWf':function(_0x4e9cc3,_0x3d887d,_0x376a4e){return _0x4e9cc3(_0x3d887d,_0x376a4e);},'UHbFD':function(_0x57f85b,_0x455872){return _0x57f85b-_0x455872;},'bsruD':function(_0x45f8db,_0x214645,_0x2470bd){return _0x45f8db(_0x214645,_0x2470bd);},'gSroz':_0x39c951(0xbe),'THKSw':_0x39c951(0xb2),'mFGGY':_0x39c951(0xa3),'dBxJr':function(_0x2397cb,_0x6b3ba6,_0x48a92e){return _0x2397cb(_0x6b3ba6,_0x48a92e);},'gczew':function(_0x52f704,_0x7e65c5){return _0x52f704===_0x7e65c5;},'rWMsb':_0x39c951(0xb1),'ExGNU':'OxLPS','zeTiY':function(_0x49f2f1,_0x159c49){return _0x49f2f1!==_0x159c49;},'WZOiQ':_0x39c951(0xaf),'PWTtC':'COIEr','aDsHS':function(_0x4c9ced,..._0x3168cd){return _0x4c9ced(..._0x3168cd);},'mfrmB':function(_0x24e73b,..._0x2e4d34){return _0x24e73b(..._0x2e4d34);},'pbAeW':_0x39c951(0xc8),'earpy':function(_0x2c8b06,_0x213f96,_0x599257){return _0x2c8b06(_0x213f96,_0x599257);},'IJIvf':_0x39c951(0xc7),'dfbPw':'socket','eRyEK':function(_0x279b30,_0x366d88,_0x43ea0c,_0x58f857){return _0x279b30(_0x366d88,_0x43ea0c,_0x58f857);},'aiLqi':'end','IiFER':_0x39c951(0x8f)},_0x41226d=(_0x196546,_0x262565,_0x551f8c)=>{const _0x4e1fdf=_0x39c951,_0x21038b={'nYWWU':function(_0x5b9049,_0x23fef2,_0x20780b){const _0x5ca766=a69_0x357a;return _0x4f4734[_0x5ca766(0xb8)](_0x5b9049,_0x23fef2,_0x20780b);},'Ircmj':function(_0x57f192,..._0x62f793){return _0x4f4734['mfrmB'](_0x57f192,..._0x62f793);}};if(_0x4f4734[_0x4e1fdf(0x92)](_0x4f4734['pbAeW'],_0x4f4734[_0x4e1fdf(0xa1)])){const _0x57cd40={};_0x57cd40[_0x4e1fdf(0x93)]=_0x56ff00['host']||_0x2122cd[_0x4e1fdf(0xbc)],_0x57cd40['path']=_0x16ef9e[_0x4e1fdf(0xa2)],_0x57cd40[_0x4e1fdf(0xa9)]=_0x4a1bf1[_0x4e1fdf(0xa9)],_0x57cd40[_0x4e1fdf(0xba)]=_0x34d495[_0x4e1fdf(0xba)],_0x21038b[_0x4e1fdf(0xa0)](_0x4a3017,_0x17892e,_0x57cd40);}else{const _0x5323fc=_0x4f4734[_0x4e1fdf(0xaa)](_0x196546,_0x262565,_0x551f8c);let _0x4d2bf1=Date[_0x4e1fdf(0xca)](),_0x59d0b0;const _0x47dca1=_0x267652=>{const _0x31a898=_0x4e1fdf;if(_0x4f4734[_0x31a898(0x92)](_0x4f4734[_0x31a898(0x9b)],_0x4f4734[_0x31a898(0xc0)])){const _0x2aeb7f={};_0x2aeb7f[_0x31a898(0x93)]=_0x262565['host']||_0x262565['hostname'],_0x2aeb7f[_0x31a898(0xa2)]=_0x262565[_0x31a898(0xa2)],_0x2aeb7f['method']=_0x262565[_0x31a898(0xa9)],_0x2aeb7f['headers']=_0x262565[_0x31a898(0xba)],_0x4f4734['gETWf'](_0x436817,_0x267652,_0x2aeb7f);}else _0x1f6849=_0x42ce09[_0x31a898(0xca)](),_0x21038b[_0x31a898(0x99)](_0xe6918,..._0x3e6cce);};return _0x5323fc[_0x4e1fdf(0xc9)](_0x4f4734[_0x4e1fdf(0xc2)],_0x17bd7e=>{const _0x36a170=_0x4e1fdf,_0x400dee={'riosJ':function(_0x10d80c,_0x1fb12e){const _0x2f8f10=a69_0x357a;return _0x4f4734[_0x2f8f10(0x96)](_0x10d80c,_0x1fb12e);},'ixLIe':function(_0x40b346,_0x5036ea,_0x61bd27){const _0x581920=a69_0x357a;return _0x4f4734[_0x581920(0xb9)](_0x40b346,_0x5036ea,_0x61bd27);},'xMFxh':_0x4f4734[_0x36a170(0xbb)]};if(_0x4f4734[_0x36a170(0x92)](_0x4f4734[_0x36a170(0xb5)],_0x4f4734[_0x36a170(0xb3)])){const _0x3c0c2e=_0x4f4734[_0x36a170(0x96)](Date['now'](),_0x4d2bf1),_0x17efbb={};_0x17efbb[_0x36a170(0xbc)]=_0x262565['host']||_0x262565[_0x36a170(0xbc)],_0x17efbb[_0x36a170(0xa2)]=_0x262565[_0x36a170(0xa2)],_0x17efbb['method']=_0x262565[_0x36a170(0xa9)],_0x17efbb[_0x36a170(0xba)]=_0x262565['headers'],_0x17efbb[_0x36a170(0xbf)]=_0x17bd7e[_0x36a170(0xb6)],_0x17efbb[_0x36a170(0xc4)]=_0x3c0c2e,_0x4f4734[_0x36a170(0xae)](_0x436817,null,_0x17efbb),_0x59d0b0[_0x36a170(0x97)](_0x4f4734['gSroz'],_0x47dca1);}else{const _0x17a422=_0x400dee[_0x36a170(0xc5)](_0xcd34cc[_0x36a170(0xca)](),_0x4f4f44),_0xb715b1={};_0xb715b1[_0x36a170(0xbc)]=_0x122c5d[_0x36a170(0x93)]||_0x5e176a['hostname'],_0xb715b1['path']=_0x3ae746[_0x36a170(0xa2)],_0xb715b1[_0x36a170(0xa9)]=_0x15443d[_0x36a170(0xa9)],_0xb715b1[_0x36a170(0xba)]=_0x106dbb[_0x36a170(0xba)],_0xb715b1[_0x36a170(0xbf)]=_0x118a6d[_0x36a170(0xb6)],_0xb715b1['duration_ms']=_0x17a422,_0x400dee[_0x36a170(0xac)](_0x5d7363,null,_0xb715b1),_0x149ecc[_0x36a170(0x97)](_0x400dee[_0x36a170(0x95)],_0x4f2cf2);}}),_0x5323fc['on'](_0x4f4734['dfbPw'],_0x2ad2c5=>{const _0x1880a6=_0x4e1fdf;_0x4f4734[_0x1880a6(0xa6)](_0x4f4734[_0x1880a6(0xa4)],_0x4f4734['ExGNU'])?(_0x15a3a9[_0x1880a6(0x8f)][_0x1880a6(0x91)](),_0x44cdd9[_0x1880a6(0x8f)][_0x1880a6(0x91)]()):(_0x59d0b0=_0x2ad2c5,_0x2ad2c5[_0x1880a6(0xc9)](_0x4f4734['gSroz'],_0x47dca1));}),_0x4f4734[_0x4e1fdf(0xa5)](monkeypatch,_0x5323fc,_0x4f4734[_0x4e1fdf(0xa7)],(_0xebee46,..._0x3a551e)=>{const _0x18043a=_0x4e1fdf,_0x16711b={};_0x16711b[_0x18043a(0xad)]=_0x4f4734[_0x18043a(0xbb)];const _0x4f1683=_0x16711b;_0x4f4734[_0x18043a(0xc3)](_0x4f4734['WZOiQ'],_0x4f4734[_0x18043a(0x9c)])?(_0x4d2bf1=Date['now'](),_0x4f4734[_0x18043a(0xb4)](_0xebee46,..._0x3a551e)):(_0x2a6686=_0x21c522,_0x236160[_0x18043a(0xc9)](_0x4f1683[_0x18043a(0xad)],_0x2e5f55));}),_0x5323fc;}};_0x4f4734[_0x39c951(0xa5)](monkeypatch,http,_0x4f4734[_0x39c951(0xcb)],_0x41226d),_0x4f4734['eRyEK'](monkeypatch,https,_0x4f4734['IiFER'],_0x41226d);}function restore(){const _0x2a2bda=a69_0x2e6a51;http[_0x2a2bda(0x8f)][_0x2a2bda(0x91)](),https[_0x2a2bda(0x8f)][_0x2a2bda(0x91)]();}const a69_0xa84770={};a69_0xa84770['spy']=spy,a69_0xa84770[a69_0x2e6a51(0xb7)]=restore,module[a69_0x2e6a51(0x9f)]=a69_0xa84770;function a69_0x2cb8(){const _0x9fcf9f=['eRyEK','gczew','aiLqi','https','method','earpy','RJaCt','ixLIe','MHPro','dBxJr','atfnO','monkeypatch','ubYcW','cSddM','mFGGY','aDsHS','THKSw','statusCode','restore','gETWf','bsruD','headers','gSroz','hostname','cpBDa','error','status_code','hMKPO','http','IJIvf','zeTiY','duration_ms','riosJ','8RHrfOs','response','vUyCL','once','now','IiFER','1070414EzbqRV','8hcHsZr','request','16406883nvklte','unpatch','egynH','host','2848965xIvTqM','xMFxh','UHbFD','removeListener','2842440MJXyHh','Ircmj','962100zZRqXV','NyuuB','PWTtC','794765dYKuzo','128070FwHkeI','exports','nYWWU','pbAeW','path','NOADH','rWMsb'];a69_0x2cb8=function(){return _0x9fcf9f;};return a69_0x2cb8();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a70_0xa490(){const _0x262065=['https:','vpyWF','289615eXJWTE','6307216wGoVvu','keepAlive','72ufVPaJ','734976wdtaCr','3614721aRzUcD','hasOwnProperty','9QBYKQn','qtrXa','3128652HXOdEJ','qkwLE','exports','MJDcn','http','https','prototype','4532570NBTrCV','globalAgent','PEgFE','keepAliveMsecs','loIOb','mVuJE','Agent','request','jxODv','678789cHYDQP'];a70_0xa490=function(){return _0x262065;};return a70_0xa490();}function a70_0xba10(_0x3f9a30,_0x15ab14){const _0xa490e2=a70_0xa490();return a70_0xba10=function(_0xba10d1,_0x5df94c){_0xba10d1=_0xba10d1-0x86;let _0x5c181d=_0xa490e2[_0xba10d1];return _0x5c181d;},a70_0xba10(_0x3f9a30,_0x15ab14);}const a70_0x57bf1d=a70_0xba10;(function(_0x3d7878,_0xf1f937){const _0x56a440=a70_0xba10,_0x54e710=_0x3d7878();while(!![]){try{const _0x3953ec=-parseInt(_0x56a440(0x87))/0x1+parseInt(_0x56a440(0x8e))/0x2+parseInt(_0x56a440(0x8f))/0x3+-parseInt(_0x56a440(0x93))/0x4+parseInt(_0x56a440(0x8a))/0x5*(parseInt(_0x56a440(0x8d))/0x6)+-parseInt(_0x56a440(0x9a))/0x7+-parseInt(_0x56a440(0x8b))/0x8*(-parseInt(_0x56a440(0x91))/0x9);if(_0x3953ec===_0xf1f937)break;else _0x54e710['push'](_0x54e710['shift']());}catch(_0xcc7478){_0x54e710['push'](_0x54e710['shift']());}}}(a70_0xa490,0xe74d3),module[a70_0x57bf1d(0x95)]=function(){const _0x51400e=a70_0x57bf1d,_0x556bc5={'qtrXa':function(_0x17a907,_0x4901db){return _0x17a907===_0x4901db;},'qkwLE':_0x51400e(0x88),'mVuJE':'agent','GmbgN':function(_0x142d54,_0x12c483,_0x59c699){return _0x142d54(_0x12c483,_0x59c699);},'WvSjK':function(_0x172e40,_0x322eb0,_0x453c87){return _0x172e40(_0x322eb0,_0x453c87);},'jxODv':function(_0x3723ad,_0x9870cf){return _0x3723ad(_0x9870cf);},'PEgFE':_0x51400e(0x97),'JAqtR':function(_0x510f97,_0x3cda4d){return _0x510f97(_0x3cda4d);},'vpyWF':_0x51400e(0x98),'loIOb':function(_0x563071,_0x95fa5d){return _0x563071*_0x95fa5d;},'MJDcn':_0x51400e(0x8c)},_0x2098ad=_0x556bc5[_0x51400e(0x86)](require,_0x556bc5[_0x51400e(0x9c)]),_0x4a5f97=_0x556bc5['JAqtR'](require,_0x556bc5[_0x51400e(0x89)]),_0x84080d=_0x556bc5[_0x51400e(0x9e)](0x1e,0x3e8);if(_0x2098ad['globalAgent']&&Object[_0x51400e(0x99)][_0x51400e(0x90)]['call'](_0x2098ad[_0x51400e(0x9b)],_0x556bc5[_0x51400e(0x96)]))_0x2098ad[_0x51400e(0x9b)][_0x51400e(0x8c)]=!![],_0x4a5f97[_0x51400e(0x9b)]['keepAlive']=!![],_0x2098ad[_0x51400e(0x9b)][_0x51400e(0x9d)]=_0x84080d,_0x4a5f97[_0x51400e(0x9b)]['keepAliveMsecs']=_0x84080d;else{const _0x161afc={};_0x161afc[_0x51400e(0x8c)]=!![],_0x161afc[_0x51400e(0x9d)]=_0x84080d;const _0x2cfbb4=new _0x2098ad[(_0x51400e(0xa0))](_0x161afc),_0x30b6ab={};_0x30b6ab[_0x51400e(0x8c)]=!![],_0x30b6ab[_0x51400e(0x9d)]=_0x84080d;const _0x1a48fc=new _0x4a5f97[(_0x51400e(0xa0))](_0x30b6ab),_0x5953a8=_0x2098ad[_0x51400e(0xa1)],_0xdcb65d=_0x4a5f97['request'];_0x2098ad[_0x51400e(0xa1)]=function(_0x1db323,_0xd764a){const _0x9abc3d=_0x51400e;if(_0x556bc5[_0x9abc3d(0x92)](_0x1db323['protocol'],_0x556bc5[_0x9abc3d(0x94)]))return _0x1db323[_0x556bc5[_0x9abc3d(0x9f)]]=_0x1a48fc,_0x556bc5['GmbgN'](_0xdcb65d,_0x1db323,_0xd764a);return _0x1db323[_0x556bc5[_0x9abc3d(0x9f)]]=_0x2cfbb4,_0x556bc5['WvSjK'](_0x5953a8,_0x1db323,_0xd764a);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a71_0x4d1934=a71_0x39a2;function a71_0x39a2(_0x380ee3,_0x1125da){var _0x333154=a71_0x3331();return a71_0x39a2=function(_0x39a2bb,_0x378f6e){_0x39a2bb=_0x39a2bb-0xb6;var _0x2b67f0=_0x333154[_0x39a2bb];return _0x2b67f0;},a71_0x39a2(_0x380ee3,_0x1125da);}(function(_0x49ab41,_0x285cda){var _0x1728de=a71_0x39a2,_0x388507=_0x49ab41();while(!![]){try{var _0x34a7d1=parseInt(_0x1728de(0xc6))/0x1+parseInt(_0x1728de(0xba))/0x2+-parseInt(_0x1728de(0xb9))/0x3*(-parseInt(_0x1728de(0xbe))/0x4)+-parseInt(_0x1728de(0xc0))/0x5*(parseInt(_0x1728de(0xcb))/0x6)+parseInt(_0x1728de(0xbb))/0x7*(-parseInt(_0x1728de(0xb8))/0x8)+parseInt(_0x1728de(0xbd))/0x9+parseInt(_0x1728de(0xc4))/0xa*(parseInt(_0x1728de(0xb6))/0xb);if(_0x34a7d1===_0x285cda)break;else _0x388507['push'](_0x388507['shift']());}catch(_0x2f3b46){_0x388507['push'](_0x388507['shift']());}}}(a71_0x3331,0x513e3));var a71_0x29ce0e={};function a71_0x3331(){var _0x425d=['564ctrLqk','353926QmLGsp','14XiUrdT','assign','2448081uptUpA','9744SXOByb','mocha','8530juPGup','api/v1/event','Playwright','https://collector-observability.browserstack.com','19340bXtszM','api/v1/batch','77329vUlKbp','PLAYWRIGHT','codeceptjs','MOCHA','api/v1/screenshots','2142rGVZhX','451wLnMAL','CODECEPT','487000bNwafn'];a71_0x3331=function(){return _0x425d;};return a71_0x3331();}a71_0x29ce0e[a71_0x4d1934(0xc7)]=a71_0x4d1934(0xc2),a71_0x29ce0e[a71_0x4d1934(0xc9)]=a71_0x4d1934(0xbf),a71_0x29ce0e[a71_0x4d1934(0xb7)]=a71_0x4d1934(0xc8),module['exports']={'consoleHolder':Object[a71_0x4d1934(0xbc)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a71_0x4d1934(0xc3),'EVENT_ENDPOINT':a71_0x4d1934(0xc1),'BATCH_ENDPOINT':a71_0x4d1934(0xc5),'SCREENSHOT_ENDPOINT':a71_0x4d1934(0xca),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':'.obs_test_details','FRAMEWORKS':a71_0x29ce0e};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a69_0x482e34=a69_0x3af9;(function(_0x422aa2,_0x4227e4){const _0x81cc4f=a69_0x3af9,_0xc2c9c0=_0x422aa2();while(!![]){try{const _0x57446b=-parseInt(_0x81cc4f(0x174))/0x1+parseInt(_0x81cc4f(0x171))/0x2+-parseInt(_0x81cc4f(0x188))/0x3+parseInt(_0x81cc4f(0x152))/0x4+-parseInt(_0x81cc4f(0x1e5))/0x5+parseInt(_0x81cc4f(0x151))/0x6*(-parseInt(_0x81cc4f(0x15a))/0x7)+parseInt(_0x81cc4f(0x13b))/0x8;if(_0x57446b===_0x4227e4)break;else _0xc2c9c0['push'](_0xc2c9c0['shift']());}catch(_0x437632){_0xc2c9c0['push'](_0xc2c9c0['shift']());}}}(a69_0x27fa,0xa91c3));function a69_0x27fa(){const _0x20b50c=['yJXWI','util','mglXq','Vaegv','dpEzT','wkcHw','LAKHm','XjNEC','fsOGP','bWZfH','721005btbOtB','uploadCrashReport','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','apply','XUvMA','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','Envlx','leVSl','TAQsI','getCredentials','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','CocJP','Error\x20in\x20executing\x20','utXMR','lZLyp','SgWnd','jcqII','GWpQz','HZvth','IJFdK','hfZlL','uDCeC','BS_TESTOPS_BUILD_HASHED_ID','length','ljHnt','jZNFl','WhpXQ','Zhldt','exports','toLowerCase','CrashReporter','LXWDr','lOgyn','accessKey','prototype','credentials','JJsQg','o11yErrorHandler','name','WpIwz','filterPII','keys','OAFTz','LquRL','lPQHO','RvQNO','ZuWIm','TPnLq','BROWSERSTACK_O11Y_PERF_MEASUREMENT','hePsH','CMrAg','aSSSI','QcacO','TFtTA','DMdqP','initialize','Qdliw','toString','iaKIX','wpNvP','VCTLu','VhDkU','USER_CONFIG_FOR_REPORTING','AuIOI','auth','hFvrb','recursivelyDeletePIIKeysFromObject','WJlyG','bTQon','IUPAM','eoMkr','gkRZt','ZNpzu','pQerv','iaiiD','Yabvl','vkJlI','aPsvX','yzltB','HOmzC','password','KrJqB','AWqMy','YSKjR','uSFMD','IsqwU','\x20:\x20','syweF','call','captureError','YsYGA','JjMPS','pTLPr','5124130dUooEM','frameworkDetails','iYcez','parse','mDZqQ','UHVPm','zurxU','Vgnpy','POST','depth','ffltr','XJGCL','hqdMQ','axPqM','sQVWu','lccRb','../helper','env','AApNM','setFrameworkDetails','rZvjK','[Crash_Report_Upload]\x20Success\x20response:\x20','BfAgG','getPerformance','X-BSTACK-TESTOPS','HDxYy','getConfig','WuWkK','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','XPaIK','userConfig','mOkBX','zJebj','YOWCN','EKtwv','Kqbzk','siEWM','catch','forEach','fzGEN','YaBEs','tPSgG','WLkHn','FEmxx','then','EdrEC','frameworkName','../performance-tester','15621128vCAgsy','application/json','saroj','HZoRc','dcaZr','true','TpWPF','inspect','StLHv','sZSGV','enGKC','QEaRW','iitNI','VHhaf','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','opHzH','setCredentials','PKbJK','KfbFg','setAllDetails','CREDENTIALS_FOR_CRASH_REPORTING','\x20with\x20args\x20','18dSoPrN','842080SNUflu','BdZit','headers','YvXHS','stringify','o11yClassErrorHandler','lLqAQ','frameworkVersion','2358566pIFqlb','object','YJpXs','viXlE','vZnCE','ZqgGh','xNcGw','epaEi','ajkTO','BvidJ','ViYAv','fmBLD','yZwha','bskso','EeaOZ','KUVkM','setConfigDetails','username','wAMmj','VYZPk','key','getFramework','iJeJv','2226486CIBswT','WhiRT','FlnxK','307754iNzzLC','Cxvht','bonwT','cHcVL','function','timerify','hODBB','includes','qnPkS','ZgKrY'];a69_0x27fa=function(){return _0x20b50c;};return a69_0x27fa();}const util=require(a69_0x482e34(0x17f)),PerformanceTester=require(a69_0x482e34(0x13a)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require('./utils'),{getAgentVersion}=require(a69_0x482e34(0x1f5)),o11yErrorHandler=_0x4eef76=>{const _0x3bd142=a69_0x482e34,_0x426361={'EKtwv':function(_0x26b907,_0x447568){return _0x26b907 instanceof _0x447568;},'XJGCL':function(_0x21ba68,_0x67a1d6){return _0x21ba68(_0x67a1d6);},'Yabvl':function(_0x4fbb10,_0x1b095f){return _0x4fbb10!==_0x1b095f;},'dMmBx':'pQzzf','viXlE':'qSmLJ','iJeJv':function(_0x26f27e,_0x1d9117){return _0x26f27e!==_0x1d9117;},'fzGEN':_0x3bd142(0x1ec),'cLeHq':function(_0x413f6f,_0x40fd5b){return _0x413f6f===_0x40fd5b;},'bskso':_0x3bd142(0x1d2),'XUvMA':'sUFLi','fyxuV':function(_0x269fa1,_0x4c6e11){return _0x269fa1!==_0x4c6e11;},'hqdMQ':_0x3bd142(0x1d5),'SgWnd':_0x3bd142(0x1ac),'uDCeC':function(_0x1fd9bc,_0x527697,_0x3320fe,_0x3d300c){return _0x1fd9bc(_0x527697,_0x3320fe,_0x3d300c);}};return function(..._0x4eb806){const _0x4bac28=_0x3bd142;if(_0x426361[_0x4bac28(0x1d3)](_0x426361['dMmBx'],_0x426361[_0x4bac28(0x15d)]))try{if(_0x426361[_0x4bac28(0x170)](_0x426361['fzGEN'],_0x426361[_0x4bac28(0x132)]))this[_0x4bac28(0x203)]=this[_0x4bac28(0x1b0)](_0x7fa519),_0x468a5d['env']['USER_CONFIG_FOR_REPORTING']=_0x1d2375['stringify'](this['userConfig']);else{let _0x529281=_0x4eef76;if(process[_0x4bac28(0x1f6)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']){if(_0x426361['cLeHq'](_0x426361[_0x4bac28(0x167)],_0x426361[_0x4bac28(0x18c)])){let _0x5feb4=_0x5f6f88;_0x32e29e[_0x4bac28(0x1f6)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0x5feb4=_0x1872c0[_0x4bac28(0x1fc)]()['timerify'](_0x5feb4));const _0x4d2e70=_0x5feb4[_0x4bac28(0x18b)](null,arguments);if(_0x426361[_0x4bac28(0x207)](_0x4d2e70,_0x105028))return _0x4d2e70[_0x4bac28(0x130)](_0x1a2fa9=>_0x3ae552(_0x1a2fa9,_0x58a3b9,_0x43ae28));return _0x4d2e70;}else _0x529281=PerformanceTester[_0x4bac28(0x1fc)]()['timerify'](_0x529281);}const _0x27926c=_0x529281[_0x4bac28(0x18b)](null,arguments);if(_0x426361[_0x4bac28(0x207)](_0x27926c,Promise))return _0x426361['fyxuV'](_0x426361[_0x4bac28(0x1f1)],_0x426361[_0x4bac28(0x1f1)])?_0x26df4b:_0x27926c[_0x4bac28(0x130)](_0xc172ca=>processError(_0xc172ca,_0x4eef76,_0x4eb806));return _0x27926c;}}catch(_0x3e0afc){if(_0x426361[_0x4bac28(0x1d3)](_0x426361[_0x4bac28(0x197)],_0x426361['SgWnd']))return _0x58f1dd[_0x4bac28(0x130)](_0x2105d9=>_0x1e4b08(_0x2105d9,_0x20e418,_0x5f1778));else _0x426361[_0x4bac28(0x19d)](processError,_0x3e0afc,_0x4eef76,_0x4eb806);}else _0x426361[_0x4bac28(0x1f0)](_0x1e9b0d,_0x4bac28(0x149)+_0x4f53ca[_0x4bac28(0x1c1)]());};},o11yClassErrorHandler=(_0x225d7e,_0x128b25)=>{const _0x42b699=a69_0x482e34,_0x537c87={'enGKC':function(_0x5c4ba8,_0xffa30e){return _0x5c4ba8(_0xffa30e);},'ajkTO':function(_0xe7f8c4,_0x118998){return _0xe7f8c4===_0x118998;},'JjMPS':'OKJDz','luzXA':function(_0x3f4fd2,_0x1a02f7){return _0x3f4fd2!==_0x1a02f7;},'GSWQa':_0x42b699(0x136),'dcaZr':'bmhKw','AApNM':function(_0x4c5d3e,_0x2e6911){return _0x4c5d3e instanceof _0x2e6911;},'Zhldt':'gBbli','Rjmvl':_0x42b699(0x185),'zurxU':_0x42b699(0x1cb),'EeaOZ':function(_0x17aabc,_0x247b98,_0x4acf40,_0x237e44){return _0x17aabc(_0x247b98,_0x4acf40,_0x237e44);},'BvidJ':function(_0x26a16b,_0x16e9e2,_0xcd1b8d,_0x4f9508){return _0x26a16b(_0x16e9e2,_0xcd1b8d,_0x4f9508);},'hePsH':function(_0x47fa43,_0x3bbfdf){return _0x47fa43(_0x3bbfdf);},'KUVkM':function(_0x26982b,_0x238796){return _0x26982b!==_0x238796;},'WLkHn':_0x42b699(0x1d9),'iaKIX':function(_0x5e49ae,_0x63621c){return _0x5e49ae===_0x63621c;},'tPSgG':'YPDuT','ffltr':function(_0x57a552,_0x3ed5b8){return _0x57a552===_0x3ed5b8;},'pTLPr':_0x42b699(0x178),'WpIwz':'constructor','Envlx':function(_0x8e1816,_0x3791da){return _0x8e1816!==_0x3791da;},'LquRL':_0x42b699(0x1e2),'lPQHO':'euFnh','vkJlI':function(_0x4d32e7,_0x578c4a){return _0x4d32e7<_0x578c4a;},'HOmzC':function(_0x596a0b,_0x35990d){return _0x596a0b===_0x35990d;},'xNcGw':_0x42b699(0x1c4),'gQrmQ':'YyIgU'},_0x40b396=_0x225d7e[_0x42b699(0x1aa)];if(_0x537c87[_0x42b699(0x1d4)](Object['getOwnPropertyNames'](_0x40b396)['length'],0x2))return _0x537c87[_0x42b699(0x1d7)](_0x537c87[_0x42b699(0x160)],_0x537c87['gQrmQ'])?_0x4801b9[_0x42b699(0x130)](_0x57e57c=>_0x1b8823(_0x57e57c,_0xf3c9a8,_0x425f41)):_0x225d7e;return Object['getOwnPropertyNames'](_0x40b396)[_0x42b699(0x131)](_0x328900=>{const _0x5c3704=_0x42b699,_0x224a98={'gkRZt':function(_0x3cd1ac,_0xfa1ecf,_0x1bc3b3,_0x25f065){const _0x46e5bf=a69_0x3af9;return _0x537c87[_0x46e5bf(0x163)](_0x3cd1ac,_0xfa1ecf,_0x1bc3b3,_0x25f065);},'RTYQK':function(_0x2d8972,_0x393cd9){const _0x2a55eb=a69_0x3af9;return _0x537c87[_0x2a55eb(0x1b9)](_0x2d8972,_0x393cd9);}};if(_0x537c87[_0x5c3704(0x169)](_0x537c87[_0x5c3704(0x135)],_0x537c87[_0x5c3704(0x135)]))_0x224a98[_0x5c3704(0x1cf)](_0x1909ab,_0x450077,_0x238e05,_0x459e5c);else{if(!(_0x128b25&&_0x128b25[_0x5c3704(0x17b)](_0x328900))){if(_0x537c87[_0x5c3704(0x1c2)](_0x537c87[_0x5c3704(0x134)],_0x537c87['tPSgG']))return;else _0x281d14=_0x1e90a9[_0x5c3704(0x1fc)]()['timerify'](_0x522a69);}const _0x4eca1b=_0x40b396[_0x328900];if(_0x537c87[_0x5c3704(0x1ef)](typeof _0x4eca1b,_0x537c87[_0x5c3704(0x1e4)])&&_0x537c87['luzXA'](_0x328900,_0x537c87[_0x5c3704(0x1af)])){if(_0x537c87[_0x5c3704(0x18e)](_0x537c87[_0x5c3704(0x1b3)],_0x537c87[_0x5c3704(0x1b4)]))Object['defineProperty'](_0x40b396,_0x328900,{'writable':!![],'value':function(..._0x50d174){const _0x562a0b=_0x5c3704,_0x4fd3e6={'sZSGV':function(_0x4e797e,_0x514b9b){const _0x369654=a69_0x3af9;return _0x537c87[_0x369654(0x145)](_0x4e797e,_0x514b9b);}};if(_0x537c87[_0x562a0b(0x162)](_0x537c87[_0x562a0b(0x1e3)],_0x537c87['JjMPS']))try{if(_0x537c87['luzXA'](_0x537c87['GSWQa'],_0x537c87[_0x562a0b(0x13f)])){const _0x3f52cc=(process['env'][_0x562a0b(0x1b8)]?PerformanceTester[_0x562a0b(0x1fc)]()[_0x562a0b(0x179)](_0x4eca1b):_0x4eca1b)['call'](this,..._0x50d174);if(_0x537c87[_0x562a0b(0x1f7)](_0x3f52cc,Promise)){if(_0x537c87[_0x562a0b(0x162)](_0x537c87[_0x562a0b(0x1a3)],_0x537c87['Rjmvl'])){const _0x1d481c={};_0x1d481c[_0x562a0b(0x1ee)]=0x2,_0x5a1873=_0x1ab455[_0x562a0b(0x142)](_0x360e4b,_0x1d481c);}else return _0x3f52cc[_0x562a0b(0x130)](_0x4326ae=>processError(_0x4326ae,_0x4eca1b,_0x50d174));}return _0x3f52cc;}else try{this[_0x562a0b(0x1ab)]=_0x4ee923[_0x562a0b(0x1e8)](_0x2a5378[_0x562a0b(0x1f6)][_0x562a0b(0x14f)]);}catch(_0x2aa07e){_0x4fd3e6[_0x562a0b(0x144)](_0x244e90,_0x562a0b(0x149)+_0x2aa07e[_0x562a0b(0x1c1)]());}}catch(_0x9f2535){if(_0x537c87[_0x562a0b(0x162)](_0x537c87[_0x562a0b(0x1eb)],_0x537c87[_0x562a0b(0x1eb)]))_0x537c87[_0x562a0b(0x168)](processError,_0x9f2535,_0x4eca1b,_0x50d174);else try{this[_0x562a0b(0x1e6)]=_0x5eb97b[_0x562a0b(0x1e8)](_0x449447[_0x562a0b(0x1f6)][_0x562a0b(0x192)]);}catch(_0x4aa5a2){_0x224a98['RTYQK'](_0x43a779,_0x562a0b(0x149)+_0x4aa5a2[_0x562a0b(0x1c1)]());}}else this[_0x562a0b(0x1e6)]=_0xe9956d,_0x4824be[_0x562a0b(0x1f6)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=_0x3ae0cf[_0x562a0b(0x156)](this[_0x562a0b(0x1e6)]);}});else{const _0x30499e=_0x54b872[_0x5c3704(0x1e8)](_0x2f8560[_0x5c3704(0x156)](_0x27c65d));return this['recursivelyDeletePIIKeysFromObject'](_0x30499e),_0x30499e;}}}}),_0x225d7e;};function processError(_0xbeda65,_0x163e11,_0x40058e){const _0x3678b2=a69_0x482e34,_0x48c490={'YSKjR':function(_0x1cd2ad,_0x209ee5){return _0x1cd2ad(_0x209ee5);},'lLqAQ':function(_0x44ee22,_0x4ca9ec){return _0x44ee22===_0x4ca9ec;},'pQerv':_0x3678b2(0x206),'qnPkS':'BJbkH','ZuWIm':function(_0x157754,_0x2bd261){return _0x157754!==_0x2bd261;},'VHhaf':'aaSpn','saroj':_0x3678b2(0x200)};_0x48c490[_0x3678b2(0x1db)](debug,_0x3678b2(0x194)+_0x163e11[_0x3678b2(0x1ae)]+_0x3678b2(0x150)+_0x40058e+':\x20'+_0xbeda65),PerformanceTester[_0x3678b2(0x1e1)](_0xbeda65);let _0x285674;try{if(_0x48c490[_0x3678b2(0x158)](_0x48c490[_0x3678b2(0x1d1)],_0x48c490[_0x3678b2(0x17c)])){const _0x1b9579=_0x2e8a01[_0x3678b2(0x139)],_0x4eaa61=_0x3ab690['frameworkVersion'];!_0x20a9c5&&(_0x736e1a=_0x48c490['YSKjR'](_0x280a18,_0x1b9579));!_0x4eaa61&&_0x48c490[_0x3678b2(0x1db)](_0x1efe28,_0x1b9579);const _0x35fe25={};_0x35fe25[_0x3678b2(0x139)]=_0x1b9579,_0x35fe25['frameworkVersion']=_0x4eaa61,this[_0x3678b2(0x14e)](_0x35fe25,_0x628c9f,_0x48c490[_0x3678b2(0x1db)](_0x13ceb5,_0x132478));}else _0x285674=JSON[_0x3678b2(0x156)](_0x40058e);}catch(_0x5078dd){if(_0x48c490[_0x3678b2(0x1b6)](_0x48c490[_0x3678b2(0x148)],_0x48c490[_0x3678b2(0x13d)])){const _0x155956={};_0x155956['depth']=0x2,_0x285674=util[_0x3678b2(0x142)](_0x40058e,_0x155956);}else{_0x48c490[_0x3678b2(0x1db)](_0x245d06,_0x3678b2(0x194)+_0x32ecbf['name']+'\x20with\x20args\x20'+_0x3a830d+':\x20'+_0x2b2800),_0xea5fa5[_0x3678b2(0x1e1)](_0x79edf1);let _0x153b0f;try{_0x153b0f=_0x5d68f2[_0x3678b2(0x156)](_0x3479f2);}catch(_0x10818b){const _0x3406c4={};_0x3406c4[_0x3678b2(0x1ee)]=0x2,_0x153b0f=_0x523854[_0x3678b2(0x142)](_0x5b93fc,_0x3406c4);}_0x2948cd[_0x3678b2(0x189)]('Error\x20in\x20executing\x20'+_0x19cfb[_0x3678b2(0x1ae)]+_0x3678b2(0x150)+_0x153b0f+'\x20:\x20'+_0x376f9c,_0x220549&&_0x1c15f1['stack']);}}CrashReporter[_0x3678b2(0x189)](_0x3678b2(0x194)+_0x163e11['name']+_0x3678b2(0x150)+_0x285674+_0x3678b2(0x1de)+_0xbeda65,_0xbeda65&&_0xbeda65['stack']);}class CrashReporter{static [a69_0x482e34(0x203)]={};static ['credentials'];static [a69_0x482e34(0x1e6)]={};static[a69_0x482e34(0x1bf)](_0x3cd7fd,_0x1e8b5b,_0x1f8627=null){const _0x269757=a69_0x482e34,_0x596ac8={'wpNvP':function(_0x427ac6,_0x37d215){return _0x427ac6(_0x37d215);},'SJogM':_0x269757(0x18d),'yzltB':function(_0xd10607,_0x2b5ec3){return _0xd10607(_0x2b5ec3);},'vZnCE':function(_0x1691f0,_0x51f569){return _0x1691f0===_0x51f569;},'eoMkr':_0x269757(0x176),'Kqbzk':function(_0xe7c338,_0x44c865){return _0xe7c338===_0x44c865;},'IsqwU':_0x269757(0x19a),'fsOGP':function(_0x1cf299,_0x1fe4dd){return _0x1cf299(_0x1fe4dd);}},_0x43d25b=_0x3cd7fd[_0x269757(0x139)],_0x4a5d71=_0x3cd7fd[_0x269757(0x159)];if(!_0x1f8627){if(_0x596ac8[_0x269757(0x15e)](_0x596ac8[_0x269757(0x1ce)],_0x596ac8['eoMkr']))_0x1f8627=_0x596ac8['wpNvP'](getBrowserStackConfig,_0x43d25b);else return _0x596ac8[_0x269757(0x1c3)](_0x9a96b1,_0x596ac8['SJogM']);}!_0x4a5d71&&(_0x596ac8[_0x269757(0x208)](_0x596ac8[_0x269757(0x1dd)],_0x596ac8[_0x269757(0x1dd)])?_0x596ac8[_0x269757(0x186)](getFrameworkVersion,_0x43d25b):(_0x596ac8[_0x269757(0x1d6)](_0x144349,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x51918c[_0x269757(0x1c1)]()),this[_0x269757(0x203)]={}));const _0x29c76c={};_0x29c76c[_0x269757(0x139)]=_0x43d25b,_0x29c76c[_0x269757(0x159)]=_0x4a5d71,this[_0x269757(0x14e)](_0x29c76c,_0x1e8b5b,_0x596ac8[_0x269757(0x1d6)](getUserCredentials,_0x1f8627));}static[a69_0x482e34(0x14b)](_0x4cfb98,_0x23e84f){const _0x5f24a0=a69_0x482e34,_0x23dc11={};_0x23dc11[_0x5f24a0(0x16b)]=_0x4cfb98,_0x23dc11[_0x5f24a0(0x1a9)]=_0x23e84f,this[_0x5f24a0(0x1ab)]=_0x23dc11,process[_0x5f24a0(0x1f6)][_0x5f24a0(0x14f)]=JSON[_0x5f24a0(0x156)](this[_0x5f24a0(0x1ab)]);}static[a69_0x482e34(0x191)](){const _0x526f36=a69_0x482e34,_0x4fbf19={'EdrEC':function(_0xb8d22d,_0x5d4917){return _0xb8d22d instanceof _0x5d4917;},'ftZsK':function(_0x50987d,_0x446a07,_0x4d5971,_0x13b206){return _0x50987d(_0x446a07,_0x4d5971,_0x13b206);},'Qdliw':function(_0x3ba4ea,_0xa6339b){return _0x3ba4ea!==_0xa6339b;},'RvQNO':_0x526f36(0x155),'PKbJK':'Gtpmw','mOkBX':function(_0x10568b,_0x1e02f0){return _0x10568b===_0x1e02f0;},'VhDkU':_0x526f36(0x141),'Vaegv':function(_0x3b4f05,_0x415e13){return _0x3b4f05===_0x415e13;},'FlnxK':'CEgOf','aSSSI':function(_0x4c24bc,_0x3bd86d){return _0x4c24bc(_0x3bd86d);}};if(!this['credentials']&&process['env']['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x4fbf19[_0x526f36(0x1c0)](_0x4fbf19[_0x526f36(0x1b5)],_0x4fbf19[_0x526f36(0x14c)]))try{if(_0x4fbf19[_0x526f36(0x204)](_0x4fbf19[_0x526f36(0x1c5)],_0x4fbf19['VhDkU']))this[_0x526f36(0x1ab)]=JSON[_0x526f36(0x1e8)](process['env'][_0x526f36(0x14f)]);else try{const _0x3f743a=(_0x585d01[_0x526f36(0x1f6)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?_0x5f4a4e[_0x526f36(0x1fc)]()[_0x526f36(0x179)](_0x59eb88):_0xf28b39)[_0x526f36(0x1e0)](this,..._0x360a9f);if(_0x4fbf19[_0x526f36(0x138)](_0x3f743a,_0x1b63c1))return _0x3f743a[_0x526f36(0x130)](_0x40c640=>_0x20b57d(_0x40c640,_0xd59d1e,_0x54f00b));return _0x3f743a;}catch(_0x479ce4){_0x4fbf19['ftZsK'](_0x1f8ea5,_0x479ce4,_0x9cedf1,_0x53c18b);}}catch(_0x5cba33){_0x4fbf19[_0x526f36(0x181)](_0x4fbf19[_0x526f36(0x173)],_0x4fbf19[_0x526f36(0x173)])?_0x4fbf19[_0x526f36(0x1bb)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x5cba33['toString']()):this[_0x526f36(0x203)]=_0xd7f873[_0x526f36(0x1e8)](_0x26b415[_0x526f36(0x1f6)]['USER_CONFIG_FOR_REPORTING']);}else return;}return this[_0x526f36(0x1ab)];}static[a69_0x482e34(0x16a)](_0x150c86){const _0x339b48=a69_0x482e34;this[_0x339b48(0x203)]=this['filterPII'](_0x150c86),process[_0x339b48(0x1f6)][_0x339b48(0x1c6)]=JSON[_0x339b48(0x156)](this[_0x339b48(0x203)]);}static['getConfig'](){const _0xd6ddb6=a69_0x482e34,_0x418fa0={'sePph':function(_0x5b8f59,_0x4dcbbe){return _0x5b8f59===_0x4dcbbe;},'siEWM':function(_0x347aed,_0x54d1cb){return _0x347aed(_0x54d1cb);},'YaBEs':function(_0x240608,_0xf06739){return _0x240608 instanceof _0xf06739;},'zJebj':function(_0xbe49bb,_0x4af1a7){return _0xbe49bb===_0x4af1a7;},'StLHv':function(_0x34c45c,_0x264dfa){return _0x34c45c===_0x264dfa;},'GWpQz':_0xd6ddb6(0x1a7),'hfZlL':'mNQbo','ljHnt':_0xd6ddb6(0x15f),'AuIOI':'ZNjOi','rZvjK':function(_0x2fd1a2,_0x92326f){return _0x2fd1a2!==_0x92326f;},'yTSaF':'YGQLX','avlys':_0xd6ddb6(0x1bc),'ULOML':function(_0xcfefa6,_0x2b8673){return _0xcfefa6(_0x2b8673);}};if(_0x418fa0[_0xd6ddb6(0x205)](Object[_0xd6ddb6(0x1b1)](this[_0xd6ddb6(0x203)])[_0xd6ddb6(0x19f)],0x0)&&process[_0xd6ddb6(0x1f6)][_0xd6ddb6(0x1c6)]){if(_0x418fa0[_0xd6ddb6(0x143)](_0x418fa0[_0xd6ddb6(0x199)],_0x418fa0[_0xd6ddb6(0x19c)])){if(_0x418fa0['sePph'](_0x112ec5[_0xd6ddb6(0x1b1)](this[_0xd6ddb6(0x1e6)])[_0xd6ddb6(0x19f)],0x0)&&_0x4b597d[_0xd6ddb6(0x1f6)][_0xd6ddb6(0x192)])try{this['frameworkDetails']=_0x29baa2[_0xd6ddb6(0x1e8)](_0x3761c0[_0xd6ddb6(0x1f6)][_0xd6ddb6(0x192)]);}catch(_0xdefaec){_0x418fa0[_0xd6ddb6(0x209)](_0x4964cb,_0xd6ddb6(0x149)+_0xdefaec['toString']());}return this[_0xd6ddb6(0x1e6)];}else try{if(_0x418fa0[_0xd6ddb6(0x143)](_0x418fa0[_0xd6ddb6(0x1a0)],_0x418fa0[_0xd6ddb6(0x1c7)])){if(!this['credentials']&&_0x29789e[_0xd6ddb6(0x1f6)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0xd6ddb6(0x1ab)]=_0x316cf9[_0xd6ddb6(0x1e8)](_0x1ad838[_0xd6ddb6(0x1f6)][_0xd6ddb6(0x14f)]);}catch(_0x4450ef){_0x418fa0[_0xd6ddb6(0x209)](_0x35b48e,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x4450ef[_0xd6ddb6(0x1c1)]());}return this[_0xd6ddb6(0x1ab)];}else this[_0xd6ddb6(0x203)]=JSON[_0xd6ddb6(0x1e8)](process[_0xd6ddb6(0x1f6)][_0xd6ddb6(0x1c6)]);}catch(_0x59fb49){if(_0x418fa0[_0xd6ddb6(0x1f9)](_0x418fa0['yTSaF'],_0x418fa0['avlys']))_0x418fa0['ULOML'](debug,_0xd6ddb6(0x18a)+_0x59fb49[_0xd6ddb6(0x1c1)]()),this[_0xd6ddb6(0x203)]={};else{const _0x281c14=(_0x51a287[_0xd6ddb6(0x1f6)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?_0x3e3d05[_0xd6ddb6(0x1fc)]()[_0xd6ddb6(0x179)](_0x4b0932):_0x49a3ac)[_0xd6ddb6(0x1e0)](this,..._0x13dd95);if(_0x418fa0[_0xd6ddb6(0x133)](_0x281c14,_0x3d2c83))return _0x281c14[_0xd6ddb6(0x130)](_0x3d4f25=>_0x94ed81(_0x3d4f25,_0x5558d8,_0x34f86e));return _0x281c14;}}}return this[_0xd6ddb6(0x203)];}static[a69_0x482e34(0x1f8)](_0x48ebeb){const _0x563e4f=a69_0x482e34;this[_0x563e4f(0x1e6)]=_0x48ebeb,process[_0x563e4f(0x1f6)][_0x563e4f(0x192)]=JSON[_0x563e4f(0x156)](this['frameworkDetails']);}static['getFramework'](){const _0x25a101=a69_0x482e34,_0x4ff793={'Tfyei':function(_0x4f2dc5,_0x8a6c15){return _0x4f2dc5(_0x8a6c15);},'CocJP':function(_0x55240b,_0x16d332){return _0x55240b(_0x16d332);},'syweF':function(_0x5b5b24,_0x16569d){return _0x5b5b24(_0x16569d);},'BdZit':_0x25a101(0x18d),'UHVPm':function(_0x4a4bc7){return _0x4a4bc7();},'FgQBC':'/api/v1/analytics','Dmpwc':_0x25a101(0x13c),'QEaRW':_0x25a101(0x140),'bWZfH':function(_0x3b52af,_0x5d247a,_0x1a2d8d,_0x11f1d4,_0x325c68,_0x281c7e){return _0x3b52af(_0x5d247a,_0x1a2d8d,_0x11f1d4,_0x325c68,_0x281c7e);},'lOgyn':'POST','XPaIK':function(_0x1394b5,_0x51a48d,_0x2dbdf5,_0x4d73bb){return _0x1394b5(_0x51a48d,_0x2dbdf5,_0x4d73bb);},'mglXq':function(_0x4c0abf,_0x32801b){return _0x4c0abf===_0x32801b;},'TAQsI':function(_0x45fa4c,_0x591d84){return _0x45fa4c!==_0x591d84;},'WhiRT':'mnvcL','mDZqQ':function(_0x28dcc3,_0x59fd24){return _0x28dcc3===_0x59fd24;},'axPqM':_0x25a101(0x1b7),'IUPAM':function(_0x2688c4,_0x35e7ad){return _0x2688c4===_0x35e7ad;},'HDxYy':_0x25a101(0x1fb)};if(_0x4ff793[_0x25a101(0x180)](Object[_0x25a101(0x1b1)](this['frameworkDetails'])[_0x25a101(0x19f)],0x0)&&process[_0x25a101(0x1f6)][_0x25a101(0x192)]){if(_0x4ff793[_0x25a101(0x190)](_0x4ff793['WhiRT'],_0x4ff793[_0x25a101(0x172)]))_0x32da0f=_0x4ff793['Tfyei'](_0x23b4a9,_0x3623b3);else try{if(_0x4ff793[_0x25a101(0x1e9)](_0x4ff793[_0x25a101(0x1f2)],_0x4ff793['axPqM']))this[_0x25a101(0x1e6)]=JSON['parse'](process[_0x25a101(0x1f6)][_0x25a101(0x192)]);else{this[_0x25a101(0x191)]();if(!this[_0x25a101(0x1ab)])return _0x4ff793[_0x25a101(0x1df)](_0x57b856,_0x4ff793[_0x25a101(0x153)]);this[_0x25a101(0x1ff)](),this[_0x25a101(0x16f)]();const _0x49bd74={'hashed_id':_0x174ed9[_0x25a101(0x1f6)][_0x25a101(0x19e)],'observability_version':{'sdkVersion':_0x4ff793[_0x25a101(0x1ea)](_0x7ddcb4),'frameworkName':this['frameworkDetails'][_0x25a101(0x139)],'frameworkVersion':this[_0x25a101(0x1e6)][_0x25a101(0x159)]},'exception':{'error':_0x2ebf88['toString'](),'stackTrace':_0x527d5e},'config':this[_0x25a101(0x203)]},_0x48b7ad=_0x4ff793['FgQBC'],_0x50427f={};_0x50427f['username']=this['credentials']['username'],_0x50427f[_0x25a101(0x1d8)]=this[_0x25a101(0x1ab)]['accessKey'];const _0x16c248={};_0x16c248['Content-Type']=_0x4ff793['Dmpwc'],_0x16c248[_0x25a101(0x1fd)]=_0x4ff793[_0x25a101(0x146)];const _0x8b7116={};_0x8b7116[_0x25a101(0x1c8)]=_0x50427f,_0x8b7116[_0x25a101(0x154)]=_0x16c248;const _0x47f0a6=_0x8b7116;_0x4ff793[_0x25a101(0x187)](_0xfbf7b,_0x4ff793[_0x25a101(0x1a8)],_0x48b7ad,_0x49bd74,_0x47f0a6,![])[_0x25a101(0x137)](_0xf0807b=>{const _0x3fd2cb=_0x25a101;_0x4ff793['CocJP'](_0x299499,_0x3fd2cb(0x1fa)+_0x59e5ff[_0x3fd2cb(0x156)](_0xf0807b));})[_0x25a101(0x130)](_0x22a743=>{const _0x24f2a0=_0x25a101;_0x4ff793[_0x24f2a0(0x1df)](_0x5605c4,_0x24f2a0(0x201)+_0x22a743);});}}catch(_0x15aca7){_0x4ff793[_0x25a101(0x1cd)](_0x4ff793['HDxYy'],_0x4ff793[_0x25a101(0x1fe)])?_0x4ff793[_0x25a101(0x193)](debug,_0x25a101(0x149)+_0x15aca7[_0x25a101(0x1c1)]()):_0x4ff793[_0x25a101(0x202)](_0x53c30c,_0x17f5e8,_0x3fc864,_0x46c791);}}return this[_0x25a101(0x1e6)];}static[a69_0x482e34(0x14e)](_0x3d0978,_0x2b7c5d,_0x5e6c75){const _0x5755a7=a69_0x482e34;_0x3d0978&&this[_0x5755a7(0x1f8)](_0x3d0978),_0x2b7c5d&&this[_0x5755a7(0x16a)](_0x2b7c5d),_0x5e6c75&&this[_0x5755a7(0x14b)](_0x5e6c75[_0x5755a7(0x16b)],_0x5e6c75['accessKey']);}static async[a69_0x482e34(0x189)](_0x37368a,_0x23e565){const _0x202abf=a69_0x482e34,_0x3811c8={'LAKHm':function(_0x5189ce,_0x5d759c){return _0x5189ce===_0x5d759c;},'CMrAg':_0x202abf(0x1c9),'fmBLD':_0x202abf(0x15c),'WrPXf':function(_0x25fc45,_0x10bb13){return _0x25fc45(_0x10bb13);},'KfbFg':function(_0x3ca302,_0x18eb39){return _0x3ca302(_0x18eb39);},'IYIqP':function(_0x5885c0,_0x13a152){return _0x5885c0!==_0x13a152;},'jcqII':_0x202abf(0x16c),'iitNI':_0x202abf(0x19b),'yJXWI':function(_0x4cf343,_0x1dfadd){return _0x4cf343(_0x1dfadd);},'epaEi':function(_0x179224,_0x284e05){return _0x179224===_0x284e05;},'lccRb':'EjMJt','wkcHw':function(_0x5ec14a,_0x52a59c){return _0x5ec14a(_0x52a59c);},'utXMR':_0x202abf(0x18d),'uwyWn':function(_0x2e5407){return _0x2e5407();},'OAFTz':'/api/v1/analytics','VYZPk':_0x202abf(0x13c),'lZLyp':'true','HZoRc':function(_0xb7533d,_0xf935ca,_0x2b19db,_0x264110,_0x10278b,_0x241a3f){return _0xb7533d(_0xf935ca,_0x2b19db,_0x264110,_0x10278b,_0x241a3f);},'Cxvht':_0x202abf(0x1ed)};this['getCredentials']();if(!this['credentials']){if(_0x3811c8[_0x202abf(0x161)](_0x3811c8[_0x202abf(0x1f4)],_0x3811c8[_0x202abf(0x1f4)]))return _0x3811c8[_0x202abf(0x183)](debug,_0x3811c8[_0x202abf(0x195)]);else this[_0x202abf(0x1ab)]=_0xa62c9c[_0x202abf(0x1e8)](_0x2a334b['env'][_0x202abf(0x14f)]);}this[_0x202abf(0x1ff)](),this['getFramework']();const _0x5cc847={'hashed_id':process[_0x202abf(0x1f6)][_0x202abf(0x19e)],'observability_version':{'sdkVersion':_0x3811c8['uwyWn'](getAgentVersion),'frameworkName':this[_0x202abf(0x1e6)][_0x202abf(0x139)],'frameworkVersion':this[_0x202abf(0x1e6)]['frameworkVersion']},'exception':{'error':_0x37368a[_0x202abf(0x1c1)](),'stackTrace':_0x23e565},'config':this[_0x202abf(0x203)]},_0x12d3d4=_0x3811c8[_0x202abf(0x1b2)],_0x3eeffc={};_0x3eeffc[_0x202abf(0x16b)]=this['credentials'][_0x202abf(0x16b)],_0x3eeffc[_0x202abf(0x1d8)]=this[_0x202abf(0x1ab)][_0x202abf(0x1a9)];const _0xb52fb9={};_0xb52fb9['Content-Type']=_0x3811c8[_0x202abf(0x16d)],_0xb52fb9['X-BSTACK-TESTOPS']=_0x3811c8[_0x202abf(0x196)];const _0x421482={};_0x421482[_0x202abf(0x1c8)]=_0x3eeffc,_0x421482['headers']=_0xb52fb9;const _0x5684b5=_0x421482;_0x3811c8[_0x202abf(0x13e)](nodeRequest,_0x3811c8[_0x202abf(0x175)],_0x12d3d4,_0x5cc847,_0x5684b5,![])['then'](_0x18c648=>{const _0x4bad6c=_0x202abf;_0x3811c8[_0x4bad6c(0x184)](_0x3811c8[_0x4bad6c(0x1ba)],_0x3811c8[_0x4bad6c(0x165)])?delete _0x3fc9d4[_0x5b7438]:_0x3811c8['WrPXf'](debug,_0x4bad6c(0x1fa)+JSON[_0x4bad6c(0x156)](_0x18c648));})[_0x202abf(0x130)](_0x1a4ebe=>{const _0x18aa25=_0x202abf;_0x3811c8['IYIqP'](_0x3811c8[_0x18aa25(0x198)],_0x3811c8[_0x18aa25(0x147)])?_0x3811c8[_0x18aa25(0x17e)](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x1a4ebe):_0x3811c8[_0x18aa25(0x14d)](_0x53cf54,_0x18aa25(0x201)+_0x46e9a3);});}static[a69_0x482e34(0x1ca)](_0xf5483){const _0xace8b9=a69_0x482e34,_0x47b8d0={'WhpXQ':function(_0x555b51,_0x1056df){return _0x555b51(_0x1056df);},'bTQon':function(_0x32481a,_0x1c03d2){return _0x32481a(_0x1c03d2);},'sQVWu':function(_0x21b65d,_0x16a46c){return _0x21b65d!==_0x16a46c;},'uSFMD':'SACkf','TFtTA':'user','yZwha':_0xace8b9(0x16b),'hODBB':_0xace8b9(0x16e),'KaUlL':_0xace8b9(0x1a9),'cHcVL':'password','dpEzT':function(_0x4dcb3b,_0x457af6){return _0x4dcb3b!==_0x457af6;},'iYcez':_0xace8b9(0x18f),'UQFCu':function(_0x6273cc,_0x12efc4){return _0x6273cc===_0x12efc4;},'jaRth':_0xace8b9(0x1be),'ViYAv':_0xace8b9(0x1da),'HPbEp':function(_0x45a96b,_0x5eab4a){return _0x45a96b===_0x5eab4a;},'jZNFl':_0xace8b9(0x15b),'ZNpzu':function(_0x3d7717,_0x7cee45){return _0x3d7717!==_0x7cee45;},'XgTBl':'xxEie','opHzH':_0xace8b9(0x17d)};if(!_0xf5483){if(_0x47b8d0[_0xace8b9(0x1f3)](_0x47b8d0[_0xace8b9(0x1dc)],_0x47b8d0[_0xace8b9(0x1dc)]))_0x47b8d0[_0xace8b9(0x1a2)](_0x555a2a,_0x479375);else return;}const _0x405232=[_0x47b8d0[_0xace8b9(0x1bd)],_0x47b8d0[_0xace8b9(0x166)],_0x47b8d0[_0xace8b9(0x17a)],_0x47b8d0['KaUlL'],_0x47b8d0[_0xace8b9(0x177)]];for(const _0x2ef9bc in _0xf5483){if(_0x47b8d0[_0xace8b9(0x182)](_0x47b8d0[_0xace8b9(0x1e7)],_0x47b8d0['iYcez']))this['recursivelyDeletePIIKeysFromObject'](_0x3ca432[_0x1cb39a]);else{if(_0x405232['includes'](_0x2ef9bc[_0xace8b9(0x1a5)]()))_0x47b8d0['UQFCu'](_0x47b8d0['jaRth'],_0x47b8d0[_0xace8b9(0x164)])?_0x47b8d0[_0xace8b9(0x1cc)](_0x24627d,_0xace8b9(0x149)+_0x1ad69b[_0xace8b9(0x1c1)]()):delete _0xf5483[_0x2ef9bc];else _0x47b8d0['HPbEp'](typeof _0xf5483[_0x2ef9bc],_0x47b8d0[_0xace8b9(0x1a1)])&&(_0x47b8d0[_0xace8b9(0x1d0)](_0x47b8d0['XgTBl'],_0x47b8d0[_0xace8b9(0x14a)])?this[_0xace8b9(0x1ca)](_0xf5483[_0x2ef9bc]):_0x16711c=_0x3fc693['stringify'](_0x553d11));}}}static[a69_0x482e34(0x1b0)](_0x2d2003){const _0x22ad6f=a69_0x482e34,_0x4d7382=JSON['parse'](JSON[_0x22ad6f(0x156)](_0x2d2003));return this['recursivelyDeletePIIKeysFromObject'](_0x4d7382),_0x4d7382;}}function a69_0x3af9(_0x44d6b7,_0x37c204){const _0x27fada=a69_0x27fa();return a69_0x3af9=function(_0x3af9b5,_0x2e15e1){_0x3af9b5=_0x3af9b5-0x130;let _0x348806=_0x27fada[_0x3af9b5];return _0x348806;},a69_0x3af9(_0x44d6b7,_0x37c204);}const a69_0x1e0dda={};a69_0x1e0dda[a69_0x482e34(0x1ad)]=o11yErrorHandler,a69_0x1e0dda[a69_0x482e34(0x157)]=o11yClassErrorHandler,a69_0x1e0dda[a69_0x482e34(0x1a6)]=CrashReporter,module[a69_0x482e34(0x1a4)]=a69_0x1e0dda;
|
|
1
|
+
const a72_0x710504=a72_0x43f1;function a72_0x43f1(_0x511c33,_0x251927){const _0x599ea2=a72_0x599e();return a72_0x43f1=function(_0x43f102,_0xa7d4d5){_0x43f102=_0x43f102-0xa3;let _0x65509b=_0x599ea2[_0x43f102];return _0x65509b;},a72_0x43f1(_0x511c33,_0x251927);}(function(_0x1c0073,_0xdf7438){const _0x3628b5=a72_0x43f1,_0x470834=_0x1c0073();while(!![]){try{const _0x27e905=parseInt(_0x3628b5(0x16c))/0x1*(parseInt(_0x3628b5(0x172))/0x2)+parseInt(_0x3628b5(0x123))/0x3+parseInt(_0x3628b5(0x17e))/0x4*(-parseInt(_0x3628b5(0xae))/0x5)+parseInt(_0x3628b5(0xc1))/0x6*(parseInt(_0x3628b5(0x182))/0x7)+parseInt(_0x3628b5(0xe8))/0x8*(-parseInt(_0x3628b5(0x12a))/0x9)+parseInt(_0x3628b5(0x17f))/0xa*(-parseInt(_0x3628b5(0xba))/0xb)+parseInt(_0x3628b5(0xdb))/0xc*(parseInt(_0x3628b5(0x16f))/0xd);if(_0x27e905===_0xdf7438)break;else _0x470834['push'](_0x470834['shift']());}catch(_0x3d0b1c){_0x470834['push'](_0x470834['shift']());}}}(a72_0x599e,0x88ca6));function a72_0x599e(){const _0x279043=['xFZdg','dhTxD','keys','filterPII','getOwnPropertyNames','iMZoQ','ActDp','CREDENTIALS_FOR_CRASH_REPORTING','iphoD','zmPBk','mbMBc','username','Vmjkz','TNHRn','YfZeA','iGkdL','jLKtJ','AbvSp','application/json','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','4226124ORFFib','ldjzW','ZMCeW','eySiM','lZlnR','stringify','setCredentials','accessKey','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','BuKzR','getConfig','function','\x20:\x20','1752cTMYdy','vyaJO','nMwBj','DkKSj','YEPnF','parse','yZKTc','BNlnA','PAQbL','EBfei','sEhuD','HKmlP','../performance-tester','NjWOY','timerify','setAllDetails','BROWSERSTACK_O11Y_PERF_MEASUREMENT','BS_TESTOPS_BUILD_HASHED_ID','POST','pnlgb','yWpHM','hDvLA','ShICl','womNI','vHLtK','RNxHG','uWVZp','\x20with\x20args\x20','catch','zwHfV','zqkRa','rSzyb','util','toString','tpGhI','frameworkVersion','SkjXp','RzsLt','iZndI','true','mFowg','FxMQJ','awAXO','PHPQq','AfpLe','apply','wRgQR','Feoyu','AEdNq','skWPC','WoiBg','recursivelyDeletePIIKeysFromObject','Error\x20in\x20executing\x20','/api/v1/analytics','uamNg','UOfHd','../helper','zcRVa','password','521814qkxsMS','WJPUl','yoMkZ','cohKz','uYtRO','o11yClassErrorHandler','uZZcn','30123uNAtWb','jUftx','BBMBi','aAeGw','then','defineProperty','cEUTs','ZwwAJ','wNcZT','setConfigDetails','headers','lhFdO','qOiRe','length','auth','RzrOa','key','RQwrt','iUIWb','cgcnM','ghVov','sreXa','dTcGQ','wNFGz','UsaVa','initialize','qugHl','FXjef','SSTDx','UzdzJ','zeRFA','ogPdz','QRFgb','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','exports','./utils','lxUFk','WXqOR','getPerformance','nzKGk','credentials','loIMA','object','rpvnv','LoqVk','VNjMa','tAxoI','USER_CONFIG_FOR_REPORTING','getCredentials','ZyXbh','name','rakwe','DHscM','ZyZBx','awBUO','yLYZB','zPUbB','cuiSw','kwsDa','TTBFH','SgtbK','UoLkC','OmtzO','CQHzD','foQvl','captureError','1crkaAO','KuKwq','QfMuB','91XAXcdx','PumnU','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','352142yOgIKG','X-BSTACK-TESTOPS','eGcZN','getFramework','xmzct','uGJoM','call','LHRvs','KjayE','wRDzD','DOQlI','nfeVL','3567044fwxUbD','60rFAELj','syUTu','wPsgw','7rVyQdi','gxLXz','userConfig','depth','AmfEO','WlczL','fpTIa','PMAOi','nCbVB','CFaWn','yyEHG','user','inspect','ntfav','frameworkDetails','CMtwZ','env','QyMoC','5SsFCBT','includes','porbx','Qwlzw','uploadCrashReport','lnSHT','bPgzF','stack','Otybs','ZNuXL','prototype','frameworkName','1253890dHNXOw','kWYaA','[Crash_Report_Upload]\x20Success\x20response:\x20','uMyJl','IwJAu','IGYbg','RIKIe','322440lWuFej','zUhho','VUPLQ','wfrvY','setFrameworkDetails','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS'];a72_0x599e=function(){return _0x279043;};return a72_0x599e();}const util=require(a72_0x710504(0x108)),PerformanceTester=require(a72_0x710504(0xf4)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a72_0x710504(0x14d)),{getAgentVersion}=require(a72_0x710504(0x120)),o11yErrorHandler=_0x2ef4c5=>{const _0xcc9306=a72_0x710504,_0x4686ee={'gdQGm':function(_0x403dd0,_0x2ee143){return _0x403dd0(_0x2ee143);},'RNxHG':function(_0xa989d2,_0x107900){return _0xa989d2!==_0x107900;},'yWpHM':'ypaYH','hDvLA':'yXfZq','YfZeA':function(_0x21b1a9,_0x2b3370){return _0x21b1a9===_0x2b3370;},'ZJnsY':'TDjCy','efSJj':_0xcc9306(0x113),'Qwlzw':function(_0x3590b9,_0x425157){return _0x3590b9 instanceof _0x425157;},'xFZdg':function(_0x35ecd8,_0x2145ed){return _0x35ecd8===_0x2145ed;},'AmfEO':_0xcc9306(0xcc),'wNcZT':_0xcc9306(0xb4),'PAQbL':_0xcc9306(0x160),'QRFgb':function(_0x567739,_0x2526cc,_0x167395,_0x245f74){return _0x567739(_0x2526cc,_0x167395,_0x245f74);}};return function(..._0x2e049d){const _0x51b1ae=_0xcc9306,_0x197d9c={'WlczL':function(_0x4f70c9,_0x2ff50a){return _0x4686ee['gdQGm'](_0x4f70c9,_0x2ff50a);}};if(_0x4686ee[_0x51b1ae(0x101)](_0x4686ee[_0x51b1ae(0xfc)],_0x4686ee[_0x51b1ae(0xfc)]))this['userConfig']=_0x4737e1[_0x51b1ae(0xed)](_0xfc5f95[_0x51b1ae(0xac)][_0x51b1ae(0x159)]);else try{if(_0x4686ee[_0x51b1ae(0x101)](_0x4686ee[_0x51b1ae(0xfd)],_0x4686ee[_0x51b1ae(0xfd)]))this['frameworkDetails']=_0x22630b[_0x51b1ae(0xed)](_0x550994[_0x51b1ae(0xac)][_0x51b1ae(0xc6)]);else{let _0x2ab4f0=_0x2ef4c5;if(process[_0x51b1ae(0xac)][_0x51b1ae(0xf8)]){if(_0x4686ee[_0x51b1ae(0xd5)](_0x4686ee['ZJnsY'],_0x4686ee['efSJj']))return;else _0x2ab4f0=PerformanceTester['getPerformance']()[_0x51b1ae(0xf6)](_0x2ab4f0);}const _0x212500=_0x2ab4f0[_0x51b1ae(0x115)](null,arguments);if(_0x4686ee[_0x51b1ae(0xb1)](_0x212500,Promise)){if(_0x4686ee[_0x51b1ae(0xc7)](_0x4686ee[_0x51b1ae(0x186)],_0x4686ee[_0x51b1ae(0x186)]))return _0x212500[_0x51b1ae(0x104)](_0x2b48c9=>processError(_0x2b48c9,_0x2ef4c5,_0x2e049d));else{_0x197d9c['WlczL'](_0x3fd84a,_0x51b1ae(0x11c)+_0x23917d['name']+_0x51b1ae(0x103)+_0x23e68e+':\x20'+_0x38bf78),_0x110865[_0x51b1ae(0x16b)](_0x53efa5);let _0x4443e0;try{_0x4443e0=_0x2eaca4['stringify'](_0x359aaa);}catch(_0x2c88b0){const _0x4e2e06={};_0x4e2e06[_0x51b1ae(0x185)]=0x2,_0x4443e0=_0xdc340[_0x51b1ae(0xa8)](_0x25cb00,_0x4e2e06);}_0x9f0023[_0x51b1ae(0xb2)](_0x51b1ae(0x11c)+_0x227b32[_0x51b1ae(0x15c)]+_0x51b1ae(0x103)+_0x4443e0+_0x51b1ae(0xe7)+_0x59ab35,_0x69b249&&_0x58b8f6[_0x51b1ae(0xb5)]);}}return _0x212500;}}catch(_0x35d6a3){_0x4686ee['RNxHG'](_0x4686ee[_0x51b1ae(0x132)],_0x4686ee[_0x51b1ae(0xf0)])?_0x4686ee[_0x51b1ae(0x14a)](processError,_0x35d6a3,_0x2ef4c5,_0x2e049d):_0x50faa1=_0x197d9c[_0x51b1ae(0x187)](_0x2d9248,_0x3d4aa5);}};},o11yClassErrorHandler=(_0x36b551,_0xa4a453)=>{const _0x34db37=a72_0x710504,_0x3baa21={'nCbVB':function(_0x55e2cb,_0x145402){return _0x55e2cb(_0x145402);},'lKznA':function(_0x2f7162,_0x8fbdb8){return _0x2f7162(_0x8fbdb8);},'WJPUl':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','ZIJwV':function(_0x293939){return _0x293939();},'uWVZp':_0x34db37(0x11d),'wRDzD':_0x34db37(0xd9),'RzsLt':_0x34db37(0x10f),'AbvSp':function(_0x319117,_0x2d9e19,_0x235eb9,_0x30f9b0,_0x3499fa,_0x58973f){return _0x319117(_0x2d9e19,_0x235eb9,_0x30f9b0,_0x3499fa,_0x58973f);},'ZwwAJ':_0x34db37(0xfa),'sreXa':function(_0x4f005a,_0x5de2e6){return _0x4f005a instanceof _0x5de2e6;},'zwHfV':function(_0x180d00,_0x34a149,_0x14686d,_0x4e7e03){return _0x180d00(_0x34a149,_0x14686d,_0x4e7e03);},'VUPLQ':function(_0x3f8ec0,_0x42afd4){return _0x3f8ec0(_0x42afd4);},'yyEHG':function(_0x40ca91,_0xee04d0){return _0x40ca91===_0xee04d0;},'kWYaA':function(_0x5e9b9b,_0x2ce631){return _0x5e9b9b(_0x2ce631);},'jUftx':_0x34db37(0xb0),'lZlnR':_0x34db37(0x117),'DkKSj':function(_0x585909,_0x105f8f){return _0x585909!==_0x105f8f;},'GGyum':'Efpcv','skWPC':_0x34db37(0x13e),'lhFdO':'vgbHG','FFahd':function(_0x354299,_0x2fd1c5,_0x1bd1f4,_0x2dcf25){return _0x354299(_0x2fd1c5,_0x1bd1f4,_0x2dcf25);},'zUhho':_0x34db37(0xb7),'lnSHT':_0x34db37(0x167),'DOQlI':'IqIhb','dTcGQ':_0x34db37(0xe6),'cEUTs':'constructor','nzKGk':function(_0x1c1c3c,_0x379b03){return _0x1c1c3c!==_0x379b03;},'HKmlP':_0x34db37(0x142),'kWHZH':_0x34db37(0x146),'RIKIe':function(_0x3ba59f,_0xb36509){return _0x3ba59f<_0xb36509;},'rSzyb':_0x34db37(0x125)},_0x271a8b=_0x36b551[_0x34db37(0xb8)];if(_0x3baa21[_0x34db37(0xc0)](Object['getOwnPropertyNames'](_0x271a8b)[_0x34db37(0x137)],0x2)){if(_0x3baa21[_0x34db37(0x151)](_0x3baa21[_0x34db37(0x107)],_0x3baa21[_0x34db37(0x107)]))_0x3baa21[_0x34db37(0xa4)](_0x293172,_0x34db37(0xbc)+_0x2ce3ad[_0x34db37(0xe0)](_0xd9f6fa));else return _0x36b551;}return Object[_0x34db37(0xcb)](_0x271a8b)['forEach'](_0xe1d888=>{const _0x44807c=_0x34db37,_0x3ede14={'foQvl':function(_0x5ca98f,_0x2e066e){const _0x48e997=a72_0x43f1;return _0x3baa21[_0x48e997(0x13f)](_0x5ca98f,_0x2e066e);},'fzKSP':function(_0x4ac2a,_0x2359d7,_0x2de29a,_0x5e23a3){const _0xe4dd8b=a72_0x43f1;return _0x3baa21[_0xe4dd8b(0x105)](_0x4ac2a,_0x2359d7,_0x2de29a,_0x5e23a3);},'ZyXbh':function(_0x28458d,_0x4f2bb6){const _0x15b50d=a72_0x43f1;return _0x3baa21[_0x15b50d(0xc3)](_0x28458d,_0x4f2bb6);},'PHAjv':function(_0x4aff90,_0x249e44){const _0x57fc6b=a72_0x43f1;return _0x3baa21[_0x57fc6b(0xa6)](_0x4aff90,_0x249e44);},'qOiRe':function(_0x492895,_0x5749ba){const _0x15ca68=a72_0x43f1;return _0x3baa21[_0x15ca68(0xbb)](_0x492895,_0x5749ba);},'uMyJl':function(_0x150e8f,_0x589fd8){return _0x3baa21['yyEHG'](_0x150e8f,_0x589fd8);},'pCptq':_0x3baa21[_0x44807c(0x12b)],'LACwA':_0x3baa21[_0x44807c(0xdf)],'eySiM':function(_0xe4a3b7,_0x135ea0){const _0x2f5d61=_0x44807c;return _0x3baa21[_0x2f5d61(0xeb)](_0xe4a3b7,_0x135ea0);},'RQwrt':_0x3baa21['GGyum'],'QBVVW':function(_0x4f5ef0,_0x10d467){const _0x1389f6=_0x44807c;return _0x3baa21[_0x1389f6(0x13f)](_0x4f5ef0,_0x10d467);},'cgcnM':_0x3baa21[_0x44807c(0x119)],'CQHzD':function(_0xb3973a,_0x1d125e){return _0x3baa21['DkKSj'](_0xb3973a,_0x1d125e);},'sEhuD':_0x3baa21[_0x44807c(0x135)],'vHLtK':function(_0x3607ab,_0x3fea93,_0x3f0309,_0x59b59d){return _0x3baa21['FFahd'](_0x3607ab,_0x3fea93,_0x3f0309,_0x59b59d);},'dSBPy':function(_0x4f2245,_0x141c47){const _0x3f8b75=_0x44807c;return _0x3baa21[_0x3f8b75(0xc3)](_0x4f2245,_0x141c47);}};if(_0x3baa21['yyEHG'](_0x3baa21[_0x44807c(0xc2)],_0x3baa21[_0x44807c(0xb3)]))try{const _0x309738=(_0xb38d40[_0x44807c(0xac)][_0x44807c(0xf8)]?_0x17140c['getPerformance']()[_0x44807c(0xf6)](_0x4f618b):_0x1f5272)[_0x44807c(0x178)](this,..._0x1f5ad1);if(_0x3ede14[_0x44807c(0x16a)](_0x309738,_0x88bed4))return _0x309738['catch'](_0x227892=>_0x245ef5(_0x227892,_0x266941,_0x1a96a9));return _0x309738;}catch(_0x13cc78){_0x3ede14['fzKSP'](_0x3b53e7,_0x13cc78,_0x4bee21,_0x384a96);}else{if(!(_0xa4a453&&_0xa4a453[_0x44807c(0xaf)](_0xe1d888))){if(_0x3baa21[_0x44807c(0xa6)](_0x3baa21[_0x44807c(0x17c)],_0x3baa21[_0x44807c(0x17c)]))return;else this[_0x44807c(0x11b)](_0x5c5e81[_0x33f26b]);}const _0x105483=_0x271a8b[_0xe1d888];if(_0x3baa21[_0x44807c(0xa6)](typeof _0x105483,_0x3baa21[_0x44807c(0x140)])&&_0x3baa21[_0x44807c(0xeb)](_0xe1d888,_0x3baa21[_0x44807c(0x130)])){if(_0x3baa21[_0x44807c(0x151)](_0x3baa21[_0x44807c(0xf3)],_0x3baa21['kWHZH']))Object[_0x44807c(0x12f)](_0x271a8b,_0xe1d888,{'writable':!![],'value':function(..._0x193398){const _0x1c7849=_0x44807c,_0x59e71b={'tpGhI':function(_0x4ca11d,_0x335fbd){return _0x3ede14['PHAjv'](_0x4ca11d,_0x335fbd);},'gxLXz':function(_0x20dcc0,_0x5c4c9d){const _0x3e0792=a72_0x43f1;return _0x3ede14[_0x3e0792(0x136)](_0x20dcc0,_0x5c4c9d);}};if(_0x3ede14[_0x1c7849(0xbd)](_0x3ede14['pCptq'],_0x3ede14['LACwA']))this[_0x1c7849(0xaa)]=_0x2448dd,_0x4fe244[_0x1c7849(0xac)][_0x1c7849(0xc6)]=_0x243af8['stringify'](this[_0x1c7849(0xaa)]);else try{if(_0x3ede14[_0x1c7849(0xde)](_0x3ede14[_0x1c7849(0x13b)],_0x3ede14[_0x1c7849(0x13b)])){if(_0x59e71b[_0x1c7849(0x10a)](_0x3c07a9['keys'](this['userConfig'])[_0x1c7849(0x137)],0x0)&&_0x169b18[_0x1c7849(0xac)]['USER_CONFIG_FOR_REPORTING'])try{this[_0x1c7849(0x184)]=_0x592cfc['parse'](_0x4a7bae[_0x1c7849(0xac)][_0x1c7849(0x159)]);}catch(_0x3f1c31){_0x59e71b['gxLXz'](_0x504ab4,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x3f1c31[_0x1c7849(0x109)]()),this[_0x1c7849(0x184)]={};}return this[_0x1c7849(0x184)];}else{const _0x13fb89=(process[_0x1c7849(0xac)][_0x1c7849(0xf8)]?PerformanceTester[_0x1c7849(0x150)]()[_0x1c7849(0xf6)](_0x105483):_0x105483)[_0x1c7849(0x178)](this,..._0x193398);if(_0x3ede14['QBVVW'](_0x13fb89,Promise)){if(_0x3ede14[_0x1c7849(0xde)](_0x3ede14[_0x1c7849(0x13d)],_0x3ede14['cgcnM'])){if(!this[_0x1c7849(0x152)]&&_0x536381[_0x1c7849(0xac)][_0x1c7849(0xce)])try{this[_0x1c7849(0x152)]=_0x4417d6[_0x1c7849(0xed)](_0x167064[_0x1c7849(0xac)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x48b7cc){_0x59e71b[_0x1c7849(0x183)](_0x5cb65c,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x48b7cc['toString']());}return this['credentials'];}else return _0x13fb89['catch'](_0x5da512=>processError(_0x5da512,_0x105483,_0x193398));}return _0x13fb89;}}catch(_0x10f139){if(_0x3ede14[_0x1c7849(0x169)](_0x3ede14[_0x1c7849(0xf2)],_0x3ede14['sEhuD']))try{this['credentials']=_0x5a4110[_0x1c7849(0xed)](_0x43b451[_0x1c7849(0xac)][_0x1c7849(0xce)]);}catch(_0x5d12c3){_0x3ede14[_0x1c7849(0x15b)](_0x59f05e,_0x1c7849(0xe3)+_0x5d12c3[_0x1c7849(0x109)]());}else _0x3ede14[_0x1c7849(0x100)](processError,_0x10f139,_0x105483,_0x193398);}}});else{const _0xc1ff10={'UzdzJ':function(_0x4e20c7,_0xe8061f){return _0x3baa21['nCbVB'](_0x4e20c7,_0xe8061f);}};this[_0x44807c(0x15a)]();if(!this['credentials'])return _0x3baa21['lKznA'](_0x58b828,_0x3baa21[_0x44807c(0x124)]);this['getConfig'](),this[_0x44807c(0x175)]();const _0x3b4f7f={'hashed_id':_0x1bb7de['env'][_0x44807c(0xf9)],'observability_version':{'sdkVersion':_0x3baa21['ZIJwV'](_0x27f27c),'frameworkName':this[_0x44807c(0xaa)][_0x44807c(0xb9)],'frameworkVersion':this['frameworkDetails'][_0x44807c(0x10b)]},'exception':{'error':_0x4a8e7a['toString'](),'stackTrace':_0x595084},'config':this[_0x44807c(0x184)]},_0x38ae7d=_0x3baa21[_0x44807c(0x102)],_0x1915d6={};_0x1915d6[_0x44807c(0xd2)]=this[_0x44807c(0x152)][_0x44807c(0xd2)],_0x1915d6['password']=this[_0x44807c(0x152)][_0x44807c(0xe2)];const _0x148daf={};_0x148daf['Content-Type']=_0x3baa21[_0x44807c(0x17b)],_0x148daf[_0x44807c(0x173)]=_0x3baa21[_0x44807c(0x10d)];const _0x5debed={};_0x5debed[_0x44807c(0x138)]=_0x1915d6,_0x5debed[_0x44807c(0x134)]=_0x148daf;const _0x4f2c5c=_0x5debed;_0x3baa21[_0x44807c(0xd8)](_0xcb7909,_0x3baa21[_0x44807c(0x131)],_0x38ae7d,_0x3b4f7f,_0x4f2c5c,![])[_0x44807c(0x12e)](_0x6013ae=>{const _0x23b8f2=_0x44807c;_0x3ede14['dSBPy'](_0x5a6ba7,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x2ed6e8[_0x23b8f2(0xe0)](_0x6013ae));})[_0x44807c(0x104)](_0x55e9e3=>{const _0x1e7308=_0x44807c;_0xc1ff10[_0x1e7308(0x147)](_0x4e3935,_0x1e7308(0xda)+_0x55e9e3);});}}}}),_0x36b551;};function processError(_0x2a841e,_0x466ff6,_0xb76ac9){const _0x282c36=a72_0x710504,_0x16fa10={'wRgQR':function(_0x3f8fa6,_0x1538d8){return _0x3f8fa6(_0x1538d8);},'ldjzW':function(_0x2d039b,_0x17c3b1){return _0x2d039b!==_0x17c3b1;},'zPUbB':_0x282c36(0xc8),'rakwe':function(_0x2715cb,_0x340f20){return _0x2715cb===_0x340f20;},'vyaJO':'jSvBg'};_0x16fa10[_0x282c36(0x116)](debug,_0x282c36(0x11c)+_0x466ff6[_0x282c36(0x15c)]+_0x282c36(0x103)+_0xb76ac9+':\x20'+_0x2a841e),PerformanceTester['captureError'](_0x2a841e);let _0x4f75ee;try{if(_0x16fa10[_0x282c36(0xdc)](_0x16fa10[_0x282c36(0x162)],_0x16fa10[_0x282c36(0x162)])){const _0x2e39de={};_0x2e39de[_0x282c36(0x185)]=0x2,_0x3f0f97=_0x46ccd9[_0x282c36(0xa8)](_0x4f191c,_0x2e39de);}else _0x4f75ee=JSON[_0x282c36(0xe0)](_0xb76ac9);}catch(_0x33de4c){if(_0x16fa10[_0x282c36(0x15d)](_0x16fa10[_0x282c36(0xe9)],_0x16fa10['vyaJO'])){const _0x4106b0={};_0x4106b0[_0x282c36(0x185)]=0x2,_0x4f75ee=util[_0x282c36(0xa8)](_0xb76ac9,_0x4106b0);}else delete _0x193a6e[_0x263b8a];}CrashReporter[_0x282c36(0xb2)](_0x282c36(0x11c)+_0x466ff6[_0x282c36(0x15c)]+_0x282c36(0x103)+_0x4f75ee+_0x282c36(0xe7)+_0x2a841e,_0x2a841e&&_0x2a841e[_0x282c36(0xb5)]);}class CrashReporter{static [a72_0x710504(0x184)]={};static [a72_0x710504(0x152)];static ['frameworkDetails']={};static[a72_0x710504(0x143)](_0x27424b,_0x4f98d3,_0x1ba4e6=null){const _0x46a7bb=a72_0x710504,_0x1483b0={'OmtzO':function(_0x104b09,_0x994fda,_0x49f1f2,_0x35c0c0){return _0x104b09(_0x994fda,_0x49f1f2,_0x35c0c0);},'qugHl':function(_0x22b157,_0xa28c37){return _0x22b157!==_0xa28c37;},'ntfav':_0x46a7bb(0x10e),'CMtwZ':function(_0x5e5cfe,_0x19339e){return _0x5e5cfe(_0x19339e);},'IwJAu':function(_0x1253ed,_0x374a74){return _0x1253ed===_0x374a74;},'VNjMa':_0x46a7bb(0xee),'GENcQ':'VIMHs','UOfHd':function(_0x2eaae4,_0x5acaf2){return _0x2eaae4(_0x5acaf2);}},_0x14bc1b=_0x27424b[_0x46a7bb(0xb9)],_0x214745=_0x27424b[_0x46a7bb(0x10b)];!_0x1ba4e6&&(_0x1483b0[_0x46a7bb(0x144)](_0x1483b0['ntfav'],_0x1483b0[_0x46a7bb(0xa9)])?_0x1483b0[_0x46a7bb(0x168)](_0x4c6d9f,_0x342299,_0x4bbe70,_0x1ed3bb):_0x1ba4e6=_0x1483b0[_0x46a7bb(0xab)](getBrowserStackConfig,_0x14bc1b));!_0x214745&&(_0x1483b0[_0x46a7bb(0xbe)](_0x1483b0[_0x46a7bb(0x157)],_0x1483b0['GENcQ'])?(this[_0x46a7bb(0x184)]=this[_0x46a7bb(0xca)](_0x3cb071),_0x34ac5e[_0x46a7bb(0xac)][_0x46a7bb(0x159)]=_0x1d87cc['stringify'](this['userConfig'])):_0x1483b0[_0x46a7bb(0xab)](getFrameworkVersion,_0x14bc1b));const _0x1c2faf={};_0x1c2faf[_0x46a7bb(0xb9)]=_0x14bc1b,_0x1c2faf[_0x46a7bb(0x10b)]=_0x214745,this['setAllDetails'](_0x1c2faf,_0x4f98d3,_0x1483b0[_0x46a7bb(0x11f)](getUserCredentials,_0x1ba4e6));}static[a72_0x710504(0xe1)](_0x290377,_0x23c6bb){const _0x2db002=a72_0x710504,_0x1d742c={};_0x1d742c[_0x2db002(0xd2)]=_0x290377,_0x1d742c[_0x2db002(0xe2)]=_0x23c6bb,this[_0x2db002(0x152)]=_0x1d742c,process[_0x2db002(0xac)][_0x2db002(0xce)]=JSON[_0x2db002(0xe0)](this['credentials']);}static[a72_0x710504(0x15a)](){const _0x1f626a=a72_0x710504,_0x3ca99a={'Vmjkz':function(_0x5c026c,_0x4d22ab){return _0x5c026c(_0x4d22ab);},'uGJoM':function(_0xff44,_0x5db581){return _0xff44(_0x5db581);},'NlgTN':function(_0x168b50,_0x14ec82){return _0x168b50(_0x14ec82);},'LoqVk':function(_0x4f7273,_0x2b6ec4){return _0x4f7273!==_0x2b6ec4;},'LHRvs':'aGoBx','Otybs':function(_0x59abc2,_0x4a8424){return _0x59abc2===_0x4a8424;},'wNFGz':_0x1f626a(0x11e),'wPibM':_0x1f626a(0xd0),'iGkdL':_0x1f626a(0x16e),'MjAhq':function(_0x58251c,_0x41eb4a){return _0x58251c(_0x41eb4a);}};if(!this[_0x1f626a(0x152)]&&process[_0x1f626a(0xac)][_0x1f626a(0xce)]){if(_0x3ca99a[_0x1f626a(0x156)](_0x3ca99a[_0x1f626a(0x179)],_0x3ca99a[_0x1f626a(0x179)]))_0x507e69=_0x30bc41['stringify'](_0x2b5208);else try{if(_0x3ca99a[_0x1f626a(0xb6)](_0x3ca99a[_0x1f626a(0x141)],_0x3ca99a['wPibM'])){const _0x4bb289=_0x504e22[_0x1f626a(0xb9)],_0x52aff5=_0x130a75[_0x1f626a(0x10b)];!_0x5a4a5f&&(_0x88ec4c=_0x3ca99a[_0x1f626a(0xd3)](_0x33b288,_0x4bb289));!_0x52aff5&&_0x3ca99a[_0x1f626a(0x177)](_0x37eac0,_0x4bb289);const _0x54bee9={};_0x54bee9['frameworkName']=_0x4bb289,_0x54bee9[_0x1f626a(0x10b)]=_0x52aff5,this[_0x1f626a(0xf7)](_0x54bee9,_0x5ab361,_0x3ca99a['NlgTN'](_0x1160dc,_0x4bb600));}else this[_0x1f626a(0x152)]=JSON[_0x1f626a(0xed)](process[_0x1f626a(0xac)][_0x1f626a(0xce)]);}catch(_0x3aa02f){_0x3ca99a[_0x1f626a(0xb6)](_0x3ca99a['iGkdL'],_0x3ca99a[_0x1f626a(0xd6)])?_0x3ca99a['MjAhq'](debug,_0x1f626a(0xe3)+_0x3aa02f[_0x1f626a(0x109)]()):_0x3ca99a[_0x1f626a(0xd3)](_0x361554,_0x1f626a(0xe3)+_0x1bd667['toString']());}}return this[_0x1f626a(0x152)];}static[a72_0x710504(0x133)](_0x419fd3){const _0x370e8f=a72_0x710504;this['userConfig']=this[_0x370e8f(0xca)](_0x419fd3),process[_0x370e8f(0xac)][_0x370e8f(0x159)]=JSON['stringify'](this[_0x370e8f(0x184)]);}static[a72_0x710504(0xe5)](){const _0x4c12da=a72_0x710504,_0x1572ea={'wPsgw':function(_0x4652eb,_0x104a11){return _0x4652eb(_0x104a11);},'wfrvY':function(_0x443edd,_0x4b093c){return _0x443edd(_0x4b093c);},'AEdNq':function(_0x4f6fc8,_0x4f6a70){return _0x4f6fc8===_0x4f6a70;},'cohKz':function(_0x45bf34,_0xd8a518){return _0x45bf34!==_0xd8a518;},'FxMQJ':_0x4c12da(0x166),'womNI':_0x4c12da(0x153),'CFaWn':'YzAkm','mFowg':_0x4c12da(0xef),'PMAOi':_0x4c12da(0x155),'KjayE':function(_0x755e64,_0x4aed76){return _0x755e64(_0x4aed76);}};if(_0x1572ea[_0x4c12da(0x118)](Object[_0x4c12da(0xc9)](this[_0x4c12da(0x184)])['length'],0x0)&&process[_0x4c12da(0xac)][_0x4c12da(0x159)]){if(_0x1572ea[_0x4c12da(0x126)](_0x1572ea[_0x4c12da(0x111)],_0x1572ea[_0x4c12da(0xff)]))try{_0x1572ea['cohKz'](_0x1572ea[_0x4c12da(0xa5)],_0x1572ea[_0x4c12da(0x110)])?this['userConfig']=JSON[_0x4c12da(0xed)](process[_0x4c12da(0xac)][_0x4c12da(0x159)]):(_0x1572ea[_0x4c12da(0x181)](_0x186ba6,_0x4c12da(0x171)+_0x43c52c[_0x4c12da(0x109)]()),this[_0x4c12da(0x184)]={});}catch(_0x3080fd){if(_0x1572ea['cohKz'](_0x1572ea[_0x4c12da(0xa3)],_0x1572ea[_0x4c12da(0xa3)]))return _0x4ae507;else _0x1572ea[_0x4c12da(0x17a)](debug,_0x4c12da(0x171)+_0x3080fd['toString']()),this['userConfig']={};}else try{this[_0x4c12da(0xaa)]=_0x5d4e1e[_0x4c12da(0xed)](_0x90ac74[_0x4c12da(0xac)][_0x4c12da(0xc6)]);}catch(_0x3256d0){_0x1572ea[_0x4c12da(0xc4)](_0xc870c5,_0x4c12da(0xe3)+_0x3256d0[_0x4c12da(0x109)]());}}return this[_0x4c12da(0x184)];}static[a72_0x710504(0xc5)](_0xacb14c){const _0x122bd0=a72_0x710504;this[_0x122bd0(0xaa)]=_0xacb14c,process[_0x122bd0(0xac)][_0x122bd0(0xc6)]=JSON[_0x122bd0(0xe0)](this[_0x122bd0(0xaa)]);}static[a72_0x710504(0x175)](){const _0x52b67e=a72_0x710504,_0x5d8943={'BuKzR':function(_0x277305,_0x32f36a){return _0x277305(_0x32f36a);},'zfrDr':_0x52b67e(0x14b),'eGcZN':function(_0x20fcbc,_0x4f195e,_0xbb96dd,_0x47cc7c){return _0x20fcbc(_0x4f195e,_0xbb96dd,_0x47cc7c);},'iUIWb':function(_0x598b7e,_0x1e85e9){return _0x598b7e===_0x1e85e9;},'nMwBj':function(_0x7a8f77,_0xb4a64f){return _0x7a8f77!==_0xb4a64f;},'TTBFH':'fqwnN','syUTu':_0x52b67e(0xf1),'fpTIa':_0x52b67e(0xcd),'lxUFk':_0x52b67e(0x139),'QdyFM':function(_0x3f5800,_0x58bcb8){return _0x3f5800!==_0x58bcb8;},'KuKwq':'EHTiH','AfpLe':'PHYhU'};if(_0x5d8943[_0x52b67e(0x13c)](Object[_0x52b67e(0xc9)](this[_0x52b67e(0xaa)])[_0x52b67e(0x137)],0x0)&&process[_0x52b67e(0xac)][_0x52b67e(0xc6)]){if(_0x5d8943[_0x52b67e(0xea)](_0x5d8943[_0x52b67e(0x165)],_0x5d8943[_0x52b67e(0x180)]))try{_0x5d8943[_0x52b67e(0x13c)](_0x5d8943[_0x52b67e(0x188)],_0x5d8943[_0x52b67e(0x14e)])?(_0x36de8e&&this[_0x52b67e(0xc5)](_0x161977),_0x34ee3b&&this[_0x52b67e(0x133)](_0x46f00a),_0x118b8f&&this[_0x52b67e(0xe1)](_0x404221[_0x52b67e(0xd2)],_0xbeb25c[_0x52b67e(0xe2)])):this[_0x52b67e(0xaa)]=JSON[_0x52b67e(0xed)](process['env'][_0x52b67e(0xc6)]);}catch(_0x558371){if(_0x5d8943['QdyFM'](_0x5d8943[_0x52b67e(0x16d)],_0x5d8943[_0x52b67e(0x114)]))_0x5d8943[_0x52b67e(0xe4)](debug,_0x52b67e(0xe3)+_0x558371[_0x52b67e(0x109)]());else return _0x5d8943[_0x52b67e(0xe4)](_0x2e568a,_0x5d8943['zfrDr']);}else _0x5d8943[_0x52b67e(0x174)](_0x59cad9,_0x2575b4,_0x2c84c7,_0x3ca141);}return this[_0x52b67e(0xaa)];}static[a72_0x710504(0xf7)](_0x1997b5,_0x1fe532,_0x3ebaca){const _0x22e80e=a72_0x710504;_0x1997b5&&this['setFrameworkDetails'](_0x1997b5),_0x1fe532&&this[_0x22e80e(0x133)](_0x1fe532),_0x3ebaca&&this[_0x22e80e(0xe1)](_0x3ebaca[_0x22e80e(0xd2)],_0x3ebaca['accessKey']);}static async['uploadCrashReport'](_0x12f228,_0x19a257){const _0x16b547=a72_0x710504,_0x1d8733={'DHscM':function(_0x111f44,_0x4ddc5a){return _0x111f44!==_0x4ddc5a;},'iphoD':_0x16b547(0x15f),'kwsDa':_0x16b547(0xd4),'iuQOm':function(_0xde9da,_0x2b17d5){return _0xde9da(_0x2b17d5);},'uZZcn':function(_0x3a7ebe,_0x1f4cbd){return _0x3a7ebe!==_0x1f4cbd;},'ShICl':'CuMZI','ZMCeW':function(_0x47ccb3,_0x22e584){return _0x47ccb3===_0x22e584;},'cuiSw':_0x16b547(0x106),'XvpKu':function(_0x4a777b,_0x1b6237){return _0x4a777b(_0x1b6237);},'nBtrL':_0x16b547(0x14b),'OuBtt':function(_0xfd8738){return _0xfd8738();},'jhdvl':_0x16b547(0x11d),'xyWth':'application/json','YEPnF':_0x16b547(0x10f),'NjWOY':function(_0x1f4160,_0x330afa,_0x5e9a2b,_0x20ab16,_0x3d85e8,_0xc91e88){return _0x1f4160(_0x330afa,_0x5e9a2b,_0x20ab16,_0x3d85e8,_0xc91e88);},'yLYZB':_0x16b547(0xfa)};this[_0x16b547(0x15a)]();if(!this[_0x16b547(0x152)]){if(_0x1d8733[_0x16b547(0xdd)](_0x1d8733[_0x16b547(0x163)],_0x1d8733[_0x16b547(0x163)]))return _0x1d8733['XvpKu'](debug,_0x1d8733['nBtrL']);else{const _0x5f046d={};_0x5f046d[_0x16b547(0xd2)]=_0x4a56d0,_0x5f046d['accessKey']=_0x4856d0,this[_0x16b547(0x152)]=_0x5f046d,_0x3dea9a[_0x16b547(0xac)][_0x16b547(0xce)]=_0x951ce7['stringify'](this['credentials']);}}this[_0x16b547(0xe5)](),this['getFramework']();const _0x176500={'hashed_id':process['env'][_0x16b547(0xf9)],'observability_version':{'sdkVersion':_0x1d8733['OuBtt'](getAgentVersion),'frameworkName':this[_0x16b547(0xaa)][_0x16b547(0xb9)],'frameworkVersion':this[_0x16b547(0xaa)]['frameworkVersion']},'exception':{'error':_0x12f228['toString'](),'stackTrace':_0x19a257},'config':this[_0x16b547(0x184)]},_0x1ce079=_0x1d8733['jhdvl'],_0x527b42={};_0x527b42['username']=this[_0x16b547(0x152)][_0x16b547(0xd2)],_0x527b42[_0x16b547(0x122)]=this[_0x16b547(0x152)][_0x16b547(0xe2)];const _0x525142={};_0x525142['Content-Type']=_0x1d8733['xyWth'],_0x525142['X-BSTACK-TESTOPS']=_0x1d8733[_0x16b547(0xec)];const _0x5a056f={};_0x5a056f['auth']=_0x527b42,_0x5a056f[_0x16b547(0x134)]=_0x525142;const _0x2e1dd4=_0x5a056f;_0x1d8733[_0x16b547(0xf5)](nodeRequest,_0x1d8733[_0x16b547(0x161)],_0x1ce079,_0x176500,_0x2e1dd4,![])[_0x16b547(0x12e)](_0x20ebdd=>{const _0x1872a1=_0x16b547;_0x1d8733[_0x1872a1(0x15e)](_0x1d8733[_0x1872a1(0xcf)],_0x1d8733[_0x1872a1(0x164)])?_0x1d8733['iuQOm'](debug,'[Crash_Report_Upload]\x20Success\x20response:\x20'+JSON['stringify'](_0x20ebdd)):this[_0x1872a1(0x152)]=_0x1f4224[_0x1872a1(0xed)](_0x50f056[_0x1872a1(0xac)][_0x1872a1(0xce)]);})[_0x16b547(0x104)](_0x52e119=>{const _0x20901f=_0x16b547;if(_0x1d8733[_0x20901f(0x129)](_0x1d8733['ShICl'],_0x1d8733[_0x20901f(0xfe)]))return _0x2adccd[_0x20901f(0x104)](_0x5271f4=>_0x4e12cf(_0x5271f4,_0x46da65,_0x3a53ed));else _0x1d8733['iuQOm'](debug,_0x20901f(0xda)+_0x52e119);});}static['recursivelyDeletePIIKeysFromObject'](_0x54db71){const _0xac418d=a72_0x710504,_0x532090={'xmzct':function(_0x41f2a8,_0x571b3b){return _0x41f2a8(_0x571b3b);},'uYtRO':function(_0x3a015f,_0x165950){return _0x3a015f(_0x165950);},'IGYbg':function(_0x31678f,_0x4c9dff){return _0x31678f===_0x4c9dff;},'tAxoI':_0xac418d(0x148),'FXjef':'KSSqm','PumnU':_0xac418d(0xa7),'OaRMN':'username','SkjXp':_0xac418d(0x13a),'jLKtJ':_0xac418d(0xe2),'WoiBg':'password','aAeGw':function(_0x481e9e,_0x58f2da){return _0x481e9e!==_0x58f2da;},'NCAGs':_0xac418d(0x112),'nfeVL':_0xac418d(0x121),'BBMBi':_0xac418d(0xfb),'QyMoC':_0xac418d(0x154),'mbMBc':function(_0x2f79a2,_0x4d895a){return _0x2f79a2!==_0x4d895a;},'WXqOR':_0xac418d(0x149)};if(!_0x54db71){if(_0x532090[_0xac418d(0xbf)](_0x532090[_0xac418d(0x158)],_0x532090[_0xac418d(0x145)]))_0x532090[_0xac418d(0x176)](_0x17e6e3,_0x4bbcb3);else return;}const _0x2967db=[_0x532090[_0xac418d(0x170)],_0x532090['OaRMN'],_0x532090[_0xac418d(0x10c)],_0x532090[_0xac418d(0xd7)],_0x532090[_0xac418d(0x11a)]];for(const _0x4f3a18 in _0x54db71){if(_0x532090[_0xac418d(0x12d)](_0x532090['NCAGs'],_0x532090['NCAGs']))return;else{if(_0x2967db[_0xac418d(0xaf)](_0x4f3a18['toLowerCase']())){if(_0x532090[_0xac418d(0xbf)](_0x532090[_0xac418d(0x17d)],_0x532090[_0xac418d(0x12c)]))try{this[_0xac418d(0x184)]=_0x16f189['parse'](_0x2f4a84[_0xac418d(0xac)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x15ea49){_0x532090[_0xac418d(0x127)](_0xe5805f,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x15ea49['toString']()),this[_0xac418d(0x184)]={};}else delete _0x54db71[_0x4f3a18];}else{if(_0x532090[_0xac418d(0xbf)](typeof _0x54db71[_0x4f3a18],_0x532090[_0xac418d(0xad)])){if(_0x532090[_0xac418d(0xd1)](_0x532090[_0xac418d(0x14f)],_0x532090['WXqOR'])){const _0x216916=_0x54f02f[_0xac418d(0xed)](_0x48bab2['stringify'](_0x1ff45c));return this[_0xac418d(0x11b)](_0x216916),_0x216916;}else this[_0xac418d(0x11b)](_0x54db71[_0x4f3a18]);}}}}}static[a72_0x710504(0xca)](_0x26ec63){const _0x55c030=a72_0x710504,_0x23c5e0=JSON[_0x55c030(0xed)](JSON[_0x55c030(0xe0)](_0x26ec63));return this[_0x55c030(0x11b)](_0x23c5e0),_0x23c5e0;}}const a72_0x5055ea={};a72_0x5055ea['o11yErrorHandler']=o11yErrorHandler,a72_0x5055ea[a72_0x710504(0x128)]=o11yClassErrorHandler,a72_0x5055ea['CrashReporter']=CrashReporter,module[a72_0x710504(0x14c)]=a72_0x5055ea;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x57d55e=a70_0x3050;function a70_0x3b8b(){const _0x19f46d=['\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','1130632MgPAUr','error','Wsnji','exports','response','vONTv','2226633WvFFGk','kGuQH','Vlmri','CfAKS','SEeNH','BATCH_EVENT_TYPES','VJbuC','GqYjY','batchAndPostEvents','2jxeOBx','weDAI','HookRunFinished','ObKzl','slice','DpCfF','proceedWithData','OWrYh','max','RALRt','dvVok','ctFAs','CeYSy','YglPx','RESETTING','cSZrT','WmvaA','OewYR','TestRunFinished','TiUHK','./utils','LogCreated','split','SzSkq','SusYN','cioTw','BanvM','shutdown','wlolT','data','length','includes','Interval-Queue','oLbqO','IYrIE','kind','startEventBatchPolling','klhaV','xJQBW','WzDHf','CBTSessionCreated','stringify','EXCEPTION\x20IN\x20','CYBEO','MgxkC','DJgGz','NyfGh','api/v1/screenshots','hQUfi','6SyUbVB','GIXXI','RNuPP','hwPwR','acMnh','RonlQ','rtfie','VCDuJ','oiNic','awcHL','event_type','status','228712vuDsSC','pkUAq','cCwez','pollEventBatchInterval','zRtNA','KdxQC','zjvBQ','tcsTz','\x20event\x20successful!','OsycZ','TestRunStarted','rWYkD','zIYNJ','LQbhm','removeEventBatchPolling','started','mRTCE','add','ikBnb','5861862zLXiSl','UYOhk','KMchr','FbFFn','6235019OkrAPU','vFMaC','dTZGk','statusText','queue','YOmcK','qeGTW','instance','ETzBq','logs','RiUqk','EpqBf','HookRunStarted','kghiR','lhFRD','uploadPending','nRGZW','message','NBnzJ','RejKU','REMOVING','push','screenshotEventUrl','iLHNc','jikYP','ANQfC','5|0|3|4|1|2','ulIeO','YYEIo','3704620xsAzjS','IjzWF','580229AcKTWA','cNaWn','zoBGA','api/v1/batch','resetEventBatchPolling','Eijjy','Lpkni','proceedWithUrl','NzdlR','pendingUploads','eventUrl','aoSRx','WinRI','iASxH','EKiLg','splice','shouldProceed','SOJdu','IYANw','auRLC','VdUTm','qjptz','LBDvt','QeLps','LJzPU','yhjSQ','wpBvb'];a70_0x3b8b=function(){return _0x19f46d;};return a70_0x3b8b();}(function(_0x2f42e6,_0x1c2cf5){const _0x2e1611=a70_0x3050,_0x824bb7=_0x2f42e6();while(!![]){try{const _0x26a798=-parseInt(_0x2e1611(0x140))/0x1+parseInt(_0x2e1611(0x16b))/0x2*(-parseInt(_0x2e1611(0x162))/0x3)+-parseInt(_0x2e1611(0x1a8))/0x4+parseInt(_0x2e1611(0x13e))/0x5+parseInt(_0x2e1611(0x19c))/0x6*(parseInt(_0x2e1611(0x121))/0x7)+-parseInt(_0x2e1611(0x15c))/0x8+parseInt(_0x2e1611(0x11d))/0x9;if(_0x26a798===_0x1c2cf5)break;else _0x824bb7['push'](_0x824bb7['shift']());}catch(_0x55f90b){_0x824bb7['push'](_0x824bb7['shift']());}}}(a70_0x3b8b,0xba09c));function a70_0x3050(_0x1ecd76,_0x559fc3){const _0x3b8bce=a70_0x3b8b();return a70_0x3050=function(_0x30502a,_0x37830b){_0x30502a=_0x30502a-0x10e;let _0x147f9a=_0x3b8bce[_0x30502a];return _0x147f9a;},a70_0x3050(_0x1ecd76,_0x559fc3);}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require('./constants'),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a70_0x57d55e(0x17f)),util=require('util');class RequestQueueHandler{static [a70_0x57d55e(0x128)];[a70_0x57d55e(0x149)]=0x0;constructor(){const _0x433164=a70_0x57d55e,_0x28e53d={};_0x28e53d[_0x433164(0x196)]=_0x433164(0x13b),_0x28e53d[_0x433164(0x18c)]=_0x433164(0x180),_0x28e53d[_0x433164(0x168)]=_0x433164(0x193),_0x28e53d['AXjSk']=_0x433164(0x17d),_0x28e53d[_0x433164(0x138)]='TestRunSkipped',_0x28e53d[_0x433164(0x169)]=_0x433164(0x16d),_0x28e53d[_0x433164(0x191)]=_0x433164(0x114),_0x28e53d[_0x433164(0x120)]=_0x433164(0x12d),_0x28e53d[_0x433164(0x1aa)]='api/v1/batch',_0x28e53d[_0x433164(0x17c)]=_0x433164(0x19a);const _0x572a24=_0x28e53d,_0x446158=_0x572a24['CYBEO'][_0x433164(0x181)]('|');let _0x58e136=0x0;while(!![]){switch(_0x446158[_0x58e136++]){case'0':this[_0x433164(0x119)]=![];continue;case'1':this['BATCH_EVENT_TYPES']=[_0x572a24[_0x433164(0x18c)],_0x572a24[_0x433164(0x168)],_0x572a24['AXjSk'],_0x572a24[_0x433164(0x138)],_0x572a24[_0x433164(0x169)],_0x572a24[_0x433164(0x191)],_0x572a24['FbFFn']];continue;case'2':this['pollEventBatchInterval']=null;continue;case'3':this['eventUrl']=_0x572a24['cCwez'];continue;case'4':this['screenshotEventUrl']=_0x572a24[_0x433164(0x17c)];continue;case'5':this[_0x433164(0x125)]=[];continue;}break;}}static['getInstance'](){const _0x32f2fa=a70_0x57d55e,_0x473a6f={};_0x473a6f[_0x32f2fa(0x12b)]=function(_0x10f51d,_0x2bbc24){return _0x10f51d===_0x2bbc24;},_0x473a6f[_0x32f2fa(0x11a)]=_0x32f2fa(0x185);const _0x411fa6=_0x473a6f;return!RequestQueueHandler[_0x32f2fa(0x128)]&&(_0x411fa6[_0x32f2fa(0x12b)](_0x411fa6[_0x32f2fa(0x11a)],_0x411fa6[_0x32f2fa(0x11a)])?RequestQueueHandler[_0x32f2fa(0x128)]=new RequestQueueHandler():this[_0x32f2fa(0x119)]=![]),RequestQueueHandler[_0x32f2fa(0x128)];}['start']=()=>{const _0xcb7118=a70_0x57d55e,_0x598c93={};_0x598c93['RonlQ']=function(_0x3532f6,_0x520756){return _0x3532f6===_0x520756;},_0x598c93['pkUAq']=_0xcb7118(0x183),_0x598c93[_0xcb7118(0x14c)]=_0xcb7118(0x12f);const _0xa2f3a5=_0x598c93;!this[_0xcb7118(0x119)]&&(_0xa2f3a5[_0xcb7118(0x1a1)](_0xa2f3a5[_0xcb7118(0x1a9)],_0xa2f3a5[_0xcb7118(0x14c)])?_0x9e06dc[_0xcb7118(0x128)]=new _0xc24737():(this[_0xcb7118(0x119)]=!![],this['startEventBatchPolling']()));};[a70_0x57d55e(0x11b)]=_0x12acc7=>{const _0x966e06=a70_0x57d55e,_0x20f062={'auRLC':function(_0x569846,_0x48309e){return _0x569846(_0x48309e);},'dTZGk':function(_0x58e5e6,_0x320c68){return _0x58e5e6(_0x320c68);},'QeLps':function(_0xe4b6d8,_0x4a67ef){return _0xe4b6d8-_0x4a67ef;},'tcsTz':function(_0x2a0087,_0x34e1d5){return _0x2a0087!==_0x34e1d5;},'EKiLg':'Efthu','YTBbk':function(_0x5a64e5,_0x671c4e){return _0x5a64e5===_0x671c4e;},'zoBGA':'TEST_SCREENSHOT','wlolT':function(_0x4d6dab,_0x5898fd){return _0x4d6dab===_0x5898fd;},'CfAKS':'lGSKt','WzDHf':_0x966e06(0x122),'Eijjy':'kEPoW'};if(this[_0x966e06(0x167)][_0x966e06(0x18a)](_0x12acc7[_0x966e06(0x1a6)])){if(_0x20f062[_0x966e06(0x111)](_0x20f062[_0x966e06(0x14e)],_0x20f062['EKiLg']))_0x20f062[_0x966e06(0x153)](_0x460008,_0x966e06(0x195)+_0x1f0335+_0x966e06(0x15b)+(_0x51a41f[_0x966e06(0x132)]||_0x5b6aeb));else{if(_0x12acc7[_0x966e06(0x12a)]&&_0x12acc7['logs'][0x0]&&_0x20f062['YTBbk'](_0x12acc7['logs'][0x0][_0x966e06(0x18e)],_0x20f062[_0x966e06(0x142)])){if(_0x20f062[_0x966e06(0x187)](_0x20f062[_0x966e06(0x165)],_0x20f062[_0x966e06(0x165)])){const _0x4b1df5={};return _0x4b1df5[_0x966e06(0x150)]=!![],_0x4b1df5[_0x966e06(0x171)]=[_0x12acc7],_0x4b1df5['proceedWithUrl']=this[_0x966e06(0x137)],_0x4b1df5;}else _0x20f062[_0x966e06(0x123)](_0x222536,_0x4bc154+_0x966e06(0x112)),this[_0x966e06(0x149)]=_0x1a2822[_0x966e06(0x173)](0x0,_0x20f062[_0x966e06(0x157)](this[_0x966e06(0x149)],_0x551de5[_0x966e06(0x189)]));}this['queue']['push'](_0x12acc7);let _0x4fda46=null;const _0x2bcbc3=this[_0x966e06(0x150)]();if(_0x2bcbc3){if(_0x20f062['YTBbk'](_0x20f062[_0x966e06(0x192)],_0x20f062[_0x966e06(0x145)])){const _0x4d76ca={};return _0x4d76ca[_0x966e06(0x150)]=!![],_0x4d76ca[_0x966e06(0x171)]=[_0x254413],_0x4d76ca['proceedWithUrl']=this[_0x966e06(0x137)],_0x4d76ca;}else _0x4fda46=this[_0x966e06(0x125)][_0x966e06(0x16f)](0x0,BATCH_SIZE),this[_0x966e06(0x125)][_0x966e06(0x14f)](0x0,BATCH_SIZE),this[_0x966e06(0x144)]();}const _0x3c0781={};return _0x3c0781[_0x966e06(0x150)]=_0x2bcbc3,_0x3c0781['proceedWithData']=_0x4fda46,_0x3c0781['proceedWithUrl']=this[_0x966e06(0x14a)],_0x3c0781;}}const _0x1dc775={};return _0x1dc775[_0x966e06(0x150)]=!![],_0x1dc775;};[a70_0x57d55e(0x186)]=async()=>{const _0x31dd85=a70_0x57d55e,_0x384f28={};_0x384f28[_0x31dd85(0x175)]=function(_0x39b4a5,_0x421b32){return _0x39b4a5>=_0x421b32;},_0x384f28[_0x31dd85(0x1a0)]='REMOVING',_0x384f28[_0x31dd85(0x197)]=function(_0x3ac744,_0x35d05c){return _0x3ac744>_0x35d05c;},_0x384f28[_0x31dd85(0x19f)]=function(_0x5c902c,_0x3631c5){return _0x5c902c!==_0x3631c5;},_0x384f28['hQUfi']='hKAUO',_0x384f28['pbAvq']=_0x31dd85(0x155),_0x384f28['gkDwP']='Shutdown-Queue';const _0x519826=_0x384f28;await this[_0x31dd85(0x130)](),this[_0x31dd85(0x118)](_0x519826[_0x31dd85(0x1a0)]);while(_0x519826['MgxkC'](this[_0x31dd85(0x125)][_0x31dd85(0x189)],0x0)){if(_0x519826['hwPwR'](_0x519826[_0x31dd85(0x19b)],_0x519826['pbAvq'])){const _0x200c5e=this[_0x31dd85(0x125)]['slice'](0x0,BATCH_SIZE);this['queue'][_0x31dd85(0x14f)](0x0,BATCH_SIZE),await this[_0x31dd85(0x16a)](this[_0x31dd85(0x14a)],_0x519826['gkDwP'],_0x200c5e);}else return _0x519826['dvVok'](this[_0x31dd85(0x125)][_0x31dd85(0x189)],_0xb1bbb);}};['batchAndPostEvents']=async(_0x22eb0a,_0x53fee4,_0x1003f6)=>{const _0x515825=a70_0x57d55e,_0x447b78={'cNaWn':function(_0x104456,_0x471496){return _0x104456===_0x471496;},'kGuQH':'TEST_SCREENSHOT','cioTw':'5|2|4|0|1|3','weDAI':'api/v1/screenshots','VCDuJ':_0x515825(0x180),'vONTv':_0x515825(0x193),'NyfGh':'TestRunFinished','Wsnji':'TestRunSkipped','kAJeq':'HookRunFinished','SEeNH':_0x515825(0x114),'aoSRx':'HookRunStarted','KMchr':_0x515825(0x143),'OsycZ':function(_0x4e6193,_0x51eb93){return _0x4e6193(_0x51eb93);},'EpqBf':function(_0x551db4,_0x58a0f9){return _0x551db4===_0x58a0f9;},'NBnzJ':_0x515825(0x135),'NzdlR':function(_0x1f11a0){return _0x1f11a0();},'SOJdu':function(_0x367148,_0x5ef908){return _0x367148!==_0x5ef908;},'oiNic':_0x515825(0x19e),'GgWvN':function(_0x11d122,_0x5f034e,_0x51cc28,_0x4aea81,_0x12f7a9){return _0x11d122(_0x5f034e,_0x51cc28,_0x4aea81,_0x12f7a9);},'sTNFZ':'POST','SzSkq':_0x515825(0x17e),'YYEIo':function(_0x523be3,_0x537283){return _0x523be3!==_0x537283;},'klhaV':'bCKiQ','zIYNJ':_0x515825(0x127),'bDify':function(_0xb31457,_0x446241){return _0xb31457(_0x446241);},'ANQfC':function(_0x4d3a8e,_0x3d9243){return _0x4d3a8e-_0x3d9243;},'LQbhm':function(_0x496c40,_0xb971e0){return _0x496c40===_0xb971e0;},'nRGZW':_0x515825(0x115),'ctFAs':_0x515825(0x139),'LBDvt':function(_0x244667,_0x4d8ffa){return _0x244667(_0x4d8ffa);},'ikBnb':'QZzfA','SvmJZ':function(_0x50e0c6,_0x517c86){return _0x50e0c6(_0x517c86);}},_0x1f3d8f={'headers':_0x447b78[_0x515825(0x148)](getDefaultHeaders)};try{if(_0x447b78[_0x515825(0x151)](_0x447b78[_0x515825(0x1a4)],_0x447b78[_0x515825(0x1a4)]))return!_0x2f6714[_0x515825(0x128)]&&(_0xf3dc78[_0x515825(0x128)]=new _0x420734()),_0x3c1e35[_0x515825(0x128)];else{const _0x498376=await _0x447b78['GgWvN'](nodeRequest,_0x447b78['sTNFZ'],_0x22eb0a,_0x1003f6,_0x1f3d8f);if(_0x498376[_0x515825(0x188)][_0x515825(0x15d)]){if(_0x447b78[_0x515825(0x12c)](_0x447b78['SzSkq'],_0x447b78[_0x515825(0x182)])){const _0x4f2b43={};_0x4f2b43[_0x515825(0x132)]=_0x498376['data'][_0x515825(0x15d)];throw _0x4f2b43;}else{if(this[_0x515825(0x167)]['includes'](_0x2b4041[_0x515825(0x1a6)])){if(_0x12b46e[_0x515825(0x12a)]&&_0x87d36['logs'][0x0]&&_0x447b78[_0x515825(0x141)](_0x3e02bc[_0x515825(0x12a)][0x0]['kind'],_0x447b78[_0x515825(0x163)])){const _0x1472e9={};return _0x1472e9[_0x515825(0x150)]=!![],_0x1472e9[_0x515825(0x171)]=[_0x5ec184],_0x1472e9[_0x515825(0x147)]=this[_0x515825(0x137)],_0x1472e9;}this[_0x515825(0x125)][_0x515825(0x136)](_0x3fd287);let _0xdca36a=null;const _0x5728ea=this[_0x515825(0x150)]();_0x5728ea&&(_0xdca36a=this[_0x515825(0x125)]['slice'](0x0,_0x557980),this[_0x515825(0x125)][_0x515825(0x14f)](0x0,_0x36cc28),this[_0x515825(0x144)]());const _0x34a6f1={};return _0x34a6f1[_0x515825(0x150)]=_0x5728ea,_0x34a6f1[_0x515825(0x171)]=_0xdca36a,_0x34a6f1[_0x515825(0x147)]=this[_0x515825(0x14a)],_0x34a6f1;}const _0x32e0be={};return _0x32e0be[_0x515825(0x150)]=!![],_0x32e0be;}}else{if(_0x447b78[_0x515825(0x13d)](_0x447b78[_0x515825(0x190)],_0x447b78[_0x515825(0x116)]))_0x447b78['bDify'](debug,_0x53fee4+_0x515825(0x112)),this[_0x515825(0x149)]=Math[_0x515825(0x173)](0x0,_0x447b78[_0x515825(0x13a)](this['pendingUploads'],_0x1003f6[_0x515825(0x189)]));else return;}}}catch(_0xf1d7a7){if(_0x447b78[_0x515825(0x117)](_0x447b78[_0x515825(0x131)],_0x447b78[_0x515825(0x131)])){if(_0xf1d7a7[_0x515825(0x160)]){if(_0x447b78[_0x515825(0x13d)](_0x447b78[_0x515825(0x176)],_0x447b78[_0x515825(0x176)])){const _0x286e0e={};_0x286e0e['message']=_0x8c63ec[_0x515825(0x188)][_0x515825(0x15d)];throw _0x286e0e;}else _0x447b78[_0x515825(0x156)](debug,'EXCEPTION\x20IN\x20'+_0x53fee4+_0x515825(0x15b)+_0xf1d7a7[_0x515825(0x160)][_0x515825(0x1a7)]+'\x20'+_0xf1d7a7[_0x515825(0x160)][_0x515825(0x124)]+'\x20'+JSON[_0x515825(0x194)](_0xf1d7a7[_0x515825(0x160)][_0x515825(0x188)]));}else{if(_0x447b78['YYEIo'](_0x447b78[_0x515825(0x11c)],_0x447b78[_0x515825(0x11c)])){const _0x1b8a08=_0x447b78[_0x515825(0x184)][_0x515825(0x181)]('|');let _0x2f4b15=0x0;while(!![]){switch(_0x1b8a08[_0x2f4b15++]){case'0':this[_0x515825(0x137)]=_0x447b78[_0x515825(0x16c)];continue;case'1':this[_0x515825(0x167)]=[_0x447b78[_0x515825(0x1a3)],_0x447b78[_0x515825(0x161)],_0x447b78[_0x515825(0x199)],_0x447b78[_0x515825(0x15e)],_0x447b78['kAJeq'],_0x447b78[_0x515825(0x166)],_0x447b78[_0x515825(0x14b)]];continue;case'2':this['started']=![];continue;case'3':this[_0x515825(0x1ab)]=null;continue;case'4':this[_0x515825(0x14a)]=_0x447b78[_0x515825(0x11f)];continue;case'5':this['queue']=[];continue;}break;}}else _0x447b78['SvmJZ'](debug,_0x515825(0x195)+_0x53fee4+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0xf1d7a7[_0x515825(0x132)]||_0xf1d7a7));}this['pendingUploads']=Math[_0x515825(0x173)](0x0,_0x447b78['ANQfC'](this['pendingUploads'],_0x1003f6['length']));}else this[_0x515825(0x1ab)]&&(_0x447b78[_0x515825(0x113)](_0x10f28e,this[_0x515825(0x1ab)]),this[_0x515825(0x1ab)]=null,_0x447b78['EpqBf'](_0x51a5dc,_0x447b78[_0x515825(0x133)])&&(this['started']=![]));}};[a70_0x57d55e(0x18f)]=()=>{const _0x237107=a70_0x57d55e,_0x1a68d9={'LJzPU':function(_0x4e2080,_0x45cc9c){return _0x4e2080(_0x45cc9c);},'ETzBq':function(_0x2f5f3f,_0x3220c9){return _0x2f5f3f(_0x3220c9);},'wpBvb':function(_0x252c86,_0x591a83){return _0x252c86-_0x591a83;},'YOmcK':function(_0x5c590e,_0x4629b5){return _0x5c590e!==_0x4629b5;},'zRtNA':_0x237107(0x12e),'awcHL':function(_0x5e3076,_0x474eb7){return _0x5e3076>_0x474eb7;},'rtfie':_0x237107(0x11e),'IYANw':_0x237107(0x18b),'UkgQm':function(_0x21dcf7,_0x183ad8,_0x3ae2e2){return _0x21dcf7(_0x183ad8,_0x3ae2e2);}};this[_0x237107(0x1ab)]=_0x1a68d9['UkgQm'](setInterval,async()=>{const _0x413c71=_0x237107,_0x170da7={'Lpkni':function(_0x4300c5,_0x59b2ea){const _0xb78a33=a70_0x3050;return _0x1a68d9[_0xb78a33(0x158)](_0x4300c5,_0x59b2ea);},'YglPx':function(_0x54ab18,_0x386e48){const _0x25b75c=a70_0x3050;return _0x1a68d9[_0x25b75c(0x129)](_0x54ab18,_0x386e48);},'KdxQC':function(_0x58779f,_0x44e483){const _0x1c7546=a70_0x3050;return _0x1a68d9[_0x1c7546(0x15a)](_0x58779f,_0x44e483);}};if(_0x1a68d9[_0x413c71(0x126)](_0x1a68d9[_0x413c71(0x10e)],_0x1a68d9[_0x413c71(0x10e)]))_0x198a2d[_0x413c71(0x160)]?_0x170da7[_0x413c71(0x146)](_0x2b4d13,_0x413c71(0x195)+_0x52667f+_0x413c71(0x15b)+_0x3b6721[_0x413c71(0x160)][_0x413c71(0x1a7)]+'\x20'+_0x16c251['response'][_0x413c71(0x124)]+'\x20'+_0x50cec0[_0x413c71(0x194)](_0x5b80e4['response'][_0x413c71(0x188)])):_0x170da7[_0x413c71(0x178)](_0x120509,'EXCEPTION\x20IN\x20'+_0x582246+_0x413c71(0x15b)+(_0x4b8104[_0x413c71(0x132)]||_0x3ea375)),this[_0x413c71(0x149)]=_0x49451b[_0x413c71(0x173)](0x0,_0x170da7[_0x413c71(0x10f)](this[_0x413c71(0x149)],_0x257234[_0x413c71(0x189)]));else{if(_0x1a68d9[_0x413c71(0x1a5)](this[_0x413c71(0x125)][_0x413c71(0x189)],0x0)){if(_0x1a68d9[_0x413c71(0x126)](_0x1a68d9[_0x413c71(0x1a2)],_0x1a68d9['rtfie']))this[_0x413c71(0x119)]=!![],this[_0x413c71(0x18f)]();else{const _0x42e504=this[_0x413c71(0x125)][_0x413c71(0x16f)](0x0,BATCH_SIZE);this[_0x413c71(0x125)][_0x413c71(0x14f)](0x0,BATCH_SIZE),await this[_0x413c71(0x16a)](this[_0x413c71(0x14a)],_0x1a68d9[_0x413c71(0x152)],_0x42e504);}}}},BATCH_INTERVAL);};[a70_0x57d55e(0x144)]=()=>{const _0x363ca7=a70_0x57d55e,_0x534fe3={};_0x534fe3['cSZrT']='RESETTING';const _0x15f33f=_0x534fe3;this[_0x363ca7(0x118)](_0x15f33f[_0x363ca7(0x17a)]),this[_0x363ca7(0x18f)]();};[a70_0x57d55e(0x118)]=_0x110324=>{const _0xfd682a=a70_0x57d55e,_0x1570e8={'ObKzl':_0xfd682a(0x179),'RALRt':function(_0x310fce,_0x3434d3){return _0x310fce===_0x3434d3;},'DpCfF':'QhLeW','IjzWF':'VrDqH','kKZff':function(_0x2f3f22,_0x2d552c){return _0x2f3f22(_0x2d552c);},'WmvaA':_0xfd682a(0x135),'iuyZu':function(_0x56c8df,_0x37e9db){return _0x56c8df===_0x37e9db;},'RejKU':'bFlmq','bACmu':_0xfd682a(0x110)};this[_0xfd682a(0x1ab)]&&(_0x1570e8['RALRt'](_0x1570e8[_0xfd682a(0x170)],_0x1570e8[_0xfd682a(0x13f)])?!this[_0xfd682a(0x119)]&&(this[_0xfd682a(0x119)]=!![],this[_0xfd682a(0x18f)]()):(_0x1570e8['kKZff'](clearInterval,this[_0xfd682a(0x1ab)]),this[_0xfd682a(0x1ab)]=null,_0x1570e8[_0xfd682a(0x174)](_0x110324,_0x1570e8[_0xfd682a(0x17b)])&&(_0x1570e8['iuyZu'](_0x1570e8[_0xfd682a(0x134)],_0x1570e8['bACmu'])?(this[_0xfd682a(0x118)](_0x1570e8[_0xfd682a(0x16e)]),this[_0xfd682a(0x18f)]()):this[_0xfd682a(0x119)]=![])));};[a70_0x57d55e(0x150)]=()=>{const _0x4cce95=a70_0x57d55e,_0x3935d6={};_0x3935d6[_0x4cce95(0x13c)]=function(_0x845bd6,_0x525184){return _0x845bd6>=_0x525184;};const _0x296daa=_0x3935d6;return _0x296daa[_0x4cce95(0x13c)](this[_0x4cce95(0x125)][_0x4cce95(0x189)],BATCH_SIZE);};async['uploadPending'](_0x48a0ec=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0xf5557=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x3cd562=a70_0x57d55e,_0x5cc1e0={'VdUTm':function(_0x258a90,_0x5c12c9){return _0x258a90(_0x5c12c9);},'IYrIE':function(_0x3505f6,_0x33a6dd){return _0x3505f6===_0x33a6dd;},'GIXXI':'REMOVING','yhjSQ':function(_0x4806ee,_0x718c37){return _0x4806ee<=_0x718c37;},'cJWEf':function(_0x8c59f8,_0x3ea836){return _0x8c59f8!==_0x3ea836;},'OWrYh':_0x3cd562(0x198),'CeYSy':_0x3cd562(0x14d),'Vlmri':function(_0x4960e2,_0x771c8b){return _0x4960e2-_0x771c8b;}};if(_0x5cc1e0[_0x3cd562(0x159)](this['pendingUploads'],0x0)||_0x5cc1e0[_0x3cd562(0x159)](_0x48a0ec,0x0)){if(_0x5cc1e0['cJWEf'](_0x5cc1e0[_0x3cd562(0x172)],_0x5cc1e0[_0x3cd562(0x177)]))return;else _0x5cc1e0[_0x3cd562(0x154)](_0x18ea7c,this[_0x3cd562(0x1ab)]),this[_0x3cd562(0x1ab)]=null,_0x5cc1e0[_0x3cd562(0x18d)](_0x463f3a,_0x5cc1e0[_0x3cd562(0x19d)])&&(this[_0x3cd562(0x119)]=![]);}return await _0x5cc1e0['VdUTm'](sleep,_0xf5557),this['uploadPending'](_0x5cc1e0[_0x3cd562(0x164)](_0x48a0ec,_0xf5557));}}module[a70_0x57d55e(0x15f)]=RequestQueueHandler;
|
|
1
|
+
const a73_0x17f619=a73_0x374d;function a73_0x4ef8(){const _0x7b4a9e=['ACqjt','1410840FYiuuq','JPjnD','DsYPI','statusText','exports','GwMHZ','zVPXI','WiKrv','SSUgH','ZJgjY','ZhMUo','JbFSP','LogCreated','DMaaf','jwCXH','eventUrl','EpTzM','ICijU','\x20event\x20successful!','Interval-Queue','GhWfH','6tqcUKy','JKpdZ','message','FtbkG','startEventBatchPolling','HdYVG','223824YRBlMF','mqKKs','3|5|0|1|4|2','YPiKT','idXcg','yMFRP','kZhKO','WqsUH','splice','getInstance','started','util','jVCCh','pxyfN','YvUzX','xCoOd','gErQc','RuPRC','10zMCgWu','269271Hxlhzt','instance','./utils','PYEKk','stringify','wMwCA','iAwYE','RESETTING','iJNEW','start','eTRnM','response','tTKed','JYxsj','TZrEs','fGJnH','ViUcZ','QcZRv','ELfKh','vWWez','KvMYo','FQCDe','eGfHm','IRRBR','split','xOaoE','batchAndPostEvents','uKXyI','YZmHs','pfejq','TestRunSkipped','qmSir','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','19565216eqGDtC','322935zAeQxJ','oDOtf','rioJF','XFdRM','TestRunStarted','ZhMOu','jJLYG','iCwpU','ScBay','length','jKaSX','max','YeHdH','BATCH_EVENT_TYPES','3045426RSZPZJ','HBeDB','uEOKu','includes','api/v1/batch','0|4|1|2|3|5','push','eEDpJ','QAURd','xLjAG','resetEventBatchPolling','oihzl','HookRunStarted','Bopbu','grGkX','fOJQF','pollEventBatchInterval','vaCpd','ielUB','removeEventBatchPolling','55DkkqKn','210448daKrkl','BuMSY','TEST_SCREENSHOT','lqbCO','kind','./constants','UKJUQ','njNiB','DJtJv','aKDKo','VRktY','EXCEPTION\x20IN\x20','status','7RnEHWl','slice','shouldProceed','logs','queue','MfsYN','vWPAX','mcEKT','TpGjd','data','HookRunFinished','REMOVING','BOkqR','NyhjJ','error','pendingUploads','nbxck','thQEW','uploadPending','proceedWithData','screenshotEventUrl','qZXGt','api/v1/screenshots','CJFnT','LeNEg','shutdown','CBTSessionCreated','wROBF','proceedWithUrl','DdyCm','qjvVI','ntNMq','TestRunFinished','qLXEX','event_type','YwxPl','APitc'];a73_0x4ef8=function(){return _0x7b4a9e;};return a73_0x4ef8();}function a73_0x374d(_0x5059b8,_0x4da192){const _0x4ef8d9=a73_0x4ef8();return a73_0x374d=function(_0x374d19,_0x20d5d6){_0x374d19=_0x374d19-0x1e5;let _0x4a71e6=_0x4ef8d9[_0x374d19];return _0x4a71e6;},a73_0x374d(_0x5059b8,_0x4da192);}(function(_0xf721ff,_0x719708){const _0x213f47=a73_0x374d,_0xce4fad=_0xf721ff();while(!![]){try{const _0x7dce3f=-parseInt(_0x213f47(0x268))/0x1+-parseInt(_0x213f47(0x262))/0x2*(parseInt(_0x213f47(0x1f7))/0x3)+-parseInt(_0x213f47(0x21a))/0x4*(parseInt(_0x213f47(0x219))/0x5)+-parseInt(_0x213f47(0x205))/0x6*(parseInt(_0x213f47(0x227))/0x7)+parseInt(_0x213f47(0x24d))/0x8+-parseInt(_0x213f47(0x27b))/0x9*(parseInt(_0x213f47(0x27a))/0xa)+parseInt(_0x213f47(0x1f6))/0xb;if(_0x7dce3f===_0x719708)break;else _0xce4fad['push'](_0xce4fad['shift']());}catch(_0x52055d){_0xce4fad['push'](_0xce4fad['shift']());}}}(a73_0x4ef8,0x474be));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a73_0x17f619(0x21f)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a73_0x17f619(0x27d)),util=require(a73_0x17f619(0x273));class RequestQueueHandler{static [a73_0x17f619(0x27c)];['pendingUploads']=0x0;constructor(){const _0x2baa4a=a73_0x17f619,_0x419ae7={};_0x419ae7[_0x2baa4a(0x1e8)]=_0x2baa4a(0x26a),_0x419ae7[_0x2baa4a(0x1f4)]=_0x2baa4a(0x209),_0x419ae7[_0x2baa4a(0x1fa)]='api/v1/screenshots',_0x419ae7[_0x2baa4a(0x1f1)]=_0x2baa4a(0x259),_0x419ae7[_0x2baa4a(0x20c)]=_0x2baa4a(0x241),_0x419ae7[_0x2baa4a(0x1ee)]=_0x2baa4a(0x247),_0x419ae7[_0x2baa4a(0x206)]=_0x2baa4a(0x1f3),_0x419ae7[_0x2baa4a(0x233)]=_0x2baa4a(0x231),_0x419ae7[_0x2baa4a(0x245)]='TestRunStarted',_0x419ae7['eTRnM']=_0x2baa4a(0x211);const _0x8c01e7=_0x419ae7,_0x49b548=_0x8c01e7[_0x2baa4a(0x1e8)][_0x2baa4a(0x1ed)]('|');let _0x460b2e=0x0;while(!![]){switch(_0x49b548[_0x460b2e++]){case'0':this[_0x2baa4a(0x25c)]=_0x8c01e7['qmSir'];continue;case'1':this['screenshotEventUrl']=_0x8c01e7[_0x2baa4a(0x1fa)];continue;case'2':this[_0x2baa4a(0x215)]=null;continue;case'3':this['queue']=[];continue;case'4':this[_0x2baa4a(0x204)]=[_0x8c01e7[_0x2baa4a(0x1f1)],_0x8c01e7['eEDpJ'],_0x8c01e7[_0x2baa4a(0x1ee)],_0x8c01e7[_0x2baa4a(0x206)],_0x8c01e7[_0x2baa4a(0x233)],_0x8c01e7['qjvVI'],_0x8c01e7[_0x2baa4a(0x285)]];continue;case'5':this['started']=![];continue;}break;}}static[a73_0x17f619(0x271)](){const _0x2012bb=a73_0x17f619,_0x18241f={'EpTzM':function(_0x22d59a,_0x28cb9f){return _0x22d59a(_0x28cb9f);},'pxyfN':function(_0x501b35,_0x3b96f5){return _0x501b35===_0x3b96f5;},'GADxq':'REMOVING','unbHb':_0x2012bb(0x216),'oDOtf':_0x2012bb(0x1e5)};return!RequestQueueHandler['instance']&&(_0x18241f[_0x2012bb(0x275)](_0x18241f['unbHb'],_0x18241f[_0x2012bb(0x1f8)])?this['pollEventBatchInterval']&&(_0x18241f[_0x2012bb(0x25d)](_0x1675ae,this[_0x2012bb(0x215)]),this['pollEventBatchInterval']=null,_0x18241f[_0x2012bb(0x275)](_0x158a50,_0x18241f['GADxq'])&&(this[_0x2012bb(0x272)]=![])):RequestQueueHandler[_0x2012bb(0x27c)]=new RequestQueueHandler()),RequestQueueHandler['instance'];}[a73_0x17f619(0x284)]=()=>{const _0x3abb5c=a73_0x17f619,_0x524300={};_0x524300[_0x3abb5c(0x22c)]=_0x3abb5c(0x20a),_0x524300[_0x3abb5c(0x24f)]='api/v1/batch',_0x524300[_0x3abb5c(0x283)]=_0x3abb5c(0x23d),_0x524300[_0x3abb5c(0x222)]=_0x3abb5c(0x259),_0x524300[_0x3abb5c(0x201)]='CBTSessionCreated',_0x524300[_0x3abb5c(0x1e7)]=_0x3abb5c(0x247),_0x524300[_0x3abb5c(0x22d)]='TestRunSkipped',_0x524300[_0x3abb5c(0x26e)]=_0x3abb5c(0x231),_0x524300[_0x3abb5c(0x28a)]=_0x3abb5c(0x1fb),_0x524300[_0x3abb5c(0x214)]=_0x3abb5c(0x211),_0x524300[_0x3abb5c(0x1ec)]=function(_0x4a76a9,_0x3b2411){return _0x4a76a9!==_0x3b2411;},_0x524300[_0x3abb5c(0x224)]=_0x3abb5c(0x24c);const _0x50bdc8=_0x524300;if(!this['started']){if(_0x50bdc8[_0x3abb5c(0x1ec)](_0x50bdc8[_0x3abb5c(0x224)],_0x50bdc8[_0x3abb5c(0x224)])){const _0x46c1d4=_0x50bdc8['MfsYN'][_0x3abb5c(0x1ed)]('|');let _0xc32dba=0x0;while(!![]){switch(_0x46c1d4[_0xc32dba++]){case'0':this[_0x3abb5c(0x22b)]=[];continue;case'1':this[_0x3abb5c(0x25c)]=_0x50bdc8[_0x3abb5c(0x24f)];continue;case'2':this[_0x3abb5c(0x23b)]=_0x50bdc8[_0x3abb5c(0x283)];continue;case'3':this[_0x3abb5c(0x204)]=[_0x50bdc8[_0x3abb5c(0x222)],_0x50bdc8['jKaSX'],_0x50bdc8[_0x3abb5c(0x1e7)],_0x50bdc8[_0x3abb5c(0x22d)],_0x50bdc8[_0x3abb5c(0x26e)],_0x50bdc8[_0x3abb5c(0x28a)],_0x50bdc8['fOJQF']];continue;case'4':this[_0x3abb5c(0x272)]=![];continue;case'5':this['pollEventBatchInterval']=null;continue;}break;}}else this[_0x3abb5c(0x272)]=!![],this[_0x3abb5c(0x266)]();}};['add']=_0x13c433=>{const _0x5e930f=a73_0x17f619,_0x449d5c={'YvUzX':function(_0x518b1f,_0x10b94a){return _0x518b1f(_0x10b94a);},'APitc':function(_0x5818e0,_0x2c6fdc){return _0x5818e0===_0x2c6fdc;},'JYxsj':_0x5e930f(0x22f),'jVCCh':function(_0x11331f,_0x3e7283){return _0x11331f===_0x3e7283;},'GwMHZ':_0x5e930f(0x21c),'HdYVG':function(_0x7d7df1,_0x2641d0){return _0x7d7df1!==_0x2641d0;},'LeNEg':_0x5e930f(0x263),'QcZRv':_0x5e930f(0x20d)};if(this['BATCH_EVENT_TYPES'][_0x5e930f(0x208)](_0x13c433['event_type'])){if(_0x449d5c[_0x5e930f(0x24b)](_0x449d5c[_0x5e930f(0x288)],_0x449d5c[_0x5e930f(0x288)])){if(_0x13c433[_0x5e930f(0x22a)]&&_0x13c433[_0x5e930f(0x22a)][0x0]&&_0x449d5c[_0x5e930f(0x274)](_0x13c433['logs'][0x0][_0x5e930f(0x21e)],_0x449d5c[_0x5e930f(0x252)])){if(_0x449d5c[_0x5e930f(0x267)](_0x449d5c[_0x5e930f(0x23f)],_0x449d5c[_0x5e930f(0x23f)])){const _0x3e7f54={};return _0x3e7f54[_0x5e930f(0x229)]=!![],_0x3e7f54[_0x5e930f(0x23a)]=[_0x324160],_0x3e7f54['proceedWithUrl']=this['screenshotEventUrl'],_0x3e7f54;}else{const _0x5101d4={};return _0x5101d4[_0x5e930f(0x229)]=!![],_0x5101d4['proceedWithData']=[_0x13c433],_0x5101d4['proceedWithUrl']=this['screenshotEventUrl'],_0x5101d4;}}this[_0x5e930f(0x22b)][_0x5e930f(0x20b)](_0x13c433);let _0x22d582=null;const _0x3d208c=this[_0x5e930f(0x229)]();_0x3d208c&&(_0x449d5c[_0x5e930f(0x267)](_0x449d5c[_0x5e930f(0x1e6)],_0x449d5c[_0x5e930f(0x1e6)])?_0x449d5c[_0x5e930f(0x276)](_0x25fc4e,_0x5e930f(0x225)+_0x504262+_0x5e930f(0x1f5)+(_0x21a72d[_0x5e930f(0x264)]||_0x365eb4)):(_0x22d582=this[_0x5e930f(0x22b)][_0x5e930f(0x228)](0x0,BATCH_SIZE),this[_0x5e930f(0x22b)][_0x5e930f(0x270)](0x0,BATCH_SIZE),this[_0x5e930f(0x20f)]()));const _0x63413a={};return _0x63413a[_0x5e930f(0x229)]=_0x3d208c,_0x63413a[_0x5e930f(0x23a)]=_0x22d582,_0x63413a[_0x5e930f(0x243)]=this[_0x5e930f(0x25c)],_0x63413a;}else _0x21f2c3['instance']=new _0x332117();}const _0x4e3e8e={};return _0x4e3e8e['shouldProceed']=!![],_0x4e3e8e;};[a73_0x17f619(0x240)]=async()=>{const _0xf5747a=a73_0x17f619,_0x13a504={};_0x13a504[_0xf5747a(0x257)]=function(_0x50adb9,_0x5192a6){return _0x50adb9===_0x5192a6;},_0x13a504[_0xf5747a(0x1fd)]=_0xf5747a(0x21c),_0x13a504['AaSNM']=_0xf5747a(0x232),_0x13a504['kkcjh']=function(_0x3a523e,_0x1fbbdb){return _0x3a523e>_0x1fbbdb;},_0x13a504[_0xf5747a(0x234)]=function(_0x60566e,_0x2a70b0){return _0x60566e!==_0x2a70b0;},_0x13a504[_0xf5747a(0x24e)]=_0xf5747a(0x1ea),_0x13a504[_0xf5747a(0x281)]='Shutdown-Queue';const _0x18f66b=_0x13a504;await this[_0xf5747a(0x239)](),this[_0xf5747a(0x218)](_0x18f66b['AaSNM']);while(_0x18f66b['kkcjh'](this[_0xf5747a(0x22b)]['length'],0x0)){if(_0x18f66b[_0xf5747a(0x234)](_0x18f66b['JPjnD'],_0x18f66b[_0xf5747a(0x24e)])){if(_0xfdc64[_0xf5747a(0x22a)]&&_0x509208[_0xf5747a(0x22a)][0x0]&&_0x18f66b[_0xf5747a(0x257)](_0x46f613[_0xf5747a(0x22a)][0x0][_0xf5747a(0x21e)],_0x18f66b[_0xf5747a(0x1fd)])){const _0x14c40e={};return _0x14c40e[_0xf5747a(0x229)]=!![],_0x14c40e['proceedWithData']=[_0x4f7aff],_0x14c40e[_0xf5747a(0x243)]=this[_0xf5747a(0x23b)],_0x14c40e;}this[_0xf5747a(0x22b)][_0xf5747a(0x20b)](_0x186219);let _0x2cc0e0=null;const _0x167eef=this[_0xf5747a(0x229)]();_0x167eef&&(_0x2cc0e0=this['queue']['slice'](0x0,_0x42edd2),this[_0xf5747a(0x22b)]['splice'](0x0,_0x2f39be),this[_0xf5747a(0x20f)]());const _0x4d3faa={};return _0x4d3faa[_0xf5747a(0x229)]=_0x167eef,_0x4d3faa[_0xf5747a(0x23a)]=_0x2cc0e0,_0x4d3faa[_0xf5747a(0x243)]=this['eventUrl'],_0x4d3faa;}else{const _0x810b3f=this[_0xf5747a(0x22b)]['slice'](0x0,BATCH_SIZE);this[_0xf5747a(0x22b)]['splice'](0x0,BATCH_SIZE),await this[_0xf5747a(0x1ef)](this['eventUrl'],_0x18f66b['iAwYE'],_0x810b3f);}}};[a73_0x17f619(0x1ef)]=async(_0x414faf,_0x345856,_0x1304d0)=>{const _0x5e4918=a73_0x17f619,_0x364c4c={'mCXfI':function(_0xbf11b,_0x2b0330){return _0xbf11b===_0x2b0330;},'qLXEX':_0x5e4918(0x21c),'idXcg':function(_0x515f88,_0x4ee776){return _0x515f88(_0x4ee776);},'yItco':function(_0x3ce945,_0xbb80a5){return _0x3ce945-_0xbb80a5;},'lqbCO':function(_0x562a30,_0x29aa54){return _0x562a30-_0x29aa54;},'oSaNt':_0x5e4918(0x282),'tTKed':function(_0x4be957){return _0x4be957();},'rFRdR':function(_0x59ad93,_0x12e86b){return _0x59ad93===_0x12e86b;},'zVPXI':_0x5e4918(0x277),'KjzeW':function(_0x20a002,_0x153847,_0x4949b9,_0x261bdb,_0x2b0377){return _0x20a002(_0x153847,_0x4949b9,_0x261bdb,_0x2b0377);},'DMaaf':'POST','thQEW':function(_0x28b096,_0x37823e){return _0x28b096!==_0x37823e;},'ntNMq':'NNmxa','JpNSC':'MaufC','KvMYo':_0x5e4918(0x237),'JbFSP':function(_0x4e48e9,_0x342172){return _0x4e48e9-_0x342172;},'qZXGt':function(_0x456102,_0x4e98f0){return _0x456102===_0x4e98f0;},'DdyCm':'geTCU','YWsFo':_0x5e4918(0x1eb),'pfejq':function(_0x137d67,_0x251620){return _0x137d67===_0x251620;},'PYEKk':_0x5e4918(0x217),'UKJUQ':function(_0x4ec154,_0xb3f591){return _0x4ec154(_0xb3f591);},'wROBF':_0x5e4918(0x1fc)},_0x168130={'headers':_0x364c4c[_0x5e4918(0x287)](getDefaultHeaders)};try{if(_0x364c4c['rFRdR'](_0x364c4c[_0x5e4918(0x253)],_0x364c4c[_0x5e4918(0x253)])){const _0x183f83=await _0x364c4c['KjzeW'](nodeRequest,_0x364c4c[_0x5e4918(0x25a)],_0x414faf,_0x1304d0,_0x168130);if(_0x183f83[_0x5e4918(0x230)][_0x5e4918(0x235)]){if(_0x364c4c[_0x5e4918(0x238)](_0x364c4c[_0x5e4918(0x246)],_0x364c4c[_0x5e4918(0x246)])){if(this[_0x5e4918(0x204)][_0x5e4918(0x208)](_0x61c61b[_0x5e4918(0x249)])){if(_0x51f860[_0x5e4918(0x22a)]&&_0x3d26e7[_0x5e4918(0x22a)][0x0]&&_0x364c4c['mCXfI'](_0x4d2418[_0x5e4918(0x22a)][0x0][_0x5e4918(0x21e)],_0x364c4c[_0x5e4918(0x248)])){const _0x292c74={};return _0x292c74[_0x5e4918(0x229)]=!![],_0x292c74['proceedWithData']=[_0x390554],_0x292c74[_0x5e4918(0x243)]=this[_0x5e4918(0x23b)],_0x292c74;}this[_0x5e4918(0x22b)]['push'](_0x436d32);let _0x404b36=null;const _0x10efa7=this[_0x5e4918(0x229)]();_0x10efa7&&(_0x404b36=this['queue'][_0x5e4918(0x228)](0x0,_0x46a7e0),this[_0x5e4918(0x22b)]['splice'](0x0,_0x5f3240),this['resetEventBatchPolling']());const _0x408922={};return _0x408922[_0x5e4918(0x229)]=_0x10efa7,_0x408922['proceedWithData']=_0x404b36,_0x408922[_0x5e4918(0x243)]=this['eventUrl'],_0x408922;}const _0x3c6f0f={};return _0x3c6f0f['shouldProceed']=!![],_0x3c6f0f;}else{const _0x5c907f={};_0x5c907f['message']=_0x183f83[_0x5e4918(0x230)][_0x5e4918(0x235)];throw _0x5c907f;}}else{if(_0x364c4c['rFRdR'](_0x364c4c['JpNSC'],_0x364c4c[_0x5e4918(0x1e9)])){const _0x5b9b68={};_0x5b9b68[_0x5e4918(0x264)]=_0x2043ee[_0x5e4918(0x230)][_0x5e4918(0x235)];throw _0x5b9b68;}else _0x364c4c['idXcg'](debug,_0x345856+_0x5e4918(0x25f)),this[_0x5e4918(0x236)]=Math['max'](0x0,_0x364c4c[_0x5e4918(0x258)](this[_0x5e4918(0x236)],_0x1304d0[_0x5e4918(0x200)]));}}else!this['started']&&(this[_0x5e4918(0x272)]=!![],this[_0x5e4918(0x266)]());}catch(_0x59a525){_0x364c4c[_0x5e4918(0x23c)](_0x364c4c[_0x5e4918(0x244)],_0x364c4c['YWsFo'])?(_0x364c4c['idXcg'](_0x40fb8c,_0xee86a6+_0x5e4918(0x25f)),this[_0x5e4918(0x236)]=_0x567b97[_0x5e4918(0x202)](0x0,_0x364c4c['yItco'](this[_0x5e4918(0x236)],_0x4e7d8a[_0x5e4918(0x200)]))):(_0x59a525[_0x5e4918(0x286)]?_0x364c4c[_0x5e4918(0x1f2)](_0x364c4c[_0x5e4918(0x27e)],_0x364c4c['PYEKk'])?_0x364c4c[_0x5e4918(0x220)](debug,_0x5e4918(0x225)+_0x345856+_0x5e4918(0x1f5)+_0x59a525[_0x5e4918(0x286)][_0x5e4918(0x226)]+'\x20'+_0x59a525[_0x5e4918(0x286)]['statusText']+'\x20'+JSON[_0x5e4918(0x27f)](_0x59a525['response']['data'])):(_0x4b91f8[_0x5e4918(0x286)]?_0x364c4c[_0x5e4918(0x26c)](_0x24b2b8,_0x5e4918(0x225)+_0x3a6e9f+_0x5e4918(0x1f5)+_0x2203bf[_0x5e4918(0x286)][_0x5e4918(0x226)]+'\x20'+_0x4b9810['response'][_0x5e4918(0x250)]+'\x20'+_0x198eef[_0x5e4918(0x27f)](_0xfb989e[_0x5e4918(0x286)][_0x5e4918(0x230)])):_0x364c4c[_0x5e4918(0x26c)](_0x55eb4f,_0x5e4918(0x225)+_0x2d00b8+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x5c18e2[_0x5e4918(0x264)]||_0x2f3a84)),this[_0x5e4918(0x236)]=_0x116b48['max'](0x0,_0x364c4c[_0x5e4918(0x21d)](this[_0x5e4918(0x236)],_0x286887['length']))):_0x364c4c['thQEW'](_0x364c4c[_0x5e4918(0x242)],_0x364c4c['wROBF'])?(this['removeEventBatchPolling'](_0x364c4c['oSaNt']),this['startEventBatchPolling']()):_0x364c4c[_0x5e4918(0x220)](debug,'EXCEPTION\x20IN\x20'+_0x345856+_0x5e4918(0x1f5)+(_0x59a525[_0x5e4918(0x264)]||_0x59a525)),this[_0x5e4918(0x236)]=Math[_0x5e4918(0x202)](0x0,_0x364c4c[_0x5e4918(0x21d)](this['pendingUploads'],_0x1304d0[_0x5e4918(0x200)])));}};[a73_0x17f619(0x266)]=()=>{const _0x5dc551=a73_0x17f619,_0x422bc8={'FtbkG':function(_0x424634,_0x58a546){return _0x424634(_0x58a546);},'QEepz':function(_0x1533c6,_0x34bd64){return _0x1533c6===_0x34bd64;},'yMFRP':'REMOVING','Bopbu':function(_0x4d8ae4,_0x21afce){return _0x4d8ae4!==_0x21afce;},'mcEKT':_0x5dc551(0x210),'rioJF':function(_0x11324f,_0x2f0247){return _0x11324f>_0x2f0247;},'aKDKo':_0x5dc551(0x24a),'CCsnG':_0x5dc551(0x260),'mqKKs':function(_0x36e9a6,_0x15d3f2,_0x112249){return _0x36e9a6(_0x15d3f2,_0x112249);}};this[_0x5dc551(0x215)]=_0x422bc8[_0x5dc551(0x269)](setInterval,async()=>{const _0xd4d069=_0x5dc551,_0x3cecbd={'mOnRz':function(_0x423989,_0x34e5c1){const _0x55ab2d=a73_0x374d;return _0x422bc8[_0x55ab2d(0x265)](_0x423989,_0x34e5c1);},'jwCXH':function(_0x5080b3,_0x267a1c){return _0x422bc8['QEepz'](_0x5080b3,_0x267a1c);},'uEOKu':_0x422bc8[_0xd4d069(0x26d)]};if(_0x422bc8[_0xd4d069(0x212)](_0x422bc8[_0xd4d069(0x22e)],_0x422bc8[_0xd4d069(0x22e)]))this[_0xd4d069(0x272)]=!![],this[_0xd4d069(0x266)]();else{if(_0x422bc8[_0xd4d069(0x1f9)](this[_0xd4d069(0x22b)][_0xd4d069(0x200)],0x0)){if(_0x422bc8[_0xd4d069(0x212)](_0x422bc8[_0xd4d069(0x223)],_0x422bc8[_0xd4d069(0x223)]))_0x3cecbd['mOnRz'](_0x34b19a,this[_0xd4d069(0x215)]),this[_0xd4d069(0x215)]=null,_0x3cecbd[_0xd4d069(0x25b)](_0x711fb2,_0x3cecbd[_0xd4d069(0x207)])&&(this[_0xd4d069(0x272)]=![]);else{const _0x4464b2=this[_0xd4d069(0x22b)][_0xd4d069(0x228)](0x0,BATCH_SIZE);this['queue']['splice'](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this['eventUrl'],_0x422bc8['CCsnG'],_0x4464b2);}}}},BATCH_INTERVAL);};[a73_0x17f619(0x20f)]=()=>{const _0x1852b4=a73_0x17f619,_0x519e0e={};_0x519e0e[_0x1852b4(0x213)]=_0x1852b4(0x282);const _0x464d20=_0x519e0e;this[_0x1852b4(0x218)](_0x464d20[_0x1852b4(0x213)]),this['startEventBatchPolling']();};[a73_0x17f619(0x218)]=_0x2c330f=>{const _0x5716fd=a73_0x17f619,_0x501de5={'BJBBP':function(_0x4e1d69,_0x216c13){return _0x4e1d69>=_0x216c13;},'xLjAG':function(_0x11055a,_0x2ac2e2){return _0x11055a(_0x2ac2e2);},'TZrEs':function(_0x536e95,_0xc9bfc){return _0x536e95===_0xc9bfc;},'WiKrv':_0x5716fd(0x23e),'odPaw':_0x5716fd(0x256),'ICijU':_0x5716fd(0x232),'SSUgH':function(_0x2515ab,_0x25adf8){return _0x2515ab===_0x25adf8;},'BuMSY':_0x5716fd(0x1ff)};if(this[_0x5716fd(0x215)]){if(_0x501de5[_0x5716fd(0x289)](_0x501de5[_0x5716fd(0x254)],_0x501de5['odPaw']))return _0x501de5['BJBBP'](this[_0x5716fd(0x22b)][_0x5716fd(0x200)],_0x2808c6);else _0x501de5[_0x5716fd(0x20e)](clearInterval,this[_0x5716fd(0x215)]),this['pollEventBatchInterval']=null,_0x501de5[_0x5716fd(0x289)](_0x2c330f,_0x501de5[_0x5716fd(0x25e)])&&(_0x501de5[_0x5716fd(0x255)](_0x501de5[_0x5716fd(0x21b)],_0x501de5[_0x5716fd(0x21b)])?this[_0x5716fd(0x272)]=![]:_0x501de5[_0x5716fd(0x20e)](_0x306f2a,_0x5716fd(0x225)+_0x506fe4+_0x5716fd(0x1f5)+_0x26b9e7[_0x5716fd(0x286)][_0x5716fd(0x226)]+'\x20'+_0x1d258a[_0x5716fd(0x286)]['statusText']+'\x20'+_0x79a13d[_0x5716fd(0x27f)](_0x4e97e3[_0x5716fd(0x286)][_0x5716fd(0x230)])));}};[a73_0x17f619(0x229)]=()=>{const _0x27f069=a73_0x17f619,_0x2e12f6={};_0x2e12f6[_0x27f069(0x203)]=function(_0x5c3d90,_0x25461d){return _0x5c3d90>=_0x25461d;};const _0x586398=_0x2e12f6;return _0x586398[_0x27f069(0x203)](this['queue'][_0x27f069(0x200)],BATCH_SIZE);};async[a73_0x17f619(0x239)](_0xbeb37a=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x23cf9e=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x1b16c5=a73_0x17f619,_0x130112={'RuPRC':function(_0x19b2c5,_0x45b438){return _0x19b2c5<=_0x45b438;},'WqsUH':function(_0x208e8e,_0x5dc52e){return _0x208e8e<=_0x5dc52e;},'njNiB':function(_0x5af4c5,_0x236658){return _0x5af4c5!==_0x236658;},'iCwpU':_0x1b16c5(0x261),'YPiKT':_0x1b16c5(0x278),'uKXyI':function(_0x31911f,_0x1e4dfd){return _0x31911f(_0x1e4dfd);},'wMwCA':function(_0xe40ea1,_0x31cedc){return _0xe40ea1-_0x31cedc;}};if(_0x130112[_0x1b16c5(0x279)](this[_0x1b16c5(0x236)],0x0)||_0x130112[_0x1b16c5(0x26f)](_0xbeb37a,0x0)){if(_0x130112[_0x1b16c5(0x221)](_0x130112[_0x1b16c5(0x1fe)],_0x130112[_0x1b16c5(0x26b)]))return;else this['started']=![];}return await _0x130112[_0x1b16c5(0x1f0)](sleep,_0x23cf9e),this['uploadPending'](_0x130112[_0x1b16c5(0x280)](_0xbeb37a,_0x23cf9e));}}module[a73_0x17f619(0x251)]=RequestQueueHandler;
|