browserstack-node-sdk 1.32.4 → 1.32.5
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 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/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 a68_0x4e7d6a=a68_0x166e;(function(_0x3aa130,_0x20d1c5){const _0x953b4e=a68_0x166e,_0x5be884=_0x3aa130();while(!![]){try{const _0x1aaf81=-parseInt(_0x953b4e(0x1ea))/0x1*(parseInt(_0x953b4e(0x2f3))/0x2)+-parseInt(_0x953b4e(0x2b3))/0x3*(parseInt(_0x953b4e(0x289))/0x4)+-parseInt(_0x953b4e(0x229))/0x5*(-parseInt(_0x953b4e(0x2a4))/0x6)+-parseInt(_0x953b4e(0x2b0))/0x7*(-parseInt(_0x953b4e(0x23d))/0x8)+parseInt(_0x953b4e(0x2c3))/0x9+parseInt(_0x953b4e(0x292))/0xa+-parseInt(_0x953b4e(0x26b))/0xb;if(_0x1aaf81===_0x20d1c5)break;else _0x5be884['push'](_0x5be884['shift']());}catch(_0x5dd71f){_0x5be884['push'](_0x5be884['shift']());}}}(a68_0x3e09,0xa972d));function a68_0x166e(_0x30df00,_0x281122){const _0x3e09c4=a68_0x3e09();return a68_0x166e=function(_0x166e2e,_0x46683d){_0x166e2e=_0x166e2e-0x1d4;let _0x47d45b=_0x3e09c4[_0x166e2e];return _0x47d45b;},a68_0x166e(_0x30df00,_0x281122);}const fs=require('fs'),{performance,PerformanceObserver}=require(a68_0x4e7d6a(0x1d4)),{sleep,debug}=require('./test-observability/utils'),path=require(a68_0x4e7d6a(0x274)),logger=require(a68_0x4e7d6a(0x2e1))[a68_0x4e7d6a(0x2a3)];class PerformanceTester{static [a68_0x4e7d6a(0x263)];static [a68_0x4e7d6a(0x24b)]=[];static [a68_0x4e7d6a(0x238)]=[];static [a68_0x4e7d6a(0x24f)]=[];static [a68_0x4e7d6a(0x235)]=![];static ['jsonReportFileName']=a68_0x4e7d6a(0x2c7);static [a68_0x4e7d6a(0x212)]=a68_0x4e7d6a(0x2fd);static['startMonitoring'](_0x3259c2='performance-report.json',_0x2ecc92=a68_0x4e7d6a(0x2fd)){const _0x33d8d3=a68_0x4e7d6a,_0xd2b0ef={};_0xd2b0ef[_0x33d8d3(0x21b)]=function(_0x5c3c27,_0x454143){return _0x5c3c27===_0x454143;},_0xd2b0ef[_0x33d8d3(0x1de)]=_0x33d8d3(0x232),_0xd2b0ef[_0x33d8d3(0x2ea)]='measure',_0xd2b0ef[_0x33d8d3(0x29d)]=function(_0x934d9a,_0x108038){return _0x934d9a!==_0x108038;},_0xd2b0ef[_0x33d8d3(0x2ed)]='iuXPo',_0xd2b0ef[_0x33d8d3(0x2e9)]='taukX',_0xd2b0ef[_0x33d8d3(0x2b5)]='wBsJG',_0xd2b0ef[_0x33d8d3(0x1e4)]=function(_0x335bd8,_0x46d5ad){return _0x335bd8===_0x46d5ad;},_0xd2b0ef[_0x33d8d3(0x25f)]='vURCl',_0xd2b0ef[_0x33d8d3(0x1ee)]=_0x33d8d3(0x2c2),_0xd2b0ef[_0x33d8d3(0x1fd)]=function(_0x4eab82,_0x4ca913){return _0x4eab82===_0x4ca913;},_0xd2b0ef[_0x33d8d3(0x297)]='GFpYy',_0xd2b0ef[_0x33d8d3(0x28c)]=_0x33d8d3(0x2ef);const _0x5e6f17=_0xd2b0ef;if(this[_0x33d8d3(0x235)]||!this['isEnabled']()){if(_0x5e6f17[_0x33d8d3(0x1fd)](_0x5e6f17['rNDRK'],_0x5e6f17[_0x33d8d3(0x297)]))return;else return new _0x44fffc((_0x155c67,_0x4726c9)=>{const _0xb3b0f7=_0x33d8d3;_0x24ce83['then'](_0x594d85=>_0x155c67(_0x594d85))['catch'](_0x4143ab=>_0x4726c9(_0x4143ab))[_0xb3b0f7(0x2f8)](()=>{const _0x8787cf=_0xb3b0f7;_0x4f27bf[_0x8787cf(0x2eb)](_0x5a6205),_0x36d4da['measure'](_0x4818ce,_0xbcbe8,_0x5088c2);});});}this['_observer']=new PerformanceObserver(_0x205d33=>{const _0x5d1c46=_0x33d8d3;if(_0x5e6f17['eHBFP'](_0x5e6f17[_0x5d1c46(0x25f)],_0x5e6f17[_0x5d1c46(0x1ee)])){if(!this['isEnabled']())return;this['_observer'][_0x5d1c46(0x262)](),this['pushPerfMeasures'](),this[_0x5d1c46(0x25e)]();}else _0x205d33[_0x5d1c46(0x245)]()[_0x5d1c46(0x22a)](_0x3051d8=>{const _0x5467df=_0x5d1c46;if(_0x5e6f17[_0x5467df(0x21b)](_0x5e6f17[_0x5467df(0x1de)],_0x5e6f17[_0x5467df(0x1de)])){if(_0x5e6f17[_0x5467df(0x21b)](_0x3051d8[_0x5467df(0x2ee)],_0x5e6f17[_0x5467df(0x2ea)])){if(_0x5e6f17[_0x5467df(0x29d)](_0x5e6f17['XkwMR'],_0x5e6f17[_0x5467df(0x2e9)]))this[_0x5467df(0x238)][_0x5467df(0x1d7)](_0x3051d8);else return _0x20426a[_0x5467df(0x2d6)](null,_0x2fea97);}else _0x5e6f17['dHERr'](_0x5e6f17[_0x5467df(0x2b5)],_0x5e6f17['ULZqS'])?(!_0x2b4334[_0x16257c[_0x5467df(0x315)]]&&(_0x47e161[_0x46b43b[_0x5467df(0x315)]]=0x0),_0x34ebd6[_0x2cc504[_0x5467df(0x315)]]+=_0x45f245['duration']):this['_events'][_0x5467df(0x1d7)](_0x3051d8);}else _0x7997ce[_0xd128a2[_0x5467df(0x315)]]=_0x560525,_0x54c99d[_0x2b4987[_0x5467df(0x315)]]=0x1;});});const _0x4694ad={};_0x4694ad[_0x33d8d3(0x275)]=!![],_0x4694ad[_0x33d8d3(0x2cb)]=[_0x5e6f17[_0x33d8d3(0x28c)],_0x5e6f17[_0x33d8d3(0x2ea)]],this['_observer'][_0x33d8d3(0x2df)](_0x4694ad),this[_0x33d8d3(0x235)]=!![],this[_0x33d8d3(0x260)]=_0x3259c2,this[_0x33d8d3(0x212)]=_0x2ecc92;}static['getPerformance'](){return performance;}static[a68_0x4e7d6a(0x26c)](_0xa1acf6,_0x5e2d6a){const _0xe3ab22=a68_0x4e7d6a,_0x2f2ef8={};_0x2f2ef8[_0xe3ab22(0x2bc)]=function(_0x48f7a5,_0x1d493c){return _0x48f7a5/_0x1d493c;},_0x2f2ef8['mLJAk']=function(_0x484224,_0x528ed5){return _0x484224+_0x528ed5;},_0x2f2ef8[_0xe3ab22(0x211)]=function(_0x22bcbe,_0x5d4378){return _0x22bcbe*_0x5d4378;},_0x2f2ef8[_0xe3ab22(0x2b4)]=function(_0x2feb66,_0x1ad8ff){return _0x2feb66===_0x1ad8ff;},_0x2f2ef8[_0xe3ab22(0x223)]=_0xe3ab22(0x243),_0x2f2ef8[_0xe3ab22(0x21d)]=function(_0x11afc1,_0x29b987){return _0x11afc1>_0x29b987;},_0x2f2ef8[_0xe3ab22(0x2c6)]=function(_0x26041c,_0x11eb30){return _0x26041c===_0x11eb30;},_0x2f2ef8[_0xe3ab22(0x2cc)]=_0xe3ab22(0x2b7),_0x2f2ef8['hXocz']=function(_0x16f68c,_0x8c0d7){return _0x16f68c!==_0x8c0d7;},_0x2f2ef8['uQSph']=_0xe3ab22(0x261),_0x2f2ef8['WXxvu']='TyAGV',_0x2f2ef8[_0xe3ab22(0x259)]=function(_0xacedad,_0x729714){return _0xacedad||_0x729714;},_0x2f2ef8[_0xe3ab22(0x2f7)]=function(_0x19dc90,_0x439186){return _0x19dc90!==_0x439186;},_0x2f2ef8['Fyyxn']=_0xe3ab22(0x20d),_0x2f2ef8[_0xe3ab22(0x2ae)]=function(_0xe2405e,_0x1d3e53){return _0xe2405e+_0x1d3e53;},_0x2f2ef8[_0xe3ab22(0x1fe)]=function(_0x1a51e0,_0x443c9f){return _0x1a51e0||_0x443c9f;},_0x2f2ef8['ALuUk']=function(_0x33b47f,_0xdfc061){return _0x33b47f===_0xdfc061;},_0x2f2ef8[_0xe3ab22(0x214)]=function(_0x19ffac,_0x2dc24e){return _0x19ffac===_0x2dc24e;},_0x2f2ef8[_0xe3ab22(0x2a6)]=_0xe3ab22(0x286),_0x2f2ef8['FVlOh']=_0xe3ab22(0x2f2);const _0x135916=_0x2f2ef8,_0x2ed32d={};if(!_0xa1acf6||_0x135916[_0xe3ab22(0x2bb)](_0xa1acf6[_0xe3ab22(0x305)],0x0)){if(_0x135916[_0xe3ab22(0x214)](_0x135916[_0xe3ab22(0x2a6)],_0x135916[_0xe3ab22(0x28d)])){const _0x33da7d=_0x4c4036[_0x3350aa[_0xe3ab22(0x315)]],_0x12db01=_0xc61882[_0x77a315[_0xe3ab22(0x315)]];_0x575bf8[_0x5859f3['name']][_0xe3ab22(0x200)]=_0x135916[_0xe3ab22(0x2bc)](_0x135916[_0xe3ab22(0x230)](_0x135916[_0xe3ab22(0x211)](_0x33da7d[_0xe3ab22(0x200)],_0x12db01),_0x24f317[_0xe3ab22(0x200)]),_0x135916[_0xe3ab22(0x230)](0x1,_0x12db01)),_0x1780d5[_0x535820[_0xe3ab22(0x315)]]++;}else return;}_0xa1acf6['map'](_0x71b3ef=>{const _0x2b60fa=_0xe3ab22,_0x24441a={'EVByV':function(_0x37cb58,_0x2abd16){const _0x3d3e27=a68_0x166e;return _0x135916[_0x3d3e27(0x2b4)](_0x37cb58,_0x2abd16);},'jDTCD':_0x135916['DZjGQ'],'ydkGE':function(_0x2a8a44,_0x26b270){const _0x383a81=a68_0x166e;return _0x135916[_0x383a81(0x21d)](_0x2a8a44,_0x26b270);}};if(_0x135916[_0x2b60fa(0x2c6)](_0x135916[_0x2b60fa(0x2cc)],_0x135916[_0x2b60fa(0x2cc)]))!_0x2ed32d[_0x71b3ef['name']]&&(_0x135916[_0x2b60fa(0x307)](_0x135916[_0x2b60fa(0x23e)],_0x135916[_0x2b60fa(0x2c9)])?_0x2ed32d[_0x71b3ef['name']]=0x0:_0x24441a[_0x2b60fa(0x215)](_0x296e53[_0x2b60fa(0x2ee)],_0x24441a[_0x2b60fa(0x293)])?this[_0x2b60fa(0x238)][_0x2b60fa(0x1d7)](_0x309fa6):this['_events'][_0x2b60fa(0x1d7)](_0x244267)),_0x2ed32d[_0x71b3ef[_0x2b60fa(0x315)]]+=_0x71b3ef[_0x2b60fa(0x200)];else{if(!_0x496b08[_0x2b60fa(0x300)](this[_0x2b60fa(0x212)]))return this['_errorEvents'];let _0x31f60b=_0x4a6f88['readFileSync'](this[_0x2b60fa(0x212)])[_0x2b60fa(0x306)]();_0x31f60b='['+_0x31f60b['slice'](0x0,-0x1)+']';let _0x138308=_0x226647['parse'](_0x31f60b);return _0x24441a[_0x2b60fa(0x1ef)](this[_0x2b60fa(0x24f)]['length'],0x0)&&(_0x138308=_0x138308[_0x2b60fa(0x2b2)](this[_0x2b60fa(0x24f)])),_0x3e6cda[_0x2b60fa(0x25c)](this[_0x2b60fa(0x212)]),_0x138308;}});const _0x48eaa9=_0x5e2d6a[_0xe3ab22(0x22c)]((_0x870269,_0xeda013)=>{const _0x3476df=_0xe3ab22,_0x119cda={'XPZYp':function(_0x1adade,_0xefd111){return _0x135916['mLJAk'](_0x1adade,_0xefd111);},'oXFZP':function(_0x430026,_0x3c47f2){const _0x3aab01=a68_0x166e;return _0x135916[_0x3aab01(0x259)](_0x430026,_0x3c47f2);}};return _0x135916[_0x3476df(0x2f7)](_0x135916['Fyyxn'],_0x135916[_0x3476df(0x270)])?_0x119cda[_0x3476df(0x309)](_0x1ed019[_0x47d341],_0x119cda[_0x3476df(0x2b8)](_0x20ccb0,0x0)):_0x135916[_0x3476df(0x2ae)](_0x2ed32d[_0xeda013],_0x135916['AdArc'](_0x870269,0x0));},0x0);return _0x48eaa9;}static async[a68_0x4e7d6a(0x2a1)](_0x4dcd29,_0x20f24c){const _0x39a792=a68_0x4e7d6a,_0x560113={'LwwnA':function(_0x32dfd1,_0x46208e){return _0x32dfd1/_0x46208e;},'lfGJX':function(_0x2230b7,_0x4ae071){return _0x2230b7+_0x4ae071;},'muBea':function(_0xcc71da,_0x448d43){return _0xcc71da*_0x448d43;},'yGNhP':function(_0x5eefea,_0x2ee325){return _0x5eefea!==_0x2ee325;},'XoHZJ':_0x39a792(0x30e),'goDjQ':function(_0x134dc5,_0x2f6c06){return _0x134dc5!==_0x2f6c06;},'sHEJb':_0x39a792(0x250),'HFRTs':_0x39a792(0x276),'gDRZK':function(_0x3d8902,_0x208cc7){return _0x3d8902===_0x208cc7;},'VUiRr':_0x39a792(0x269),'UxuTR':_0x39a792(0x291),'oJULp':_0x39a792(0x26e),'KMmNq':function(_0x492e71,_0x3733b2){return _0x492e71||_0x3733b2;},'JlFFI':function(_0x2c0c14,_0x180f35){return _0x2c0c14!==_0x180f35;},'YpIEF':'UHoaP','jRVlC':_0x39a792(0x2a7),'chTOy':_0x39a792(0x203),'BgBCP':_0x39a792(0x202),'xqIvc':function(_0x1ad745,_0x12923f){return _0x1ad745===_0x12923f;},'pUHKu':'nGRPg','VCokj':_0x39a792(0x1d9),'WFLiC':'zTTxx','fdSNI':_0x39a792(0x249),'wQXxU':function(_0x55e37f,_0x1965df){return _0x55e37f(_0x1965df);},'cvCZe':function(_0xb92df8,_0x171ee8){return _0xb92df8(_0x171ee8);}};if(!_0x4dcd29||_0x560113[_0x39a792(0x246)](_0x4dcd29[_0x39a792(0x305)],0x0)){if(_0x560113[_0x39a792(0x264)](_0x560113[_0x39a792(0x27b)],_0x560113[_0x39a792(0x226)]))return 0x0;else return;}const _0x4d12a0=[];for(const _0x13016e of _0x4dcd29){if(_0x560113[_0x39a792(0x264)](_0x560113[_0x39a792(0x26d)],_0x560113[_0x39a792(0x311)])){const _0x1847e7=path[_0x39a792(0x267)]('.',_0x13016e);try{if(_0x560113['xqIvc'](_0x560113[_0x39a792(0x20c)],_0x560113['VCokj']))return;else{const _0x2f5524=this[_0x39a792(0x23f)](_0x1847e7);_0x2f5524[_0x39a792(0x21c)](_0xf66402=>{const _0xf7bfec=_0x39a792,_0x26601d={'EysnG':function(_0x41c70a,_0x15774f){const _0xbfcfa5=a68_0x166e;return _0x560113[_0xbfcfa5(0x217)](_0x41c70a,_0x15774f);},'SRioC':function(_0x547a9e,_0x40a8b0){const _0x145adf=a68_0x166e;return _0x560113[_0x145adf(0x26a)](_0x547a9e,_0x40a8b0);},'Tcurr':function(_0xcefe2a,_0x18bd00){const _0x25f46d=a68_0x166e;return _0x560113[_0x25f46d(0x2b1)](_0xcefe2a,_0x18bd00);}};if(_0x560113[_0xf7bfec(0x227)](_0x560113[_0xf7bfec(0x233)],_0x560113[_0xf7bfec(0x233)])){const _0x4c16e1=_0x4107ba[_0xf7bfec(0x315)][_0xf7bfec(0x244)](_0x1f1232),_0x414082={};_0x414082['name']=_0x499c32[_0xf7bfec(0x315)],_0x414082[_0xf7bfec(0x200)]=_0x2618c1[_0xf7bfec(0x200)]||0x0;const _0x448818=_0x414082;_0x4c16e1&&(_0x448818[_0xf7bfec(0x315)]=_0x4c16e1[0x1],_0x448818[_0xf7bfec(0x2f1)]=_0x25d066['parse'](_0x4c16e1[0x2]));if(_0x3d3de7[_0x448818[_0xf7bfec(0x315)]]){const _0x4b0017=_0x51eb82[_0x448818['name']],_0x51773c=_0x14571c[_0x448818[_0xf7bfec(0x315)]];_0x6c4fea[_0x448818['name']][_0xf7bfec(0x200)]=_0x26601d[_0xf7bfec(0x268)](_0x26601d[_0xf7bfec(0x1e5)](_0x26601d['Tcurr'](_0x4b0017['duration'],_0x51773c),_0x448818[_0xf7bfec(0x200)]),_0x26601d[_0xf7bfec(0x1e5)](0x1,_0x51773c)),_0x1c1237[_0x448818[_0xf7bfec(0x315)]]++;}else _0x1c7d36[_0x448818['name']]=_0x448818,_0x29bd6f[_0x448818['name']]=0x1;}else{if(!_0x4d12a0[_0xf66402['name']]){if(_0x560113[_0xf7bfec(0x2cf)](_0x560113[_0xf7bfec(0x28b)],_0x560113[_0xf7bfec(0x29e)]))_0x4d12a0[_0xf66402[_0xf7bfec(0x315)]]=0x0;else{const _0x78a2a1={};return _0x78a2a1[_0xf7bfec(0x315)]=_0xbd9190,_0x78a2a1['duration']=_0x4d14cb,_0x78a2a1;}}_0x4d12a0[_0xf66402['name']]+=_0xf66402[_0xf7bfec(0x200)];}});}}catch(_0x2c5617){if(_0x560113['JlFFI'](_0x560113[_0x39a792(0x21a)],_0x560113[_0x39a792(0x239)]))_0x560113[_0x39a792(0x1ed)](debug,_0x39a792(0x25d)+_0x2c5617[_0x39a792(0x306)]());else{if(_0x560113['gDRZK'](this[_0x39a792(0x24f)][_0x39a792(0x305)],0x0))return;const _0x11b6df=_0xf8466b[_0x39a792(0x241)](this[_0x39a792(0x24f)]),_0x5562df=_0x560113['lfGJX'](_0x11b6df[_0x39a792(0x1f2)](0x1,-0x1),',');_0xc38b5e['appendFileSync'](this['errorFile'],_0x5562df);}}}else return;}const _0x27ae45=_0x20f24c[_0x39a792(0x22c)]((_0x20e672,_0x46533f)=>{const _0x5b6ac7=_0x39a792,_0x2acf80={};_0x2acf80[_0x5b6ac7(0x2dd)]=_0x560113[_0x5b6ac7(0x30a)];const _0x249fd9=_0x2acf80;if(_0x560113[_0x5b6ac7(0x246)](_0x560113['UxuTR'],_0x560113[_0x5b6ac7(0x22e)]))_0x14a191[_0x5b6ac7(0x2fb)](_0x249fd9[_0x5b6ac7(0x2dd)]);else return _0x560113[_0x5b6ac7(0x26a)](_0x4d12a0[_0x46533f],_0x560113[_0x5b6ac7(0x1f0)](_0x20e672,0x0));},0x0);return _0x560113[_0x39a792(0x2a8)](debug,'Time\x20for\x20'+_0x20f24c+_0x39a792(0x2fc)+_0x27ae45),_0x27ae45;}static['getEventsFromJSON'](_0x3c794b){const _0x8ad657=a68_0x4e7d6a,_0x12bc64={};_0x12bc64[_0x8ad657(0x23a)]='Error\x20stopping\x20monitoring',_0x12bc64[_0x8ad657(0x2d8)]=function(_0x3cf869,_0x13a122){return _0x3cf869===_0x13a122;},_0x12bc64['pKDja']=_0x8ad657(0x282);const _0x1dc84c=_0x12bc64;if(!fs['existsSync'](_0x3c794b)){if(_0x1dc84c[_0x8ad657(0x2d8)](_0x1dc84c[_0x8ad657(0x2ad)],_0x1dc84c[_0x8ad657(0x2ad)]))return[];else try{if(!this[_0x8ad657(0x28f)]())return;this[_0x8ad657(0x263)][_0x8ad657(0x262)](),this['pushPerfMeasures'](),this[_0x8ad657(0x25e)]();}catch{_0x3bc9f8[_0x8ad657(0x2fb)](_0x1dc84c['UkfqD']);}}return JSON[_0x8ad657(0x2fe)](fs[_0x8ad657(0x1e3)](_0x3c794b)[_0x8ad657(0x306)]());}static async[a68_0x4e7d6a(0x2fa)](_0x54818d=a68_0x4e7d6a(0x231),_0x47e6e0=null){const _0x3de32c=a68_0x4e7d6a,_0x1b918a={'nSqZP':function(_0x5acdf5,_0x58e444){return _0x5acdf5===_0x58e444;},'URZfG':_0x3de32c(0x1e1),'ewckh':function(_0x13108d,_0x241dc5){return _0x13108d===_0x241dc5;},'IQedI':_0x3de32c(0x255),'Swjtd':_0x3de32c(0x22f),'HJzPo':function(_0x14ede2,_0x3a02a2){return _0x14ede2!==_0x3a02a2;},'GrMkk':_0x3de32c(0x24d),'zMeeA':_0x3de32c(0x2a0),'JBUne':function(_0x2a4ead,_0x1509ee){return _0x2a4ead(_0x1509ee);},'FYMQu':_0x3de32c(0x1f7),'FaXrZ':_0x3de32c(0x2d4),'NrwHu':function(_0x5ebdf7,_0x1b4302){return _0x5ebdf7(_0x1b4302);},'ZzmIh':_0x3de32c(0x299),'IqOvJ':_0x3de32c(0x298)};if(!this[_0x3de32c(0x235)]){if(_0x1b918a[_0x3de32c(0x201)](_0x1b918a['FYMQu'],_0x1b918a['FaXrZ']))return!_0x1b918a['nSqZP'](_0x686193[_0x3de32c(0x1e2)][_0x3de32c(0x2ca)],_0x1b918a[_0x3de32c(0x273)]);else return;}await _0x1b918a[_0x3de32c(0x2f9)](sleep,0x1e),this[_0x3de32c(0x263)][_0x3de32c(0x262)](),this[_0x3de32c(0x235)]=![],this[_0x3de32c(0x248)](this['_events']);const _0x1172cd=this[_0x3de32c(0x216)](this[_0x3de32c(0x24b)]),_0x1c5fd0=path[_0x3de32c(0x267)](process[_0x3de32c(0x2be)](),_0x54818d);fs[_0x3de32c(0x277)](_0x1c5fd0,_0x1172cd,_0x1143e9=>{const _0x167154=_0x3de32c;if(_0x1b918a[_0x167154(0x1f9)](_0x1b918a['IQedI'],_0x1b918a[_0x167154(0x2ec)]))return;else{if(_0x1143e9){if(_0x1b918a[_0x167154(0x29f)](_0x1b918a[_0x167154(0x2dc)],_0x1b918a[_0x167154(0x27f)])){_0x1b918a['JBUne'](debug,_0x167154(0x1f8)+_0x1143e9[_0x167154(0x306)]());return;}else _0x4afc00[_0x518dce[_0x167154(0x315)]]=0x0;}_0x1b918a[_0x167154(0x2a5)](debug,_0x167154(0x28e)+_0x1c5fd0);}});if(_0x47e6e0)return _0x1b918a['ewckh'](_0x1b918a[_0x3de32c(0x2e4)],_0x1b918a[_0x3de32c(0x236)])?this[_0x3de32c(0x238)]:this['calculateTimeFromEvents'](this['_events'],_0x47e6e0);}static[a68_0x4e7d6a(0x216)](_0x2bb3a3){const _0x46552a=a68_0x4e7d6a,_0x4c27aa={};_0x4c27aa[_0x46552a(0x27c)]=function(_0x5876a5,_0x828fc4){return _0x5876a5===_0x828fc4;},_0x4c27aa['qFefm']=function(_0x527514,_0x3f9827){return _0x527514+_0x3f9827;},_0x4c27aa[_0x46552a(0x308)]=function(_0x2eef63,_0x240555){return _0x2eef63!==_0x240555;},_0x4c27aa[_0x46552a(0x2d1)]='beSWu',_0x4c27aa[_0x46552a(0x1df)]=_0x46552a(0x287),_0x4c27aa[_0x46552a(0x24e)]=_0x46552a(0x30b),_0x4c27aa['jxdrS']=_0x46552a(0x1da),_0x4c27aa['WAziw']=_0x46552a(0x213);const _0xbbf622=_0x4c27aa;let _0x3e3bdc=_0xbbf622['mNcGP'];return _0x3e3bdc+=_0xbbf622[_0x46552a(0x24e)],_0x3e3bdc+=_0xbbf622[_0x46552a(0x312)],_0x2bb3a3[_0x46552a(0x22a)](_0x39f538=>{const _0x14bc37=_0x46552a,_0x220eb0={'IkrOV':function(_0x3bd9e4,_0x3a3250){const _0x29f1bc=a68_0x166e;return _0xbbf622[_0x29f1bc(0x27c)](_0x3bd9e4,_0x3a3250);},'dlhIc':function(_0x28cdca,_0x58faf7){return _0xbbf622['qFefm'](_0x28cdca,_0x58faf7);}};if(_0xbbf622[_0x14bc37(0x308)](_0xbbf622[_0x14bc37(0x2d1)],_0xbbf622[_0x14bc37(0x2d1)])){if(_0x220eb0['IkrOV'](this[_0x14bc37(0x238)]['length'],0x0))return;const _0x5e3187=this[_0x14bc37(0x290)](),_0x2c6aeb=_0x392519[_0x14bc37(0x241)](_0x5e3187),_0x1548c7=_0x220eb0[_0x14bc37(0x2d7)](_0x2c6aeb[_0x14bc37(0x1f2)](0x1,-0x1),',');_0x43e008[_0x14bc37(0x2e0)](this['jsonReportFileName'],_0x1548c7);}else _0x3e3bdc+='<tr><td>'+_0x39f538['name']+'</td><td>'+_0x39f538[_0x14bc37(0x200)]+_0x14bc37(0x2c4);}),_0x3e3bdc+=_0xbbf622[_0x46552a(0x26f)],_0x3e3bdc;}static[a68_0x4e7d6a(0x248)](_0x5b4952){const _0x72a58f=a68_0x4e7d6a,_0x655460={};_0x655460[_0x72a58f(0x302)]=function(_0x304f67,_0x2c8ff4){return _0x304f67===_0x2c8ff4;},_0x655460[_0x72a58f(0x2bf)]=_0x72a58f(0x2e7),_0x655460[_0x72a58f(0x251)]=_0x72a58f(0x1e0),_0x655460[_0x72a58f(0x294)]=function(_0x14e1fa,_0x2550bd){return _0x14e1fa!==_0x2550bd;},_0x655460[_0x72a58f(0x257)]=_0x72a58f(0x1fb),_0x655460[_0x72a58f(0x21f)]=_0x72a58f(0x24a),_0x655460['Ssgtz']=function(_0x5717f5,_0x491bc3){return _0x5717f5!==_0x491bc3;},_0x655460[_0x72a58f(0x247)]=_0x72a58f(0x20f),_0x655460['CTjHO']='DIfWV',_0x655460[_0x72a58f(0x209)]=function(_0x51f6d8,_0x502256){return _0x51f6d8!==_0x502256;},_0x655460[_0x72a58f(0x1e8)]=_0x72a58f(0x1d8);const _0x505edb=_0x655460;if(!this['jsonReportFileName']){if(_0x505edb['fecRQ'](_0x505edb[_0x72a58f(0x1e8)],_0x505edb[_0x72a58f(0x1e8)])){const _0x48d900=[_0x529238,_0x1f7322,null]['concat'](arguments);return _0x55a1af['measure'][_0x72a58f(0x2d6)](_0x5f49b3,_0x48d900);}else return;}const _0x4c9b17={};_0x5b4952[_0x72a58f(0x21c)](_0x1abbbf=>{const _0x582ce2=_0x72a58f;if(_0x505edb[_0x582ce2(0x302)](_0x505edb[_0x582ce2(0x2bf)],_0x505edb['KSUcs']))return;else{if(!_0x4c9b17[_0x1abbbf['name']]){if(_0x505edb[_0x582ce2(0x294)](_0x505edb[_0x582ce2(0x257)],_0x505edb[_0x582ce2(0x21f)]))_0x4c9b17[_0x1abbbf['name']]=0x0;else return this[_0x582ce2(0x26c)](this['_events'],_0x22beb1);}_0x4c9b17[_0x1abbbf[_0x582ce2(0x315)]]+=_0x1abbbf['duration'];}});const _0x30a9e2=Object[_0x72a58f(0x224)](_0x4c9b17)[_0x72a58f(0x21c)](([_0x3d664a,_0x335f95])=>{const _0x18ba68=_0x72a58f;if(_0x505edb['Ssgtz'](_0x505edb['rhmTn'],_0x505edb[_0x18ba68(0x2da)])){const _0x2eb2ca={};return _0x2eb2ca['name']=_0x3d664a,_0x2eb2ca['duration']=_0x335f95,_0x2eb2ca;}else return _0x107d80;});fs[_0x72a58f(0x2c5)](this[_0x72a58f(0x260)],JSON[_0x72a58f(0x241)](_0x30a9e2));}static['isEnabled'](){const _0x38c0f7=a68_0x4e7d6a,_0x5315eb={};_0x5315eb[_0x38c0f7(0x279)]=function(_0x410d4e,_0xd7fe61){return _0x410d4e===_0xd7fe61;},_0x5315eb[_0x38c0f7(0x2ba)]=_0x38c0f7(0x1e1);const _0x5a7c6d=_0x5315eb;return!_0x5a7c6d[_0x38c0f7(0x279)](process[_0x38c0f7(0x1e2)][_0x38c0f7(0x2ca)],_0x5a7c6d[_0x38c0f7(0x2ba)]);}static[a68_0x4e7d6a(0x243)](_0x5dfab2,_0x1e7aca,_0x390d5b=null,_0x314899=null){const _0x23ed84=a68_0x4e7d6a,_0x42ddf7={};_0x42ddf7[_0x23ed84(0x2f0)]=function(_0x50ee84,_0x311d72){return _0x50ee84!==_0x311d72;},_0x42ddf7[_0x23ed84(0x254)]=_0x23ed84(0x29a),_0x42ddf7[_0x23ed84(0x285)]=function(_0x558512,_0x356532){return _0x558512!==_0x356532;},_0x42ddf7['ASyzF']=_0x23ed84(0x301),_0x42ddf7[_0x23ed84(0x1f4)]=_0x23ed84(0x21e),_0x42ddf7['BgfWS']=function(_0x1830b8,_0x5e8176){return _0x1830b8!==_0x5e8176;},_0x42ddf7['pOtiO']=_0x23ed84(0x1e7),_0x42ddf7['ytBRf']='VPtvx',_0x42ddf7[_0x23ed84(0x316)]=_0x23ed84(0x2af),_0x42ddf7[_0x23ed84(0x20e)]=_0x23ed84(0x1e6),_0x42ddf7['iBidT']=_0x23ed84(0x27d),_0x42ddf7['nlhPv']=function(_0x2f1031,_0x4a1e7a){return _0x2f1031+_0x4a1e7a;},_0x42ddf7[_0x23ed84(0x206)]=_0x23ed84(0x2d2),_0x42ddf7[_0x23ed84(0x2d3)]=function(_0x39341d,_0x1dba43){return _0x39341d+_0x1dba43;},_0x42ddf7[_0x23ed84(0x240)]=_0x23ed84(0x237),_0x42ddf7[_0x23ed84(0x1f5)]=function(_0x167317,_0x2d3d97){return _0x167317 instanceof _0x2d3d97;},_0x42ddf7['GXxhV']='YgNGS',_0x42ddf7[_0x23ed84(0x28a)]=function(_0x3123e8,_0x43ddb1){return _0x3123e8===_0x43ddb1;},_0x42ddf7[_0x23ed84(0x242)]='WQPgv',_0x42ddf7[_0x23ed84(0x288)]=_0x23ed84(0x1dd);const _0x557252=_0x42ddf7;try{if(_0x557252[_0x23ed84(0x2f5)](_0x557252[_0x23ed84(0x27e)],_0x557252[_0x23ed84(0x228)])){if(this['started']&&this['isEnabled']()){if(_0x557252['BgfWS'](_0x557252[_0x23ed84(0x316)],_0x557252[_0x23ed84(0x316)]))_0x1ef272=_0xfee7c7[_0x23ed84(0x2b2)](this[_0x23ed84(0x24f)]);else{let _0x10d72a=_0x5dfab2;if(_0x390d5b){if(_0x557252['BgfWS'](_0x557252[_0x23ed84(0x20e)],_0x557252[_0x23ed84(0x24c)]))_0x10d72a=_0x5dfab2+'['+JSON[_0x23ed84(0x241)](_0x390d5b)+']';else return[];}const _0x576f44=_0x557252[_0x23ed84(0x207)](_0x10d72a,_0x557252[_0x23ed84(0x206)]),_0x5e677a=_0x557252[_0x23ed84(0x2d3)](_0x10d72a,_0x557252[_0x23ed84(0x240)]);performance[_0x23ed84(0x2eb)](_0x576f44);const _0x43b12a=_0x1e7aca[_0x23ed84(0x2d6)](null,_0x314899);if(_0x557252[_0x23ed84(0x1f5)](_0x43b12a,Promise)){if(_0x557252[_0x23ed84(0x2f0)](_0x557252['GXxhV'],_0x557252['GXxhV'])){if(!_0x412f82[_0x23ed84(0x300)](_0x4efbe6))return[];return _0x2f67ca[_0x23ed84(0x2fe)](_0x860d6['readFileSync'](_0x2fee62)[_0x23ed84(0x306)]());}else return new Promise((_0x5d33fe,_0x20d3e8)=>{const _0x59046d=_0x23ed84;_0x557252[_0x59046d(0x285)](_0x557252[_0x59046d(0x210)],_0x557252[_0x59046d(0x1f4)])?_0x43b12a[_0x59046d(0x30c)](_0x42efb1=>_0x5d33fe(_0x42efb1))['catch'](_0x11dfe0=>_0x20d3e8(_0x11dfe0))[_0x59046d(0x2f8)](()=>{const _0x3c3637=_0x59046d;_0x557252['phexB'](_0x557252[_0x3c3637(0x254)],_0x557252[_0x3c3637(0x254)])?(!_0x10a37d[_0x174aed['name']]&&(_0x265f8a[_0x5df5f8['name']]=0x0),_0x1fbc11[_0x3e3c8d['name']]+=_0x168def[_0x3c3637(0x200)]):(performance[_0x3c3637(0x2eb)](_0x5e677a),performance['measure'](_0x10d72a,_0x576f44,_0x5e677a));}):_0xdcdc89[_0x59046d(0x30c)](_0x2556dc=>_0x2ccca7(_0x2556dc))[_0x59046d(0x1d5)](_0x42dbc3=>_0x544437(_0x42dbc3))[_0x59046d(0x2f8)](()=>{const _0x3854b0=_0x59046d;_0x20d3d6[_0x3854b0(0x2eb)](_0x3cc57f),_0x119a5f[_0x3854b0(0x243)](_0x419f64,_0x24dcae,_0x172691);});});};return performance[_0x23ed84(0x2eb)](_0x5e677a),performance[_0x23ed84(0x243)](_0x10d72a,_0x576f44,_0x5e677a),_0x43b12a;}};return _0x1e7aca[_0x23ed84(0x2d6)](null,_0x314899);}else{const _0x238b85=this[_0x23ed84(0x23f)](_0x1cb37a);_0x238b85[_0x23ed84(0x21c)](_0x3b1830=>{const _0x1018ef=_0x23ed84;!_0x1e2216[_0x3b1830[_0x1018ef(0x315)]]&&(_0xec3ed1[_0x3b1830[_0x1018ef(0x315)]]=0x0),_0x396648[_0x3b1830['name']]+=_0x3b1830[_0x1018ef(0x200)];});}}catch(_0x58e558){if(_0x557252['eBkKK'](_0x557252[_0x23ed84(0x242)],_0x557252[_0x23ed84(0x288)])){const _0xba3e23={};return _0xba3e23[_0x23ed84(0x221)]=[],_0xba3e23[_0x23ed84(0x30d)]=[],_0xba3e23;}else return _0x1e7aca[_0x23ed84(0x2d6)](null,_0x314899);}}static[a68_0x4e7d6a(0x304)](_0x3c53b9,_0x2c00e6){const _0x3a12ff=a68_0x4e7d6a,_0x19a627={};_0x19a627[_0x3a12ff(0x2ff)]=function(_0x132b9a,_0xa8eb84){return _0x132b9a===_0xa8eb84;},_0x19a627[_0x3a12ff(0x29c)]='BnJXk';const _0x454e3f=_0x19a627,_0x5cbb84=this;return function(){const _0x59a080=_0x3a12ff;if(_0x454e3f[_0x59a080(0x2ff)](_0x454e3f[_0x59a080(0x29c)],_0x454e3f[_0x59a080(0x29c)])){const _0x358c24=[_0x3c53b9,_0x2c00e6,null][_0x59a080(0x2b2)](arguments);return _0x5cbb84[_0x59a080(0x243)][_0x59a080(0x2d6)](_0x5cbb84,_0x358c24);}else _0x4be3cf=_0x5b2db7+'['+_0x349b92[_0x59a080(0x241)](_0x1c982f)+']';};}static[a68_0x4e7d6a(0x290)](){const _0x480558=a68_0x4e7d6a,_0x5f3c81={'cWckZ':function(_0x649a22,_0x23a54d){return _0x649a22(_0x23a54d);},'puIfY':function(_0x29b367,_0x3c2f21){return _0x29b367(_0x3c2f21);},'XZtGb':function(_0x5310a5,_0xba70bd){return _0x5310a5===_0xba70bd;},'qSxRU':_0x480558(0x314),'CGZQj':function(_0x210543,_0x25b4ee){return _0x210543===_0x25b4ee;},'DOVhG':'qHizf','uZFDI':_0x480558(0x22b),'Asqou':'zJaOo','ItdKr':function(_0x468c09,_0x2f8847){return _0x468c09/_0x2f8847;},'xdnJa':function(_0x526087,_0x5dbf41){return _0x526087+_0x5dbf41;},'PEHhL':function(_0x25b560,_0x2a4316){return _0x25b560*_0x2a4316;},'HAjsn':function(_0x5e9a55,_0x541db6){return _0x5e9a55!==_0x541db6;},'khgYN':'gIDnF','CWWZj':_0x480558(0x283)},_0x2bd4ba=/(^.*)\[(.*)\]$/,_0xb9083f={},_0x2d6673={};for(const _0x51219 of this[_0x480558(0x238)]){if(_0x5f3c81[_0x480558(0x2f6)](_0x5f3c81[_0x480558(0x2e8)],_0x5f3c81[_0x480558(0x2e8)])){const _0x196fff=_0x51219[_0x480558(0x315)]['match'](_0x2bd4ba),_0x11adbd={};_0x11adbd[_0x480558(0x315)]=_0x51219[_0x480558(0x315)],_0x11adbd[_0x480558(0x200)]=_0x51219[_0x480558(0x200)]||0x0;const _0x15ef2f=_0x11adbd;if(_0x196fff){if(_0x5f3c81['CGZQj'](_0x5f3c81[_0x480558(0x266)],_0x5f3c81[_0x480558(0x278)])){_0x5f3c81[_0x480558(0x218)](_0x3c3a81,_0x480558(0x1f8)+_0x2bb987[_0x480558(0x306)]());return;}else _0x15ef2f[_0x480558(0x315)]=_0x196fff[0x1],_0x15ef2f[_0x480558(0x2f1)]=JSON[_0x480558(0x2fe)](_0x196fff[0x2]);}if(_0xb9083f[_0x15ef2f[_0x480558(0x315)]]){if(_0x5f3c81[_0x480558(0x20a)](_0x5f3c81[_0x480558(0x2ac)],_0x5f3c81[_0x480558(0x2ac)])){const _0x5eaa35=_0xb9083f[_0x15ef2f[_0x480558(0x315)]],_0x485d5a=_0x2d6673[_0x15ef2f[_0x480558(0x315)]];_0xb9083f[_0x15ef2f[_0x480558(0x315)]][_0x480558(0x200)]=_0x5f3c81[_0x480558(0x1ff)](_0x5f3c81[_0x480558(0x2e5)](_0x5f3c81[_0x480558(0x2d9)](_0x5eaa35[_0x480558(0x200)],_0x485d5a),_0x15ef2f[_0x480558(0x200)]),_0x5f3c81[_0x480558(0x2e5)](0x1,_0x485d5a)),_0x2d6673[_0x15ef2f[_0x480558(0x315)]]++;}else _0x3e5651[_0x480558(0x315)]=_0x3e1a5b[0x1],_0x31bc2c[_0x480558(0x2f1)]=_0x3f2f44[_0x480558(0x2fe)](_0x4ef5a2[0x2]);}else _0x5f3c81[_0x480558(0x2ce)](_0x5f3c81[_0x480558(0x2db)],_0x5f3c81['CWWZj'])?(_0xb9083f[_0x15ef2f[_0x480558(0x315)]]=_0x15ef2f,_0x2d6673[_0x15ef2f[_0x480558(0x315)]]=0x1):_0x5f3c81['puIfY'](_0x5dfda9,_0x480558(0x25d)+_0x138675[_0x480558(0x306)]());}else return[];}return Object[_0x480558(0x2c0)](_0xb9083f);}static[a68_0x4e7d6a(0x205)](){const _0xf2c8d8=a68_0x4e7d6a,_0x1901e8={};_0x1901e8[_0xf2c8d8(0x2b9)]=function(_0xf98b5f,_0x3d4f9d){return _0xf98b5f===_0x3d4f9d;},_0x1901e8[_0xf2c8d8(0x1f1)]=function(_0x53a08b,_0x12bea0){return _0x53a08b!==_0x12bea0;},_0x1901e8[_0xf2c8d8(0x1fc)]='pmXbQ',_0x1901e8[_0xf2c8d8(0x2cd)]=function(_0x3397f4,_0x1cfbb2){return _0x3397f4+_0x1cfbb2;};const _0x382a28=_0x1901e8;if(_0x382a28[_0xf2c8d8(0x2b9)](this['_measureEvents'][_0xf2c8d8(0x305)],0x0)){if(_0x382a28['GeNSb'](_0x382a28[_0xf2c8d8(0x1fc)],_0x382a28[_0xf2c8d8(0x1fc)]))_0x49d196[_0x4379e4[_0xf2c8d8(0x315)]]=0x0;else return;}const _0x5a6da8=this['getCleanedPerfEvents'](),_0x5e5f65=JSON[_0xf2c8d8(0x241)](_0x5a6da8),_0x30cf18=_0x382a28[_0xf2c8d8(0x2cd)](_0x5e5f65[_0xf2c8d8(0x1f2)](0x1,-0x1),',');fs[_0xf2c8d8(0x2e0)](this[_0xf2c8d8(0x260)],_0x30cf18);}static[a68_0x4e7d6a(0x310)](){const _0x2fc395=a68_0x4e7d6a,_0x1c9866={};_0x1c9866[_0x2fc395(0x1eb)]=function(_0x20a583,_0x389c38){return _0x20a583===_0x389c38;},_0x1c9866['xiXwu']=_0x2fc395(0x243),_0x1c9866[_0x2fc395(0x2a2)]=function(_0x119c29,_0x54489a){return _0x119c29!==_0x54489a;},_0x1c9866[_0x2fc395(0x220)]=_0x2fc395(0x219),_0x1c9866[_0x2fc395(0x1f3)]=_0x2fc395(0x2bd),_0x1c9866[_0x2fc395(0x284)]=function(_0x488a07,_0x1bfe6f){return _0x488a07!==_0x1bfe6f;},_0x1c9866['OLDiM']=_0x2fc395(0x265),_0x1c9866[_0x2fc395(0x296)]='vnuAs',_0x1c9866[_0x2fc395(0x222)]=function(_0x6f3658,_0x46187d){return _0x6f3658>_0x46187d;},_0x1c9866[_0x2fc395(0x1dc)]=_0x2fc395(0x25a),_0x1c9866['oHIbX']=_0x2fc395(0x27a);const _0x8aae29=_0x1c9866;if(!this[_0x2fc395(0x235)]||_0x8aae29[_0x2fc395(0x1eb)](this['_measureEvents'][_0x2fc395(0x305)],0x0)){if(_0x8aae29[_0x2fc395(0x2a2)](_0x8aae29[_0x2fc395(0x220)],_0x8aae29['WgTem']))return[];else return;}if(!fs[_0x2fc395(0x300)](this['jsonReportFileName'])){if(_0x8aae29[_0x2fc395(0x284)](_0x8aae29[_0x2fc395(0x2f4)],_0x8aae29[_0x2fc395(0x296)]))return this[_0x2fc395(0x238)];else{const _0x3ad013=this['finalizePerfMeasures'](),_0x5206dd=this[_0x2fc395(0x2ab)]();if(!this[_0x2fc395(0x28f)]()){const _0x10bb76={};return _0x10bb76[_0x2fc395(0x221)]=[],_0x10bb76[_0x2fc395(0x30d)]=[],_0x10bb76;}const _0x10179f={};return _0x10179f[_0x2fc395(0x221)]=_0x3ad013,_0x10179f[_0x2fc395(0x30d)]=_0x5206dd,_0x10179f;}}let _0x50a614=fs[_0x2fc395(0x1e3)](this[_0x2fc395(0x260)])[_0x2fc395(0x306)]();_0x50a614='['+_0x50a614[_0x2fc395(0x1f2)](0x0,-0x1)+']';let _0x4b092a=JSON[_0x2fc395(0x2fe)](_0x50a614);return _0x8aae29[_0x2fc395(0x222)](this['_measureEvents'][_0x2fc395(0x305)],0x0)&&(_0x8aae29[_0x2fc395(0x1eb)](_0x8aae29[_0x2fc395(0x1dc)],_0x8aae29[_0x2fc395(0x2a9)])?_0x1aa5f0['getEntries']()[_0x2fc395(0x22a)](_0x12a04f=>{const _0x5a485b=_0x2fc395;_0x8aae29[_0x5a485b(0x1eb)](_0x12a04f['entryType'],_0x8aae29['xiXwu'])?this['_measureEvents'][_0x5a485b(0x1d7)](_0x12a04f):this['_events']['push'](_0x12a04f);}):_0x4b092a=_0x4b092a[_0x2fc395(0x2b2)](this[_0x2fc395(0x290)]())),this['_observer']['disconnect'](),fs[_0x2fc395(0x25c)](this[_0x2fc395(0x260)]),_0x4b092a;}static[a68_0x4e7d6a(0x25e)](){const _0x2ece5a=a68_0x4e7d6a,_0x35d820={};_0x35d820[_0x2ece5a(0x271)]=function(_0x1b0752,_0xeeb426){return _0x1b0752===_0xeeb426;},_0x35d820[_0x2ece5a(0x2d5)]=function(_0xbd823a,_0x2d3750){return _0xbd823a===_0x2d3750;},_0x35d820[_0x2ece5a(0x20b)]='WWovi',_0x35d820[_0x2ece5a(0x313)]=_0x2ece5a(0x234),_0x35d820[_0x2ece5a(0x1f6)]=function(_0x3d4354,_0x356b1f){return _0x3d4354+_0x356b1f;};const _0x1bbfb0=_0x35d820;if(_0x1bbfb0[_0x2ece5a(0x271)](this[_0x2ece5a(0x24f)][_0x2ece5a(0x305)],0x0)){if(_0x1bbfb0[_0x2ece5a(0x2d5)](_0x1bbfb0['lDDjo'],_0x1bbfb0[_0x2ece5a(0x313)]))return 0x0;else return;}const _0x372c2c=JSON[_0x2ece5a(0x241)](this[_0x2ece5a(0x24f)]),_0x5cb0df=_0x1bbfb0[_0x2ece5a(0x1f6)](_0x372c2c[_0x2ece5a(0x1f2)](0x1,-0x1),',');fs[_0x2ece5a(0x2e0)](this[_0x2ece5a(0x256)],_0x5cb0df);}static[a68_0x4e7d6a(0x2ab)](){const _0x7f9281=a68_0x4e7d6a,_0x5552e7={};_0x5552e7[_0x7f9281(0x2de)]=function(_0x411138,_0x2416c0){return _0x411138!==_0x2416c0;},_0x5552e7[_0x7f9281(0x1e9)]=_0x7f9281(0x2e6),_0x5552e7[_0x7f9281(0x23c)]=_0x7f9281(0x25b),_0x5552e7[_0x7f9281(0x1fa)]=function(_0x45010b,_0x13d118){return _0x45010b>_0x13d118;},_0x5552e7[_0x7f9281(0x208)]=function(_0x11d176,_0x1213f3){return _0x11d176===_0x1213f3;},_0x5552e7['RwOoQ']=_0x7f9281(0x272);const _0x45423b=_0x5552e7;if(!fs[_0x7f9281(0x300)](this['errorReportFileName'])){if(_0x45423b[_0x7f9281(0x2de)](_0x45423b[_0x7f9281(0x1e9)],_0x45423b[_0x7f9281(0x23c)]))return this[_0x7f9281(0x24f)];else _0x332c2c=_0x20d0c7[_0x7f9281(0x2b2)](this[_0x7f9281(0x290)]());}let _0x4b1a53=fs[_0x7f9281(0x1e3)](this[_0x7f9281(0x212)])['toString']();_0x4b1a53='['+_0x4b1a53[_0x7f9281(0x1f2)](0x0,-0x1)+']';let _0x787136=JSON[_0x7f9281(0x2fe)](_0x4b1a53);return _0x45423b[_0x7f9281(0x1fa)](this[_0x7f9281(0x24f)][_0x7f9281(0x305)],0x0)&&(_0x45423b['PYPEb'](_0x45423b[_0x7f9281(0x204)],_0x45423b[_0x7f9281(0x204)])?_0x787136=_0x787136[_0x7f9281(0x2b2)](this['_errorEvents']):this[_0x7f9281(0x24b)][_0x7f9281(0x1d7)](_0x2aa19e)),fs[_0x7f9281(0x25c)](this[_0x7f9281(0x212)]),_0x787136;}static[a68_0x4e7d6a(0x29b)](_0x49cf5f){const _0x40b3df=a68_0x4e7d6a,_0x36f36a={};_0x36f36a[_0x40b3df(0x1d6)]=function(_0x2b24f6,_0x726752){return _0x2b24f6!==_0x726752;},_0x36f36a[_0x40b3df(0x258)]=_0x40b3df(0x295),_0x36f36a[_0x40b3df(0x2b6)]=_0x40b3df(0x253);const _0x4e7041=_0x36f36a;if(!this[_0x40b3df(0x28f)]()){if(_0x4e7041[_0x40b3df(0x1d6)](_0x4e7041[_0x40b3df(0x258)],_0x4e7041[_0x40b3df(0x2b6)]))return;else return;}this['_errorEvents'][_0x40b3df(0x1d7)]({'message':_0x49cf5f[_0x40b3df(0x1ec)],'trace':_0x49cf5f[_0x40b3df(0x23b)],'code':_0x49cf5f['code']||null,'time':new Date()});}static[a68_0x4e7d6a(0x2e3)](){const _0x4c74be=a68_0x4e7d6a,_0x502884={};_0x502884['wPQxl']=function(_0x4aab22,_0x5d6d33){return _0x4aab22!==_0x5d6d33;},_0x502884[_0x4c74be(0x2aa)]=_0x4c74be(0x2d0),_0x502884['yrHcB']=function(_0x5c8017,_0x4b9f3b){return _0x5c8017===_0x4b9f3b;},_0x502884['vPdgf']='BcsUI',_0x502884[_0x4c74be(0x22d)]=_0x4c74be(0x252),_0x502884[_0x4c74be(0x30f)]=_0x4c74be(0x269);const _0x47d0b5=_0x502884;try{if(_0x47d0b5[_0x4c74be(0x280)](_0x47d0b5[_0x4c74be(0x2aa)],_0x47d0b5[_0x4c74be(0x2aa)])){const _0x12b80a=this;return function(){const _0x40a515=_0x4c74be,_0x39e9ac=[_0x2b3cc6,_0x3576a4,null][_0x40a515(0x2b2)](arguments);return _0x12b80a[_0x40a515(0x243)][_0x40a515(0x2d6)](_0x12b80a,_0x39e9ac);};}else{if(!this[_0x4c74be(0x28f)]()){if(_0x47d0b5[_0x4c74be(0x2c1)](_0x47d0b5[_0x4c74be(0x281)],_0x47d0b5['vPdgf']))return;else!_0x23551a[_0x8c9528[_0x4c74be(0x315)]]&&(_0x44c56e[_0x3e3a26['name']]=0x0),_0x5e0a9b[_0x581dbd['name']]+=_0x42b13d['duration'];}this[_0x4c74be(0x263)]['disconnect'](),this[_0x4c74be(0x205)](),this[_0x4c74be(0x25e)]();}}catch{_0x47d0b5[_0x4c74be(0x2c1)](_0x47d0b5[_0x4c74be(0x22d)],_0x47d0b5['pPSQu'])?logger[_0x4c74be(0x2fb)](_0x47d0b5['MMlnJ']):this[_0x4c74be(0x238)][_0x4c74be(0x1d7)](_0x2df736);}}static[a68_0x4e7d6a(0x303)](){const _0x54cca5=a68_0x4e7d6a,_0x38fc79={};_0x38fc79[_0x54cca5(0x2c8)]=function(_0x3f868f,_0x4965f7){return _0x3f868f!==_0x4965f7;},_0x38fc79[_0x54cca5(0x2e2)]=_0x54cca5(0x225);const _0x31c4cd=_0x38fc79,_0xa12cec=this[_0x54cca5(0x310)](),_0x369853=this['finalizeErrors']();if(!this[_0x54cca5(0x28f)]()){if(_0x31c4cd[_0x54cca5(0x2c8)](_0x31c4cd[_0x54cca5(0x2e2)],_0x31c4cd[_0x54cca5(0x2e2)]))_0x3deffa+='<tr><td>'+_0x5aa22d['name']+'</td><td>'+_0x1c5ec4[_0x54cca5(0x200)]+'</td></tr>';else{const _0x23419a={};return _0x23419a[_0x54cca5(0x221)]=[],_0x23419a['errors']=[],_0x23419a;}}const _0x29bfc8={};return _0x29bfc8['measures']=_0xa12cec,_0x29bfc8[_0x54cca5(0x30d)]=_0x369853,_0x29bfc8;}}module[a68_0x4e7d6a(0x1db)]=PerformanceTester;function a68_0x3e09(){const _0x328977=['lOGxN','calculateTimesFromMultipleFiles','fePFv','winstonLogger','6BaOqQw','JBUne','WmdyD','slFSj','cvCZe','oHIbX','ebIRI','finalizeErrors','Asqou','pKDja','DfDbW','WqRsi','1592402Epdank','muBea','concat','3873YQCUzz','sFwML','ULZqS','IKnYh','FANUy','oXFZP','kURfV','ceEsz','ALuUk','aIGWw','UdkGq','cwd','AyeCf','values','yrHcB','SygHk','6993450RvGLTU','</td></tr>','writeFileSync','ttNkQ','performance-report.json','szXLH','WXxvu','BROWSERSTACK_SDK_INSTRUMENTATION','entryTypes','fhWNY','Yzqsk','HAjsn','goDjQ','DUXZG','bYzQw','-start','ATVTh','GDfQN','tIEkl','apply','dlhIc','zuSYs','PEHhL','CTjHO','khgYN','GrMkk','EgWxi','eBkeY','observe','appendFileSync','./logger','fWfnH','stopMonitoring','ZzmIh','xdnJa','lWKPX','bWyPf','qSxRU','Hvbsi','VxPSl','mark','Swjtd','XkwMR','entryType','function','phexB','meta','VYLix','264998xeTahT','OLDiM','BgfWS','XZtGb','ezfng','finally','NrwHu','stopAndGenerate','debug','\x20for\x20all\x20processes\x20is\x20','error-report.json','parse','xLwKz','existsSync','JbNHQ','FWODH','finalize','measureWrapper','length','toString','hXocz','mclaj','XPZYp','VUiRr','<h1>Performance\x20Report</h1>','then','errors','FdlJS','MMlnJ','finalizePerfMeasures','BgBCP','jxdrS','fOWQy','EkmiO','name','OIrKg','perf_hooks','catch','dGGVu','push','tgXYY','nkgSL','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','exports','ulUre','WWaPu','tZVwX','mNcGP','QMzbi','false','env','readFileSync','eHBFP','SRioC','knWdM','SbvHR','sSqqw','NOhUD','2ABhNSY','YTADg','message','wQXxU','cyWSW','ydkGE','KMmNq','GeNSb','slice','WgTem','Ahwnr','vqDFL','OJtux','biOYF','Error\x20in\x20writing\x20html\x20','ewckh','jBBNN','DEVVl','TUokN','cNGpT','AdArc','ItdKr','duration','nSqZP','SCarX','cdiIZ','RwOoQ','pushPerfMeasures','Bwdvx','nlhPv','PYPEb','fecRQ','CGZQj','lDDjo','pUHKu','aXnst','FLAVp','YAmrP','ASyzF','xBYDL','errorReportFileName','</tbody></table></body></html>','HNjNk','EVByV','generateHTMLReport','LwwnA','cWckZ','ogVgq','WFLiC','xxrug','map','ryzqw','EjQhy','cLCjC','asxCF','measures','OGfPx','DZjGQ','entries','aTsXC','jRVlC','yGNhP','ytBRf','3332105jHRJlT','forEach','XgjuP','reduce','pPSQu','oJULp','AtHxW','mLJAk','performance-own.html','eedAk','XoHZJ','DKMIn','started','IqOvJ','-end','_measureEvents','fdSNI','UkfqD','stack','OaGuO','8qYFTau','uQSph','getEventsFromJSON','ZoFFU','stringify','KoBpe','measure','match','getEntries','gDRZK','rhmTn','generateJSON','AKEKp','ieHOc','_events','iBidT','VdbTR','qZFDR','_errorEvents','letPG','KSUcs','FVBsm','bLzzJ','RNvOH','uLgQd','errorFile','qDdvl','EHGZe','rifEc','POgdi','COrAH','unlinkSync','Error\x20in\x20doing\x20csv\x20operations:\x20','pushErrors','qeHIj','jsonReportFileName','oZDwb','disconnect','_observer','JlFFI','DYPkY','DOVhG','join','EysnG','Error\x20stopping\x20monitoring','lfGJX','443685UDcCKQ','calculateTimeFromEvents','chTOy','uJpfT','WAziw','Fyyxn','iEHPn','gRIet','URZfG','path','buffered','oraxT','writeFile','uZFDI','LuUQA','ncIUG','YpIEF','blKFD','leXtZ','pOtiO','zMeeA','wPQxl','vPdgf','sCwik','ICwrE','IxWXI','QXYyp','gEBqm','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','STNvv','2308zUVrZx','eBkKK','sHEJb','eLtyX','FVlOh','Performance\x20report\x20is\x20at\x20','isEnabled','getCleanedPerfEvents','CFREa','733440kRECwV','jDTCD','kpoxE','Ybcle','hFdWb','rNDRK','NNtFG','tKJBl','FWuWi','captureError','gwKzl','dHERr','HFRTs','HJzPo'];a68_0x3e09=function(){return _0x328977;};return a68_0x3e09();}
|
|
1
|
+
function a68_0x52b5(_0x3488ab,_0x132a9a){const _0x1a8073=a68_0x1a80();return a68_0x52b5=function(_0x52b5b8,_0xfb8f5c){_0x52b5b8=_0x52b5b8-0x1cf;let _0x15dad4=_0x1a8073[_0x52b5b8];return _0x15dad4;},a68_0x52b5(_0x3488ab,_0x132a9a);}const a68_0x5cadbc=a68_0x52b5;(function(_0x242b51,_0x5f132c){const _0x3853c2=a68_0x52b5,_0x4577f5=_0x242b51();while(!![]){try{const _0x345c14=-parseInt(_0x3853c2(0x294))/0x1+parseInt(_0x3853c2(0x251))/0x2+parseInt(_0x3853c2(0x300))/0x3+-parseInt(_0x3853c2(0x20a))/0x4*(parseInt(_0x3853c2(0x2f1))/0x5)+-parseInt(_0x3853c2(0x2a1))/0x6+-parseInt(_0x3853c2(0x2e2))/0x7+parseInt(_0x3853c2(0x1ff))/0x8;if(_0x345c14===_0x5f132c)break;else _0x4577f5['push'](_0x4577f5['shift']());}catch(_0x1c81e7){_0x4577f5['push'](_0x4577f5['shift']());}}}(a68_0x1a80,0xa32af));const fs=require('fs'),{performance,PerformanceObserver}=require(a68_0x5cadbc(0x1e8)),{sleep,debug}=require(a68_0x5cadbc(0x286)),path=require('path'),logger=require(a68_0x5cadbc(0x1d3))[a68_0x5cadbc(0x2cd)];function a68_0x1a80(){const _0x84199a=['DngKb','btnoW','./test-observability/utils','LaIFr','calculateTimeFromEvents','nHbus','DLqAq','env','tcqeT','yIoMQ','Rizin','entryTypes','performance-own.html','SOGKo','oZene','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','803691ZTYUPX','KucAv','shXGu','measures','jODVY','TIHWF','HOdKL','pafaF','iVmuD','QrLkw','ccJNZ','_events','HWdrU','499614rPyqqI','ExiOl','htYmI','kmCSa','wekkd','Error\x20in\x20writing\x20html\x20','jpClh','_measureEvents','SkObl','push','iDNxH','QtGga','lqXjN','hQAmq','VsGKB','ftUgZ','fbDpz','-start','nhWzw','<tr><td>','Lpysf','then','FXCfL','buffered','rJccU','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','WaOkA','YajeW','TGiNP','fynyx','bAlHO','ePXWz','svBNn','finally','FmIka','kAGHT','YJNWR','NpPYs','WDdVz','code','WlENN','map','started','TtuBk','winstonLogger','XonzF','cgDlk','kabam','hcyjc','nrByQ','LnCDT','UBwMN','dvNOm','stopAndGenerate','QkNJe','wcbjs','QEXiO','concat','ppYTB','iJlhg','readFileSync','RkZnn','esCWb','BROWSERSTACK_SDK_INSTRUMENTATION','CsMbO','3895899XdwvMj','calculateTimesFromMultipleFiles','errors','uQbyB','TgETl','name','iJhIs','NrGKo','xEBRy','iuPVN','bzGZM','ZrxVb','pushErrors','false','xWfFh','10efBPLQ','dvjZP','duration','yWwsG','CxbHK','isEnabled','message','finalize','measureWrapper','tRdYr','JTFkf','LEkIb','MOaXl','performance-report.json','ClpcC','1641390uWimhL','WRucs','finalizeErrors','HsZdW','ymIex','jGHJy','yEiMN','zwinS','XVrxv','koduT','Performance\x20report\x20is\x20at\x20','UqTOq','OoEuO','DbVOH','aHnwx','oKefm','scohS','./logger','ELtLa','obSrd','PZRgL','uBCZB','GoShq','EboFC','</tbody></table></body></html>','bsMZN','gcVyE','values','existsSync','forEach','BVWjF','match','xJnWM','MpmWr','appendFileSync','-end','GURPB','OSmkd','perf_hooks','EillL','getCleanedPerfEvents','entryType','nmygU','nmLDm','XycnZ','pushPerfMeasures','aPVAt','YsndB','XZVng','GmpLK','errorFile','nNDxu','nZfYZ','writeFileSync','PaHtL','MRGrO','wWcCl','kHRzX','KrnwY','Soxst','\x20for\x20all\x20processes\x20is\x20','10724040lgftGE','raMIm','nDYkE','reduce','Error\x20stopping\x20monitoring','mZTpn','tyEgn','vTLpq','EJqFb','NjLjE','XCABk','1572888dSxpoO','FPhlq','_observer','SVgsP','ZnPpl','unlinkSync','slice','FoDpn','hZQTC','UzbZV','GJqwx','JZixI','Yjqtq','jUgcZ','Tsjam','kgyLU','agVKl','EivFl','AorNR','join','qPJcm','IvOiZ','GRfkH','jsonReportFileName','kJtSP','RDvyt','ZzVZo','length','xCHSj','AtRrl','_errorEvents','XJxPu','OjgNt','HZUfJ','ivUJb','EfKbD','gfcIG','nyKUb','debug','XxdLN','vZwPa','observe','JgKEV','entries','toString','lRdoN','EBbVQ','BNkwh','writeFile','QbgZd','wLFbf','VvRnk','mMGdv','EuLGW','lJHtr','JMzlp','function','JpxzC','sbiVq','Error\x20in\x20doing\x20csv\x20operations:\x20','vXZZW','getEventsFromJSON','</td></tr>','disconnect','BDaQO','parse','pNmcj','nOhKv','yXfCe','Gbqbu','HBScR','2021322sqPJSq','apply','errorReportFileName','</td><td>','dtrQC','oLWVr','laMdZ','stack','Yvqda','qyJGA','startMonitoring','GLVLk','catch','error-report.json','uaoOb','getPerformance','nNwtP','EpaCO','meta','finalizePerfMeasures','EMypB','QSFHM','eHlth','LxzUQ','qXqfW','Uoayk','<h1>Performance\x20Report</h1>','EJJkF','CzPVH','YyTVv','xuUlo','DFfLP','stringify','drgjY','jfNEc','generateJSON','MkZng','exports','jEmzZ','yqEuU','QryhU','nCXzc','SltYQ','measure','ZkwUp','getEntries','VjWEs','sGeTn','mark','SfzqX','sGfJA'];a68_0x1a80=function(){return _0x84199a;};return a68_0x1a80();}class PerformanceTester{static [a68_0x5cadbc(0x20c)];static ['_events']=[];static ['_measureEvents']=[];static ['_errorEvents']=[];static [a68_0x5cadbc(0x2cb)]=![];static [a68_0x5cadbc(0x221)]=a68_0x5cadbc(0x2fe);static ['errorReportFileName']='error-report.json';static[a68_0x5cadbc(0x25b)](_0x393aa4=a68_0x5cadbc(0x2fe),_0x451f57=a68_0x5cadbc(0x25e)){const _0x206083=a68_0x5cadbc,_0x166a56={};_0x166a56[_0x206083(0x2b3)]=function(_0x12624e,_0x3320b0){return _0x12624e/_0x3320b0;},_0x166a56[_0x206083(0x29a)]=function(_0x51facd,_0x1d3537){return _0x51facd+_0x1d3537;},_0x166a56['fByZw']=function(_0x418be3,_0x4598a9){return _0x418be3*_0x4598a9;},_0x166a56[_0x206083(0x208)]=function(_0x31616e,_0x4b5c5b){return _0x31616e!==_0x4b5c5b;},_0x166a56[_0x206083(0x207)]='twPZq',_0x166a56[_0x206083(0x2c0)]=function(_0x40da02,_0x971541){return _0x40da02===_0x971541;},_0x166a56[_0x206083(0x2ab)]=_0x206083(0x27c),_0x166a56[_0x206083(0x1fc)]=function(_0x27ee55,_0xae9bff){return _0x27ee55!==_0xae9bff;},_0x166a56[_0x206083(0x237)]='KhCgM',_0x166a56[_0x206083(0x20e)]=_0x206083(0x280),_0x166a56['EivFl']=function(_0x3fb7e8,_0x3421bc){return _0x3fb7e8===_0x3421bc;},_0x166a56[_0x206083(0x1d5)]=_0x206083(0x25a),_0x166a56[_0x206083(0x26c)]=_0x206083(0x2d8),_0x166a56['nZfYZ']=function(_0x1d3fbb,_0x4905aa){return _0x1d3fbb!==_0x4905aa;},_0x166a56['JTFkf']=_0x206083(0x2f4),_0x166a56[_0x206083(0x27a)]=_0x206083(0x2af),_0x166a56[_0x206083(0x27f)]=_0x206083(0x242);const _0x495cd8=_0x166a56;if(this[_0x206083(0x2cb)]||!this[_0x206083(0x2f6)]()){if(_0x495cd8[_0x206083(0x1f6)](_0x495cd8[_0x206083(0x2fb)],_0x495cd8[_0x206083(0x27a)]))return;else{const _0xe8b7ee=_0x312844[_0x206083(0x2e7)][_0x206083(0x1e1)](_0x4be5ae),_0x919da6={};_0x919da6['name']=_0x3b5843[_0x206083(0x2e7)],_0x919da6['duration']=_0x5d1ace['duration']||0x0;const _0x297c3f=_0x919da6;_0xe8b7ee&&(_0x297c3f[_0x206083(0x2e7)]=_0xe8b7ee[0x1],_0x297c3f['meta']=_0xa1924b[_0x206083(0x24b)](_0xe8b7ee[0x2]));if(_0x1f14cc[_0x297c3f[_0x206083(0x2e7)]]){const _0xc0123b=_0x2fdbe3[_0x297c3f[_0x206083(0x2e7)]],_0x3b418e=_0x5b0803[_0x297c3f[_0x206083(0x2e7)]];_0x927e16[_0x297c3f[_0x206083(0x2e7)]][_0x206083(0x2f3)]=_0x495cd8[_0x206083(0x2b3)](_0x495cd8['HOdKL'](_0x495cd8['fByZw'](_0xc0123b[_0x206083(0x2f3)],_0x3b418e),_0x297c3f['duration']),_0x495cd8['HOdKL'](0x1,_0x3b418e)),_0x2f2c4e[_0x297c3f[_0x206083(0x2e7)]]++;}else _0x4a6696[_0x297c3f[_0x206083(0x2e7)]]=_0x297c3f,_0x3d4fd6[_0x297c3f[_0x206083(0x2e7)]]=0x1;}}this[_0x206083(0x20c)]=new PerformanceObserver(_0x1a4317=>{const _0x1209aa=_0x206083,_0x422da6={'yoYFp':function(_0x2c5aed,_0x5892f8){const _0x55b6a8=a68_0x52b5;return _0x495cd8[_0x55b6a8(0x21b)](_0x2c5aed,_0x5892f8);},'YEcVF':function(_0x5567b2,_0x2a576d){const _0x4fba52=a68_0x52b5;return _0x495cd8[_0x4fba52(0x29a)](_0x5567b2,_0x2a576d);}};if(_0x495cd8[_0x1209aa(0x21b)](_0x495cd8[_0x1209aa(0x1d5)],_0x495cd8[_0x1209aa(0x26c)]))return[];else _0x1a4317[_0x1209aa(0x27e)]()['forEach'](_0x529bd5=>{const _0x594c2f=_0x1209aa;if(_0x495cd8[_0x594c2f(0x208)](_0x495cd8[_0x594c2f(0x207)],_0x495cd8['EJqFb']))return;else{if(_0x495cd8[_0x594c2f(0x2c0)](_0x529bd5[_0x594c2f(0x1eb)],_0x495cd8[_0x594c2f(0x2ab)]))_0x495cd8[_0x594c2f(0x1fc)](_0x495cd8[_0x594c2f(0x237)],_0x495cd8[_0x594c2f(0x237)])?_0x9bd875[_0x25b0a8[_0x594c2f(0x2e7)]]=0x0:this[_0x594c2f(0x2a8)][_0x594c2f(0x2aa)](_0x529bd5);else{if(_0x495cd8[_0x594c2f(0x2c0)](_0x495cd8[_0x594c2f(0x20e)],_0x495cd8[_0x594c2f(0x20e)]))this['_events']['push'](_0x529bd5);else{if(_0x422da6['yoYFp'](this['_errorEvents'][_0x594c2f(0x225)],0x0))return;const _0x31c6af=_0x50333d[_0x594c2f(0x271)](this[_0x594c2f(0x228)]),_0x133541=_0x422da6['YEcVF'](_0x31c6af[_0x594c2f(0x210)](0x1,-0x1),',');_0x43d800[_0x594c2f(0x1e4)](this[_0x594c2f(0x1f4)],_0x133541);}}}});});const _0x4b92b8={};_0x4b92b8[_0x206083(0x2b8)]=!![],_0x4b92b8[_0x206083(0x28f)]=[_0x495cd8[_0x206083(0x27f)],_0x495cd8['iDNxH']],this[_0x206083(0x20c)][_0x206083(0x233)](_0x4b92b8),this['started']=!![],this['jsonReportFileName']=_0x393aa4,this[_0x206083(0x253)]=_0x451f57;}static[a68_0x5cadbc(0x260)](){return performance;}static['calculateTimeFromEvents'](_0x4d0be2,_0x18565f){const _0x51e35a=a68_0x5cadbc,_0x226025={};_0x226025[_0x51e35a(0x2b9)]=function(_0x25e0c4,_0x40bed1){return _0x25e0c4===_0x40bed1;},_0x226025[_0x51e35a(0x201)]='cFXNH',_0x226025[_0x51e35a(0x30b)]=_0x51e35a(0x2e1),_0x226025[_0x51e35a(0x307)]=_0x51e35a(0x226),_0x226025['EfKbD']='vboYQ',_0x226025[_0x51e35a(0x2c6)]=_0x51e35a(0x23c),_0x226025[_0x51e35a(0x2ff)]=function(_0x1e8ff5,_0xb0ea51){return _0x1e8ff5+_0xb0ea51;},_0x226025[_0x51e35a(0x2b0)]=function(_0x38c646,_0x390692){return _0x38c646||_0x390692;},_0x226025['scohS']=function(_0x71cf3d,_0x29eea7){return _0x71cf3d===_0x29eea7;},_0x226025[_0x51e35a(0x268)]=_0x51e35a(0x278);const _0x12b34f=_0x226025,_0x2242ba={};if(!_0x4d0be2||_0x12b34f[_0x51e35a(0x1d2)](_0x4d0be2[_0x51e35a(0x225)],0x0)){if(_0x12b34f[_0x51e35a(0x1d2)](_0x12b34f[_0x51e35a(0x268)],_0x12b34f[_0x51e35a(0x268)]))return;else{const _0x4eeb6f=this;return function(){const _0x3dd5b8=_0x51e35a,_0x51e49e=[_0x4b3ac6,_0x3b6c30,null][_0x3dd5b8(0x2da)](arguments);return _0x4eeb6f['measure'][_0x3dd5b8(0x252)](_0x4eeb6f,_0x51e49e);};}}_0x4d0be2['map'](_0x426ff4=>{const _0x3f1e06=_0x51e35a;if(_0x12b34f[_0x3f1e06(0x2b9)](_0x12b34f[_0x3f1e06(0x201)],_0x12b34f[_0x3f1e06(0x30b)]))return this[_0x3f1e06(0x288)](this['_events'],_0x240136);else{if(!_0x2242ba[_0x426ff4['name']]){if(_0x12b34f[_0x3f1e06(0x2b9)](_0x12b34f[_0x3f1e06(0x307)],_0x12b34f['zwinS']))_0x2242ba[_0x426ff4[_0x3f1e06(0x2e7)]]=0x0;else return;}_0x2242ba[_0x426ff4['name']]+=_0x426ff4[_0x3f1e06(0x2f3)];}});const _0x1525f7=_0x18565f[_0x51e35a(0x202)]((_0x43c8d7,_0x52321e)=>{const _0x10f84a=_0x51e35a;return _0x12b34f['rJccU'](_0x12b34f[_0x10f84a(0x22d)],_0x12b34f[_0x10f84a(0x2c6)])?this[_0x10f84a(0x2a8)]:_0x12b34f['ClpcC'](_0x2242ba[_0x52321e],_0x12b34f[_0x10f84a(0x2b0)](_0x43c8d7,0x0));},0x0);return _0x1525f7;}static async[a68_0x5cadbc(0x2e3)](_0x4fe6fc,_0x3b1d9d){const _0x4bd02a=a68_0x5cadbc,_0x445698={'yEiMN':function(_0x131bad,_0x58ead2){return _0x131bad===_0x58ead2;},'jfNEc':function(_0x3cf6d4,_0x46db37){return _0x3cf6d4>_0x46db37;},'ELtLa':function(_0xcbeece,_0x4033de){return _0xcbeece===_0x4033de;},'sGfJA':_0x4bd02a(0x27c),'drgjY':'Error\x20stopping\x20monitoring','XonzF':_0x4bd02a(0x27d),'HsZdW':function(_0xa8365f,_0x56d67c){return _0xa8365f===_0x56d67c;},'CzPVH':_0x4bd02a(0x205),'yIoMQ':_0x4bd02a(0x1e0),'Gbqbu':function(_0x8704ff,_0x4b46db){return _0x8704ff(_0x4b46db);},'kmCSa':function(_0x39a15f,_0x565c26){return _0x39a15f(_0x565c26);},'GRfkH':function(_0x452386,_0x1ae478){return _0x452386===_0x1ae478;},'VvRnk':_0x4bd02a(0x24e),'vWxmE':function(_0x2c267e,_0x4f7797){return _0x2c267e+_0x4f7797;},'tRdYr':function(_0x17bef9,_0x47bc14){return _0x17bef9||_0x47bc14;},'JpxzC':function(_0x7afb00,_0x36fbdb){return _0x7afb00===_0x36fbdb;},'jODVY':_0x4bd02a(0x200),'kAGHT':function(_0x5c5f11,_0x211ccb){return _0x5c5f11!==_0x211ccb;},'kabam':_0x4bd02a(0x2a0),'tcqeT':_0x4bd02a(0x209),'bAvHm':_0x4bd02a(0x2ec),'RMNNC':_0x4bd02a(0x267),'Soxst':function(_0x2c34ed,_0x4d56ba){return _0x2c34ed!==_0x4d56ba;},'ExiOl':_0x4bd02a(0x213)};if(!_0x4fe6fc||_0x445698[_0x4bd02a(0x243)](_0x4fe6fc[_0x4bd02a(0x225)],0x0)){if(_0x445698[_0x4bd02a(0x306)](_0x445698['jODVY'],_0x445698[_0x4bd02a(0x298)]))return 0x0;else{if(!this[_0x4bd02a(0x2cb)]||_0x445698[_0x4bd02a(0x306)](this[_0x4bd02a(0x2a8)][_0x4bd02a(0x225)],0x0))return[];if(!_0x4c5660[_0x4bd02a(0x1de)](this[_0x4bd02a(0x221)]))return this[_0x4bd02a(0x2a8)];let _0x2e84cf=_0x8fce35['readFileSync'](this[_0x4bd02a(0x221)])[_0x4bd02a(0x236)]();_0x2e84cf='['+_0x2e84cf[_0x4bd02a(0x210)](0x0,-0x1)+']';let _0x2d3892=_0x282072[_0x4bd02a(0x24b)](_0x2e84cf);return _0x445698[_0x4bd02a(0x273)](this[_0x4bd02a(0x2a8)][_0x4bd02a(0x225)],0x0)&&(_0x2d3892=_0x2d3892[_0x4bd02a(0x2da)](this[_0x4bd02a(0x1ea)]())),this[_0x4bd02a(0x20c)]['disconnect'](),_0x55d659[_0x4bd02a(0x20f)](this['jsonReportFileName']),_0x2d3892;}}const _0xca43bb=[];for(const _0xec8e6 of _0x4fe6fc){if(_0x445698[_0x4bd02a(0x2c4)](_0x445698[_0x4bd02a(0x2d0)],_0x445698[_0x4bd02a(0x28c)])){const _0x15735a=path['join']('.',_0xec8e6);try{if(_0x445698['kAGHT'](_0x445698['bAvHm'],_0x445698['RMNNC'])){const _0x37ee49=this['getEventsFromJSON'](_0x15735a);_0x37ee49[_0x4bd02a(0x2ca)](_0x33e9fb=>{const _0x4c31dc=_0x4bd02a,_0x886212={};_0x886212[_0x4c31dc(0x2d4)]=_0x445698[_0x4c31dc(0x272)];const _0x7aa764=_0x886212;if(_0x445698[_0x4c31dc(0x1d4)](_0x445698['XonzF'],_0x445698[_0x4c31dc(0x2ce)])){if(!_0xca43bb[_0x33e9fb[_0x4c31dc(0x2e7)]]){if(_0x445698[_0x4c31dc(0x303)](_0x445698[_0x4c31dc(0x26d)],_0x445698[_0x4c31dc(0x28d)])){const _0x6b37a1={'EillL':function(_0x14605a,_0x5455ab){const _0x2e2a60=_0x4c31dc;return _0x445698[_0x2e2a60(0x1d4)](_0x14605a,_0x5455ab);},'btnoW':_0x445698[_0x4c31dc(0x283)]};_0x3804a9[_0x4c31dc(0x27e)]()[_0x4c31dc(0x1df)](_0x14737a=>{const _0x5db85f=_0x4c31dc;_0x6b37a1[_0x5db85f(0x1e9)](_0x14737a[_0x5db85f(0x1eb)],_0x6b37a1[_0x5db85f(0x285)])?this[_0x5db85f(0x2a8)][_0x5db85f(0x2aa)](_0x14737a):this[_0x5db85f(0x29f)][_0x5db85f(0x2aa)](_0x14737a);});}else _0xca43bb[_0x33e9fb[_0x4c31dc(0x2e7)]]=0x0;}_0xca43bb[_0x33e9fb[_0x4c31dc(0x2e7)]]+=_0x33e9fb[_0x4c31dc(0x2f3)];}else try{if(!this[_0x4c31dc(0x2f6)]())return;this['_observer'][_0x4c31dc(0x249)](),this[_0x4c31dc(0x1ef)](),this[_0x4c31dc(0x2ee)]();}catch{_0x1651b9['debug'](_0x7aa764[_0x4c31dc(0x2d4)]);}});}else return;}catch(_0x26d305){if(_0x445698[_0x4bd02a(0x1fd)](_0x445698['ExiOl'],_0x445698[_0x4bd02a(0x2a2)])){const _0x1c0186={};return _0x1c0186['name']=_0xa191a6,_0x1c0186['duration']=_0x2a5b19,_0x1c0186;}else _0x445698['kmCSa'](debug,_0x4bd02a(0x245)+_0x26d305[_0x4bd02a(0x236)]());}}else{if(_0x4eb4ef){_0x445698[_0x4bd02a(0x24f)](_0x32d4d5,_0x4bd02a(0x2a6)+_0x5a2363[_0x4bd02a(0x236)]());return;}_0x445698[_0x4bd02a(0x2a4)](_0x1c6ee5,'Performance\x20report\x20is\x20at\x20'+_0x5b3c4c);}}const _0x52f200=_0x3b1d9d[_0x4bd02a(0x202)]((_0x263753,_0x5a25f0)=>{const _0x9e8d84=_0x4bd02a;if(_0x445698[_0x9e8d84(0x220)](_0x445698[_0x9e8d84(0x23d)],_0x445698['VvRnk']))return _0x445698['vWxmE'](_0xca43bb[_0x5a25f0],_0x445698[_0x9e8d84(0x2fa)](_0x263753,0x0));else return;},0x0);return _0x445698[_0x4bd02a(0x2a4)](debug,'Time\x20for\x20'+_0x3b1d9d+_0x4bd02a(0x1fe)+_0x52f200),_0x52f200;}static[a68_0x5cadbc(0x247)](_0x3564a5){const _0x40afd1=a68_0x5cadbc,_0x25cb34={};_0x25cb34['mMGdv']=function(_0xeddccf,_0xf37322){return _0xeddccf!==_0xf37322;},_0x25cb34[_0x40afd1(0x2fd)]='KchAL',_0x25cb34[_0x40afd1(0x282)]='xqVqm';const _0x30ef25=_0x25cb34;if(!fs[_0x40afd1(0x1de)](_0x3564a5)){if(_0x30ef25[_0x40afd1(0x23e)](_0x30ef25[_0x40afd1(0x2fd)],_0x30ef25[_0x40afd1(0x282)]))return[];else this[_0x40afd1(0x29f)][_0x40afd1(0x2aa)](_0x142e8d);}return JSON['parse'](fs['readFileSync'](_0x3564a5)[_0x40afd1(0x236)]());}static async[a68_0x5cadbc(0x2d6)](_0x3aeef0=a68_0x5cadbc(0x290),_0x2b487e=null){const _0x188cf1=a68_0x5cadbc,_0x4c9fee={'eKeiK':function(_0x5baef4,_0x21317a){return _0x5baef4===_0x21317a;},'wDgMu':_0x188cf1(0x2ef),'abnvB':function(_0x32ed2d,_0x5ac4f2){return _0x32ed2d!==_0x5ac4f2;},'qPJcm':'XtoBk','fGjLn':function(_0x2a48a2,_0x5780e3){return _0x2a48a2!==_0x5780e3;},'nFNDX':_0x188cf1(0x2a3),'yrEjA':_0x188cf1(0x24d),'bAlHO':function(_0x4c255f,_0x56e4f5){return _0x4c255f(_0x56e4f5);},'TIHWF':function(_0x41b18d,_0x500988){return _0x41b18d===_0x500988;},'Yjqtq':_0x188cf1(0x2cc),'TgETl':function(_0x55f97c,_0xee4040){return _0x55f97c(_0xee4040);},'fynyx':function(_0x865668,_0x4cbb00){return _0x865668===_0x4cbb00;},'DbVOH':_0x188cf1(0x1ee)};if(!this[_0x188cf1(0x2cb)]){if(_0x4c9fee[_0x188cf1(0x299)](_0x4c9fee[_0x188cf1(0x216)],_0x4c9fee[_0x188cf1(0x216)]))return;else _0x4a526b=_0x55bba8[_0x188cf1(0x2da)](this[_0x188cf1(0x228)]);}await _0x4c9fee[_0x188cf1(0x2e6)](sleep,0x1e),this[_0x188cf1(0x20c)][_0x188cf1(0x249)](),this[_0x188cf1(0x2cb)]=![],this[_0x188cf1(0x274)](this['_events']);const _0x42983f=this['generateHTMLReport'](this[_0x188cf1(0x29f)]),_0x3d8355=path[_0x188cf1(0x21d)](process['cwd'](),_0x3aeef0);fs[_0x188cf1(0x23a)](_0x3d8355,_0x42983f,_0x491aa1=>{const _0x5cf3b4=_0x188cf1;if(_0x4c9fee['abnvB'](_0x4c9fee['qPJcm'],_0x4c9fee[_0x5cf3b4(0x21e)])){if(!this['isEnabled']())return;this[_0x5cf3b4(0x20c)][_0x5cf3b4(0x249)](),this[_0x5cf3b4(0x1ef)](),this[_0x5cf3b4(0x2ee)]();}else{if(_0x491aa1){if(_0x4c9fee['fGjLn'](_0x4c9fee['nFNDX'],_0x4c9fee['yrEjA'])){_0x4c9fee[_0x5cf3b4(0x2bf)](debug,_0x5cf3b4(0x2a6)+_0x491aa1[_0x5cf3b4(0x236)]());return;}else return!_0x4c9fee['eKeiK'](_0x18a60c['env'][_0x5cf3b4(0x2e0)],_0x4c9fee['wDgMu']);}_0x4c9fee['bAlHO'](debug,_0x5cf3b4(0x30a)+_0x3d8355);}});if(_0x2b487e){if(_0x4c9fee[_0x188cf1(0x2be)](_0x4c9fee[_0x188cf1(0x1cf)],_0x4c9fee[_0x188cf1(0x1cf)]))return this[_0x188cf1(0x288)](this[_0x188cf1(0x29f)],_0x2b487e);else{const _0x1b365c=this[_0x188cf1(0x264)](),_0x26440a=this['finalizeErrors']();if(!this[_0x188cf1(0x2f6)]()){const _0x231ba5={};return _0x231ba5[_0x188cf1(0x297)]=[],_0x231ba5[_0x188cf1(0x2e4)]=[],_0x231ba5;}const _0x5b2e38={};return _0x5b2e38[_0x188cf1(0x297)]=_0x1b365c,_0x5b2e38[_0x188cf1(0x2e4)]=_0x26440a,_0x5b2e38;}}}static['generateHTMLReport'](_0x1b5af1){const _0x254ea2=a68_0x5cadbc,_0x57a3e4={};_0x57a3e4[_0x254ea2(0x29b)]=function(_0x5885e5,_0xfe6cfe){return _0x5885e5===_0xfe6cfe;},_0x57a3e4[_0x254ea2(0x256)]=_0x254ea2(0x24c),_0x57a3e4[_0x254ea2(0x217)]='GtadK',_0x57a3e4[_0x254ea2(0x1e7)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x57a3e4[_0x254ea2(0x22e)]=_0x254ea2(0x26b),_0x57a3e4[_0x254ea2(0x2ed)]=_0x254ea2(0x293),_0x57a3e4[_0x254ea2(0x284)]=_0x254ea2(0x1da);const _0x163eb2=_0x57a3e4;let _0x5d3d26=_0x163eb2[_0x254ea2(0x1e7)];return _0x5d3d26+=_0x163eb2[_0x254ea2(0x22e)],_0x5d3d26+=_0x163eb2[_0x254ea2(0x2ed)],_0x1b5af1[_0x254ea2(0x1df)](_0x5cfca7=>{const _0x266156=_0x254ea2;if(_0x163eb2['pafaF'](_0x163eb2[_0x266156(0x256)],_0x163eb2[_0x266156(0x217)]))return[];else _0x5d3d26+=_0x266156(0x2b4)+_0x5cfca7[_0x266156(0x2e7)]+'</td><td>'+_0x5cfca7['duration']+'</td></tr>';}),_0x5d3d26+=_0x163eb2[_0x254ea2(0x284)],_0x5d3d26;}static['generateJSON'](_0x463757){const _0x4e12b1=a68_0x5cadbc,_0x5e3325={};_0x5e3325[_0x4e12b1(0x2cf)]=function(_0x32744c,_0x523d93){return _0x32744c===_0x523d93;},_0x5e3325[_0x4e12b1(0x1e6)]=_0x4e12b1(0x2bd),_0x5e3325['XZVng']=function(_0x4301f8,_0x1643c9){return _0x4301f8!==_0x1643c9;},_0x5e3325[_0x4e12b1(0x222)]=_0x4e12b1(0x1fb),_0x5e3325[_0x4e12b1(0x2d3)]='tXslS',_0x5e3325[_0x4e12b1(0x1f8)]=_0x4e12b1(0x2e9),_0x5e3325[_0x4e12b1(0x2d2)]=function(_0x29ded9,_0x21bc4c){return _0x29ded9===_0x21bc4c;},_0x5e3325[_0x4e12b1(0x23b)]=_0x4e12b1(0x2a5),_0x5e3325[_0x4e12b1(0x26e)]=_0x4e12b1(0x2b7);const _0x16ad95=_0x5e3325;if(!this['jsonReportFileName']){if(_0x16ad95['nrByQ'](_0x16ad95[_0x4e12b1(0x23b)],_0x16ad95[_0x4e12b1(0x26e)]))return;else return;}const _0x5a6c97={};_0x463757[_0x4e12b1(0x2ca)](_0xe48cc3=>{const _0x49c7cb=_0x4e12b1;if(_0x16ad95[_0x49c7cb(0x2cf)](_0x16ad95[_0x49c7cb(0x1e6)],_0x16ad95['GURPB'])){if(!_0x5a6c97[_0xe48cc3[_0x49c7cb(0x2e7)]]){if(_0x16ad95[_0x49c7cb(0x1f2)](_0x16ad95[_0x49c7cb(0x222)],_0x16ad95[_0x49c7cb(0x2d3)]))_0x5a6c97[_0xe48cc3[_0x49c7cb(0x2e7)]]=0x0;else{if(!this[_0x49c7cb(0x2f6)]())return;this[_0x49c7cb(0x228)][_0x49c7cb(0x2aa)]({'message':_0x254662[_0x49c7cb(0x2f7)],'trace':_0x3ea570[_0x49c7cb(0x258)],'code':_0x2c212e[_0x49c7cb(0x2c8)]||null,'time':new _0x89c305()});}}_0x5a6c97[_0xe48cc3[_0x49c7cb(0x2e7)]]+=_0xe48cc3[_0x49c7cb(0x2f3)];}else _0x5d0276[_0x49c7cb(0x2e7)]=_0x4e9c14[0x1],_0x1bd39c[_0x49c7cb(0x263)]=_0x322d2b[_0x49c7cb(0x24b)](_0x466744[0x2]);});const _0xefa753=Object[_0x4e12b1(0x235)](_0x5a6c97)[_0x4e12b1(0x2ca)](([_0x587c19,_0x290f0b])=>{const _0x298103=_0x4e12b1;if(_0x16ad95[_0x298103(0x2cf)](_0x16ad95[_0x298103(0x1f8)],_0x16ad95[_0x298103(0x1f8)])){const _0x19db1f={};return _0x19db1f[_0x298103(0x2e7)]=_0x587c19,_0x19db1f['duration']=_0x290f0b,_0x19db1f;}else return 0x0;});fs[_0x4e12b1(0x1f7)](this['jsonReportFileName'],JSON[_0x4e12b1(0x271)](_0xefa753));}static[a68_0x5cadbc(0x2f6)](){const _0x473a30=a68_0x5cadbc,_0x20173e={};_0x20173e['XxdLN']=function(_0x3bda94,_0x17210b){return _0x3bda94===_0x17210b;},_0x20173e[_0x473a30(0x2ea)]='false';const _0x49ec9f=_0x20173e;return!_0x49ec9f[_0x473a30(0x231)](process[_0x473a30(0x28b)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x49ec9f['xEBRy']);}static['measure'](_0x34d4bc,_0x5343d5,_0x596bc2=null,_0x50f3b7=null){const _0x3c9610=a68_0x5cadbc,_0x5eb446={'gPDDH':function(_0x3e2a52,_0x391209){return _0x3e2a52===_0x391209;},'xJnWM':'ZaGnl','iVmuD':_0x3c9610(0x1e3),'SltYQ':_0x3c9610(0x244),'AtRrl':_0x3c9610(0x223),'AorNR':function(_0x49a333,_0x301957){return _0x49a333(_0x301957);},'ccJNZ':function(_0x219d9b,_0x5ed1d5){return _0x219d9b!==_0x5ed1d5;},'Uoayk':_0x3c9610(0x2a7),'iuPVN':function(_0x2ad217,_0x2752d8){return _0x2ad217===_0x2752d8;},'esCWb':_0x3c9610(0x2c3),'QryhU':function(_0x5a6b0d,_0x4e8080){return _0x5a6b0d===_0x4e8080;},'dvNOm':_0x3c9610(0x239),'oKefm':'nxDlv','Rizin':function(_0x420953,_0x45a129){return _0x420953+_0x45a129;},'FPhlq':_0x3c9610(0x2b2),'aHnwx':_0x3c9610(0x1e5),'LaIFr':function(_0x14263e,_0x1462d5){return _0x14263e instanceof _0x1462d5;},'HZUfJ':_0x3c9610(0x1d8),'iJlhg':function(_0x18d8d0,_0x1403bc){return _0x18d8d0===_0x1403bc;},'nmygU':'sdcsH','YajeW':_0x3c9610(0x291)};try{if(_0x5eb446[_0x3c9610(0x29e)](_0x5eb446[_0x3c9610(0x26a)],_0x5eb446[_0x3c9610(0x26a)]))return new _0x3e34a4((_0x282c63,_0x4c49b0)=>{_0x25c2bb['then'](_0x132406=>_0x282c63(_0x132406))['catch'](_0x3298ef=>_0x4c49b0(_0x3298ef))['finally'](()=>{const _0xfe8d0d=a68_0x52b5;_0x32a15a[_0xfe8d0d(0x281)](_0x1352bf),_0x27cf2c[_0xfe8d0d(0x27c)](_0x4b4235,_0x8e7c1a,_0xfc8f3);});});else{if(this['started']&&this['isEnabled']()){if(_0x5eb446[_0x3c9610(0x2eb)](_0x5eb446[_0x3c9610(0x2df)],_0x5eb446[_0x3c9610(0x2df)])){let _0x4ae293=_0x34d4bc;_0x596bc2&&(_0x5eb446[_0x3c9610(0x279)](_0x5eb446[_0x3c9610(0x2d5)],_0x5eb446[_0x3c9610(0x1d1)])?this[_0x3c9610(0x2a8)][_0x3c9610(0x2aa)](_0xaf818f):_0x4ae293=_0x34d4bc+'['+JSON[_0x3c9610(0x271)](_0x596bc2)+']');const _0xa4becb=_0x5eb446[_0x3c9610(0x28e)](_0x4ae293,_0x5eb446[_0x3c9610(0x20b)]),_0x11832d=_0x5eb446[_0x3c9610(0x28e)](_0x4ae293,_0x5eb446[_0x3c9610(0x1d0)]);performance[_0x3c9610(0x281)](_0xa4becb);const _0x5a753c=_0x5343d5[_0x3c9610(0x252)](null,_0x50f3b7);if(_0x5eb446[_0x3c9610(0x287)](_0x5a753c,Promise)){if(_0x5eb446['ccJNZ'](_0x5eb446['HZUfJ'],_0x5eb446[_0x3c9610(0x22b)]))_0x30e2dd[_0x3c9610(0x2b6)](_0x4298a4=>_0x135818(_0x4298a4))[_0x3c9610(0x25d)](_0x7e95a8=>_0x12f292(_0x7e95a8))[_0x3c9610(0x2c2)](()=>{const _0x2b9361=_0x3c9610;_0x4d57fd['mark'](_0x32892a),_0x8c36ed[_0x2b9361(0x27c)](_0xdb0ee2,_0xecc570,_0x17765a);});else return new Promise((_0x13c722,_0x294e77)=>{const _0x2e020a=_0x3c9610,_0x4dbe0c={'MRGrO':function(_0x446e80,_0x190b54){return _0x5eb446['gPDDH'](_0x446e80,_0x190b54);},'SkObl':_0x5eb446[_0x2e020a(0x1e2)],'xuUlo':_0x5eb446[_0x2e020a(0x29c)]};_0x5eb446['gPDDH'](_0x5eb446[_0x2e020a(0x27b)],_0x5eb446[_0x2e020a(0x227)])?_0x30dc34[_0x1a4583[_0x2e020a(0x2e7)]]=0x0:_0x5a753c['then'](_0x14c933=>_0x13c722(_0x14c933))[_0x2e020a(0x25d)](_0x1c5c0c=>_0x294e77(_0x1c5c0c))['finally'](()=>{const _0x11de98=_0x2e020a;if(_0x4dbe0c[_0x11de98(0x1f9)](_0x4dbe0c[_0x11de98(0x2a9)],_0x4dbe0c[_0x11de98(0x26f)]))return;else performance[_0x11de98(0x281)](_0x11832d),performance['measure'](_0x4ae293,_0xa4becb,_0x11832d);});});};return performance[_0x3c9610(0x281)](_0x11832d),performance[_0x3c9610(0x27c)](_0x4ae293,_0xa4becb,_0x11832d),_0x5a753c;}else{_0x5eb446[_0x3c9610(0x21c)](_0x186045,_0x3c9610(0x2a6)+_0x4ec1df['toString']());return;}};return _0x5343d5[_0x3c9610(0x252)](null,_0x50f3b7);}}catch(_0x256a98){if(_0x5eb446[_0x3c9610(0x2dc)](_0x5eb446[_0x3c9610(0x1ec)],_0x5eb446[_0x3c9610(0x2bc)]))_0x5eb446[_0x3c9610(0x21c)](_0x2d2422,_0x3c9610(0x245)+_0x2e6c46['toString']());else return _0x5343d5[_0x3c9610(0x252)](null,_0x50f3b7);}}static[a68_0x5cadbc(0x2f9)](_0x19ea48,_0x3c5fec){const _0xea2030=a68_0x5cadbc,_0x7c0445={};_0x7c0445[_0xea2030(0x270)]=function(_0x22533b,_0x385825){return _0x22533b===_0x385825;},_0x7c0445[_0xea2030(0x1d9)]=_0xea2030(0x301),_0x7c0445[_0xea2030(0x2e8)]='NLWDr';const _0x2a9974=_0x7c0445,_0x115834=this;return function(){const _0x37320d=_0xea2030;if(_0x2a9974[_0x37320d(0x270)](_0x2a9974[_0x37320d(0x1d9)],_0x2a9974[_0x37320d(0x2e8)]))_0x4a9c6c+=_0x37320d(0x2b4)+_0x3195ef['name']+'</td><td>'+_0x549450[_0x37320d(0x2f3)]+_0x37320d(0x248);else{const _0x33ee86=[_0x19ea48,_0x3c5fec,null][_0x37320d(0x2da)](arguments);return _0x115834[_0x37320d(0x27c)][_0x37320d(0x252)](_0x115834,_0x33ee86);}};}static[a68_0x5cadbc(0x1ea)](){const _0xe91d3a=a68_0x5cadbc,_0x14927a={};_0x14927a[_0xe91d3a(0x2db)]=function(_0x1fd0ea,_0x372809){return _0x1fd0ea===_0x372809;},_0x14927a[_0xe91d3a(0x2d1)]=function(_0x5b0b13,_0x4bf916){return _0x5b0b13+_0x4bf916;},_0x14927a[_0xe91d3a(0x289)]=_0xe91d3a(0x2ba),_0x14927a[_0xe91d3a(0x275)]='<h1>Performance\x20Report</h1>',_0x14927a['QtGga']=_0xe91d3a(0x293),_0x14927a[_0xe91d3a(0x266)]=_0xe91d3a(0x1da),_0x14927a[_0xe91d3a(0x30c)]=function(_0x103873,_0x27695e){return _0x103873/_0x27695e;},_0x14927a[_0xe91d3a(0x277)]=function(_0x33e031,_0x4df3ed){return _0x33e031+_0x4df3ed;},_0x14927a[_0xe91d3a(0x257)]=function(_0x3b5d0a,_0x3ebd7f){return _0x3b5d0a*_0x3ebd7f;},_0x14927a[_0xe91d3a(0x265)]=function(_0x28fbe2,_0x2756f8){return _0x28fbe2+_0x2756f8;},_0x14927a[_0xe91d3a(0x259)]=function(_0x9de0d6,_0x4fd4ac){return _0x9de0d6!==_0x4fd4ac;},_0x14927a['EuLGW']=_0xe91d3a(0x309),_0x14927a['oLzwn']=_0xe91d3a(0x1ed),_0x14927a[_0xe91d3a(0x22f)]='DYFei',_0x14927a['agVKl']='LtSHH',_0x14927a['OjgNt']=_0xe91d3a(0x2c1),_0x14927a['Lpysf']=_0xe91d3a(0x255),_0x14927a[_0xe91d3a(0x269)]=function(_0x419c54,_0x218b80){return _0x419c54/_0x218b80;},_0x14927a[_0xe91d3a(0x212)]=function(_0x3f1203,_0x108b2f){return _0x3f1203+_0x108b2f;},_0x14927a[_0xe91d3a(0x261)]=function(_0x28d59e,_0x30836e){return _0x28d59e!==_0x30836e;},_0x14927a[_0xe91d3a(0x262)]=_0xe91d3a(0x2f2);const _0x576d58=_0x14927a,_0xfd3559=/(^.*)\[(.*)\]$/,_0x5054cc={},_0x274b9a={};for(const _0x3ae571 of this['_measureEvents']){if(_0x576d58['Yvqda'](_0x576d58[_0xe91d3a(0x23f)],_0x576d58['oLzwn'])){const _0x8ce958=_0x3ae571['name']['match'](_0xfd3559),_0x21229f={};_0x21229f['name']=_0x3ae571['name'],_0x21229f[_0xe91d3a(0x2f3)]=_0x3ae571[_0xe91d3a(0x2f3)]||0x0;const _0x397d2b=_0x21229f;if(_0x8ce958){if(_0x576d58[_0xe91d3a(0x2db)](_0x576d58[_0xe91d3a(0x22f)],_0x576d58[_0xe91d3a(0x21a)])){if(_0x576d58[_0xe91d3a(0x2db)](this[_0xe91d3a(0x2a8)]['length'],0x0))return;const _0x20f318=this[_0xe91d3a(0x1ea)](),_0x17efdf=_0xe2072c['stringify'](_0x20f318),_0x1ae3ec=_0x576d58['hcyjc'](_0x17efdf['slice'](0x1,-0x1),',');_0x476446[_0xe91d3a(0x1e4)](this['jsonReportFileName'],_0x1ae3ec);}else _0x397d2b['name']=_0x8ce958[0x1],_0x397d2b['meta']=JSON[_0xe91d3a(0x24b)](_0x8ce958[0x2]);}if(_0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]]){if(_0x576d58['Yvqda'](_0x576d58[_0xe91d3a(0x22a)],_0x576d58[_0xe91d3a(0x2b5)])){const _0x30e4a4=_0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]],_0xd0afb6=_0x274b9a[_0x397d2b[_0xe91d3a(0x2e7)]];_0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]][_0xe91d3a(0x2f3)]=_0x576d58['qXqfW'](_0x576d58[_0xe91d3a(0x265)](_0x576d58[_0xe91d3a(0x257)](_0x30e4a4[_0xe91d3a(0x2f3)],_0xd0afb6),_0x397d2b[_0xe91d3a(0x2f3)]),_0x576d58[_0xe91d3a(0x212)](0x1,_0xd0afb6)),_0x274b9a[_0x397d2b[_0xe91d3a(0x2e7)]]++;}else{let _0x3a9493=_0x576d58[_0xe91d3a(0x289)];return _0x3a9493+=_0x576d58['MkZng'],_0x3a9493+=_0x576d58[_0xe91d3a(0x2ac)],_0x3ea003[_0xe91d3a(0x1df)](_0x1119ae=>{const _0x1c8652=_0xe91d3a;_0x3a9493+='<tr><td>'+_0x1119ae[_0x1c8652(0x2e7)]+_0x1c8652(0x254)+_0x1119ae['duration']+'</td></tr>';}),_0x3a9493+=_0x576d58[_0xe91d3a(0x266)],_0x3a9493;}}else{if(_0x576d58[_0xe91d3a(0x261)](_0x576d58[_0xe91d3a(0x262)],_0x576d58[_0xe91d3a(0x262)])){const _0x33c5d2=_0x48504e[_0x61da3e[_0xe91d3a(0x2e7)]],_0x5a4d26=_0x4f9ba3[_0x9eaa3e[_0xe91d3a(0x2e7)]];_0x2f8b6f[_0x5aea0e['name']][_0xe91d3a(0x2f3)]=_0x576d58[_0xe91d3a(0x30c)](_0x576d58[_0xe91d3a(0x277)](_0x576d58[_0xe91d3a(0x257)](_0x33c5d2['duration'],_0x5a4d26),_0x4d9c4a[_0xe91d3a(0x2f3)]),_0x576d58[_0xe91d3a(0x265)](0x1,_0x5a4d26)),_0x3f1596[_0x1c2fe2[_0xe91d3a(0x2e7)]]++;}else _0x5054cc[_0x397d2b[_0xe91d3a(0x2e7)]]=_0x397d2b,_0x274b9a[_0x397d2b[_0xe91d3a(0x2e7)]]=0x1;}}else!_0x43f4ba[_0x205509[_0xe91d3a(0x2e7)]]&&(_0x345460[_0x1cdbc4[_0xe91d3a(0x2e7)]]=0x0),_0x2d2836[_0x328002[_0xe91d3a(0x2e7)]]+=_0x3d7142[_0xe91d3a(0x2f3)];}return Object[_0xe91d3a(0x1dd)](_0x5054cc);}static[a68_0x5cadbc(0x1ef)](){const _0x4252aa=a68_0x5cadbc,_0x3e3219={};_0x3e3219[_0x4252aa(0x1d7)]=function(_0x44cab8,_0x29cb30){return _0x44cab8===_0x29cb30;},_0x3e3219[_0x4252aa(0x211)]=function(_0xedb1e,_0x1b7396){return _0xedb1e!==_0x1b7396;},_0x3e3219['kgyLU']=_0x4252aa(0x1dc),_0x3e3219[_0x4252aa(0x224)]='qxNgv',_0x3e3219[_0x4252aa(0x218)]=function(_0x1bd465,_0x5b009d){return _0x1bd465+_0x5b009d;};const _0x168d36=_0x3e3219;if(_0x168d36['uBCZB'](this[_0x4252aa(0x2a8)]['length'],0x0)){if(_0x168d36[_0x4252aa(0x211)](_0x168d36[_0x4252aa(0x219)],_0x168d36[_0x4252aa(0x224)]))return;else return;}const _0x644d4b=this[_0x4252aa(0x1ea)](),_0x27a5c2=JSON[_0x4252aa(0x271)](_0x644d4b),_0xda0a67=_0x168d36[_0x4252aa(0x218)](_0x27a5c2[_0x4252aa(0x210)](0x1,-0x1),',');fs[_0x4252aa(0x1e4)](this['jsonReportFileName'],_0xda0a67);}static[a68_0x5cadbc(0x264)](){const _0x21c524=a68_0x5cadbc,_0x519c70={};_0x519c70[_0x21c524(0x2c7)]=function(_0x4bc783,_0xe7b54a){return _0x4bc783===_0xe7b54a;},_0x519c70[_0x21c524(0x304)]='measure',_0x519c70[_0x21c524(0x1f3)]=function(_0x2a0e22,_0x3a861b){return _0x2a0e22!==_0x3a861b;},_0x519c70[_0x21c524(0x2d9)]=_0x21c524(0x305),_0x519c70[_0x21c524(0x240)]=function(_0x15f755,_0x4c4e5c){return _0x15f755===_0x4c4e5c;},_0x519c70[_0x21c524(0x21f)]='aHIXv',_0x519c70[_0x21c524(0x1db)]=_0x21c524(0x2e5),_0x519c70[_0x21c524(0x2de)]=function(_0x222100,_0x45b913){return _0x222100>_0x45b913;},_0x519c70['YsndB']=function(_0x287f89,_0x4509f2){return _0x287f89===_0x4509f2;},_0x519c70[_0x21c524(0x2b1)]=_0x21c524(0x29d);const _0xfcb093=_0x519c70;if(!this['started']||_0xfcb093[_0x21c524(0x2c7)](this[_0x21c524(0x2a8)][_0x21c524(0x225)],0x0)){if(_0xfcb093[_0x21c524(0x1f3)](_0xfcb093[_0x21c524(0x2d9)],_0xfcb093['QEXiO']))_0x1fc51a[_0x1afe04[_0x21c524(0x2e7)]]=_0x598980,_0x2f97a0[_0x846a7f['name']]=0x1;else return[];}if(!fs['existsSync'](this[_0x21c524(0x221)])){if(_0xfcb093[_0x21c524(0x240)](_0xfcb093[_0x21c524(0x21f)],_0xfcb093['bsMZN']))!_0x1b967e[_0x13c087[_0x21c524(0x2e7)]]&&(_0x5ea4e5[_0x1bb13e[_0x21c524(0x2e7)]]=0x0),_0x405d5a[_0x151728[_0x21c524(0x2e7)]]+=_0x296e2c['duration'];else return this[_0x21c524(0x2a8)];}let _0x1ecf85=fs[_0x21c524(0x2dd)](this[_0x21c524(0x221)])[_0x21c524(0x236)]();_0x1ecf85='['+_0x1ecf85['slice'](0x0,-0x1)+']';let _0x57b27f=JSON[_0x21c524(0x24b)](_0x1ecf85);return _0xfcb093[_0x21c524(0x2de)](this[_0x21c524(0x2a8)][_0x21c524(0x225)],0x0)&&(_0xfcb093[_0x21c524(0x1f1)](_0xfcb093[_0x21c524(0x2b1)],_0xfcb093[_0x21c524(0x2b1)])?_0x57b27f=_0x57b27f[_0x21c524(0x2da)](this[_0x21c524(0x1ea)]()):_0xfcb093[_0x21c524(0x2c7)](_0x17cfd5[_0x21c524(0x1eb)],_0xfcb093['ymIex'])?this['_measureEvents'][_0x21c524(0x2aa)](_0x4ca8fd):this[_0x21c524(0x29f)][_0x21c524(0x2aa)](_0x25d141)),this[_0x21c524(0x20c)]['disconnect'](),fs[_0x21c524(0x20f)](this[_0x21c524(0x221)]),_0x57b27f;}static[a68_0x5cadbc(0x2ee)](){const _0x3de8de=a68_0x5cadbc,_0x51e1de={};_0x51e1de['vZwPa']=function(_0x3b56d7,_0x5e63b8){return _0x3b56d7>_0x5e63b8;},_0x51e1de[_0x3de8de(0x24a)]=function(_0x23c3f5,_0xc94e47){return _0x23c3f5===_0xc94e47;},_0x51e1de[_0x3de8de(0x246)]=function(_0x1fdbcb,_0x42c3ee){return _0x1fdbcb!==_0x42c3ee;},_0x51e1de[_0x3de8de(0x295)]='qLtmZ',_0x51e1de['shXGu']=function(_0x565ffd,_0x4e6fc3){return _0x565ffd+_0x4e6fc3;};const _0x30c810=_0x51e1de;if(_0x30c810[_0x3de8de(0x24a)](this[_0x3de8de(0x228)][_0x3de8de(0x225)],0x0)){if(_0x30c810['vXZZW'](_0x30c810['KucAv'],_0x30c810[_0x3de8de(0x295)])){if(!_0x184e34[_0x3de8de(0x1de)](this[_0x3de8de(0x253)]))return this['_errorEvents'];let _0x387558=_0x34b50e['readFileSync'](this[_0x3de8de(0x253)])['toString']();_0x387558='['+_0x387558[_0x3de8de(0x210)](0x0,-0x1)+']';let _0x8ce28a=_0x36a911['parse'](_0x387558);return _0x30c810[_0x3de8de(0x232)](this['_errorEvents'][_0x3de8de(0x225)],0x0)&&(_0x8ce28a=_0x8ce28a[_0x3de8de(0x2da)](this['_errorEvents'])),_0xe2a4d4[_0x3de8de(0x20f)](this[_0x3de8de(0x253)]),_0x8ce28a;}else return;}const _0x479c9f=JSON[_0x3de8de(0x271)](this[_0x3de8de(0x228)]),_0x36f921=_0x30c810[_0x3de8de(0x296)](_0x479c9f[_0x3de8de(0x210)](0x1,-0x1),',');fs[_0x3de8de(0x1e4)](this[_0x3de8de(0x1f4)],_0x36f921);}static['finalizeErrors'](){const _0x564833=a68_0x5cadbc,_0x15a6b4={};_0x15a6b4[_0x564833(0x206)]=function(_0x522a3c,_0x2ecdc8){return _0x522a3c+_0x2ecdc8;},_0x15a6b4[_0x564833(0x1f0)]=function(_0x2df3fb,_0x506256){return _0x2df3fb||_0x506256;},_0x15a6b4[_0x564833(0x238)]=function(_0x24d0ea,_0x5dff76){return _0x24d0ea===_0x5dff76;},_0x15a6b4['JZixI']=_0x564833(0x292),_0x15a6b4['XVrxv']=function(_0x14ad31,_0x49b43f){return _0x14ad31>_0x49b43f;},_0x15a6b4[_0x564833(0x1fa)]=_0x564833(0x234);const _0x6af356=_0x15a6b4;if(!fs[_0x564833(0x1de)](this['errorReportFileName']))return _0x6af356[_0x564833(0x238)](_0x6af356[_0x564833(0x215)],_0x6af356[_0x564833(0x215)])?this[_0x564833(0x228)]:_0x6af356[_0x564833(0x206)](_0x1b817d[_0x51b3ad],_0x6af356[_0x564833(0x1f0)](_0x1adb6b,0x0));let _0x4e1c0e=fs[_0x564833(0x2dd)](this['errorReportFileName'])['toString']();_0x4e1c0e='['+_0x4e1c0e[_0x564833(0x210)](0x0,-0x1)+']';let _0x20f84b=JSON[_0x564833(0x24b)](_0x4e1c0e);if(_0x6af356[_0x564833(0x308)](this[_0x564833(0x228)][_0x564833(0x225)],0x0)){if(_0x6af356['EBbVQ'](_0x6af356['wWcCl'],_0x6af356[_0x564833(0x1fa)]))_0x20f84b=_0x20f84b[_0x564833(0x2da)](this['_errorEvents']);else{const _0x42c8b3=[_0x122570,_0x55333a,null][_0x564833(0x2da)](arguments);return _0x460b34['measure']['apply'](_0x511814,_0x42c8b3);}}return fs['unlinkSync'](this[_0x564833(0x253)]),_0x20f84b;}static['captureError'](_0x372586){const _0x2848af=a68_0x5cadbc,_0x2f311e={};_0x2f311e[_0x2848af(0x2f5)]=function(_0x57acb4,_0x359f25){return _0x57acb4===_0x359f25;},_0x2f311e[_0x2848af(0x229)]='TFBwK';const _0x44ed7a=_0x2f311e;if(!this[_0x2848af(0x2f6)]()){if(_0x44ed7a[_0x2848af(0x2f5)](_0x44ed7a['XJxPu'],_0x44ed7a[_0x2848af(0x229)]))return;else{const _0x2364cd={};return _0x2364cd[_0x2848af(0x297)]=[],_0x2364cd['errors']=[],_0x2364cd;}}this[_0x2848af(0x228)][_0x2848af(0x2aa)]({'message':_0x372586['message'],'trace':_0x372586[_0x2848af(0x258)],'code':_0x372586['code']||null,'time':new Date()});}static['stopMonitoring'](){const _0x3e0100=a68_0x5cadbc,_0x48c8d7={};_0x48c8d7[_0x3e0100(0x1f5)]=function(_0x2e60bc,_0x3b6b7c){return _0x2e60bc===_0x3b6b7c;},_0x48c8d7[_0x3e0100(0x2d7)]=_0x3e0100(0x204),_0x48c8d7[_0x3e0100(0x20d)]=_0x3e0100(0x2ae),_0x48c8d7[_0x3e0100(0x1d6)]=function(_0x4ae3aa,_0x397f6d){return _0x4ae3aa===_0x397f6d;},_0x48c8d7[_0x3e0100(0x22c)]=_0x3e0100(0x25c),_0x48c8d7['SDgks']=_0x3e0100(0x2bb),_0x48c8d7['TzSmb']=function(_0x12f605,_0x3c856b){return _0x12f605===_0x3c856b;},_0x48c8d7[_0x3e0100(0x2c5)]=_0x3e0100(0x25f),_0x48c8d7[_0x3e0100(0x2ad)]=_0x3e0100(0x2fc),_0x48c8d7[_0x3e0100(0x2c9)]=_0x3e0100(0x203);const _0x40bf7b=_0x48c8d7;try{if(_0x40bf7b[_0x3e0100(0x1f5)](_0x40bf7b[_0x3e0100(0x2d7)],_0x40bf7b['SVgsP']))return this[_0x3e0100(0x228)];else{if(!this[_0x3e0100(0x2f6)]()){if(_0x40bf7b[_0x3e0100(0x1d6)](_0x40bf7b[_0x3e0100(0x22c)],_0x40bf7b['SDgks']))return _0x4333eb[_0x3e0100(0x252)](null,_0x3e0fb5);else return;}this['_observer'][_0x3e0100(0x249)](),this[_0x3e0100(0x1ef)](),this['pushErrors']();}}catch{_0x40bf7b['TzSmb'](_0x40bf7b[_0x3e0100(0x2c5)],_0x40bf7b[_0x3e0100(0x2ad)])?(!_0x3cd319[_0x4f291b[_0x3e0100(0x2e7)]]&&(_0x676505[_0x42cb19[_0x3e0100(0x2e7)]]=0x0),_0x34d89e[_0x266910['name']]+=_0x54babc['duration']):logger[_0x3e0100(0x230)](_0x40bf7b['WlENN']);}}static[a68_0x5cadbc(0x2f8)](){const _0x1d65b4=a68_0x5cadbc,_0x5e8677={};_0x5e8677[_0x1d65b4(0x2f0)]=function(_0x5a83bb,_0xccf8ee){return _0x5a83bb!==_0xccf8ee;},_0x5e8677[_0x1d65b4(0x250)]=_0x1d65b4(0x241),_0x5e8677[_0x1d65b4(0x28a)]=_0x1d65b4(0x214);const _0x45886b=_0x5e8677,_0x4d8598=this['finalizePerfMeasures'](),_0x5e9366=this[_0x1d65b4(0x302)]();if(!this['isEnabled']()){if(_0x45886b[_0x1d65b4(0x2f0)](_0x45886b['HBScR'],_0x45886b[_0x1d65b4(0x28a)])){const _0xba0c9c={};return _0xba0c9c[_0x1d65b4(0x297)]=[],_0xba0c9c[_0x1d65b4(0x2e4)]=[],_0xba0c9c;}else return;}const _0x30de32={};return _0x30de32[_0x1d65b4(0x297)]=_0x4d8598,_0x30de32[_0x1d65b4(0x2e4)]=_0x5e9366,_0x30de32;}}module[a68_0x5cadbc(0x276)]=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a69_0x36d222=a69_0x2948;(function(_0x4d1be2,_0x59b0a2){const _0x2bb294=a69_0x2948,_0x572e49=_0x4d1be2();while(!![]){try{const _0x38cd92=parseInt(_0x2bb294(0x193))/0x1*(-parseInt(_0x2bb294(0x188))/0x2)+-parseInt(_0x2bb294(0x18d))/0x3*(-parseInt(_0x2bb294(0x1a0))/0x4)+-parseInt(_0x2bb294(0x1a1))/0x5*(parseInt(_0x2bb294(0x1b8))/0x6)+parseInt(_0x2bb294(0x17f))/0x7+parseInt(_0x2bb294(0x1ae))/0x8+-parseInt(_0x2bb294(0x19c))/0x9+parseInt(_0x2bb294(0x17e))/0xa*(-parseInt(_0x2bb294(0x19d))/0xb);if(_0x38cd92===_0x59b0a2)break;else _0x572e49['push'](_0x572e49['shift']());}catch(_0x51e808){_0x572e49['push'](_0x572e49['shift']());}}}(a69_0x2975,0x2fd80));const http=require(a69_0x36d222(0x1a8)),https=require('https'),monkeypatch=require(a69_0x36d222(0x1b4));function spy(_0x85174b){const _0x13d890=a69_0x36d222,_0x95f185={'EniZj':function(_0x3d1da2,_0x515e73){return _0x3d1da2!==_0x515e73;},'uZLYF':_0x13d890(0x195),'WOpVs':_0x13d890(0x19e),'XyoDl':function(_0x211d59,_0x296329){return _0x211d59-_0x296329;},'ABcpf':function(_0x5b0e3b,_0x1f6953,_0x21e473){return _0x5b0e3b(_0x1f6953,_0x21e473);},'coQjM':'error','LbISy':function(_0x50b477,_0x11ec29){return _0x50b477===_0x11ec29;},'VwTgY':_0x13d890(0x1b7),'qEefw':function(_0x50e014,..._0xf07d97){return _0x50e014(..._0xf07d97);},'SKToI':'WUpAN','tCqsA':_0x13d890(0x1b1),'WmKKN':function(_0x96564f,_0x3b7cda,_0x40e6ba){return _0x96564f(_0x3b7cda,_0x40e6ba);},'jFoTe':function(_0x4d9421,_0x796b23){return _0x4d9421-_0x796b23;},'uQbPN':function(_0x2fb7a9,_0xec1bfb,_0x2d3400){return _0x2fb7a9(_0xec1bfb,_0x2d3400);},'EAdfj':function(_0x3a8931,_0x30d097){return _0x3a8931!==_0x30d097;},'KkoNq':_0x13d890(0x190),'EMOAq':_0x13d890(0x1b2),'QIWdL':function(_0x50586e,_0x33be17,_0x4676db){return _0x50586e(_0x33be17,_0x4676db);},'MgxMl':function(_0x2f5c44,_0x2ce7bd){return _0x2f5c44===_0x2ce7bd;},'IGYSX':'DjetG','vfaGA':'response','mQieI':_0x13d890(0x1a9),'CWTQh':function(_0xbf0ba3,_0x10ca8a,_0x556a9b,_0x1d3162){return _0xbf0ba3(_0x10ca8a,_0x556a9b,_0x1d3162);},'fcUeU':'end','ZrjCu':_0x13d890(0x19f),'IwhOI':function(_0x3d4170,_0x47cc4d,_0x3db50b,_0x21beb1){return _0x3d4170(_0x47cc4d,_0x3db50b,_0x21beb1);}},_0x29cb77=(_0x4ed548,_0x46a79a,_0x5048e8)=>{const _0x4fe695=_0x13d890,_0x2e9b2c={'usyCe':function(_0x276ec4,_0x415cca){const _0x4c38f0=a69_0x2948;return _0x95f185[_0x4c38f0(0x18b)](_0x276ec4,_0x415cca);},'QJULr':_0x95f185[_0x4fe695(0x18a)],'bBcqa':_0x95f185[_0x4fe695(0x183)],'xSYxn':function(_0x33b7f5,_0x2886cb,_0x54f147){return _0x95f185['WmKKN'](_0x33b7f5,_0x2886cb,_0x54f147);},'opbVb':function(_0x822096,_0x136f33){const _0x205af8=_0x4fe695;return _0x95f185[_0x205af8(0x184)](_0x822096,_0x136f33);},'EDAOI':function(_0x5e10c6,_0x9f2659,_0x4286a0){const _0x2f5aa6=_0x4fe695;return _0x95f185[_0x2f5aa6(0x18c)](_0x5e10c6,_0x9f2659,_0x4286a0);},'EHkHO':_0x95f185['coQjM'],'kJAVb':function(_0x2de8f6,..._0x38a145){const _0x5d9abd=_0x4fe695;return _0x95f185[_0x5d9abd(0x182)](_0x2de8f6,..._0x38a145);},'TMEvP':function(_0x3b0873,_0x1229cb){const _0x572dfb=_0x4fe695;return _0x95f185[_0x572dfb(0x1a5)](_0x3b0873,_0x1229cb);},'VSVrz':_0x95f185[_0x4fe695(0x1b5)],'VLTaS':_0x95f185[_0x4fe695(0x1a2)],'OzfQc':function(_0x512b7d,_0x262dad,_0x46aa6b){const _0x1a7305=_0x4fe695;return _0x95f185[_0x1a7305(0x1aa)](_0x512b7d,_0x262dad,_0x46aa6b);}};if(_0x95f185[_0x4fe695(0x19b)](_0x95f185[_0x4fe695(0x189)],_0x95f185[_0x4fe695(0x189)])){const _0x49370d=_0x95f185[_0x4fe695(0x18c)](_0x4ed548,_0x46a79a,_0x5048e8);let _0x114441=Date[_0x4fe695(0x198)](),_0x5c03e1;const _0x5562c9=_0x289986=>{const _0x19fc29=_0x4fe695;if(_0x2e9b2c[_0x19fc29(0x180)](_0x2e9b2c[_0x19fc29(0x1af)],_0x2e9b2c[_0x19fc29(0x187)]))_0xe17016[_0x19fc29(0x19f)][_0x19fc29(0x1b9)](),_0x38715c[_0x19fc29(0x19f)][_0x19fc29(0x1b9)]();else{const _0x19557f={};_0x19557f[_0x19fc29(0x17d)]=_0x46a79a[_0x19fc29(0x17d)]||_0x46a79a[_0x19fc29(0x1b6)],_0x19557f['path']=_0x46a79a[_0x19fc29(0x191)],_0x19557f['method']=_0x46a79a[_0x19fc29(0x19a)],_0x19557f[_0x19fc29(0x1b0)]=_0x46a79a[_0x19fc29(0x1b0)],_0x2e9b2c['xSYxn'](_0x85174b,_0x289986,_0x19557f);}};return _0x49370d[_0x4fe695(0x181)](_0x95f185['vfaGA'],_0x26c6c7=>{const _0x2dccf2=_0x4fe695;if(_0x95f185[_0x2dccf2(0x199)](_0x95f185['uZLYF'],_0x95f185[_0x2dccf2(0x18f)])){const _0x51195a=_0x95f185[_0x2dccf2(0x1a3)](Date['now'](),_0x114441),_0x20c75e={};_0x20c75e[_0x2dccf2(0x1b6)]=_0x46a79a['host']||_0x46a79a[_0x2dccf2(0x1b6)],_0x20c75e[_0x2dccf2(0x191)]=_0x46a79a[_0x2dccf2(0x191)],_0x20c75e[_0x2dccf2(0x19a)]=_0x46a79a[_0x2dccf2(0x19a)],_0x20c75e[_0x2dccf2(0x1b0)]=_0x46a79a[_0x2dccf2(0x1b0)],_0x20c75e['status_code']=_0x26c6c7['statusCode'],_0x20c75e['duration_ms']=_0x51195a,_0x95f185['ABcpf'](_0x85174b,null,_0x20c75e),_0x5c03e1[_0x2dccf2(0x192)](_0x95f185[_0x2dccf2(0x1a6)],_0x5562c9);}else{const _0x3981b=_0x2e9b2c[_0x2dccf2(0x197)](_0x1bec07[_0x2dccf2(0x198)](),_0x1b5bc9),_0x26bbeb={};_0x26bbeb[_0x2dccf2(0x1b6)]=_0x335aab[_0x2dccf2(0x17d)]||_0x7a7156['hostname'],_0x26bbeb['path']=_0x1f22d8['path'],_0x26bbeb[_0x2dccf2(0x19a)]=_0x487e2d['method'],_0x26bbeb[_0x2dccf2(0x1b0)]=_0x43dca9[_0x2dccf2(0x1b0)],_0x26bbeb['status_code']=_0x3f999b[_0x2dccf2(0x18e)],_0x26bbeb[_0x2dccf2(0x1ad)]=_0x3981b,_0x2e9b2c[_0x2dccf2(0x194)](_0x2f7ec9,null,_0x26bbeb),_0x3efb3b[_0x2dccf2(0x192)](_0x2e9b2c[_0x2dccf2(0x1bc)],_0xedb595);}}),_0x49370d['on'](_0x95f185[_0x4fe695(0x185)],_0x52b3e7=>{const _0x18be9f=_0x4fe695;_0x2e9b2c[_0x18be9f(0x1bd)](_0x2e9b2c[_0x18be9f(0x186)],_0x2e9b2c[_0x18be9f(0x196)])?(_0x5c03e1=_0x52b3e7,_0x52b3e7[_0x18be9f(0x181)](_0x2e9b2c['EHkHO'],_0x5562c9)):(_0x5e1919=_0x367ac3[_0x18be9f(0x198)](),_0x2e9b2c[_0x18be9f(0x1ba)](_0x23be3d,..._0x54e6a7));}),_0x95f185[_0x4fe695(0x1a7)](monkeypatch,_0x49370d,_0x95f185[_0x4fe695(0x1b3)],(_0x3b49d3,..._0x54d57c)=>{const _0x2079fc=_0x4fe695;if(_0x95f185[_0x2079fc(0x18b)](_0x95f185[_0x2079fc(0x1bb)],_0x95f185['VwTgY']))_0x114441=Date[_0x2079fc(0x198)](),_0x95f185[_0x2079fc(0x182)](_0x3b49d3,..._0x54d57c);else{const _0xf4a324={};_0xf4a324[_0x2079fc(0x17d)]=_0x3e98ea[_0x2079fc(0x17d)]||_0x158bf7['hostname'],_0xf4a324[_0x2079fc(0x191)]=_0x40d1f9[_0x2079fc(0x191)],_0xf4a324['method']=_0xb4af40['method'],_0xf4a324[_0x2079fc(0x1b0)]=_0x192913['headers'],_0x2e9b2c[_0x2079fc(0x1ac)](_0x28ef31,_0x46bf75,_0xf4a324);}}),_0x49370d;}else _0x1e4a6a=_0x44821b,_0x3d2afc[_0x4fe695(0x181)](_0x95f185[_0x4fe695(0x1a6)],_0x118f58);};_0x95f185[_0x13d890(0x1a7)](monkeypatch,http,_0x95f185[_0x13d890(0x1a4)],_0x29cb77),_0x95f185[_0x13d890(0x1ab)](monkeypatch,https,_0x95f185[_0x13d890(0x1a4)],_0x29cb77);}function restore(){const _0x230898=a69_0x36d222;http[_0x230898(0x19f)][_0x230898(0x1b9)](),https[_0x230898(0x19f)][_0x230898(0x1b9)]();}function a69_0x2948(_0x4baf92,_0x40d999){const _0x2975fb=a69_0x2975();return a69_0x2948=function(_0x294838,_0x428e0e){_0x294838=_0x294838-0x17d;let _0x5301a5=_0x2975fb[_0x294838];return _0x5301a5;},a69_0x2948(_0x4baf92,_0x40d999);}function a69_0x2975(){const _0x39386f=['request','24492YYyqug','673610uTFuai','EMOAq','XyoDl','ZrjCu','EAdfj','coQjM','CWTQh','http','socket','QIWdL','IwhOI','OzfQc','duration_ms','2705688LyphVF','QJULr','headers','WAvvY','MKCAF','fcUeU','monkeypatch','KkoNq','hostname','GdxTF','6BZeaHG','unpatch','kJAVb','VwTgY','EHkHO','TMEvP','host','24970tvNLJz','2253209CMLyCL','usyCe','once','qEefw','tCqsA','jFoTe','mQieI','VSVrz','bBcqa','2eIpJMl','IGYSX','SKToI','LbISy','uQbPN','51eOogqr','statusCode','WOpVs','GJcGl','path','removeListener','276671JdfMvo','EDAOI','DFnIJ','VLTaS','opbVb','now','EniZj','method','MgxMl','1164249tRhJcs','121KZQqJs','IUTuu'];a69_0x2975=function(){return _0x39386f;};return a69_0x2975();}const a69_0x333e20={};a69_0x333e20['spy']=spy,a69_0x333e20['restore']=restore,module['exports']=a69_0x333e20;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a70_0x3362b7=a70_0x5d46;function a70_0x29c6(){const _0x381d6c=['hasOwnProperty','keepAlive','protocol','http','https','exports','jeIEW','354970MFsIhW','targJ','agent','28649YFwYvj','1711008scqoeB','546290FxGtqj','12eqRZlj','keepAliveMsecs','Agent','siPhw','DjiUV','DQjFi','dxgSt','globalAgent','request','195724aBsGuc','512856knbFEL','2933240YLhRuQ','glvPL','https:','rzFcC'];a70_0x29c6=function(){return _0x381d6c;};return a70_0x29c6();}function a70_0x5d46(_0x410ff3,_0x5ef4e7){const _0x29c6f4=a70_0x29c6();return a70_0x5d46=function(_0x5d46aa,_0x401a77){_0x5d46aa=_0x5d46aa-0x6a;let _0x2ecce0=_0x29c6f4[_0x5d46aa];return _0x2ecce0;},a70_0x5d46(_0x410ff3,_0x5ef4e7);}(function(_0x318216,_0x33647c){const _0x38592c=a70_0x5d46,_0x463f40=_0x318216();while(!![]){try{const _0x2e52bb=parseInt(_0x38592c(0x6f))/0x1*(-parseInt(_0x38592c(0x72))/0x2)+-parseInt(_0x38592c(0x7c))/0x3+parseInt(_0x38592c(0x7b))/0x4+-parseInt(_0x38592c(0x71))/0x5+parseInt(_0x38592c(0x70))/0x6+-parseInt(_0x38592c(0x6c))/0x7+parseInt(_0x38592c(0x7d))/0x8;if(_0x2e52bb===_0x33647c)break;else _0x463f40['push'](_0x463f40['shift']());}catch(_0x5ecf98){_0x463f40['push'](_0x463f40['shift']());}}}(a70_0x29c6,0x30534),module[a70_0x3362b7(0x6a)]=function(){const _0x378c78=a70_0x3362b7,_0x4b5f9b={'jeIEW':function(_0x74381c,_0x108658){return _0x74381c===_0x108658;},'glvPL':_0x378c78(0x7f),'DjiUV':_0x378c78(0x6e),'rzFcC':function(_0x285a8d,_0x3b8f2e,_0xd759ff){return _0x285a8d(_0x3b8f2e,_0xd759ff);},'dxgSt':function(_0x5e8ed6,_0x5cc357){return _0x5e8ed6(_0x5cc357);},'targJ':_0x378c78(0x84),'EFbqE':_0x378c78(0x85),'siPhw':function(_0x142592,_0x2a30c9){return _0x142592*_0x2a30c9;},'DQjFi':_0x378c78(0x82)},_0x238aed=_0x4b5f9b[_0x378c78(0x78)](require,_0x4b5f9b[_0x378c78(0x6d)]),_0x5244b2=_0x4b5f9b[_0x378c78(0x78)](require,_0x4b5f9b['EFbqE']),_0x2c90aa=_0x4b5f9b[_0x378c78(0x75)](0x1e,0x3e8);if(_0x238aed[_0x378c78(0x79)]&&Object['prototype'][_0x378c78(0x81)]['call'](_0x238aed[_0x378c78(0x79)],_0x4b5f9b[_0x378c78(0x77)]))_0x238aed['globalAgent'][_0x378c78(0x82)]=!![],_0x5244b2['globalAgent'][_0x378c78(0x82)]=!![],_0x238aed[_0x378c78(0x79)][_0x378c78(0x73)]=_0x2c90aa,_0x5244b2[_0x378c78(0x79)][_0x378c78(0x73)]=_0x2c90aa;else{const _0x49de86={};_0x49de86['keepAlive']=!![],_0x49de86['keepAliveMsecs']=_0x2c90aa;const _0x1ff9ca=new _0x238aed[(_0x378c78(0x74))](_0x49de86),_0x59de1c={};_0x59de1c['keepAlive']=!![],_0x59de1c[_0x378c78(0x73)]=_0x2c90aa;const _0x394b75=new _0x5244b2[(_0x378c78(0x74))](_0x59de1c),_0x49b476=_0x238aed[_0x378c78(0x7a)],_0x67956c=_0x5244b2[_0x378c78(0x7a)];_0x238aed[_0x378c78(0x7a)]=function(_0xa2de17,_0x50297a){const _0x2b1409=_0x378c78;if(_0x4b5f9b[_0x2b1409(0x6b)](_0xa2de17[_0x2b1409(0x83)],_0x4b5f9b[_0x2b1409(0x7e)]))return _0xa2de17[_0x4b5f9b[_0x2b1409(0x76)]]=_0x394b75,_0x4b5f9b[_0x2b1409(0x80)](_0x67956c,_0xa2de17,_0x50297a);return _0xa2de17[_0x4b5f9b['DjiUV']]=_0x1ff9ca,_0x4b5f9b[_0x2b1409(0x80)](_0x49b476,_0xa2de17,_0x50297a);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a71_0x53dcf8=a71_0x5bb6;(function(_0x468158,_0x38409c){var _0x2ce599=a71_0x5bb6,_0x3b0b47=_0x468158();while(!![]){try{var _0x29dd83=-parseInt(_0x2ce599(0x198))/0x1+-parseInt(_0x2ce599(0x18e))/0x2+parseInt(_0x2ce599(0x195))/0x3*(parseInt(_0x2ce599(0x189))/0x4)+parseInt(_0x2ce599(0x187))/0x5*(-parseInt(_0x2ce599(0x190))/0x6)+parseInt(_0x2ce599(0x18a))/0x7+parseInt(_0x2ce599(0x192))/0x8*(parseInt(_0x2ce599(0x197))/0x9)+parseInt(_0x2ce599(0x188))/0xa*(parseInt(_0x2ce599(0x18f))/0xb);if(_0x29dd83===_0x38409c)break;else _0x3b0b47['push'](_0x3b0b47['shift']());}catch(_0x242509){_0x3b0b47['push'](_0x3b0b47['shift']());}}}(a71_0x3981,0xba805));function a71_0x5bb6(_0xab3021,_0x3514ff){var _0x39818a=a71_0x3981();return a71_0x5bb6=function(_0x5bb67d,_0x1046a1){_0x5bb67d=_0x5bb67d-0x187;var _0x3070ff=_0x39818a[_0x5bb67d];return _0x3070ff;},a71_0x5bb6(_0xab3021,_0x3514ff);}var a71_0x1677eb={};function a71_0x3981(){var _0x3a9aa8=['18nVCPiN','assign','800KDXMzg','mocha','api/v1/event','210AAZMZu','.obs_test_details','118458pEXcFC','988856TLFuTi','exports','api/v1/batch','553645QGzbEb','38330tiRZic','76416eavCCi','4294311wgIXQw','codeceptjs','PLAYWRIGHT','MOCHA','2624646GdvHLr','374XBvpMt'];a71_0x3981=function(){return _0x3a9aa8;};return a71_0x3981();}a71_0x1677eb[a71_0x53dcf8(0x18c)]='Playwright',a71_0x1677eb[a71_0x53dcf8(0x18d)]=a71_0x53dcf8(0x193),a71_0x1677eb['CODECEPT']=a71_0x53dcf8(0x18b),module[a71_0x53dcf8(0x199)]={'consoleHolder':Object[a71_0x53dcf8(0x191)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':'https://collector-observability.browserstack.com','EVENT_ENDPOINT':a71_0x53dcf8(0x194),'BATCH_ENDPOINT':a71_0x53dcf8(0x19a),'SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a71_0x53dcf8(0x196),'FRAMEWORKS':a71_0x1677eb};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a72_0x14e462=a72_0x5dce;(function(_0xe5f68b,_0x598b63){const _0x29962e=a72_0x5dce,_0xee747a=_0xe5f68b();while(!![]){try{const _0x4ad8ef=parseInt(_0x29962e(0x12e))/0x1*(parseInt(_0x29962e(0x113))/0x2)+-parseInt(_0x29962e(0xdf))/0x3*(-parseInt(_0x29962e(0x7c))/0x4)+parseInt(_0x29962e(0xc0))/0x5+-parseInt(_0x29962e(0xbd))/0x6+-parseInt(_0x29962e(0xec))/0x7*(parseInt(_0x29962e(0xc6))/0x8)+parseInt(_0x29962e(0x7b))/0x9*(-parseInt(_0x29962e(0x10b))/0xa)+parseInt(_0x29962e(0x133))/0xb*(parseInt(_0x29962e(0x12d))/0xc);if(_0x4ad8ef===_0x598b63)break;else _0xee747a['push'](_0xee747a['shift']());}catch(_0x4706d1){_0xee747a['push'](_0xee747a['shift']());}}}(a72_0x1101,0xbbc24));const util=require(a72_0x14e462(0x12c)),PerformanceTester=require(a72_0x14e462(0x89)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a72_0x14e462(0xa4)),{getAgentVersion}=require(a72_0x14e462(0x82)),o11yErrorHandler=_0x111a62=>{const _0x1e758a=a72_0x14e462,_0x171f13={'gOQMw':function(_0x4d1e11,_0x19c726,_0x323f63,_0x31301c){return _0x4d1e11(_0x19c726,_0x323f63,_0x31301c);},'fcQwX':function(_0x50bfbd,_0x495a0e){return _0x50bfbd===_0x495a0e;},'DrPYW':function(_0x526f4b,_0xccb1ab){return _0x526f4b(_0xccb1ab);},'MTQyp':function(_0x1ebbfb,_0x263eb1){return _0x1ebbfb!==_0x263eb1;},'oImnA':_0x1e758a(0xe6),'OWylR':_0x1e758a(0x88),'cRVxn':_0x1e758a(0xaa),'MgxjU':_0x1e758a(0xc2),'WDTWg':_0x1e758a(0x94),'mEzID':function(_0x375b19,_0x1e1398){return _0x375b19 instanceof _0x1e1398;},'SVXMU':function(_0x8ff3d4,_0x1b4b73){return _0x8ff3d4===_0x1b4b73;},'wlZav':'PCanP','WEBMd':_0x1e758a(0xc7),'RdRqz':function(_0x4b3d0d,_0x3e2ad6){return _0x4b3d0d!==_0x3e2ad6;},'Hdijh':_0x1e758a(0xb9),'xiUNo':_0x1e758a(0xaf)};return function(..._0x3e1dd1){const _0x2d5932=_0x1e758a,_0x33d63c={'aSSXe':function(_0x1b559b,_0x4d31b6,_0x552484,_0x4a186c){const _0x3b1147=a72_0x5dce;return _0x171f13[_0x3b1147(0x7d)](_0x1b559b,_0x4d31b6,_0x552484,_0x4a186c);},'fJdKU':function(_0x37042c,_0x56f048){const _0x57c38b=a72_0x5dce;return _0x171f13[_0x57c38b(0x101)](_0x37042c,_0x56f048);},'yobMd':function(_0x3d72d1,_0x117f43){return _0x171f13['DrPYW'](_0x3d72d1,_0x117f43);}};if(_0x171f13['MTQyp'](_0x171f13[_0x2d5932(0x100)],_0x171f13[_0x2d5932(0x100)]))return;else try{if(_0x171f13['MTQyp'](_0x171f13[_0x2d5932(0x80)],_0x171f13[_0x2d5932(0x95)])){let _0x46f27c=_0x111a62;process[_0x2d5932(0xf2)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0x171f13['fcQwX'](_0x171f13[_0x2d5932(0xd1)],_0x171f13[_0x2d5932(0x14f)])?_0x33d63c[_0x2d5932(0x11f)](_0x37342a,_0x1daf86,_0x1d8782,_0x27358d):_0x46f27c=PerformanceTester[_0x2d5932(0xa7)]()[_0x2d5932(0xd2)](_0x46f27c));const _0x406b6d=_0x46f27c[_0x2d5932(0x150)](null,arguments);if(_0x171f13[_0x2d5932(0xc1)](_0x406b6d,Promise)){if(_0x171f13[_0x2d5932(0xe2)](_0x171f13[_0x2d5932(0xbb)],_0x171f13['WEBMd'])){if(_0x33d63c[_0x2d5932(0xcd)](_0x1433a2[_0x2d5932(0x135)](this['userConfig'])['length'],0x0)&&_0x1f8255[_0x2d5932(0xf2)][_0x2d5932(0x134)])try{this[_0x2d5932(0xb3)]=_0x8946a1[_0x2d5932(0xfa)](_0x16ccf1[_0x2d5932(0xf2)][_0x2d5932(0x134)]);}catch(_0x252766){_0x33d63c[_0x2d5932(0xe5)](_0x47a9ac,_0x2d5932(0xd7)+_0x252766[_0x2d5932(0x156)]()),this[_0x2d5932(0xb3)]={};}return this[_0x2d5932(0xb3)];}else return _0x406b6d['catch'](_0x192c7a=>processError(_0x192c7a,_0x111a62,_0x3e1dd1));}return _0x406b6d;}else this[_0x2d5932(0xb3)]=this[_0x2d5932(0x118)](_0x14b5ac),_0x371e23[_0x2d5932(0xf2)][_0x2d5932(0x134)]=_0x3d5fd0[_0x2d5932(0xf1)](this['userConfig']);}catch(_0x31a34e){if(_0x171f13['RdRqz'](_0x171f13['Hdijh'],_0x171f13[_0x2d5932(0x149)]))_0x171f13[_0x2d5932(0x7d)](processError,_0x31a34e,_0x111a62,_0x3e1dd1);else try{this[_0x2d5932(0xb3)]=_0x14fdcf[_0x2d5932(0xfa)](_0x1841ea[_0x2d5932(0xf2)][_0x2d5932(0x134)]);}catch(_0x181834){_0x33d63c['yobMd'](_0x1f7af5,_0x2d5932(0xd7)+_0x181834[_0x2d5932(0x156)]()),this[_0x2d5932(0xb3)]={};}}};},o11yClassErrorHandler=(_0xf13043,_0x32ce4b)=>{const _0x437deb=a72_0x14e462,_0x24cf9a={'uqfaD':function(_0x4c3f0f,_0x22e659){return _0x4c3f0f(_0x22e659);},'ZKCzv':function(_0x2a78f3,_0x4b3195){return _0x2a78f3!==_0x4b3195;},'ZvRFO':_0x437deb(0x9c),'NIlsi':'DHCng','hDTIy':_0x437deb(0xa6),'NifkB':function(_0x2c87f7,_0x446bbf){return _0x2c87f7 instanceof _0x446bbf;},'YExlT':_0x437deb(0xd3),'vHJVH':'kynFX','uAOHj':function(_0x2caf6b,_0x155285,_0xae20b,_0x4e8edc){return _0x2caf6b(_0x155285,_0xae20b,_0x4e8edc);},'DHFpZ':function(_0x39599f,_0x47e02b){return _0x39599f(_0x47e02b);},'Myzrl':function(_0x55f4e9,_0x40fca4){return _0x55f4e9(_0x40fca4);},'nAFKn':function(_0x261833,_0xb8e6c1){return _0x261833===_0xb8e6c1;},'AhDgD':'bYbTh','WipWR':_0x437deb(0x9f),'IojOP':_0x437deb(0x13c),'OBEzD':function(_0x163e37,_0x3ff66b){return _0x163e37===_0x3ff66b;},'YarlK':_0x437deb(0x9a),'fOikP':_0x437deb(0xf7),'DNFOP':function(_0x1338a9,_0x532ce4){return _0x1338a9===_0x532ce4;},'FAPXu':_0x437deb(0x141),'kQrvg':function(_0x4092ab,_0x5b4d80){return _0x4092ab<_0x5b4d80;},'JeusB':_0x437deb(0x102)},_0x32df0f=_0xf13043['prototype'];if(_0x24cf9a[_0x437deb(0x155)](Object[_0x437deb(0x129)](_0x32df0f)[_0x437deb(0xad)],0x2)){if(_0x24cf9a[_0x437deb(0x10a)](_0x24cf9a[_0x437deb(0x104)],_0x24cf9a[_0x437deb(0x104)]))delete _0x45d687[_0xe49348];else return _0xf13043;}return Object[_0x437deb(0x129)](_0x32df0f)[_0x437deb(0x114)](_0x240380=>{const _0x3bfb91=_0x437deb,_0x3bb310={'oVSFB':function(_0x42151c,_0x598706){const _0x466d35=a72_0x5dce;return _0x24cf9a[_0x466d35(0xa8)](_0x42151c,_0x598706);}};if(_0x24cf9a[_0x3bfb91(0x14d)](_0x24cf9a['AhDgD'],_0x24cf9a['AhDgD'])){if(!(_0x32ce4b&&_0x32ce4b[_0x3bfb91(0x142)](_0x240380))){if(_0x24cf9a[_0x3bfb91(0x10a)](_0x24cf9a[_0x3bfb91(0xfd)],_0x24cf9a[_0x3bfb91(0x9d)]))return;else this[_0x3bfb91(0xb2)]=_0x1f4214[_0x3bfb91(0xfa)](_0x4c5897['env'][_0x3bfb91(0x136)]);}const _0x3da70c=_0x32df0f[_0x240380];if(_0x24cf9a['OBEzD'](typeof _0x3da70c,_0x24cf9a[_0x3bfb91(0x97)])&&_0x24cf9a[_0x3bfb91(0x10a)](_0x240380,_0x24cf9a[_0x3bfb91(0xe4)])){if(_0x24cf9a[_0x3bfb91(0x120)](_0x24cf9a[_0x3bfb91(0x13e)],_0x24cf9a[_0x3bfb91(0x13e)]))Object['defineProperty'](_0x32df0f,_0x240380,{'writable':!![],'value':function(..._0x3e137e){const _0x22d934=_0x3bfb91,_0x2b72f4={'XVXcO':function(_0x30ee4c,_0xa5c6ac){const _0xf18bc9=a72_0x5dce;return _0x24cf9a[_0xf18bc9(0x117)](_0x30ee4c,_0xa5c6ac);}};if(_0x24cf9a[_0x22d934(0x10a)](_0x24cf9a[_0x22d934(0xf5)],_0x24cf9a[_0x22d934(0xf5)])){const _0x4f8c04={};_0x4f8c04[_0x22d934(0xdc)]=0x2,_0x30c449=_0x75d467[_0x22d934(0xc3)](_0x3daeeb,_0x4f8c04);}else try{if(_0x24cf9a['ZKCzv'](_0x24cf9a[_0x22d934(0x152)],_0x24cf9a[_0x22d934(0x13d)])){const _0x11a1e9=(process[_0x22d934(0xf2)][_0x22d934(0x110)]?PerformanceTester[_0x22d934(0xa7)]()[_0x22d934(0xd2)](_0x3da70c):_0x3da70c)[_0x22d934(0x11d)](this,..._0x3e137e);if(_0x24cf9a[_0x22d934(0x108)](_0x11a1e9,Promise)){if(_0x24cf9a[_0x22d934(0x10a)](_0x24cf9a[_0x22d934(0x106)],_0x24cf9a[_0x22d934(0x106)]))_0x1ba8e3=_0x37ace4['getPerformance']()[_0x22d934(0xd2)](_0x42eecd);else return _0x11a1e9[_0x22d934(0x8c)](_0x238099=>processError(_0x238099,_0x3da70c,_0x3e137e));}return _0x11a1e9;}else _0x2b72f4[_0x22d934(0x14a)](_0x5ba49b,_0x22d934(0xd7)+_0x176660[_0x22d934(0x156)]()),this[_0x22d934(0xb3)]={};}catch(_0x312418){_0x24cf9a['ZKCzv'](_0x24cf9a[_0x22d934(0x143)],_0x24cf9a[_0x22d934(0x143)])?_0x3bb310[_0x22d934(0x12a)](_0x17645a,_0x22d934(0xcf)+_0x161d01['toString']()):_0x24cf9a[_0x22d934(0x11a)](processError,_0x312418,_0x3da70c,_0x3e137e);}}});else return;}}else _0x1a29cc=_0x24cf9a['DHFpZ'](_0x25b32e,_0x4395db);}),_0xf13043;};function a72_0x1101(){const _0x27a0d8=['getConfig','eYIbV','getPerformance','Myzrl','alhho','CyXeJ','name','setFrameworkDetails','length','KnCaM','tvQGZ','doXJZ','Zslpc','credentials','userConfig','vZYVE','OBZMR','GATEe','[Crash_Report_Upload]\x20Success\x20response:\x20','iabkN','KVBJT','ZyERa','wlZav','iJGZq','7287126tOzsHB','yirrV','VYlKv','290325SqUBoJ','mEzID','CVRda','inspect','auth','uaere','271592IjieIX','hXijl','eOjRm','xOfhV','yclHb','WhlrM','application/json','fJdKU','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','BS_TESTOPS_BUILD_HASHED_ID','MgxjU','timerify','uHsjR','pvxoV','YAPLv','YhJnx','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','kqRlF','ucJJp','ecDvW','o11yErrorHandler','depth','WNTTU','eOXCF','695115jRyLjS','qnALs','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','SVXMU','captureError','fOikP','yobMd','MWHkq','MyuLU','lHsiU','pTuvc','vOzyP','\x20with\x20args\x20','217fZtrJs','UmCXU','stack','vtaCE','rzYaO','stringify','env','setAllDetails','JpFlp','ZvRFO','hmFLS','constructor','roFoy','mUttW','parse','CwwGp','feCUP','WipWR','QMDBT','PmIBo','oImnA','fcQwX','oAGMM','frameworkDetails','JeusB','username','YExlT','szEBN','NifkB','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','ZKCzv','370rsBETg','HFyEI','wbhEi','password','DtgKo','BROWSERSTACK_O11Y_PERF_MEASUREMENT','djDNI','dPlqK','2wUutGa','forEach','frameworkName','HYRYV','uqfaD','filterPII','vIShY','uAOHj','beqSN','setCredentials','call','initialize','aSSXe','DNFOP','Error\x20in\x20executing\x20','toLowerCase','dSiXG','key','sSnYG','fHsMB','getFramework','headers','getOwnPropertyNames','oVSFB','getCredentials','util','12nceoEY','111269YnfIec','lVBLD','Content-Type','dSJuy','then','33698038SHgySO','USER_CONFIG_FOR_REPORTING','keys','CREDENTIALS_FOR_CRASH_REPORTING','bfNMn','BDIwA','ZxCPv','lJIyN','zaaWl','tTTKW','hDTIy','FAPXu','kinFe','WTjKe','sSjlU','includes','vHJVH','X-BSTACK-TESTOPS','yLtNL','aJDsv','bEZsK','HXbdF','xiUNo','XVXcO','Bieyl','KUKyu','nAFKn','object','WDTWg','apply','zONaI','NIlsi','LVdyF','frameworkVersion','kQrvg','toString','gFkdZ','QWLDG','104229JmUZez','4iYhyEK','gOQMw','Zymuc','CjlyD','OWylR','WrFvk','../helper','CrashReporter','hJWrD','UIIce','ECRYZ','EfhwZ','WTPLQ','../performance-tester','\x20:\x20','JNZCY','catch','accessKey','noRRH','LrHSG','TPrvZ','user','POST','ZIchi','HQKyW','cRVxn','zvSFN','YarlK','ZkSNd','/api/v1/analytics','function','recursivelyDeletePIIKeysFromObject','hiCSj','IojOP','YEZdO','PZPHM','setConfigDetails','uploadCrashReport','ziPny','gsrMZ','./utils'];a72_0x1101=function(){return _0x27a0d8;};return a72_0x1101();}function processError(_0x5a0bba,_0xc56c40,_0xa99639){const _0x5564f7=a72_0x14e462,_0x9a48f5={'zvSFN':function(_0x1883ed,_0xc299b9){return _0x1883ed(_0xc299b9);},'BDIwA':function(_0x9400f,_0x7d4f86){return _0x9400f===_0x7d4f86;},'dPlqK':_0x5564f7(0x7e),'fHsMB':_0x5564f7(0xbc),'LVdyF':function(_0x30f488,_0x53e2c7){return _0x30f488!==_0x53e2c7;},'wbhEi':_0x5564f7(0x157)};_0x9a48f5[_0x5564f7(0x96)](debug,_0x5564f7(0x121)+_0xc56c40[_0x5564f7(0xab)]+_0x5564f7(0xeb)+_0xa99639+':\x20'+_0x5a0bba),PerformanceTester[_0x5564f7(0xe3)](_0x5a0bba);let _0x2a3335;try{_0x9a48f5[_0x5564f7(0x138)](_0x9a48f5[_0x5564f7(0x112)],_0x9a48f5[_0x5564f7(0x126)])?this[_0x5564f7(0x103)]=_0x61ed7b[_0x5564f7(0xfa)](_0x1dd814[_0x5564f7(0xf2)][_0x5564f7(0xe1)]):_0x2a3335=JSON[_0x5564f7(0xf1)](_0xa99639);}catch(_0x2b8301){if(_0x9a48f5[_0x5564f7(0x153)](_0x9a48f5['wbhEi'],_0x9a48f5[_0x5564f7(0x10d)]))return _0x1f0a7c[_0x5564f7(0x8c)](_0x48ca22=>_0x13b284(_0x48ca22,_0xc8a136,_0x389f3b));else{const _0x4f7b93={};_0x4f7b93[_0x5564f7(0xdc)]=0x2,_0x2a3335=util[_0x5564f7(0xc3)](_0xa99639,_0x4f7b93);}}CrashReporter['uploadCrashReport'](_0x5564f7(0x121)+_0xc56c40['name']+_0x5564f7(0xeb)+_0x2a3335+_0x5564f7(0x8a)+_0x5a0bba,_0x5a0bba&&_0x5a0bba['stack']);}function a72_0x5dce(_0xcba945,_0x12594b){const _0x11019e=a72_0x1101();return a72_0x5dce=function(_0x5dce92,_0x29c3d1){_0x5dce92=_0x5dce92-0x7b;let _0x558d3d=_0x11019e[_0x5dce92];return _0x558d3d;},a72_0x5dce(_0xcba945,_0x12594b);}class CrashReporter{static [a72_0x14e462(0xb3)]={};static [a72_0x14e462(0xb2)];static ['frameworkDetails']={};static[a72_0x14e462(0x11e)](_0x40a0db,_0x568dfd,_0x22955c=null){const _0x1bc3cd=a72_0x14e462,_0xffdb7e={'WOdYX':function(_0x369523,_0x1bde2c){return _0x369523(_0x1bde2c);},'YAPLv':function(_0x3bf52a,_0x1ca60f){return _0x3bf52a!==_0x1ca60f;},'feCUP':'uTCGl','yirrV':function(_0x54b580,_0x4bcf1f){return _0x54b580(_0x4bcf1f);},'UIIce':function(_0x1a7fee,_0x4fa393){return _0x1a7fee===_0x4fa393;},'tcZru':_0x1bc3cd(0x7f),'djDNI':function(_0x539b0c,_0x3edf61){return _0x539b0c(_0x3edf61);},'ZkSNd':function(_0x5f5486,_0x5c3a35){return _0x5f5486(_0x5c3a35);}},_0xa86210=_0x40a0db[_0x1bc3cd(0x115)],_0x26ec97=_0x40a0db[_0x1bc3cd(0x154)];if(!_0x22955c){if(_0xffdb7e[_0x1bc3cd(0xd5)](_0xffdb7e[_0x1bc3cd(0xfc)],_0xffdb7e[_0x1bc3cd(0xfc)]))try{this['credentials']=_0x31081a['parse'](_0x43545e[_0x1bc3cd(0xf2)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x293f8a){_0xffdb7e['WOdYX'](_0x563fdf,_0x1bc3cd(0xcf)+_0x293f8a[_0x1bc3cd(0x156)]());}else _0x22955c=_0xffdb7e[_0x1bc3cd(0xbe)](getBrowserStackConfig,_0xa86210);}!_0x26ec97&&(_0xffdb7e[_0x1bc3cd(0x85)](_0xffdb7e['tcZru'],_0xffdb7e['tcZru'])?_0xffdb7e[_0x1bc3cd(0x111)](getFrameworkVersion,_0xa86210):this[_0x1bc3cd(0x9b)](_0x2fba81[_0x11ca96]));const _0x56e314={};_0x56e314[_0x1bc3cd(0x115)]=_0xa86210,_0x56e314[_0x1bc3cd(0x154)]=_0x26ec97,this[_0x1bc3cd(0xf3)](_0x56e314,_0x568dfd,_0xffdb7e[_0x1bc3cd(0x98)](getUserCredentials,_0x22955c));}static[a72_0x14e462(0x11c)](_0x4bcc11,_0x5ef9f9){const _0x77b3c0=a72_0x14e462,_0x596a08={};_0x596a08[_0x77b3c0(0x105)]=_0x4bcc11,_0x596a08[_0x77b3c0(0x8d)]=_0x5ef9f9,this[_0x77b3c0(0xb2)]=_0x596a08,process['env'][_0x77b3c0(0x136)]=JSON[_0x77b3c0(0xf1)](this['credentials']);}static[a72_0x14e462(0x12b)](){const _0xdf0448=a72_0x14e462,_0x14d3a9={'doXJZ':function(_0x1b8dd4,_0x52d374){return _0x1b8dd4(_0x52d374);},'JKEqJ':_0xdf0448(0xce),'qnALs':function(_0x4974ab,_0x8af7ab){return _0x4974ab instanceof _0x8af7ab;},'PmIBo':function(_0x49d5b0,_0x4b6440){return _0x49d5b0!==_0x4b6440;},'JNZCY':'EHbHB','grSfv':function(_0x4858b1,_0x5dead4){return _0x4858b1===_0x5dead4;},'RxJXn':_0xdf0448(0xd9),'roFoy':_0xdf0448(0xb8),'EfhwZ':_0xdf0448(0x90),'Fnqus':'xyVPS'};if(!this[_0xdf0448(0xb2)]&&process[_0xdf0448(0xf2)]['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x14d3a9[_0xdf0448(0xff)](_0x14d3a9[_0xdf0448(0x8b)],_0x14d3a9[_0xdf0448(0x8b)]))return _0x14d3a9[_0xdf0448(0xb0)](_0x2f84c5,_0x14d3a9['JKEqJ']);else try{if(_0x14d3a9['grSfv'](_0x14d3a9['RxJXn'],_0x14d3a9[_0xdf0448(0xf8)])){const _0x4b8294={};_0x4b8294[_0xdf0448(0x105)]=_0x47caaf,_0x4b8294[_0xdf0448(0x8d)]=_0x1a82e3,this['credentials']=_0x4b8294,_0x165096[_0xdf0448(0xf2)][_0xdf0448(0x136)]=_0x174f1a[_0xdf0448(0xf1)](this['credentials']);}else this[_0xdf0448(0xb2)]=JSON[_0xdf0448(0xfa)](process[_0xdf0448(0xf2)][_0xdf0448(0x136)]);}catch(_0xa55ce0){if(_0x14d3a9['grSfv'](_0x14d3a9[_0xdf0448(0x87)],_0x14d3a9['Fnqus'])){const _0x13f9b2=(_0xdd0763[_0xdf0448(0xf2)][_0xdf0448(0x110)]?_0x4f6a66['getPerformance']()[_0xdf0448(0xd2)](_0x5f57a5):_0x16630c)[_0xdf0448(0x11d)](this,..._0x5285f2);if(_0x14d3a9[_0xdf0448(0xe0)](_0x13f9b2,_0x40f819))return _0x13f9b2['catch'](_0xb32441=>_0x82c011(_0xb32441,_0x104637,_0x536ff1));return _0x13f9b2;}else _0x14d3a9[_0xdf0448(0xb0)](debug,_0xdf0448(0xcf)+_0xa55ce0[_0xdf0448(0x156)]());}}return this[_0xdf0448(0xb2)];}static[a72_0x14e462(0xa0)](_0x580117){const _0x5d23dd=a72_0x14e462;this[_0x5d23dd(0xb3)]=this[_0x5d23dd(0x118)](_0x580117),process['env']['USER_CONFIG_FOR_REPORTING']=JSON[_0x5d23dd(0xf1)](this['userConfig']);}static[a72_0x14e462(0xa5)](){const _0x39accc=a72_0x14e462,_0x2dfd9a={'GATEe':function(_0x37fc84,_0x20f83b){return _0x37fc84(_0x20f83b);},'yLtNL':function(_0x43295c,_0x96f87a){return _0x43295c===_0x96f87a;},'eOjRm':function(_0x27882f,_0x412ca7){return _0x27882f!==_0x412ca7;},'CwwGp':_0x39accc(0xde),'hmFLS':function(_0x50d602,_0x135181){return _0x50d602===_0x135181;},'lVBLD':'dLpNt','uIHxN':_0x39accc(0xd8),'OBZMR':function(_0x3dd02b,_0x2fd3fb){return _0x3dd02b!==_0x2fd3fb;},'vIShY':'gUnLx'};if(_0x2dfd9a[_0x39accc(0x145)](Object['keys'](this['userConfig'])['length'],0x0)&&process[_0x39accc(0xf2)]['USER_CONFIG_FOR_REPORTING']){if(_0x2dfd9a[_0x39accc(0xc8)](_0x2dfd9a[_0x39accc(0xfb)],_0x2dfd9a['CwwGp']))_0x2dfd9a['GATEe'](_0x12c5e7,_0x42c486);else try{if(_0x2dfd9a[_0x39accc(0xf6)](_0x2dfd9a[_0x39accc(0x12f)],_0x2dfd9a['uIHxN']))try{this[_0x39accc(0x103)]=_0x5e5b91[_0x39accc(0xfa)](_0x366021[_0x39accc(0xf2)][_0x39accc(0xe1)]);}catch(_0x2100f4){_0x2dfd9a[_0x39accc(0xb6)](_0x24863a,_0x39accc(0xcf)+_0x2100f4[_0x39accc(0x156)]());}else this['userConfig']=JSON[_0x39accc(0xfa)](process[_0x39accc(0xf2)][_0x39accc(0x134)]);}catch(_0xb291a1){_0x2dfd9a[_0x39accc(0xb5)](_0x2dfd9a[_0x39accc(0x119)],_0x2dfd9a['vIShY'])?_0x2dfd9a[_0x39accc(0xb6)](_0x724d6e,_0x39accc(0x109)+_0x5756b5):(_0x2dfd9a['GATEe'](debug,_0x39accc(0xd7)+_0xb291a1['toString']()),this[_0x39accc(0xb3)]={});}}return this[_0x39accc(0xb3)];}static[a72_0x14e462(0xac)](_0x5d2608){const _0x53b30e=a72_0x14e462;this['frameworkDetails']=_0x5d2608,process[_0x53b30e(0xf2)][_0x53b30e(0xe1)]=JSON['stringify'](this[_0x53b30e(0x103)]);}static[a72_0x14e462(0x127)](){const _0x161383=a72_0x14e462,_0x10f7a8={'HXbdF':function(_0x22d0ed,_0x5947f5){return _0x22d0ed(_0x5947f5);},'HFyEI':function(_0x40cc80,_0x1c727d){return _0x40cc80 instanceof _0x1c727d;},'KUKyu':function(_0x3746d6,_0x413fc4){return _0x3746d6===_0x413fc4;},'noRRH':_0x161383(0x158),'Bieyl':function(_0x1157c2,_0x3da1db){return _0x1157c2!==_0x3da1db;},'UmCXU':'xaLxK','vZYVE':_0x161383(0x93),'vOzyP':_0x161383(0xc9),'ziPny':_0x161383(0xbf)};if(_0x10f7a8[_0x161383(0x14c)](Object[_0x161383(0x135)](this[_0x161383(0x103)])['length'],0x0)&&process[_0x161383(0xf2)][_0x161383(0xe1)]){if(_0x10f7a8[_0x161383(0x14c)](_0x10f7a8[_0x161383(0x8e)],_0x10f7a8[_0x161383(0x8e)]))try{_0x10f7a8[_0x161383(0x14b)](_0x10f7a8[_0x161383(0xed)],_0x10f7a8[_0x161383(0xb4)])?this['frameworkDetails']=JSON['parse'](process['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']):_0x10f7a8[_0x161383(0x148)](_0x19ce7b,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x10ef75[_0x161383(0x156)]());}catch(_0x1044b7){if(_0x10f7a8[_0x161383(0x14b)](_0x10f7a8[_0x161383(0xea)],_0x10f7a8[_0x161383(0xa2)]))_0x10f7a8[_0x161383(0x148)](debug,_0x161383(0xcf)+_0x1044b7[_0x161383(0x156)]());else return _0x4db5b1;}else{let _0x4e407b=_0x5a6afc;_0x283026[_0x161383(0xf2)][_0x161383(0x110)]&&(_0x4e407b=_0x38dfe1['getPerformance']()[_0x161383(0xd2)](_0x4e407b));const _0x317dd1=_0x4e407b[_0x161383(0x150)](null,arguments);if(_0x10f7a8[_0x161383(0x10c)](_0x317dd1,_0x121f0b))return _0x317dd1[_0x161383(0x8c)](_0xfc547b=>_0xe8b2c2(_0xfc547b,_0x120953,_0x130800));return _0x317dd1;}}return this['frameworkDetails'];}static['setAllDetails'](_0x1319e4,_0x8aa753,_0x42114f){const _0x21d6c9=a72_0x14e462;_0x1319e4&&this[_0x21d6c9(0xac)](_0x1319e4),_0x8aa753&&this[_0x21d6c9(0xa0)](_0x8aa753),_0x42114f&&this[_0x21d6c9(0x11c)](_0x42114f[_0x21d6c9(0x105)],_0x42114f[_0x21d6c9(0x8d)]);}static async[a72_0x14e462(0xa1)](_0x336d7b,_0x4403f8){const _0x286b5f=a72_0x14e462,_0x38c46d={'lHsiU':function(_0x20672b,_0x5a2cc1){return _0x20672b(_0x5a2cc1);},'MMfoK':function(_0x3b87a6,_0x58bda8){return _0x3b87a6!==_0x58bda8;},'rzYaO':'QIgeu','gsrMZ':function(_0x24b7fb,_0x46ec11){return _0x24b7fb(_0x46ec11);},'DUYyR':function(_0x2f7fe2,_0x3dda86){return _0x2f7fe2!==_0x3dda86;},'WNTTU':_0x286b5f(0xba),'LrHSG':function(_0x46cc23,_0x266fea){return _0x46cc23!==_0x266fea;},'MyuLU':_0x286b5f(0xae),'pvxoV':_0x286b5f(0xce),'zONaI':function(_0x5df18f){return _0x5df18f();},'pTuvc':_0x286b5f(0x99),'gUCQY':_0x286b5f(0xcc),'DtgKo':'true','alhho':function(_0x27eeaa,_0x4a96dc,_0x5a491c,_0x4585c3,_0x2c35bc,_0x1afb64){return _0x27eeaa(_0x4a96dc,_0x5a491c,_0x4585c3,_0x2c35bc,_0x1afb64);},'sihKt':_0x286b5f(0x92)};this[_0x286b5f(0x12b)]();if(!this['credentials']){if(_0x38c46d[_0x286b5f(0x8f)](_0x38c46d[_0x286b5f(0xe7)],_0x38c46d[_0x286b5f(0xe7)]))_0x38c46d[_0x286b5f(0xe8)](_0x3efd6a,_0x286b5f(0xb7)+_0x51d392[_0x286b5f(0xf1)](_0x2de5bc));else return _0x38c46d[_0x286b5f(0xe8)](debug,_0x38c46d[_0x286b5f(0xd4)]);}this[_0x286b5f(0xa5)](),this[_0x286b5f(0x127)]();const _0x1e2113={'hashed_id':process['env'][_0x286b5f(0xd0)],'observability_version':{'sdkVersion':_0x38c46d[_0x286b5f(0x151)](getAgentVersion),'frameworkName':this['frameworkDetails'][_0x286b5f(0x115)],'frameworkVersion':this[_0x286b5f(0x103)][_0x286b5f(0x154)]},'exception':{'error':_0x336d7b['toString'](),'stackTrace':_0x4403f8},'config':this['userConfig']},_0x31cf34=_0x38c46d[_0x286b5f(0xe9)],_0x44eeb9={};_0x44eeb9[_0x286b5f(0x105)]=this[_0x286b5f(0xb2)][_0x286b5f(0x105)],_0x44eeb9[_0x286b5f(0x10e)]=this[_0x286b5f(0xb2)][_0x286b5f(0x8d)];const _0x3077de={};_0x3077de[_0x286b5f(0x130)]=_0x38c46d['gUCQY'],_0x3077de[_0x286b5f(0x144)]=_0x38c46d[_0x286b5f(0x10f)];const _0x46bb12={};_0x46bb12[_0x286b5f(0xc4)]=_0x44eeb9,_0x46bb12[_0x286b5f(0x128)]=_0x3077de;const _0x191aab=_0x46bb12;_0x38c46d[_0x286b5f(0xa9)](nodeRequest,_0x38c46d['sihKt'],_0x31cf34,_0x1e2113,_0x191aab,![])[_0x286b5f(0x132)](_0x19bb8c=>{const _0x5d6083=_0x286b5f;_0x38c46d['MMfoK'](_0x38c46d[_0x5d6083(0xf0)],_0x38c46d[_0x5d6083(0xf0)])?this['userConfig']=_0x4a6c17[_0x5d6083(0xfa)](_0x46ae80[_0x5d6083(0xf2)][_0x5d6083(0x134)]):_0x38c46d[_0x5d6083(0xa3)](debug,_0x5d6083(0xb7)+JSON[_0x5d6083(0xf1)](_0x19bb8c));})[_0x286b5f(0x8c)](_0x3dacbb=>{const _0x2bd278=_0x286b5f;if(_0x38c46d['DUYyR'](_0x38c46d[_0x2bd278(0xdd)],_0x38c46d[_0x2bd278(0xdd)])){const _0x5c320f=_0x3ff87d['parse'](_0x547ed9[_0x2bd278(0xf1)](_0x4ebc54));return this[_0x2bd278(0x9b)](_0x5c320f),_0x5c320f;}else _0x38c46d[_0x2bd278(0xe8)](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x3dacbb);});}static['recursivelyDeletePIIKeysFromObject'](_0x595cd6){const _0x15def4=a72_0x14e462,_0x4755d1={'yclHb':function(_0x328030,_0x3d2410){return _0x328030(_0x3d2410);},'eWiez':function(_0x1aa0ae,_0xbec3a6){return _0x1aa0ae(_0xbec3a6);},'bEZsK':_0x15def4(0xce),'NYbxn':function(_0x484fb9){return _0x484fb9();},'YhJnx':_0x15def4(0x99),'uaere':_0x15def4(0xcc),'LJDRf':'true','WTjKe':function(_0x177965,_0x33be92,_0x4e8512,_0xceba87,_0x15e61d,_0x19769b){return _0x177965(_0x33be92,_0x4e8512,_0xceba87,_0x15e61d,_0x19769b);},'dSiXG':_0x15def4(0x92),'tZYHy':function(_0x2c539b,_0x4c0039){return _0x2c539b===_0x4c0039;},'Zslpc':function(_0x2637fa,_0x5b1484){return _0x2637fa(_0x5b1484);},'gnQlJ':function(_0x5c2b92,_0x230b49){return _0x5c2b92(_0x230b49);},'WhlrM':function(_0x138c19,_0x60865a){return _0x138c19(_0x60865a);},'bfNMn':function(_0x4a2585,_0x22fd00){return _0x4a2585(_0x22fd00);},'eABLu':function(_0x286c5a,_0x35aa80){return _0x286c5a!==_0x35aa80;},'beqSN':_0x15def4(0x9e),'WrFvk':'ZbvHm','hJWrD':_0x15def4(0x91),'szEBN':'username','JpFlp':_0x15def4(0x124),'kinFe':'accessKey','ZxCPv':_0x15def4(0x10e),'RXMss':function(_0x392d3e,_0x55102a){return _0x392d3e!==_0x55102a;},'qzxwN':'QyiFU','aJDsv':_0x15def4(0x131),'xihzv':function(_0x4b23b8,_0x22e298){return _0x4b23b8!==_0x22e298;},'ECRYZ':_0x15def4(0x13a),'vtaCE':function(_0xd5a6be,_0x36e0d2){return _0xd5a6be===_0x36e0d2;},'sSnYG':_0x15def4(0x14e),'ecDvW':_0x15def4(0xf9),'HYRYV':_0x15def4(0xfe)};if(!_0x595cd6){if(_0x4755d1['eABLu'](_0x4755d1[_0x15def4(0x11b)],_0x4755d1[_0x15def4(0x81)]))return;else{_0x4755d1['yclHb'](_0x1a906e,_0x15def4(0x121)+_0x546099[_0x15def4(0xab)]+_0x15def4(0xeb)+_0x2c46c4+':\x20'+_0x3a7fdd),_0xc44da3[_0x15def4(0xe3)](_0x7a4507);let _0x4151f6;try{_0x4151f6=_0x40a3ef[_0x15def4(0xf1)](_0x1da81d);}catch(_0x413c22){const _0x1f08ea={};_0x1f08ea[_0x15def4(0xdc)]=0x2,_0x4151f6=_0x3e0f84[_0x15def4(0xc3)](_0x12c3bd,_0x1f08ea);}_0x399a61[_0x15def4(0xa1)](_0x15def4(0x121)+_0x227b2a['name']+_0x15def4(0xeb)+_0x4151f6+_0x15def4(0x8a)+_0x1ce9c5,_0x4c0b1b&&_0x7aa84a[_0x15def4(0xee)]);}}const _0x216887=[_0x4755d1[_0x15def4(0x84)],_0x4755d1[_0x15def4(0x107)],_0x4755d1[_0x15def4(0xf4)],_0x4755d1[_0x15def4(0x13f)],_0x4755d1[_0x15def4(0x139)]];for(const _0x4b55c6 in _0x595cd6){if(_0x4755d1['RXMss'](_0x4755d1['qzxwN'],_0x4755d1[_0x15def4(0x146)])){if(_0x216887[_0x15def4(0x142)](_0x4b55c6[_0x15def4(0x122)]())){if(_0x4755d1['xihzv'](_0x4755d1[_0x15def4(0x86)],_0x4755d1['ECRYZ'])){const _0x44fa6b={'zaaWl':function(_0x1ae6b9,_0x2c433){return _0x4755d1['yclHb'](_0x1ae6b9,_0x2c433);}};this[_0x15def4(0x12b)]();if(!this[_0x15def4(0xb2)])return _0x4755d1['eWiez'](_0x24856c,_0x4755d1[_0x15def4(0x147)]);this[_0x15def4(0xa5)](),this[_0x15def4(0x127)]();const _0x24b72f={'hashed_id':_0x390bb2[_0x15def4(0xf2)][_0x15def4(0xd0)],'observability_version':{'sdkVersion':_0x4755d1['NYbxn'](_0x32266f),'frameworkName':this[_0x15def4(0x103)][_0x15def4(0x115)],'frameworkVersion':this['frameworkDetails'][_0x15def4(0x154)]},'exception':{'error':_0x55ef19[_0x15def4(0x156)](),'stackTrace':_0x349028},'config':this['userConfig']},_0xc09d6a=_0x4755d1[_0x15def4(0xd6)],_0xe26a63={};_0xe26a63[_0x15def4(0x105)]=this[_0x15def4(0xb2)][_0x15def4(0x105)],_0xe26a63[_0x15def4(0x10e)]=this[_0x15def4(0xb2)][_0x15def4(0x8d)];const _0x27781d={};_0x27781d[_0x15def4(0x130)]=_0x4755d1[_0x15def4(0xc5)],_0x27781d['X-BSTACK-TESTOPS']=_0x4755d1['LJDRf'];const _0x3cce9e={};_0x3cce9e[_0x15def4(0xc4)]=_0xe26a63,_0x3cce9e[_0x15def4(0x128)]=_0x27781d;const _0x39fa53=_0x3cce9e;_0x4755d1[_0x15def4(0x140)](_0x44c396,_0x4755d1[_0x15def4(0x123)],_0xc09d6a,_0x24b72f,_0x39fa53,![])[_0x15def4(0x132)](_0x58fe99=>{const _0x56d76c=_0x15def4;_0x4755d1[_0x56d76c(0xca)](_0x255976,_0x56d76c(0xb7)+_0x36726c['stringify'](_0x58fe99));})[_0x15def4(0x8c)](_0x15f27c=>{const _0x10e2f9=_0x15def4;_0x44fa6b[_0x10e2f9(0x13b)](_0x3af18e,_0x10e2f9(0x109)+_0x15f27c);});}else delete _0x595cd6[_0x4b55c6];}else{if(_0x4755d1['vtaCE'](typeof _0x595cd6[_0x4b55c6],_0x4755d1[_0x15def4(0x125)])){if(_0x4755d1[_0x15def4(0xef)](_0x4755d1[_0x15def4(0xda)],_0x4755d1[_0x15def4(0x116)])){if(_0x4755d1['tZYHy'](_0x521802['keys'](this['frameworkDetails'])['length'],0x0)&&_0xc0e02f[_0x15def4(0xf2)][_0x15def4(0xe1)])try{this[_0x15def4(0x103)]=_0x5ad8b1[_0x15def4(0xfa)](_0x5c07fd[_0x15def4(0xf2)][_0x15def4(0xe1)]);}catch(_0x393951){_0x4755d1[_0x15def4(0xb1)](_0x552c4b,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x393951[_0x15def4(0x156)]());}return this['frameworkDetails'];}else this[_0x15def4(0x9b)](_0x595cd6[_0x4b55c6]);}}}else{const _0x25f2f4=_0x46f9bc[_0x15def4(0x115)],_0x4e7972=_0x10ce09[_0x15def4(0x154)];!_0xea9d52&&(_0x7d81f0=_0x4755d1['gnQlJ'](_0x3a7977,_0x25f2f4));!_0x4e7972&&_0x4755d1[_0x15def4(0xcb)](_0x10e7e7,_0x25f2f4);const _0x4c120e={};_0x4c120e[_0x15def4(0x115)]=_0x25f2f4,_0x4c120e[_0x15def4(0x154)]=_0x4e7972,this['setAllDetails'](_0x4c120e,_0x22f7e3,_0x4755d1[_0x15def4(0x137)](_0x33cdba,_0x274957));}}}static[a72_0x14e462(0x118)](_0x25aaff){const _0x3d7c66=a72_0x14e462,_0xeeb427=JSON[_0x3d7c66(0xfa)](JSON[_0x3d7c66(0xf1)](_0x25aaff));return this['recursivelyDeletePIIKeysFromObject'](_0xeeb427),_0xeeb427;}}const a72_0xe00987={};a72_0xe00987[a72_0x14e462(0xdb)]=o11yErrorHandler,a72_0xe00987['o11yClassErrorHandler']=o11yClassErrorHandler,a72_0xe00987[a72_0x14e462(0x83)]=CrashReporter,module['exports']=a72_0xe00987;
|
|
1
|
+
function a72_0x1e11(_0x3323db,_0x311b96){const _0x167569=a72_0x1675();return a72_0x1e11=function(_0x1e1116,_0x15a825){_0x1e1116=_0x1e1116-0x18b;let _0x503d5f=_0x167569[_0x1e1116];return _0x503d5f;},a72_0x1e11(_0x3323db,_0x311b96);}const a72_0x3272ef=a72_0x1e11;(function(_0x34a591,_0x2069df){const _0x91c6c7=a72_0x1e11,_0x514b68=_0x34a591();while(!![]){try{const _0x2f98d3=parseInt(_0x91c6c7(0x217))/0x1*(-parseInt(_0x91c6c7(0x20a))/0x2)+-parseInt(_0x91c6c7(0x1bd))/0x3*(parseInt(_0x91c6c7(0x1a4))/0x4)+-parseInt(_0x91c6c7(0x233))/0x5*(-parseInt(_0x91c6c7(0x1cb))/0x6)+parseInt(_0x91c6c7(0x258))/0x7+-parseInt(_0x91c6c7(0x1e9))/0x8*(-parseInt(_0x91c6c7(0x1cd))/0x9)+-parseInt(_0x91c6c7(0x1f2))/0xa+parseInt(_0x91c6c7(0x1b1))/0xb*(-parseInt(_0x91c6c7(0x1e3))/0xc);if(_0x2f98d3===_0x2069df)break;else _0x514b68['push'](_0x514b68['shift']());}catch(_0x10a086){_0x514b68['push'](_0x514b68['shift']());}}}(a72_0x1675,0xd73bb));function a72_0x1675(){const _0x1b8ab5=['xyOhE','jZmMf','BKrLV','../helper','joEPc','qTrEj','csUAU','QNpSf','user','atyVX','ohGom','GOJRS','dYeUM','o11yErrorHandler','MAXFN','POST','FxdLf','DGXFO','exports','toLowerCase','Qnzpd','EPmLC','frameworkVersion','getOwnPropertyNames','nZNTa','EsVSB','TuBSK','COLuz','MGnJa','WmSXb','avFXT','YMRms','DmkUm','BYlhc','[Crash_Report_Upload]\x20Success\x20response:\x20','7585774LeqmFX','setFrameworkDetails','Qanmg','tANVM','yWzcV','getCredentials','keys','mQJUx','EyJId','BS_TESTOPS_BUILD_HASHED_ID','NjtOm','rACJw','GHzxh','toString','SgvUp','tVBJu','qDYMJ','DiRjz','constructor','VVwlx','IZLuM','VxWlU','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','aIPLV','then','filterPII','JbiAF','iQHUw','CrashReporter','X-BSTACK-TESTOPS','MQszy','DZpiS','YyKFv','bsxlP','oxDRM','rHGaf','TcZGO','392DjTBRi','zEYcE','DxkvC','prototype','eLwJW','PFpPM','eExFF','cECiU','dBDyR','password','sowTs','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','bSOGV','1147718IxjdoY','YbIdN','iYsfk','parse','ZnvrL','userConfig','qrwQN','VrfZB','jHtRB','AegTR','recursivelyDeletePIIKeysFromObject','FNPSp','35769oobVJe','VNPTE','knfuX','iqOrr','headers','accessKey','true','SYtRm','bZMzQ','object','BrVrM','frameworkName','getConfig','EbUSL','789486AoOUvv','hqTMk','44793Hhsqab','AfPNf','NoACa','env','KQWzO','length','JlqTp','zdwqc','NAlyY','username','util','function','OAeOl','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','evzkg','mbALU','USER_CONFIG_FOR_REPORTING','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','tcyxx','JjMve','GFfMV','IIfLS','12nQtpIg','uploadCrashReport','./utils','lhZON','NaGwf','gEAzY','1928hIukzV','wbBVc','ehRTl','phKlO','Content-Type','TeYSc','SFUbN','key','../performance-tester','417950oYAifu','jLJFe','NkudG','frameworkDetails','captureError','name','setCredentials','apply','timerify','bEmTA','jKswi','AJgar','ZUxcz','stringify','Tahpl','catch','Ljoec','stack','ejFUV','ghzXI','xEiBv','BROWSERSTACK_O11Y_PERF_MEASUREMENT','application/json','oZcgG','6928snaGnu','rkKCZ','yBSBh','GZVKl','o11yClassErrorHandler','sIThP','ZLrDW','CSwoi','OmvaZ','getFramework','\x20:\x20','QNyDJ','jHbnC','291iGRerq','fyDfL','qxqPl','getPerformance','IRuew','aBzuS','eKZFg','setAllDetails','VAFYk','KpsyP','CREDENTIALS_FOR_CRASH_REPORTING','udnlO','Ziciq','dSsJT','yqOUj','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','yNHlT','Error\x20in\x20executing\x20','QtXjk','includes','/api/v1/analytics','credentials','rCqks','depth','setConfigDetails','CxsZY','\x20with\x20args\x20','forEach','35ZyPFsO','call'];a72_0x1675=function(){return _0x1b8ab5;};return a72_0x1675();}const util=require(a72_0x3272ef(0x1d7)),PerformanceTester=require(a72_0x3272ef(0x1f1)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a72_0x3272ef(0x1e5)),{getAgentVersion}=require(a72_0x3272ef(0x238)),o11yErrorHandler=_0xb167e4=>{const _0x1a828c=a72_0x3272ef,_0x4d50cf={'AfPNf':function(_0x1ac3a2,_0x4fd226){return _0x1ac3a2(_0x4fd226);},'Ziciq':function(_0x103b8a,_0x677bd6){return _0x103b8a===_0x677bd6;},'wbBVc':_0x1a828c(0x235),'mbALU':_0x1a828c(0x1e8),'MAXFN':function(_0xd795ea,_0x4092e6){return _0xd795ea!==_0x4092e6;},'rHGaf':_0x1a828c(0x1aa),'bEmTA':function(_0x162b8b,_0x50bb62){return _0x162b8b instanceof _0x50bb62;},'EyJId':_0x1a828c(0x204),'iqOrr':'VRscz','tVBJu':'sIyvj','NAlyY':function(_0x52bd84,_0x4e2337,_0x15ded8,_0x5168bc){return _0x52bd84(_0x4e2337,_0x15ded8,_0x5168bc);}};return function(..._0x1a32b1){const _0xa1e444=_0x1a828c,_0x11ca41={'DZpiS':function(_0x4a97e3,_0x2995f1){const _0x3c919a=a72_0x1e11;return _0x4d50cf[_0x3c919a(0x1ce)](_0x4a97e3,_0x2995f1);}};if(_0x4d50cf[_0xa1e444(0x223)](_0x4d50cf[_0xa1e444(0x1ea)],_0x4d50cf[_0xa1e444(0x1ea)]))try{if(_0x4d50cf[_0xa1e444(0x223)](_0x4d50cf['mbALU'],_0x4d50cf[_0xa1e444(0x1dc)])){let _0x1b48d7=_0xb167e4;process['env'][_0xa1e444(0x207)]&&(_0x4d50cf[_0xa1e444(0x243)](_0x4d50cf[_0xa1e444(0x1a2)],_0x4d50cf[_0xa1e444(0x1a2)])?this[_0xa1e444(0x1f5)]=_0x3f73ac[_0xa1e444(0x1b4)](_0x53c0c8['env'][_0xa1e444(0x1af)]):_0x1b48d7=PerformanceTester[_0xa1e444(0x21a)]()[_0xa1e444(0x1fa)](_0x1b48d7));const _0x9acb85=_0x1b48d7['apply'](null,arguments);if(_0x4d50cf[_0xa1e444(0x1fb)](_0x9acb85,Promise)){if(_0x4d50cf[_0xa1e444(0x243)](_0x4d50cf[_0xa1e444(0x260)],_0x4d50cf[_0xa1e444(0x1c0)]))return _0x9acb85[_0xa1e444(0x201)](_0x452e91=>processError(_0x452e91,_0xb167e4,_0x1a32b1));else _0x41fc83=_0x73f852[_0xa1e444(0x21a)]()[_0xa1e444(0x1fa)](_0xed7921);}return _0x9acb85;}else{const _0x30fc25={};_0x30fc25['depth']=0x2,_0x2b76a0=_0x5455fe['inspect'](_0x22d6f4,_0x30fc25);}}catch(_0x111f7e){if(_0x4d50cf[_0xa1e444(0x243)](_0x4d50cf[_0xa1e444(0x18e)],_0x4d50cf['tVBJu']))try{this['credentials']=_0x4d3fba['parse'](_0x1dc487[_0xa1e444(0x1d0)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x2116d2){_0x11ca41[_0xa1e444(0x19e)](_0x2ef0a2,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x2116d2[_0xa1e444(0x18c)]());}else _0x4d50cf[_0xa1e444(0x1d5)](processError,_0x111f7e,_0xb167e4,_0x1a32b1);}else return _0x4f5ff3[_0xa1e444(0x201)](_0x442b0e=>_0x382c5f(_0x442b0e,_0x139295,_0xa11e42));};},o11yClassErrorHandler=(_0x56b7b7,_0x470337)=>{const _0xf338f4=a72_0x3272ef,_0x5aa920={'NFLIf':function(_0x2d3797,_0x18668b){return _0x2d3797(_0x18668b);},'FxdLf':function(_0x338020,_0x356f51){return _0x338020===_0x356f51;},'rkKCZ':_0xf338f4(0x1c6),'iYsfk':function(_0x457162,_0xe4cb30){return _0x457162===_0xe4cb30;},'YMRms':'IQDun','jHtRB':_0xf338f4(0x199),'COLuz':function(_0x450a02,_0x33471f){return _0x450a02===_0x33471f;},'NoACa':_0xf338f4(0x20c),'gsTRu':_0xf338f4(0x1e0),'UKuoc':function(_0x4be188,_0x4a75df){return _0x4be188 instanceof _0x4a75df;},'Ljoec':_0xf338f4(0x25a),'VxWlU':_0xf338f4(0x20f),'Yyqqc':function(_0x2806bc,_0x3ef9c4){return _0x2806bc!==_0x3ef9c4;},'iTrhH':_0xf338f4(0x215),'SgvUp':_0xf338f4(0x1d9),'qrwQN':function(_0x50afe8,_0x2c81d1,_0x2a823f,_0x224bf){return _0x50afe8(_0x2c81d1,_0x2a823f,_0x224bf);},'yWzcV':function(_0x1e18ca,_0x536568){return _0x1e18ca instanceof _0x536568;},'IZyNW':_0xf338f4(0x1d4),'Jjczr':_0xf338f4(0x216),'IZLuM':function(_0x1b3646,_0xbd19ea){return _0x1b3646!==_0xbd19ea;},'sowTs':'CUxVA','ZnvrL':function(_0x492e6f,_0x4c9f54){return _0x492e6f===_0x4c9f54;},'MGnJa':_0xf338f4(0x1d8),'TuBSK':function(_0xef5c21,_0x4d6f45){return _0xef5c21!==_0x4d6f45;},'LrWYS':_0xf338f4(0x191),'CxsZY':_0xf338f4(0x239),'rACJw':'rgQRI','ohGom':function(_0x12f72c,_0x56b27d){return _0x12f72c<_0x56b27d;},'IRuew':_0xf338f4(0x1fc)},_0x2baef4=_0x56b7b7[_0xf338f4(0x1a7)];if(_0x5aa920[_0xf338f4(0x23f)](Object[_0xf338f4(0x24c)](_0x2baef4)['length'],0x2)){if(_0x5aa920['iYsfk'](_0x5aa920[_0xf338f4(0x21b)],_0x5aa920['IRuew']))return _0x56b7b7;else this['recursivelyDeletePIIKeysFromObject'](_0x305912[_0x3e48c6]);}return Object[_0xf338f4(0x24c)](_0x2baef4)[_0xf338f4(0x232)](_0x4e4458=>{const _0x209888=_0xf338f4,_0x508452={'RngXV':function(_0x4e5f82,_0x3754c4){return _0x5aa920['NFLIf'](_0x4e5f82,_0x3754c4);},'hwFYd':function(_0x3b56bd,_0xac623b){const _0x360eb6=a72_0x1e11;return _0x5aa920[_0x360eb6(0x25c)](_0x3b56bd,_0xac623b);}};if(_0x5aa920[_0x209888(0x245)](_0x5aa920['IZyNW'],_0x5aa920['Jjczr']))_0x5aa920['NFLIf'](_0x294c5b,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x4ef606[_0x209888(0x18c)]()),this[_0x209888(0x1b6)]={};else{if(!(_0x470337&&_0x470337[_0x209888(0x22a)](_0x4e4458))){if(_0x5aa920[_0x209888(0x193)](_0x5aa920[_0x209888(0x1ae)],_0x5aa920[_0x209888(0x1ae)]))this[_0x209888(0x1b6)]=this[_0x209888(0x198)](_0x371334),_0x854327[_0x209888(0x1d0)][_0x209888(0x1dd)]=_0x14869f[_0x209888(0x1ff)](this[_0x209888(0x1b6)]);else return;}const _0x189933=_0x2baef4[_0x4e4458];if(_0x5aa920[_0x209888(0x1b5)](typeof _0x189933,_0x5aa920[_0x209888(0x251)])&&_0x5aa920[_0x209888(0x24f)](_0x4e4458,_0x5aa920['LrWYS'])){if(_0x5aa920['TuBSK'](_0x5aa920[_0x209888(0x230)],_0x5aa920[_0x209888(0x263)]))Object['defineProperty'](_0x2baef4,_0x4e4458,{'writable':!![],'value':function(..._0x43788f){const _0x107294=_0x209888,_0x819e3d={'CSwoi':function(_0x1849e3,_0x429d17){return _0x5aa920['FxdLf'](_0x1849e3,_0x429d17);},'DiSbE':_0x5aa920[_0x107294(0x20b)]};if(_0x5aa920[_0x107294(0x1b3)](_0x5aa920[_0x107294(0x254)],_0x5aa920[_0x107294(0x1b9)]))try{this['frameworkDetails']=_0x5cbe00[_0x107294(0x1b4)](_0x1d2e64[_0x107294(0x1d0)][_0x107294(0x1af)]);}catch(_0x1c9d6f){_0x508452['RngXV'](_0x27bc9c,_0x107294(0x1da)+_0x1c9d6f[_0x107294(0x18c)]());}else try{if(_0x5aa920[_0x107294(0x250)](_0x5aa920[_0x107294(0x1cf)],_0x5aa920['gsTRu']))return;else{const _0x571cf6=(process[_0x107294(0x1d0)][_0x107294(0x207)]?PerformanceTester['getPerformance']()[_0x107294(0x1fa)](_0x189933):_0x189933)[_0x107294(0x234)](this,..._0x43788f);if(_0x5aa920['UKuoc'](_0x571cf6,Promise)){if(_0x5aa920[_0x107294(0x250)](_0x5aa920[_0x107294(0x202)],_0x5aa920[_0x107294(0x194)]))_0x70d677&&this[_0x107294(0x259)](_0x323784),_0x2452bb&&this[_0x107294(0x22f)](_0x586962),_0x3b5500&&this['setCredentials'](_0x47b276[_0x107294(0x1d6)],_0x2701c6[_0x107294(0x1c2)]);else return _0x571cf6[_0x107294(0x201)](_0x31eb82=>processError(_0x31eb82,_0x189933,_0x43788f));}return _0x571cf6;}}catch(_0x5c3024){if(_0x5aa920['Yyqqc'](_0x5aa920['iTrhH'],_0x5aa920[_0x107294(0x18d)]))_0x5aa920[_0x107294(0x1b7)](processError,_0x5c3024,_0x189933,_0x43788f);else{if(_0x3f1f6f[_0x107294(0x22a)](_0x4db8e0[_0x107294(0x248)]()))delete _0x1f46ff[_0x53441e];else _0x819e3d[_0x107294(0x211)](typeof _0x66bd0e[_0x21c3ec],_0x819e3d['DiSbE'])&&this[_0x107294(0x1bb)](_0x4d3b70[_0x3a3dfb]);}}}});else{const _0x5467c2=(_0x2cb1ae[_0x209888(0x1d0)][_0x209888(0x207)]?_0xe271ea['getPerformance']()[_0x209888(0x1fa)](_0x537033):_0x1a9dc3)[_0x209888(0x234)](this,..._0x31c9fe);if(_0x508452['hwFYd'](_0x5467c2,_0x3da473))return _0x5467c2[_0x209888(0x201)](_0x3e60b8=>_0x39e881(_0x3e60b8,_0x24668f,_0x2f4eb6));return _0x5467c2;}}}}),_0x56b7b7;};function processError(_0x49f732,_0x3b01b4,_0x52268a){const _0x4302fa=a72_0x3272ef,_0x4f1f9b={'BrVrM':function(_0x2f6de8,_0x2b02a1){return _0x2f6de8(_0x2b02a1);},'phKlO':function(_0x4ee162,_0x312b79){return _0x4ee162!==_0x312b79;},'GHzxh':_0x4302fa(0x1d1),'YyKFv':'ESiry','udnlO':'FHXKX'};_0x4f1f9b[_0x4302fa(0x1c7)](debug,'Error\x20in\x20executing\x20'+_0x3b01b4[_0x4302fa(0x1f7)]+'\x20with\x20args\x20'+_0x52268a+':\x20'+_0x49f732),PerformanceTester['captureError'](_0x49f732);let _0x27177e;try{if(_0x4f1f9b['phKlO'](_0x4f1f9b[_0x4302fa(0x18b)],_0x4f1f9b['GHzxh'])){if(!this['credentials']&&_0x4e24b5[_0x4302fa(0x1d0)][_0x4302fa(0x221)])try{this[_0x4302fa(0x22c)]=_0x27ad3e[_0x4302fa(0x1b4)](_0x8c3d69['env'][_0x4302fa(0x221)]);}catch(_0x3efe9c){_0x4f1f9b['BrVrM'](_0x4eee79,_0x4302fa(0x1da)+_0x3efe9c['toString']());}return this[_0x4302fa(0x22c)];}else _0x27177e=JSON[_0x4302fa(0x1ff)](_0x52268a);}catch(_0x388156){if(_0x4f1f9b[_0x4302fa(0x1ec)](_0x4f1f9b[_0x4302fa(0x19f)],_0x4f1f9b[_0x4302fa(0x222)])){const _0x5de591={};_0x5de591[_0x4302fa(0x22e)]=0x2,_0x27177e=util['inspect'](_0x52268a,_0x5de591);}else{const _0x72b725=_0x4e1d44['parse'](_0x1819b1[_0x4302fa(0x1ff)](_0x5c4a91));return this[_0x4302fa(0x1bb)](_0x72b725),_0x72b725;}}CrashReporter[_0x4302fa(0x1e4)](_0x4302fa(0x228)+_0x3b01b4['name']+_0x4302fa(0x231)+_0x27177e+_0x4302fa(0x214)+_0x49f732,_0x49f732&&_0x49f732[_0x4302fa(0x203)]);}class CrashReporter{static [a72_0x3272ef(0x1b6)]={};static [a72_0x3272ef(0x22c)];static [a72_0x3272ef(0x1f5)]={};static['initialize'](_0x5f2d2b,_0x3fcea8,_0x9c0e25=null){const _0x4af235=a72_0x3272ef,_0x5ab65a={'qxqPl':function(_0x47f6c5,_0x3e6444){return _0x47f6c5(_0x3e6444);},'QNqha':function(_0x536a33,_0xba5f32){return _0x536a33(_0xba5f32);},'csUAU':function(_0x183f0e,_0x12fb3b){return _0x183f0e!==_0x12fb3b;},'avFXT':'rssGO','fyDfL':function(_0x73bb2a,_0x305e46){return _0x73bb2a===_0x305e46;},'DmkUm':'joyGd','GOJRS':function(_0x24bde4,_0x516275){return _0x24bde4(_0x516275);}},_0x55ad1f=_0x5f2d2b[_0x4af235(0x1c8)],_0x6624a7=_0x5f2d2b[_0x4af235(0x24b)];if(!_0x9c0e25){if(_0x5ab65a[_0x4af235(0x23b)](_0x5ab65a['avFXT'],_0x5ab65a[_0x4af235(0x253)]))try{this[_0x4af235(0x1b6)]=_0x42bdac[_0x4af235(0x1b4)](_0x3b83bb[_0x4af235(0x1d0)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x1cb75c){_0x5ab65a[_0x4af235(0x219)](_0x51f516,_0x4af235(0x1de)+_0x1cb75c[_0x4af235(0x18c)]()),this['userConfig']={};}else _0x9c0e25=_0x5ab65a['qxqPl'](getBrowserStackConfig,_0x55ad1f);}!_0x6624a7&&(_0x5ab65a[_0x4af235(0x218)](_0x5ab65a[_0x4af235(0x255)],_0x5ab65a[_0x4af235(0x255)])?_0x5ab65a[_0x4af235(0x219)](getFrameworkVersion,_0x55ad1f):_0x5ab65a['QNqha'](_0x2cf100,_0x4af235(0x257)+_0x1a4a57[_0x4af235(0x1ff)](_0x1ee93f)));const _0x24b800={};_0x24b800[_0x4af235(0x1c8)]=_0x55ad1f,_0x24b800[_0x4af235(0x24b)]=_0x6624a7,this[_0x4af235(0x21e)](_0x24b800,_0x3fcea8,_0x5ab65a[_0x4af235(0x240)](getUserCredentials,_0x9c0e25));}static[a72_0x3272ef(0x1f8)](_0x5aa216,_0x372621){const _0x1a3e51=a72_0x3272ef,_0x2767a9={};_0x2767a9['username']=_0x5aa216,_0x2767a9[_0x1a3e51(0x1c2)]=_0x372621,this[_0x1a3e51(0x22c)]=_0x2767a9,process[_0x1a3e51(0x1d0)][_0x1a3e51(0x221)]=JSON[_0x1a3e51(0x1ff)](this[_0x1a3e51(0x22c)]);}static[a72_0x3272ef(0x25d)](){const _0x212c28=a72_0x3272ef,_0x47c034={'MQszy':function(_0x44cce4,_0x24be16,_0x534e79,_0x27fcbd){return _0x44cce4(_0x24be16,_0x534e79,_0x27fcbd);},'bXIHK':function(_0x24cf75,_0x61d372){return _0x24cf75(_0x61d372);},'ehRTl':function(_0x1713d1,_0x29a131){return _0x1713d1 instanceof _0x29a131;},'oxDRM':function(_0x2767d2,_0x1ac99d){return _0x2767d2===_0x1ac99d;},'DQRZk':'ryoPQ','ZUxcz':_0x212c28(0x1e2),'SFUbN':function(_0x53b13a,_0x3893c3){return _0x53b13a!==_0x3893c3;},'knfuX':'PTxue','TeYSc':'xaSmq','mLrJc':_0x212c28(0x210),'UhWHx':function(_0x10a7db,_0x755ed3){return _0x10a7db(_0x755ed3);}};if(!this[_0x212c28(0x22c)]&&process['env'][_0x212c28(0x221)]){if(_0x47c034[_0x212c28(0x1a1)](_0x47c034['DQRZk'],_0x47c034[_0x212c28(0x1fe)]))_0x47c034[_0x212c28(0x19d)](_0x41ba21,_0x1c4667,_0x288e09,_0x341b78);else try{_0x47c034['SFUbN'](_0x47c034[_0x212c28(0x1bf)],_0x47c034[_0x212c28(0x1bf)])?_0x47c034['bXIHK'](_0x1d3db5,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x534fe2[_0x212c28(0x18c)]()):this[_0x212c28(0x22c)]=JSON['parse'](process[_0x212c28(0x1d0)][_0x212c28(0x221)]);}catch(_0x109135){if(_0x47c034[_0x212c28(0x1ef)](_0x47c034[_0x212c28(0x1ee)],_0x47c034['mLrJc']))_0x47c034['UhWHx'](debug,_0x212c28(0x1da)+_0x109135[_0x212c28(0x18c)]());else try{const _0x19bf1a=(_0x3a275e[_0x212c28(0x1d0)][_0x212c28(0x207)]?_0x1fc0c0[_0x212c28(0x21a)]()[_0x212c28(0x1fa)](_0x507276):_0x24ef22)[_0x212c28(0x234)](this,..._0x520706);if(_0x47c034[_0x212c28(0x1eb)](_0x19bf1a,_0x5d537c))return _0x19bf1a['catch'](_0x3122ba=>_0x36dd04(_0x3122ba,_0x1c0af6,_0x2e7262));return _0x19bf1a;}catch(_0x7fe013){_0x47c034[_0x212c28(0x19d)](_0x44e212,_0x7fe013,_0x67d65f,_0x23879e);}}}return this[_0x212c28(0x22c)];}static[a72_0x3272ef(0x22f)](_0x5be554){const _0x2f3f89=a72_0x3272ef;this[_0x2f3f89(0x1b6)]=this[_0x2f3f89(0x198)](_0x5be554),process['env'][_0x2f3f89(0x1dd)]=JSON['stringify'](this['userConfig']);}static[a72_0x3272ef(0x1c9)](){const _0x4594f4=a72_0x3272ef,_0x63e3f3={'ldobc':function(_0x49595f,_0x5d98a5){return _0x49595f(_0x5d98a5);},'NaGwf':function(_0x41d5c9,_0x31f895){return _0x41d5c9 instanceof _0x31f895;},'YjOlz':function(_0x3ba226,_0xf99654){return _0x3ba226===_0xf99654;},'yqOUj':function(_0x28581f,_0x30389a){return _0x28581f!==_0x30389a;},'iQHUw':_0x4594f4(0x212),'dBDyR':_0x4594f4(0x1c4),'tcyxx':function(_0xc1b754,_0xaecd36){return _0xc1b754===_0xaecd36;},'DxkvC':_0x4594f4(0x192),'dYeUM':_0x4594f4(0x256),'jLJFe':_0x4594f4(0x23c),'yNHlT':'xoRql','EPmLC':function(_0x582159,_0x3dbc5b){return _0x582159(_0x3dbc5b);}};if(_0x63e3f3['YjOlz'](Object['keys'](this[_0x4594f4(0x1b6)])[_0x4594f4(0x1d2)],0x0)&&process['env'][_0x4594f4(0x1dd)]){if(_0x63e3f3['yqOUj'](_0x63e3f3[_0x4594f4(0x19a)],_0x63e3f3[_0x4594f4(0x1ac)]))try{if(_0x63e3f3[_0x4594f4(0x1df)](_0x63e3f3[_0x4594f4(0x1a6)],_0x63e3f3[_0x4594f4(0x241)])){const _0x441dbc={};_0x441dbc[_0x4594f4(0x1d6)]=_0x793bcd,_0x441dbc[_0x4594f4(0x1c2)]=_0x26a5ed,this['credentials']=_0x441dbc,_0x12c745[_0x4594f4(0x1d0)][_0x4594f4(0x221)]=_0x494314[_0x4594f4(0x1ff)](this['credentials']);}else this[_0x4594f4(0x1b6)]=JSON[_0x4594f4(0x1b4)](process[_0x4594f4(0x1d0)][_0x4594f4(0x1dd)]);}catch(_0x354a9c){if(_0x63e3f3[_0x4594f4(0x225)](_0x63e3f3[_0x4594f4(0x1f3)],_0x63e3f3[_0x4594f4(0x227)]))_0x63e3f3[_0x4594f4(0x24a)](debug,_0x4594f4(0x1de)+_0x354a9c['toString']()),this[_0x4594f4(0x1b6)]={};else{_0x63e3f3['ldobc'](_0x3589b4,_0x4594f4(0x228)+_0x502b9a[_0x4594f4(0x1f7)]+_0x4594f4(0x231)+_0xdaeacc+':\x20'+_0x33e988),_0x37bc92[_0x4594f4(0x1f6)](_0x70bc33);let _0x4b5eb3;try{_0x4b5eb3=_0x45f699[_0x4594f4(0x1ff)](_0x2fd738);}catch(_0xfc52c4){const _0x3e9584={};_0x3e9584[_0x4594f4(0x22e)]=0x2,_0x4b5eb3=_0x1f39b5['inspect'](_0x3e6a66,_0x3e9584);}_0x39a905['uploadCrashReport']('Error\x20in\x20executing\x20'+_0x2c5d2f[_0x4594f4(0x1f7)]+'\x20with\x20args\x20'+_0x4b5eb3+'\x20:\x20'+_0x45623d,_0x16aef9&&_0x28a846[_0x4594f4(0x203)]);}}else{let _0x16e5c2=_0x2b5b2e;_0x1dfd8e[_0x4594f4(0x1d0)][_0x4594f4(0x207)]&&(_0x16e5c2=_0x3ea096[_0x4594f4(0x21a)]()['timerify'](_0x16e5c2));const _0x223c46=_0x16e5c2[_0x4594f4(0x1f9)](null,arguments);if(_0x63e3f3[_0x4594f4(0x1e7)](_0x223c46,_0x3f6535))return _0x223c46[_0x4594f4(0x201)](_0xb75433=>_0x120fad(_0xb75433,_0x2a907c,_0x218bba));return _0x223c46;}}return this[_0x4594f4(0x1b6)];}static['setFrameworkDetails'](_0xacc516){const _0x272d80=a72_0x3272ef;this['frameworkDetails']=_0xacc516,process[_0x272d80(0x1d0)][_0x272d80(0x1af)]=JSON['stringify'](this['frameworkDetails']);}static[a72_0x3272ef(0x213)](){const _0x3acc26=a72_0x3272ef,_0x5e4652={'vMDHT':function(_0x4d6847,_0x3184bf){return _0x4d6847===_0x3184bf;},'Tahpl':function(_0x37650a,_0x32e646){return _0x37650a(_0x32e646);},'aIPLV':_0x3acc26(0x226),'nIiEp':function(_0x97a850,_0xadbba4){return _0x97a850(_0xadbba4);},'zEYcE':function(_0x43e48d,_0x32ce7b){return _0x43e48d(_0x32ce7b);},'bsxlP':function(_0x3f5420){return _0x3f5420();},'vyHyZ':_0x3acc26(0x22b),'EsVSB':_0x3acc26(0x208),'lbSHZ':_0x3acc26(0x1c3),'vGrpD':function(_0x51184e,_0xd2ea27,_0x24f57b,_0x51fa60,_0x43f8ba,_0x12d78f){return _0x51184e(_0xd2ea27,_0x24f57b,_0x51fa60,_0x43f8ba,_0x12d78f);},'QtXjk':_0x3acc26(0x244),'LJZjC':function(_0x476b07,_0x4afc52){return _0x476b07===_0x4afc52;},'VrfZB':function(_0x1cb829,_0x1faee6){return _0x1cb829!==_0x1faee6;},'nZNTa':_0x3acc26(0x237),'rCqks':function(_0x25ce34,_0x1a0ef8){return _0x25ce34!==_0x1a0ef8;},'eLwJW':'mCELX','qDYMJ':function(_0x3c4a83,_0x210e07){return _0x3c4a83===_0x210e07;},'xEiBv':_0x3acc26(0x1f4),'DGXFO':_0x3acc26(0x220)};if(_0x5e4652['LJZjC'](Object[_0x3acc26(0x25e)](this[_0x3acc26(0x1f5)])[_0x3acc26(0x1d2)],0x0)&&process[_0x3acc26(0x1d0)][_0x3acc26(0x1af)]){if(_0x5e4652[_0x3acc26(0x1b8)](_0x5e4652['nZNTa'],_0x5e4652[_0x3acc26(0x24d)])){if(_0x5e4652['vMDHT'](_0x44c0fa['keys'](this[_0x3acc26(0x1b6)])['length'],0x0)&&_0x5c9f4b[_0x3acc26(0x1d0)][_0x3acc26(0x1dd)])try{this[_0x3acc26(0x1b6)]=_0x4c66c4['parse'](_0x3a7197[_0x3acc26(0x1d0)][_0x3acc26(0x1dd)]);}catch(_0x227e12){_0x5e4652[_0x3acc26(0x200)](_0x499fc1,_0x3acc26(0x1de)+_0x227e12['toString']()),this[_0x3acc26(0x1b6)]={};}return this[_0x3acc26(0x1b6)];}else try{if(_0x5e4652[_0x3acc26(0x22d)](_0x5e4652[_0x3acc26(0x1a8)],_0x5e4652[_0x3acc26(0x1a8)]))return _0x5e4652[_0x3acc26(0x200)](_0x7a7e1,_0x5e4652[_0x3acc26(0x196)]);else this[_0x3acc26(0x1f5)]=JSON[_0x3acc26(0x1b4)](process[_0x3acc26(0x1d0)][_0x3acc26(0x1af)]);}catch(_0x166391){if(_0x5e4652[_0x3acc26(0x18f)](_0x5e4652[_0x3acc26(0x206)],_0x5e4652[_0x3acc26(0x246)])){const _0x3092c1={'VNPTE':function(_0x1e3236,_0x1c364e){return _0x5e4652['nIiEp'](_0x1e3236,_0x1c364e);},'qTrEj':function(_0xf1fcff,_0x574f4a){const _0x3dbd63=_0x3acc26;return _0x5e4652[_0x3dbd63(0x200)](_0xf1fcff,_0x574f4a);}};this['getCredentials']();if(!this['credentials'])return _0x5e4652[_0x3acc26(0x1a5)](_0x59e305,_0x5e4652[_0x3acc26(0x196)]);this['getConfig'](),this['getFramework']();const _0x5c479d={'hashed_id':_0x8094bc[_0x3acc26(0x1d0)][_0x3acc26(0x261)],'observability_version':{'sdkVersion':_0x5e4652[_0x3acc26(0x1a0)](_0x19efc9),'frameworkName':this[_0x3acc26(0x1f5)][_0x3acc26(0x1c8)],'frameworkVersion':this[_0x3acc26(0x1f5)][_0x3acc26(0x24b)]},'exception':{'error':_0x2b1c47[_0x3acc26(0x18c)](),'stackTrace':_0x8d3500},'config':this['userConfig']},_0x4b4862=_0x5e4652['vyHyZ'],_0x425f09={};_0x425f09[_0x3acc26(0x1d6)]=this[_0x3acc26(0x22c)][_0x3acc26(0x1d6)],_0x425f09['password']=this[_0x3acc26(0x22c)][_0x3acc26(0x1c2)];const _0x48823c={};_0x48823c[_0x3acc26(0x1ed)]=_0x5e4652[_0x3acc26(0x24e)],_0x48823c[_0x3acc26(0x19c)]=_0x5e4652['lbSHZ'];const _0x5f03f1={};_0x5f03f1['auth']=_0x425f09,_0x5f03f1[_0x3acc26(0x1c1)]=_0x48823c;const _0x3259af=_0x5f03f1;_0x5e4652['vGrpD'](_0xb8b7c5,_0x5e4652[_0x3acc26(0x229)],_0x4b4862,_0x5c479d,_0x3259af,![])[_0x3acc26(0x197)](_0x2623ae=>{const _0x2ae72d=_0x3acc26;_0x3092c1[_0x2ae72d(0x1be)](_0x2c83dc,_0x2ae72d(0x257)+_0x98081e['stringify'](_0x2623ae));})[_0x3acc26(0x201)](_0x486dbc=>{const _0x24f5f7=_0x3acc26;_0x3092c1[_0x24f5f7(0x23a)](_0x560533,_0x24f5f7(0x195)+_0x486dbc);});}else _0x5e4652['zEYcE'](debug,_0x3acc26(0x1da)+_0x166391[_0x3acc26(0x18c)]());}}return this[_0x3acc26(0x1f5)];}static[a72_0x3272ef(0x21e)](_0x2e32ab,_0x550447,_0x4c784c){const _0xa3b3a3=a72_0x3272ef;_0x2e32ab&&this['setFrameworkDetails'](_0x2e32ab),_0x550447&&this[_0xa3b3a3(0x22f)](_0x550447),_0x4c784c&&this['setCredentials'](_0x4c784c[_0xa3b3a3(0x1d6)],_0x4c784c['accessKey']);}static async['uploadCrashReport'](_0xcf040d,_0x154057){const _0x52ce06=a72_0x3272ef,_0x24a9ab={'WmSXb':function(_0x4de878,_0x2557b3){return _0x4de878(_0x2557b3);},'PwllN':function(_0x5ebd41,_0x246042,_0x1aa863,_0x25ebf0){return _0x5ebd41(_0x246042,_0x1aa863,_0x25ebf0);},'GZVKl':function(_0xd16805,_0x55dd41){return _0xd16805===_0x55dd41;},'dSsJT':'kpbpb','hqTMk':function(_0x22704d,_0x22678e){return _0x22704d(_0x22678e);},'LlBWx':function(_0x4dc859,_0x1b0e1e){return _0x4dc859(_0x1b0e1e);},'bSOGV':function(_0x39df37,_0x414b8b){return _0x39df37===_0x414b8b;},'EbUSL':_0x52ce06(0x249),'VAFYk':function(_0x54e6f4,_0x385ade){return _0x54e6f4(_0x385ade);},'atyVX':_0x52ce06(0x25f),'gBvhq':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','yoBOX':function(_0xe4442){return _0xe4442();},'qZWYh':_0x52ce06(0x22b),'sbbdy':_0x52ce06(0x208),'SwWjH':'true','tZsAe':function(_0x4dffa3,_0x2dcf53,_0x1f53e8,_0x21991a,_0x503b47,_0x338287){return _0x4dffa3(_0x2dcf53,_0x1f53e8,_0x21991a,_0x503b47,_0x338287);},'DiRjz':_0x52ce06(0x244)};this[_0x52ce06(0x25d)]();if(!this[_0x52ce06(0x22c)]){if(_0x24a9ab[_0x52ce06(0x20d)](_0x24a9ab['atyVX'],_0x24a9ab[_0x52ce06(0x23e)]))return _0x24a9ab[_0x52ce06(0x21f)](debug,_0x24a9ab['gBvhq']);else{const _0x4d66ae=_0x22286d[_0x52ce06(0x1c8)],_0x5edcfa=_0x1a9a77[_0x52ce06(0x24b)];!_0x76f36a&&(_0x39d872=_0x24a9ab[_0x52ce06(0x252)](_0x5db3cb,_0x4d66ae));!_0x5edcfa&&_0x24a9ab[_0x52ce06(0x252)](_0x21ad8a,_0x4d66ae);const _0x58deb3={};_0x58deb3['frameworkName']=_0x4d66ae,_0x58deb3['frameworkVersion']=_0x5edcfa,this['setAllDetails'](_0x58deb3,_0x3b9f3d,_0x24a9ab[_0x52ce06(0x252)](_0xa65dff,_0x4482e5));}}this[_0x52ce06(0x1c9)](),this[_0x52ce06(0x213)]();const _0x15d449={'hashed_id':process['env'][_0x52ce06(0x261)],'observability_version':{'sdkVersion':_0x24a9ab['yoBOX'](getAgentVersion),'frameworkName':this[_0x52ce06(0x1f5)][_0x52ce06(0x1c8)],'frameworkVersion':this[_0x52ce06(0x1f5)]['frameworkVersion']},'exception':{'error':_0xcf040d[_0x52ce06(0x18c)](),'stackTrace':_0x154057},'config':this['userConfig']},_0x14b93d=_0x24a9ab['qZWYh'],_0x4a7614={};_0x4a7614[_0x52ce06(0x1d6)]=this[_0x52ce06(0x22c)][_0x52ce06(0x1d6)],_0x4a7614[_0x52ce06(0x1ad)]=this[_0x52ce06(0x22c)][_0x52ce06(0x1c2)];const _0x592c77={};_0x592c77[_0x52ce06(0x1ed)]=_0x24a9ab['sbbdy'],_0x592c77['X-BSTACK-TESTOPS']=_0x24a9ab['SwWjH'];const _0x4195ab={};_0x4195ab['auth']=_0x4a7614,_0x4195ab['headers']=_0x592c77;const _0x3c1ac6=_0x4195ab;_0x24a9ab['tZsAe'](nodeRequest,_0x24a9ab[_0x52ce06(0x190)],_0x14b93d,_0x15d449,_0x3c1ac6,![])['then'](_0xb81a32=>{const _0x2f5ba0=_0x52ce06;_0x24a9ab['GZVKl'](_0x24a9ab[_0x2f5ba0(0x224)],_0x24a9ab[_0x2f5ba0(0x224)])?_0x24a9ab[_0x2f5ba0(0x1cc)](debug,_0x2f5ba0(0x257)+JSON[_0x2f5ba0(0x1ff)](_0xb81a32)):_0x24a9ab['PwllN'](_0x291a0a,_0x256059,_0x617add,_0x135d26);})['catch'](_0x5495a3=>{const _0x5bbe7e=_0x52ce06;_0x24a9ab[_0x5bbe7e(0x1b0)](_0x24a9ab[_0x5bbe7e(0x1ca)],_0x24a9ab[_0x5bbe7e(0x1ca)])?_0x24a9ab[_0x5bbe7e(0x21f)](debug,_0x5bbe7e(0x195)+_0x5495a3):_0x3e6536=_0x24a9ab['LlBWx'](_0x323f5b,_0x3494d0);});}static['recursivelyDeletePIIKeysFromObject'](_0x64a3d5){const _0x242b16=a72_0x3272ef,_0xdcf842={'AJgar':function(_0x273505,_0x4c2b1d){return _0x273505(_0x4c2b1d);},'FNPSp':function(_0x5ca7d1,_0xcfa609){return _0x5ca7d1===_0xcfa609;},'YbIdN':function(_0x217667,_0x39d1d1){return _0x217667===_0x39d1d1;},'YYjlR':_0x242b16(0x21c),'JlqTp':_0x242b16(0x1c5),'oZcgG':_0x242b16(0x23d),'tANVM':_0x242b16(0x1d6),'lhZON':_0x242b16(0x1f0),'ZdABr':_0x242b16(0x1c2),'ghzXI':_0x242b16(0x1ad),'SCbHH':function(_0x59f6cf,_0x43dfd8){return _0x59f6cf===_0x43dfd8;},'evzkg':'CGUGf','jZmMf':_0x242b16(0x1e1),'eKZFg':_0x242b16(0x1a9),'AegTR':_0x242b16(0x1c6),'gQAZE':function(_0x5041be,_0x4776b5){return _0x5041be===_0x4776b5;},'EuJXc':_0x242b16(0x262),'TcZGO':_0x242b16(0x1ab)};if(!_0x64a3d5){if(_0xdcf842[_0x242b16(0x1b2)](_0xdcf842['YYjlR'],_0xdcf842[_0x242b16(0x1d3)]))return _0x15d676;else return;}const _0x2cefde=[_0xdcf842[_0x242b16(0x209)],_0xdcf842[_0x242b16(0x25b)],_0xdcf842[_0x242b16(0x1e6)],_0xdcf842['ZdABr'],_0xdcf842[_0x242b16(0x205)]];for(const _0x11d331 in _0x64a3d5){if(_0xdcf842['SCbHH'](_0xdcf842[_0x242b16(0x1db)],_0xdcf842[_0x242b16(0x1db)])){if(_0x2cefde[_0x242b16(0x22a)](_0x11d331[_0x242b16(0x248)]()))_0xdcf842['YbIdN'](_0xdcf842[_0x242b16(0x236)],_0xdcf842[_0x242b16(0x21d)])?this['userConfig']=_0x459e42['parse'](_0x2c1c27[_0x242b16(0x1d0)][_0x242b16(0x1dd)]):delete _0x64a3d5[_0x11d331];else _0xdcf842[_0x242b16(0x1bc)](typeof _0x64a3d5[_0x11d331],_0xdcf842[_0x242b16(0x1ba)])&&(_0xdcf842['gQAZE'](_0xdcf842['EuJXc'],_0xdcf842[_0x242b16(0x1a3)])?_0xdcf842[_0x242b16(0x1fd)](_0x190c52,_0x14eaeb):this['recursivelyDeletePIIKeysFromObject'](_0x64a3d5[_0x11d331]));}else{if(_0xdcf842[_0x242b16(0x1bc)](_0x414387[_0x242b16(0x25e)](this[_0x242b16(0x1f5)])[_0x242b16(0x1d2)],0x0)&&_0x401b00[_0x242b16(0x1d0)][_0x242b16(0x1af)])try{this['frameworkDetails']=_0x10dda2['parse'](_0x531366[_0x242b16(0x1d0)][_0x242b16(0x1af)]);}catch(_0x117e61){_0xdcf842[_0x242b16(0x1fd)](_0x748de3,_0x242b16(0x1da)+_0x117e61[_0x242b16(0x18c)]());}return this['frameworkDetails'];}}}static[a72_0x3272ef(0x198)](_0x53bcaa){const _0x5452f6=a72_0x3272ef,_0x5e54fa=JSON[_0x5452f6(0x1b4)](JSON['stringify'](_0x53bcaa));return this[_0x5452f6(0x1bb)](_0x5e54fa),_0x5e54fa;}}const a72_0x180ed3={};a72_0x180ed3[a72_0x3272ef(0x242)]=o11yErrorHandler,a72_0x180ed3[a72_0x3272ef(0x20e)]=o11yClassErrorHandler,a72_0x180ed3[a72_0x3272ef(0x19b)]=CrashReporter,module[a72_0x3272ef(0x247)]=a72_0x180ed3;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a73_0x3483(){const _0x4cf93b=['add','UVBdu','YxWtI','pendingUploads','YNYCY','eNkDr','KuPkR','WcRSW','8BhLwQn','batchAndPostEvents','VUQiR','eventUrl','slice','HookRunStarted','pollEventBatchInterval','getInstance','GkJmR','Ujsnq','KrnAZ','CGFWY','TuqfV','xMQec','oSrzt','gIxwE','split','data','hVtlk','EXCEPTION\x20IN\x20','MKayX','startEventBatchPolling','LWFBe','BATCH_EVENT_TYPES','RzifX','Pvlse','uEYsj','proceedWithUrl','IZDwb','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','api/v1/batch','JpzYK','JfFCm','aNgAU','ghjkR','proceedWithData','CNwdP','RvhUE','mcRVG','keHFV','HvMba','NhiFI','started','vDNqV','YiIbt','YEVYu','iWlMm','message','rwVGV','3899712qRhzoH','nhJQC','DdfjS','xHmkn','./constants','eecGD','hOdAR','4648405xuiGVu','logs','TSJgA','resetEventBatchPolling','uEYre','176964WTyRCw','jNAzl','tWmXM','HookRunFinished','BdBMU','length','OuVRg','EmKjW','RESETTING','XruBe','4550895eXEDhu','PoFlx','109476ceUynk','mDBOB','REbfW','event_type','IMtrx','TestRunStarted','lJfsU','vlJzc','HNKgK','mnBgw','LSLZa','queue','bdxBC','DXrUD','XaEZW','pnHad','\x20event\x20successful!','WzKKC','2870847KbbCUw','XaKfq','YRbyv','XIekA','splice','max','ExMXM','CxpuU','error','util','TEST_SCREENSHOT','gytla','shutdown','fyeCv','api/v1/screenshots','Interval-Queue','./utils','rnSHC','REMOVING','CsVDh','wapYi','LogCreated','exports','87658HcqAcq','MlYhY','includes','GTYuh','jdisw','VZNaa','aAenz','LlLpX','RimoM','Gqktj','nhpkt','wHVBl','VxctZ','shouldProceed','stringify','GRHpF','NtsvG','push','ujuRl','4|5|1|3|2|0','uUhyV','UlpTG','GPmVB','CBTSessionCreated','snXwW','lVYhQ','response','KCZAb','68QplhMn','Shutdown-Queue','hoDMM','rqyRa','gAXiT','screenshotEventUrl','instance','jNhqF','kind','status','lXAdz','uploadPending','sDAVs','syJyQ','YhSoX','removeEventBatchPolling','statusText','KBjTc'];a73_0x3483=function(){return _0x4cf93b;};return a73_0x3483();}const a73_0x2ceb02=a73_0x1820;(function(_0x501beb,_0x26353a){const _0x5aeebe=a73_0x1820,_0x1c01da=_0x501beb();while(!![]){try{const _0x485994=parseInt(_0x5aeebe(0xa4))/0x1+-parseInt(_0x5aeebe(0xcd))/0x2+parseInt(_0x5aeebe(0x98))/0x3*(-parseInt(_0x5aeebe(0xe9))/0x4)+parseInt(_0x5aeebe(0x93))/0x5+parseInt(_0x5aeebe(0x8c))/0x6+parseInt(_0x5aeebe(0xb6))/0x7+parseInt(_0x5aeebe(0x103))/0x8*(-parseInt(_0x5aeebe(0xa2))/0x9);if(_0x485994===_0x26353a)break;else _0x1c01da['push'](_0x1c01da['shift']());}catch(_0xcf97a8){_0x1c01da['push'](_0x1c01da['shift']());}}}(a73_0x3483,0x85886));function a73_0x1820(_0x5a1dce,_0x4acc9f){const _0x348316=a73_0x3483();return a73_0x1820=function(_0x1820a6,_0x1a3392){_0x1820a6=_0x1820a6-0x8b;let _0x31ee1c=_0x348316[_0x1820a6];return _0x31ee1c;},a73_0x1820(_0x5a1dce,_0x4acc9f);}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a73_0x2ceb02(0x90)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a73_0x2ceb02(0xc6)),util=require(a73_0x2ceb02(0xbf));class RequestQueueHandler{static [a73_0x2ceb02(0xef)];[a73_0x2ceb02(0xfe)]=0x0;constructor(){const _0x278e47=a73_0x2ceb02,_0x293015={};_0x293015['KrnAZ']=_0x278e47(0xe0),_0x293015[_0x278e47(0xdc)]=_0x278e47(0x121),_0x293015[_0x278e47(0x10e)]=_0x278e47(0xcb),_0x293015[_0x278e47(0x123)]=_0x278e47(0xe4),_0x293015['vDNqV']='TestRunFinished',_0x293015[_0x278e47(0xca)]='TestRunSkipped',_0x293015[_0x278e47(0xf6)]='HookRunFinished',_0x293015['bdxBC']=_0x278e47(0xa9),_0x293015['qUIjs']=_0x278e47(0x108),_0x293015[_0x278e47(0xad)]='api/v1/screenshots';const _0x5eb6b9=_0x293015,_0x238fbb=_0x5eb6b9[_0x278e47(0x10d)][_0x278e47(0x113)]('|');let _0x591f76=0x0;while(!![]){switch(_0x238fbb[_0x591f76++]){case'0':this['pollEventBatchInterval']=null;continue;case'1':this[_0x278e47(0x106)]=_0x5eb6b9[_0x278e47(0xdc)];continue;case'2':this[_0x278e47(0x11a)]=[_0x5eb6b9[_0x278e47(0x10e)],_0x5eb6b9[_0x278e47(0x123)],_0x5eb6b9[_0x278e47(0x12e)],_0x5eb6b9[_0x278e47(0xca)],_0x5eb6b9[_0x278e47(0xf6)],_0x5eb6b9[_0x278e47(0xb0)],_0x5eb6b9['qUIjs']];continue;case'3':this[_0x278e47(0xee)]=_0x5eb6b9[_0x278e47(0xad)];continue;case'4':this[_0x278e47(0xaf)]=[];continue;case'5':this[_0x278e47(0x12d)]=![];continue;}break;}}static[a73_0x2ceb02(0x10a)](){const _0x41fbe5=a73_0x2ceb02,_0x33e031={};_0x33e031[_0x41fbe5(0x131)]=function(_0x566660,_0x3b95c8){return _0x566660>=_0x3b95c8;},_0x33e031[_0x41fbe5(0xb1)]=function(_0x19a085,_0x118255){return _0x19a085===_0x118255;},_0x33e031[_0x41fbe5(0x9f)]=_0x41fbe5(0x99);const _0x37c05a=_0x33e031;if(!RequestQueueHandler[_0x41fbe5(0xef)]){if(_0x37c05a[_0x41fbe5(0xb1)](_0x37c05a['EmKjW'],_0x37c05a[_0x41fbe5(0x9f)]))RequestQueueHandler[_0x41fbe5(0xef)]=new RequestQueueHandler();else return _0x37c05a[_0x41fbe5(0x131)](this[_0x41fbe5(0xaf)][_0x41fbe5(0x9d)],_0xf4a7bd);}return RequestQueueHandler['instance'];}['start']=()=>{const _0x57bda4=a73_0x2ceb02,_0x2b2e1c={};_0x2b2e1c[_0x57bda4(0x12f)]=function(_0x1f7c10,_0x3dfdf3){return _0x1f7c10===_0x3dfdf3;},_0x2b2e1c[_0x57bda4(0xed)]=_0x57bda4(0xa8);const _0x45f8b7=_0x2b2e1c;if(!this[_0x57bda4(0x12d)]){if(_0x45f8b7[_0x57bda4(0x12f)](_0x45f8b7[_0x57bda4(0xed)],_0x45f8b7[_0x57bda4(0xed)]))this[_0x57bda4(0x12d)]=!![],this[_0x57bda4(0x118)]();else return!_0x38d595[_0x57bda4(0xef)]&&(_0x4e0dc5[_0x57bda4(0xef)]=new _0x39146c()),_0x4f598d[_0x57bda4(0xef)];}};[a73_0x2ceb02(0xfb)]=_0x144629=>{const _0x130605=a73_0x2ceb02,_0x4fbdfd={'rqyRa':function(_0x593e0d,_0x477a41){return _0x593e0d(_0x477a41);},'hOdAR':function(_0x260e4c,_0x1205a2){return _0x260e4c===_0x1205a2;},'KCZAb':_0x130605(0xc8),'uEYre':function(_0x3b930b,_0x3298f5){return _0x3b930b-_0x3298f5;},'VxctZ':function(_0x1628c6,_0x587bb3){return _0x1628c6!==_0x587bb3;},'oApka':_0x130605(0xf0),'VZNaa':_0x130605(0xaa),'mcRVG':'TEST_SCREENSHOT','XALoW':_0x130605(0xfd),'VUQiR':_0x130605(0xe5),'XIekA':function(_0x3ec36f,_0x29e5ee){return _0x3ec36f!==_0x29e5ee;},'YEVYu':_0x130605(0xae),'xHmkn':'lbXdr'};if(this[_0x130605(0x11a)][_0x130605(0xcf)](_0x144629[_0x130605(0xa7)])){if(_0x4fbdfd[_0x130605(0xd9)](_0x4fbdfd['oApka'],_0x4fbdfd[_0x130605(0xd2)])){if(_0x144629['logs']&&_0x144629[_0x130605(0x94)][0x0]&&_0x4fbdfd[_0x130605(0x92)](_0x144629[_0x130605(0x94)][0x0]['kind'],_0x4fbdfd[_0x130605(0x129)])){if(_0x4fbdfd[_0x130605(0xd9)](_0x4fbdfd['XALoW'],_0x4fbdfd[_0x130605(0x105)])){const _0x313052={};return _0x313052[_0x130605(0xda)]=!![],_0x313052[_0x130605(0x126)]=[_0x144629],_0x313052[_0x130605(0x11e)]=this['screenshotEventUrl'],_0x313052;}else{const _0x92f3c7={};_0x92f3c7[_0x130605(0x132)]=_0x1cb858['data'][_0x130605(0xbe)];throw _0x92f3c7;}}this[_0x130605(0xaf)]['push'](_0x144629);let _0x5df0a4=null;const _0x5d6256=this[_0x130605(0xda)]();_0x5d6256&&(_0x4fbdfd[_0x130605(0xb9)](_0x4fbdfd[_0x130605(0x130)],_0x4fbdfd[_0x130605(0x8f)])?(_0x5df0a4=this[_0x130605(0xaf)][_0x130605(0x107)](0x0,BATCH_SIZE),this[_0x130605(0xaf)][_0x130605(0xba)](0x0,BATCH_SIZE),this[_0x130605(0x96)]()):(_0x4fbdfd[_0x130605(0xec)](_0x26ac93,this['pollEventBatchInterval']),this[_0x130605(0x109)]=null,_0x4fbdfd[_0x130605(0x92)](_0x3ba6d6,_0x4fbdfd[_0x130605(0xe8)])&&(this[_0x130605(0x12d)]=![])));const _0x4bb88f={};return _0x4bb88f[_0x130605(0xda)]=_0x5d6256,_0x4bb88f['proceedWithData']=_0x5df0a4,_0x4bb88f[_0x130605(0x11e)]=this[_0x130605(0x106)],_0x4bb88f;}else _0x4fbdfd[_0x130605(0xec)](_0x19e3f3,_0x4a7f88+_0x130605(0xb4)),this[_0x130605(0xfe)]=_0x4e95e8[_0x130605(0xbb)](0x0,_0x4fbdfd[_0x130605(0x97)](this['pendingUploads'],_0x4d2ffb[_0x130605(0x9d)]));}const _0x5cc1b5={};return _0x5cc1b5[_0x130605(0xda)]=!![],_0x5cc1b5;};[a73_0x2ceb02(0xc2)]=async()=>{const _0x4223d8=a73_0x2ceb02,_0x14d748={};_0x14d748['XruBe']='REMOVING',_0x14d748[_0x4223d8(0x117)]=function(_0x7b43ee,_0x4d7313){return _0x7b43ee>_0x4d7313;},_0x14d748[_0x4223d8(0x111)]=function(_0x62c1ea,_0x2e342c){return _0x62c1ea!==_0x2e342c;},_0x14d748[_0x4223d8(0x128)]=_0x4223d8(0xbc),_0x14d748[_0x4223d8(0xdd)]=_0x4223d8(0x101),_0x14d748[_0x4223d8(0x11d)]=_0x4223d8(0xea);const _0x48f7b9=_0x14d748;await this[_0x4223d8(0xf4)](),this[_0x4223d8(0xf8)](_0x48f7b9[_0x4223d8(0xa1)]);while(_0x48f7b9[_0x4223d8(0x117)](this[_0x4223d8(0xaf)][_0x4223d8(0x9d)],0x0)){if(_0x48f7b9[_0x4223d8(0x111)](_0x48f7b9['RvhUE'],_0x48f7b9['NtsvG'])){const _0x37b157=this['queue'][_0x4223d8(0x107)](0x0,BATCH_SIZE);this[_0x4223d8(0xaf)][_0x4223d8(0xba)](0x0,BATCH_SIZE),await this[_0x4223d8(0x104)](this[_0x4223d8(0x106)],_0x48f7b9[_0x4223d8(0x11d)],_0x37b157);}else return;}};[a73_0x2ceb02(0x104)]=async(_0xf55fc1,_0x3837a7,_0x35ca96)=>{const _0xc77179=a73_0x2ceb02,_0x2a3f20={'JpzYK':function(_0x59b8f8,_0x34ede4){return _0x59b8f8(_0x34ede4);},'KBjTc':function(_0x38ef16,_0xcace97){return _0x38ef16===_0xcace97;},'mDBOB':_0xc77179(0xc0),'IZDwb':function(_0x23be55){return _0x23be55();},'TSJgA':_0xc77179(0xd4),'aAenz':function(_0x4984b0,_0x5d53c0,_0x4f62c3,_0x538565,_0x4d04c8){return _0x4984b0(_0x5d53c0,_0x4f62c3,_0x538565,_0x4d04c8);},'CsVDh':'POST','YNYCY':'XHrfQ','lVYhQ':function(_0x1ba7e5,_0x3e675a){return _0x1ba7e5!==_0x3e675a;},'MlYhY':'Tmwda','rnSHC':function(_0x3c0454,_0x3e5fae){return _0x3c0454-_0x3e5fae;},'nhpkt':_0xc77179(0xab),'uUhyV':'FCWhi','UVBdu':function(_0x4d1978,_0x27d090){return _0x4d1978===_0x27d090;},'NhiFI':_0xc77179(0xc1),'RzifX':_0xc77179(0x102)},_0xe66681={'headers':_0x2a3f20[_0xc77179(0x11f)](getDefaultHeaders)};try{if(_0x2a3f20[_0xc77179(0xfa)](_0x2a3f20['TSJgA'],_0x2a3f20[_0xc77179(0x95)])){const _0x14a20b=await _0x2a3f20[_0xc77179(0xd3)](nodeRequest,_0x2a3f20[_0xc77179(0xc9)],_0xf55fc1,_0x35ca96,_0xe66681);if(_0x14a20b[_0xc77179(0x114)][_0xc77179(0xbe)]){if(_0x2a3f20[_0xc77179(0xfa)](_0x2a3f20['YNYCY'],_0x2a3f20[_0xc77179(0xff)])){const _0x5f5164={};_0x5f5164['message']=_0x14a20b['data'][_0xc77179(0xbe)];throw _0x5f5164;}else _0x13a09a[_0xc77179(0xef)]=new _0x488242();}else{if(_0x2a3f20[_0xc77179(0xe6)](_0x2a3f20[_0xc77179(0xce)],_0x2a3f20['MlYhY'])){const _0x152cdb={};return _0x152cdb[_0xc77179(0xda)]=!![],_0x152cdb['proceedWithData']=[_0xb1d4dc],_0x152cdb['proceedWithUrl']=this[_0xc77179(0xee)],_0x152cdb;}else _0x2a3f20[_0xc77179(0x122)](debug,_0x3837a7+_0xc77179(0xb4)),this['pendingUploads']=Math[_0xc77179(0xbb)](0x0,_0x2a3f20[_0xc77179(0xc7)](this[_0xc77179(0xfe)],_0x35ca96[_0xc77179(0x9d)]));}}else _0x2a3f20['JpzYK'](_0x2ce366,_0xc77179(0x116)+_0xe4658+_0xc77179(0x120)+_0xce0aa7['response'][_0xc77179(0xf2)]+'\x20'+_0xad110['response'][_0xc77179(0xf9)]+'\x20'+_0xac77de[_0xc77179(0xdb)](_0x447749[_0xc77179(0xe7)][_0xc77179(0x114)]));}catch(_0x21dbf8){if(_0x2a3f20[_0xc77179(0xfa)](_0x2a3f20['nhpkt'],_0x2a3f20[_0xc77179(0xd7)]))_0x21dbf8['response']?_0x2a3f20[_0xc77179(0xfa)](_0x2a3f20[_0xc77179(0xe1)],_0x2a3f20['uUhyV'])?_0x2a3f20[_0xc77179(0x122)](debug,_0xc77179(0x116)+_0x3837a7+_0xc77179(0x120)+_0x21dbf8['response'][_0xc77179(0xf2)]+'\x20'+_0x21dbf8[_0xc77179(0xe7)][_0xc77179(0xf9)]+'\x20'+JSON[_0xc77179(0xdb)](_0x21dbf8[_0xc77179(0xe7)]['data'])):(this[_0xc77179(0x12d)]=!![],this['startEventBatchPolling']()):_0x2a3f20[_0xc77179(0xfc)](_0x2a3f20[_0xc77179(0x12c)],_0x2a3f20[_0xc77179(0x11b)])?!this[_0xc77179(0x12d)]&&(this[_0xc77179(0x12d)]=!![],this[_0xc77179(0x118)]()):_0x2a3f20[_0xc77179(0x122)](debug,'EXCEPTION\x20IN\x20'+_0x3837a7+_0xc77179(0x120)+(_0x21dbf8['message']||_0x21dbf8)),this[_0xc77179(0xfe)]=Math[_0xc77179(0xbb)](0x0,_0x2a3f20['rnSHC'](this['pendingUploads'],_0x35ca96['length']));else{if(_0x3a74b7[_0xc77179(0x94)]&&_0x5882f6['logs'][0x0]&&_0x2a3f20[_0xc77179(0xfa)](_0x576c8e[_0xc77179(0x94)][0x0][_0xc77179(0xf1)],_0x2a3f20[_0xc77179(0xa5)])){const _0x27b010={};return _0x27b010[_0xc77179(0xda)]=!![],_0x27b010['proceedWithData']=[_0x33d71f],_0x27b010[_0xc77179(0x11e)]=this[_0xc77179(0xee)],_0x27b010;}this[_0xc77179(0xaf)][_0xc77179(0xde)](_0x3296ca);let _0x2379a9=null;const _0x2d8249=this[_0xc77179(0xda)]();_0x2d8249&&(_0x2379a9=this[_0xc77179(0xaf)][_0xc77179(0x107)](0x0,_0x1dc3c9),this[_0xc77179(0xaf)][_0xc77179(0xba)](0x0,_0x531035),this[_0xc77179(0x96)]());const _0x5574f0={};return _0x5574f0['shouldProceed']=_0x2d8249,_0x5574f0['proceedWithData']=_0x2379a9,_0x5574f0['proceedWithUrl']=this[_0xc77179(0x106)],_0x5574f0;}}};[a73_0x2ceb02(0x118)]=()=>{const _0x1f9852=a73_0x2ceb02,_0x454bec={'OuVRg':function(_0x59ebe1,_0x13ec20){return _0x59ebe1(_0x13ec20);},'HkVqC':'1|4|5|3|2|0','BdBMU':_0x1f9852(0xcb),'NGlnU':_0x1f9852(0xe4),'bfHdB':'TestRunFinished','LWFBe':'TestRunSkipped','wHVBl':_0x1f9852(0x9b),'PoFlx':_0x1f9852(0xa9),'Pvlse':_0x1f9852(0x108),'QbDmV':_0x1f9852(0xc4),'hoDMM':_0x1f9852(0x121),'GSbDY':function(_0x433694,_0x57873c){return _0x433694===_0x57873c;},'XIlwz':_0x1f9852(0xd0),'WzKKC':function(_0x3a5a3d,_0x3094ae){return _0x3a5a3d>_0x3094ae;},'HvMba':function(_0x4d04b7,_0x4d49be){return _0x4d04b7!==_0x4d49be;},'qvQMw':'JvVXg','sDAVs':'VeqFm','keHFV':_0x1f9852(0xc5),'gIxwE':function(_0x3c6c9a,_0x15c7bd,_0x263d13){return _0x3c6c9a(_0x15c7bd,_0x263d13);}};this[_0x1f9852(0x109)]=_0x454bec[_0x1f9852(0x112)](setInterval,async()=>{const _0x27783d=_0x1f9852,_0xa29071={};_0xa29071['Gqktj']=_0x454bec['HkVqC'],_0xa29071[_0x27783d(0xd1)]=_0x454bec[_0x27783d(0x9c)],_0xa29071['ghjkR']=_0x454bec['NGlnU'],_0xa29071[_0x27783d(0x9a)]=_0x454bec['bfHdB'],_0xa29071[_0x27783d(0xbd)]=_0x454bec[_0x27783d(0x119)],_0xa29071[_0x27783d(0xdf)]=_0x454bec[_0x27783d(0xd8)],_0xa29071['UlpTG']=_0x454bec[_0x27783d(0xa3)],_0xa29071['HNKgK']=_0x454bec[_0x27783d(0x11c)],_0xa29071[_0x27783d(0x91)]=_0x454bec['QbDmV'],_0xa29071[_0x27783d(0x10b)]=_0x454bec[_0x27783d(0xeb)];const _0x26cc91=_0xa29071;if(_0x454bec['GSbDY'](_0x454bec['XIlwz'],_0x454bec['XIlwz'])){if(_0x454bec[_0x27783d(0xb5)](this[_0x27783d(0xaf)][_0x27783d(0x9d)],0x0)){if(_0x454bec[_0x27783d(0x12b)](_0x454bec['qvQMw'],_0x454bec[_0x27783d(0xf5)])){const _0x447f20=this['queue'][_0x27783d(0x107)](0x0,BATCH_SIZE);this[_0x27783d(0xaf)]['splice'](0x0,BATCH_SIZE),await this[_0x27783d(0x104)](this[_0x27783d(0x106)],_0x454bec[_0x27783d(0x12a)],_0x447f20);}else _0x454bec[_0x27783d(0x9e)](_0x11d5a5,'EXCEPTION\x20IN\x20'+_0x14843f+_0x27783d(0x120)+(_0x2c5e4b[_0x27783d(0x132)]||_0x5b6f82));}}else{const _0x3b43bf=_0x26cc91[_0x27783d(0xd6)][_0x27783d(0x113)]('|');let _0x26ac76=0x0;while(!![]){switch(_0x3b43bf[_0x26ac76++]){case'0':this['pollEventBatchInterval']=null;continue;case'1':this[_0x27783d(0xaf)]=[];continue;case'2':this[_0x27783d(0x11a)]=[_0x26cc91[_0x27783d(0xd1)],_0x26cc91[_0x27783d(0x125)],_0x26cc91['tWmXM'],_0x26cc91[_0x27783d(0xbd)],_0x26cc91[_0x27783d(0xdf)],_0x26cc91[_0x27783d(0xe2)],_0x26cc91[_0x27783d(0xac)]];continue;case'3':this[_0x27783d(0xee)]=_0x26cc91[_0x27783d(0x91)];continue;case'4':this['started']=![];continue;case'5':this['eventUrl']=_0x26cc91['GkJmR'];continue;}break;}}},BATCH_INTERVAL);};[a73_0x2ceb02(0x96)]=()=>{const _0x15ac9d=a73_0x2ceb02,_0x54c182={};_0x54c182[_0x15ac9d(0x110)]=_0x15ac9d(0xa0);const _0xda60ac=_0x54c182;this[_0x15ac9d(0xf8)](_0xda60ac[_0x15ac9d(0x110)]),this[_0x15ac9d(0x118)]();};[a73_0x2ceb02(0xf8)]=_0x5dcf38=>{const _0x57c3ec=a73_0x2ceb02,_0x436704={'YhSoX':function(_0x3646b7,_0x5680a5){return _0x3646b7(_0x5680a5);},'CNwdP':function(_0x42c39b,_0x2bacbf){return _0x42c39b===_0x2bacbf;},'lXAdz':'REMOVING','XaEZW':function(_0x473d7c,_0x1d7c8c){return _0x473d7c===_0x1d7c8c;},'Ujsnq':_0x57c3ec(0xb8),'TuqfV':_0x57c3ec(0xb3),'nhJQC':function(_0x2da0c2,_0x23026b){return _0x2da0c2(_0x23026b);},'rwVGV':function(_0x29c8aa,_0x4b760a){return _0x29c8aa===_0x4b760a;},'RimoM':_0x57c3ec(0xb7)};this[_0x57c3ec(0x109)]&&(_0x436704[_0x57c3ec(0xb2)](_0x436704[_0x57c3ec(0x10c)],_0x436704[_0x57c3ec(0x10f)])?this['pollEventBatchInterval']&&(_0x436704[_0x57c3ec(0xf7)](_0x334388,this[_0x57c3ec(0x109)]),this[_0x57c3ec(0x109)]=null,_0x436704[_0x57c3ec(0x127)](_0x4abb8d,_0x436704[_0x57c3ec(0xf3)])&&(this[_0x57c3ec(0x12d)]=![])):(_0x436704[_0x57c3ec(0x8d)](clearInterval,this[_0x57c3ec(0x109)]),this[_0x57c3ec(0x109)]=null,_0x436704[_0x57c3ec(0xb2)](_0x5dcf38,_0x436704['lXAdz'])&&(_0x436704[_0x57c3ec(0x8b)](_0x436704[_0x57c3ec(0xd5)],_0x436704[_0x57c3ec(0xd5)])?this['started']=![]:this[_0x57c3ec(0x12d)]=![])));};[a73_0x2ceb02(0xda)]=()=>{const _0x5ce6f5=a73_0x2ceb02,_0x5880f3={};_0x5880f3[_0x5ce6f5(0x115)]=function(_0x3f15d9,_0x35135f){return _0x3f15d9>=_0x35135f;};const _0x2a7e45=_0x5880f3;return _0x2a7e45[_0x5ce6f5(0x115)](this['queue'][_0x5ce6f5(0x9d)],BATCH_SIZE);};async[a73_0x2ceb02(0xf4)](_0x4d2ca7=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x5def37=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x278256=a73_0x2ceb02,_0x46a962={'DdfjS':function(_0x480564,_0x9c006e){return _0x480564(_0x9c006e);},'aNgAU':function(_0x279fe2,_0x17f275){return _0x279fe2-_0x17f275;},'GPmVB':function(_0x256207,_0x40c7c5){return _0x256207<=_0x40c7c5;},'WxoGT':function(_0x3ab920,_0x121a5d){return _0x3ab920===_0x121a5d;},'fyeCv':'sAIvk','LvJue':_0x278256(0xa6),'eNkDr':function(_0x17aab9,_0x5149d4){return _0x17aab9(_0x5149d4);}};if(_0x46a962[_0x278256(0xe3)](this[_0x278256(0xfe)],0x0)||_0x46a962[_0x278256(0xe3)](_0x4d2ca7,0x0)){if(_0x46a962['WxoGT'](_0x46a962[_0x278256(0xc3)],_0x46a962['LvJue']))_0x238522[_0x278256(0xe7)]?_0x46a962[_0x278256(0x8e)](_0x277082,_0x278256(0x116)+_0x3c5241+_0x278256(0x120)+_0x1b2c6d[_0x278256(0xe7)][_0x278256(0xf2)]+'\x20'+_0x11134d['response'][_0x278256(0xf9)]+'\x20'+_0x3b1603[_0x278256(0xdb)](_0x3b9ba1['response'][_0x278256(0x114)])):_0x46a962[_0x278256(0x8e)](_0x24022e,'EXCEPTION\x20IN\x20'+_0x49f043+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x593768['message']||_0x1e36b2)),this['pendingUploads']=_0xfe15aa[_0x278256(0xbb)](0x0,_0x46a962[_0x278256(0x124)](this[_0x278256(0xfe)],_0x57a383[_0x278256(0x9d)]));else return;}return await _0x46a962[_0x278256(0x100)](sleep,_0x5def37),this['uploadPending'](_0x46a962[_0x278256(0x124)](_0x4d2ca7,_0x5def37));}}module[a73_0x2ceb02(0xcc)]=RequestQueueHandler;
|
|
1
|
+
const a73_0x36e923=a73_0x2d28;(function(_0x245b81,_0x4f3567){const _0x21839b=a73_0x2d28,_0x372b06=_0x245b81();while(!![]){try{const _0x42a748=-parseInt(_0x21839b(0x1bf))/0x1+-parseInt(_0x21839b(0x1ca))/0x2*(-parseInt(_0x21839b(0x1d7))/0x3)+parseInt(_0x21839b(0x1af))/0x4*(-parseInt(_0x21839b(0x178))/0x5)+-parseInt(_0x21839b(0x192))/0x6+parseInt(_0x21839b(0x1f2))/0x7+-parseInt(_0x21839b(0x1ab))/0x8+parseInt(_0x21839b(0x1e1))/0x9;if(_0x42a748===_0x4f3567)break;else _0x372b06['push'](_0x372b06['shift']());}catch(_0x597f34){_0x372b06['push'](_0x372b06['shift']());}}}(a73_0x5a5f,0x71ddd));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a73_0x36e923(0x196)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a73_0x36e923(0x16e)),util=require(a73_0x36e923(0x1b1));class RequestQueueHandler{static ['instance'];[a73_0x36e923(0x1b6)]=0x0;constructor(){const _0x4cf5d3=a73_0x36e923,_0x551150={};_0x551150[_0x4cf5d3(0x1ea)]='4|5|2|1|0|3',_0x551150[_0x4cf5d3(0x160)]=_0x4cf5d3(0x1b2),_0x551150[_0x4cf5d3(0x1e0)]=_0x4cf5d3(0x190),_0x551150[_0x4cf5d3(0x169)]=_0x4cf5d3(0x1d3),_0x551150[_0x4cf5d3(0x18b)]=_0x4cf5d3(0x1aa),_0x551150[_0x4cf5d3(0x1dc)]=_0x4cf5d3(0x17c),_0x551150[_0x4cf5d3(0x155)]=_0x4cf5d3(0x14e),_0x551150[_0x4cf5d3(0x15f)]=_0x4cf5d3(0x1a5),_0x551150[_0x4cf5d3(0x1a2)]='api/v1/screenshots',_0x551150[_0x4cf5d3(0x1b9)]=_0x4cf5d3(0x1c5);const _0x332de3=_0x551150,_0x2c2e67=_0x332de3[_0x4cf5d3(0x1ea)][_0x4cf5d3(0x154)]('|');let _0x4e90b8=0x0;while(!![]){switch(_0x2c2e67[_0x4e90b8++]){case'0':this[_0x4cf5d3(0x1e2)]=[_0x332de3[_0x4cf5d3(0x160)],_0x332de3[_0x4cf5d3(0x1e0)],_0x332de3[_0x4cf5d3(0x169)],_0x332de3[_0x4cf5d3(0x18b)],_0x332de3[_0x4cf5d3(0x1dc)],_0x332de3[_0x4cf5d3(0x155)],_0x332de3[_0x4cf5d3(0x15f)]];continue;case'1':this['screenshotEventUrl']=_0x332de3[_0x4cf5d3(0x1a2)];continue;case'2':this[_0x4cf5d3(0x1de)]=_0x332de3[_0x4cf5d3(0x1b9)];continue;case'3':this[_0x4cf5d3(0x19e)]=null;continue;case'4':this[_0x4cf5d3(0x152)]=[];continue;case'5':this[_0x4cf5d3(0x197)]=![];continue;}break;}}static[a73_0x36e923(0x167)](){const _0x433c98=a73_0x36e923,_0x51c463={'Ueigf':function(_0x4ce7f4,_0x10637c){return _0x4ce7f4(_0x10637c);},'rMjcT':function(_0xe53de2,_0x1e17de){return _0xe53de2!==_0x1e17de;},'ZdlbP':_0x433c98(0x1fc),'YyiLQ':_0x433c98(0x1c7)};return!RequestQueueHandler[_0x433c98(0x1a4)]&&(_0x51c463['rMjcT'](_0x51c463[_0x433c98(0x1bd)],_0x51c463[_0x433c98(0x15c)])?RequestQueueHandler[_0x433c98(0x1a4)]=new RequestQueueHandler():_0x51c463[_0x433c98(0x18a)](_0x9612d,'EXCEPTION\x20IN\x20'+_0x29a389+_0x433c98(0x1d6)+_0xde7853['response']['status']+'\x20'+_0x35d1dd['response'][_0x433c98(0x1b0)]+'\x20'+_0x566711[_0x433c98(0x1eb)](_0x79ef59[_0x433c98(0x1cc)][_0x433c98(0x1a6)]))),RequestQueueHandler[_0x433c98(0x1a4)];}['start']=()=>{const _0x453d10=a73_0x36e923,_0x1f44a4={};_0x1f44a4[_0x453d10(0x18d)]=function(_0x4ccae0,_0x37d369){return _0x4ccae0!==_0x37d369;},_0x1f44a4[_0x453d10(0x1db)]='jcmsR';const _0x111c12=_0x1f44a4;if(!this[_0x453d10(0x197)]){if(_0x111c12[_0x453d10(0x18d)](_0x111c12[_0x453d10(0x1db)],_0x111c12[_0x453d10(0x1db)])){const _0x124b01={};_0x124b01['message']=_0x20c23a[_0x453d10(0x1a6)][_0x453d10(0x191)];throw _0x124b01;}else this[_0x453d10(0x197)]=!![],this[_0x453d10(0x16d)]();}};[a73_0x36e923(0x1e3)]=_0xd9d996=>{const _0x299796=a73_0x36e923,_0x28598f={'fKXdd':function(_0x41aaca,_0x38a43c){return _0x41aaca>=_0x38a43c;},'szjnm':function(_0x255365,_0x4163c5){return _0x255365(_0x4163c5);},'JLRxT':function(_0x3bcf30,_0x4343b6){return _0x3bcf30===_0x4343b6;},'wZITZ':_0x299796(0x15b),'ppdMG':function(_0x9791f,_0x66a5c5){return _0x9791f===_0x66a5c5;},'WNRjR':_0x299796(0x199),'QAppK':function(_0x27b784,_0x1a00d1){return _0x27b784!==_0x1a00d1;},'LHnru':_0x299796(0x1f8),'Ffznd':'aPqJh','ToecM':function(_0x428f6f,_0x1436c3){return _0x428f6f===_0x1436c3;},'IsCCg':_0x299796(0x1ac),'natAk':function(_0x580fb5,_0x9b3d24){return _0x580fb5===_0x9b3d24;},'QlFft':_0x299796(0x15e),'bGqCN':'cSPEf'};if(this['BATCH_EVENT_TYPES'][_0x299796(0x1a0)](_0xd9d996[_0x299796(0x1bb)])){if(_0x28598f['QAppK'](_0x28598f[_0x299796(0x17b)],_0x28598f['Ffznd'])){if(_0xd9d996[_0x299796(0x153)]&&_0xd9d996[_0x299796(0x153)][0x0]&&_0x28598f[_0x299796(0x1c0)](_0xd9d996[_0x299796(0x153)][0x0]['kind'],_0x28598f['WNRjR'])){if(_0x28598f[_0x299796(0x1d4)](_0x28598f[_0x299796(0x177)],_0x28598f[_0x299796(0x177)]))return _0x28598f[_0x299796(0x1bc)](this[_0x299796(0x152)][_0x299796(0x1dd)],_0x524f62);else{const _0x5ebdef={};return _0x5ebdef[_0x299796(0x1f9)]=!![],_0x5ebdef['proceedWithData']=[_0xd9d996],_0x5ebdef[_0x299796(0x163)]=this[_0x299796(0x181)],_0x5ebdef;}}this[_0x299796(0x152)][_0x299796(0x1f7)](_0xd9d996);let _0x1388b0=null;const _0x3201fb=this[_0x299796(0x1f9)]();_0x3201fb&&(_0x28598f['natAk'](_0x28598f['QlFft'],_0x28598f[_0x299796(0x1e6)])?(_0x28598f[_0x299796(0x18e)](_0x78ceb9,this[_0x299796(0x19e)]),this[_0x299796(0x19e)]=null,_0x28598f[_0x299796(0x173)](_0x279580,_0x28598f[_0x299796(0x1fd)])&&(this['started']=![])):(_0x1388b0=this[_0x299796(0x152)][_0x299796(0x1e4)](0x0,BATCH_SIZE),this[_0x299796(0x152)][_0x299796(0x1b7)](0x0,BATCH_SIZE),this[_0x299796(0x164)]()));const _0x5b8d85={};return _0x5b8d85[_0x299796(0x1f9)]=_0x3201fb,_0x5b8d85[_0x299796(0x1e8)]=_0x1388b0,_0x5b8d85['proceedWithUrl']=this[_0x299796(0x1de)],_0x5b8d85;}else{if(_0x45a476[_0x299796(0x153)]&&_0x180304[_0x299796(0x153)][0x0]&&_0x28598f[_0x299796(0x19a)](_0x310c22['logs'][0x0][_0x299796(0x1b5)],_0x28598f[_0x299796(0x1a9)])){const _0x2d8d05={};return _0x2d8d05[_0x299796(0x1f9)]=!![],_0x2d8d05[_0x299796(0x1e8)]=[_0x18df72],_0x2d8d05[_0x299796(0x163)]=this['screenshotEventUrl'],_0x2d8d05;}this['queue']['push'](_0x13e24f);let _0x293ae4=null;const _0x513fa4=this[_0x299796(0x1f9)]();_0x513fa4&&(_0x293ae4=this[_0x299796(0x152)][_0x299796(0x1e4)](0x0,_0x42ac34),this[_0x299796(0x152)][_0x299796(0x1b7)](0x0,_0x23e7e3),this[_0x299796(0x164)]());const _0x3f3999={};return _0x3f3999[_0x299796(0x1f9)]=_0x513fa4,_0x3f3999[_0x299796(0x1e8)]=_0x293ae4,_0x3f3999['proceedWithUrl']=this[_0x299796(0x1de)],_0x3f3999;}}const _0x5bf3a4={};return _0x5bf3a4[_0x299796(0x1f9)]=!![],_0x5bf3a4;};[a73_0x36e923(0x15a)]=async()=>{const _0x5545d7=a73_0x36e923,_0x37938f={};_0x37938f[_0x5545d7(0x187)]=_0x5545d7(0x15b),_0x37938f[_0x5545d7(0x194)]=function(_0x2fefae,_0x131203){return _0x2fefae>_0x131203;},_0x37938f[_0x5545d7(0x1b8)]=function(_0x3d3c28,_0x35c11d){return _0x3d3c28===_0x35c11d;},_0x37938f[_0x5545d7(0x19d)]=_0x5545d7(0x1ec),_0x37938f[_0x5545d7(0x1a1)]=_0x5545d7(0x1cf);const _0x4eef98=_0x37938f;await this['uploadPending'](),this[_0x5545d7(0x180)](_0x4eef98['mLcVd']);while(_0x4eef98['IbBLh'](this[_0x5545d7(0x152)]['length'],0x0)){if(_0x4eef98[_0x5545d7(0x1b8)](_0x4eef98['GrACo'],_0x4eef98[_0x5545d7(0x19d)])){const _0x36617c=this[_0x5545d7(0x152)]['slice'](0x0,BATCH_SIZE);this[_0x5545d7(0x152)][_0x5545d7(0x1b7)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x5545d7(0x1de)],_0x4eef98[_0x5545d7(0x1a1)],_0x36617c);}else this['started']=!![],this[_0x5545d7(0x16d)]();}};['batchAndPostEvents']=async(_0x52843d,_0x583bda,_0x567822)=>{const _0x2cdff1=a73_0x36e923,_0x4e67f6={'ryGZq':function(_0x298cad,_0x4ba7c9){return _0x298cad===_0x4ba7c9;},'ZwuQv':_0x2cdff1(0x199),'Zjgay':function(_0x1437ca,_0x2bdc2f){return _0x1437ca(_0x2bdc2f);},'uPRvB':function(_0x385258,_0x1de4d2){return _0x385258===_0x1de4d2;},'CFAux':_0x2cdff1(0x15b),'hoXIs':_0x2cdff1(0x17f),'kHWhS':function(_0x1e5069,_0x29af0a){return _0x1e5069(_0x29af0a);},'IZIdp':function(_0x3bb235){return _0x3bb235();},'aHngA':function(_0xe8eb71,_0x4db34c){return _0xe8eb71!==_0x4db34c;},'GODMV':_0x2cdff1(0x166),'iQFKU':'TXMfQ','SJtzU':function(_0x1ce315,_0x4c8887,_0x1130ae,_0x2f4e5c,_0x287d69){return _0x1ce315(_0x4c8887,_0x1130ae,_0x2f4e5c,_0x287d69);},'BULOe':'POST','kSYLb':function(_0x55d1c6,_0x53c5a2){return _0x55d1c6===_0x53c5a2;},'CoXit':'cPOpC','tKpUh':_0x2cdff1(0x1ce),'godRl':function(_0xc830d7,_0x2bbd94){return _0xc830d7===_0x2bbd94;},'HHLUi':_0x2cdff1(0x159),'TIYpc':'eWRWc','NIOdm':function(_0x2bf892,_0x17230d){return _0x2bf892-_0x17230d;},'LYCDr':function(_0x1aedbf,_0x49b2c4){return _0x1aedbf!==_0x49b2c4;},'tKAPy':_0x2cdff1(0x19b),'XMeNh':_0x2cdff1(0x1a7),'AkHkg':_0x2cdff1(0x157),'kPrGa':_0x2cdff1(0x183),'FQYdb':function(_0x370531,_0x4cd7c2){return _0x370531===_0x4cd7c2;},'LSZoM':'ulZGx','VeZuV':function(_0x116424,_0x1a1cba){return _0x116424-_0x1a1cba;}},_0x2089e9={'headers':_0x4e67f6[_0x2cdff1(0x1fb)](getDefaultHeaders)};try{if(_0x4e67f6[_0x2cdff1(0x1d8)](_0x4e67f6[_0x2cdff1(0x1a8)],_0x4e67f6[_0x2cdff1(0x162)])){const _0x47de69=await _0x4e67f6[_0x2cdff1(0x1d0)](nodeRequest,_0x4e67f6[_0x2cdff1(0x1c2)],_0x52843d,_0x567822,_0x2089e9);if(_0x47de69['data']['error']){if(_0x4e67f6[_0x2cdff1(0x188)](_0x4e67f6[_0x2cdff1(0x1cb)],_0x4e67f6[_0x2cdff1(0x1da)])){if(this[_0x2cdff1(0x1e2)][_0x2cdff1(0x1a0)](_0x198565[_0x2cdff1(0x1bb)])){if(_0x1e444c[_0x2cdff1(0x153)]&&_0xb39987['logs'][0x0]&&_0x4e67f6[_0x2cdff1(0x1e5)](_0x29c6de[_0x2cdff1(0x153)][0x0][_0x2cdff1(0x1b5)],_0x4e67f6['ZwuQv'])){const _0x5810c9={};return _0x5810c9[_0x2cdff1(0x1f9)]=!![],_0x5810c9[_0x2cdff1(0x1e8)]=[_0x54b32c],_0x5810c9[_0x2cdff1(0x163)]=this[_0x2cdff1(0x181)],_0x5810c9;}this[_0x2cdff1(0x152)][_0x2cdff1(0x1f7)](_0x2fa6f9);let _0x8c02aa=null;const _0x2ed8ce=this[_0x2cdff1(0x1f9)]();_0x2ed8ce&&(_0x8c02aa=this['queue'][_0x2cdff1(0x1e4)](0x0,_0x2612d2),this['queue']['splice'](0x0,_0x518897),this[_0x2cdff1(0x164)]());const _0x51e816={};return _0x51e816[_0x2cdff1(0x1f9)]=_0x2ed8ce,_0x51e816[_0x2cdff1(0x1e8)]=_0x8c02aa,_0x51e816[_0x2cdff1(0x163)]=this[_0x2cdff1(0x1de)],_0x51e816;}const _0x4e7c4d={};return _0x4e7c4d[_0x2cdff1(0x1f9)]=!![],_0x4e7c4d;}else{const _0x3fd648={};_0x3fd648[_0x2cdff1(0x16c)]=_0x47de69[_0x2cdff1(0x1a6)]['error'];throw _0x3fd648;}}else _0x4e67f6[_0x2cdff1(0x1ad)](_0x4e67f6['HHLUi'],_0x4e67f6['TIYpc'])?this['pollEventBatchInterval']&&(_0x4e67f6[_0x2cdff1(0x158)](_0x4481ed,this['pollEventBatchInterval']),this['pollEventBatchInterval']=null,_0x4e67f6[_0x2cdff1(0x179)](_0x132fdb,_0x4e67f6[_0x2cdff1(0x161)])&&(this[_0x2cdff1(0x197)]=![])):(_0x4e67f6[_0x2cdff1(0x18c)](debug,_0x583bda+_0x2cdff1(0x186)),this[_0x2cdff1(0x1b6)]=Math['max'](0x0,_0x4e67f6[_0x2cdff1(0x195)](this[_0x2cdff1(0x1b6)],_0x567822['length'])));}else{const _0x72b493={};return _0x72b493[_0x2cdff1(0x1f9)]=!![],_0x72b493[_0x2cdff1(0x1e8)]=[_0x1e0bae],_0x72b493['proceedWithUrl']=this[_0x2cdff1(0x181)],_0x72b493;}}catch(_0x2c724d){_0x4e67f6[_0x2cdff1(0x1f3)](_0x4e67f6[_0x2cdff1(0x172)],_0x4e67f6[_0x2cdff1(0x1f5)])?(_0x2c724d['response']?_0x4e67f6[_0x2cdff1(0x1e5)](_0x4e67f6[_0x2cdff1(0x198)],_0x4e67f6[_0x2cdff1(0x1ef)])?!this[_0x2cdff1(0x197)]&&(this[_0x2cdff1(0x197)]=!![],this[_0x2cdff1(0x16d)]()):_0x4e67f6[_0x2cdff1(0x18c)](debug,_0x2cdff1(0x182)+_0x583bda+_0x2cdff1(0x1d6)+_0x2c724d[_0x2cdff1(0x1cc)][_0x2cdff1(0x165)]+'\x20'+_0x2c724d[_0x2cdff1(0x1cc)][_0x2cdff1(0x1b0)]+'\x20'+JSON[_0x2cdff1(0x1eb)](_0x2c724d[_0x2cdff1(0x1cc)]['data'])):_0x4e67f6[_0x2cdff1(0x17d)](_0x4e67f6[_0x2cdff1(0x1c6)],_0x4e67f6[_0x2cdff1(0x1c6)])?_0x4e67f6['kHWhS'](debug,'EXCEPTION\x20IN\x20'+_0x583bda+_0x2cdff1(0x1d6)+(_0x2c724d['message']||_0x2c724d)):(this[_0x2cdff1(0x180)](_0x4e67f6[_0x2cdff1(0x1e7)]),this[_0x2cdff1(0x16d)]()),this[_0x2cdff1(0x1b6)]=Math[_0x2cdff1(0x1f0)](0x0,_0x4e67f6[_0x2cdff1(0x185)](this[_0x2cdff1(0x1b6)],_0x567822[_0x2cdff1(0x1dd)]))):_0x4e67f6[_0x2cdff1(0x18c)](_0x24502c,_0x2cdff1(0x182)+_0x1bd5e7+_0x2cdff1(0x1d6)+(_0x19425e[_0x2cdff1(0x16c)]||_0x31d7fe));}};[a73_0x36e923(0x16d)]=()=>{const _0x18072e=a73_0x36e923,_0x10de79={'Dtbyj':_0x18072e(0x1d1),'VErmA':_0x18072e(0x1b2),'reFdL':_0x18072e(0x190),'kffIk':_0x18072e(0x1d3),'feUAe':_0x18072e(0x1aa),'izVnG':_0x18072e(0x17c),'luiRO':_0x18072e(0x14e),'yDNuB':_0x18072e(0x1a5),'JEaNO':_0x18072e(0x189),'PZzjU':'api/v1/batch','NdLLx':function(_0x55eefd,_0x1df7e4){return _0x55eefd(_0x1df7e4);},'QITYp':function(_0x26be6d,_0x2eca41){return _0x26be6d-_0x2eca41;},'QhYDh':function(_0xa566d7,_0x39b897){return _0xa566d7===_0x39b897;},'ddYef':_0x18072e(0x1ba),'mFGWn':_0x18072e(0x1df),'mEbYw':function(_0x5e25bb,_0x2cfb9c){return _0x5e25bb>_0x2cfb9c;},'noXIQ':function(_0x3ef615,_0x13d793){return _0x3ef615!==_0x13d793;},'EkBtX':'jYYFW','uwgAz':'CygEN','KGmpr':_0x18072e(0x176),'nTbWK':function(_0x441ced,_0x5d5351,_0x298206){return _0x441ced(_0x5d5351,_0x298206);}};this[_0x18072e(0x19e)]=_0x10de79[_0x18072e(0x1a3)](setInterval,async()=>{const _0x2c15ca=_0x18072e,_0x5a50f2={'VLusc':function(_0xda660d,_0xcf0d2b){const _0x24a104=a73_0x2d28;return _0x10de79[_0x24a104(0x1f4)](_0xda660d,_0xcf0d2b);},'dYnTS':function(_0x169186,_0x31b0dd){const _0x57bde2=a73_0x2d28;return _0x10de79[_0x57bde2(0x1d5)](_0x169186,_0x31b0dd);}};if(_0x10de79['QhYDh'](_0x10de79[_0x2c15ca(0x1f6)],_0x10de79[_0x2c15ca(0x18f)])){const _0xefc9f6=_0x10de79[_0x2c15ca(0x1d2)]['split']('|');let _0x5be285=0x0;while(!![]){switch(_0xefc9f6[_0x5be285++]){case'0':this[_0x2c15ca(0x152)]=[];continue;case'1':this[_0x2c15ca(0x1e2)]=[_0x10de79[_0x2c15ca(0x1ed)],_0x10de79[_0x2c15ca(0x151)],_0x10de79[_0x2c15ca(0x174)],_0x10de79[_0x2c15ca(0x17a)],_0x10de79[_0x2c15ca(0x193)],_0x10de79[_0x2c15ca(0x156)],_0x10de79['yDNuB']];continue;case'2':this[_0x2c15ca(0x181)]=_0x10de79['JEaNO'];continue;case'3':this[_0x2c15ca(0x1de)]=_0x10de79[_0x2c15ca(0x1e9)];continue;case'4':this[_0x2c15ca(0x19e)]=null;continue;case'5':this[_0x2c15ca(0x197)]=![];continue;}break;}}else{if(_0x10de79[_0x2c15ca(0x1cd)](this[_0x2c15ca(0x152)][_0x2c15ca(0x1dd)],0x0)){if(_0x10de79['noXIQ'](_0x10de79[_0x2c15ca(0x171)],_0x10de79[_0x2c15ca(0x19c)])){const _0x3822cb=this[_0x2c15ca(0x152)]['slice'](0x0,BATCH_SIZE);this[_0x2c15ca(0x152)]['splice'](0x0,BATCH_SIZE),await this[_0x2c15ca(0x16a)](this[_0x2c15ca(0x1de)],_0x10de79[_0x2c15ca(0x1c4)],_0x3822cb);}else _0x5a50f2[_0x2c15ca(0x1fe)](_0xe2018e,_0x3b0073+_0x2c15ca(0x186)),this[_0x2c15ca(0x1b6)]=_0x1669d0['max'](0x0,_0x5a50f2[_0x2c15ca(0x15d)](this[_0x2c15ca(0x1b6)],_0x135df7[_0x2c15ca(0x1dd)]));}}},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x58843b=a73_0x36e923,_0xe74400={};_0xe74400[_0x58843b(0x1fa)]='RESETTING';const _0x1bf12e=_0xe74400;this[_0x58843b(0x180)](_0x1bf12e[_0x58843b(0x1fa)]),this[_0x58843b(0x16d)]();};[a73_0x36e923(0x180)]=_0xfbba31=>{const _0x169a9c=a73_0x36e923,_0x1ae276={'SnCma':function(_0x3008fe,_0x422b6f){return _0x3008fe!==_0x422b6f;},'VnYQz':_0x169a9c(0x1c3),'EJrCV':_0x169a9c(0x1ae),'czGYE':function(_0x5d1443,_0x13192f){return _0x5d1443(_0x13192f);},'cxVMe':function(_0x4e7b2c,_0x4ee41c){return _0x4e7b2c===_0x4ee41c;},'woXru':_0x169a9c(0x15b),'ZpoJw':_0x169a9c(0x168),'LjcOA':_0x169a9c(0x16f)};if(this[_0x169a9c(0x19e)]){if(_0x1ae276[_0x169a9c(0x1c8)](_0x1ae276[_0x169a9c(0x16b)],_0x1ae276['EJrCV']))_0x1ae276[_0x169a9c(0x14f)](clearInterval,this[_0x169a9c(0x19e)]),this['pollEventBatchInterval']=null,_0x1ae276[_0x169a9c(0x1f1)](_0xfbba31,_0x1ae276[_0x169a9c(0x1ee)])&&(_0x1ae276[_0x169a9c(0x1c8)](_0x1ae276[_0x169a9c(0x1c9)],_0x1ae276[_0x169a9c(0x1b4)])?this['started']=![]:this[_0x169a9c(0x197)]=![]);else return;}};['shouldProceed']=()=>{const _0x4cc851=a73_0x36e923,_0x2240d7={};_0x2240d7['mzoBq']=function(_0x483db3,_0x17e370){return _0x483db3>=_0x17e370;};const _0x435fcf=_0x2240d7;return _0x435fcf[_0x4cc851(0x17e)](this[_0x4cc851(0x152)][_0x4cc851(0x1dd)],BATCH_SIZE);};async['uploadPending'](_0x5a5ef8=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x22f952=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x5e4747=a73_0x36e923,_0x17fdd7={'NCawm':function(_0x5bba0d,_0x491549){return _0x5bba0d<=_0x491549;},'Gwycb':function(_0x302b0e,_0x2632ef){return _0x302b0e!==_0x2632ef;},'tKLKI':_0x5e4747(0x1d9),'SwmHa':_0x5e4747(0x1be),'IVVtC':function(_0x33b3b4,_0x28af87){return _0x33b3b4(_0x28af87);},'IsWkP':function(_0x3b6d8c,_0x3b1945){return _0x3b6d8c-_0x3b1945;}};if(_0x17fdd7[_0x5e4747(0x1ff)](this[_0x5e4747(0x1b6)],0x0)||_0x17fdd7[_0x5e4747(0x1ff)](_0x5a5ef8,0x0)){if(_0x17fdd7[_0x5e4747(0x1c1)](_0x17fdd7[_0x5e4747(0x170)],_0x17fdd7[_0x5e4747(0x184)]))return;else _0xb3c506=this['queue']['slice'](0x0,_0x2df3e0),this[_0x5e4747(0x152)]['splice'](0x0,_0x436ec6),this[_0x5e4747(0x164)]();}return await _0x17fdd7[_0x5e4747(0x150)](sleep,_0x22f952),this[_0x5e4747(0x175)](_0x17fdd7[_0x5e4747(0x19f)](_0x5a5ef8,_0x22f952));}}function a73_0x5a5f(){const _0x1354c4=['NIOdm','./constants','started','AkHkg','TEST_SCREENSHOT','ppdMG','horDK','uwgAz','GrACo','pollEventBatchInterval','IsWkP','includes','QqxzW','SOxmR','nTbWK','instance','HookRunStarted','data','sfbWq','GODMV','WNRjR','TestRunSkipped','1254784WSVwbd','ArZfL','godRl','qLXIY','1804rMBRcE','statusText','util','LogCreated','exports','LjcOA','kind','pendingUploads','splice','kzmpR','WkHiL','XqvBq','event_type','fKXdd','ZdlbP','nDbTs','687801JlHppn','ToecM','Gwycb','BULOe','XsHZt','KGmpr','api/v1/batch','LSZoM','iRSnZ','SnCma','ZpoJw','78QgQXVR','CoXit','response','mEbYw','TzyqV','Shutdown-Queue','SJtzU','0|5|3|2|1|4','Dtbyj','TestRunFinished','QAppK','QITYp','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','10557yqLdMU','aHngA','ykgFr','tKpUh','AOLjU','mJCTS','length','eventUrl','HLCzB','UpYpq','13909941GvnfQV','BATCH_EVENT_TYPES','add','slice','ryGZq','bGqCN','hoXIs','proceedWithData','PZzjU','PZZKD','stringify','IWCUm','VErmA','woXru','kPrGa','max','cxVMe','1700839LFyQQp','LYCDr','NdLLx','XMeNh','ddYef','push','zjMKx','shouldProceed','mKtCC','IZIdp','XEhbT','wZITZ','VLusc','NCawm','TestRunStarted','czGYE','IVVtC','reFdL','queue','logs','split','UQuDx','luiRO','JrNFK','Zjgay','TWhaB','shutdown','REMOVING','YyiLQ','dYnTS','MzxHK','OzPQR','lFCIS','CFAux','iQFKU','proceedWithUrl','resetEventBatchPolling','status','cMfoL','getInstance','rODWe','gEFUS','batchAndPostEvents','VnYQz','message','startEventBatchPolling','./utils','dBciu','tKLKI','EkBtX','tKAPy','JLRxT','kffIk','uploadPending','Interval-Queue','IsCCg','1520cZHkeh','uPRvB','feUAe','LHnru','HookRunFinished','FQYdb','mzoBq','RESETTING','removeEventBatchPolling','screenshotEventUrl','EXCEPTION\x20IN\x20','HVgMr','SwmHa','VeZuV','\x20event\x20successful!','mLcVd','kSYLb','api/v1/screenshots','Ueigf','wisOM','kHWhS','Phkhl','szjnm','mFGWn','CBTSessionCreated','error','2865702RQKAdc','izVnG','IbBLh'];a73_0x5a5f=function(){return _0x1354c4;};return a73_0x5a5f();}function a73_0x2d28(_0x190745,_0x521e4d){const _0x5a5f32=a73_0x5a5f();return a73_0x2d28=function(_0x2d2818,_0x30a0bc){_0x2d2818=_0x2d2818-0x14e;let _0x5e6ba2=_0x5a5f32[_0x2d2818];return _0x5e6ba2;},a73_0x2d28(_0x190745,_0x521e4d);}module[a73_0x36e923(0x1b3)]=RequestQueueHandler;
|