browserstack-node-sdk 1.31.16 → 1.31.18
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/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a63_0x10465b=a63_0x4a52;(function(_0x37f1c9,_0x275242){const _0x587ad4=a63_0x4a52,_0x50b92e=_0x37f1c9();while(!![]){try{const _0x28c040=parseInt(_0x587ad4(0x27c))/0x1*(-parseInt(_0x587ad4(0x223))/0x2)+parseInt(_0x587ad4(0x291))/0x3*(-parseInt(_0x587ad4(0x1e1))/0x4)+parseInt(_0x587ad4(0x1e5))/0x5*(-parseInt(_0x587ad4(0x18d))/0x6)+parseInt(_0x587ad4(0x1ef))/0x7*(-parseInt(_0x587ad4(0x1b9))/0x8)+-parseInt(_0x587ad4(0x195))/0x9*(-parseInt(_0x587ad4(0x18c))/0xa)+parseInt(_0x587ad4(0x237))/0xb+parseInt(_0x587ad4(0x27f))/0xc;if(_0x28c040===_0x275242)break;else _0x50b92e['push'](_0x50b92e['shift']());}catch(_0x2db323){_0x50b92e['push'](_0x50b92e['shift']());}}}(a63_0x28a8,0x53d54));function a63_0x4a52(_0x37a29c,_0x374d7a){const _0x28a8d9=a63_0x28a8();return a63_0x4a52=function(_0x4a52c0,_0x19ab14){_0x4a52c0=_0x4a52c0-0x170;let _0x5716e3=_0x28a8d9[_0x4a52c0];return _0x5716e3;},a63_0x4a52(_0x37a29c,_0x374d7a);}const fs=require('fs'),{performance,PerformanceObserver}=require(a63_0x10465b(0x239)),{sleep,debug}=require('./test-observability/utils'),path=require('path'),logger=require('./logger')[a63_0x10465b(0x1af)];class PerformanceTester{static ['_observer'];static ['_events']=[];static [a63_0x10465b(0x20a)]=[];static ['_errorEvents']=[];static [a63_0x10465b(0x22c)]=![];static [a63_0x10465b(0x1c2)]=a63_0x10465b(0x177);static [a63_0x10465b(0x26c)]='error-report.json';static['startMonitoring'](_0x50e1c8=a63_0x10465b(0x177),_0x3a5eac='error-report.json'){const _0x166fcc=a63_0x10465b,_0x38ef75={};_0x38ef75[_0x166fcc(0x278)]=function(_0x26f149,_0x9285d0){return _0x26f149===_0x9285d0;},_0x38ef75[_0x166fcc(0x1ee)]=_0x166fcc(0x1c8),_0x38ef75[_0x166fcc(0x214)]=_0x166fcc(0x21e),_0x38ef75[_0x166fcc(0x23d)]=function(_0x173ba0,_0x5ebe23){return _0x173ba0===_0x5ebe23;},_0x38ef75[_0x166fcc(0x207)]=_0x166fcc(0x17f),_0x38ef75[_0x166fcc(0x1a1)]=_0x166fcc(0x282),_0x38ef75[_0x166fcc(0x280)]=function(_0x499fcd,_0x161fd5){return _0x499fcd!==_0x161fd5;},_0x38ef75['hCfqe']=_0x166fcc(0x21c),_0x38ef75[_0x166fcc(0x176)]=function(_0x11d470,_0x267fb8){return _0x11d470!==_0x267fb8;},_0x38ef75['rwdJI']=_0x166fcc(0x17e),_0x38ef75['zQQXi']=_0x166fcc(0x27b),_0x38ef75[_0x166fcc(0x1e6)]=function(_0x21dd5e,_0x394ad8){return _0x21dd5e!==_0x394ad8;},_0x38ef75['AqzgQ']=_0x166fcc(0x202),_0x38ef75[_0x166fcc(0x288)]=_0x166fcc(0x294);const _0x3f8bde=_0x38ef75;if(this[_0x166fcc(0x22c)]||!this['isEnabled']()){if(_0x3f8bde[_0x166fcc(0x1e6)](_0x3f8bde[_0x166fcc(0x243)],_0x3f8bde[_0x166fcc(0x243)]))return;else return;}this[_0x166fcc(0x23c)]=new PerformanceObserver(_0x1d35a6=>{const _0x656fef=_0x166fcc;_0x3f8bde[_0x656fef(0x176)](_0x3f8bde[_0x656fef(0x231)],_0x3f8bde[_0x656fef(0x1b5)])?_0x1d35a6['getEntries']()[_0x656fef(0x26b)](_0x221370=>{const _0x4d132f=_0x656fef;if(_0x3f8bde[_0x4d132f(0x278)](_0x3f8bde['MtYsz'],_0x3f8bde[_0x4d132f(0x214)])){const _0x3a73ca=this['finalizePerfMeasures'](),_0x78c056=this[_0x4d132f(0x174)]();if(!this['isEnabled']()){const _0x3e1c4a={};return _0x3e1c4a['measures']=[],_0x3e1c4a['errors']=[],_0x3e1c4a;}const _0x36edd9={};return _0x36edd9[_0x4d132f(0x1a0)]=_0x3a73ca,_0x36edd9[_0x4d132f(0x199)]=_0x78c056,_0x36edd9;}else{if(_0x3f8bde['MABlM'](_0x221370['entryType'],_0x3f8bde['KeXDw'])){if(_0x3f8bde[_0x4d132f(0x23d)](_0x3f8bde['iWSzq'],_0x3f8bde['iWSzq']))this[_0x4d132f(0x20a)][_0x4d132f(0x216)](_0x221370);else return[];}else{if(_0x3f8bde['IRvhW'](_0x3f8bde[_0x4d132f(0x247)],_0x3f8bde[_0x4d132f(0x247)]))return[];else this[_0x4d132f(0x1f2)][_0x4d132f(0x216)](_0x221370);}}}):(_0x994183['name']=_0x33d219[0x1],_0x2147d4[_0x656fef(0x24b)]=_0x262b64[_0x656fef(0x250)](_0x2574a6[0x2]));});const _0x83caa6={};_0x83caa6[_0x166fcc(0x1dc)]=!![],_0x83caa6[_0x166fcc(0x210)]=[_0x3f8bde[_0x166fcc(0x288)],_0x3f8bde[_0x166fcc(0x207)]],this[_0x166fcc(0x23c)][_0x166fcc(0x248)](_0x83caa6),this[_0x166fcc(0x22c)]=!![],this['jsonReportFileName']=_0x50e1c8,this[_0x166fcc(0x26c)]=_0x3a5eac;}static[a63_0x10465b(0x1a8)](){return performance;}static[a63_0x10465b(0x197)](_0x2c4009,_0x37a13b){const _0x2869bb=a63_0x10465b,_0x2327ca={'RjMjn':function(_0x29ec5c,_0xbd06e1){return _0x29ec5c(_0xbd06e1);},'qZmiY':function(_0x4b7125,_0x3e76c7){return _0x4b7125(_0x3e76c7);},'EDMlX':function(_0xae367e,_0x21dcb9){return _0xae367e===_0x21dcb9;},'yVEgd':_0x2869bb(0x1d3),'ggoQi':_0x2869bb(0x20d),'VcVgL':function(_0x1fbc4b,_0x27ad3f){return _0x1fbc4b===_0x27ad3f;},'WZhmz':'YFOnz','GkyUF':function(_0x410ba1,_0x27bfc7){return _0x410ba1!==_0x27bfc7;},'DtzVC':'WPZHH','DAjSL':function(_0x5f31c7,_0x112219){return _0x5f31c7+_0x112219;},'slilb':function(_0x31aa17,_0x489fbd){return _0x31aa17||_0x489fbd;},'uWqiD':function(_0x2a91db,_0x56ff3e){return _0x2a91db===_0x56ff3e;},'IiVVw':function(_0x2dbf49,_0x4ff409){return _0x2dbf49!==_0x4ff409;},'uVxup':_0x2869bb(0x1b0),'cJifP':_0x2869bb(0x286)},_0x1d3714={};if(!_0x2c4009||_0x2327ca[_0x2869bb(0x1ad)](_0x2c4009['length'],0x0)){if(_0x2327ca['IiVVw'](_0x2327ca[_0x2869bb(0x1a3)],_0x2327ca[_0x2869bb(0x1e8)]))return;else{_0x2327ca[_0x2869bb(0x21d)](_0x42de1c,_0x2869bb(0x23e)+_0x4787c8[_0x2869bb(0x1dd)]());return;}}_0x2c4009[_0x2869bb(0x1ed)](_0x4015bf=>{const _0x4cdeaa=_0x2869bb,_0x50e863={'wMxAR':function(_0x3142d0,_0xa6d7b0){const _0x3916bc=a63_0x4a52;return _0x2327ca[_0x3916bc(0x21b)](_0x3142d0,_0xa6d7b0);}};if(_0x2327ca[_0x4cdeaa(0x1e0)](_0x2327ca[_0x4cdeaa(0x28d)],_0x2327ca[_0x4cdeaa(0x185)]))return _0x427714[_0x4cdeaa(0x1f5)](null,_0x3235e5);else!_0x1d3714[_0x4015bf[_0x4cdeaa(0x27d)]]&&(_0x2327ca[_0x4cdeaa(0x28b)](_0x2327ca[_0x4cdeaa(0x233)],_0x2327ca[_0x4cdeaa(0x233)])?_0x1d3714[_0x4015bf[_0x4cdeaa(0x27d)]]=0x0:_0x50e863['wMxAR'](_0x47efc6,_0x4cdeaa(0x1b7)+_0x260e9f[_0x4cdeaa(0x1dd)]())),_0x1d3714[_0x4015bf[_0x4cdeaa(0x27d)]]+=_0x4015bf[_0x4cdeaa(0x196)];});const _0x2afa39=_0x37a13b[_0x2869bb(0x1e7)]((_0x328f9c,_0x56d8cf)=>{const _0x73fc23=_0x2869bb;return _0x2327ca[_0x73fc23(0x182)](_0x2327ca['DtzVC'],_0x2327ca[_0x73fc23(0x1eb)])?this[_0x73fc23(0x221)]:_0x2327ca[_0x73fc23(0x220)](_0x1d3714[_0x56d8cf],_0x2327ca[_0x73fc23(0x20e)](_0x328f9c,0x0));},0x0);return _0x2afa39;}static async[a63_0x10465b(0x194)](_0xff83b8,_0xe6f439){const _0x289653=a63_0x10465b,_0x3717e1={'pCUen':'Error\x20stopping\x20monitoring','ahHra':function(_0x5639fc,_0x47b7d2){return _0x5639fc/_0x47b7d2;},'IFQCJ':function(_0x201a21,_0x525001){return _0x201a21+_0x525001;},'DKZYe':function(_0x330162,_0x10fc15){return _0x330162*_0x10fc15;},'kjeqS':function(_0x1c3d00,_0x1dbb75){return _0x1c3d00+_0x1dbb75;},'rKpaU':function(_0x3dd8fe,_0x24ccbc){return _0x3dd8fe!==_0x24ccbc;},'RarHv':_0x289653(0x200),'fqbQH':_0x289653(0x1ca),'orzch':function(_0x5835d0,_0x320cf0){return _0x5835d0===_0x320cf0;},'TJNNB':_0x289653(0x204),'hoxqs':_0x289653(0x28c),'lMSHe':function(_0x123780,_0x42f5ce){return _0x123780(_0x42f5ce);},'TeMtl':function(_0x5c99cc,_0x1a6baf){return _0x5c99cc(_0x1a6baf);},'vNxGB':function(_0x3ad139,_0x37cd7){return _0x3ad139!==_0x37cd7;},'LWPVA':_0x289653(0x1d6),'bmLMl':_0x289653(0x24c),'gweCK':function(_0x34f0d4,_0x57ecb6){return _0x34f0d4||_0x57ecb6;},'Sgzrx':function(_0xfda190,_0x5c3577){return _0xfda190===_0x5c3577;},'XMxIk':_0x289653(0x213),'XanRr':_0x289653(0x1a2),'mVaVl':function(_0x2f6f9e,_0x2bad28){return _0x2f6f9e!==_0x2bad28;},'PUNBE':_0x289653(0x183),'eARXb':_0x289653(0x192)};if(!_0xff83b8||_0x3717e1[_0x289653(0x19e)](_0xff83b8[_0x289653(0x20b)],0x0)){if(_0x3717e1['rKpaU'](_0x3717e1[_0x289653(0x28a)],_0x3717e1['XMxIk']))_0x4dc23a['debug'](_0x3717e1[_0x289653(0x206)]);else return 0x0;}const _0xfe1404=[];for(const _0x48e8b0 of _0xff83b8){if(_0x3717e1[_0x289653(0x226)](_0x3717e1['XanRr'],_0x3717e1['XanRr'])){const _0x538aca=path[_0x289653(0x21a)]('.',_0x48e8b0);try{if(_0x3717e1[_0x289653(0x1d0)](_0x3717e1[_0x289653(0x179)],_0x3717e1['PUNBE'])){const _0x1caba6=this[_0x289653(0x184)](_0x1b3479);_0x1caba6[_0x289653(0x1ed)](_0x1dbc9a=>{const _0x2de1bf=_0x289653;!_0x238d74[_0x1dbc9a[_0x2de1bf(0x27d)]]&&(_0x1421a0[_0x1dbc9a[_0x2de1bf(0x27d)]]=0x0),_0x403bd1[_0x1dbc9a[_0x2de1bf(0x27d)]]+=_0x1dbc9a['duration'];});}else{const _0xc3e815=this[_0x289653(0x184)](_0x538aca);_0xc3e815['map'](_0x1601b8=>{const _0x445e31=_0x289653,_0x3826c8={'skpze':function(_0x489207,_0x14abc2){const _0x211521=a63_0x4a52;return _0x3717e1[_0x211521(0x25e)](_0x489207,_0x14abc2);},'fndlZ':function(_0x211e13,_0x3371a2){return _0x3717e1['IFQCJ'](_0x211e13,_0x3371a2);},'ccJDH':function(_0xbbc17c,_0x1bf756){const _0x14be59=a63_0x4a52;return _0x3717e1[_0x14be59(0x279)](_0xbbc17c,_0x1bf756);},'ZDHLe':function(_0x51b23a,_0x817767){return _0x3717e1['kjeqS'](_0x51b23a,_0x817767);}};if(_0x3717e1[_0x445e31(0x201)](_0x3717e1['RarHv'],_0x3717e1[_0x445e31(0x1a7)]))!_0xfe1404[_0x1601b8[_0x445e31(0x27d)]]&&(_0x3717e1['orzch'](_0x3717e1[_0x445e31(0x261)],_0x3717e1['hoxqs'])?(_0x6c625b[_0x1474ca['name']]=_0x2db220,_0x3bebc1[_0x4902a5[_0x445e31(0x27d)]]=0x1):_0xfe1404[_0x1601b8[_0x445e31(0x27d)]]=0x0),_0xfe1404[_0x1601b8[_0x445e31(0x27d)]]+=_0x1601b8[_0x445e31(0x196)];else{const _0xb2dea5=_0x2e6534[_0x445e31(0x27d)]['match'](_0x2ece8b),_0x1bc684={};_0x1bc684[_0x445e31(0x27d)]=_0x165825[_0x445e31(0x27d)],_0x1bc684[_0x445e31(0x196)]=_0x459752[_0x445e31(0x196)]||0x0;const _0x58eac3=_0x1bc684;_0xb2dea5&&(_0x58eac3[_0x445e31(0x27d)]=_0xb2dea5[0x1],_0x58eac3[_0x445e31(0x24b)]=_0x39abe9[_0x445e31(0x250)](_0xb2dea5[0x2]));if(_0x425a10[_0x58eac3[_0x445e31(0x27d)]]){const _0xae8f15=_0x268595[_0x58eac3[_0x445e31(0x27d)]],_0x1221ba=_0x1cf477[_0x58eac3[_0x445e31(0x27d)]];_0x24178c[_0x58eac3[_0x445e31(0x27d)]][_0x445e31(0x196)]=_0x3826c8['skpze'](_0x3826c8[_0x445e31(0x230)](_0x3826c8[_0x445e31(0x232)](_0xae8f15['duration'],_0x1221ba),_0x58eac3['duration']),_0x3826c8[_0x445e31(0x274)](0x1,_0x1221ba)),_0x1fd791[_0x58eac3[_0x445e31(0x27d)]]++;}else _0x3624d8[_0x58eac3['name']]=_0x58eac3,_0x51f2b6[_0x58eac3[_0x445e31(0x27d)]]=0x1;}});}}catch(_0x2e73c2){_0x3717e1['Sgzrx'](_0x3717e1['eARXb'],_0x3717e1['eARXb'])?_0x3717e1[_0x289653(0x1bc)](debug,_0x289653(0x1b7)+_0x2e73c2[_0x289653(0x1dd)]()):_0x3f59e7[_0x1670d9[_0x289653(0x27d)]]=0x0;}}else{if(_0x4cbd93){_0x3717e1[_0x289653(0x1bc)](_0x9fb1e5,_0x289653(0x23e)+_0x43a244[_0x289653(0x1dd)]());return;}_0x3717e1['TeMtl'](_0xc5ee77,_0x289653(0x26e)+_0x32385c);}}const _0xab70a1=_0xe6f439[_0x289653(0x1e7)]((_0xa6c76,_0x64329a)=>{const _0x5e2e1b=_0x289653;if(_0x3717e1[_0x5e2e1b(0x1fa)](_0x3717e1['LWPVA'],_0x3717e1[_0x5e2e1b(0x290)]))return _0x3717e1[_0x5e2e1b(0x1c3)](_0xfe1404[_0x64329a],_0x3717e1['gweCK'](_0xa6c76,0x0));else{if(!this[_0x5e2e1b(0x225)]())return;this['_observer'][_0x5e2e1b(0x19f)](),this['pushPerfMeasures'](),this[_0x5e2e1b(0x1f9)]();}},0x0);return _0x3717e1[_0x289653(0x1bc)](debug,_0x289653(0x258)+_0xe6f439+_0x289653(0x27e)+_0xab70a1),_0xab70a1;}static[a63_0x10465b(0x184)](_0x1ad89f){const _0x4726f8=a63_0x10465b,_0x993c68={};_0x993c68['tSvME']=function(_0x458a5f,_0x3dc115){return _0x458a5f===_0x3dc115;},_0x993c68[_0x4726f8(0x193)]='zJqrt',_0x993c68[_0x4726f8(0x1fe)]='jOtev';const _0x17c1b5=_0x993c68;if(!fs[_0x4726f8(0x17d)](_0x1ad89f)){if(_0x17c1b5['tSvME'](_0x17c1b5['PCBGI'],_0x17c1b5[_0x4726f8(0x1fe)]))_0xdbef65=_0x5e7c07[_0x4726f8(0x293)](this['getCleanedPerfEvents']());else return[];}return JSON['parse'](fs[_0x4726f8(0x1cd)](_0x1ad89f)[_0x4726f8(0x1dd)]());}static async[a63_0x10465b(0x27a)](_0x496424='performance-own.html',_0x42aebf=null){const _0x52af95=a63_0x10465b,_0xc446d9={'BrLvo':function(_0x46fbcb,_0x3a6a72){return _0x46fbcb>_0x3a6a72;},'GWYqx':function(_0x2e4d3c,_0x120240){return _0x2e4d3c===_0x120240;},'MQdPX':'jNRos','EiyoQ':function(_0x5162a3,_0x1e953f){return _0x5162a3!==_0x1e953f;},'nTFfd':'lYWoW','Pwmnl':_0x52af95(0x277),'TfJvy':function(_0x46148e,_0x5b2a3b){return _0x46148e(_0x5b2a3b);},'OYYsx':function(_0x54896e,_0x4a2244){return _0x54896e(_0x4a2244);},'zBIOH':function(_0x3e4188,_0xa71249){return _0x3e4188+_0xa71249;},'FQose':function(_0x2c6ab9,_0x3e7f59){return _0x2c6ab9||_0x3e7f59;},'gzlyl':_0x52af95(0x219),'hmZri':function(_0x314dc6,_0x3a0f49){return _0x314dc6(_0x3a0f49);},'ynRdk':function(_0x235041,_0x16f128){return _0x235041!==_0x16f128;},'vhWaY':_0x52af95(0x22d),'dvTKB':'sNjDI'};if(!this[_0x52af95(0x22c)]){if(_0xc446d9[_0x52af95(0x209)](_0xc446d9[_0x52af95(0x25c)],_0xc446d9[_0x52af95(0x25c)]))return;else{if(!_0x35c178[_0x52af95(0x17d)](this[_0x52af95(0x26c)]))return this[_0x52af95(0x221)];let _0x3637dd=_0x2b3d51[_0x52af95(0x1cd)](this['errorReportFileName'])[_0x52af95(0x1dd)]();_0x3637dd='['+_0x3637dd[_0x52af95(0x289)](0x0,-0x1)+']';let _0x1b6600=_0x3c0fd8['parse'](_0x3637dd);return _0xc446d9[_0x52af95(0x171)](this[_0x52af95(0x221)][_0x52af95(0x20b)],0x0)&&(_0x1b6600=_0x1b6600[_0x52af95(0x293)](this[_0x52af95(0x221)])),_0x494889[_0x52af95(0x23b)](this[_0x52af95(0x26c)]),_0x1b6600;}}await _0xc446d9[_0x52af95(0x271)](sleep,0x1e),this[_0x52af95(0x23c)][_0x52af95(0x19f)](),this[_0x52af95(0x22c)]=![],this['generateJSON'](this[_0x52af95(0x1f2)]);const _0x4b41d1=this[_0x52af95(0x22f)](this[_0x52af95(0x1f2)]),_0x4e78df=path[_0x52af95(0x21a)](process['cwd'](),_0x496424);fs['writeFile'](_0x4e78df,_0x4b41d1,_0x4c3e54=>{const _0x599cbb=_0x52af95;if(_0xc446d9[_0x599cbb(0x209)](_0xc446d9[_0x599cbb(0x19b)],_0xc446d9[_0x599cbb(0x19b)])){if(_0x4c3e54){if(_0xc446d9[_0x599cbb(0x218)](_0xc446d9[_0x599cbb(0x1c7)],_0xc446d9[_0x599cbb(0x1d7)])){_0xc446d9[_0x599cbb(0x269)](debug,_0x599cbb(0x23e)+_0x4c3e54[_0x599cbb(0x1dd)]());return;}else return this['_measureEvents'];}_0xc446d9['OYYsx'](debug,_0x599cbb(0x26e)+_0x4e78df);}else _0x503f43+=_0x599cbb(0x191)+_0x383654[_0x599cbb(0x27d)]+_0x599cbb(0x1c5)+_0x43444b['duration']+_0x599cbb(0x1ce);});if(_0x42aebf)return _0xc446d9[_0x52af95(0x1ac)](_0xc446d9[_0x52af95(0x1b2)],_0xc446d9[_0x52af95(0x18b)])?this['calculateTimeFromEvents'](this[_0x52af95(0x1f2)],_0x42aebf):_0xc446d9['zBIOH'](_0x3e2d29[_0x4691a0],_0xc446d9[_0x52af95(0x275)](_0x2332ee,0x0));}static[a63_0x10465b(0x22f)](_0x1c8ea8){const _0x5de322=a63_0x10465b,_0x1e2596={};_0x1e2596['rKEnw']=function(_0x29a7c4,_0x2df5c8){return _0x29a7c4!==_0x2df5c8;},_0x1e2596[_0x5de322(0x295)]='dlsYm',_0x1e2596[_0x5de322(0x25b)]=_0x5de322(0x1c6),_0x1e2596['NhamD']='<h1>Performance\x20Report</h1>',_0x1e2596[_0x5de322(0x1cc)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x1e2596[_0x5de322(0x1e2)]='</tbody></table></body></html>';const _0xdf97eb=_0x1e2596;let _0x451fa0=_0xdf97eb[_0x5de322(0x25b)];return _0x451fa0+=_0xdf97eb['NhamD'],_0x451fa0+=_0xdf97eb[_0x5de322(0x1cc)],_0x1c8ea8['forEach'](_0x27c325=>{const _0x21a157=_0x5de322;if(_0xdf97eb['rKEnw'](_0xdf97eb[_0x21a157(0x295)],_0xdf97eb[_0x21a157(0x295)]))return this[_0x21a157(0x197)](this[_0x21a157(0x1f2)],_0x76bfbd);else _0x451fa0+=_0x21a157(0x191)+_0x27c325[_0x21a157(0x27d)]+_0x21a157(0x1c5)+_0x27c325[_0x21a157(0x196)]+_0x21a157(0x1ce);}),_0x451fa0+=_0xdf97eb[_0x5de322(0x1e2)],_0x451fa0;}static[a63_0x10465b(0x296)](_0x10ac4d){const _0x420fd1=a63_0x10465b,_0x946d7f={};_0x946d7f['APWfx']=function(_0x3ea777,_0x46f9c1){return _0x3ea777===_0x46f9c1;},_0x946d7f[_0x420fd1(0x217)]=_0x420fd1(0x264),_0x946d7f[_0x420fd1(0x1cf)]=_0x420fd1(0x1de),_0x946d7f['FXvuh']=function(_0x2be19c,_0x39cd00){return _0x2be19c!==_0x39cd00;},_0x946d7f[_0x420fd1(0x215)]=_0x420fd1(0x17a),_0x946d7f[_0x420fd1(0x1ab)]='nFqLZ',_0x946d7f[_0x420fd1(0x19c)]='tJzoc',_0x946d7f[_0x420fd1(0x22b)]='CeDBE',_0x946d7f['vtbFu']='WxuBd';const _0x4b4874=_0x946d7f;if(!this['jsonReportFileName']){if(_0x4b4874[_0x420fd1(0x251)](_0x4b4874['vtbFu'],_0x4b4874[_0x420fd1(0x19a)]))return;else return new _0x463534((_0x5750e1,_0x40b2a6)=>{const _0x276ce5=_0x420fd1;_0x52e8ed[_0x276ce5(0x238)](_0x43f8ca=>_0x5750e1(_0x43f8ca))['catch'](_0x1124bf=>_0x40b2a6(_0x1124bf))[_0x276ce5(0x1b3)](()=>{const _0x171750=_0x276ce5;_0x576028[_0x171750(0x1d4)](_0x4ef5e9),_0x8482c2[_0x171750(0x17f)](_0x210767,_0x505503,_0x1229c3);});});}const _0x3f78b0={};_0x10ac4d[_0x420fd1(0x1ed)](_0x2a1b90=>{const _0x9d005c=_0x420fd1;if(_0x4b4874[_0x9d005c(0x251)](_0x4b4874['vLdNu'],_0x4b4874['iRqXB'])){const _0xcbab4d=[_0x3c2401,_0x260cf6,null][_0x9d005c(0x293)](arguments);return _0x4844d3[_0x9d005c(0x17f)][_0x9d005c(0x1f5)](_0x1b0330,_0xcbab4d);}else!_0x3f78b0[_0x2a1b90[_0x9d005c(0x27d)]]&&(_0x4b4874[_0x9d005c(0x1c0)](_0x4b4874[_0x9d005c(0x215)],_0x4b4874[_0x9d005c(0x1ab)])?_0x3f78b0[_0x2a1b90[_0x9d005c(0x27d)]]=0x0:_0x1ae70a=_0x2ae226['concat'](this[_0x9d005c(0x221)])),_0x3f78b0[_0x2a1b90[_0x9d005c(0x27d)]]+=_0x2a1b90[_0x9d005c(0x196)];});const _0x4505fc=Object['entries'](_0x3f78b0)['map'](([_0x387afa,_0x39a3a5])=>{const _0x247ed5=_0x420fd1;if(_0x4b4874[_0x247ed5(0x1c0)](_0x4b4874[_0x247ed5(0x19c)],_0x4b4874[_0x247ed5(0x22b)])){const _0x2e2bbd={};return _0x2e2bbd[_0x247ed5(0x27d)]=_0x387afa,_0x2e2bbd[_0x247ed5(0x196)]=_0x39a3a5,_0x2e2bbd;}else _0x1d915f['then'](_0x40a300=>_0x4c140c(_0x40a300))[_0x247ed5(0x1b1)](_0x52af7a=>_0x50494e(_0x52af7a))['finally'](()=>{const _0x231404=_0x247ed5;_0x12e445[_0x231404(0x1d4)](_0x3ee3ed),_0x33c194['measure'](_0x3b8fb8,_0x5aa829,_0x5a7832);});});fs['writeFileSync'](this[_0x420fd1(0x1c2)],JSON[_0x420fd1(0x222)](_0x4505fc));}static[a63_0x10465b(0x225)](){const _0x437414=a63_0x10465b,_0x17557f={};_0x17557f[_0x437414(0x242)]=function(_0x203a7f,_0xe859e4){return _0x203a7f===_0xe859e4;},_0x17557f[_0x437414(0x20c)]='false';const _0x12bc4f=_0x17557f;return!_0x12bc4f[_0x437414(0x242)](process[_0x437414(0x281)][_0x437414(0x1f8)],_0x12bc4f[_0x437414(0x20c)]);}static[a63_0x10465b(0x17f)](_0x1d79df,_0x1de679,_0x55276c=null,_0x220118=null){const _0x38ebf4=a63_0x10465b,_0x15a5df={};_0x15a5df[_0x38ebf4(0x175)]=function(_0x2ea7c2,_0x3b2337){return _0x2ea7c2===_0x3b2337;},_0x15a5df[_0x38ebf4(0x1fd)]=_0x38ebf4(0x1ec),_0x15a5df['uCCvL']=function(_0x44e468,_0x9c9f11){return _0x44e468===_0x9c9f11;},_0x15a5df['gXGuR']=_0x38ebf4(0x26d),_0x15a5df[_0x38ebf4(0x189)]=function(_0x1eda86,_0x293281){return _0x1eda86!==_0x293281;},_0x15a5df['vzZIo']='LmFCf',_0x15a5df[_0x38ebf4(0x181)]=_0x38ebf4(0x1f0),_0x15a5df[_0x38ebf4(0x1f1)]=function(_0x326b85,_0x55218d){return _0x326b85===_0x55218d;},_0x15a5df[_0x38ebf4(0x285)]=_0x38ebf4(0x172),_0x15a5df[_0x38ebf4(0x1df)]='xHesQ',_0x15a5df[_0x38ebf4(0x268)]=_0x38ebf4(0x1a9),_0x15a5df['yyIaf']=function(_0x257a0e,_0x1d048d){return _0x257a0e+_0x1d048d;},_0x15a5df[_0x38ebf4(0x26f)]='-start',_0x15a5df['nhmVH']=function(_0x50cf3e,_0x4a5819){return _0x50cf3e+_0x4a5819;},_0x15a5df[_0x38ebf4(0x1aa)]=_0x38ebf4(0x249),_0x15a5df[_0x38ebf4(0x1a4)]=function(_0x1d7ce2,_0x3ad4d8){return _0x1d7ce2 instanceof _0x3ad4d8;},_0x15a5df[_0x38ebf4(0x26a)]=_0x38ebf4(0x1c1),_0x15a5df[_0x38ebf4(0x1ae)]=_0x38ebf4(0x22e),_0x15a5df[_0x38ebf4(0x1b8)]=_0x38ebf4(0x1f4),_0x15a5df[_0x38ebf4(0x244)]=_0x38ebf4(0x235);const _0x2550dc=_0x15a5df;try{if(_0x2550dc['SgMKD'](_0x2550dc[_0x38ebf4(0x1c9)],_0x2550dc['NnXLI'])){if(this[_0x38ebf4(0x22c)]&&this[_0x38ebf4(0x225)]()){if(_0x2550dc[_0x38ebf4(0x1f1)](_0x2550dc['HAreh'],_0x2550dc[_0x38ebf4(0x1df)]))this[_0x38ebf4(0x20a)]['push'](_0x2bb946);else{let _0x3b27b5=_0x1d79df;if(_0x55276c){if(_0x2550dc['SgMKD'](_0x2550dc[_0x38ebf4(0x268)],_0x2550dc[_0x38ebf4(0x268)]))return;else _0x3b27b5=_0x1d79df+'['+JSON[_0x38ebf4(0x222)](_0x55276c)+']';}const _0x202d44=_0x2550dc[_0x38ebf4(0x1d5)](_0x3b27b5,_0x2550dc[_0x38ebf4(0x26f)]),_0x12bdff=_0x2550dc[_0x38ebf4(0x245)](_0x3b27b5,_0x2550dc['cypmX']);performance[_0x38ebf4(0x1d4)](_0x202d44);const _0x234bb1=_0x1de679[_0x38ebf4(0x1f5)](null,_0x220118);if(_0x2550dc['GnXZD'](_0x234bb1,Promise)){if(_0x2550dc[_0x38ebf4(0x1b6)](_0x2550dc[_0x38ebf4(0x26a)],_0x2550dc[_0x38ebf4(0x1ae)]))_0x7aeec4=_0xaecafb+'['+_0x38ee38[_0x38ebf4(0x222)](_0x199b46)+']';else return new Promise((_0x14c135,_0x43c56a)=>{const _0x349879=_0x38ebf4,_0x245a6d={'CWpSa':function(_0x2ce935,_0x1281d8){return _0x2550dc['QmqQr'](_0x2ce935,_0x1281d8);},'QjVCu':_0x2550dc[_0x349879(0x1fd)]};if(_0x2550dc[_0x349879(0x1b6)](_0x2550dc[_0x349879(0x19d)],_0x2550dc[_0x349879(0x19d)]))_0x234bb1[_0x349879(0x238)](_0x22d6de=>_0x14c135(_0x22d6de))['catch'](_0x33f45e=>_0x43c56a(_0x33f45e))[_0x349879(0x1b3)](()=>{const _0x2d5353=_0x349879;if(_0x245a6d[_0x2d5353(0x190)](_0x245a6d[_0x2d5353(0x28f)],_0x245a6d[_0x2d5353(0x28f)]))performance[_0x2d5353(0x1d4)](_0x12bdff),performance['measure'](_0x3b27b5,_0x202d44,_0x12bdff);else{const _0x4e8589={};return _0x4e8589[_0x2d5353(0x1a0)]=[],_0x4e8589[_0x2d5353(0x199)]=[],_0x4e8589;}});else return;});};return performance['mark'](_0x12bdff),performance[_0x38ebf4(0x17f)](_0x3b27b5,_0x202d44,_0x12bdff),_0x234bb1;}};return _0x1de679['apply'](null,_0x220118);}else _0x12a4ec[_0x47cceb[_0x38ebf4(0x27d)]]=0x0;}catch(_0x27d8ce){if(_0x2550dc[_0x38ebf4(0x189)](_0x2550dc[_0x38ebf4(0x1b8)],_0x2550dc['DjeLz']))return _0x1de679[_0x38ebf4(0x1f5)](null,_0x220118);else return;}}static[a63_0x10465b(0x246)](_0x26e583,_0x556b14){const _0x301d4e=a63_0x10465b,_0x396923={};_0x396923[_0x301d4e(0x240)]=function(_0x4341f0,_0x171a81){return _0x4341f0===_0x171a81;},_0x396923['ckGwO']=_0x301d4e(0x17f),_0x396923[_0x301d4e(0x284)]=_0x301d4e(0x265),_0x396923[_0x301d4e(0x229)]=_0x301d4e(0x1d8);const _0x3dc8c7=_0x396923,_0x337a21=this;return function(){const _0x70600c=_0x301d4e;if(_0x3dc8c7[_0x70600c(0x240)](_0x3dc8c7[_0x70600c(0x284)],_0x3dc8c7[_0x70600c(0x229)]))_0x3dc8c7[_0x70600c(0x240)](_0x8c95bc[_0x70600c(0x276)],_0x3dc8c7[_0x70600c(0x1d1)])?this['_measureEvents'][_0x70600c(0x216)](_0x288c16):this['_events'][_0x70600c(0x216)](_0x21cdfa);else{const _0x554948=[_0x26e583,_0x556b14,null][_0x70600c(0x293)](arguments);return _0x337a21[_0x70600c(0x17f)][_0x70600c(0x1f5)](_0x337a21,_0x554948);}};}static[a63_0x10465b(0x1d9)](){const _0x3700f4=a63_0x10465b,_0x4881ef={};_0x4881ef['EJQFl']=_0x3700f4(0x1c6),_0x4881ef[_0x3700f4(0x1e4)]=_0x3700f4(0x28e),_0x4881ef['Suwxm']=_0x3700f4(0x208),_0x4881ef[_0x3700f4(0x1f7)]=_0x3700f4(0x25a),_0x4881ef[_0x3700f4(0x1db)]=function(_0x905a71,_0x581711){return _0x905a71!==_0x581711;},_0x4881ef[_0x3700f4(0x272)]=_0x3700f4(0x21f),_0x4881ef[_0x3700f4(0x266)]=_0x3700f4(0x228),_0x4881ef[_0x3700f4(0x23a)]=function(_0x57d81a,_0x2a4044){return _0x57d81a===_0x2a4044;},_0x4881ef['griae']='QDBxE',_0x4881ef[_0x3700f4(0x1e9)]='uLRaX',_0x4881ef[_0x3700f4(0x262)]='zfHSN',_0x4881ef['hYvPo']=function(_0x14cc89,_0x1235cb){return _0x14cc89/_0x1235cb;},_0x4881ef[_0x3700f4(0x292)]=function(_0x3037cf,_0x3166d6){return _0x3037cf+_0x3166d6;},_0x4881ef[_0x3700f4(0x299)]=function(_0xa21154,_0x8c7536){return _0xa21154*_0x8c7536;},_0x4881ef[_0x3700f4(0x254)]=function(_0x5e6fb8,_0x242d65){return _0x5e6fb8+_0x242d65;},_0x4881ef[_0x3700f4(0x252)]=_0x3700f4(0x267);const _0x40e193=_0x4881ef,_0x363211=/(^.*)\[(.*)\]$/,_0x383f5c={},_0x311fc1={};for(const _0x4bd03c of this[_0x3700f4(0x20a)]){if(_0x40e193[_0x3700f4(0x1db)](_0x40e193[_0x3700f4(0x272)],_0x40e193[_0x3700f4(0x266)])){const _0xd9b9d5=_0x4bd03c['name'][_0x3700f4(0x1bf)](_0x363211),_0x2dca6a={};_0x2dca6a[_0x3700f4(0x27d)]=_0x4bd03c[_0x3700f4(0x27d)],_0x2dca6a[_0x3700f4(0x196)]=_0x4bd03c[_0x3700f4(0x196)]||0x0;const _0x494980=_0x2dca6a;_0xd9b9d5&&(_0x40e193[_0x3700f4(0x23a)](_0x40e193[_0x3700f4(0x257)],_0x40e193[_0x3700f4(0x1e9)])?(!_0x4ca93b[_0x39fe96['name']]&&(_0x29c1b0[_0x45bfff['name']]=0x0),_0x4d5fa0[_0x397997['name']]+=_0x538f36[_0x3700f4(0x196)]):(_0x494980[_0x3700f4(0x27d)]=_0xd9b9d5[0x1],_0x494980[_0x3700f4(0x24b)]=JSON[_0x3700f4(0x250)](_0xd9b9d5[0x2])));if(_0x383f5c[_0x494980[_0x3700f4(0x27d)]]){if(_0x40e193[_0x3700f4(0x1db)](_0x40e193['OmUcS'],_0x40e193[_0x3700f4(0x262)])){let _0x1d5d37=_0x40e193['EJQFl'];return _0x1d5d37+=_0x40e193[_0x3700f4(0x1e4)],_0x1d5d37+=_0x40e193[_0x3700f4(0x224)],_0xb7d402[_0x3700f4(0x26b)](_0x138fb6=>{const _0x201dfb=_0x3700f4;_0x1d5d37+=_0x201dfb(0x191)+_0x138fb6[_0x201dfb(0x27d)]+_0x201dfb(0x1c5)+_0x138fb6[_0x201dfb(0x196)]+_0x201dfb(0x1ce);}),_0x1d5d37+=_0x40e193[_0x3700f4(0x1f7)],_0x1d5d37;}else{const _0x1d99e0=_0x383f5c[_0x494980[_0x3700f4(0x27d)]],_0x40c86b=_0x311fc1[_0x494980['name']];_0x383f5c[_0x494980[_0x3700f4(0x27d)]][_0x3700f4(0x196)]=_0x40e193[_0x3700f4(0x170)](_0x40e193['LUKvu'](_0x40e193[_0x3700f4(0x299)](_0x1d99e0[_0x3700f4(0x196)],_0x40c86b),_0x494980[_0x3700f4(0x196)]),_0x40e193[_0x3700f4(0x254)](0x1,_0x40c86b)),_0x311fc1[_0x494980['name']]++;}}else{if(_0x40e193[_0x3700f4(0x23a)](_0x40e193[_0x3700f4(0x252)],_0x40e193['WhNhe']))_0x383f5c[_0x494980[_0x3700f4(0x27d)]]=_0x494980,_0x311fc1[_0x494980['name']]=0x1;else return 0x0;}}else{if(!_0x5d12a3[_0x3700f4(0x17d)](_0x6c2606))return[];return _0x5e2f13[_0x3700f4(0x250)](_0x1ce9f6[_0x3700f4(0x1cd)](_0x3e713a)['toString']());}}return Object['values'](_0x383f5c);}static[a63_0x10465b(0x270)](){const _0x52ec78=a63_0x10465b,_0x3270e4={};_0x3270e4[_0x52ec78(0x256)]=function(_0x38c7cc,_0x3251cb){return _0x38c7cc===_0x3251cb;},_0x3270e4[_0x52ec78(0x198)]=function(_0x7115e1,_0x39b8c4){return _0x7115e1!==_0x39b8c4;},_0x3270e4[_0x52ec78(0x1da)]=_0x52ec78(0x259),_0x3270e4[_0x52ec78(0x18f)]=_0x52ec78(0x263),_0x3270e4['hHWlw']=function(_0x4ba315,_0x1338d6){return _0x4ba315+_0x1338d6;};const _0xedd719=_0x3270e4;if(_0xedd719[_0x52ec78(0x256)](this[_0x52ec78(0x20a)][_0x52ec78(0x20b)],0x0)){if(_0xedd719['SgTYz'](_0xedd719[_0x52ec78(0x1da)],_0xedd719[_0x52ec78(0x18f)]))return;else{if(!this[_0x52ec78(0x225)]())return;this[_0x52ec78(0x221)][_0x52ec78(0x216)]({'message':_0x100559[_0x52ec78(0x1bb)],'trace':_0x22bb35[_0x52ec78(0x227)],'code':_0x5d480c['code']||null,'time':new _0x888a2b()});}}const _0x87857f=this[_0x52ec78(0x1d9)](),_0x266596=JSON['stringify'](_0x87857f),_0x19261=_0xedd719[_0x52ec78(0x212)](_0x266596[_0x52ec78(0x289)](0x1,-0x1),',');fs[_0x52ec78(0x1a5)](this[_0x52ec78(0x1c2)],_0x19261);}static[a63_0x10465b(0x273)](){const _0x552579=a63_0x10465b,_0x49c69a={};_0x49c69a['ykEhI']=function(_0x5f2902,_0x4d34bf){return _0x5f2902/_0x4d34bf;},_0x49c69a[_0x552579(0x17b)]=function(_0x5a485c,_0x2b7970){return _0x5a485c+_0x2b7970;},_0x49c69a[_0x552579(0x260)]=function(_0x197312,_0x43d531){return _0x197312*_0x43d531;},_0x49c69a[_0x552579(0x1c4)]=function(_0xc4a8a0,_0x12642e){return _0xc4a8a0===_0x12642e;},_0x49c69a[_0x552579(0x205)]=function(_0x3df3ce,_0x1b82c7){return _0x3df3ce+_0x1b82c7;},_0x49c69a[_0x552579(0x187)]=_0x552579(0x1f6),_0x49c69a[_0x552579(0x178)]=function(_0x38b56b,_0x252536){return _0x38b56b!==_0x252536;},_0x49c69a['VdxDT']=_0x552579(0x25f),_0x49c69a[_0x552579(0x180)]=function(_0x3d82be,_0x43ee1c){return _0x3d82be>_0x43ee1c;},_0x49c69a[_0x552579(0x24e)]='NUMqP',_0x49c69a[_0x552579(0x253)]='XqNvI';const _0x331532=_0x49c69a;if(!this[_0x552579(0x22c)]||_0x331532['VguDJ'](this[_0x552579(0x20a)][_0x552579(0x20b)],0x0)){if(_0x331532['VguDJ'](_0x331532[_0x552579(0x187)],_0x331532[_0x552579(0x187)]))return[];else{const _0x4b68f6=_0x1ec4a5[_0x226a6b[_0x552579(0x27d)]],_0x811a74=_0x1408a0[_0x9905af[_0x552579(0x27d)]];_0x31b4de[_0xe79964[_0x552579(0x27d)]][_0x552579(0x196)]=_0x331532[_0x552579(0x188)](_0x331532[_0x552579(0x17b)](_0x331532['cxsfV'](_0x4b68f6[_0x552579(0x196)],_0x811a74),_0x4ff4b6[_0x552579(0x196)]),_0x331532[_0x552579(0x17b)](0x1,_0x811a74)),_0x729a2f[_0x3ecf8b['name']]++;}}if(!fs[_0x552579(0x17d)](this[_0x552579(0x1c2)])){if(_0x331532[_0x552579(0x178)](_0x331532[_0x552579(0x234)],_0x331532[_0x552579(0x234)])){if(_0x331532['VguDJ'](this[_0x552579(0x20a)][_0x552579(0x20b)],0x0))return;const _0x555147=this[_0x552579(0x1d9)](),_0x529098=_0x19cffd[_0x552579(0x222)](_0x555147),_0x64423a=_0x331532[_0x552579(0x205)](_0x529098[_0x552579(0x289)](0x1,-0x1),',');_0x2c4b08[_0x552579(0x1a5)](this[_0x552579(0x1c2)],_0x64423a);}else return this['_measureEvents'];}let _0x5bad4b=fs['readFileSync'](this[_0x552579(0x1c2)])[_0x552579(0x1dd)]();_0x5bad4b='['+_0x5bad4b[_0x552579(0x289)](0x0,-0x1)+']';let _0x51fef4=JSON['parse'](_0x5bad4b);if(_0x331532[_0x552579(0x180)](this[_0x552579(0x20a)][_0x552579(0x20b)],0x0)){if(_0x331532[_0x552579(0x178)](_0x331532[_0x552579(0x24e)],_0x331532['ApWSg']))_0x51fef4=_0x51fef4[_0x552579(0x293)](this[_0x552579(0x1d9)]());else return;}return this[_0x552579(0x23c)][_0x552579(0x19f)](),fs[_0x552579(0x23b)](this[_0x552579(0x1c2)]),_0x51fef4;}static['pushErrors'](){const _0x2ea254=a63_0x10465b,_0x500228={};_0x500228['RhXXi']=function(_0x1b48d6,_0x4af109){return _0x1b48d6===_0x4af109;},_0x500228[_0x2ea254(0x1ff)]=function(_0x2fe851,_0xfd8eb8){return _0x2fe851!==_0xfd8eb8;},_0x500228['GNCtr']=_0x2ea254(0x298),_0x500228[_0x2ea254(0x17c)]=_0x2ea254(0x25d),_0x500228['lJfiX']=function(_0xa4be14,_0x3d98e4){return _0xa4be14+_0x3d98e4;};const _0x5d4a76=_0x500228;if(_0x5d4a76['RhXXi'](this[_0x2ea254(0x221)][_0x2ea254(0x20b)],0x0)){if(_0x5d4a76[_0x2ea254(0x1ff)](_0x5d4a76['GNCtr'],_0x5d4a76[_0x2ea254(0x17c)]))return;else return _0x10bafd;}const _0x18c10d=JSON['stringify'](this['_errorEvents']),_0x2c52d1=_0x5d4a76[_0x2ea254(0x24f)](_0x18c10d[_0x2ea254(0x289)](0x1,-0x1),',');fs[_0x2ea254(0x1a5)](this[_0x2ea254(0x22a)],_0x2c52d1);}static['finalizeErrors'](){const _0x2ea1fd=a63_0x10465b,_0x58ff36={};_0x58ff36['GURlh']=_0x2ea1fd(0x1b4),_0x58ff36[_0x2ea1fd(0x1fb)]=function(_0x5a57cd,_0x24f38e){return _0x5a57cd===_0x24f38e;},_0x58ff36[_0x2ea1fd(0x1d2)]=_0x2ea1fd(0x287),_0x58ff36[_0x2ea1fd(0x24a)]=_0x2ea1fd(0x211),_0x58ff36[_0x2ea1fd(0x173)]=function(_0x5bc291,_0x203209){return _0x5bc291>_0x203209;},_0x58ff36[_0x2ea1fd(0x255)]=function(_0xa74a79,_0x420e3f){return _0xa74a79!==_0x420e3f;},_0x58ff36['oqpEC']=_0x2ea1fd(0x1be);const _0x16290c=_0x58ff36;if(!fs[_0x2ea1fd(0x17d)](this[_0x2ea1fd(0x26c)])){if(_0x16290c[_0x2ea1fd(0x1fb)](_0x16290c[_0x2ea1fd(0x1d2)],_0x16290c['xodgA']))try{if(!this['isEnabled']())return;this[_0x2ea1fd(0x23c)][_0x2ea1fd(0x19f)](),this['pushPerfMeasures'](),this[_0x2ea1fd(0x1f9)]();}catch{_0x241cb1[_0x2ea1fd(0x23f)](_0x16290c[_0x2ea1fd(0x241)]);}else return this[_0x2ea1fd(0x221)];}let _0xabb2f3=fs[_0x2ea1fd(0x1cd)](this['errorReportFileName'])['toString']();_0xabb2f3='['+_0xabb2f3['slice'](0x0,-0x1)+']';let _0x4b5b84=JSON[_0x2ea1fd(0x250)](_0xabb2f3);return _0x16290c['RTtsx'](this[_0x2ea1fd(0x221)]['length'],0x0)&&(_0x16290c[_0x2ea1fd(0x255)](_0x16290c['oqpEC'],_0x16290c[_0x2ea1fd(0x1e3)])?_0x447cfc[_0x304dac['name']]=0x0:_0x4b5b84=_0x4b5b84[_0x2ea1fd(0x293)](this[_0x2ea1fd(0x221)])),fs[_0x2ea1fd(0x23b)](this[_0x2ea1fd(0x26c)]),_0x4b5b84;}static['captureError'](_0x2112de){const _0x1febac=a63_0x10465b,_0x9ea466={};_0x9ea466['Phndh']=function(_0x1fa8cf,_0x19d88c){return _0x1fa8cf!==_0x19d88c;},_0x9ea466[_0x1febac(0x1cb)]='rxNTQ',_0x9ea466['RgNtV']=_0x1febac(0x203);const _0x55d566=_0x9ea466;if(!this[_0x1febac(0x225)]()){if(_0x55d566['Phndh'](_0x55d566['QPrBI'],_0x55d566[_0x1febac(0x186)]))return;else{const _0x1d30d2={};return _0x1d30d2['name']=_0x3dd24e,_0x1d30d2['duration']=_0x4e7f1a,_0x1d30d2;}}this[_0x1febac(0x221)][_0x1febac(0x216)]({'message':_0x2112de['message'],'trace':_0x2112de['stack'],'code':_0x2112de[_0x1febac(0x24d)]||null,'time':new Date()});}static['stopMonitoring'](){const _0x52a44a=a63_0x10465b,_0x209146={};_0x209146[_0x52a44a(0x1ea)]=function(_0x4c8c25,_0x31f851){return _0x4c8c25===_0x31f851;},_0x209146[_0x52a44a(0x1a6)]='iJSPH',_0x209146[_0x52a44a(0x18e)]=_0x52a44a(0x18a),_0x209146[_0x52a44a(0x1f3)]='XNyUl',_0x209146[_0x52a44a(0x20f)]='IifZu',_0x209146[_0x52a44a(0x1fc)]='RNcFk',_0x209146[_0x52a44a(0x297)]='orfwI',_0x209146['boxiP']='Error\x20stopping\x20monitoring';const _0x35ec2d=_0x209146;try{if(_0x35ec2d['klvED'](_0x35ec2d[_0x52a44a(0x1a6)],_0x35ec2d[_0x52a44a(0x18e)]))return;else{if(!this[_0x52a44a(0x225)]()){if(_0x35ec2d[_0x52a44a(0x1ea)](_0x35ec2d[_0x52a44a(0x1f3)],_0x35ec2d[_0x52a44a(0x20f)]))_0x2ca356[_0x52a44a(0x1d4)](_0xf8c4ce),_0x4fd10f[_0x52a44a(0x17f)](_0x17ecac,_0x3455d6,_0x38d9f0);else return;}this[_0x52a44a(0x23c)]['disconnect'](),this[_0x52a44a(0x270)](),this[_0x52a44a(0x1f9)]();}}catch{if(_0x35ec2d[_0x52a44a(0x1ea)](_0x35ec2d[_0x52a44a(0x1fc)],_0x35ec2d['WBACH'])){const _0x413964=this;return function(){const _0x203b67=_0x52a44a,_0x4033a8=[_0x4575c,_0x30687a,null][_0x203b67(0x293)](arguments);return _0x413964[_0x203b67(0x17f)][_0x203b67(0x1f5)](_0x413964,_0x4033a8);};}else logger[_0x52a44a(0x23f)](_0x35ec2d[_0x52a44a(0x1bd)]);}}static['finalize'](){const _0x3ee4d5=a63_0x10465b,_0x3022ec={};_0x3022ec[_0x3ee4d5(0x1ba)]=function(_0xbe35a1,_0x7493ae){return _0xbe35a1===_0x7493ae;},_0x3022ec['xJHUJ']=function(_0x532c25,_0x3b5d53){return _0x532c25+_0x3b5d53;},_0x3022ec[_0x3ee4d5(0x236)]='vQykO';const _0x402ae8=_0x3022ec,_0x2304eb=this[_0x3ee4d5(0x273)](),_0x12c0ae=this[_0x3ee4d5(0x174)]();if(!this[_0x3ee4d5(0x225)]()){if(_0x402ae8['YvWMI'](_0x402ae8[_0x3ee4d5(0x236)],_0x402ae8[_0x3ee4d5(0x236)])){const _0xefc085={};return _0xefc085[_0x3ee4d5(0x1a0)]=[],_0xefc085['errors']=[],_0xefc085;}else{if(_0x402ae8[_0x3ee4d5(0x1ba)](this[_0x3ee4d5(0x221)]['length'],0x0))return;const _0x5817e6=_0x1ed4af[_0x3ee4d5(0x222)](this[_0x3ee4d5(0x221)]),_0x2576af=_0x402ae8['xJHUJ'](_0x5817e6['slice'](0x1,-0x1),',');_0x54aba1[_0x3ee4d5(0x1a5)](this[_0x3ee4d5(0x22a)],_0x2576af);}}const _0x441913={};return _0x441913[_0x3ee4d5(0x1a0)]=_0x2304eb,_0x441913[_0x3ee4d5(0x199)]=_0x12c0ae,_0x441913;}}function a63_0x28a8(){const _0x333ac0=['stopAndGenerate','onDgK','1KTmdTL','name','\x20for\x20all\x20processes\x20is\x20','8766972vsXbIP','IRvhW','env','BVQmD','exports','deyZN','HAreh','vqQBW','YEIfv','hDTiN','slice','XMxIk','VcVgL','ehvWi','yVEgd','<h1>Performance\x20Report</h1>','QjVCu','bmLMl','1696839rjUxTt','LUKvu','concat','function','eulOP','generateJSON','WBACH','MfulW','iejfy','hYvPo','BrLvo','pWPgv','RTtsx','finalizeErrors','QmqQr','XNZBz','performance-report.json','kfxfu','PUNBE','IuLTg','IzOel','bVVJb','existsSync','lbStt','measure','MPqCg','NnXLI','GkyUF','qXsGg','getEventsFromJSON','ggoQi','RgNtV','gFGGp','ykEhI','SgMKD','ytEXq','dvTKB','10wqCjrp','84Nhjmwc','BUOzV','Crlqo','CWpSa','<tr><td>','dxUkX','PCBGI','calculateTimesFromMultipleFiles','1704456vBCFyU','duration','calculateTimeFromEvents','SgTYz','errors','vtbFu','MQdPX','tkTFS','gXGuR','Sgzrx','disconnect','measures','iWSzq','RrKCR','uVxup','GnXZD','appendFileSync','yvwtE','fqbQH','getPerformance','mrKfB','cypmX','mxgdL','ynRdk','uWqiD','BgPNc','winstonLogger','heYSo','catch','vhWaY','finally','Error\x20stopping\x20monitoring','zQQXi','uCCvL','Error\x20in\x20doing\x20csv\x20operations:\x20','WJKiv','176mZfVTO','YvWMI','message','lMSHe','boxiP','mORcl','match','FXvuh','qmKgY','jsonReportFileName','kjeqS','VguDJ','</td><td>','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','nTFfd','sGgmM','vzZIo','zAlHn','QPrBI','LVNdb','readFileSync','</td></tr>','iRqXB','mVaVl','ckGwO','IrMFJ','jRGux','mark','yyIaf','brdtO','Pwmnl','cMHnI','getCleanedPerfEvents','DwNCb','NyHnI','buffered','toString','ryOON','wBhzZ','EDMlX','4sZnyMY','Ienvx','oqpEC','bYAKD','15075eMrZOD','mtmMO','reduce','cJifP','ogrAA','klvED','DtzVC','TgJNU','map','MtYsz','217iNQhdd','xfyQK','LbTLN','_events','tNpEJ','JpPXv','apply','OVCiE','xHgCA','BROWSERSTACK_SDK_INSTRUMENTATION','pushErrors','vNxGB','NZYkn','TbOXB','QCucN','ljYXI','DGfts','iOygD','rKpaU','WsRbN','ZQBqP','bYCgN','wlqOk','pCUen','KeXDw','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','GWYqx','_measureEvents','length','Kozqk','tpctN','slilb','yCZvX','entryTypes','yJKSq','hHWlw','yNMcT','yykjn','RLyCe','push','vLdNu','EiyoQ','oVKkl','join','qZmiY','VKONW','RjMjn','OMWXa','gsYcq','DAjSL','_errorEvents','stringify','707704RZmEPV','Suwxm','isEnabled','orzch','stack','bCvkF','qKnpn','errorFile','PLEVu','started','bzDpR','dRfEo','generateHTMLReport','fndlZ','rwdJI','ccJDH','WZhmz','VdxDT','uyWAz','HKpMm','4243492rpKnUs','then','perf_hooks','utUGm','unlinkSync','_observer','MABlM','Error\x20in\x20writing\x20html\x20','debug','oudgl','GURlh','oQrTa','AqzgQ','DjeLz','nhmVH','measureWrapper','hCfqe','observe','-end','xodgA','meta','ipLLp','code','IBjVT','lJfiX','parse','APWfx','WhNhe','ApWSg','YoceJ','uIecx','rLBFi','griae','Time\x20for\x20','LlSuy','</tbody></table></body></html>','rnQuA','gzlyl','azwkj','ahHra','KupKB','cxsfV','TJNNB','OmUcS','VpgVu','FyDrP','QOrpR','oVlWF','QBvAW','lIoNh','TfJvy','LKAHr','forEach','errorReportFileName','sRQjL','Performance\x20report\x20is\x20at\x20','yGsNV','pushPerfMeasures','hmZri','tRKoF','finalizePerfMeasures','ZDHLe','FQose','entryType','lalMM','xtQGK','DKZYe'];a63_0x28a8=function(){return _0x333ac0;};return a63_0x28a8();}module[a63_0x10465b(0x283)]=PerformanceTester;
|
|
1
|
+
const a63_0x124af7=a63_0x1262;(function(_0x3e0213,_0x46c3dd){const _0x2e6195=a63_0x1262,_0x1ffaec=_0x3e0213();while(!![]){try{const _0x5c3238=parseInt(_0x2e6195(0xd0))/0x1*(-parseInt(_0x2e6195(0xed))/0x2)+parseInt(_0x2e6195(0x144))/0x3*(parseInt(_0x2e6195(0x1ab))/0x4)+parseInt(_0x2e6195(0x14c))/0x5*(-parseInt(_0x2e6195(0xc0))/0x6)+-parseInt(_0x2e6195(0x10d))/0x7+parseInt(_0x2e6195(0xc9))/0x8+parseInt(_0x2e6195(0x14f))/0x9*(parseInt(_0x2e6195(0xeb))/0xa)+parseInt(_0x2e6195(0x145))/0xb*(-parseInt(_0x2e6195(0xab))/0xc);if(_0x5c3238===_0x46c3dd)break;else _0x1ffaec['push'](_0x1ffaec['shift']());}catch(_0x3ac4a4){_0x1ffaec['push'](_0x1ffaec['shift']());}}}(a63_0x5ca9,0xc1444));function a63_0x1262(_0x18da97,_0x52c14a){const _0x5ca92b=a63_0x5ca9();return a63_0x1262=function(_0x1262a5,_0x35ef6b){_0x1262a5=_0x1262a5-0xa4;let _0x598e58=_0x5ca92b[_0x1262a5];return _0x598e58;},a63_0x1262(_0x18da97,_0x52c14a);}const fs=require('fs'),{performance,PerformanceObserver}=require(a63_0x124af7(0x1ac)),{sleep,debug}=require('./test-observability/utils'),path=require(a63_0x124af7(0x107)),logger=require('./logger')['winstonLogger'];class PerformanceTester{static [a63_0x124af7(0x11b)];static [a63_0x124af7(0x15e)]=[];static [a63_0x124af7(0x1b2)]=[];static [a63_0x124af7(0x186)]=[];static [a63_0x124af7(0xb5)]=![];static [a63_0x124af7(0x17b)]=a63_0x124af7(0x19c);static [a63_0x124af7(0x13d)]='error-report.json';static[a63_0x124af7(0x12f)](_0xe52038=a63_0x124af7(0x19c),_0xb46295='error-report.json'){const _0xd6d43a=a63_0x124af7,_0x497cd2={'TnvmR':function(_0x375a5d,_0x36097f){return _0x375a5d(_0x36097f);},'kQjvD':function(_0x3ebf91,_0x2791cf){return _0x3ebf91===_0x2791cf;},'EFSFX':_0xd6d43a(0x10f),'qRRnI':_0xd6d43a(0x1a3),'XKeTg':function(_0x396dbf,_0x34f7d1){return _0x396dbf===_0x34f7d1;},'yxrAy':_0xd6d43a(0x1b4),'mGfyQ':function(_0x331101,_0x4b883d){return _0x331101===_0x4b883d;},'uDgfM':'RYpeV','pCybV':function(_0x28e744,_0x23d326){return _0x28e744!==_0x23d326;},'jAapV':_0xd6d43a(0x178),'KVWep':_0xd6d43a(0x1b8),'UwkgU':_0xd6d43a(0x1c8),'hwoUw':_0xd6d43a(0x1d5),'BHgNq':'function'};if(this[_0xd6d43a(0xb5)]||!this['isEnabled']()){if(_0x497cd2[_0xd6d43a(0xf0)](_0x497cd2[_0xd6d43a(0x131)],_0x497cd2[_0xd6d43a(0x131)]))return;else return this['_errorEvents'];}this['_observer']=new PerformanceObserver(_0x2e0920=>{const _0x56c6da=_0xd6d43a;_0x497cd2[_0x56c6da(0xf0)](_0x497cd2[_0x56c6da(0xcc)],_0x497cd2[_0x56c6da(0xa7)])?_0x2ced1a=_0x181495[_0x56c6da(0x198)](this[_0x56c6da(0xd3)]()):_0x2e0920[_0x56c6da(0xa9)]()[_0x56c6da(0xb9)](_0x782ddf=>{const _0x2bfa59=_0x56c6da,_0x1fdf97={'oKuWi':function(_0x35da26,_0x26314f){return _0x497cd2['TnvmR'](_0x35da26,_0x26314f);}};if(_0x497cd2[_0x2bfa59(0x173)](_0x497cd2[_0x2bfa59(0xac)],_0x497cd2['qRRnI'])){const _0x2f09d7=this['getEventsFromJSON'](_0x53a19d);_0x2f09d7[_0x2bfa59(0xcf)](_0x46e94a=>{const _0x4bebb0=_0x2bfa59;!_0x2c9f3c[_0x46e94a[_0x4bebb0(0x17e)]]&&(_0x15c318[_0x46e94a[_0x4bebb0(0x17e)]]=0x0),_0x3e1aa7[_0x46e94a['name']]+=_0x46e94a[_0x4bebb0(0xcd)];});}else{if(_0x497cd2[_0x2bfa59(0xf0)](_0x782ddf[_0x2bfa59(0x187)],_0x497cd2[_0x2bfa59(0xf6)])){if(_0x497cd2[_0x2bfa59(0x150)](_0x497cd2[_0x2bfa59(0xf8)],_0x497cd2[_0x2bfa59(0xf8)]))this[_0x2bfa59(0x1b2)][_0x2bfa59(0x1b6)](_0x782ddf);else{if(_0x336108){_0x1fdf97[_0x2bfa59(0x1b0)](_0x29cfca,_0x2bfa59(0xb4)+_0x233a92[_0x2bfa59(0x120)]());return;}_0x1fdf97[_0x2bfa59(0x1b0)](_0x285ac5,_0x2bfa59(0x1d2)+_0xdfa30c);}}else{if(_0x497cd2[_0x2bfa59(0x12d)](_0x497cd2[_0x2bfa59(0xc1)],_0x497cd2['jAapV']))return _0x3e1589['apply'](null,_0x559fd1);else this[_0x2bfa59(0x15e)][_0x2bfa59(0x1b6)](_0x782ddf);}}});});const _0x24e4d4={};_0x24e4d4['buffered']=!![],_0x24e4d4['entryTypes']=[_0x497cd2[_0xd6d43a(0xbc)],_0x497cd2[_0xd6d43a(0xf6)]],this['_observer'][_0xd6d43a(0x10b)](_0x24e4d4),this['started']=!![],this[_0xd6d43a(0x17b)]=_0xe52038,this[_0xd6d43a(0x13d)]=_0xb46295;}static[a63_0x124af7(0x1bb)](){return performance;}static[a63_0x124af7(0x164)](_0x6afeef,_0x2e0fd5){const _0x3bb1ee=a63_0x124af7,_0x4b36cf={};_0x4b36cf[_0x3bb1ee(0xe1)]=function(_0x44b5b5,_0x59c33c){return _0x44b5b5===_0x59c33c;},_0x4b36cf[_0x3bb1ee(0x136)]=_0x3bb1ee(0xd5),_0x4b36cf['AwvqC']='BHIgl',_0x4b36cf[_0x3bb1ee(0x124)]=function(_0x1a4fc5,_0x5f3a6d){return _0x1a4fc5!==_0x5f3a6d;},_0x4b36cf[_0x3bb1ee(0x10e)]=_0x3bb1ee(0xdc),_0x4b36cf['MwmPR']=_0x3bb1ee(0x12c),_0x4b36cf[_0x3bb1ee(0x1ba)]=function(_0xfaeecb,_0xd8b564){return _0xfaeecb+_0xd8b564;},_0x4b36cf[_0x3bb1ee(0xc7)]=function(_0x12e918,_0x38d16b){return _0x12e918===_0x38d16b;},_0x4b36cf[_0x3bb1ee(0xaf)]='DSKio',_0x4b36cf[_0x3bb1ee(0x16e)]=_0x3bb1ee(0x1b3),_0x4b36cf[_0x3bb1ee(0x182)]=function(_0x5ee887,_0x2c913c){return _0x5ee887||_0x2c913c;},_0x4b36cf['gImQf']=function(_0x43011c,_0x16734f){return _0x43011c===_0x16734f;},_0x4b36cf[_0x3bb1ee(0x151)]=function(_0x460eb1,_0xf140c6){return _0x460eb1===_0xf140c6;},_0x4b36cf[_0x3bb1ee(0x118)]='vAYLm';const _0x1c2777=_0x4b36cf,_0x575043={};if(!_0x6afeef||_0x1c2777[_0x3bb1ee(0x15f)](_0x6afeef['length'],0x0)){if(_0x1c2777[_0x3bb1ee(0x151)](_0x1c2777[_0x3bb1ee(0x118)],_0x1c2777['vjSKZ']))return;else return this[_0x3bb1ee(0x164)](this['_events'],_0x12aeda);}_0x6afeef[_0x3bb1ee(0xcf)](_0x2e0124=>{const _0x56caa=_0x3bb1ee;if(_0x1c2777['jgNQQ'](_0x1c2777['ZdKwr'],_0x1c2777[_0x56caa(0x194)])){const _0xb3ff63={};return _0xb3ff63[_0x56caa(0x102)]=[],_0xb3ff63[_0x56caa(0x148)]=[],_0xb3ff63;}else{if(!_0x575043[_0x2e0124['name']]){if(_0x1c2777[_0x56caa(0x124)](_0x1c2777[_0x56caa(0x10e)],_0x1c2777['MwmPR']))_0x575043[_0x2e0124[_0x56caa(0x17e)]]=0x0;else{const _0x5e95ab=this;return function(){const _0x585de7=_0x56caa,_0x5392a3=[_0x41b478,_0x553239,null]['concat'](arguments);return _0x5e95ab[_0x585de7(0x1b4)][_0x585de7(0x142)](_0x5e95ab,_0x5392a3);};}}_0x575043[_0x2e0124[_0x56caa(0x17e)]]+=_0x2e0124['duration'];}});const _0x3c2494=_0x2e0fd5[_0x3bb1ee(0x197)]((_0x25d7c1,_0x8a8769)=>{const _0x5da923=_0x3bb1ee,_0x1571b5={'nFoBB':function(_0x14de6a,_0x26b428){const _0x4248b4=a63_0x1262;return _0x1c2777[_0x4248b4(0xe1)](_0x14de6a,_0x26b428);},'DPxBw':function(_0x52e522,_0x8baf50){return _0x1c2777['KIOZF'](_0x52e522,_0x8baf50);}};if(_0x1c2777[_0x5da923(0xc7)](_0x1c2777['lJMRF'],_0x1c2777['TFdvm'])){if(_0x1571b5[_0x5da923(0x159)](this[_0x5da923(0x186)]['length'],0x0))return;const _0x46d833=_0x9f83b6[_0x5da923(0x1bc)](this[_0x5da923(0x186)]),_0x1f6b51=_0x1571b5['DPxBw'](_0x46d833[_0x5da923(0x153)](0x1,-0x1),',');_0x23f303['appendFileSync'](this[_0x5da923(0x1a6)],_0x1f6b51);}else return _0x1c2777[_0x5da923(0x1ba)](_0x575043[_0x8a8769],_0x1c2777[_0x5da923(0x182)](_0x25d7c1,0x0));},0x0);return _0x3c2494;}static async[a63_0x124af7(0x196)](_0x5ed35f,_0x251d6e){const _0x146cdb=a63_0x124af7,_0x258d50={'tXwAw':_0x146cdb(0x16d),'bxaiK':function(_0x26fdc9,_0x3bfd3d){return _0x26fdc9===_0x3bfd3d;},'dcFzX':function(_0x487b12,_0x1f3c07){return _0x487b12+_0x1f3c07;},'moAoh':'YgyCN','GQuzw':function(_0x33131b,_0x1581ef){return _0x33131b===_0x1581ef;},'ccBGV':_0x146cdb(0x11a),'jJigY':_0x146cdb(0xe3),'DmbSu':_0x146cdb(0x175),'KLsMn':_0x146cdb(0x11c),'SJCzS':_0x146cdb(0xfc),'iAoHu':_0x146cdb(0x1d1),'bqnPx':function(_0x1bf419,_0x503b4e){return _0x1bf419===_0x503b4e;},'Tcykl':_0x146cdb(0x1a8),'JlsmN':function(_0x563d18,_0x4309dc){return _0x563d18+_0x4309dc;},'EWYNH':function(_0x2963d5,_0x8d9955){return _0x2963d5||_0x8d9955;},'WaiAa':function(_0x541df4,_0x56ed11){return _0x541df4===_0x56ed11;},'KfgvE':_0x146cdb(0x1ca),'mKRTw':function(_0x384850,_0x3a229a){return _0x384850!==_0x3a229a;},'krdva':_0x146cdb(0x195),'vWUis':'yZocM','zRtUK':function(_0x101b0a,_0x232230){return _0x101b0a===_0x232230;},'gwevb':_0x146cdb(0x191),'QAKWY':_0x146cdb(0x1d7),'PGaWb':_0x146cdb(0x11f),'pFPtT':function(_0xde28d7,_0x211c40){return _0xde28d7(_0x211c40);},'stvhw':function(_0x428040,_0x17d861){return _0x428040(_0x17d861);}};if(!_0x5ed35f||_0x258d50[_0x146cdb(0xfe)](_0x5ed35f['length'],0x0)){if(_0x258d50[_0x146cdb(0xe9)](_0x258d50['KfgvE'],_0x258d50[_0x146cdb(0x1be)]))return 0x0;else return;}const _0x46dad3=[];for(const _0x379952 of _0x5ed35f){if(_0x258d50[_0x146cdb(0x15d)](_0x258d50['krdva'],_0x258d50[_0x146cdb(0x101)])){const _0x29b18e=path[_0x146cdb(0x108)]('.',_0x379952);try{if(_0x258d50[_0x146cdb(0x18e)](_0x258d50['gwevb'],_0x258d50['QAKWY']))_0x17b212[_0xd145aa[_0x146cdb(0x17e)]]=_0x11a4dc,_0x211058[_0x5f47b5['name']]=0x1;else{const _0x30a64a=this[_0x146cdb(0xdb)](_0x29b18e);_0x30a64a[_0x146cdb(0xcf)](_0x2d00ee=>{const _0xd809d8=_0x146cdb,_0x4e4a4f={'jDPKx':_0x258d50[_0xd809d8(0xdf)],'WkQNW':function(_0x30b077,_0x8a0f48){return _0x258d50['bxaiK'](_0x30b077,_0x8a0f48);},'LZDkQ':function(_0xcc0121,_0x79a5a6){const _0xeb91a8=_0xd809d8;return _0x258d50[_0xeb91a8(0xa5)](_0xcc0121,_0x79a5a6);}};if(_0x258d50[_0xd809d8(0xfe)](_0x258d50[_0xd809d8(0x1a1)],_0x258d50['moAoh'])){if(!_0x46dad3[_0x2d00ee[_0xd809d8(0x17e)]]){if(_0x258d50[_0xd809d8(0xf7)](_0x258d50[_0xd809d8(0x109)],_0x258d50[_0xd809d8(0xef)]))try{if(!this[_0xd809d8(0x166)]())return;this[_0xd809d8(0x11b)][_0xd809d8(0xf9)](),this['pushPerfMeasures'](),this[_0xd809d8(0x125)]();}catch{_0x3282f0['debug'](_0x4e4a4f[_0xd809d8(0x17c)]);}else _0x46dad3[_0x2d00ee[_0xd809d8(0x17e)]]=0x0;}_0x46dad3[_0x2d00ee[_0xd809d8(0x17e)]]+=_0x2d00ee[_0xd809d8(0xcd)];}else{if(_0x4e4a4f['WkQNW'](this['_measureEvents'][_0xd809d8(0xff)],0x0))return;const _0x49e8dc=this[_0xd809d8(0xd3)](),_0x1a69c7=_0x2818d7[_0xd809d8(0x1bc)](_0x49e8dc),_0x284f9e=_0x4e4a4f[_0xd809d8(0x170)](_0x1a69c7['slice'](0x1,-0x1),',');_0x1da7b0['appendFileSync'](this[_0xd809d8(0x17b)],_0x284f9e);}});}}catch(_0x2e7dee){if(_0x258d50[_0x146cdb(0x15d)](_0x258d50[_0x146cdb(0x146)],_0x258d50['PGaWb'])){let _0x402e15=_0x258d50['DmbSu'];return _0x402e15+=_0x258d50['KLsMn'],_0x402e15+=_0x258d50[_0x146cdb(0x1d4)],_0x325bac['forEach'](_0x4d5f52=>{const _0x4a94fe=_0x146cdb;_0x402e15+='<tr><td>'+_0x4d5f52['name']+_0x4a94fe(0xe5)+_0x4d5f52[_0x4a94fe(0xcd)]+_0x4a94fe(0x112);}),_0x402e15+=_0x258d50[_0x146cdb(0xd2)],_0x402e15;}else _0x258d50[_0x146cdb(0x1d8)](debug,_0x146cdb(0x157)+_0x2e7dee[_0x146cdb(0x120)]());}}else _0x12b8f0['mark'](_0x5c871f),_0x7cd4df[_0x146cdb(0x1b4)](_0x25c12f,_0x50861c,_0xe09450);}const _0x41e2c4=_0x251d6e[_0x146cdb(0x197)]((_0x22f604,_0x5c5aee)=>{const _0x2fe541=_0x146cdb;if(_0x258d50[_0x2fe541(0x139)](_0x258d50[_0x2fe541(0xe0)],_0x258d50[_0x2fe541(0xe0)]))return _0x258d50[_0x2fe541(0x1d3)](_0x46dad3[_0x5c5aee],_0x258d50['EWYNH'](_0x22f604,0x0));else return;},0x0);return _0x258d50['stvhw'](debug,_0x146cdb(0xba)+_0x251d6e+_0x146cdb(0x171)+_0x41e2c4),_0x41e2c4;}static[a63_0x124af7(0xdb)](_0x418e5d){const _0xbbfb13=a63_0x124af7,_0x55f0ba={};_0x55f0ba[_0xbbfb13(0xb0)]=function(_0x198bfd,_0x498cb0){return _0x198bfd===_0x498cb0;},_0x55f0ba['PPVVO']=_0xbbfb13(0xc4);const _0x514201=_0x55f0ba;if(!fs[_0xbbfb13(0x1d0)](_0x418e5d)){if(_0x514201['fJKhU'](_0x514201[_0xbbfb13(0x1a7)],_0x514201[_0xbbfb13(0x1a7)]))return[];else this['_events'][_0xbbfb13(0x1b6)](_0x18566a);}return JSON['parse'](fs[_0xbbfb13(0xf5)](_0x418e5d)[_0xbbfb13(0x120)]());}static async[a63_0x124af7(0xfb)](_0x5b9d76=a63_0x124af7(0x160),_0xef40bd=null){const _0x241bb4=a63_0x124af7,_0x3a8a26={'Faffl':function(_0x58b23f,_0xb4e7d5){return _0x58b23f===_0xb4e7d5;},'QQkyy':_0x241bb4(0x1b4),'dbpJW':function(_0x45ce64,_0x5af6a2){return _0x45ce64!==_0x5af6a2;},'QHALn':_0x241bb4(0x155),'CjlUU':_0x241bb4(0x162),'mPobK':function(_0x363fbe,_0x58c85e){return _0x363fbe===_0x58c85e;},'cyAuW':_0x241bb4(0xc6),'kwfBj':_0x241bb4(0x18a),'qBfJq':function(_0x5568b1,_0x200303){return _0x5568b1(_0x200303);},'HSdxn':function(_0x46e3dc,_0x1203fd){return _0x46e3dc(_0x1203fd);},'RRiRa':_0x241bb4(0x147),'bjdhf':function(_0x296747,_0x3cb7cf){return _0x296747(_0x3cb7cf);},'OOAkJ':_0x241bb4(0x1a4),'Tngui':'FfaDw'};if(!this[_0x241bb4(0xb5)]){if(_0x3a8a26[_0x241bb4(0x168)](_0x3a8a26[_0x241bb4(0xfd)],_0x3a8a26[_0x241bb4(0xfd)]))return[];else return;}await _0x3a8a26[_0x241bb4(0x1b9)](sleep,0x1e),this['_observer'][_0x241bb4(0xf9)](),this[_0x241bb4(0xb5)]=![],this[_0x241bb4(0x10a)](this[_0x241bb4(0x15e)]);const _0x203ad5=this['generateHTMLReport'](this['_events']),_0x3e4a74=path[_0x241bb4(0x108)](process[_0x241bb4(0xb7)](),_0x5b9d76);fs[_0x241bb4(0x1ce)](_0x3e4a74,_0x203ad5,_0x13bb71=>{const _0x4cbdbb=_0x241bb4,_0x403303={'QvoaR':function(_0x4caca5,_0x34cb19){const _0x23b8bd=a63_0x1262;return _0x3a8a26[_0x23b8bd(0x1c5)](_0x4caca5,_0x34cb19);},'GmPbu':_0x3a8a26[_0x4cbdbb(0x135)]};if(_0x3a8a26[_0x4cbdbb(0x168)](_0x3a8a26[_0x4cbdbb(0x1c1)],_0x3a8a26[_0x4cbdbb(0x133)])){if(_0x13bb71){if(_0x3a8a26[_0x4cbdbb(0x177)](_0x3a8a26[_0x4cbdbb(0x138)],_0x3a8a26['kwfBj']))this[_0x4cbdbb(0x1b2)]['push'](_0x420d16);else{_0x3a8a26[_0x4cbdbb(0x156)](debug,_0x4cbdbb(0xb4)+_0x13bb71['toString']());return;}}_0x3a8a26[_0x4cbdbb(0x1c6)](debug,'Performance\x20report\x20is\x20at\x20'+_0x3e4a74);}else{const _0x25965f={'jkytq':function(_0x957b51,_0x2a1d28){return _0x403303['QvoaR'](_0x957b51,_0x2a1d28);},'UrMLR':_0x403303[_0x4cbdbb(0xc8)]};_0x166680[_0x4cbdbb(0xa9)]()['forEach'](_0x8d4593=>{const _0x543dde=_0x4cbdbb;_0x25965f[_0x543dde(0xb2)](_0x8d4593[_0x543dde(0x187)],_0x25965f['UrMLR'])?this[_0x543dde(0x1b2)][_0x543dde(0x1b6)](_0x8d4593):this[_0x543dde(0x15e)][_0x543dde(0x1b6)](_0x8d4593);});}});if(_0xef40bd){if(_0x3a8a26['dbpJW'](_0x3a8a26[_0x241bb4(0x140)],_0x3a8a26[_0x241bb4(0x1d6)]))return this[_0x241bb4(0x164)](this[_0x241bb4(0x15e)],_0xef40bd);else{_0x3a8a26['HSdxn'](_0x1a5f50,_0x241bb4(0xb4)+_0xe1d649[_0x241bb4(0x120)]());return;}}}static[a63_0x124af7(0x169)](_0x206739){const _0x1f8ba4=a63_0x124af7,_0x1c8660={};_0x1c8660[_0x1f8ba4(0x126)]=function(_0x32c792,_0x179081){return _0x32c792!==_0x179081;},_0x1c8660[_0x1f8ba4(0x14d)]='AXLXx',_0x1c8660[_0x1f8ba4(0x1b7)]='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x1c8660[_0x1f8ba4(0x14a)]=_0x1f8ba4(0x11c),_0x1c8660[_0x1f8ba4(0xe2)]=_0x1f8ba4(0xfc),_0x1c8660[_0x1f8ba4(0x105)]=_0x1f8ba4(0x1d1);const _0x549190=_0x1c8660;let _0x4c0edf=_0x549190['PeNZO'];return _0x4c0edf+=_0x549190[_0x1f8ba4(0x14a)],_0x4c0edf+=_0x549190[_0x1f8ba4(0xe2)],_0x206739[_0x1f8ba4(0xb9)](_0x16d069=>{const _0x510e4d=_0x1f8ba4;_0x549190['YWxac'](_0x549190['oRqdw'],_0x549190['oRqdw'])?(_0x1b2bcd['name']=_0x2d87f0[0x1],_0x3f492c[_0x510e4d(0x1aa)]=_0x3d0462[_0x510e4d(0x1b5)](_0x38b969[0x2])):_0x4c0edf+=_0x510e4d(0x119)+_0x16d069[_0x510e4d(0x17e)]+_0x510e4d(0xe5)+_0x16d069[_0x510e4d(0xcd)]+_0x510e4d(0x112);}),_0x4c0edf+=_0x549190[_0x1f8ba4(0x105)],_0x4c0edf;}static[a63_0x124af7(0x10a)](_0x57a1f0){const _0x459f03=a63_0x124af7,_0x2b59dd={};_0x2b59dd[_0x459f03(0x106)]=function(_0x502554,_0x925221){return _0x502554+_0x925221;},_0x2b59dd[_0x459f03(0x19b)]=function(_0xe53c47,_0x3405f7){return _0xe53c47||_0x3405f7;},_0x2b59dd[_0x459f03(0xcb)]=function(_0x2aa00c,_0x42d673){return _0x2aa00c===_0x42d673;},_0x2b59dd[_0x459f03(0x117)]=_0x459f03(0x15c),_0x2b59dd['ydejY']=function(_0x25186f,_0x28f830){return _0x25186f!==_0x28f830;},_0x2b59dd['LxTKx']='OnjGY',_0x2b59dd[_0x459f03(0x1c4)]=_0x459f03(0x12b),_0x2b59dd['duWQy']=_0x459f03(0x115),_0x2b59dd[_0x459f03(0xb6)]=_0x459f03(0xad);const _0x1cf9eb=_0x2b59dd;if(!this[_0x459f03(0x17b)]){if(_0x1cf9eb[_0x459f03(0xda)](_0x1cf9eb[_0x459f03(0x13c)],_0x1cf9eb[_0x459f03(0xb6)]))return;else return _0x1cf9eb['HORuQ'](_0x373785[_0x550527],_0x1cf9eb['FBXoN'](_0x4e06c5,0x0));}const _0x27aaf1={};_0x57a1f0[_0x459f03(0xcf)](_0x10f758=>{const _0x16c5bd=_0x459f03;if(_0x1cf9eb[_0x16c5bd(0xcb)](_0x1cf9eb[_0x16c5bd(0x117)],_0x1cf9eb[_0x16c5bd(0x117)]))!_0x27aaf1[_0x10f758[_0x16c5bd(0x17e)]]&&(_0x1cf9eb[_0x16c5bd(0xda)](_0x1cf9eb['LxTKx'],_0x1cf9eb[_0x16c5bd(0x130)])?_0x1679c3[_0x384fbb[_0x16c5bd(0x17e)]]=0x0:_0x27aaf1[_0x10f758[_0x16c5bd(0x17e)]]=0x0),_0x27aaf1[_0x10f758[_0x16c5bd(0x17e)]]+=_0x10f758[_0x16c5bd(0xcd)];else{const _0x4c8feb={};return _0x4c8feb[_0x16c5bd(0x17e)]=_0x28053d,_0x4c8feb[_0x16c5bd(0xcd)]=_0x2a08e5,_0x4c8feb;}});const _0x5ca348=Object['entries'](_0x27aaf1)[_0x459f03(0xcf)](([_0x5eff8f,_0xdc7325])=>{const _0x4f95ba=_0x459f03;if(_0x1cf9eb[_0x4f95ba(0xda)](_0x1cf9eb[_0x4f95ba(0x1c4)],_0x1cf9eb[_0x4f95ba(0x1c4)]))return new _0x570b2a((_0xc7bf4a,_0x127dbe)=>{const _0x57e17f=_0x4f95ba;_0x4a4dc1[_0x57e17f(0x11d)](_0x22567c=>_0xc7bf4a(_0x22567c))['catch'](_0x4826a6=>_0x127dbe(_0x4826a6))[_0x57e17f(0xfa)](()=>{const _0x55e1ab=_0x57e17f;_0xdb167b[_0x55e1ab(0x193)](_0x5ccde7),_0x5690f2['measure'](_0x4e8db2,_0x3bfab2,_0x2cfda3);});});else{const _0x59e6e1={};return _0x59e6e1[_0x4f95ba(0x17e)]=_0x5eff8f,_0x59e6e1[_0x4f95ba(0xcd)]=_0xdc7325,_0x59e6e1;}});fs['writeFileSync'](this['jsonReportFileName'],JSON[_0x459f03(0x1bc)](_0x5ca348));}static['isEnabled'](){const _0x4c13b4=a63_0x124af7,_0x3e81c1={};_0x3e81c1[_0x4c13b4(0x16b)]=function(_0x91e8af,_0x161146){return _0x91e8af===_0x161146;},_0x3e81c1[_0x4c13b4(0x161)]=_0x4c13b4(0xee);const _0x1be331=_0x3e81c1;return!_0x1be331['nGyYV'](process[_0x4c13b4(0xbd)][_0x4c13b4(0x137)],_0x1be331[_0x4c13b4(0x161)]);}static[a63_0x124af7(0x1b4)](_0x38dda6,_0x5553c0,_0x1bacc9=null,_0x11b066=null){const _0x325714=a63_0x124af7,_0x272c53={};_0x272c53[_0x325714(0x111)]=function(_0x239f98,_0x138f8a){return _0x239f98===_0x138f8a;},_0x272c53[_0x325714(0x1a2)]='measure',_0x272c53[_0x325714(0x188)]=function(_0x472cb9,_0x1d39a8){return _0x472cb9===_0x1d39a8;},_0x272c53['ZxbsC']=_0x325714(0x158),_0x272c53[_0x325714(0xe4)]=_0x325714(0xd8),_0x272c53[_0x325714(0x129)]=function(_0x2c93e8,_0x3d7abe){return _0x2c93e8!==_0x3d7abe;},_0x272c53[_0x325714(0xe8)]=_0x325714(0xdd),_0x272c53[_0x325714(0x1ae)]=_0x325714(0x179),_0x272c53['RNOMv']=function(_0x38eaef,_0xe1bf79){return _0x38eaef>_0xe1bf79;},_0x272c53['eWmVz']=_0x325714(0x13b),_0x272c53[_0x325714(0xbe)]=_0x325714(0x163),_0x272c53[_0x325714(0xf1)]=function(_0x410593,_0x227df7){return _0x410593===_0x227df7;},_0x272c53['oMJTW']='Tetak',_0x272c53[_0x325714(0x184)]='pharE',_0x272c53[_0x325714(0x192)]=_0x325714(0xde),_0x272c53[_0x325714(0x15a)]='TlbtG',_0x272c53[_0x325714(0x1c3)]=function(_0x126582,_0x2aff91){return _0x126582+_0x2aff91;},_0x272c53[_0x325714(0x17a)]=_0x325714(0xd7),_0x272c53[_0x325714(0x181)]=_0x325714(0x121),_0x272c53[_0x325714(0x13e)]=function(_0x178cba,_0x17e9c8){return _0x178cba instanceof _0x17e9c8;},_0x272c53[_0x325714(0xea)]=_0x325714(0x1bd),_0x272c53[_0x325714(0xe7)]=function(_0x3dfcd9,_0x54695a){return _0x3dfcd9===_0x54695a;},_0x272c53[_0x325714(0x14e)]=_0x325714(0xca),_0x272c53[_0x325714(0x1b1)]='vCvxN';const _0x10664c=_0x272c53;try{if(_0x10664c[_0x325714(0x129)](_0x10664c[_0x325714(0xb1)],_0x10664c[_0x325714(0xbe)])){if(this[_0x325714(0xb5)]&&this[_0x325714(0x166)]()){if(_0x10664c['ZOkRh'](_0x10664c[_0x325714(0x19d)],_0x10664c[_0x325714(0x184)]))_0x10664c[_0x325714(0x111)](_0xdbc0ce['entryType'],_0x10664c[_0x325714(0x1a2)])?this[_0x325714(0x1b2)]['push'](_0x3b358f):this[_0x325714(0x15e)][_0x325714(0x1b6)](_0x52e10a);else{let _0x1e2bcb=_0x38dda6;if(_0x1bacc9){if(_0x10664c[_0x325714(0x129)](_0x10664c['smtKH'],_0x10664c[_0x325714(0x15a)]))_0x1e2bcb=_0x38dda6+'['+JSON[_0x325714(0x1bc)](_0x1bacc9)+']';else return 0x0;}const _0x4c7739=_0x10664c[_0x325714(0x1c3)](_0x1e2bcb,_0x10664c[_0x325714(0x17a)]),_0x3151f0=_0x10664c[_0x325714(0x1c3)](_0x1e2bcb,_0x10664c['gyFVV']);performance['mark'](_0x4c7739);const _0x24e3cf=_0x5553c0[_0x325714(0x142)](null,_0x11b066);if(_0x10664c['bCuIv'](_0x24e3cf,Promise))return _0x10664c[_0x325714(0x129)](_0x10664c[_0x325714(0xea)],_0x10664c[_0x325714(0xea)])?[]:new Promise((_0x42acfd,_0x5594c6)=>{const _0x2446e8=_0x325714;if(_0x10664c[_0x2446e8(0x129)](_0x10664c[_0x2446e8(0xe8)],_0x10664c[_0x2446e8(0x1ae)]))_0x24e3cf[_0x2446e8(0x11d)](_0xbb91da=>_0x42acfd(_0xbb91da))[_0x2446e8(0x176)](_0x367a68=>_0x5594c6(_0x367a68))[_0x2446e8(0xfa)](()=>{const _0xfd8e0d=_0x2446e8;if(_0x10664c[_0xfd8e0d(0x188)](_0x10664c[_0xfd8e0d(0x122)],_0x10664c[_0xfd8e0d(0xe4)]))return;else performance[_0xfd8e0d(0x193)](_0x3151f0),performance['measure'](_0x1e2bcb,_0x4c7739,_0x3151f0);});else return this[_0x2446e8(0x1b2)];});;return performance[_0x325714(0x193)](_0x3151f0),performance['measure'](_0x1e2bcb,_0x4c7739,_0x3151f0),_0x24e3cf;}};return _0x5553c0[_0x325714(0x142)](null,_0x11b066);}else{if(!_0xe427d['existsSync'](this[_0x325714(0x13d)]))return this['_errorEvents'];let _0x556fc5=_0x35ed31[_0x325714(0xf5)](this[_0x325714(0x13d)])[_0x325714(0x120)]();_0x556fc5='['+_0x556fc5[_0x325714(0x153)](0x0,-0x1)+']';let _0x4e25c2=_0x565a8e[_0x325714(0x1b5)](_0x556fc5);return _0x10664c['RNOMv'](this[_0x325714(0x186)][_0x325714(0xff)],0x0)&&(_0x4e25c2=_0x4e25c2['concat'](this[_0x325714(0x186)])),_0x3eb878[_0x325714(0xf3)](this[_0x325714(0x13d)]),_0x4e25c2;}}catch(_0x35f7b2){if(_0x10664c[_0x325714(0xe7)](_0x10664c[_0x325714(0x14e)],_0x10664c[_0x325714(0x1b1)]))_0x5470bb[_0x325714(0x11d)](_0x581cd3=>_0x4749a7(_0x581cd3))['catch'](_0x1b77ae=>_0x5197b3(_0x1b77ae))[_0x325714(0xfa)](()=>{const _0x510d3d=_0x325714;_0x4fb71a[_0x510d3d(0x193)](_0x546ac7),_0x8536f6[_0x510d3d(0x1b4)](_0x49a505,_0x484d8e,_0x235d40);});else return _0x5553c0[_0x325714(0x142)](null,_0x11b066);}}static['measureWrapper'](_0x2812ca,_0x66e6ce){const _0x3cfd09=a63_0x124af7,_0x2b0790={};_0x2b0790['oYbbY']=function(_0x3c5d2e,_0x5d9d32){return _0x3c5d2e===_0x5d9d32;},_0x2b0790[_0x3cfd09(0x16a)]=_0x3cfd09(0x12e),_0x2b0790['oIUXe']=_0x3cfd09(0x12a);const _0x5b07a0=_0x2b0790,_0x25fa93=this;return function(){const _0x4bc7a8=_0x3cfd09;if(_0x5b07a0['oYbbY'](_0x5b07a0[_0x4bc7a8(0x16a)],_0x5b07a0[_0x4bc7a8(0x1cf)]))_0xbb9c14=_0x3ba8a6[_0x4bc7a8(0x198)](this[_0x4bc7a8(0x186)]);else{const _0x11e3aa=[_0x2812ca,_0x66e6ce,null][_0x4bc7a8(0x198)](arguments);return _0x25fa93['measure']['apply'](_0x25fa93,_0x11e3aa);}};}static[a63_0x124af7(0xd3)](){const _0x39b196=a63_0x124af7,_0x3ab19c={};_0x3ab19c[_0x39b196(0x127)]=function(_0x2cc528,_0x1616bc){return _0x2cc528!==_0x1616bc;},_0x3ab19c[_0x39b196(0x116)]=_0x39b196(0x1cc),_0x3ab19c[_0x39b196(0x16f)]=function(_0x59667f,_0x1f6fe0){return _0x59667f!==_0x1f6fe0;},_0x3ab19c[_0x39b196(0xd6)]='DjGEp',_0x3ab19c['bFtJV']=function(_0x32671e,_0x292afd){return _0x32671e===_0x292afd;},_0x3ab19c[_0x39b196(0x18d)]=_0x39b196(0x14b),_0x3ab19c[_0x39b196(0xce)]=function(_0x24e5d1,_0x1c2688){return _0x24e5d1/_0x1c2688;},_0x3ab19c[_0x39b196(0xa6)]=function(_0x29c700,_0x4f4a4f){return _0x29c700+_0x4f4a4f;},_0x3ab19c[_0x39b196(0x1a9)]=function(_0xbc11a7,_0xca4910){return _0xbc11a7*_0xca4910;},_0x3ab19c[_0x39b196(0x143)]=_0x39b196(0xc2);const _0x3cff17=_0x3ab19c,_0x7ae9f6=/(^.*)\[(.*)\]$/,_0x58a53d={},_0x5f12f={};for(const _0x363190 of this[_0x39b196(0x1b2)]){if(_0x3cff17['phHpC'](_0x3cff17[_0x39b196(0x116)],_0x3cff17[_0x39b196(0x116)])){if(!this[_0x39b196(0x166)]())return;this[_0x39b196(0x186)][_0x39b196(0x1b6)]({'message':_0x53bd05[_0x39b196(0x167)],'trace':_0x398751[_0x39b196(0x104)],'code':_0x249b03['code']||null,'time':new _0x11b6b2()});}else{const _0x46f137=_0x363190[_0x39b196(0x17e)][_0x39b196(0x172)](_0x7ae9f6),_0x2af00={};_0x2af00['name']=_0x363190[_0x39b196(0x17e)],_0x2af00[_0x39b196(0xcd)]=_0x363190[_0x39b196(0xcd)]||0x0;const _0x5e1445=_0x2af00;if(_0x46f137){if(_0x3cff17[_0x39b196(0x16f)](_0x3cff17[_0x39b196(0xd6)],_0x3cff17[_0x39b196(0xd6)]))return;else _0x5e1445['name']=_0x46f137[0x1],_0x5e1445[_0x39b196(0x1aa)]=JSON[_0x39b196(0x1b5)](_0x46f137[0x2]);}if(_0x58a53d[_0x5e1445[_0x39b196(0x17e)]]){if(_0x3cff17[_0x39b196(0x154)](_0x3cff17['wyAby'],_0x3cff17[_0x39b196(0x18d)])){const _0x38b4f6=_0x58a53d[_0x5e1445['name']],_0x326bb2=_0x5f12f[_0x5e1445[_0x39b196(0x17e)]];_0x58a53d[_0x5e1445[_0x39b196(0x17e)]][_0x39b196(0xcd)]=_0x3cff17['YjYad'](_0x3cff17['JxrIQ'](_0x3cff17[_0x39b196(0x1a9)](_0x38b4f6[_0x39b196(0xcd)],_0x326bb2),_0x5e1445['duration']),_0x3cff17[_0x39b196(0xa6)](0x1,_0x326bb2)),_0x5f12f[_0x5e1445['name']]++;}else return;}else{if(_0x3cff17[_0x39b196(0x154)](_0x3cff17['iNDuV'],_0x3cff17[_0x39b196(0x143)]))_0x58a53d[_0x5e1445['name']]=_0x5e1445,_0x5f12f[_0x5e1445['name']]=0x1;else return;}}}return Object[_0x39b196(0x1ad)](_0x58a53d);}static[a63_0x124af7(0x1af)](){const _0x3c0688=a63_0x124af7,_0x44c63a={};_0x44c63a['QiHPp']=function(_0xa21101,_0x5a94bb){return _0xa21101/_0x5a94bb;},_0x44c63a[_0x3c0688(0x1a0)]=function(_0x2de8c8,_0x785d19){return _0x2de8c8+_0x785d19;},_0x44c63a[_0x3c0688(0x16c)]=function(_0xe83ec0,_0x31607d){return _0xe83ec0*_0x31607d;},_0x44c63a['EJEno']=function(_0x14118a,_0x5ca98f){return _0x14118a===_0x5ca98f;},_0x44c63a[_0x3c0688(0x100)]=function(_0x3b276f,_0x1a6436){return _0x3b276f===_0x1a6436;},_0x44c63a[_0x3c0688(0x149)]=_0x3c0688(0xd4),_0x44c63a[_0x3c0688(0xe6)]=function(_0x47cf40,_0x1b65dd){return _0x47cf40+_0x1b65dd;};const _0x791c3b=_0x44c63a;if(_0x791c3b[_0x3c0688(0x13a)](this['_measureEvents'][_0x3c0688(0xff)],0x0)){if(_0x791c3b['bzwMB'](_0x791c3b[_0x3c0688(0x149)],_0x791c3b[_0x3c0688(0x149)]))return;else{const _0x2ada22=_0x3c0a9f[_0x4c5381[_0x3c0688(0x17e)]],_0x5395fc=_0x1d88ae[_0x3c87ea[_0x3c0688(0x17e)]];_0x3ac43c[_0x444e8c[_0x3c0688(0x17e)]][_0x3c0688(0xcd)]=_0x791c3b[_0x3c0688(0xaa)](_0x791c3b[_0x3c0688(0x1a0)](_0x791c3b[_0x3c0688(0x16c)](_0x2ada22[_0x3c0688(0xcd)],_0x5395fc),_0x4b1018[_0x3c0688(0xcd)]),_0x791c3b[_0x3c0688(0x1a0)](0x1,_0x5395fc)),_0x439d49[_0xf23d5c[_0x3c0688(0x17e)]]++;}}const _0x39fb87=this['getCleanedPerfEvents'](),_0x21e0ed=JSON[_0x3c0688(0x1bc)](_0x39fb87),_0x31a7a5=_0x791c3b[_0x3c0688(0xe6)](_0x21e0ed[_0x3c0688(0x153)](0x1,-0x1),',');fs[_0x3c0688(0xec)](this[_0x3c0688(0x17b)],_0x31a7a5);}static[a63_0x124af7(0x1c2)](){const _0x4897e6=a63_0x124af7,_0x1311e5={};_0x1311e5['JTpzD']=function(_0x2a7a01,_0x29c605){return _0x2a7a01===_0x29c605;},_0x1311e5['tusyc']=_0x4897e6(0x1cd),_0x1311e5[_0x4897e6(0x113)]=_0x4897e6(0x183),_0x1311e5['FWcEE']=_0x4897e6(0x1a5),_0x1311e5[_0x4897e6(0x10c)]=_0x4897e6(0xa8),_0x1311e5[_0x4897e6(0xbf)]=function(_0x267640,_0x3de4bb){return _0x267640>_0x3de4bb;},_0x1311e5['ZITNf']=function(_0x4ed8c2,_0x2b6573){return _0x4ed8c2!==_0x2b6573;},_0x1311e5[_0x4897e6(0x1cb)]='OLuco';const _0x208c19=_0x1311e5;if(!this[_0x4897e6(0xb5)]||_0x208c19[_0x4897e6(0xae)](this[_0x4897e6(0x1b2)][_0x4897e6(0xff)],0x0)){if(_0x208c19[_0x4897e6(0xae)](_0x208c19[_0x4897e6(0x190)],_0x208c19[_0x4897e6(0x113)]))!_0x12fecb[_0x17c8d9[_0x4897e6(0x17e)]]&&(_0x5ccb64[_0x1de2ea['name']]=0x0),_0x312723[_0x32aae8[_0x4897e6(0x17e)]]+=_0x15a04e[_0x4897e6(0xcd)];else return[];}if(!fs[_0x4897e6(0x1d0)](this['jsonReportFileName']))return _0x208c19[_0x4897e6(0xae)](_0x208c19[_0x4897e6(0xf4)],_0x208c19[_0x4897e6(0x10c)])?_0x539404:this[_0x4897e6(0x1b2)];let _0x2ef768=fs[_0x4897e6(0xf5)](this[_0x4897e6(0x17b)])[_0x4897e6(0x120)]();_0x2ef768='['+_0x2ef768[_0x4897e6(0x153)](0x0,-0x1)+']';let _0x38250e=JSON['parse'](_0x2ef768);if(_0x208c19[_0x4897e6(0xbf)](this[_0x4897e6(0x1b2)][_0x4897e6(0xff)],0x0)){if(_0x208c19[_0x4897e6(0x180)](_0x208c19[_0x4897e6(0x1cb)],_0x208c19[_0x4897e6(0x1cb)]))return;else _0x38250e=_0x38250e['concat'](this[_0x4897e6(0xd3)]());}return this[_0x4897e6(0x11b)]['disconnect'](),fs[_0x4897e6(0xf3)](this[_0x4897e6(0x17b)]),_0x38250e;}static[a63_0x124af7(0x125)](){const _0x13498b=a63_0x124af7,_0x4cccf3={};_0x4cccf3['WptkX']=function(_0x271d89,_0x255b2a){return _0x271d89===_0x255b2a;},_0x4cccf3[_0x13498b(0xd1)]=function(_0x2dc4cd,_0x466ccc){return _0x2dc4cd!==_0x466ccc;},_0x4cccf3[_0x13498b(0x165)]=_0x13498b(0xc3),_0x4cccf3['zeJNQ']=_0x13498b(0x152),_0x4cccf3[_0x13498b(0xf2)]=function(_0x336baf,_0x1877b4){return _0x336baf+_0x1877b4;};const _0x4f000b=_0x4cccf3;if(_0x4f000b['WptkX'](this[_0x13498b(0x186)]['length'],0x0)){if(_0x4f000b[_0x13498b(0xd1)](_0x4f000b[_0x13498b(0x165)],_0x4f000b['zeJNQ']))return;else!_0x4e07e0[_0x22dc57[_0x13498b(0x17e)]]&&(_0x52c896[_0x406cda[_0x13498b(0x17e)]]=0x0),_0x58a175[_0x200a0f[_0x13498b(0x17e)]]+=_0x42c261[_0x13498b(0xcd)];}const _0x44b1ef=JSON[_0x13498b(0x1bc)](this[_0x13498b(0x186)]),_0x48bb28=_0x4f000b[_0x13498b(0xf2)](_0x44b1ef['slice'](0x1,-0x1),',');fs[_0x13498b(0xec)](this['errorFile'],_0x48bb28);}static[a63_0x124af7(0x18b)](){const _0x5e1716=a63_0x124af7,_0x2217c3={};_0x2217c3[_0x5e1716(0xb3)]=_0x5e1716(0x16d),_0x2217c3[_0x5e1716(0x103)]=function(_0x2c6046,_0x850f7e){return _0x2c6046!==_0x850f7e;},_0x2217c3[_0x5e1716(0x174)]='HQRjE',_0x2217c3['PAklc']=function(_0x3241c0,_0x3948de){return _0x3241c0>_0x3948de;},_0x2217c3['uDmVX']=function(_0x5b7eba,_0xe515fa){return _0x5b7eba!==_0xe515fa;},_0x2217c3[_0x5e1716(0x1c0)]=_0x5e1716(0x199);const _0x44e838=_0x2217c3;if(!fs['existsSync'](this['errorReportFileName'])){if(_0x44e838[_0x5e1716(0x103)](_0x44e838[_0x5e1716(0x174)],_0x44e838[_0x5e1716(0x174)]))_0x377bcd[_0x5e1716(0x185)](_0x44e838[_0x5e1716(0xb3)]);else return this[_0x5e1716(0x186)];}let _0x2ccb96=fs['readFileSync'](this[_0x5e1716(0x13d)])[_0x5e1716(0x120)]();_0x2ccb96='['+_0x2ccb96[_0x5e1716(0x153)](0x0,-0x1)+']';let _0x2a78e0=JSON['parse'](_0x2ccb96);return _0x44e838['PAklc'](this[_0x5e1716(0x186)][_0x5e1716(0xff)],0x0)&&(_0x44e838['uDmVX'](_0x44e838[_0x5e1716(0x1c0)],_0x44e838[_0x5e1716(0x1c0)])?_0x52a6b9[_0x3131f8[_0x5e1716(0x17e)]]=0x0:_0x2a78e0=_0x2a78e0[_0x5e1716(0x198)](this[_0x5e1716(0x186)])),fs[_0x5e1716(0xf3)](this[_0x5e1716(0x13d)]),_0x2a78e0;}static[a63_0x124af7(0x110)](_0xac38f9){const _0x3cb023=a63_0x124af7,_0x5348cf={};_0x5348cf[_0x3cb023(0x17f)]=function(_0x294f7e,_0x4aad89){return _0x294f7e!==_0x4aad89;},_0x5348cf['ukZcv']='GaOTo';const _0xc0ca82=_0x5348cf;if(!this[_0x3cb023(0x166)]()){if(_0xc0ca82[_0x3cb023(0x17f)](_0xc0ca82[_0x3cb023(0x15b)],_0xc0ca82[_0x3cb023(0x15b)])){if(!this[_0x3cb023(0x166)]())return;this[_0x3cb023(0x11b)][_0x3cb023(0xf9)](),this[_0x3cb023(0x1af)](),this[_0x3cb023(0x125)]();}else return;}this['_errorEvents'][_0x3cb023(0x1b6)]({'message':_0xac38f9[_0x3cb023(0x167)],'trace':_0xac38f9[_0x3cb023(0x104)],'code':_0xac38f9[_0x3cb023(0x19a)]||null,'time':new Date()});}static[a63_0x124af7(0x18c)](){const _0x449df2=a63_0x124af7,_0x3f403b={};_0x3f403b[_0x449df2(0x189)]=function(_0x337374,_0xeb21d8){return _0x337374/_0xeb21d8;},_0x3f403b[_0x449df2(0xa4)]=function(_0x34ddf9,_0x15daf8){return _0x34ddf9+_0x15daf8;},_0x3f403b[_0x449df2(0xd9)]=function(_0x385a1b,_0x434969){return _0x385a1b*_0x434969;},_0x3f403b[_0x449df2(0x17d)]=function(_0x12679a,_0x43ab18){return _0x12679a!==_0x43ab18;},_0x3f403b[_0x449df2(0x19f)]='CFlrI',_0x3f403b[_0x449df2(0xb8)]=_0x449df2(0x1c7),_0x3f403b[_0x449df2(0x1bf)]=function(_0x2326b9,_0x43d418){return _0x2326b9===_0x43d418;},_0x3f403b[_0x449df2(0x141)]='qVwJk',_0x3f403b[_0x449df2(0x132)]=_0x449df2(0x19e),_0x3f403b[_0x449df2(0x134)]=function(_0x4e785b,_0x4916a1){return _0x4e785b===_0x4916a1;},_0x3f403b[_0x449df2(0x13f)]='zcCEX',_0x3f403b[_0x449df2(0x123)]=_0x449df2(0x16d);const _0x4a2c96=_0x3f403b;try{if(_0x4a2c96['qVPki'](_0x4a2c96[_0x449df2(0x19f)],_0x4a2c96[_0x449df2(0xb8)])){if(!this[_0x449df2(0x166)]()){if(_0x4a2c96[_0x449df2(0x1bf)](_0x4a2c96[_0x449df2(0x141)],_0x4a2c96['CcrOm']))return;else return;}this['_observer']['disconnect'](),this['pushPerfMeasures'](),this[_0x449df2(0x125)]();}else{const _0x55a0db=_0x52a47d[_0x449df2(0x17e)]['match'](_0x2207b8),_0x5676b1={};_0x5676b1[_0x449df2(0x17e)]=_0x48f0ac[_0x449df2(0x17e)],_0x5676b1['duration']=_0x5dbcc1['duration']||0x0;const _0x16a0e6=_0x5676b1;_0x55a0db&&(_0x16a0e6['name']=_0x55a0db[0x1],_0x16a0e6[_0x449df2(0x1aa)]=_0x388dca[_0x449df2(0x1b5)](_0x55a0db[0x2]));if(_0x271458[_0x16a0e6[_0x449df2(0x17e)]]){const _0x17d43d=_0x4a6410[_0x16a0e6[_0x449df2(0x17e)]],_0x266427=_0x1613ef[_0x16a0e6['name']];_0x451337[_0x16a0e6[_0x449df2(0x17e)]]['duration']=_0x4a2c96[_0x449df2(0x189)](_0x4a2c96[_0x449df2(0xa4)](_0x4a2c96[_0x449df2(0xd9)](_0x17d43d[_0x449df2(0xcd)],_0x266427),_0x16a0e6['duration']),_0x4a2c96['IeNmF'](0x1,_0x266427)),_0x30d3a4[_0x16a0e6[_0x449df2(0x17e)]]++;}else _0x3af65f[_0x16a0e6[_0x449df2(0x17e)]]=_0x16a0e6,_0x7b38[_0x16a0e6['name']]=0x1;}}catch{_0x4a2c96['JtCkg'](_0x4a2c96['bFNFm'],_0x4a2c96[_0x449df2(0x13f)])?logger[_0x449df2(0x185)](_0x4a2c96[_0x449df2(0x123)]):(!_0x49ee9d[_0x555415['name']]&&(_0x3bf06d[_0x4d1ba1[_0x449df2(0x17e)]]=0x0),_0x4ef1ac[_0x151c6f[_0x449df2(0x17e)]]+=_0x203978['duration']);}}static[a63_0x124af7(0x128)](){const _0x1e344e=a63_0x124af7,_0x4af3d9={};_0x4af3d9[_0x1e344e(0x18f)]=function(_0x49df14,_0x5b6791){return _0x49df14!==_0x5b6791;},_0x4af3d9['mQSTh']=_0x1e344e(0xc5),_0x4af3d9['KngKO']=_0x1e344e(0x11e);const _0x3ceccf=_0x4af3d9,_0x26750e=this[_0x1e344e(0x1c2)](),_0x211eb6=this[_0x1e344e(0x18b)]();if(!this[_0x1e344e(0x166)]()){if(_0x3ceccf['wPGjs'](_0x3ceccf[_0x1e344e(0x114)],_0x3ceccf[_0x1e344e(0x1c9)])){const _0x48f309={};return _0x48f309[_0x1e344e(0x102)]=[],_0x48f309[_0x1e344e(0x148)]=[],_0x48f309;}else _0x3629fc=_0x308bf2+'['+_0x4df083[_0x1e344e(0x1bc)](_0x460fce)+']';}const _0x57bae5={};return _0x57bae5[_0x1e344e(0x102)]=_0x26750e,_0x57bae5['errors']=_0x211eb6,_0x57bae5;}}function a63_0x5ca9(){const _0x1986b0=['measures','JzeNi','stack','ELDZs','HORuQ','path','join','ccBGV','generateJSON','observe','akDbv','126378WpbGZu','kMatI','fWLHr','captureError','DGkQq','</td></tr>','dnaDK','mQSTh','xTmsu','GMDsI','XKRTY','vjSKZ','<tr><td>','QcCmO','_observer','<h1>Performance\x20Report</h1>','then','qunrS','VbWPI','toString','-end','ZxbsC','uDqbw','PTHok','pushErrors','YWxac','phHpC','finalize','YGpKo','BEorS','MJdXc','JVnqT','pCybV','TpfmF','startMonitoring','LxTKx','hwoUw','CcrOm','CjlUU','JtCkg','QQkyy','ZdKwr','BROWSERSTACK_SDK_INSTRUMENTATION','cyAuW','bqnPx','EJEno','OHBPL','duWQy','errorReportFileName','bCuIv','bFNFm','OOAkJ','OozZf','apply','iNDuV','8013EcMPEJ','527659DJGWIT','PGaWb','jYhrb','errors','ZUTBE','BiOCs','JIRst','532355ZTCvoF','oRqdw','ASMST','6835707BDCAej','mGfyQ','DWHkz','AOvVc','slice','bFtJV','brjwC','qBfJq','Error\x20in\x20doing\x20csv\x20operations:\x20','CdTWj','nFoBB','bSoRX','ukZcv','ZULta','mKRTw','_events','gImQf','performance-own.html','TvGGm','sirxJ','GgLrT','calculateTimeFromEvents','mWSoj','isEnabled','message','dbpJW','generateHTMLReport','QQHgf','nGyYV','fvvlv','Error\x20stopping\x20monitoring','TFdvm','buRGg','LZDkQ','\x20for\x20all\x20processes\x20is\x20','match','kQjvD','uZKNk','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','catch','mPobK','rAWxS','BaTJd','mzUVv','jsonReportFileName','jDPKx','qVPki','name','mOHss','ZITNf','gyFVV','lsRHo','cxCkb','COizF','debug','_errorEvents','entryType','HBeDa','XqMMD','swnEm','finalizeErrors','stopMonitoring','wyAby','zRtUK','wPGjs','tusyc','ZTaad','smtKH','mark','AwvqC','VTuyl','calculateTimesFromMultipleFiles','reduce','concat','JEBGB','code','FBXoN','performance-report.json','oMJTW','QKMUC','FCidG','iTWcD','moAoh','llrog','fPlTu','fdWdV','RWjvo','errorFile','PPVVO','HmXeQ','GRHyq','meta','596CPvpaJ','perf_hooks','values','iwMUj','pushPerfMeasures','oKuWi','funoS','_measureEvents','dSFri','measure','parse','push','PeNZO','QauqA','bjdhf','KIOZF','getPerformance','stringify','zNDAi','KfgvE','UIxty','WPUrg','QHALn','finalizePerfMeasures','GeiAl','CBkNU','Faffl','HSdxn','ScPAq','RzIzf','KngKO','FiLNZ','iATPf','EVMdT','nqiJA','writeFile','oIUXe','existsSync','</tbody></table></body></html>','Performance\x20report\x20is\x20at\x20','JlsmN','SJCzS','fPGgU','Tngui','yQFqh','pFPtT','IeNmF','dcFzX','JxrIQ','UwkgU','zuwUQ','getEntries','QiHPp','192poXtZK','EFSFX','atpGj','JTpzD','lJMRF','fJKhU','eWmVz','jkytq','uBdTz','Error\x20in\x20writing\x20html\x20','started','ZhSAp','cwd','knsXp','forEach','Time\x20for\x20','exports','BHgNq','env','epGYG','mmCiN','60ODaqgF','jAapV','NnyZM','YuLeN','WwIae','SZqVl','ezJyG','zlfnW','GmPbu','7243912ipUSrY','lckzQ','azxjY','KVWep','duration','YjYad','map','2tPDSYO','EvukI','iAoHu','getCleanedPerfEvents','cWmZa','suIkl','cpucj','-start','KzarO','TJWfo','ydejY','getEventsFromJSON','uSVhz','eghXy','bAEIj','tXwAw','Tcykl','jgNQQ','Lpzoi','jLhhp','OEtsV','</td><td>','tqeWI','bvsrh','FTNTy','WaiAa','CErPR','20gEEXvR','appendFileSync','180626RnOSuY','false','jJigY','XKeTg','ZOkRh','CnXiu','unlinkSync','FWcEE','readFileSync','yxrAy','GQuzw','uDgfM','disconnect','finally','stopAndGenerate','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','RRiRa','bxaiK','length','bzwMB','vWUis'];a63_0x5ca9=function(){return _0x1986b0;};return a63_0x5ca9();}module[a63_0x124af7(0xbb)]=PerformanceTester;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x29a92c=a64_0x2eab;(function(_0x1c7a2f,_0x2e4ad4){const _0x1449e8=a64_0x2eab,_0xa7d473=_0x1c7a2f();while(!![]){try{const _0x11d3a7=parseInt(_0x1449e8(0x1ca))/0x1+parseInt(_0x1449e8(0x1ac))/0x2+-parseInt(_0x1449e8(0x1c4))/0x3+-parseInt(_0x1449e8(0x19a))/0x4*(-parseInt(_0x1449e8(0x197))/0x5)+-parseInt(_0x1449e8(0x1c5))/0x6*(parseInt(_0x1449e8(0x1ab))/0x7)+-parseInt(_0x1449e8(0x1c2))/0x8+-parseInt(_0x1449e8(0x1b1))/0x9*(parseInt(_0x1449e8(0x1bc))/0xa);if(_0x11d3a7===_0x2e4ad4)break;else _0xa7d473['push'](_0xa7d473['shift']());}catch(_0x17502e){_0xa7d473['push'](_0xa7d473['shift']());}}}(a64_0x4b89,0xac915));function a64_0x4b89(){const _0x942a01=['error','restore','removeListener','XbZeN','KjGOP','126eKXLQy','2176790WOsfXN','SJTcl','HfPjk','ygaSI','exports','54DQvWuB','method','response','host','nMLtF','KNGHZ','UkyTS','socket','GzMim','http','now','4071570phdBqt','DMmNH','wgWGS','MkeJd','unpatch','zletL','2764056AuJZxc','lUtZn','123339suvUIR','71034ViCgcE','headers','hostname','qMYvX','spy','1341226UsCLCd','dVrSV','request','DOBWn','KuHuI','dwtYW','dWaPC','once','statusCode','DQJxd','170dAKLWO','end','aRijE','155280thqUqf','GDpHU','uHXmL','CvlCY','status_code','kFhin','pLVei','lhWjZ','duration_ms','GDTMD','HXylP','path'];a64_0x4b89=function(){return _0x942a01;};return a64_0x4b89();}const http=require(a64_0x29a92c(0x1ba)),https=require('https'),monkeypatch=require('monkeypatch');function spy(_0x578370){const _0x3c8d46=a64_0x29a92c,_0x493a3a={'HXylP':function(_0x18cc6b,_0x23df78){return _0x18cc6b!==_0x23df78;},'uHXmL':_0x3c8d46(0x1cf),'KuHuI':_0x3c8d46(0x1a6),'lhWjZ':function(_0x37246a,..._0x1ca2be){return _0x37246a(..._0x1ca2be);},'byflo':function(_0x5a384a,_0x2f7603){return _0x5a384a===_0x2f7603;},'DOBWn':'yHipf','DMmNH':_0x3c8d46(0x19f),'UkyTS':function(_0x20cde7,_0x494571,_0x5ccf5c){return _0x20cde7(_0x494571,_0x5ccf5c);},'qMYvX':function(_0x4f5e08,_0x9b8bb9){return _0x4f5e08===_0x9b8bb9;},'SJTcl':'Hhvhk','vQBNR':_0x3c8d46(0x1a9),'MkeJd':function(_0x4ea882,_0x5909e5){return _0x4ea882-_0x5909e5;},'lUtZn':_0x3c8d46(0x19b),'CvlCY':_0x3c8d46(0x1b6),'QpZUY':function(_0x24f10c,_0x4d3dea){return _0x24f10c===_0x4d3dea;},'dVrSV':_0x3c8d46(0x1a0),'XeXTF':function(_0x4b5c28,_0x59f324,_0x6c39e4){return _0x4b5c28(_0x59f324,_0x6c39e4);},'zletL':_0x3c8d46(0x1b3),'dJWeC':_0x3c8d46(0x1b8),'ygaSI':function(_0x243e1e,_0x558873,_0x208c2b,_0x48aff4){return _0x243e1e(_0x558873,_0x208c2b,_0x48aff4);},'SowBE':_0x3c8d46(0x198),'GDTMD':_0x3c8d46(0x1cc),'JOMTw':function(_0xde2e85,_0x12b687,_0x4b7dd5,_0x227430){return _0xde2e85(_0x12b687,_0x4b7dd5,_0x227430);}},_0x5d3046=(_0xcf616f,_0x32a2ca,_0x38a8cb)=>{const _0x30946d=_0x3c8d46,_0x476956={'nMLtF':function(_0x16e129,_0x995bed,_0x55f6f8){const _0x48e5b6=a64_0x2eab;return _0x493a3a[_0x48e5b6(0x1b7)](_0x16e129,_0x995bed,_0x55f6f8);},'GzMim':function(_0x65bfb,_0x4d897f){const _0x17793a=a64_0x2eab;return _0x493a3a[_0x17793a(0x1c8)](_0x65bfb,_0x4d897f);},'qQpkr':_0x493a3a[_0x30946d(0x1ad)],'atoZT':_0x493a3a['vQBNR'],'KjGOP':function(_0x3828a9,_0x385a3b){const _0x572092=_0x30946d;return _0x493a3a[_0x572092(0x1bf)](_0x3828a9,_0x385a3b);},'dWaPC':function(_0x514675,_0x2225cc,_0xaa220f){const _0x51e819=_0x30946d;return _0x493a3a[_0x51e819(0x1b7)](_0x514675,_0x2225cc,_0xaa220f);},'HfPjk':_0x493a3a[_0x30946d(0x1ce)],'wgWGS':_0x493a3a[_0x30946d(0x1c3)],'aRijE':_0x493a3a[_0x30946d(0x19d)]};if(_0x493a3a['QpZUY'](_0x493a3a['dVrSV'],_0x493a3a[_0x30946d(0x1cb)])){const _0x289aed=_0x493a3a['XeXTF'](_0xcf616f,_0x32a2ca,_0x38a8cb);let _0x48576b=Date[_0x30946d(0x1bb)](),_0x42f7c5;const _0x1c46d2=_0x157bb8=>{const _0x26000f=_0x30946d;if(_0x476956[_0x26000f(0x1b9)](_0x476956['qQpkr'],_0x476956['atoZT'])){const _0x585898={};_0x585898[_0x26000f(0x1b4)]=_0x26d4a6['host']||_0x4d147d[_0x26000f(0x1c7)],_0x585898[_0x26000f(0x1a5)]=_0x39f7ce[_0x26000f(0x1a5)],_0x585898['method']=_0x234357[_0x26000f(0x1b2)],_0x585898['headers']=_0x50afa7['headers'],_0x476956['nMLtF'](_0x26edf4,_0x5847be,_0x585898);}else{const _0x406f51={};_0x406f51[_0x26000f(0x1b4)]=_0x32a2ca['host']||_0x32a2ca[_0x26000f(0x1c7)],_0x406f51[_0x26000f(0x1a5)]=_0x32a2ca[_0x26000f(0x1a5)],_0x406f51[_0x26000f(0x1b2)]=_0x32a2ca['method'],_0x406f51[_0x26000f(0x1c6)]=_0x32a2ca[_0x26000f(0x1c6)],_0x476956['nMLtF'](_0x578370,_0x157bb8,_0x406f51);}};return _0x289aed[_0x30946d(0x1d1)](_0x493a3a[_0x30946d(0x1c1)],_0x1764d4=>{const _0x15d145=_0x30946d;if(_0x476956[_0x15d145(0x1b9)](_0x476956[_0x15d145(0x1be)],_0x476956[_0x15d145(0x199)])){const _0x54efe5=_0x476956[_0x15d145(0x1aa)](_0x6c68e1['now'](),_0x3fac65),_0x150ca3={};_0x150ca3[_0x15d145(0x1c7)]=_0x58a064['host']||_0x48a0de['hostname'],_0x150ca3[_0x15d145(0x1a5)]=_0x5694e2[_0x15d145(0x1a5)],_0x150ca3[_0x15d145(0x1b2)]=_0x3ae746[_0x15d145(0x1b2)],_0x150ca3[_0x15d145(0x1c6)]=_0x5c5ce7['headers'],_0x150ca3[_0x15d145(0x19e)]=_0xe9aba3['statusCode'],_0x150ca3[_0x15d145(0x1a2)]=_0x54efe5,_0x476956[_0x15d145(0x1d0)](_0xb6b1c0,null,_0x150ca3),_0x244ec9[_0x15d145(0x1a8)](_0x476956[_0x15d145(0x1ae)],_0x1784da);}else{const _0x3614b2=_0x476956[_0x15d145(0x1aa)](Date[_0x15d145(0x1bb)](),_0x48576b),_0x208fbc={};_0x208fbc[_0x15d145(0x1c7)]=_0x32a2ca['host']||_0x32a2ca[_0x15d145(0x1c7)],_0x208fbc[_0x15d145(0x1a5)]=_0x32a2ca[_0x15d145(0x1a5)],_0x208fbc[_0x15d145(0x1b2)]=_0x32a2ca[_0x15d145(0x1b2)],_0x208fbc[_0x15d145(0x1c6)]=_0x32a2ca[_0x15d145(0x1c6)],_0x208fbc['status_code']=_0x1764d4[_0x15d145(0x1d2)],_0x208fbc[_0x15d145(0x1a2)]=_0x3614b2,_0x476956[_0x15d145(0x1b5)](_0x578370,null,_0x208fbc),_0x42f7c5[_0x15d145(0x1a8)](_0x476956[_0x15d145(0x1ae)],_0x1c46d2);}}),_0x289aed['on'](_0x493a3a['dJWeC'],_0x100959=>{const _0x5e1982=_0x30946d;_0x493a3a[_0x5e1982(0x1a4)](_0x493a3a[_0x5e1982(0x19c)],_0x493a3a[_0x5e1982(0x19c)])?(_0x46f087[_0x5e1982(0x1cc)][_0x5e1982(0x1c0)](),_0x28f100['request']['unpatch']()):(_0x42f7c5=_0x100959,_0x100959[_0x5e1982(0x1d1)](_0x493a3a[_0x5e1982(0x1ce)],_0x1c46d2));}),_0x493a3a['ygaSI'](monkeypatch,_0x289aed,_0x493a3a['SowBE'],(_0x56dcb3,..._0x539fdb)=>{const _0x4048a2=_0x30946d,_0x52fd2b={'DQJxd':function(_0x86981e,..._0x1aaba0){const _0x4cac41=a64_0x2eab;return _0x493a3a[_0x4cac41(0x1a1)](_0x86981e,..._0x1aaba0);}};_0x493a3a['byflo'](_0x493a3a[_0x4048a2(0x1cd)],_0x493a3a[_0x4048a2(0x1bd)])?(_0x208238=_0x44689a[_0x4048a2(0x1bb)](),_0x52fd2b[_0x4048a2(0x196)](_0x597a2e,..._0x8c2aaf)):(_0x48576b=Date[_0x4048a2(0x1bb)](),_0x493a3a[_0x4048a2(0x1a1)](_0x56dcb3,..._0x539fdb));}),_0x289aed;}else _0x125126=_0x49857a,_0x29c0b9[_0x30946d(0x1d1)](_0x493a3a[_0x30946d(0x1ce)],_0x2f6fbe);};_0x493a3a[_0x3c8d46(0x1af)](monkeypatch,http,_0x493a3a[_0x3c8d46(0x1a3)],_0x5d3046),_0x493a3a['JOMTw'](monkeypatch,https,_0x493a3a[_0x3c8d46(0x1a3)],_0x5d3046);}function restore(){const _0x245cb2=a64_0x29a92c;http['request'][_0x245cb2(0x1c0)](),https[_0x245cb2(0x1cc)]['unpatch']();}function a64_0x2eab(_0x503957,_0x2c7a5a){const _0x4b89d8=a64_0x4b89();return a64_0x2eab=function(_0x2eab64,_0x433b96){_0x2eab64=_0x2eab64-0x196;let _0x16b68c=_0x4b89d8[_0x2eab64];return _0x16b68c;},a64_0x2eab(_0x503957,_0x2c7a5a);}const a64_0x3c3b00={};a64_0x3c3b00[a64_0x29a92c(0x1c9)]=spy,a64_0x3c3b00[a64_0x29a92c(0x1a7)]=restore,module[a64_0x29a92c(0x1b0)]=a64_0x3c3b00;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x193f(_0x36992d,_0x29cb1e){const _0x13c9e9=a65_0x13c9();return a65_0x193f=function(_0x193f4a,_0x516cc8){_0x193f4a=_0x193f4a-0xbd;let _0x56fd1f=_0x13c9e9[_0x193f4a];return _0x56fd1f;},a65_0x193f(_0x36992d,_0x29cb1e);}const a65_0x1bc4c8=a65_0x193f;function a65_0x13c9(){const _0x259d34=['keepAliveMsecs','keepAlive','yILoc','agent','call','request','22445xvrLYD','JNvQd','hasOwnProperty','bIQVf','AndTf','https:','protocol','40530XFBNtS','exports','nVKHN','208806SKWjIU','100966jSAlZR','ueORl','JMfPO','globalAgent','4391793NkUHLH','15UoNziX','571264AFXxdn','168ltGDZo','http','Agent','MPxGZ','https','446460pqHKrn'];a65_0x13c9=function(){return _0x259d34;};return a65_0x13c9();}(function(_0x56cbaa,_0x236595){const _0x13e31f=a65_0x193f,_0x5719bd=_0x56cbaa();while(!![]){try{const _0x3e9cb5=-parseInt(_0x13e31f(0xbd))/0x1+-parseInt(_0x13e31f(0xc8))/0x2+-parseInt(_0x13e31f(0xd4))/0x3+-parseInt(_0x13e31f(0xce))/0x4+-parseInt(_0x13e31f(0xcd))/0x5*(-parseInt(_0x13e31f(0xc7))/0x6)+-parseInt(_0x13e31f(0xc4))/0x7*(parseInt(_0x13e31f(0xcf))/0x8)+parseInt(_0x13e31f(0xcc))/0x9;if(_0x3e9cb5===_0x236595)break;else _0x5719bd['push'](_0x5719bd['shift']());}catch(_0x53f58a){_0x5719bd['push'](_0x5719bd['shift']());}}}(a65_0x13c9,0x19ef2),module[a65_0x1bc4c8(0xc5)]=function(){const _0x2eb9c0=a65_0x1bc4c8,_0x157207={'yILoc':function(_0x48ae5d,_0x41d620){return _0x48ae5d===_0x41d620;},'fbUAi':_0x2eb9c0(0xc2),'JMfPO':_0x2eb9c0(0xd8),'ueORl':function(_0x3544d7,_0x33f2bc,_0x1c89b3){return _0x3544d7(_0x33f2bc,_0x1c89b3);},'nVKHN':function(_0x2a07fa,_0x226fee,_0x21548f){return _0x2a07fa(_0x226fee,_0x21548f);},'AndTf':function(_0x3add11,_0x22c649){return _0x3add11(_0x22c649);},'bIQVf':_0x2eb9c0(0xd0),'GkITg':_0x2eb9c0(0xd3),'JNvQd':function(_0x55a7b0,_0x213745){return _0x55a7b0*_0x213745;},'MPxGZ':_0x2eb9c0(0xd6)},_0x4bd442=_0x157207[_0x2eb9c0(0xc1)](require,_0x157207[_0x2eb9c0(0xc0)]),_0x24316a=_0x157207[_0x2eb9c0(0xc1)](require,_0x157207['GkITg']),_0x48da56=_0x157207[_0x2eb9c0(0xbe)](0x1e,0x3e8);if(_0x4bd442[_0x2eb9c0(0xcb)]&&Object['prototype'][_0x2eb9c0(0xbf)][_0x2eb9c0(0xd9)](_0x4bd442['globalAgent'],_0x157207[_0x2eb9c0(0xd2)]))_0x4bd442['globalAgent'][_0x2eb9c0(0xd6)]=!![],_0x24316a[_0x2eb9c0(0xcb)][_0x2eb9c0(0xd6)]=!![],_0x4bd442[_0x2eb9c0(0xcb)][_0x2eb9c0(0xd5)]=_0x48da56,_0x24316a[_0x2eb9c0(0xcb)]['keepAliveMsecs']=_0x48da56;else{const _0x330a36={};_0x330a36['keepAlive']=!![],_0x330a36[_0x2eb9c0(0xd5)]=_0x48da56;const _0x473081=new _0x4bd442['Agent'](_0x330a36),_0x3b1a46={};_0x3b1a46[_0x2eb9c0(0xd6)]=!![],_0x3b1a46[_0x2eb9c0(0xd5)]=_0x48da56;const _0x396842=new _0x24316a[(_0x2eb9c0(0xd1))](_0x3b1a46),_0x506ca8=_0x4bd442[_0x2eb9c0(0xda)],_0x1c1cf9=_0x24316a[_0x2eb9c0(0xda)];_0x4bd442['request']=function(_0x1933be,_0x4fec6f){const _0x56cf9b=_0x2eb9c0;if(_0x157207[_0x56cf9b(0xd7)](_0x1933be[_0x56cf9b(0xc3)],_0x157207['fbUAi']))return _0x1933be[_0x157207[_0x56cf9b(0xca)]]=_0x396842,_0x157207[_0x56cf9b(0xc9)](_0x1c1cf9,_0x1933be,_0x4fec6f);return _0x1933be[_0x157207[_0x56cf9b(0xca)]]=_0x473081,_0x157207[_0x56cf9b(0xc6)](_0x506ca8,_0x1933be,_0x4fec6f);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a66_0x20a1c9=a66_0xcf5a;(function(_0x3bbb6,_0x2f0ec1){var _0x407001=a66_0xcf5a,_0x24056e=_0x3bbb6();while(!![]){try{var _0x1fdb95=-parseInt(_0x407001(0x1eb))/0x1*(parseInt(_0x407001(0x1e5))/0x2)+-parseInt(_0x407001(0x1e3))/0x3+parseInt(_0x407001(0x1ed))/0x4+-parseInt(_0x407001(0x1e6))/0x5*(parseInt(_0x407001(0x1f4))/0x6)+-parseInt(_0x407001(0x1f2))/0x7*(-parseInt(_0x407001(0x1e8))/0x8)+-parseInt(_0x407001(0x1e9))/0x9+-parseInt(_0x407001(0x1f1))/0xa*(-parseInt(_0x407001(0x1e4))/0xb);if(_0x1fdb95===_0x2f0ec1)break;else _0x24056e['push'](_0x24056e['shift']());}catch(_0x31c373){_0x24056e['push'](_0x24056e['shift']());}}}(a66_0x33f1,0x6d227));function a66_0x33f1(){var _0x84afea=['35FmbTuQ','MOCHA','357228Hkrtop','329400rfWNAH','851455XFgVTH','8582JwLauc','5JedBSP','https://collector-observability.browserstack.com','989480xHUWkQ','7811010yagSqM','api/v1/batch','91pKkZQZ','.obs_test_details','2238616WokOFX','exports','assign','api/v1/screenshots','90YoWgrI'];a66_0x33f1=function(){return _0x84afea;};return a66_0x33f1();}var a66_0x2566db={};function a66_0xcf5a(_0x449672,_0x1f25ca){var _0x33f13f=a66_0x33f1();return a66_0xcf5a=function(_0xcf5a5d,_0x52cbf3){_0xcf5a5d=_0xcf5a5d-0x1e3;var _0x254c27=_0x33f13f[_0xcf5a5d];return _0x254c27;},a66_0xcf5a(_0x449672,_0x1f25ca);}a66_0x2566db['PLAYWRIGHT']='Playwright',a66_0x2566db[a66_0x20a1c9(0x1f3)]='mocha',module[a66_0x20a1c9(0x1ee)]={'consoleHolder':Object[a66_0x20a1c9(0x1ef)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x20a1c9(0x1e7),'EVENT_ENDPOINT':'api/v1/event','BATCH_ENDPOINT':a66_0x20a1c9(0x1ea),'SCREENSHOT_ENDPOINT':a66_0x20a1c9(0x1f0),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a66_0x20a1c9(0x1ec),'FRAMEWORKS':a66_0x2566db};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67_0x4b7c6f=a67_0x147e;function a67_0x51c0(){const _0x5aee19=['/api/v1/analytics','userConfig','./utils','oJhWp','filterPII','USER_CONFIG_FOR_REPORTING','kRNCY','sQWSQ','SkbOn','VtUjI','NRIDg','rSJVW','ncoRP','lJePH','ovvTu','ejlaT','334ttTmSU','HsuWM','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','CaTjY','AtShR','lzhnZ','wgEGT','bbqvO','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','OYCFU','HkbNm','bXVYK','uAZMu','dDExt','Pnpip','true','tKzdP','cOdcV','bukYb','zFqdv','KGFNp','keys','WAVMK','parse','HVdBx','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','2572884iTayTr','getConfig','Ueiee','wGgBD','aRDCD','key','XdWXu','getFramework','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','CuVAi','PZRoh','Error\x20in\x20executing\x20','getCredentials','VhHti','791256UdpqAa','stringify','2193162USJjmX','RKdGw','qKbaK','AAMGV','TpEjC','UeGUK','NaLAy','JfYXd','CbWZy','VwSmh','3957hjTQSi','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','BxlFG','X-BSTACK-TESTOPS','413651FtTisV','ayQMx','../performance-tester','azGPj','LECEr','phaJe','ZfwkG','dHraJ','erbZF','hQTpJ','credentials','suDOc','gOhrt','BS_TESTOPS_BUILD_HASHED_ID','uVMYG','wNHCX','auth','stack','LVMCQ','setCredentials','forEach','EtbdI','accessKey','ZdHre','apply','cwBAM','uploadCrashReport','includes','o11yErrorHandler','rONaw','oLXYI','user','Jniyy','HeMlB','dDxTs','btqYt','ihDTn','o11yClassErrorHandler','exports','HQePO','81aYgrLe','PtWAC','EdbgQ','KsyPg','WvoUZ','uSvwE','wCJiv','bNegF','OvJmA','ccqRq','FNtzw','frameworkName','DViJN','toString','headers','kiIjr','wKgET','jZYJv','BROWSERSTACK_O11Y_PERF_MEASUREMENT','captureError','ivwJt','../helper','LViqh','KAcjY','QiYJh','ymFGe','\x20with\x20args\x20','dZdxP','password','RzJhu','GRXGm','ZLpMy','NCmOG','setConfigDetails','YHNKi','IQYJm','xBmkv','application/json','14cekowl','SCWMd','lHvnx','taFHW','username','lwveF','LGHAw','rhIlX','setFrameworkDetails','RHvGW','getPerformance','inspect','XJYeM','wEAVf','OlCFV','length','ULftw','eUjxP','name','mxTvc','JojSX','nVaTu','HKTNr','AJoRx','uCjYj','LiRLu','mwCul','Content-Type','NsZge','RUDPO','xQCwO','CUPiV','util','sWJcR','timerify','SpKLG','NYuoi','afiPX','QOEke','nUPvZ','PKgjA','RuAXw','eiRuT','CaQdP','fkKZx','RxoSO','twvua','then','uJXCA','FhLWL','recursivelyDeletePIIKeysFromObject','depth','TuEkA','pCfQq','setAllDetails','catch','tJBMa','OSxif','dneLy','5664120OylwyO','ggJVS','15128380ToyiYS','getOwnPropertyNames','AWBNR','sCaND','ljtil','UGElG','AqHlY','BUAVJ','CREDENTIALS_FOR_CRASH_REPORTING','DqACV','tcwXG','QTgRb','IfIgl','EiWCl','BdlJH','HEYbQ','POST','env','ADznq','WKwTg','\x20:\x20','tluNG','frameworkDetails','call','[Crash_Report_Upload]\x20Success\x20response:\x20','kYAoc','frameworkVersion','LFonY','ocFmy'];a67_0x51c0=function(){return _0x5aee19;};return a67_0x51c0();}(function(_0x5dda86,_0x138c3a){const _0x4186ae=a67_0x147e,_0x56fa58=_0x5dda86();while(!![]){try{const _0x26c766=parseInt(_0x4186ae(0x164))/0x1+parseInt(_0x4186ae(0x12c))/0x2*(-parseInt(_0x4186ae(0x160))/0x3)+parseInt(_0x4186ae(0x146))/0x4+parseInt(_0x4186ae(0xfd))/0x5+-parseInt(_0x4186ae(0x156))/0x6*(parseInt(_0x4186ae(0xc2))/0x7)+-parseInt(_0x4186ae(0x154))/0x8*(-parseInt(_0x4186ae(0x9c))/0x9)+-parseInt(_0x4186ae(0xff))/0xa;if(_0x26c766===_0x138c3a)break;else _0x56fa58['push'](_0x56fa58['shift']());}catch(_0x5d8313){_0x56fa58['push'](_0x56fa58['shift']());}}}(a67_0x51c0,0x9650e));const util=require(a67_0x4b7c6f(0xe2)),PerformanceTester=require(a67_0x4b7c6f(0x166)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x4b7c6f(0x11e)),{getAgentVersion}=require(a67_0x4b7c6f(0xb1)),o11yErrorHandler=_0x132937=>{const _0x19be62=a67_0x4b7c6f,_0x4722d1={'HeMlB':function(_0x3cc8d2,_0x22cf3a){return _0x3cc8d2(_0x22cf3a);},'Ueiee':function(_0x5161ec,_0x201d6e,_0x26921d,_0x427809){return _0x5161ec(_0x201d6e,_0x26921d,_0x427809);},'uJXCA':function(_0x464679,_0x317560){return _0x464679(_0x317560);},'NYuoi':_0x19be62(0x12e),'RHvGW':function(_0x321ea6,_0x3ec33b){return _0x321ea6===_0x3ec33b;},'mxTvc':_0x19be62(0x172),'UGElG':function(_0x546184,_0x315273){return _0x546184===_0x315273;},'FxzMr':_0x19be62(0xb3),'mwCul':_0x19be62(0xc7),'ZfwkG':'WsRVN','CuVAi':_0x19be62(0x159),'lHvnx':function(_0x362cdf,_0x2af914){return _0x362cdf instanceof _0x2af914;},'AqHlY':function(_0x25849f,_0x211ed6){return _0x25849f===_0x211ed6;},'dDxTs':_0x19be62(0x101),'ZYtej':_0x19be62(0x12f),'FhLWL':function(_0x26823b,_0x691fe9){return _0x26823b!==_0x691fe9;},'HkbNm':_0x19be62(0xec)};return function(..._0xcf8963){const _0x52c489=_0x19be62,_0x4401db={'JBoja':function(_0xfe3487,_0x22f72b,_0x25a6d8,_0x3ff2ac){const _0x5ec596=a67_0x147e;return _0x4722d1[_0x5ec596(0x148)](_0xfe3487,_0x22f72b,_0x25a6d8,_0x3ff2ac);},'sWJcR':function(_0x2a5ba8,_0x12fd1f){const _0x453ea5=a67_0x147e;return _0x4722d1[_0x453ea5(0xf2)](_0x2a5ba8,_0x12fd1f);},'AhgpB':_0x4722d1[_0x52c489(0xe6)]};if(_0x4722d1[_0x52c489(0xcb)](_0x4722d1['mxTvc'],_0x4722d1[_0x52c489(0xd5)]))try{if(_0x4722d1[_0x52c489(0x104)](_0x4722d1['FxzMr'],_0x4722d1[_0x52c489(0xdc)]))return;else{let _0x19a555=_0x132937;process[_0x52c489(0x110)][_0x52c489(0xae)]&&(_0x4722d1[_0x52c489(0x104)](_0x4722d1[_0x52c489(0x16a)],_0x4722d1[_0x52c489(0x14f)])?_0x4401db['JBoja'](_0x50e67b,_0x4f8221,_0x28697c,_0x5df2bc):_0x19a555=PerformanceTester[_0x52c489(0xcc)]()[_0x52c489(0xe4)](_0x19a555));const _0x22c224=_0x19a555[_0x52c489(0x17c)](null,arguments);if(_0x4722d1[_0x52c489(0xc4)](_0x22c224,Promise)){if(_0x4722d1[_0x52c489(0x105)](_0x4722d1[_0x52c489(0x96)],_0x4722d1['ZYtej']))try{this[_0x52c489(0x11d)]=_0x5b48d3[_0x52c489(0x143)](_0x524b0d['env'][_0x52c489(0x121)]);}catch(_0x2629bd){_0x4722d1[_0x52c489(0x95)](_0x1453d2,_0x52c489(0x161)+_0x2629bd[_0x52c489(0xa9)]()),this['userConfig']={};}else return _0x22c224[_0x52c489(0xf9)](_0x4d1f85=>processError(_0x4d1f85,_0x132937,_0xcf8963));}return _0x22c224;}}catch(_0x5ce599){if(_0x4722d1[_0x52c489(0xf3)](_0x4722d1['HkbNm'],_0x4722d1[_0x52c489(0x136)]))return _0x4401db[_0x52c489(0xe3)](_0x5dff8e,_0x4401db['AhgpB']);else _0x4722d1['Ueiee'](processError,_0x5ce599,_0x132937,_0xcf8963);}else _0x4722d1['HeMlB'](_0x378b3f,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x5c0541[_0x52c489(0xa9)]()),this['userConfig']={};};},o11yClassErrorHandler=(_0x1034e1,_0x50ddc1)=>{const _0x3aeea9=a67_0x4b7c6f,_0x4c3a0b={'rONaw':function(_0x20519f,_0x468c65){return _0x20519f===_0x468c65;},'kYAoc':_0x3aeea9(0x15d),'VhHti':'LlGuy','oXJPR':function(_0x271ce7,_0x2269e0){return _0x271ce7!==_0x2269e0;},'dHraJ':_0x3aeea9(0x138),'JojSX':_0x3aeea9(0xad),'LiRLu':function(_0x464962,_0x5350ea){return _0x464962 instanceof _0x5350ea;},'xQCwO':function(_0x566003,_0xabd669){return _0x566003!==_0xabd669;},'LVMCQ':_0x3aeea9(0xd2),'AJoRx':_0x3aeea9(0xda),'QOEke':_0x3aeea9(0x10e),'xBmkv':_0x3aeea9(0x17b),'YHNKi':function(_0x10276d,_0x35caab,_0x1f6cf5,_0x19e17f){return _0x10276d(_0x35caab,_0x1f6cf5,_0x19e17f);},'gOhrt':function(_0x28abd9,_0x5270a8){return _0x28abd9(_0x5270a8);},'suDOc':function(_0x3f1e55,_0x38e4ab){return _0x3f1e55(_0x38e4ab);},'HVdBx':_0x3aeea9(0x12e),'zFqdv':function(_0x51565e){return _0x51565e();},'HsuWM':_0x3aeea9(0x11c),'BdlJH':_0x3aeea9(0xc1),'gOPaq':_0x3aeea9(0x13b),'wNHCX':function(_0x620f13,_0x194540,_0x3c594d,_0x54da1f,_0x3fabd1,_0x2b5d90){return _0x620f13(_0x194540,_0x3c594d,_0x54da1f,_0x3fabd1,_0x2b5d90);},'TIMWn':_0x3aeea9(0x10f),'AtShR':function(_0x32e1da,_0x43b852){return _0x32e1da===_0x43b852;},'IQYJm':_0x3aeea9(0x17d),'WvoUZ':'SPRYF','CbWZy':_0x3aeea9(0x168),'KsyPg':'sjExf','RUDPO':'function','ljtil':function(_0x297054,_0x3a804c){return _0x297054!==_0x3a804c;},'SkbOn':'constructor','uSvwE':function(_0xef65cb,_0x2b412e){return _0xef65cb===_0x2b412e;},'phaJe':_0x3aeea9(0xa4),'hjgLF':function(_0x25ec50,_0x16cd2a){return _0x25ec50<_0x16cd2a;},'PZRoh':function(_0x6ca318,_0x404540){return _0x6ca318!==_0x404540;},'oJhWp':_0x3aeea9(0xb2),'lzhnZ':'roPay'},_0x4b5290=_0x1034e1['prototype'];if(_0x4c3a0b['hjgLF'](Object[_0x3aeea9(0x100)](_0x4b5290)[_0x3aeea9(0xd1)],0x2))return _0x4c3a0b[_0x3aeea9(0x150)](_0x4c3a0b[_0x3aeea9(0x11f)],_0x4c3a0b[_0x3aeea9(0x131)])?_0x1034e1:_0x3a7efb[_0x3aeea9(0xf9)](_0x245ea6=>_0x3701e6(_0x245ea6,_0x3e9542,_0x20144a));return Object[_0x3aeea9(0x100)](_0x4b5290)[_0x3aeea9(0x178)](_0x64dce6=>{const _0x15a85b=_0x3aeea9,_0x2e4a0a={'bbqvO':function(_0x524124,_0x15f9b9){const _0x262334=a67_0x147e;return _0x4c3a0b[_0x262334(0x170)](_0x524124,_0x15f9b9);},'BUAVJ':function(_0x356af6,_0x16e8e2){const _0x16fce5=a67_0x147e;return _0x4c3a0b[_0x16fce5(0x16f)](_0x356af6,_0x16e8e2);},'UeGUK':_0x4c3a0b[_0x15a85b(0x144)],'lIthz':function(_0x19f93f){const _0x2f12f6=_0x15a85b;return _0x4c3a0b[_0x2f12f6(0x13f)](_0x19f93f);},'GRXGm':_0x4c3a0b[_0x15a85b(0x12d)],'sCaND':_0x4c3a0b[_0x15a85b(0x10d)],'ivwJt':_0x4c3a0b['gOPaq'],'ejlaT':function(_0x9421f1,_0x5193a6,_0x15b561,_0x2e0b49,_0x2aeabb,_0x109684){const _0xc3f698=_0x15a85b;return _0x4c3a0b[_0xc3f698(0x173)](_0x9421f1,_0x5193a6,_0x15b561,_0x2e0b49,_0x2aeabb,_0x109684);},'TuEkA':_0x4c3a0b['TIMWn']};if(_0x4c3a0b['AtShR'](_0x4c3a0b[_0x15a85b(0xbf)],_0x4c3a0b[_0x15a85b(0xa0)])){const _0x5bafda=_0x2b73c6[_0x15a85b(0x143)](_0x118052[_0x15a85b(0x155)](_0x4e5a20));return this[_0x15a85b(0xf4)](_0x5bafda),_0x5bafda;}else{if(!(_0x50ddc1&&_0x50ddc1[_0x15a85b(0x8f)](_0x64dce6))){if(_0x4c3a0b[_0x15a85b(0x130)](_0x4c3a0b[_0x15a85b(0x15e)],_0x4c3a0b[_0x15a85b(0x9f)]))return _0x436de2[_0x15a85b(0xf9)](_0xb7744d=>_0x2d92b4(_0xb7744d,_0x9f346a,_0x51b925));else return;}const _0x4ba06f=_0x4b5290[_0x64dce6];_0x4c3a0b[_0x15a85b(0x130)](typeof _0x4ba06f,_0x4c3a0b[_0x15a85b(0xdf)])&&_0x4c3a0b[_0x15a85b(0x103)](_0x64dce6,_0x4c3a0b[_0x15a85b(0x124)])&&(_0x4c3a0b[_0x15a85b(0xa1)](_0x4c3a0b[_0x15a85b(0x169)],_0x4c3a0b[_0x15a85b(0x169)])?Object['defineProperty'](_0x4b5290,_0x64dce6,{'writable':!![],'value':function(..._0xe900af){const _0x50707d=_0x15a85b;if(_0x4c3a0b[_0x50707d(0x91)](_0x4c3a0b[_0x50707d(0x118)],_0x4c3a0b[_0x50707d(0x153)])){if(!this[_0x50707d(0x16e)]&&_0x1cb8f2[_0x50707d(0x110)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x50707d(0x16e)]=_0x207d4b[_0x50707d(0x143)](_0x45af10['env'][_0x50707d(0x107)]);}catch(_0x5143af){_0x2e4a0a[_0x50707d(0x133)](_0x8be980,_0x50707d(0x134)+_0x5143af[_0x50707d(0xa9)]());}return this[_0x50707d(0x16e)];}else try{if(_0x4c3a0b['oXJPR'](_0x4c3a0b[_0x50707d(0x16b)],_0x4c3a0b[_0x50707d(0xd6)])){const _0x5e4fba=(process[_0x50707d(0x110)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?PerformanceTester[_0x50707d(0xcc)]()[_0x50707d(0xe4)](_0x4ba06f):_0x4ba06f)[_0x50707d(0x116)](this,..._0xe900af);if(_0x4c3a0b[_0x50707d(0xdb)](_0x5e4fba,Promise)){if(_0x4c3a0b[_0x50707d(0xe0)](_0x4c3a0b[_0x50707d(0x176)],_0x4c3a0b[_0x50707d(0xd9)]))return _0x5e4fba[_0x50707d(0xf9)](_0x4ea966=>processError(_0x4ea966,_0x4ba06f,_0xe900af));else{_0x2e4a0a[_0x50707d(0x133)](_0x357c72,_0x50707d(0x151)+_0x414ca2['name']+_0x50707d(0xb6)+_0x46e43c+':\x20'+_0x12b7a9),_0x456d00[_0x50707d(0xaf)](_0x2cd1bf);let _0xe0b82a;try{_0xe0b82a=_0x1deb33[_0x50707d(0x155)](_0x13377a);}catch(_0x2a51c7){const _0x41480b={};_0x41480b[_0x50707d(0xf5)]=0x2,_0xe0b82a=_0x23f314[_0x50707d(0xcd)](_0x2cdfff,_0x41480b);}_0x563af1[_0x50707d(0x8e)](_0x50707d(0x151)+_0x3d697c['name']+_0x50707d(0xb6)+_0xe0b82a+'\x20:\x20'+_0x368c16,_0x29faf1&&_0xcabed1[_0x50707d(0x175)]);}}return _0x5e4fba;}else{const _0x253bac={};_0x253bac['depth']=0x2,_0xb076f8=_0x4dbd85[_0x50707d(0xcd)](_0x384ad3,_0x253bac);}}catch(_0x4d98fe){if(_0x4c3a0b[_0x50707d(0x91)](_0x4c3a0b[_0x50707d(0xe8)],_0x4c3a0b[_0x50707d(0xc0)])){const _0x2d26be={'kiIjr':function(_0x5f110e,_0x2abd33){const _0x4b0a4e=_0x50707d;return _0x2e4a0a[_0x4b0a4e(0x106)](_0x5f110e,_0x2abd33);},'BxlFG':function(_0x4542ac,_0x55d7ea){const _0x5770d1=_0x50707d;return _0x2e4a0a[_0x5770d1(0x133)](_0x4542ac,_0x55d7ea);}};this[_0x50707d(0x152)]();if(!this[_0x50707d(0x16e)])return _0x2e4a0a[_0x50707d(0x106)](_0xc0e065,_0x2e4a0a[_0x50707d(0x15b)]);this[_0x50707d(0x147)](),this[_0x50707d(0x14d)]();const _0x52a504={'hashed_id':_0x269c07['env'][_0x50707d(0x171)],'observability_version':{'sdkVersion':_0x2e4a0a['lIthz'](_0x307992),'frameworkName':this['frameworkDetails'][_0x50707d(0xa7)],'frameworkVersion':this[_0x50707d(0x115)][_0x50707d(0x119)]},'exception':{'error':_0xf37e9e[_0x50707d(0xa9)](),'stackTrace':_0x22f6a9},'config':this[_0x50707d(0x11d)]},_0x420f78=_0x2e4a0a[_0x50707d(0xba)],_0x37a98f={};_0x37a98f[_0x50707d(0xc6)]=this[_0x50707d(0x16e)][_0x50707d(0xc6)],_0x37a98f[_0x50707d(0xb8)]=this[_0x50707d(0x16e)]['accessKey'];const _0x40df75={};_0x40df75['Content-Type']=_0x2e4a0a[_0x50707d(0x102)],_0x40df75[_0x50707d(0x163)]=_0x2e4a0a[_0x50707d(0xb0)];const _0x210bd4={};_0x210bd4[_0x50707d(0x174)]=_0x37a98f,_0x210bd4['headers']=_0x40df75;const _0x5cc929=_0x210bd4;_0x2e4a0a[_0x50707d(0x12b)](_0x5ead0f,_0x2e4a0a[_0x50707d(0xf6)],_0x420f78,_0x52a504,_0x5cc929,![])[_0x50707d(0xf1)](_0x27ec70=>{const _0x394ccc=_0x50707d;_0x2d26be[_0x394ccc(0xab)](_0x5b560e,_0x394ccc(0x117)+_0x33feed[_0x394ccc(0x155)](_0x27ec70));})[_0x50707d(0xf9)](_0x3eb0d5=>{const _0x3a728d=_0x50707d;_0x2d26be[_0x3a728d(0x162)](_0x54b2d0,_0x3a728d(0x145)+_0x3eb0d5);});}else _0x4c3a0b[_0x50707d(0xbe)](processError,_0x4d98fe,_0x4ba06f,_0xe900af);}}}):this[_0x15a85b(0xf4)](_0x1b4257[_0x1163e1]));}}),_0x1034e1;};function processError(_0x3460ee,_0x4e6b3e,_0x3740b1){const _0x4518f1=a67_0x4b7c6f,_0x26cc91={'TpEjC':function(_0x5a4f60,_0x2e4b1b){return _0x5a4f60(_0x2e4b1b);},'LFonY':function(_0x2872d2,_0x59b896,_0x155cc2,_0x351a1a){return _0x2872d2(_0x59b896,_0x155cc2,_0x351a1a);},'XdWXu':function(_0x366e5d,_0xaf940a){return _0x366e5d!==_0xaf940a;},'hQTpJ':_0x4518f1(0x140),'eUjxP':'zcqFL','fKFhw':function(_0x3ea09a,_0xd6160c){return _0x3ea09a!==_0xd6160c;},'OYCFU':_0x4518f1(0xeb),'oLXYI':_0x4518f1(0x97)};_0x26cc91[_0x4518f1(0x15a)](debug,_0x4518f1(0x151)+_0x4e6b3e[_0x4518f1(0xd4)]+'\x20with\x20args\x20'+_0x3740b1+':\x20'+_0x3460ee),PerformanceTester[_0x4518f1(0xaf)](_0x3460ee);let _0x18f658;try{_0x26cc91[_0x4518f1(0x14c)](_0x26cc91[_0x4518f1(0x16d)],_0x26cc91[_0x4518f1(0xd3)])?_0x18f658=JSON[_0x4518f1(0x155)](_0x3740b1):_0x26cc91[_0x4518f1(0x15a)](_0xdfc526,_0x4518f1(0x134)+_0x85c945[_0x4518f1(0xa9)]());}catch(_0x8bca43){if(_0x26cc91['fKFhw'](_0x26cc91[_0x4518f1(0x135)],_0x26cc91[_0x4518f1(0x92)])){const _0x203d77={};_0x203d77[_0x4518f1(0xf5)]=0x2,_0x18f658=util[_0x4518f1(0xcd)](_0x3740b1,_0x203d77);}else _0x26cc91[_0x4518f1(0x11a)](_0x39e815,_0x359b50,_0x5181d3,_0x1f76ef);}CrashReporter['uploadCrashReport'](_0x4518f1(0x151)+_0x4e6b3e[_0x4518f1(0xd4)]+'\x20with\x20args\x20'+_0x18f658+_0x4518f1(0x113)+_0x3460ee,_0x3460ee&&_0x3460ee['stack']);}class CrashReporter{static [a67_0x4b7c6f(0x11d)]={};static [a67_0x4b7c6f(0x16e)];static ['frameworkDetails']={};static['initialize'](_0x4d12a8,_0x6cf553,_0x12855e=null){const _0xe35f30=a67_0x4b7c6f,_0x2fe415={'cMcau':function(_0x4141bc,_0x340483){return _0x4141bc===_0x340483;},'wCJiv':'Rqdzn','ZLpMy':_0xe35f30(0x112),'bukYb':function(_0x153816,_0x2b5a9d){return _0x153816(_0x2b5a9d);},'QiYJh':function(_0x13a349,_0x28f27d){return _0x13a349===_0x28f27d;},'aRdLf':_0xe35f30(0xa8),'lBNoX':_0xe35f30(0xa3),'MYIDJ':function(_0x4515e2,_0x2b3aac){return _0x4515e2(_0x2b3aac);},'QTgRb':function(_0x9bbf45,_0x1b5974){return _0x9bbf45(_0x1b5974);}},_0x5e2c9c=_0x4d12a8[_0xe35f30(0xa7)],_0x175846=_0x4d12a8[_0xe35f30(0x119)];if(!_0x12855e){if(_0x2fe415['cMcau'](_0x2fe415[_0xe35f30(0xa2)],_0x2fe415[_0xe35f30(0xbb)]))return;else _0x12855e=_0x2fe415[_0xe35f30(0x13e)](getBrowserStackConfig,_0x5e2c9c);}!_0x175846&&(_0x2fe415[_0xe35f30(0xb4)](_0x2fe415['aRdLf'],_0x2fe415['lBNoX'])?this[_0xe35f30(0x11d)]=_0x1501c1['parse'](_0x2dcbef[_0xe35f30(0x110)][_0xe35f30(0x121)]):_0x2fe415['MYIDJ'](getFrameworkVersion,_0x5e2c9c));const _0x382c6d={};_0x382c6d['frameworkName']=_0x5e2c9c,_0x382c6d['frameworkVersion']=_0x175846,this[_0xe35f30(0xf8)](_0x382c6d,_0x6cf553,_0x2fe415[_0xe35f30(0x10a)](getUserCredentials,_0x12855e));}static[a67_0x4b7c6f(0x177)](_0x137ce8,_0xd24b64){const _0x3f3a0f=a67_0x4b7c6f,_0x8b930d={};_0x8b930d[_0x3f3a0f(0xc6)]=_0x137ce8,_0x8b930d[_0x3f3a0f(0x17a)]=_0xd24b64,this[_0x3f3a0f(0x16e)]=_0x8b930d,process[_0x3f3a0f(0x110)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON['stringify'](this['credentials']);}static[a67_0x4b7c6f(0x152)](){const _0x493945=a67_0x4b7c6f,_0x5c1475={'NCmOG':function(_0x26daa7,_0x52b5bd){return _0x26daa7(_0x52b5bd);},'NGoho':function(_0x2e08bb,_0x31de15){return _0x2e08bb instanceof _0x31de15;},'wEAVf':function(_0x72a3c5,_0x4b6131){return _0x72a3c5===_0x4b6131;},'zhMXS':_0x493945(0x179),'rvIQZ':'cOZtZ','ocFmy':function(_0x4ef6b7,_0x4730b9){return _0x4ef6b7===_0x4730b9;},'KQNwn':'fKgZV','cDIcD':'aFthV','wKgET':function(_0x368c4f,_0x9a0188){return _0x368c4f!==_0x9a0188;},'ggJVS':'GtxpM','CUPiV':_0x493945(0x9b),'fkKZx':function(_0x262267,_0x1eca34){return _0x262267(_0x1eca34);}};if(!this[_0x493945(0x16e)]&&process[_0x493945(0x110)]['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x5c1475[_0x493945(0xcf)](_0x5c1475['zhMXS'],_0x5c1475['rvIQZ']))_0x15aa99=_0x5c1475['NCmOG'](_0x4bd12d,_0x4a678e);else try{if(_0x5c1475[_0x493945(0x11b)](_0x5c1475['KQNwn'],_0x5c1475['cDIcD'])){let _0x346609=_0x4b1b37;_0x15fc1e['env'][_0x493945(0xae)]&&(_0x346609=_0x2f9be2[_0x493945(0xcc)]()[_0x493945(0xe4)](_0x346609));const _0x44dc75=_0x346609['apply'](null,arguments);if(_0x5c1475['NGoho'](_0x44dc75,_0x182731))return _0x44dc75[_0x493945(0xf9)](_0x2528d4=>_0x5b5238(_0x2528d4,_0x3a45bd,_0x252648));return _0x44dc75;}else this[_0x493945(0x16e)]=JSON['parse'](process[_0x493945(0x110)][_0x493945(0x107)]);}catch(_0xaf8c04){_0x5c1475[_0x493945(0xac)](_0x5c1475[_0x493945(0xfe)],_0x5c1475[_0x493945(0xe1)])?_0x5c1475[_0x493945(0xee)](debug,_0x493945(0x134)+_0xaf8c04[_0x493945(0xa9)]()):_0x5c1475[_0x493945(0xbc)](_0x4c322e,_0x493945(0x117)+_0x14b5c4[_0x493945(0x155)](_0x1affc4));}}return this[_0x493945(0x16e)];}static[a67_0x4b7c6f(0xbd)](_0x231b4d){const _0x126803=a67_0x4b7c6f;this['userConfig']=this[_0x126803(0x120)](_0x231b4d),process['env'][_0x126803(0x121)]=JSON[_0x126803(0x155)](this[_0x126803(0x11d)]);}static[a67_0x4b7c6f(0x147)](){const _0x5576fa=a67_0x4b7c6f,_0x4b14c8={'kRNCY':function(_0x4703a6,_0x1feb82){return _0x4703a6(_0x1feb82);},'mlSGZ':function(_0x581908,_0x29b9dc){return _0x581908===_0x29b9dc;},'PtWAC':_0x5576fa(0x132),'erbZF':'hfZcq','NsZge':function(_0x305a75,_0x5ecbdd){return _0x305a75===_0x5ecbdd;},'NRIDg':'qklmB','SCWMd':function(_0x196bca,_0x51c867){return _0x196bca!==_0x51c867;},'tJBMa':_0x5576fa(0xef),'ahkmg':function(_0x47b9bd,_0x4f9624){return _0x47b9bd(_0x4f9624);}};if(_0x4b14c8['mlSGZ'](Object[_0x5576fa(0x141)](this[_0x5576fa(0x11d)])[_0x5576fa(0xd1)],0x0)&&process['env'][_0x5576fa(0x121)]){if(_0x4b14c8['mlSGZ'](_0x4b14c8[_0x5576fa(0x9d)],_0x4b14c8[_0x5576fa(0x16c)]))_0x4b14c8[_0x5576fa(0x122)](_0x1d2b0f,_0x5576fa(0x134)+_0x206c9e[_0x5576fa(0xa9)]());else try{_0x4b14c8[_0x5576fa(0xde)](_0x4b14c8[_0x5576fa(0x126)],_0x4b14c8['NRIDg'])?this[_0x5576fa(0x11d)]=JSON[_0x5576fa(0x143)](process[_0x5576fa(0x110)][_0x5576fa(0x121)]):_0x272af2=_0x378294[_0x5576fa(0x155)](_0x3ce8ba);}catch(_0x2f0abd){if(_0x4b14c8[_0x5576fa(0xc3)](_0x4b14c8['tJBMa'],_0x4b14c8[_0x5576fa(0xfa)]))try{this[_0x5576fa(0x115)]=_0x3c8f49['parse'](_0x5e8023[_0x5576fa(0x110)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x406e47){_0x4b14c8[_0x5576fa(0x122)](_0x43e90f,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x406e47[_0x5576fa(0xa9)]());}else _0x4b14c8['ahkmg'](debug,_0x5576fa(0x161)+_0x2f0abd[_0x5576fa(0xa9)]()),this[_0x5576fa(0x11d)]={};}}return this['userConfig'];}static['setFrameworkDetails'](_0x1a855c){const _0x3f245e=a67_0x4b7c6f;this[_0x3f245e(0x115)]=_0x1a855c,process[_0x3f245e(0x110)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=JSON['stringify'](this[_0x3f245e(0x115)]);}static['getFramework'](){const _0xc61f12=a67_0x4b7c6f,_0x348317={'ihDTn':function(_0x50fcae,_0x56d594){return _0x50fcae(_0x56d594);},'WAVMK':function(_0x5da790,_0x8b5769){return _0x5da790(_0x8b5769);},'dZdxP':function(_0x25fd39,_0x840b1c){return _0x25fd39===_0x840b1c;},'ztFok':function(_0x43a072,_0x402717){return _0x43a072!==_0x402717;},'tluNG':_0xc61f12(0x13a),'CaQdP':function(_0x3379c9,_0xfbbb3b){return _0x3379c9===_0xfbbb3b;},'fCsQf':'vJddo','aRDCD':_0xc61f12(0xfc),'Jniyy':function(_0x317f91,_0x219ba9){return _0x317f91!==_0x219ba9;},'FNtzw':'MPIZr','bXVYK':_0xc61f12(0x10c)};if(_0x348317[_0xc61f12(0xb7)](Object[_0xc61f12(0x141)](this[_0xc61f12(0x115)])['length'],0x0)&&process[_0xc61f12(0x110)][_0xc61f12(0x14e)]){if(_0x348317['ztFok'](_0x348317[_0xc61f12(0x114)],_0x348317[_0xc61f12(0x114)]))this['frameworkDetails']=_0x3b996e['parse'](_0x1c4898['env'][_0xc61f12(0x14e)]);else try{_0x348317[_0xc61f12(0xed)](_0x348317['fCsQf'],_0x348317[_0xc61f12(0x14a)])?(this[_0xc61f12(0x11d)]=this['filterPII'](_0x2e3db5),_0x94462b['env'][_0xc61f12(0x121)]=_0x10e7aa[_0xc61f12(0x155)](this['userConfig'])):this[_0xc61f12(0x115)]=JSON['parse'](process[_0xc61f12(0x110)][_0xc61f12(0x14e)]);}catch(_0x139400){if(_0x348317[_0xc61f12(0x94)](_0x348317[_0xc61f12(0xa6)],_0x348317[_0xc61f12(0x137)]))_0x348317[_0xc61f12(0x142)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x139400[_0xc61f12(0xa9)]());else{const _0x1ddcee=_0x327ea2[_0xc61f12(0xa7)],_0x34bdb9=_0x2fa3a7['frameworkVersion'];!_0x56d3d2&&(_0x44d422=_0x348317[_0xc61f12(0x98)](_0x59db1b,_0x1ddcee));!_0x34bdb9&&_0x348317[_0xc61f12(0x98)](_0xfefe58,_0x1ddcee);const _0x42b533={};_0x42b533[_0xc61f12(0xa7)]=_0x1ddcee,_0x42b533['frameworkVersion']=_0x34bdb9,this[_0xc61f12(0xf8)](_0x42b533,_0x5187a4,_0x348317[_0xc61f12(0x142)](_0x273baf,_0x8c64a3));}}}return this['frameworkDetails'];}static[a67_0x4b7c6f(0xf8)](_0x457457,_0x275e7d,_0x3f94c0){const _0x81aac7=a67_0x4b7c6f;_0x457457&&this[_0x81aac7(0xca)](_0x457457),_0x275e7d&&this[_0x81aac7(0xbd)](_0x275e7d),_0x3f94c0&&this['setCredentials'](_0x3f94c0[_0x81aac7(0xc6)],_0x3f94c0[_0x81aac7(0x17a)]);}static async[a67_0x4b7c6f(0x8e)](_0x5ab538,_0x36d737){const _0x35cf83=a67_0x4b7c6f,_0x11a7e1={'dDExt':function(_0x3f0301,_0x5967df){return _0x3f0301(_0x5967df);},'wGgBD':function(_0x1b4fd1,_0x5f4a90){return _0x1b4fd1 instanceof _0x5f4a90;},'SpKLG':function(_0x2f9cc6,_0x1413f4,_0x3be829,_0x24d9bb){return _0x2f9cc6(_0x1413f4,_0x3be829,_0x24d9bb);},'VtUjI':function(_0x24a59a,_0x3fee17){return _0x24a59a!==_0x3fee17;},'cOdcV':_0x35cf83(0x13c),'lJePH':function(_0x44ac1e,_0x1fbbca){return _0x44ac1e===_0x1fbbca;},'rhIlX':_0x35cf83(0x9e),'PGbRt':_0x35cf83(0xb5),'IfIgl':function(_0x1130bf,_0x1202ac){return _0x1130bf(_0x1202ac);},'LGHAw':_0x35cf83(0x167),'ccqRq':function(_0x3380fc,_0x2119e2){return _0x3380fc(_0x2119e2);},'XJYeM':_0x35cf83(0x12e),'PKgjA':function(_0x52fe48){return _0x52fe48();},'afiPX':_0x35cf83(0x11c),'nUPvZ':_0x35cf83(0xc1),'HKTNr':_0x35cf83(0x13b),'dkngi':function(_0x230cc5,_0x6e3efd,_0x1cb9c2,_0x450f75,_0x3a156e,_0x32b9cf){return _0x230cc5(_0x6e3efd,_0x1cb9c2,_0x450f75,_0x3a156e,_0x32b9cf);},'BnfhS':_0x35cf83(0x10f)};this[_0x35cf83(0x152)]();if(!this['credentials']){if(_0x11a7e1[_0x35cf83(0x125)](_0x11a7e1[_0x35cf83(0xc8)],_0x11a7e1[_0x35cf83(0xc8)]))_0x11a7e1[_0x35cf83(0x139)](_0x2be5ab,_0x337415);else return _0x11a7e1[_0x35cf83(0xa5)](debug,_0x11a7e1[_0x35cf83(0xce)]);}this[_0x35cf83(0x147)](),this['getFramework']();const _0x5e264d={'hashed_id':process[_0x35cf83(0x110)][_0x35cf83(0x171)],'observability_version':{'sdkVersion':_0x11a7e1[_0x35cf83(0xea)](getAgentVersion),'frameworkName':this['frameworkDetails'][_0x35cf83(0xa7)],'frameworkVersion':this[_0x35cf83(0x115)][_0x35cf83(0x119)]},'exception':{'error':_0x5ab538[_0x35cf83(0xa9)](),'stackTrace':_0x36d737},'config':this[_0x35cf83(0x11d)]},_0x499ff2=_0x11a7e1[_0x35cf83(0xe7)],_0x1735fe={};_0x1735fe[_0x35cf83(0xc6)]=this[_0x35cf83(0x16e)][_0x35cf83(0xc6)],_0x1735fe[_0x35cf83(0xb8)]=this['credentials'][_0x35cf83(0x17a)];const _0x354c76={};_0x354c76[_0x35cf83(0xdd)]=_0x11a7e1[_0x35cf83(0xe9)],_0x354c76[_0x35cf83(0x163)]=_0x11a7e1[_0x35cf83(0xd8)];const _0x90fbe8={};_0x90fbe8[_0x35cf83(0x174)]=_0x1735fe,_0x90fbe8[_0x35cf83(0xaa)]=_0x354c76;const _0x475f6f=_0x90fbe8;_0x11a7e1['dkngi'](nodeRequest,_0x11a7e1['BnfhS'],_0x499ff2,_0x5e264d,_0x475f6f,![])['then'](_0x5ccf96=>{const _0x1cd9dd=_0x35cf83,_0x33c1c0={'DlCSp':function(_0x53695a,_0x2eb092){const _0xdefe4=a67_0x147e;return _0x11a7e1[_0xdefe4(0x149)](_0x53695a,_0x2eb092);},'sQWSQ':function(_0x379e9d,_0xc47027,_0x29dae0,_0x35f3d1){const _0x183907=a67_0x147e;return _0x11a7e1[_0x183907(0xe5)](_0x379e9d,_0xc47027,_0x29dae0,_0x35f3d1);}};if(_0x11a7e1['VtUjI'](_0x11a7e1['cOdcV'],_0x11a7e1[_0x1cd9dd(0x13d)]))try{const _0x1a7e76=(_0x918a70['env']['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?_0x1d02a2['getPerformance']()[_0x1cd9dd(0xe4)](_0x50c08d):_0x595c70)[_0x1cd9dd(0x116)](this,..._0x2a5883);if(_0x33c1c0['DlCSp'](_0x1a7e76,_0x29fc16))return _0x1a7e76['catch'](_0x5a6238=>_0x4b1c54(_0x5a6238,_0x7bd497,_0xadf0aa));return _0x1a7e76;}catch(_0x30abd2){_0x33c1c0[_0x1cd9dd(0x123)](_0x5ecdb5,_0x30abd2,_0x1ddb03,_0x5c8f62);}else _0x11a7e1[_0x1cd9dd(0x139)](debug,_0x1cd9dd(0x117)+JSON['stringify'](_0x5ccf96));})[_0x35cf83(0xf9)](_0x7458d4=>{const _0x3469d2=_0x35cf83;if(_0x11a7e1[_0x3469d2(0x129)](_0x11a7e1[_0x3469d2(0xc9)],_0x11a7e1['PGbRt'])){const _0x2bebdb=(_0x8d8800['env'][_0x3469d2(0xae)]?_0xe14179[_0x3469d2(0xcc)]()[_0x3469d2(0xe4)](_0x2120fc):_0x570ea4)['call'](this,..._0x12bb6a);if(_0x11a7e1[_0x3469d2(0x149)](_0x2bebdb,_0xb5fb3f))return _0x2bebdb['catch'](_0x331eea=>_0x446fda(_0x331eea,_0xc09064,_0x165a93));return _0x2bebdb;}else _0x11a7e1[_0x3469d2(0x10b)](debug,_0x3469d2(0x145)+_0x7458d4);});}static[a67_0x4b7c6f(0xf4)](_0x36a53c){const _0x3aa313=a67_0x4b7c6f,_0x84095b={'qKbaK':function(_0x746c2a,_0x1bb7b0){return _0x746c2a(_0x1bb7b0);},'taFHW':function(_0x28df27,_0xc28638){return _0x28df27!==_0xc28638;},'QmIfW':_0x3aa313(0x15f),'ovvTu':_0x3aa313(0xfb),'dHbgO':_0x3aa313(0x93),'cGwsB':_0x3aa313(0xc6),'ayQMx':_0x3aa313(0x14b),'ncoRP':_0x3aa313(0x17a),'GbRwv':'password','ADznq':_0x3aa313(0x157),'pCfQq':_0x3aa313(0x15c),'twvua':function(_0x11f4de,_0x1adf1e){return _0x11f4de===_0x1adf1e;},'nMiUx':_0x3aa313(0x127),'DqACV':_0x3aa313(0xd0),'tcwXG':'object','nVaTu':_0x3aa313(0xb9)};if(!_0x36a53c){if(_0x84095b[_0x3aa313(0xc5)](_0x84095b['QmIfW'],_0x84095b[_0x3aa313(0x12a)]))return;else try{this['credentials']=_0x5caf6a[_0x3aa313(0x143)](_0x54598b[_0x3aa313(0x110)][_0x3aa313(0x107)]);}catch(_0x188451){_0x84095b[_0x3aa313(0x158)](_0x5d811f,_0x3aa313(0x134)+_0x188451['toString']());}}const _0xca34f7=[_0x84095b['dHbgO'],_0x84095b['cGwsB'],_0x84095b[_0x3aa313(0x165)],_0x84095b[_0x3aa313(0x128)],_0x84095b['GbRwv']];for(const _0x3c9f85 in _0x36a53c){if(_0x84095b[_0x3aa313(0xc5)](_0x84095b[_0x3aa313(0x111)],_0x84095b[_0x3aa313(0xf7)])){if(_0xca34f7[_0x3aa313(0x8f)](_0x3c9f85['toLowerCase']()))_0x84095b[_0x3aa313(0xf0)](_0x84095b['nMiUx'],_0x84095b[_0x3aa313(0x108)])?(_0x54508e&&this['setFrameworkDetails'](_0x3304a4),_0x20b67b&&this[_0x3aa313(0xbd)](_0x509a87),_0x26faf8&&this[_0x3aa313(0x177)](_0x2e2355['username'],_0x4e2750[_0x3aa313(0x17a)])):delete _0x36a53c[_0x3c9f85];else{if(_0x84095b[_0x3aa313(0xf0)](typeof _0x36a53c[_0x3c9f85],_0x84095b[_0x3aa313(0x109)])){if(_0x84095b[_0x3aa313(0xc5)](_0x84095b['nVaTu'],_0x84095b[_0x3aa313(0xd7)])){const _0x4fc3f7={};_0x4fc3f7[_0x3aa313(0xc6)]=_0x5c611e,_0x4fc3f7[_0x3aa313(0x17a)]=_0x19a87f,this['credentials']=_0x4fc3f7,_0x5dde6b[_0x3aa313(0x110)][_0x3aa313(0x107)]=_0x1cf4eb['stringify'](this[_0x3aa313(0x16e)]);}else this[_0x3aa313(0xf4)](_0x36a53c[_0x3c9f85]);}}}else this[_0x3aa313(0x16e)]=_0x52f42f[_0x3aa313(0x143)](_0x21222a['env'][_0x3aa313(0x107)]);}}static[a67_0x4b7c6f(0x120)](_0x565cb2){const _0x13b248=a67_0x4b7c6f,_0x137955=JSON[_0x13b248(0x143)](JSON[_0x13b248(0x155)](_0x565cb2));return this[_0x13b248(0xf4)](_0x137955),_0x137955;}}const a67_0x29f095={};function a67_0x147e(_0xaf5bb9,_0x4ec0ee){const _0x51c0f1=a67_0x51c0();return a67_0x147e=function(_0x147e13,_0x2ec4c3){_0x147e13=_0x147e13-0x8e;let _0x4ffcc9=_0x51c0f1[_0x147e13];return _0x4ffcc9;},a67_0x147e(_0xaf5bb9,_0x4ec0ee);}a67_0x29f095[a67_0x4b7c6f(0x90)]=o11yErrorHandler,a67_0x29f095[a67_0x4b7c6f(0x99)]=o11yClassErrorHandler,a67_0x29f095['CrashReporter']=CrashReporter,module[a67_0x4b7c6f(0x9a)]=a67_0x29f095;
|
|
1
|
+
const a67_0x27f5ca=a67_0x13ef;(function(_0x39a2ae,_0x107c06){const _0x2983cc=a67_0x13ef,_0x505b15=_0x39a2ae();while(!![]){try{const _0x411cc3=-parseInt(_0x2983cc(0x1be))/0x1+-parseInt(_0x2983cc(0x1c0))/0x2+-parseInt(_0x2983cc(0x1ce))/0x3+-parseInt(_0x2983cc(0x1b0))/0x4*(-parseInt(_0x2983cc(0x1af))/0x5)+-parseInt(_0x2983cc(0x21c))/0x6*(-parseInt(_0x2983cc(0x213))/0x7)+parseInt(_0x2983cc(0x1e5))/0x8+parseInt(_0x2983cc(0x1d4))/0x9*(parseInt(_0x2983cc(0x265))/0xa);if(_0x411cc3===_0x107c06)break;else _0x505b15['push'](_0x505b15['shift']());}catch(_0x202c9c){_0x505b15['push'](_0x505b15['shift']());}}}(a67_0x1a01,0xca7d1));function a67_0x13ef(_0x23cdad,_0x59b10c){const _0x1a0130=a67_0x1a01();return a67_0x13ef=function(_0x13ef72,_0x44e8f7){_0x13ef72=_0x13ef72-0x1aa;let _0x3bf43d=_0x1a0130[_0x13ef72];return _0x3bf43d;},a67_0x13ef(_0x23cdad,_0x59b10c);}const util=require('util'),PerformanceTester=require(a67_0x27f5ca(0x216)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x27f5ca(0x1c4)),{getAgentVersion}=require(a67_0x27f5ca(0x217)),o11yErrorHandler=_0x4080c8=>{const _0x41193f=a67_0x27f5ca,_0x642b4b={'zXVCM':function(_0x18bf04,_0x546c72){return _0x18bf04===_0x546c72;},'HwTQG':'object','zFuLg':function(_0x4e1824,_0x43c693){return _0x4e1824 instanceof _0x43c693;},'OfiQo':function(_0x2520a9,_0x197567){return _0x2520a9===_0x197567;},'GKqcN':_0x41193f(0x22a),'VJAst':function(_0x1957ab,_0xc4541c){return _0x1957ab!==_0xc4541c;},'FfOws':_0x41193f(0x250),'ZstSK':_0x41193f(0x26f),'FriiA':'FPdrw','VpwYg':_0x41193f(0x1b5),'vIWmg':function(_0x180edf,_0x2ed36a){return _0x180edf!==_0x2ed36a;},'FZiZT':_0x41193f(0x20e),'wceQy':'RCTDH','KcvlZ':function(_0x51d802,_0x48a3d2,_0x48ecff,_0x161677){return _0x51d802(_0x48a3d2,_0x48ecff,_0x161677);}};return function(..._0x4fdd62){const _0x349635=_0x41193f,_0x521b4d={'ISpMw':function(_0x32961d,_0x142f0d){const _0x3d4b29=a67_0x13ef;return _0x642b4b[_0x3d4b29(0x1d6)](_0x32961d,_0x142f0d);}};if(_0x642b4b['OfiQo'](_0x642b4b[_0x349635(0x257)],_0x642b4b['GKqcN']))try{if(_0x642b4b[_0x349635(0x277)](_0x642b4b[_0x349635(0x20a)],_0x642b4b[_0x349635(0x20a)])){if(_0x1592f7[_0x349635(0x1b9)](_0x14ab43[_0x349635(0x214)]()))delete _0x8d505e[_0x4d281e];else _0x642b4b[_0x349635(0x1ad)](typeof _0x160fd3[_0x459b2d],_0x642b4b[_0x349635(0x220)])&&this[_0x349635(0x1e0)](_0x5e0eb7[_0x242e62]);}else{let _0x45ff68=_0x4080c8;if(process[_0x349635(0x229)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']){if(_0x642b4b[_0x349635(0x277)](_0x642b4b[_0x349635(0x1e2)],_0x642b4b[_0x349635(0x1eb)]))_0x45ff68=PerformanceTester['getPerformance']()[_0x349635(0x24f)](_0x45ff68);else return;}const _0xa5758a=_0x45ff68['apply'](null,arguments);if(_0x642b4b[_0x349635(0x1d6)](_0xa5758a,Promise)){if(_0x642b4b[_0x349635(0x277)](_0x642b4b[_0x349635(0x26d)],_0x642b4b[_0x349635(0x26d)]))_0x5b67a2=_0x223720[_0x349635(0x267)](_0x146cb1);else return _0xa5758a[_0x349635(0x1f3)](_0x468747=>processError(_0x468747,_0x4080c8,_0x4fdd62));}return _0xa5758a;}}catch(_0x31ddf7){_0x642b4b[_0x349635(0x227)](_0x642b4b['FZiZT'],_0x642b4b[_0x349635(0x1b2)])?_0x642b4b['KcvlZ'](processError,_0x31ddf7,_0x4080c8,_0x4fdd62):delete _0x5b47b6[_0x70b4d];}else{const _0x444cce=(_0x22a88c['env'][_0x349635(0x27a)]?_0x16fd6e[_0x349635(0x1d9)]()['timerify'](_0x49125a):_0x1260a7)[_0x349635(0x1e7)](this,..._0x343bca);if(_0x521b4d[_0x349635(0x1fd)](_0x444cce,_0x22fb0f))return _0x444cce[_0x349635(0x1f3)](_0xf8b1a=>_0xaf3aa4(_0xf8b1a,_0x54c9b3,_0x576bae));return _0x444cce;}};},o11yClassErrorHandler=(_0x199890,_0x37d894)=>{const _0x36f779=a67_0x27f5ca,_0x48fcbc={'cviYb':function(_0x486ba9,_0x3970d5){return _0x486ba9(_0x3970d5);},'hTWII':function(_0x133db8,_0x16f52e){return _0x133db8===_0x16f52e;},'TUPty':_0x36f779(0x207),'WObJL':_0x36f779(0x242),'APlJT':function(_0x17e6e2,_0xa38fc6){return _0x17e6e2!==_0xa38fc6;},'lnAOV':_0x36f779(0x243),'PnkuJ':_0x36f779(0x201),'BfKDH':function(_0x3806ea,_0xaf526d){return _0x3806ea instanceof _0xaf526d;},'rlGvj':function(_0x81c927,_0x12b4ed){return _0x81c927===_0x12b4ed;},'trbMU':'qJqrh','SdxxG':'bXmIo','cEOVl':_0x36f779(0x1ea),'Wrqdn':_0x36f779(0x1ef),'jmtld':function(_0x4016be,_0x2105f3,_0x1f994e,_0x515a00){return _0x4016be(_0x2105f3,_0x1f994e,_0x515a00);},'VAgDM':function(_0x2cb65f,_0x20e4b5,_0x30a019,_0x595c86){return _0x2cb65f(_0x20e4b5,_0x30a019,_0x595c86);},'GIdus':_0x36f779(0x22c),'sPARG':_0x36f779(0x23c),'cOYOT':function(_0xad837a,_0x2e46a5){return _0xad837a===_0x2e46a5;},'VHDBa':_0x36f779(0x247),'tUilG':function(_0xf929ba,_0x4b3fb9){return _0xf929ba!==_0x4b3fb9;},'AHuly':_0x36f779(0x1f5),'HDxpN':'xwgTV','zkyui':_0x36f779(0x1da),'ZRIKm':function(_0xa48ac4,_0x4d1c1c){return _0xa48ac4<_0x4d1c1c;},'SNCfv':function(_0x29d33e,_0x253b3e){return _0x29d33e===_0x253b3e;},'DDQiZ':_0x36f779(0x206),'FGjwY':'Kohek'},_0x438796=_0x199890[_0x36f779(0x202)];if(_0x48fcbc[_0x36f779(0x22d)](Object[_0x36f779(0x1dd)](_0x438796)[_0x36f779(0x1c5)],0x2)){if(_0x48fcbc[_0x36f779(0x1cb)](_0x48fcbc[_0x36f779(0x1cd)],_0x48fcbc[_0x36f779(0x271)]))try{this[_0x36f779(0x255)]=_0x3e1d5b['parse'](_0x1e7987[_0x36f779(0x229)][_0x36f779(0x26c)]);}catch(_0x1965cd){_0x48fcbc[_0x36f779(0x1e1)](_0xcaab51,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x1965cd[_0x36f779(0x21a)]()),this[_0x36f779(0x255)]={};}else return _0x199890;}return Object['getOwnPropertyNames'](_0x438796)[_0x36f779(0x24e)](_0x22a147=>{const _0x381281=_0x36f779,_0x4902d6={'iQmSZ':function(_0x5f0d89,_0x489fc7){return _0x48fcbc['hTWII'](_0x5f0d89,_0x489fc7);},'eqOTI':function(_0xe052c2,_0x1999f6){const _0x22241a=a67_0x13ef;return _0x48fcbc[_0x22241a(0x1e1)](_0xe052c2,_0x1999f6);}};if(_0x48fcbc['APlJT'](_0x48fcbc[_0x381281(0x1cc)],_0x48fcbc['GIdus']))_0x495b57=_0x4082a2[_0x381281(0x1d9)]()[_0x381281(0x24f)](_0x1f6743);else{if(!(_0x37d894&&_0x37d894[_0x381281(0x1b9)](_0x22a147))){if(_0x48fcbc[_0x381281(0x25e)](_0x48fcbc[_0x381281(0x21f)],_0x48fcbc[_0x381281(0x21f)])){if(_0x4902d6['iQmSZ'](_0x2b4395[_0x381281(0x1ca)](this['userConfig'])['length'],0x0)&&_0x4317bf['env'][_0x381281(0x26c)])try{this['userConfig']=_0x3ee194[_0x381281(0x272)](_0x32f927[_0x381281(0x229)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x35964b){_0x4902d6[_0x381281(0x249)](_0x5f414c,_0x381281(0x226)+_0x35964b['toString']()),this[_0x381281(0x255)]={};}return this['userConfig'];}else return;}const _0x510c62=_0x438796[_0x22a147];_0x48fcbc[_0x381281(0x218)](typeof _0x510c62,_0x48fcbc[_0x381281(0x1db)])&&_0x48fcbc[_0x381281(0x23f)](_0x22a147,_0x48fcbc[_0x381281(0x1e9)])&&(_0x48fcbc[_0x381281(0x25e)](_0x48fcbc[_0x381281(0x261)],_0x48fcbc[_0x381281(0x1dc)])?Object['defineProperty'](_0x438796,_0x22a147,{'writable':!![],'value':function(..._0x44fd7a){const _0x285128=_0x381281,_0x4b9b6e={'LKSAq':function(_0x1a9752,_0x515849){const _0x1f0e3a=a67_0x13ef;return _0x48fcbc[_0x1f0e3a(0x1e1)](_0x1a9752,_0x515849);}};if(_0x48fcbc[_0x285128(0x25b)](_0x48fcbc['TUPty'],_0x48fcbc['WObJL']))this[_0x285128(0x255)]=this[_0x285128(0x1f0)](_0x5a3dd6),_0x313b49[_0x285128(0x229)][_0x285128(0x26c)]=_0x2a59eb['stringify'](this[_0x285128(0x255)]);else try{if(_0x48fcbc['APlJT'](_0x48fcbc['lnAOV'],_0x48fcbc[_0x285128(0x24a)])){const _0x1523d4=(process[_0x285128(0x229)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?PerformanceTester['getPerformance']()[_0x285128(0x24f)](_0x510c62):_0x510c62)[_0x285128(0x1e7)](this,..._0x44fd7a);if(_0x48fcbc[_0x285128(0x1ac)](_0x1523d4,Promise)){if(_0x48fcbc[_0x285128(0x241)](_0x48fcbc[_0x285128(0x1d0)],_0x48fcbc[_0x285128(0x269)]))_0x1eb4c5=_0x4b9b6e[_0x285128(0x23a)](_0x1e6cce,_0xd0be21);else return _0x1523d4[_0x285128(0x1f3)](_0x3bd58d=>processError(_0x3bd58d,_0x510c62,_0x44fd7a));}return _0x1523d4;}else try{this[_0x285128(0x1f7)]=_0x32a95a[_0x285128(0x272)](_0x4b12d3[_0x285128(0x229)][_0x285128(0x1bb)]);}catch(_0x4b18c2){_0x4b9b6e['LKSAq'](_0x12ca0a,_0x285128(0x278)+_0x4b18c2['toString']());}}catch(_0x19e18b){_0x48fcbc[_0x285128(0x25b)](_0x48fcbc[_0x285128(0x1fa)],_0x48fcbc[_0x285128(0x274)])?this[_0x285128(0x1e0)](_0x4398c0[_0x304c11]):_0x48fcbc['jmtld'](processError,_0x19e18b,_0x510c62,_0x44fd7a);}}}):_0x48fcbc['VAgDM'](_0x4c43ef,_0xa02e63,_0x32a7e3,_0x2b1fca));}}),_0x199890;};function processError(_0x564369,_0x27ede2,_0x2b1940){const _0x2b00bd=a67_0x27f5ca,_0x57a384={'VZpId':function(_0x3fd825,_0x1cf20c){return _0x3fd825(_0x1cf20c);},'qGsao':function(_0x1c34bc,_0x41739d){return _0x1c34bc===_0x41739d;},'bmxCY':_0x2b00bd(0x234),'RppYg':_0x2b00bd(0x25c),'PLfTe':_0x2b00bd(0x279),'XSefd':_0x2b00bd(0x235)};_0x57a384[_0x2b00bd(0x20f)](debug,_0x2b00bd(0x1e6)+_0x27ede2[_0x2b00bd(0x1ee)]+_0x2b00bd(0x203)+_0x2b1940+':\x20'+_0x564369),PerformanceTester[_0x2b00bd(0x1cf)](_0x564369);let _0x4790e7;try{_0x57a384['qGsao'](_0x57a384[_0x2b00bd(0x1b4)],_0x57a384[_0x2b00bd(0x266)])?(this[_0x2b00bd(0x223)]=_0x185ffa,_0x2182f3[_0x2b00bd(0x229)][_0x2b00bd(0x24d)]=_0x41307c[_0x2b00bd(0x267)](this[_0x2b00bd(0x223)])):_0x4790e7=JSON[_0x2b00bd(0x267)](_0x2b1940);}catch(_0x2744e5){if(_0x57a384['qGsao'](_0x57a384[_0x2b00bd(0x254)],_0x57a384['XSefd']))this['userConfig']=_0x57f65d[_0x2b00bd(0x272)](_0x417e71[_0x2b00bd(0x229)][_0x2b00bd(0x26c)]);else{const _0x303848={};_0x303848['depth']=0x2,_0x4790e7=util[_0x2b00bd(0x23b)](_0x2b1940,_0x303848);}}CrashReporter['uploadCrashReport']('Error\x20in\x20executing\x20'+_0x27ede2[_0x2b00bd(0x1ee)]+_0x2b00bd(0x203)+_0x4790e7+'\x20:\x20'+_0x564369,_0x564369&&_0x564369[_0x2b00bd(0x225)]);}class CrashReporter{static ['userConfig']={};static [a67_0x27f5ca(0x1f7)];static ['frameworkDetails']={};static[a67_0x27f5ca(0x246)](_0xd5f05,_0x586272,_0x4e7f09=null){const _0x2500f0=a67_0x27f5ca,_0x12f6c8={'aJInk':function(_0x19554a,_0x560e50){return _0x19554a(_0x560e50);},'AWKxx':function(_0x3cef68,_0x4822e4,_0x1b3ad7,_0x3ea002){return _0x3cef68(_0x4822e4,_0x1b3ad7,_0x3ea002);},'pDwev':function(_0x321975,_0x2b5b1a){return _0x321975===_0x2b5b1a;},'SNbga':_0x2500f0(0x219),'wEzCq':'YrbJu','CSYBR':_0x2500f0(0x1aa),'XucJv':function(_0xe71ea0,_0x23af2f){return _0xe71ea0(_0x23af2f);}},_0x44b0d0=_0xd5f05['frameworkName'],_0x231bf6=_0xd5f05[_0x2500f0(0x1b7)];!_0x4e7f09&&(_0x12f6c8['pDwev'](_0x12f6c8[_0x2500f0(0x211)],_0x12f6c8[_0x2500f0(0x204)])?(_0x12f6c8[_0x2500f0(0x1c8)](_0x2cf2fd,_0x2500f0(0x226)+_0x8f5f03[_0x2500f0(0x21a)]()),this[_0x2500f0(0x255)]={}):_0x4e7f09=_0x12f6c8[_0x2500f0(0x1c8)](getBrowserStackConfig,_0x44b0d0));!_0x231bf6&&(_0x12f6c8[_0x2500f0(0x1df)](_0x12f6c8[_0x2500f0(0x1f8)],_0x12f6c8['CSYBR'])?_0x12f6c8['XucJv'](getFrameworkVersion,_0x44b0d0):_0x12f6c8['AWKxx'](_0xd44577,_0x224ee8,_0x1efc05,_0x195fa9));const _0x1b00e1={};_0x1b00e1[_0x2500f0(0x1ff)]=_0x44b0d0,_0x1b00e1['frameworkVersion']=_0x231bf6,this[_0x2500f0(0x230)](_0x1b00e1,_0x586272,_0x12f6c8[_0x2500f0(0x1fe)](getUserCredentials,_0x4e7f09));}static[a67_0x27f5ca(0x1c7)](_0x5cbf33,_0x280912){const _0x25adae=a67_0x27f5ca,_0x10c345={};_0x10c345[_0x25adae(0x259)]=_0x5cbf33,_0x10c345['accessKey']=_0x280912,this['credentials']=_0x10c345,process[_0x25adae(0x229)][_0x25adae(0x1bb)]=JSON['stringify'](this['credentials']);}static[a67_0x27f5ca(0x1f4)](){const _0x4a1423=a67_0x27f5ca,_0x429b95={'HUxqD':function(_0x172e0f,_0x14fdec){return _0x172e0f(_0x14fdec);},'KyHYM':function(_0x206e11,_0x49def3){return _0x206e11(_0x49def3);},'pUdTE':function(_0x4ae9a2,_0x136b06){return _0x4ae9a2!==_0x136b06;},'aLdoo':'xCSKK','RVdIc':_0x4a1423(0x263),'HYNJT':function(_0x4a15cc,_0x4a4a2b){return _0x4a15cc!==_0x4a4a2b;},'MmczV':'ivWCE','fzcNh':_0x4a1423(0x245)};if(!this[_0x4a1423(0x1f7)]&&process[_0x4a1423(0x229)][_0x4a1423(0x1bb)]){if(_0x429b95[_0x4a1423(0x23e)](_0x429b95[_0x4a1423(0x1d7)],_0x429b95[_0x4a1423(0x1d7)])){const _0x5ec12c={};_0x5ec12c[_0x4a1423(0x259)]=_0x2ed009,_0x5ec12c[_0x4a1423(0x222)]=_0x22bb52,this[_0x4a1423(0x1f7)]=_0x5ec12c,_0x12b425[_0x4a1423(0x229)]['CREDENTIALS_FOR_CRASH_REPORTING']=_0x326b1f['stringify'](this[_0x4a1423(0x1f7)]);}else try{_0x429b95[_0x4a1423(0x23e)](_0x429b95['RVdIc'],_0x429b95[_0x4a1423(0x258)])?(_0x50f397&&this[_0x4a1423(0x20d)](_0x1effc5),_0xce558a&&this['setConfigDetails'](_0x3a5611),_0x2ac8ce&&this[_0x4a1423(0x1c7)](_0x62914a['username'],_0x3bffbe[_0x4a1423(0x222)])):this[_0x4a1423(0x1f7)]=JSON[_0x4a1423(0x272)](process[_0x4a1423(0x229)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0xe5ea2a){if(_0x429b95['HYNJT'](_0x429b95[_0x4a1423(0x26b)],_0x429b95[_0x4a1423(0x228)]))_0x429b95[_0x4a1423(0x25f)](debug,_0x4a1423(0x278)+_0xe5ea2a[_0x4a1423(0x21a)]());else{const _0x16a146=_0x500ea0[_0x4a1423(0x1ff)],_0x1cc64b=_0x5879ff[_0x4a1423(0x1b7)];!_0x2970b7&&(_0x4d48f4=_0x429b95['HUxqD'](_0x466847,_0x16a146));!_0x1cc64b&&_0x429b95[_0x4a1423(0x25f)](_0x14102b,_0x16a146);const _0x1f7fcd={};_0x1f7fcd[_0x4a1423(0x1ff)]=_0x16a146,_0x1f7fcd[_0x4a1423(0x1b7)]=_0x1cc64b,this[_0x4a1423(0x230)](_0x1f7fcd,_0x5b91ae,_0x429b95['KyHYM'](_0x387cc1,_0x4df5ef));}}}return this[_0x4a1423(0x1f7)];}static[a67_0x27f5ca(0x209)](_0x1b0b2d){const _0x1ab6d1=a67_0x27f5ca;this['userConfig']=this[_0x1ab6d1(0x1f0)](_0x1b0b2d),process[_0x1ab6d1(0x229)][_0x1ab6d1(0x26c)]=JSON[_0x1ab6d1(0x267)](this['userConfig']);}static[a67_0x27f5ca(0x1f9)](){const _0x1d0125=a67_0x27f5ca,_0x1a6c9a={'qZheH':function(_0x268c83,_0x26bed2){return _0x268c83(_0x26bed2);},'rXAsu':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','oGXxV':function(_0x34a5b8,_0xc3379f){return _0x34a5b8===_0xc3379f;},'iwXSD':function(_0x13ec90,_0x190d41){return _0x13ec90!==_0x190d41;},'CCOhr':_0x1d0125(0x26a),'nVERo':_0x1d0125(0x1ab),'SHceh':'jAlfd','upegr':_0x1d0125(0x1f2),'JNolR':function(_0x4b9287,_0x2a7b9f){return _0x4b9287(_0x2a7b9f);}};if(_0x1a6c9a[_0x1d0125(0x200)](Object['keys'](this['userConfig'])[_0x1d0125(0x1c5)],0x0)&&process['env']['USER_CONFIG_FOR_REPORTING']){if(_0x1a6c9a['iwXSD'](_0x1a6c9a[_0x1d0125(0x253)],_0x1a6c9a[_0x1d0125(0x253)])){_0x1a6c9a[_0x1d0125(0x20b)](_0x147fe6,_0x1d0125(0x1e6)+_0x421c11[_0x1d0125(0x1ee)]+_0x1d0125(0x203)+_0x21dd48+':\x20'+_0x433293),_0x549ae1['captureError'](_0x1cb41a);let _0x9fd347;try{_0x9fd347=_0x115d09[_0x1d0125(0x267)](_0x224701);}catch(_0x572cfc){const _0x4652ed={};_0x4652ed[_0x1d0125(0x1e3)]=0x2,_0x9fd347=_0x449060['inspect'](_0x27c04a,_0x4652ed);}_0x500032[_0x1d0125(0x251)](_0x1d0125(0x1e6)+_0x3d0c80['name']+'\x20with\x20args\x20'+_0x9fd347+_0x1d0125(0x1e4)+_0x2e8b9c,_0x4cc73e&&_0x169c43[_0x1d0125(0x225)]);}else try{_0x1a6c9a[_0x1d0125(0x200)](_0x1a6c9a['nVERo'],_0x1a6c9a['nVERo'])?this['userConfig']=JSON['parse'](process[_0x1d0125(0x229)]['USER_CONFIG_FOR_REPORTING']):this['credentials']=_0x23f920[_0x1d0125(0x272)](_0x1f7205[_0x1d0125(0x229)][_0x1d0125(0x1bb)]);}catch(_0x57bfa9){if(_0x1a6c9a[_0x1d0125(0x200)](_0x1a6c9a[_0x1d0125(0x276)],_0x1a6c9a[_0x1d0125(0x1e8)]))return _0x1a6c9a[_0x1d0125(0x20b)](_0x4add50,_0x1a6c9a[_0x1d0125(0x1bd)]);else _0x1a6c9a[_0x1d0125(0x25a)](debug,_0x1d0125(0x226)+_0x57bfa9[_0x1d0125(0x21a)]()),this[_0x1d0125(0x255)]={};}}return this[_0x1d0125(0x255)];}static[a67_0x27f5ca(0x20d)](_0x432bc3){const _0x511bf2=a67_0x27f5ca;this[_0x511bf2(0x223)]=_0x432bc3,process[_0x511bf2(0x229)][_0x511bf2(0x24d)]=JSON['stringify'](this[_0x511bf2(0x223)]);}static[a67_0x27f5ca(0x1c3)](){const _0x4a3436=a67_0x27f5ca,_0x507836={'jsxTE':function(_0x168733,_0x298671){return _0x168733(_0x298671);},'BmdXh':function(_0x153d45,_0x4134a3){return _0x153d45(_0x4134a3);},'VvwfL':function(_0x48090d,_0x37ebba){return _0x48090d(_0x37ebba);},'aYDCB':_0x4a3436(0x1b3),'QuPdo':function(_0x5b7ffe){return _0x5b7ffe();},'DFEIE':_0x4a3436(0x224),'uIAwP':_0x4a3436(0x1ec),'vJNXB':_0x4a3436(0x1b6),'XZgtB':function(_0x4a5c73,_0x541f73,_0x411873,_0x3459a1,_0x164ca4,_0x5234a2){return _0x4a5c73(_0x541f73,_0x411873,_0x3459a1,_0x164ca4,_0x5234a2);},'RuAJN':'POST','EoTZi':function(_0x142084,_0x471b75){return _0x142084===_0x471b75;},'RJazO':'nBObB','BxqoJ':_0x4a3436(0x240),'ioVaD':_0x4a3436(0x1c2),'ZZrdc':function(_0x5cde4e,_0x542981){return _0x5cde4e===_0x542981;},'IgROF':_0x4a3436(0x1ed),'SCdHr':function(_0x3ff4cc,_0x47abbc){return _0x3ff4cc(_0x47abbc);}};if(_0x507836[_0x4a3436(0x236)](Object[_0x4a3436(0x1ca)](this[_0x4a3436(0x223)])[_0x4a3436(0x1c5)],0x0)&&process[_0x4a3436(0x229)][_0x4a3436(0x24d)]){if(_0x507836[_0x4a3436(0x236)](_0x507836[_0x4a3436(0x26e)],_0x507836[_0x4a3436(0x26e)]))try{_0x507836['EoTZi'](_0x507836[_0x4a3436(0x233)],_0x507836['ioVaD'])?this[_0x4a3436(0x223)]=_0x9cabaf['parse'](_0x306108['env'][_0x4a3436(0x24d)]):this[_0x4a3436(0x223)]=JSON['parse'](process['env'][_0x4a3436(0x24d)]);}catch(_0x181190){if(_0x507836['ZZrdc'](_0x507836[_0x4a3436(0x1d8)],_0x507836[_0x4a3436(0x1d8)]))_0x507836[_0x4a3436(0x212)](debug,_0x4a3436(0x278)+_0x181190[_0x4a3436(0x21a)]());else{const _0x3a3665={'REttH':function(_0x4e1aee,_0x2f7715){const _0x119d29=_0x4a3436;return _0x507836[_0x119d29(0x252)](_0x4e1aee,_0x2f7715);}};this[_0x4a3436(0x1f4)]();if(!this[_0x4a3436(0x1f7)])return _0x507836['VvwfL'](_0x515b8c,_0x507836[_0x4a3436(0x25d)]);this[_0x4a3436(0x1f9)](),this[_0x4a3436(0x1c3)]();const _0x12b407={'hashed_id':_0x16e7eb['env']['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x507836['QuPdo'](_0x16c512),'frameworkName':this[_0x4a3436(0x223)][_0x4a3436(0x1ff)],'frameworkVersion':this['frameworkDetails'][_0x4a3436(0x1b7)]},'exception':{'error':_0x250bd3['toString'](),'stackTrace':_0x5ba9cf},'config':this['userConfig']},_0x1d0831=_0x507836[_0x4a3436(0x221)],_0x19ae4c={};_0x19ae4c[_0x4a3436(0x259)]=this['credentials']['username'],_0x19ae4c[_0x4a3436(0x1fb)]=this[_0x4a3436(0x1f7)][_0x4a3436(0x222)];const _0x1756e3={};_0x1756e3['Content-Type']=_0x507836[_0x4a3436(0x1f6)],_0x1756e3[_0x4a3436(0x22f)]=_0x507836['vJNXB'];const _0x1f76e8={};_0x1f76e8['auth']=_0x19ae4c,_0x1f76e8[_0x4a3436(0x262)]=_0x1756e3;const _0x1dd291=_0x1f76e8;_0x507836['XZgtB'](_0x2314c9,_0x507836['RuAJN'],_0x1d0831,_0x12b407,_0x1dd291,![])[_0x4a3436(0x1fc)](_0x2c8e5a=>{const _0x38d36e=_0x4a3436;_0x507836[_0x38d36e(0x237)](_0x3a9961,_0x38d36e(0x21e)+_0xe6e749[_0x38d36e(0x267)](_0x2c8e5a));})[_0x4a3436(0x1f3)](_0x53afde=>{const _0x1f3454=_0x4a3436;_0x3a3665[_0x1f3454(0x1ae)](_0x4b7997,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x53afde);});}}else{const _0x194096={};_0x194096[_0x4a3436(0x1e3)]=0x2,_0x106a06=_0x508959['inspect'](_0x391122,_0x194096);}}return this[_0x4a3436(0x223)];}static[a67_0x27f5ca(0x230)](_0x3b26b8,_0x596c29,_0x59c56f){const _0xccd191=a67_0x27f5ca;_0x3b26b8&&this[_0xccd191(0x20d)](_0x3b26b8),_0x596c29&&this[_0xccd191(0x209)](_0x596c29),_0x59c56f&&this['setCredentials'](_0x59c56f[_0xccd191(0x259)],_0x59c56f[_0xccd191(0x222)]);}static async[a67_0x27f5ca(0x251)](_0x6658f0,_0x3dabcb){const _0x32d70b=a67_0x27f5ca,_0x5a84f1={'ZlYHV':function(_0x41482e,_0x352371){return _0x41482e(_0x352371);},'zlKRr':function(_0x8eaf33,_0x54f79e){return _0x8eaf33 instanceof _0x54f79e;},'WRilS':function(_0xe613fe,_0x4f7c0d,_0x1a6284,_0xc0bef){return _0xe613fe(_0x4f7c0d,_0x1a6284,_0xc0bef);},'biNXC':function(_0x15a25f,_0x43ef48){return _0x15a25f===_0x43ef48;},'NGgwt':_0x32d70b(0x210),'KvYuf':_0x32d70b(0x1d1),'YaITs':function(_0x211655,_0x40fa3d){return _0x211655(_0x40fa3d);},'UgtOK':_0x32d70b(0x1d5),'cNpgs':'jooJT','TMGNV':_0x32d70b(0x1de),'ZREsc':'gZaUX','MWVNk':_0x32d70b(0x1b3),'ImCkJ':function(_0x789794){return _0x789794();},'IwMDR':'/api/v1/analytics','cGNYl':_0x32d70b(0x1ec),'DrHsj':_0x32d70b(0x1b6),'qxtlw':function(_0x36b134,_0x2bdaef,_0x3901c9,_0xdbf862,_0x34b2c1,_0x3a415b){return _0x36b134(_0x2bdaef,_0x3901c9,_0xdbf862,_0x34b2c1,_0x3a415b);},'IcoTQ':_0x32d70b(0x22b)};this[_0x32d70b(0x1f4)]();if(!this[_0x32d70b(0x1f7)]){if(_0x5a84f1['biNXC'](_0x5a84f1[_0x32d70b(0x1ba)],_0x5a84f1[_0x32d70b(0x232)]))_0x5a84f1[_0x32d70b(0x260)](_0x243450,_0x13a870);else return _0x5a84f1['ZlYHV'](debug,_0x5a84f1['MWVNk']);}this['getConfig'](),this[_0x32d70b(0x1c3)]();const _0x99751={'hashed_id':process['env'][_0x32d70b(0x231)],'observability_version':{'sdkVersion':_0x5a84f1[_0x32d70b(0x1b1)](getAgentVersion),'frameworkName':this['frameworkDetails']['frameworkName'],'frameworkVersion':this['frameworkDetails'][_0x32d70b(0x1b7)]},'exception':{'error':_0x6658f0[_0x32d70b(0x21a)](),'stackTrace':_0x3dabcb},'config':this['userConfig']},_0x43b5a7=_0x5a84f1['IwMDR'],_0x3e3f77={};_0x3e3f77[_0x32d70b(0x259)]=this[_0x32d70b(0x1f7)]['username'],_0x3e3f77[_0x32d70b(0x1fb)]=this[_0x32d70b(0x1f7)][_0x32d70b(0x222)];const _0x30df6e={};_0x30df6e[_0x32d70b(0x268)]=_0x5a84f1[_0x32d70b(0x248)],_0x30df6e['X-BSTACK-TESTOPS']=_0x5a84f1['DrHsj'];const _0x345788={};_0x345788['auth']=_0x3e3f77,_0x345788['headers']=_0x30df6e;const _0x370141=_0x345788;_0x5a84f1[_0x32d70b(0x244)](nodeRequest,_0x5a84f1['IcoTQ'],_0x43b5a7,_0x99751,_0x370141,![])['then'](_0x3feae1=>{const _0x352a3f=_0x32d70b,_0x53cd61={'HZxLF':function(_0x57ba90,_0x5e6733){const _0x4932fc=a67_0x13ef;return _0x5a84f1[_0x4932fc(0x1f1)](_0x57ba90,_0x5e6733);},'VyWCG':function(_0x5b204c,_0x41412e,_0x5cd47f,_0x1531fd){const _0x48f1f2=a67_0x13ef;return _0x5a84f1[_0x48f1f2(0x205)](_0x5b204c,_0x41412e,_0x5cd47f,_0x1531fd);}};if(_0x5a84f1[_0x352a3f(0x270)](_0x5a84f1['NGgwt'],_0x5a84f1['KvYuf']))try{const _0x3a0998=(_0x4cf16a[_0x352a3f(0x229)][_0x352a3f(0x27a)]?_0x1b3ce7[_0x352a3f(0x1d9)]()[_0x352a3f(0x24f)](_0x18863f):_0x3ef95a)[_0x352a3f(0x1e7)](this,..._0x40e96b);if(_0x53cd61[_0x352a3f(0x275)](_0x3a0998,_0x5cd445))return _0x3a0998['catch'](_0x5e8ff5=>_0x4f90aa(_0x5e8ff5,_0x3a4542,_0x12a7ad));return _0x3a0998;}catch(_0x37ee5e){_0x53cd61['VyWCG'](_0x120683,_0x37ee5e,_0x401d97,_0x44d0d6);}else _0x5a84f1['YaITs'](debug,'[Crash_Report_Upload]\x20Success\x20response:\x20'+JSON[_0x352a3f(0x267)](_0x3feae1));})[_0x32d70b(0x1f3)](_0x28500f=>{const _0x2295e8=_0x32d70b;_0x5a84f1[_0x2295e8(0x270)](_0x5a84f1[_0x2295e8(0x1d3)],_0x5a84f1[_0x2295e8(0x256)])?_0x5a84f1[_0x2295e8(0x260)](_0x3d4818,_0x2295e8(0x239)+_0xf691bd):_0x5a84f1[_0x2295e8(0x1b8)](debug,_0x2295e8(0x239)+_0x28500f);});}static[a67_0x27f5ca(0x1e0)](_0x4e08cd){const _0x528c59=a67_0x27f5ca,_0xb735={'ZEZCz':function(_0x4b8024,_0x415f6f){return _0x4b8024(_0x415f6f);},'YDbAQ':function(_0x5e4342,_0x1a5f63){return _0x5e4342===_0x1a5f63;},'AyjVS':'BHMqF','EcjnH':_0x528c59(0x238),'bzdvg':'username','bobrL':'key','xOXiu':_0x528c59(0x222),'ilKvo':_0x528c59(0x1fb),'sENbc':function(_0x3e5fff,_0x5c6c5d){return _0x3e5fff===_0x5c6c5d;},'hnPYS':_0x528c59(0x1bf),'rfpcQ':'KsGty','jSByt':function(_0x5b7fbc,_0x22a1be){return _0x5b7fbc===_0x22a1be;},'ChwIu':_0x528c59(0x208),'wfKuy':function(_0x3bc40d,_0x19b774){return _0x3bc40d===_0x19b774;},'gZVAA':'cZHhk'};if(!_0x4e08cd){if(_0xb735[_0x528c59(0x23d)](_0xb735[_0x528c59(0x1c9)],_0xb735[_0x528c59(0x1c9)]))return;else _0xb735['ZEZCz'](_0x378b6a,_0x528c59(0x278)+_0x3db6fb['toString']());}const _0x5d0f6f=[_0xb735[_0x528c59(0x1c1)],_0xb735['bzdvg'],_0xb735[_0x528c59(0x21d)],_0xb735[_0x528c59(0x264)],_0xb735[_0x528c59(0x24b)]];for(const _0x32bb8b in _0x4e08cd){if(_0xb735[_0x528c59(0x1d2)](_0xb735['hnPYS'],_0xb735[_0x528c59(0x20c)])){if(_0x5d0f6f[_0x528c59(0x1b9)](_0x32bb8b['toLowerCase']())){if(_0xb735[_0x528c59(0x1d2)](_0xb735[_0x528c59(0x1bc)],_0xb735[_0x528c59(0x1bc)]))delete _0x4e08cd[_0x32bb8b];else{const _0x4cd7b5=_0x2c5b9b['parse'](_0x508dce[_0x528c59(0x267)](_0x453265));return this[_0x528c59(0x1e0)](_0x4cd7b5),_0x4cd7b5;}}else{if(_0xb735['jSByt'](typeof _0x4e08cd[_0x32bb8b],_0xb735['ChwIu'])){if(_0xb735[_0x528c59(0x24c)](_0xb735[_0x528c59(0x1c6)],_0xb735[_0x528c59(0x1c6)]))this[_0x528c59(0x1e0)](_0x4e08cd[_0x32bb8b]);else{if(!this[_0x528c59(0x1f7)]&&_0x5901cb[_0x528c59(0x229)][_0x528c59(0x1bb)])try{this['credentials']=_0x3f6d4a['parse'](_0x320722[_0x528c59(0x229)][_0x528c59(0x1bb)]);}catch(_0x3ab2e2){_0xb735[_0x528c59(0x21b)](_0x42eff9,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x3ab2e2[_0x528c59(0x21a)]());}return this[_0x528c59(0x1f7)];}}}}else try{this[_0x528c59(0x223)]=_0x5ac399[_0x528c59(0x272)](_0x2fdd8a['env'][_0x528c59(0x24d)]);}catch(_0x2072cb){_0xb735[_0x528c59(0x21b)](_0xdf097,_0x528c59(0x278)+_0x2072cb['toString']());}}}static[a67_0x27f5ca(0x1f0)](_0xe91acc){const _0x4f78a5=a67_0x27f5ca,_0x38b067=JSON[_0x4f78a5(0x272)](JSON[_0x4f78a5(0x267)](_0xe91acc));return this[_0x4f78a5(0x1e0)](_0x38b067),_0x38b067;}}function a67_0x1a01(){const _0x1c9cb9=['BVKpt','filterPII','zlKRr','qdIpJ','catch','getCredentials','constructor','uIAwP','credentials','CSYBR','getConfig','cEOVl','password','then','ISpMw','XucJv','frameworkName','oGXxV','IZSAC','prototype','\x20with\x20args\x20','wEzCq','WRilS','vjTRu','gKDtD','object','setConfigDetails','FfOws','qZheH','hnPYS','setFrameworkDetails','pPhto','VZpId','sppAG','SNbga','SCdHr','1849183ZEKELL','toLowerCase','CrashReporter','../performance-tester','../helper','cOYOT','xdQst','toString','ZEZCz','18fhqWhA','bobrL','[Crash_Report_Upload]\x20Success\x20response:\x20','sPARG','HwTQG','DFEIE','accessKey','frameworkDetails','/api/v1/analytics','stack','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','vIWmg','fzcNh','env','wZkVv','POST','UWuye','ZRIKm','exports','X-BSTACK-TESTOPS','setAllDetails','BS_TESTOPS_BUILD_HASHED_ID','ZREsc','BxqoJ','tVpHr','BgOQJ','EoTZi','jsxTE','user','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','LKSAq','inspect','ghQSZ','YDbAQ','pUdTE','tUilG','vWzrb','rlGvj','qRKOy','ABOyK','qxtlw','MsDKl','initialize','function','cGNYl','eqOTI','PnkuJ','ilKvo','wfKuy','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','forEach','timerify','zyqsX','uploadCrashReport','BmdXh','CCOhr','PLfTe','userConfig','cNpgs','GKqcN','RVdIc','username','JNolR','hTWII','GdmcJ','aYDCB','APlJT','HUxqD','ZlYHV','HDxpN','headers','mUxcj','xOXiu','20NwWaDZ','RppYg','stringify','Content-Type','SdxxG','bUiog','MmczV','USER_CONFIG_FOR_REPORTING','VpwYg','RJazO','eKvLM','biNXC','FGjwY','parse','o11yClassErrorHandler','Wrqdn','HZxLF','SHceh','VJAst','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','rEWJS','BROWSERSTACK_O11Y_PERF_MEASUREMENT','nFKhO','XQwxN','BfKDH','zXVCM','REttH','239350NdrBAA','16uFULiO','ImCkJ','wceQy','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','bmxCY','IkoDL','true','frameworkVersion','YaITs','includes','TMGNV','CREDENTIALS_FOR_CRASH_REPORTING','rfpcQ','rXAsu','763040KxKXyG','Ytorq','43902YCUHfP','EcjnH','UbLjT','getFramework','./utils','length','gZVAA','setCredentials','aJInk','AyjVS','keys','SNCfv','GIdus','DDQiZ','3313854LWJJBz','captureError','trbMU','VLuaq','sENbc','UgtOK','6046155SXshpO','xpwCY','zFuLg','aLdoo','IgROF','getPerformance','EASef','VHDBa','zkyui','getOwnPropertyNames','dCkEu','pDwev','recursivelyDeletePIIKeysFromObject','cviYb','ZstSK','depth','\x20:\x20','3131400DOuULc','Error\x20in\x20executing\x20','call','upegr','AHuly','etuQi','FriiA','application/json','RhXMa','name'];a67_0x1a01=function(){return _0x1c9cb9;};return a67_0x1a01();}const a67_0x4cd3ae={};a67_0x4cd3ae['o11yErrorHandler']=o11yErrorHandler,a67_0x4cd3ae[a67_0x27f5ca(0x273)]=o11yClassErrorHandler,a67_0x4cd3ae[a67_0x27f5ca(0x215)]=CrashReporter,module[a67_0x27f5ca(0x22e)]=a67_0x4cd3ae;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a68_0xfd07ff=a68_0xecf6;function a68_0xecf6(_0x3ce646,_0x274ce7){const _0x929825=a68_0x9298();return a68_0xecf6=function(_0xecf672,_0x5e1c11){_0xecf672=_0xecf672-0x1c1;let _0x26346d=_0x929825[_0xecf672];return _0x26346d;},a68_0xecf6(_0x3ce646,_0x274ce7);}(function(_0xe773d6,_0x34e154){const _0x29bad6=a68_0xecf6,_0xb0b3a9=_0xe773d6();while(!![]){try{const _0x485ba3=-parseInt(_0x29bad6(0x1d1))/0x1*(parseInt(_0x29bad6(0x20d))/0x2)+parseInt(_0x29bad6(0x217))/0x3*(-parseInt(_0x29bad6(0x25a))/0x4)+parseInt(_0x29bad6(0x231))/0x5*(-parseInt(_0x29bad6(0x20b))/0x6)+parseInt(_0x29bad6(0x267))/0x7+parseInt(_0x29bad6(0x216))/0x8+-parseInt(_0x29bad6(0x269))/0x9+parseInt(_0x29bad6(0x20f))/0xa;if(_0x485ba3===_0x34e154)break;else _0xb0b3a9['push'](_0xb0b3a9['shift']());}catch(_0x48eb0d){_0xb0b3a9['push'](_0xb0b3a9['shift']());}}}(a68_0x9298,0x7b213));function a68_0x9298(){const _0x3d856f=['nvpPb','Shutdown-Queue','WeGDD','removeEventBatchPolling','602218zgyyAu','VKlPs','moawo','KVLrD','qjBBA','YQqjL','THAVv','IpHdQ','rVPqL','slGJO','instance','huiJo','QPbwB','NpDLw','data','qFIxk','RtLXi','rKHgl','jPUuO','SitZt','includes','CBTSessionCreated','qNFFV','MJMEV','TDJMl','stringify','zVPKr','UzRpS','shutdown','logs','Uprtg','length','Jzsng','qDIFV','OHZlQ','VNtOj','iiyyL','tWDpx','splice','YBaLj','sbbCo','HhOvA','GUafm','started','HookRunStarted','RESETTING','4|3|0|1|5|2','QZnVN','REGiP','yMRnM','error','fzQgh','uploadPending','bbUsX','DHrQp','LdLGd','hqTpu','status','6kVImzW','giTAB','2rrBSvL','WXRpF','9196410lxyAeQ','vQCzn','bNaZl','Pyxrq','shouldProceed','LfZTf','api/v1/batch','4591808pTzvXT','261gXepZO','NksfB','aGOEO','ZZDOk','lTXts','vDCpm','eventUrl','pTdYj','dZonr','Nklld','getInstance','MBvqe','TestRunFinished','bpwfs','TestRunStarted','bkvwv','iqhwF','MoXJN','EXCEPTION\x20IN\x20','eyhfJ','HNDsF','Pijgo','statusText','louvt','BATCH_EVENT_TYPES','vpyaL','489845dWbarN','Spykl','pollEventBatchInterval','fNSGc','push','lpDOI','queue','wrAsE','TEST_SCREENSHOT','response','exports','./constants','OVxBv','\x20event\x20successful!','proceedWithData','startEventBatchPolling','event_type','./utils','PMNrg','batchAndPostEvents','slice','ropJU','BeyyN','api/v1/screenshots','awRLk','UkaPT','MiOOy','ehDyo','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','QRSBm','XtYYO','screenshotEventUrl','proceedWithUrl','message','BVOWw','max','BfmJC','MeyLX','pendingUploads','util','maIKt','11432VLTTBg','Interval-Queue','scJfE','qXGat','split','ihASP','tgusv','ZRUmF','TestRunSkipped','UXkrP','RbCbi','LogCreated','4|3|0|5|1|2','1238664zlPZev','lWVGK','1956573KyXRde','XycsX','kind','add','dbgRW','baAmC','REMOVING','TEzkC','ACgyv','POST','FtzvN','EZxHF','pqPAr','resetEventBatchPolling','XmJCv','HookRunFinished'];a68_0x9298=function(){return _0x3d856f;};return a68_0x9298();}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0xfd07ff(0x23c)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0xfd07ff(0x242)),util=require(a68_0xfd07ff(0x258));class RequestQueueHandler{static ['instance'];[a68_0xfd07ff(0x257)]=0x0;constructor(){const _0x4ece76=a68_0xfd07ff,_0x5c9ba9={};_0x5c9ba9['WXRpF']=_0x4ece76(0x266),_0x5c9ba9[_0x4ece76(0x1ec)]=_0x4ece76(0x215),_0x5c9ba9[_0x4ece76(0x201)]=_0x4ece76(0x265),_0x5c9ba9[_0x4ece76(0x208)]='CBTSessionCreated',_0x5c9ba9['vpyaL']=_0x4ece76(0x223),_0x5c9ba9[_0x4ece76(0x1e7)]='TestRunSkipped',_0x5c9ba9[_0x4ece76(0x1fa)]=_0x4ece76(0x1cc),_0x5c9ba9[_0x4ece76(0x1c7)]=_0x4ece76(0x225),_0x5c9ba9[_0x4ece76(0x22e)]=_0x4ece76(0x1fd),_0x5c9ba9[_0x4ece76(0x1f8)]=_0x4ece76(0x248);const _0x1fcd41=_0x5c9ba9,_0x548363=_0x1fcd41[_0x4ece76(0x20e)][_0x4ece76(0x25e)]('|');let _0x39e878=0x0;while(!![]){switch(_0x548363[_0x39e878++]){case'0':this['eventUrl']=_0x1fcd41[_0x4ece76(0x1ec)];continue;case'1':this[_0x4ece76(0x22f)]=[_0x1fcd41['REGiP'],_0x1fcd41[_0x4ece76(0x208)],_0x1fcd41[_0x4ece76(0x230)],_0x1fcd41[_0x4ece76(0x1e7)],_0x1fcd41[_0x4ece76(0x1fa)],_0x1fcd41[_0x4ece76(0x1c7)],_0x1fcd41['louvt']];continue;case'2':this[_0x4ece76(0x233)]=null;continue;case'3':this[_0x4ece76(0x1fc)]=![];continue;case'4':this[_0x4ece76(0x237)]=[];continue;case'5':this[_0x4ece76(0x250)]=_0x1fcd41[_0x4ece76(0x1f8)];continue;}break;}}static[a68_0xfd07ff(0x221)](){const _0x46df8e=a68_0xfd07ff,_0x3b68bc={'lTXts':function(_0x283771,_0x17f5f6){return _0x283771(_0x17f5f6);},'Spykl':function(_0x506446,_0x462e0f){return _0x506446-_0x462e0f;},'dZonr':function(_0x4eac41,_0x202929){return _0x4eac41===_0x202929;},'WeGDD':_0x46df8e(0x224),'tQDNC':'ErLnk'};return!RequestQueueHandler[_0x46df8e(0x1db)]&&(_0x3b68bc[_0x46df8e(0x21f)](_0x3b68bc[_0x46df8e(0x1cf)],_0x3b68bc['tQDNC'])?(_0x3b68bc[_0x46df8e(0x21b)](_0x54ad74,_0x1b3165+'\x20event\x20successful!'),this['pendingUploads']=_0x5b68fe[_0x46df8e(0x254)](0x0,_0x3b68bc[_0x46df8e(0x232)](this[_0x46df8e(0x257)],_0x3e17d2[_0x46df8e(0x1f0)]))):RequestQueueHandler['instance']=new RequestQueueHandler()),RequestQueueHandler['instance'];}['start']=()=>{const _0x15bf7c=a68_0xfd07ff,_0x5acc7a={};_0x5acc7a[_0x15bf7c(0x1d4)]=function(_0x4ee783,_0x39ecf0){return _0x4ee783===_0x39ecf0;},_0x5acc7a[_0x15bf7c(0x1c2)]=_0x15bf7c(0x214),_0x5acc7a[_0x15bf7c(0x1cd)]=_0x15bf7c(0x234);const _0x5f103e=_0x5acc7a;if(!this['started']){if(_0x5f103e[_0x15bf7c(0x1d4)](_0x5f103e['baAmC'],_0x5f103e[_0x15bf7c(0x1cd)])){const _0xcea135={};return _0xcea135[_0x15bf7c(0x213)]=!![],_0xcea135[_0x15bf7c(0x23f)]=[_0x189eff],_0xcea135[_0x15bf7c(0x251)]=this[_0x15bf7c(0x250)],_0xcea135;}else this[_0x15bf7c(0x1fc)]=!![],this[_0x15bf7c(0x240)]();}};[a68_0xfd07ff(0x26c)]=_0x12c9ff=>{const _0x203076=a68_0xfd07ff,_0x1348ef={'xcbcO':function(_0x44c5a1,_0x156219){return _0x44c5a1(_0x156219);},'maIKt':function(_0x58c86c,_0x1b59b0){return _0x58c86c===_0x1b59b0;},'ACgyv':_0x203076(0x1c3),'slGJO':function(_0x5d31d3,_0x3ecdd7){return _0x5d31d3===_0x3ecdd7;},'GUafm':_0x203076(0x22c),'Pyxrq':_0x203076(0x1e0),'VNtOj':function(_0x2c62d8,_0x420f2e){return _0x2c62d8===_0x420f2e;},'jPUuO':_0x203076(0x239),'XtYYO':function(_0x41314c,_0x39169c){return _0x41314c!==_0x39169c;},'OXVwr':_0x203076(0x263),'DHrQp':_0x203076(0x206)};if(this[_0x203076(0x22f)][_0x203076(0x1e5)](_0x12c9ff[_0x203076(0x241)])){if(_0x1348ef[_0x203076(0x1da)](_0x1348ef[_0x203076(0x1fb)],_0x1348ef[_0x203076(0x212)]))!this[_0x203076(0x1fc)]&&(this[_0x203076(0x1fc)]=!![],this[_0x203076(0x240)]());else{if(_0x12c9ff[_0x203076(0x1ee)]&&_0x12c9ff[_0x203076(0x1ee)][0x0]&&_0x1348ef[_0x203076(0x1f4)](_0x12c9ff['logs'][0x0][_0x203076(0x26b)],_0x1348ef[_0x203076(0x1e3)])){if(_0x1348ef[_0x203076(0x24f)](_0x1348ef['OXVwr'],_0x1348ef['OXVwr']))_0x1348ef['xcbcO'](_0x42197d,this[_0x203076(0x233)]),this[_0x203076(0x233)]=null,_0x1348ef[_0x203076(0x259)](_0xb1319e,_0x1348ef[_0x203076(0x1c5)])&&(this[_0x203076(0x1fc)]=![]);else{const _0x40fe03={};return _0x40fe03['shouldProceed']=!![],_0x40fe03[_0x203076(0x23f)]=[_0x12c9ff],_0x40fe03[_0x203076(0x251)]=this['screenshotEventUrl'],_0x40fe03;}}this['queue'][_0x203076(0x235)](_0x12c9ff);let _0xda7085=null;const _0x176eeb=this['shouldProceed']();if(_0x176eeb){if(_0x1348ef[_0x203076(0x1f4)](_0x1348ef[_0x203076(0x207)],_0x1348ef[_0x203076(0x207)]))_0xda7085=this[_0x203076(0x237)]['slice'](0x0,BATCH_SIZE),this['queue'][_0x203076(0x1f7)](0x0,BATCH_SIZE),this[_0x203076(0x1ca)]();else return;}const _0x2c2aa4={};return _0x2c2aa4[_0x203076(0x213)]=_0x176eeb,_0x2c2aa4[_0x203076(0x23f)]=_0xda7085,_0x2c2aa4[_0x203076(0x251)]=this['eventUrl'],_0x2c2aa4;}}const _0x4cb2c2={};return _0x4cb2c2[_0x203076(0x213)]=!![],_0x4cb2c2;};[a68_0xfd07ff(0x1ed)]=async()=>{const _0x5afb3e=a68_0xfd07ff,_0x339e8d={'huiJo':function(_0x4efe86,_0x197656){return _0x4efe86(_0x197656);},'IpHdQ':function(_0x5e814b,_0x49761f){return _0x5e814b===_0x49761f;},'MBvqe':'REMOVING','qXGat':function(_0x49514d,_0x5dd777){return _0x49514d>_0x5dd777;},'UDTez':function(_0x354659,_0x507931){return _0x354659===_0x507931;},'vDCpm':'isOmx','hqTpu':_0x5afb3e(0x1ce)};await this[_0x5afb3e(0x205)](),this[_0x5afb3e(0x1d0)](_0x339e8d[_0x5afb3e(0x222)]);while(_0x339e8d[_0x5afb3e(0x25d)](this['queue'][_0x5afb3e(0x1f0)],0x0)){if(_0x339e8d['UDTez'](_0x339e8d[_0x5afb3e(0x21c)],_0x339e8d[_0x5afb3e(0x21c)])){const _0x5dd03f=this[_0x5afb3e(0x237)][_0x5afb3e(0x245)](0x0,BATCH_SIZE);this[_0x5afb3e(0x237)]['splice'](0x0,BATCH_SIZE),await this[_0x5afb3e(0x244)](this['eventUrl'],_0x339e8d[_0x5afb3e(0x209)],_0x5dd03f);}else this[_0x5afb3e(0x233)]&&(_0x339e8d[_0x5afb3e(0x1dc)](_0x2e2b22,this[_0x5afb3e(0x233)]),this[_0x5afb3e(0x233)]=null,_0x339e8d[_0x5afb3e(0x1d8)](_0x313be2,_0x339e8d['MBvqe'])&&(this[_0x5afb3e(0x1fc)]=![]));}};[a68_0xfd07ff(0x244)]=async(_0x3cac51,_0x23f2a8,_0x2374c6)=>{const _0x5c1654=a68_0xfd07ff,_0x2a5d18={'lpDOI':_0x5c1654(0x1ff),'bkvwv':_0x5c1654(0x215),'rKHgl':_0x5c1654(0x248),'mSVHs':'LogCreated','MoXJN':_0x5c1654(0x1e6),'PrxHN':_0x5c1654(0x223),'pTdYj':_0x5c1654(0x262),'DyMJT':_0x5c1654(0x1cc),'BSWjm':_0x5c1654(0x225),'MeyLX':'HookRunStarted','rVPqL':_0x5c1654(0x1fe),'qDSvq':function(_0x414582){return _0x414582();},'bNaZl':function(_0x3cfd84,_0x25f4a7){return _0x3cfd84!==_0x25f4a7;},'aGOEO':_0x5c1654(0x1f1),'eJMJU':function(_0x52eb49,_0x37ade1,_0x5ec9a5,_0x1a04ee,_0x5247db){return _0x52eb49(_0x37ade1,_0x5ec9a5,_0x1a04ee,_0x5247db);},'dbgRW':_0x5c1654(0x1c6),'zVPKr':function(_0x2ed733,_0x27d1fd){return _0x2ed733===_0x27d1fd;},'ditnD':_0x5c1654(0x24b),'BfmJC':_0x5c1654(0x202),'tgusv':function(_0x16dbd7,_0x4d5dad){return _0x16dbd7!==_0x4d5dad;},'QRSBm':'Kvbhm','UkaPT':function(_0x303854,_0x3dee43){return _0x303854(_0x3dee43);},'scJfE':function(_0x142d7f,_0x31b68f){return _0x142d7f-_0x31b68f;},'EZxHF':function(_0x5d6a0a,_0x4b5579){return _0x5d6a0a!==_0x4b5579;},'awRLk':_0x5c1654(0x227),'Nklld':_0x5c1654(0x1d3),'ihASP':_0x5c1654(0x22b),'OHZlQ':_0x5c1654(0x1e4),'PGYFU':function(_0xb8148,_0xf4e5ad){return _0xb8148(_0xf4e5ad);},'XmJCv':_0x5c1654(0x1c9),'TEzkC':'Sfoya','rnCzz':function(_0x505558,_0x24e5ce){return _0x505558(_0x24e5ce);},'THAVv':function(_0x3a89fd,_0x1f43d9){return _0x3a89fd-_0x1f43d9;}},_0x240a56={'headers':_0x2a5d18['qDSvq'](getDefaultHeaders)};try{if(_0x2a5d18[_0x5c1654(0x211)](_0x2a5d18[_0x5c1654(0x219)],_0x2a5d18[_0x5c1654(0x219)]))return!_0x12c5da[_0x5c1654(0x1db)]&&(_0x2565f0[_0x5c1654(0x1db)]=new _0x14c403()),_0x341701['instance'];else{const _0x31022b=await _0x2a5d18['eJMJU'](nodeRequest,_0x2a5d18[_0x5c1654(0x1c1)],_0x3cac51,_0x2374c6,_0x240a56);if(_0x31022b['data'][_0x5c1654(0x203)]){if(_0x2a5d18['zVPKr'](_0x2a5d18['ditnD'],_0x2a5d18[_0x5c1654(0x255)]))this[_0x5c1654(0x1fc)]=!![],this[_0x5c1654(0x240)]();else{const _0x21534b={};_0x21534b['message']=_0x31022b['data'][_0x5c1654(0x203)];throw _0x21534b;}}else{if(_0x2a5d18[_0x5c1654(0x260)](_0x2a5d18[_0x5c1654(0x24e)],_0x2a5d18[_0x5c1654(0x24e)])){const _0x457153={};_0x457153['message']=_0x39db7e[_0x5c1654(0x1df)][_0x5c1654(0x203)];throw _0x457153;}else _0x2a5d18[_0x5c1654(0x24a)](debug,_0x23f2a8+_0x5c1654(0x23e)),this[_0x5c1654(0x257)]=Math[_0x5c1654(0x254)](0x0,_0x2a5d18[_0x5c1654(0x25c)](this[_0x5c1654(0x257)],_0x2374c6[_0x5c1654(0x1f0)]));}}}catch(_0xa65a80){if(_0x2a5d18[_0x5c1654(0x1c8)](_0x2a5d18[_0x5c1654(0x249)],_0x2a5d18[_0x5c1654(0x220)])){if(_0xa65a80['response']){if(_0x2a5d18[_0x5c1654(0x211)](_0x2a5d18[_0x5c1654(0x25f)],_0x2a5d18[_0x5c1654(0x1f3)]))_0x2a5d18['PGYFU'](debug,'EXCEPTION\x20IN\x20'+_0x23f2a8+_0x5c1654(0x24d)+_0xa65a80[_0x5c1654(0x23a)][_0x5c1654(0x20a)]+'\x20'+_0xa65a80[_0x5c1654(0x23a)][_0x5c1654(0x22d)]+'\x20'+JSON[_0x5c1654(0x1ea)](_0xa65a80[_0x5c1654(0x23a)][_0x5c1654(0x1df)]));else{const _0x31dc8e=_0x2a5d18[_0x5c1654(0x236)][_0x5c1654(0x25e)]('|');let _0x45792b=0x0;while(!![]){switch(_0x31dc8e[_0x45792b++]){case'0':this[_0x5c1654(0x21d)]=_0x2a5d18[_0x5c1654(0x226)];continue;case'1':this['screenshotEventUrl']=_0x2a5d18[_0x5c1654(0x1e2)];continue;case'2':this['pollEventBatchInterval']=null;continue;case'3':this[_0x5c1654(0x1fc)]=![];continue;case'4':this[_0x5c1654(0x237)]=[];continue;case'5':this['BATCH_EVENT_TYPES']=[_0x2a5d18['mSVHs'],_0x2a5d18[_0x5c1654(0x228)],_0x2a5d18['PrxHN'],_0x2a5d18[_0x5c1654(0x21e)],_0x2a5d18['DyMJT'],_0x2a5d18['BSWjm'],_0x2a5d18[_0x5c1654(0x256)]];continue;}break;}}}else _0x2a5d18[_0x5c1654(0x1eb)](_0x2a5d18[_0x5c1654(0x1cb)],_0x2a5d18[_0x5c1654(0x1c4)])?(this[_0x5c1654(0x1d0)](_0x2a5d18[_0x5c1654(0x1d9)]),this[_0x5c1654(0x240)]()):_0x2a5d18['rnCzz'](debug,'EXCEPTION\x20IN\x20'+_0x23f2a8+_0x5c1654(0x24d)+(_0xa65a80[_0x5c1654(0x252)]||_0xa65a80));this[_0x5c1654(0x257)]=Math[_0x5c1654(0x254)](0x0,_0x2a5d18[_0x5c1654(0x1d7)](this[_0x5c1654(0x257)],_0x2374c6[_0x5c1654(0x1f0)]));}else this['started']=![];}};[a68_0xfd07ff(0x240)]=()=>{const _0x1c4c17=a68_0xfd07ff,_0x4379d6={'lWVGK':function(_0x2e2880,_0x448f47){return _0x2e2880===_0x448f47;},'ehDyo':_0x1c4c17(0x239),'XycsX':function(_0x348101,_0x353890){return _0x348101!==_0x353890;},'iiyyL':_0x1c4c17(0x210),'qDIFV':_0x1c4c17(0x1d6),'BVOWw':function(_0x44c0f1,_0x560d3a){return _0x44c0f1>_0x560d3a;},'ssaKP':_0x1c4c17(0x238),'sbbCo':_0x1c4c17(0x25b),'QPbwB':function(_0x420b0c,_0xf100b3,_0x1d81fa){return _0x420b0c(_0xf100b3,_0x1d81fa);}};this[_0x1c4c17(0x233)]=_0x4379d6[_0x1c4c17(0x1dd)](setInterval,async()=>{const _0x167cda=_0x1c4c17,_0x3fe2ba={'qjBBA':function(_0x5ee624,_0x22f387){const _0x4487d1=a68_0xecf6;return _0x4379d6[_0x4487d1(0x268)](_0x5ee624,_0x22f387);},'QZnVN':_0x4379d6[_0x167cda(0x24c)]};if(_0x4379d6[_0x167cda(0x26a)](_0x4379d6[_0x167cda(0x1f5)],_0x4379d6[_0x167cda(0x1f2)])){if(_0x4379d6[_0x167cda(0x253)](this[_0x167cda(0x237)][_0x167cda(0x1f0)],0x0)){if(_0x4379d6[_0x167cda(0x268)](_0x4379d6['ssaKP'],_0x4379d6['ssaKP'])){const _0x14749b=this[_0x167cda(0x237)][_0x167cda(0x245)](0x0,BATCH_SIZE);this[_0x167cda(0x237)]['splice'](0x0,BATCH_SIZE),await this[_0x167cda(0x244)](this[_0x167cda(0x21d)],_0x4379d6[_0x167cda(0x1f9)],_0x14749b);}else{if(_0x356ebb[_0x167cda(0x1ee)]&&_0x19b6b8[_0x167cda(0x1ee)][0x0]&&_0x3fe2ba[_0x167cda(0x1d5)](_0x543da6['logs'][0x0]['kind'],_0x3fe2ba[_0x167cda(0x200)])){const _0x25d755={};return _0x25d755[_0x167cda(0x213)]=!![],_0x25d755['proceedWithData']=[_0x299ae5],_0x25d755['proceedWithUrl']=this[_0x167cda(0x250)],_0x25d755;}this[_0x167cda(0x237)][_0x167cda(0x235)](_0x507753);let _0x343d98=null;const _0x130e00=this['shouldProceed']();_0x130e00&&(_0x343d98=this['queue'][_0x167cda(0x245)](0x0,_0x2f58da),this[_0x167cda(0x237)][_0x167cda(0x1f7)](0x0,_0x692faa),this[_0x167cda(0x1ca)]());const _0x502706={};return _0x502706[_0x167cda(0x213)]=_0x130e00,_0x502706[_0x167cda(0x23f)]=_0x343d98,_0x502706[_0x167cda(0x251)]=this['eventUrl'],_0x502706;}}}else _0xd7d5ab[_0x167cda(0x1db)]=new _0xa39b2();},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x302026=a68_0xfd07ff,_0x5059e4={};_0x5059e4[_0x302026(0x261)]=_0x302026(0x1fe);const _0x291249=_0x5059e4;this[_0x302026(0x1d0)](_0x291249[_0x302026(0x261)]),this[_0x302026(0x240)]();};[a68_0xfd07ff(0x1d0)]=_0x1fd924=>{const _0x38aaf3=a68_0xfd07ff,_0x228275={'VlmRB':function(_0x4f543f,_0x124e8a){return _0x4f543f(_0x124e8a);},'fzQgh':function(_0x275154,_0x33551a){return _0x275154(_0x33551a);},'ebcXY':function(_0x998205,_0xa0df7d){return _0x998205-_0xa0df7d;},'ZZDOk':function(_0x1f03e5,_0x28f296){return _0x1f03e5(_0x28f296);},'TDJMl':function(_0x4ea8a5,_0x3f6145){return _0x4ea8a5===_0x3f6145;},'OVxBv':_0x38aaf3(0x264),'RtLXi':'sanqk','qepUU':function(_0x3e7dff,_0x3549da){return _0x3e7dff(_0x3549da);},'PMNrg':_0x38aaf3(0x1c3),'ropJU':function(_0x1f356d,_0xb03a88){return _0x1f356d!==_0xb03a88;},'eyhfJ':_0x38aaf3(0x1ef),'VKlPs':_0x38aaf3(0x247)};this[_0x38aaf3(0x233)]&&(_0x228275[_0x38aaf3(0x1e9)](_0x228275[_0x38aaf3(0x23d)],_0x228275[_0x38aaf3(0x1e1)])?(_0x5a95e4[_0x38aaf3(0x23a)]?_0x228275['VlmRB'](_0x23dc61,_0x38aaf3(0x229)+_0x36e428+_0x38aaf3(0x24d)+_0x27cccb['response']['status']+'\x20'+_0x25739b[_0x38aaf3(0x23a)][_0x38aaf3(0x22d)]+'\x20'+_0x427a12[_0x38aaf3(0x1ea)](_0x10549a[_0x38aaf3(0x23a)][_0x38aaf3(0x1df)])):_0x228275[_0x38aaf3(0x204)](_0xe21cb,_0x38aaf3(0x229)+_0x3bec55+_0x38aaf3(0x24d)+(_0x204fdb['message']||_0x45e7c7)),this[_0x38aaf3(0x257)]=_0x1853b1['max'](0x0,_0x228275['ebcXY'](this['pendingUploads'],_0xac9b4e[_0x38aaf3(0x1f0)]))):(_0x228275['qepUU'](clearInterval,this[_0x38aaf3(0x233)]),this[_0x38aaf3(0x233)]=null,_0x228275[_0x38aaf3(0x1e9)](_0x1fd924,_0x228275[_0x38aaf3(0x243)])&&(_0x228275[_0x38aaf3(0x246)](_0x228275[_0x38aaf3(0x22a)],_0x228275[_0x38aaf3(0x1d2)])?this[_0x38aaf3(0x1fc)]=![]:_0x228275[_0x38aaf3(0x21a)](_0x49741a,'EXCEPTION\x20IN\x20'+_0x56ace1+_0x38aaf3(0x24d)+(_0x519cd7[_0x38aaf3(0x252)]||_0x504103)))));};[a68_0xfd07ff(0x213)]=()=>{const _0x3f8e66=a68_0xfd07ff,_0x35757f={};_0x35757f[_0x3f8e66(0x1de)]=function(_0xc2457f,_0x33f68f){return _0xc2457f>=_0x33f68f;};const _0x3b808c=_0x35757f;return _0x3b808c[_0x3f8e66(0x1de)](this[_0x3f8e66(0x237)][_0x3f8e66(0x1f0)],BATCH_SIZE);};async[a68_0xfd07ff(0x205)](_0x597f75=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x55161a=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x547179=a68_0xfd07ff,_0x4286db={'giTAB':function(_0x27e1ba,_0x4b12f8){return _0x27e1ba(_0x4b12f8);},'NksfB':function(_0x374b2e,_0x4bebe7){return _0x374b2e<=_0x4bebe7;},'UVPnt':function(_0x10b951,_0x21916e){return _0x10b951===_0x21916e;},'tWDpx':'kjCdw','MJMEV':function(_0x2a3234,_0xe3b3f0){return _0x2a3234-_0xe3b3f0;}};if(_0x4286db[_0x547179(0x218)](this[_0x547179(0x257)],0x0)||_0x4286db[_0x547179(0x218)](_0x597f75,0x0)){if(_0x4286db['UVPnt'](_0x4286db[_0x547179(0x1f6)],_0x4286db['tWDpx']))return;else _0x4286db[_0x547179(0x20c)](_0x19db63,'EXCEPTION\x20IN\x20'+_0x8fbcaf+_0x547179(0x24d)+_0x3371ea[_0x547179(0x23a)][_0x547179(0x20a)]+'\x20'+_0x5aee22[_0x547179(0x23a)][_0x547179(0x22d)]+'\x20'+_0x5a0ac9[_0x547179(0x1ea)](_0x135940[_0x547179(0x23a)][_0x547179(0x1df)]));}return await _0x4286db[_0x547179(0x20c)](sleep,_0x55161a),this[_0x547179(0x205)](_0x4286db[_0x547179(0x1e8)](_0x597f75,_0x55161a));}}module[a68_0xfd07ff(0x23b)]=RequestQueueHandler;
|
|
1
|
+
const a68_0x24fe5d=a68_0x1816;(function(_0x490bc5,_0xcf9697){const _0x5e0e52=a68_0x1816,_0x3b02d8=_0x490bc5();while(!![]){try{const _0x507669=-parseInt(_0x5e0e52(0x1bd))/0x1*(-parseInt(_0x5e0e52(0x1a0))/0x2)+parseInt(_0x5e0e52(0x20d))/0x3*(-parseInt(_0x5e0e52(0x1d0))/0x4)+parseInt(_0x5e0e52(0x1ad))/0x5+-parseInt(_0x5e0e52(0x1ea))/0x6*(-parseInt(_0x5e0e52(0x201))/0x7)+parseInt(_0x5e0e52(0x1bf))/0x8*(parseInt(_0x5e0e52(0x1c8))/0x9)+-parseInt(_0x5e0e52(0x22e))/0xa*(-parseInt(_0x5e0e52(0x227))/0xb)+-parseInt(_0x5e0e52(0x1e6))/0xc;if(_0x507669===_0xcf9697)break;else _0x3b02d8['push'](_0x3b02d8['shift']());}catch(_0x4df435){_0x3b02d8['push'](_0x3b02d8['shift']());}}}(a68_0x1a86,0xd4b60));function a68_0x1a86(){const _0x3574e6=['QITth','QwTDt','ZXPqL','BFikQ','ayRWF','fkQBm','iIEgj','Tceoh','aWfjU','RlclH','ENZhs','mmWjn','startEventBatchPolling','31143060vByyZg','vGZkA','TestRunSkipped','MNbJW','45852vhrFAU','ajqyD','rXPIh','VVCeW','mvbAn','./utils','xlIJV','JxTrk','NdiLj','CLeeJ','BATCH_EVENT_TYPES','proceedWithUrl','TEST_SCREENSHOT','pVBHh','LogCreated','event_type','hKbVA','lNeFu','uploadPending','TxIlz','screenshotEventUrl','PWMJm','yhaTT','1288cCFbCd','OFrrU','includes','jxRbq','IuHwy','HBqFi','api/v1/batch','REMOVING','ExCOz','api/v1/screenshots','cOOTF','UxHle','276813kMxCGw','dmPyg','ftFbQ','FOaJm','uRHoM','YZPTY','EXCEPTION\x20IN\x20','started','add','\x20event\x20successful!','mBxpO','zhckc','nLNuC','oRhYt','OArYN','JGtOS','Shutdown-Queue','eventUrl','PuJAJ','OArQA','batchAndPostEvents','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','slice','data','lLtOu','uHilC','22341EHoVvi','Ojkuj','cOFfM','max','ywozo','length','message','2410OLFIes','nszjP','nWunM','lGEhO','ZIUcp','cLsvX','error','BqGMH','4|2|3|5|0|1','status','iMIyr','queue','ZGDjc','TestRunFinished','response','QvEBV','oYqCu','UBETJ','splice','zvBxd','UHldG','mnZyB','guKJS','POST','dtxFS','exports','push','8aRLHiB','mwwTg','logs','XpuDI','BcQKN','wGZuZ','kDPOs','RESETTING','CBTSessionCreated','diEWs','wEgpF','hBhAt','rjOeG','4024460DSNDUk','YfMBR','pWmrk','imawY','xgdvP','GorJq','tAXsc','oXhCM','shouldProceed','jNFyy','pendingUploads','LgJSH','kObcE','rWULY','cocQU','resetEventBatchPolling','76876nwDcmH','TestRunStarted','8cjQygX','BvPeh','LkEpn','Bvdit','instance','rMkTH','HnptQ','HookRunFinished','EgUGv','6618033jknaKU','UKQHo','NUxmU','Interval-Queue','stringify','YhXze','HookRunStarted','getInstance','12SZmPlI','statusText','pollEventBatchInterval','./constants','bZCLv','proceedWithData','TfOSd','removeEventBatchPolling','split'];a68_0x1a86=function(){return _0x3574e6;};return a68_0x1a86();}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x24fe5d(0x1d3)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x24fe5d(0x1ef)),util=require('util');class RequestQueueHandler{static ['instance'];['pendingUploads']=0x0;constructor(){const _0x10ccbc=a68_0x24fe5d,_0x4677be={};_0x4677be[_0x10ccbc(0x1d6)]=_0x10ccbc(0x236),_0x4677be['TDoxO']=_0x10ccbc(0x1f8),_0x4677be[_0x10ccbc(0x196)]=_0x10ccbc(0x1a8),_0x4677be[_0x10ccbc(0x199)]='TestRunFinished',_0x4677be['nWunM']=_0x10ccbc(0x1e8),_0x4677be[_0x10ccbc(0x217)]=_0x10ccbc(0x1c6),_0x4677be[_0x10ccbc(0x21c)]='TestRunStarted',_0x4677be[_0x10ccbc(0x1a9)]=_0x10ccbc(0x1ce),_0x4677be[_0x10ccbc(0x191)]=_0x10ccbc(0x207),_0x4677be[_0x10ccbc(0x1d4)]=_0x10ccbc(0x20a);const _0x68b380=_0x4677be,_0x5225ba=_0x68b380[_0x10ccbc(0x1d6)]['split']('|');let _0x594a7c=0x0;while(!![]){switch(_0x5225ba[_0x594a7c++]){case'0':this[_0x10ccbc(0x1f4)]=[_0x68b380['TDoxO'],_0x68b380[_0x10ccbc(0x196)],_0x68b380[_0x10ccbc(0x199)],_0x68b380[_0x10ccbc(0x230)],_0x68b380[_0x10ccbc(0x217)],_0x68b380[_0x10ccbc(0x21c)],_0x68b380[_0x10ccbc(0x1a9)]];continue;case'1':this[_0x10ccbc(0x1d2)]=null;continue;case'2':this[_0x10ccbc(0x214)]=![];continue;case'3':this[_0x10ccbc(0x21e)]=_0x68b380[_0x10ccbc(0x191)];continue;case'4':this[_0x10ccbc(0x190)]=[];continue;case'5':this[_0x10ccbc(0x1fe)]=_0x68b380['bZCLv'];continue;}break;}}static[a68_0x24fe5d(0x1cf)](){const _0x13939d=a68_0x24fe5d,_0x49c6c1={};_0x49c6c1[_0x13939d(0x1b6)]=function(_0x59b373,_0x25c66e){return _0x59b373!==_0x25c66e;},_0x49c6c1[_0x13939d(0x22b)]=_0x13939d(0x194);const _0x2f3475=_0x49c6c1;if(!RequestQueueHandler[_0x13939d(0x1c3)]){if(_0x2f3475[_0x13939d(0x1b6)](_0x2f3475['ywozo'],_0x2f3475[_0x13939d(0x22b)])){const _0x4deccf={};return _0x4deccf['shouldProceed']=!![],_0x4deccf['proceedWithData']=[_0x257e8a],_0x4deccf['proceedWithUrl']=this[_0x13939d(0x1fe)],_0x4deccf;}else RequestQueueHandler['instance']=new RequestQueueHandler();}return RequestQueueHandler[_0x13939d(0x1c3)];}['start']=()=>{const _0x1d3e76=a68_0x24fe5d,_0x9d662={};_0x9d662[_0x1d3e76(0x1e7)]=function(_0xb8d228,_0x224acc){return _0xb8d228===_0x224acc;},_0x9d662['OArYN']=_0x1d3e76(0x235),_0x9d662['tAXsc']=_0x1d3e76(0x1df);const _0x1c9e7f=_0x9d662;!this[_0x1d3e76(0x214)]&&(_0x1c9e7f[_0x1d3e76(0x1e7)](_0x1c9e7f[_0x1d3e76(0x21b)],_0x1c9e7f[_0x1d3e76(0x1b3)])?!this[_0x1d3e76(0x214)]&&(this[_0x1d3e76(0x214)]=!![],this[_0x1d3e76(0x1e5)]()):(this[_0x1d3e76(0x214)]=!![],this[_0x1d3e76(0x1e5)]()));};[a68_0x24fe5d(0x215)]=_0x3092a1=>{const _0x25faed=a68_0x24fe5d,_0x29ba94={};_0x29ba94['lLtOu']=_0x25faed(0x1a7),_0x29ba94[_0x25faed(0x1c2)]=function(_0x2c9e69,_0x35bcde){return _0x2c9e69===_0x35bcde;},_0x29ba94[_0x25faed(0x1ae)]=_0x25faed(0x212),_0x29ba94[_0x25faed(0x205)]=_0x25faed(0x1f6),_0x29ba94[_0x25faed(0x1ac)]=function(_0x1acc50,_0x47b9c3){return _0x1acc50!==_0x47b9c3;},_0x29ba94[_0x25faed(0x1a5)]=_0x25faed(0x1b2),_0x29ba94['ErikT']=function(_0x1bc450,_0x2913aa){return _0x1bc450===_0x2913aa;},_0x29ba94[_0x25faed(0x1db)]='WOZSf';const _0x54c7d6=_0x29ba94;if(this[_0x25faed(0x1f4)][_0x25faed(0x203)](_0x3092a1[_0x25faed(0x1f9)])){if(_0x54c7d6[_0x25faed(0x1c2)](_0x54c7d6[_0x25faed(0x1ae)],_0x54c7d6[_0x25faed(0x1ae)])){if(_0x3092a1[_0x25faed(0x1a2)]&&_0x3092a1['logs'][0x0]&&_0x54c7d6[_0x25faed(0x1c2)](_0x3092a1['logs'][0x0]['kind'],_0x54c7d6[_0x25faed(0x205)])){if(_0x54c7d6[_0x25faed(0x1ac)](_0x54c7d6['wGZuZ'],_0x54c7d6['wGZuZ'])){const _0x27e944={};_0x27e944[_0x25faed(0x22d)]=_0x3650a7['data'][_0x25faed(0x234)];throw _0x27e944;}else{const _0x46ef18={};return _0x46ef18['shouldProceed']=!![],_0x46ef18['proceedWithData']=[_0x3092a1],_0x46ef18[_0x25faed(0x1f5)]=this[_0x25faed(0x1fe)],_0x46ef18;}}this[_0x25faed(0x190)]['push'](_0x3092a1);let _0x413742=null;const _0x30a8b5=this[_0x25faed(0x1b5)]();_0x30a8b5&&(_0x54c7d6['ErikT'](_0x54c7d6[_0x25faed(0x1db)],_0x54c7d6['ZXPqL'])?(_0x413742=this[_0x25faed(0x190)][_0x25faed(0x223)](0x0,BATCH_SIZE),this[_0x25faed(0x190)]['splice'](0x0,BATCH_SIZE),this['resetEventBatchPolling']()):(this[_0x25faed(0x1d7)](_0x54c7d6[_0x25faed(0x225)]),this[_0x25faed(0x1e5)]()));const _0x81cce0={};return _0x81cce0[_0x25faed(0x1b5)]=_0x30a8b5,_0x81cce0['proceedWithData']=_0x413742,_0x81cce0[_0x25faed(0x1f5)]=this['eventUrl'],_0x81cce0;}else _0x58f2e0=this[_0x25faed(0x190)][_0x25faed(0x223)](0x0,_0x5e06e4),this[_0x25faed(0x190)]['splice'](0x0,_0x8e3cd8),this[_0x25faed(0x1bc)]();}const _0x53c87a={};return _0x53c87a['shouldProceed']=!![],_0x53c87a;};['shutdown']=async()=>{const _0x35f835=a68_0x24fe5d,_0xe1f69e={'mXWcH':function(_0x5f4120,_0x54d28e){return _0x5f4120(_0x54d28e);},'rMkTH':function(_0x4aa9a9,_0x45b139){return _0x4aa9a9===_0x45b139;},'uRHoM':_0x35f835(0x208),'xlIJV':function(_0x5ec389,_0x579822){return _0x5ec389>_0x579822;},'Tceoh':_0x35f835(0x1f7),'Sngbu':_0x35f835(0x21d)};await this[_0x35f835(0x1fc)](),this['removeEventBatchPolling'](_0xe1f69e[_0x35f835(0x211)]);while(_0xe1f69e[_0x35f835(0x1f0)](this['queue'][_0x35f835(0x22c)],0x0)){if(_0xe1f69e[_0x35f835(0x1c4)](_0xe1f69e[_0x35f835(0x1e0)],_0xe1f69e[_0x35f835(0x1e0)])){const _0x3495f6=this[_0x35f835(0x190)][_0x35f835(0x223)](0x0,BATCH_SIZE);this[_0x35f835(0x190)][_0x35f835(0x197)](0x0,BATCH_SIZE),await this[_0x35f835(0x221)](this[_0x35f835(0x21e)],_0xe1f69e['Sngbu'],_0x3495f6);}else this[_0x35f835(0x1d2)]&&(_0xe1f69e['mXWcH'](_0x5198dc,this['pollEventBatchInterval']),this['pollEventBatchInterval']=null,_0xe1f69e[_0x35f835(0x1c4)](_0x131892,_0xe1f69e[_0x35f835(0x211)])&&(this[_0x35f835(0x214)]=![]));}};[a68_0x24fe5d(0x221)]=async(_0x5a66ba,_0x4cf9ea,_0x114b3b)=>{const _0x1a1460=a68_0x24fe5d,_0x3dcdbe={'aWfjU':function(_0x31b885,_0xaaba27){return _0x31b885(_0xaaba27);},'UKQHo':function(_0x18a81d,_0x30f09f){return _0x18a81d>=_0x30f09f;},'cocQU':function(_0x46050b,_0x5dbf92){return _0x46050b===_0x5dbf92;},'NdiLj':_0x1a1460(0x208),'iMIyr':function(_0x4308be){return _0x4308be();},'JxTrk':_0x1a1460(0x1fb),'nLNuC':function(_0x1a9b4e,_0xb80e80,_0x199330,_0x341162,_0x26161a){return _0x1a9b4e(_0xb80e80,_0x199330,_0x341162,_0x26161a);},'npPJf':_0x1a1460(0x19c),'mnZyB':function(_0x19dbb8,_0x48946b){return _0x19dbb8===_0x48946b;},'yhaTT':'XLxez','HBqFi':_0x1a1460(0x1f3),'jxRbq':function(_0xd49a9f,_0x2ccac3){return _0xd49a9f===_0x2ccac3;},'SLsAK':_0x1a1460(0x1a6),'ayRWF':_0x1a1460(0x231),'oXhCM':function(_0x34f60c,_0x391576){return _0x34f60c(_0x391576);},'LkEpn':function(_0x5ec67b,_0x4dc3a4){return _0x5ec67b-_0x4dc3a4;},'EgUGv':function(_0x532415,_0x40c682){return _0x532415===_0x40c682;},'NUxmU':'PVpQy','DLaxR':function(_0x5aac0f,_0x2283c3){return _0x5aac0f!==_0x2283c3;},'xgdvP':_0x1a1460(0x210),'wEgpF':_0x1a1460(0x1dc),'FjeDh':_0x1a1460(0x1ba),'nszjP':function(_0x5bd24e,_0xe53204){return _0x5bd24e(_0xe53204);}},_0x27126e={'headers':_0x3dcdbe[_0x1a1460(0x18f)](getDefaultHeaders)};try{if(_0x3dcdbe[_0x1a1460(0x1bb)](_0x3dcdbe['JxTrk'],_0x3dcdbe[_0x1a1460(0x1f1)])){const _0x238b29=await _0x3dcdbe[_0x1a1460(0x219)](nodeRequest,_0x3dcdbe['npPJf'],_0x5a66ba,_0x114b3b,_0x27126e);if(_0x238b29[_0x1a1460(0x224)][_0x1a1460(0x234)]){if(_0x3dcdbe[_0x1a1460(0x19a)](_0x3dcdbe[_0x1a1460(0x200)],_0x3dcdbe[_0x1a1460(0x206)]))_0x3dcdbe[_0x1a1460(0x1e1)](_0x266323,_0x1a1460(0x213)+_0x29b79e+_0x1a1460(0x222)+(_0x2e1034[_0x1a1460(0x22d)]||_0x253bb9));else{const _0xabdea5={};_0xabdea5[_0x1a1460(0x22d)]=_0x238b29[_0x1a1460(0x224)][_0x1a1460(0x234)];throw _0xabdea5;}}else{if(_0x3dcdbe[_0x1a1460(0x204)](_0x3dcdbe['SLsAK'],_0x3dcdbe[_0x1a1460(0x1dd)]))return!_0x49865b[_0x1a1460(0x1c3)]&&(_0x2ef655[_0x1a1460(0x1c3)]=new _0x247d28()),_0x3949e7[_0x1a1460(0x1c3)];else _0x3dcdbe[_0x1a1460(0x1b4)](debug,_0x4cf9ea+_0x1a1460(0x216)),this[_0x1a1460(0x1b7)]=Math[_0x1a1460(0x22a)](0x0,_0x3dcdbe[_0x1a1460(0x1c1)](this[_0x1a1460(0x1b7)],_0x114b3b[_0x1a1460(0x22c)]));}}else return _0x3dcdbe[_0x1a1460(0x1c9)](this[_0x1a1460(0x190)]['length'],_0x4efea9);}catch(_0x210a82){_0x3dcdbe['EgUGv'](_0x3dcdbe[_0x1a1460(0x1ca)],_0x3dcdbe['NUxmU'])?(_0x210a82[_0x1a1460(0x193)]?_0x3dcdbe['DLaxR'](_0x3dcdbe[_0x1a1460(0x1b1)],_0x3dcdbe[_0x1a1460(0x1b1)])?_0x5aeebf[_0x1a1460(0x1c3)]=new _0x1c4852():_0x3dcdbe[_0x1a1460(0x1b4)](debug,_0x1a1460(0x213)+_0x4cf9ea+_0x1a1460(0x222)+_0x210a82[_0x1a1460(0x193)][_0x1a1460(0x18e)]+'\x20'+_0x210a82[_0x1a1460(0x193)]['statusText']+'\x20'+JSON['stringify'](_0x210a82[_0x1a1460(0x193)][_0x1a1460(0x224)])):_0x3dcdbe[_0x1a1460(0x1c7)](_0x3dcdbe[_0x1a1460(0x1aa)],_0x3dcdbe['FjeDh'])?(_0x3dcdbe[_0x1a1460(0x1e1)](_0x3570dd,this['pollEventBatchInterval']),this['pollEventBatchInterval']=null,_0x3dcdbe[_0x1a1460(0x1bb)](_0x3b2169,_0x3dcdbe[_0x1a1460(0x1f2)])&&(this[_0x1a1460(0x214)]=![])):_0x3dcdbe[_0x1a1460(0x22f)](debug,_0x1a1460(0x213)+_0x4cf9ea+_0x1a1460(0x222)+(_0x210a82[_0x1a1460(0x22d)]||_0x210a82)),this[_0x1a1460(0x1b7)]=Math[_0x1a1460(0x22a)](0x0,_0x3dcdbe['LkEpn'](this[_0x1a1460(0x1b7)],_0x114b3b[_0x1a1460(0x22c)]))):this[_0x1a1460(0x214)]=![];}};[a68_0x24fe5d(0x1e5)]=()=>{const _0xb4aaf7=a68_0x24fe5d,_0xf36e1e={'NtjDv':function(_0x5f07e8,_0x29a78a){return _0x5f07e8===_0x29a78a;},'QwTDt':_0xb4aaf7(0x1f6),'guKJS':'4|5|1|0|2|3','IcddD':_0xb4aaf7(0x20a),'ajqyD':_0xb4aaf7(0x207),'RlclH':_0xb4aaf7(0x1f8),'mwwTg':_0xb4aaf7(0x1a8),'LdReb':_0xb4aaf7(0x192),'mmWjn':'TestRunSkipped','oRhYt':_0xb4aaf7(0x1c6),'hBhAt':_0xb4aaf7(0x1be),'rXPIh':'HookRunStarted','BcQKN':function(_0x1060bb,_0x25d543){return _0x1060bb!==_0x25d543;},'hKbVA':'wdGoN','ISfmS':function(_0x447d47,_0x4ecc36){return _0x447d47>_0x4ecc36;},'MNbJW':function(_0xeb1f30,_0x1bc527){return _0xeb1f30===_0x1bc527;},'PWMJm':_0xb4aaf7(0x20e),'zvBxd':_0xb4aaf7(0x19d),'OFrrU':_0xb4aaf7(0x1cb),'LgJSH':function(_0x306dda,_0x40da46,_0x46f321){return _0x306dda(_0x40da46,_0x46f321);}};this[_0xb4aaf7(0x1d2)]=_0xf36e1e[_0xb4aaf7(0x1b8)](setInterval,async()=>{const _0x4bd647=_0xb4aaf7,_0x538d81={};_0x538d81[_0x4bd647(0x220)]=_0xf36e1e[_0x4bd647(0x19b)],_0x538d81[_0x4bd647(0x226)]=_0xf36e1e['IcddD'],_0x538d81[_0x4bd647(0x20f)]=_0xf36e1e[_0x4bd647(0x1eb)],_0x538d81['NiwYR']=_0xf36e1e[_0x4bd647(0x1e2)],_0x538d81['cLsvX']=_0xf36e1e[_0x4bd647(0x1a1)],_0x538d81[_0x4bd647(0x1af)]=_0xf36e1e['LdReb'],_0x538d81[_0x4bd647(0x1d9)]=_0xf36e1e[_0x4bd647(0x1e4)],_0x538d81[_0x4bd647(0x1ee)]=_0xf36e1e[_0x4bd647(0x21a)],_0x538d81[_0x4bd647(0x1fd)]=_0xf36e1e[_0x4bd647(0x1ab)],_0x538d81[_0x4bd647(0x1c5)]=_0xf36e1e[_0x4bd647(0x1ec)];const _0x268b18=_0x538d81;if(_0xf36e1e[_0x4bd647(0x1a4)](_0xf36e1e[_0x4bd647(0x1fa)],_0xf36e1e[_0x4bd647(0x1fa)])){if(_0x1f6096['logs']&&_0x1b505f[_0x4bd647(0x1a2)][0x0]&&_0xf36e1e['NtjDv'](_0x25b49c[_0x4bd647(0x1a2)][0x0]['kind'],_0xf36e1e[_0x4bd647(0x1da)])){const _0x16c67f={};return _0x16c67f[_0x4bd647(0x1b5)]=!![],_0x16c67f[_0x4bd647(0x1d5)]=[_0x34a508],_0x16c67f['proceedWithUrl']=this[_0x4bd647(0x1fe)],_0x16c67f;}this[_0x4bd647(0x190)]['push'](_0x1d4084);let _0x1a5a46=null;const _0xee476c=this[_0x4bd647(0x1b5)]();_0xee476c&&(_0x1a5a46=this[_0x4bd647(0x190)][_0x4bd647(0x223)](0x0,_0x4704cc),this[_0x4bd647(0x190)]['splice'](0x0,_0x375809),this['resetEventBatchPolling']());const _0x38a254={};return _0x38a254[_0x4bd647(0x1b5)]=_0xee476c,_0x38a254['proceedWithData']=_0x1a5a46,_0x38a254[_0x4bd647(0x1f5)]=this[_0x4bd647(0x21e)],_0x38a254;}else{if(_0xf36e1e['ISfmS'](this[_0x4bd647(0x190)][_0x4bd647(0x22c)],0x0)){if(_0xf36e1e[_0x4bd647(0x1e9)](_0xf36e1e[_0x4bd647(0x1ff)],_0xf36e1e[_0x4bd647(0x198)])){const _0xfc387d=_0x268b18[_0x4bd647(0x220)][_0x4bd647(0x1d8)]('|');let _0x70c772=0x0;while(!![]){switch(_0xfc387d[_0x70c772++]){case'0':this[_0x4bd647(0x1fe)]=_0x268b18[_0x4bd647(0x226)];continue;case'1':this[_0x4bd647(0x21e)]=_0x268b18['ftFbQ'];continue;case'2':this[_0x4bd647(0x1f4)]=[_0x268b18['NiwYR'],_0x268b18[_0x4bd647(0x233)],_0x268b18['pWmrk'],_0x268b18[_0x4bd647(0x1d9)],_0x268b18['mvbAn'],_0x268b18[_0x4bd647(0x1fd)],_0x268b18[_0x4bd647(0x1c5)]];continue;case'3':this[_0x4bd647(0x1d2)]=null;continue;case'4':this[_0x4bd647(0x190)]=[];continue;case'5':this[_0x4bd647(0x214)]=![];continue;}break;}}else{const _0x529e18=this['queue'][_0x4bd647(0x223)](0x0,BATCH_SIZE);this[_0x4bd647(0x190)][_0x4bd647(0x197)](0x0,BATCH_SIZE),await this[_0x4bd647(0x221)](this[_0x4bd647(0x21e)],_0xf36e1e[_0x4bd647(0x202)],_0x529e18);}}}},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x10fb4f=a68_0x24fe5d,_0x3db47b={};_0x3db47b[_0x10fb4f(0x20c)]=_0x10fb4f(0x1a7);const _0x4bab8e=_0x3db47b;this[_0x10fb4f(0x1d7)](_0x4bab8e['UxHle']),this[_0x10fb4f(0x1e5)]();};[a68_0x24fe5d(0x1d7)]=_0x2e5be9=>{const _0x5921bf=a68_0x24fe5d,_0x416395={'iINpO':function(_0x7fa79a,_0x198f16){return _0x7fa79a===_0x198f16;},'cOOTF':_0x5921bf(0x1f6),'ENZhs':function(_0x5f8092,_0x373cdf){return _0x5f8092(_0x373cdf);},'ExCOz':function(_0x2356d0,_0x50a08c){return _0x2356d0-_0x50a08c;},'oYqCu':function(_0x374e51,_0x3dcfce){return _0x374e51!==_0x3dcfce;},'VVCeW':'JZcFT','Ojkuj':_0x5921bf(0x1cd),'PuJAJ':function(_0x5f0f3e,_0x488b56){return _0x5f0f3e(_0x488b56);},'fkQBm':'REMOVING','xtzBL':function(_0x1c2512,_0x30ebb9){return _0x1c2512===_0x30ebb9;},'XpuDI':_0x5921bf(0x229)};if(this['pollEventBatchInterval']){if(_0x416395[_0x5921bf(0x195)](_0x416395[_0x5921bf(0x1ed)],_0x416395[_0x5921bf(0x228)])){_0x416395[_0x5921bf(0x21f)](clearInterval,this[_0x5921bf(0x1d2)]),this[_0x5921bf(0x1d2)]=null;if(_0x416395['iINpO'](_0x2e5be9,_0x416395[_0x5921bf(0x1de)])){if(_0x416395['xtzBL'](_0x416395[_0x5921bf(0x1a3)],_0x416395['XpuDI']))this['started']=![];else{if(this['BATCH_EVENT_TYPES'][_0x5921bf(0x203)](_0x2c22e7[_0x5921bf(0x1f9)])){if(_0x2396c3[_0x5921bf(0x1a2)]&&_0x3eab6d['logs'][0x0]&&_0x416395['iINpO'](_0x19c8d4[_0x5921bf(0x1a2)][0x0]['kind'],_0x416395[_0x5921bf(0x20b)])){const _0x4079f2={};return _0x4079f2['shouldProceed']=!![],_0x4079f2['proceedWithData']=[_0x5f1252],_0x4079f2[_0x5921bf(0x1f5)]=this['screenshotEventUrl'],_0x4079f2;}this[_0x5921bf(0x190)][_0x5921bf(0x19f)](_0x3c56f2);let _0x11502c=null;const _0x35010d=this[_0x5921bf(0x1b5)]();_0x35010d&&(_0x11502c=this[_0x5921bf(0x190)][_0x5921bf(0x223)](0x0,_0x618316),this[_0x5921bf(0x190)][_0x5921bf(0x197)](0x0,_0x26a917),this[_0x5921bf(0x1bc)]());const _0x3234b2={};return _0x3234b2[_0x5921bf(0x1b5)]=_0x35010d,_0x3234b2[_0x5921bf(0x1d5)]=_0x11502c,_0x3234b2['proceedWithUrl']=this[_0x5921bf(0x21e)],_0x3234b2;}const _0x35633b={};return _0x35633b[_0x5921bf(0x1b5)]=!![],_0x35633b;}}}else _0x408c95[_0x5921bf(0x193)]?_0x416395['ENZhs'](_0x4ad5b4,'EXCEPTION\x20IN\x20'+_0x171f27+_0x5921bf(0x222)+_0x10f536['response'][_0x5921bf(0x18e)]+'\x20'+_0x25b9b3[_0x5921bf(0x193)]['statusText']+'\x20'+_0x1f0b16[_0x5921bf(0x1cc)](_0x492d86['response']['data'])):_0x416395[_0x5921bf(0x1e3)](_0xeb9c9a,'EXCEPTION\x20IN\x20'+_0x15b7dc+_0x5921bf(0x222)+(_0x249de4[_0x5921bf(0x22d)]||_0x5a5cf8)),this['pendingUploads']=_0x39ff2c[_0x5921bf(0x22a)](0x0,_0x416395[_0x5921bf(0x209)](this[_0x5921bf(0x1b7)],_0x4302a6[_0x5921bf(0x22c)]));}};['shouldProceed']=()=>{const _0x3a8b72=a68_0x24fe5d,_0x1d565a={};_0x1d565a['zhckc']=function(_0x36e29c,_0x5e8fce){return _0x36e29c>=_0x5e8fce;};const _0x44654c=_0x1d565a;return _0x44654c[_0x3a8b72(0x218)](this[_0x3a8b72(0x190)][_0x3a8b72(0x22c)],BATCH_SIZE);};async[a68_0x24fe5d(0x1fc)](_0x44417c=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x17134f=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x330e08=a68_0x24fe5d,_0x3beff1={'imawY':function(_0x201f03,_0x5e8639){return _0x201f03(_0x5e8639);},'kObcE':function(_0x2a89d1,_0x890079){return _0x2a89d1<=_0x890079;},'TeEoq':function(_0x427930,_0x1a51e3){return _0x427930===_0x1a51e3;},'ZIUcp':'zFSpB','zbHnI':'EViCa','BvPeh':function(_0x1a4e9d,_0x408b46){return _0x1a4e9d-_0x408b46;}};if(_0x3beff1[_0x330e08(0x1b9)](this[_0x330e08(0x1b7)],0x0)||_0x3beff1[_0x330e08(0x1b9)](_0x44417c,0x0)){if(_0x3beff1['TeEoq'](_0x3beff1[_0x330e08(0x232)],_0x3beff1['zbHnI']))_0x3beff1[_0x330e08(0x1b0)](_0x31ccab,_0x330e08(0x213)+_0x2eab46+_0x330e08(0x222)+_0x999f0c['response'][_0x330e08(0x18e)]+'\x20'+_0x3e99e0['response'][_0x330e08(0x1d1)]+'\x20'+_0x2a69c5[_0x330e08(0x1cc)](_0x17500f[_0x330e08(0x193)][_0x330e08(0x224)]));else return;}return await _0x3beff1[_0x330e08(0x1b0)](sleep,_0x17134f),this['uploadPending'](_0x3beff1[_0x330e08(0x1c0)](_0x44417c,_0x17134f));}}function a68_0x1816(_0xa86d61,_0x229642){const _0x1a869f=a68_0x1a86();return a68_0x1816=function(_0x1816f0,_0x1838e4){_0x1816f0=_0x1816f0-0x18e;let _0x35b155=_0x1a869f[_0x1816f0];return _0x35b155;},a68_0x1816(_0xa86d61,_0x229642);}module[a68_0x24fe5d(0x19e)]=RequestQueueHandler;
|