browserstack-node-sdk 1.31.14 → 1.31.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/CFTemplates/aws-eks-cluster-dep.yaml +5 -0
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -0
- package/ats/src/commands/start_commands/grid.js +1 -0
- package/ats/src/commands/stop.js +1 -0
- package/ats/src/commands/stop_commands/grid.js +1 -0
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/gcpresources/gkecluster.json +37 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a63_0x46860c=a63_0x3ed7;(function(_0x5c00c0,_0x193f41){const _0x59f942=a63_0x3ed7,_0x5bf7c8=_0x5c00c0();while(!![]){try{const _0x4f0a68=-parseInt(_0x59f942(0x245))/0x1+parseInt(_0x59f942(0x1b6))/0x2+-parseInt(_0x59f942(0x21f))/0x3*(-parseInt(_0x59f942(0x271))/0x4)+-parseInt(_0x59f942(0x1aa))/0x5*(-parseInt(_0x59f942(0x235))/0x6)+-parseInt(_0x59f942(0x1e3))/0x7*(parseInt(_0x59f942(0x22d))/0x8)+parseInt(_0x59f942(0x207))/0x9+-parseInt(_0x59f942(0x23d))/0xa;if(_0x4f0a68===_0x193f41)break;else _0x5bf7c8['push'](_0x5bf7c8['shift']());}catch(_0x33b21d){_0x5bf7c8['push'](_0x5bf7c8['shift']());}}}(a63_0x3fd8,0x50891));const fs=require('fs'),{performance,PerformanceObserver}=require(a63_0x46860c(0x18e)),{sleep,debug}=require(a63_0x46860c(0x18b)),path=require('path'),logger=require('./logger')['winstonLogger'];class PerformanceTester{static [a63_0x46860c(0x199)];static ['_events']=[];static ['_measureEvents']=[];static [a63_0x46860c(0x27c)]=[];static [a63_0x46860c(0x1f9)]=![];static [a63_0x46860c(0x1e2)]=a63_0x46860c(0x1b3);static [a63_0x46860c(0x230)]=a63_0x46860c(0x231);static[a63_0x46860c(0x220)](_0xad3be8=a63_0x46860c(0x1b3),_0x37d0b5=a63_0x46860c(0x231)){const _0x384c0f=a63_0x46860c,_0x49f5fc={'JfVFB':function(_0x366072,_0x57963d){return _0x366072>_0x57963d;},'CqYDG':function(_0x241fc3,_0x425a4a){return _0x241fc3===_0x425a4a;},'CiDsk':_0x384c0f(0x182),'DyxOR':'cGZgL','DpULy':_0x384c0f(0x24c),'QKSjJ':_0x384c0f(0x28f),'MKqNK':_0x384c0f(0x193),'KApDw':function(_0x35b0bd,_0x22c2a6){return _0x35b0bd!==_0x22c2a6;},'DWJaB':_0x384c0f(0x1a0),'LyLGp':_0x384c0f(0x20e),'SOfnD':function(_0x5ed1ea,_0x461b71){return _0x5ed1ea(_0x461b71);},'rocZV':function(_0x36a323,_0x55afde){return _0x36a323===_0x55afde;},'pppHC':_0x384c0f(0x23e),'AHytA':_0x384c0f(0x1a2),'xgaPu':function(_0x1f27a2,_0x211c19){return _0x1f27a2===_0x211c19;},'unljU':_0x384c0f(0x1a3),'jSenQ':'function'};if(this[_0x384c0f(0x1f9)]||!this[_0x384c0f(0x229)]()){if(_0x49f5fc[_0x384c0f(0x17f)](_0x49f5fc[_0x384c0f(0x1e8)],_0x49f5fc[_0x384c0f(0x1e8)]))return;else{if(!_0x142783['existsSync'](this[_0x384c0f(0x230)]))return this[_0x384c0f(0x27c)];let _0x5e4df3=_0x440a23['readFileSync'](this[_0x384c0f(0x230)])[_0x384c0f(0x187)]();_0x5e4df3='['+_0x5e4df3[_0x384c0f(0x22b)](0x0,-0x1)+']';let _0x48b333=_0x29ded3[_0x384c0f(0x1ff)](_0x5e4df3);return _0x49f5fc['JfVFB'](this[_0x384c0f(0x27c)][_0x384c0f(0x286)],0x0)&&(_0x48b333=_0x48b333[_0x384c0f(0x1c1)](this[_0x384c0f(0x27c)])),_0x357475['unlinkSync'](this[_0x384c0f(0x230)]),_0x48b333;}}this[_0x384c0f(0x199)]=new PerformanceObserver(_0x5e8eac=>{const _0x1715a1=_0x384c0f,_0x451017={'HkLjR':function(_0x1934c2,_0x5b3213){const _0xfd1012=a63_0x3ed7;return _0x49f5fc[_0xfd1012(0x1f1)](_0x1934c2,_0x5b3213);}};if(_0x49f5fc[_0x1715a1(0x1e0)](_0x49f5fc[_0x1715a1(0x190)],_0x49f5fc['AHytA'])){const _0x12e634={};return _0x12e634[_0x1715a1(0x1d9)]=_0x32303e,_0x12e634[_0x1715a1(0x1e7)]=_0xbd1a85,_0x12e634;}else _0x5e8eac[_0x1715a1(0x1ea)]()['forEach'](_0x142b29=>{const _0x5e2103=_0x1715a1;if(_0x49f5fc[_0x5e2103(0x1fb)](_0x49f5fc['CiDsk'],_0x49f5fc[_0x5e2103(0x1d5)])){_0x451017[_0x5e2103(0x189)](_0x20b925,_0x5e2103(0x247)+_0x56b87f[_0x5e2103(0x187)]());return;}else _0x49f5fc['CqYDG'](_0x142b29['entryType'],_0x49f5fc[_0x5e2103(0x19c)])?_0x49f5fc[_0x5e2103(0x1fb)](_0x49f5fc['QKSjJ'],_0x49f5fc[_0x5e2103(0x210)])?this[_0x5e2103(0x1b2)][_0x5e2103(0x1d4)](_0x1fba12):this[_0x5e2103(0x237)][_0x5e2103(0x1d4)](_0x142b29):_0x49f5fc[_0x5e2103(0x17e)](_0x49f5fc[_0x5e2103(0x1dd)],_0x49f5fc[_0x5e2103(0x213)])?this['_events']['push'](_0x142b29):(_0x581243[_0x250a77['name']]=_0x458521,_0x3d697c[_0x49d0ab[_0x5e2103(0x1d9)]]=0x1);});});const _0x31eb43={};_0x31eb43[_0x384c0f(0x22a)]=!![],_0x31eb43[_0x384c0f(0x200)]=[_0x49f5fc['jSenQ'],_0x49f5fc['DpULy']],this[_0x384c0f(0x199)][_0x384c0f(0x1b9)](_0x31eb43),this['started']=!![],this[_0x384c0f(0x1e2)]=_0xad3be8,this[_0x384c0f(0x230)]=_0x37d0b5;}static[a63_0x46860c(0x250)](){return performance;}static[a63_0x46860c(0x1f2)](_0x328c4,_0x30696e){const _0x402e5e=a63_0x46860c,_0x40df48={};_0x40df48[_0x402e5e(0x1ae)]=function(_0x50fee2,_0x936767){return _0x50fee2+_0x936767;},_0x40df48[_0x402e5e(0x298)]=function(_0x2b6b37,_0xeb4a5){return _0x2b6b37||_0xeb4a5;},_0x40df48[_0x402e5e(0x263)]=function(_0x461256,_0x54a8a1){return _0x461256===_0x54a8a1;},_0x40df48[_0x402e5e(0x290)]=_0x402e5e(0x1a6),_0x40df48[_0x402e5e(0x1b4)]=_0x402e5e(0x211),_0x40df48[_0x402e5e(0x19a)]=_0x402e5e(0x27f),_0x40df48[_0x402e5e(0x195)]=function(_0x312b2f,_0x40872f){return _0x312b2f/_0x40872f;},_0x40df48[_0x402e5e(0x214)]=function(_0x361093,_0x504c40){return _0x361093+_0x504c40;},_0x40df48[_0x402e5e(0x18a)]=function(_0x305063,_0x299d70){return _0x305063*_0x299d70;},_0x40df48[_0x402e5e(0x278)]=function(_0x497dec,_0x1ba057){return _0x497dec!==_0x1ba057;},_0x40df48['qJwDE']=_0x402e5e(0x1c3),_0x40df48['ESTrS']=_0x402e5e(0x25b),_0x40df48[_0x402e5e(0x260)]=function(_0x825862,_0xc2b65d){return _0x825862+_0xc2b65d;},_0x40df48[_0x402e5e(0x1fc)]=function(_0x414fd9,_0x487342){return _0x414fd9||_0x487342;},_0x40df48['rbMzs']=function(_0x514284,_0x4b7e4e){return _0x514284===_0x4b7e4e;},_0x40df48[_0x402e5e(0x1af)]='LjxJE';const _0x2b795f=_0x40df48,_0x37afff={};if(!_0x328c4||_0x2b795f['uBoZp'](_0x328c4[_0x402e5e(0x286)],0x0)){if(_0x2b795f[_0x402e5e(0x252)](_0x2b795f['NVROh'],_0x2b795f[_0x402e5e(0x1af)]))return;else return this['_errorEvents'];}_0x328c4[_0x402e5e(0x295)](_0x1b0766=>{const _0x11921e=_0x402e5e,_0x34f027={'azKiR':function(_0x222f92,_0x447d1d){return _0x2b795f['TFqIj'](_0x222f92,_0x447d1d);},'notKZ':function(_0x431196,_0x3973fb){const _0x2dc55d=a63_0x3ed7;return _0x2b795f[_0x2dc55d(0x298)](_0x431196,_0x3973fb);}};if(_0x2b795f[_0x11921e(0x263)](_0x2b795f[_0x11921e(0x290)],_0x2b795f[_0x11921e(0x290)])){if(!_0x37afff[_0x1b0766[_0x11921e(0x1d9)]]){if(_0x2b795f[_0x11921e(0x263)](_0x2b795f[_0x11921e(0x1b4)],_0x2b795f[_0x11921e(0x19a)]))return;else _0x37afff[_0x1b0766['name']]=0x0;}_0x37afff[_0x1b0766[_0x11921e(0x1d9)]]+=_0x1b0766[_0x11921e(0x1e7)];}else return _0x34f027['azKiR'](_0xe8b45e[_0x200fcf],_0x34f027[_0x11921e(0x221)](_0x3fbc92,0x0));});const _0x1e6f40=_0x30696e[_0x402e5e(0x1bd)]((_0x4e3ef5,_0x4c905b)=>{const _0x307599=_0x402e5e,_0x223758={'vjNgk':function(_0xc22c65,_0x287a58){const _0x14118b=a63_0x3ed7;return _0x2b795f[_0x14118b(0x195)](_0xc22c65,_0x287a58);},'jCFGc':function(_0x59e282,_0x4e346f){return _0x2b795f['JIdvo'](_0x59e282,_0x4e346f);},'mFeEN':function(_0x15e5de,_0x1d2406){const _0x169d7b=a63_0x3ed7;return _0x2b795f[_0x169d7b(0x18a)](_0x15e5de,_0x1d2406);},'mjErH':function(_0x3f96e3,_0x59e416){const _0x45f371=a63_0x3ed7;return _0x2b795f[_0x45f371(0x1ae)](_0x3f96e3,_0x59e416);}};if(_0x2b795f[_0x307599(0x278)](_0x2b795f[_0x307599(0x242)],_0x2b795f[_0x307599(0x28b)]))return _0x2b795f[_0x307599(0x260)](_0x37afff[_0x4c905b],_0x2b795f[_0x307599(0x1fc)](_0x4e3ef5,0x0));else{const _0x15c802=_0x4765fb[_0x307599(0x1d9)][_0x307599(0x264)](_0x2118db),_0x828b72={};_0x828b72[_0x307599(0x1d9)]=_0x228a68[_0x307599(0x1d9)],_0x828b72['duration']=_0x7cf376[_0x307599(0x1e7)]||0x0;const _0x397e64=_0x828b72;_0x15c802&&(_0x397e64[_0x307599(0x1d9)]=_0x15c802[0x1],_0x397e64[_0x307599(0x2a2)]=_0x2d8c3f['parse'](_0x15c802[0x2]));if(_0x3e0896[_0x397e64[_0x307599(0x1d9)]]){const _0x528599=_0x5decfd[_0x397e64[_0x307599(0x1d9)]],_0x3cc8cb=_0x5b1881[_0x397e64[_0x307599(0x1d9)]];_0x42d780[_0x397e64[_0x307599(0x1d9)]]['duration']=_0x223758['vjNgk'](_0x223758[_0x307599(0x1a7)](_0x223758[_0x307599(0x1f3)](_0x528599[_0x307599(0x1e7)],_0x3cc8cb),_0x397e64['duration']),_0x223758[_0x307599(0x1d8)](0x1,_0x3cc8cb)),_0x4dcec9[_0x397e64[_0x307599(0x1d9)]]++;}else _0x5789c8[_0x397e64['name']]=_0x397e64,_0x48fb94[_0x397e64[_0x307599(0x1d9)]]=0x1;}},0x0);return _0x1e6f40;}static async[a63_0x46860c(0x1d3)](_0x5dbc5,_0x2313c2){const _0x6126cf=a63_0x46860c,_0x5f1d15={'QbtJb':'Error\x20stopping\x20monitoring','vMfBf':function(_0x34bb38,_0x191ff7){return _0x34bb38===_0x191ff7;},'QAHRK':_0x6126cf(0x275),'OLNwU':function(_0x1915c9,_0x4fcda0){return _0x1915c9!==_0x4fcda0;},'jdwbh':_0x6126cf(0x19e),'JxnMg':function(_0x2ba9a6,_0x2a18d4){return _0x2ba9a6!==_0x2a18d4;},'iRHFd':_0x6126cf(0x273),'boyBo':function(_0x17ef53,_0x1236d9){return _0x17ef53+_0x1236d9;},'jFTBb':function(_0x22a38a,_0x34bd14){return _0x22a38a||_0x34bd14;},'nhovN':function(_0x10bbb9,_0x1eeec1){return _0x10bbb9===_0x1eeec1;},'Qqhdm':'IGNjb','NSdTw':function(_0xb31d51,_0x13eec2){return _0xb31d51===_0x13eec2;},'IsWWU':'mcrWS','cJsCZ':_0x6126cf(0x219),'IiJxE':_0x6126cf(0x21b),'MjKjU':function(_0x48b96b,_0xbfb1a){return _0x48b96b===_0xbfb1a;},'nQKql':'TSyXh','KWRiP':function(_0xdcac43,_0x33273a){return _0xdcac43(_0x33273a);}};if(!_0x5dbc5||_0x5f1d15[_0x6126cf(0x23f)](_0x5dbc5[_0x6126cf(0x286)],0x0)){if(_0x5f1d15[_0x6126cf(0x23f)](_0x5f1d15[_0x6126cf(0x1fa)],_0x5f1d15[_0x6126cf(0x1fa)]))return 0x0;else return;}const _0x163f03=[];for(const _0x82f1e5 of _0x5dbc5){if(_0x5f1d15['NSdTw'](_0x5f1d15[_0x6126cf(0x20f)],_0x5f1d15[_0x6126cf(0x20f)])){const _0x205828=path[_0x6126cf(0x284)]('.',_0x82f1e5);try{if(_0x5f1d15['JxnMg'](_0x5f1d15[_0x6126cf(0x223)],_0x5f1d15['IiJxE'])){const _0x314480=this[_0x6126cf(0x25c)](_0x205828);_0x314480[_0x6126cf(0x295)](_0x4e4eb7=>{const _0x187c5b=_0x6126cf;if(_0x5f1d15[_0x187c5b(0x269)](_0x5f1d15[_0x187c5b(0x25d)],_0x5f1d15[_0x187c5b(0x25d)])){if(!_0x163f03[_0x4e4eb7[_0x187c5b(0x1d9)]]){if(_0x5f1d15[_0x187c5b(0x22e)](_0x5f1d15[_0x187c5b(0x216)],_0x5f1d15[_0x187c5b(0x216)]))return[];else _0x163f03[_0x4e4eb7[_0x187c5b(0x1d9)]]=0x0;}_0x163f03[_0x4e4eb7[_0x187c5b(0x1d9)]]+=_0x4e4eb7[_0x187c5b(0x1e7)];}else _0x2fa8b9['debug'](_0x5f1d15[_0x187c5b(0x22c)]);});}else!_0x10f396[_0x2dcde5[_0x6126cf(0x1d9)]]&&(_0x5417a9[_0x33005c[_0x6126cf(0x1d9)]]=0x0),_0x1afd60[_0x1ca87e[_0x6126cf(0x1d9)]]+=_0x5c3e16[_0x6126cf(0x1e7)];}catch(_0x425361){if(_0x5f1d15[_0x6126cf(0x287)](_0x5f1d15[_0x6126cf(0x27b)],_0x5f1d15[_0x6126cf(0x27b)]))_0x5f1d15[_0x6126cf(0x293)](debug,_0x6126cf(0x209)+_0x425361[_0x6126cf(0x187)]());else{const _0x275a25={};return _0x275a25[_0x6126cf(0x1cd)]=[],_0x275a25[_0x6126cf(0x1b7)]=[],_0x275a25;}}}else return this[_0x6126cf(0x237)];}const _0x3561c5=_0x2313c2[_0x6126cf(0x1bd)]((_0x1503b2,_0x111c8a)=>{const _0x26bbe5=_0x6126cf;if(_0x5f1d15[_0x26bbe5(0x262)](_0x5f1d15[_0x26bbe5(0x174)],_0x5f1d15[_0x26bbe5(0x174)])){const _0x203049=this[_0x26bbe5(0x25c)](_0x30e783);_0x203049['map'](_0x2d2985=>{const _0x5c7315=_0x26bbe5;!_0x5246fa[_0x2d2985[_0x5c7315(0x1d9)]]&&(_0x1cf9c8[_0x2d2985[_0x5c7315(0x1d9)]]=0x0),_0x50806f[_0x2d2985[_0x5c7315(0x1d9)]]+=_0x2d2985['duration'];});}else return _0x5f1d15[_0x26bbe5(0x27d)](_0x163f03[_0x111c8a],_0x5f1d15[_0x26bbe5(0x1ad)](_0x1503b2,0x0));},0x0);return _0x5f1d15[_0x6126cf(0x293)](debug,_0x6126cf(0x17a)+_0x2313c2+_0x6126cf(0x194)+_0x3561c5),_0x3561c5;}static[a63_0x46860c(0x25c)](_0x4b2661){const _0x4b2bd3=a63_0x46860c,_0x3545e7={};_0x3545e7['IUZSL']=function(_0x233633,_0x885995){return _0x233633===_0x885995;},_0x3545e7[_0x4b2bd3(0x274)]=_0x4b2bd3(0x208);const _0x5a111f=_0x3545e7;if(!fs[_0x4b2bd3(0x184)](_0x4b2661)){if(_0x5a111f[_0x4b2bd3(0x18f)](_0x5a111f[_0x4b2bd3(0x274)],_0x5a111f[_0x4b2bd3(0x274)]))return[];else _0x4e1904[_0x4b2bd3(0x1d9)]=_0x1d1958[0x1],_0x186e93[_0x4b2bd3(0x2a2)]=_0x56273e[_0x4b2bd3(0x1ff)](_0x394ef1[0x2]);}return JSON[_0x4b2bd3(0x1ff)](fs[_0x4b2bd3(0x26c)](_0x4b2661)[_0x4b2bd3(0x187)]());}static async[a63_0x46860c(0x1f6)](_0x3ea497=a63_0x46860c(0x23b),_0x5885a7=null){const _0x3ad45c=a63_0x46860c,_0x19d005={'cWNAf':function(_0x5bb936,_0x61a5e7){return _0x5bb936===_0x61a5e7;},'Ovuac':_0x3ad45c(0x24c),'qqrZA':_0x3ad45c(0x1c6),'dDaCY':_0x3ad45c(0x21a),'QFrqQ':_0x3ad45c(0x196),'zIKHx':_0x3ad45c(0x296),'wgfbi':_0x3ad45c(0x21e),'FobdF':_0x3ad45c(0x1ec),'vFOrz':'OuRUS','yzBRl':_0x3ad45c(0x25a),'OTBPE':function(_0xda7828,_0x3f47e4){return _0xda7828(_0x3f47e4);},'TPWfW':function(_0x25dc5d,_0x1ef666){return _0x25dc5d(_0x1ef666);},'UyrWy':function(_0x349199,_0x44c828){return _0x349199===_0x44c828;},'cAfLX':_0x3ad45c(0x192),'OAOJV':function(_0x40df65,_0x118ec2){return _0x40df65===_0x118ec2;},'ElDHi':'lJawa','oYvnC':_0x3ad45c(0x27a),'fvbUT':function(_0x31de8b,_0x4f8c6c){return _0x31de8b!==_0x4f8c6c;},'BnFMH':_0x3ad45c(0x261)};if(!this['started']){if(_0x19d005[_0x3ad45c(0x2a1)](_0x19d005['ElDHi'],_0x19d005[_0x3ad45c(0x243)]))_0x19d005[_0x3ad45c(0x1ce)](_0x309a94[_0x3ad45c(0x18c)],_0x19d005['Ovuac'])?this[_0x3ad45c(0x237)]['push'](_0x57a2b0):this['_events']['push'](_0x1b220a);else return;}await _0x19d005['OTBPE'](sleep,0x1e),this['_observer'][_0x3ad45c(0x1f7)](),this['started']=![],this[_0x3ad45c(0x25e)](this[_0x3ad45c(0x1b2)]);const _0x464101=this[_0x3ad45c(0x1de)](this[_0x3ad45c(0x1b2)]),_0x6be956=path[_0x3ad45c(0x284)](process[_0x3ad45c(0x1da)](),_0x3ea497);fs[_0x3ad45c(0x281)](_0x6be956,_0x464101,_0x3a7d34=>{const _0x42f413=_0x3ad45c,_0x1853fe={};_0x1853fe[_0x42f413(0x257)]=_0x19d005[_0x42f413(0x25f)],_0x1853fe['TrDtP']=_0x19d005['dDaCY'],_0x1853fe[_0x42f413(0x1be)]=_0x19d005[_0x42f413(0x20d)],_0x1853fe[_0x42f413(0x1db)]=_0x19d005[_0x42f413(0x19f)];const _0x4211a6=_0x1853fe;if(_0x19d005[_0x42f413(0x1ce)](_0x19d005[_0x42f413(0x17c)],_0x19d005['FobdF']))this['_measureEvents']['push'](_0x16f64c);else{if(_0x3a7d34){if(_0x19d005['cWNAf'](_0x19d005['vFOrz'],_0x19d005['yzBRl'])){let _0x27ad77=_0x4211a6[_0x42f413(0x257)];return _0x27ad77+=_0x4211a6[_0x42f413(0x256)],_0x27ad77+=_0x4211a6['OSUnN'],_0x4e29e0[_0x42f413(0x1eb)](_0x4e0671=>{const _0x5716c7=_0x42f413;_0x27ad77+=_0x5716c7(0x1c0)+_0x4e0671[_0x5716c7(0x1d9)]+'</td><td>'+_0x4e0671[_0x5716c7(0x1e7)]+_0x5716c7(0x228);}),_0x27ad77+=_0x4211a6[_0x42f413(0x1db)],_0x27ad77;}else{_0x19d005[_0x42f413(0x255)](debug,_0x42f413(0x247)+_0x3a7d34[_0x42f413(0x187)]());return;}}_0x19d005[_0x42f413(0x276)](debug,_0x42f413(0x16f)+_0x6be956);}});if(_0x5885a7)return _0x19d005[_0x3ad45c(0x291)](_0x19d005[_0x3ad45c(0x1e4)],_0x19d005['BnFMH'])?!_0x19d005['UyrWy'](_0x351fa8[_0x3ad45c(0x173)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x19d005['cAfLX']):this[_0x3ad45c(0x1f2)](this[_0x3ad45c(0x1b2)],_0x5885a7);}static[a63_0x46860c(0x1de)](_0x1b971e){const _0x155b37=a63_0x46860c,_0x31551c={};_0x31551c[_0x155b37(0x270)]=function(_0x1f992f,_0x3ebd45){return _0x1f992f!==_0x3ebd45;},_0x31551c[_0x155b37(0x266)]=_0x155b37(0x258),_0x31551c['KWgDr']=_0x155b37(0x222),_0x31551c['PItVB']=_0x155b37(0x1c6),_0x31551c[_0x155b37(0x1cf)]=_0x155b37(0x21a),_0x31551c[_0x155b37(0x1b0)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x31551c['BgGbW']='</tbody></table></body></html>';const _0x5d21cc=_0x31551c;let _0x19f910=_0x5d21cc[_0x155b37(0x1ed)];return _0x19f910+=_0x5d21cc['QuJuc'],_0x19f910+=_0x5d21cc[_0x155b37(0x1b0)],_0x1b971e[_0x155b37(0x1eb)](_0x5c2e52=>{const _0x303587=_0x155b37;if(_0x5d21cc[_0x303587(0x270)](_0x5d21cc[_0x303587(0x266)],_0x5d21cc['KWgDr']))_0x19f910+=_0x303587(0x1c0)+_0x5c2e52[_0x303587(0x1d9)]+_0x303587(0x17d)+_0x5c2e52['duration']+_0x303587(0x228);else{if(!_0x427533[_0x303587(0x184)](_0x15610d))return[];return _0x5582e8[_0x303587(0x1ff)](_0x239eb7[_0x303587(0x26c)](_0x2d59e9)[_0x303587(0x187)]());}}),_0x19f910+=_0x5d21cc[_0x155b37(0x198)],_0x19f910;}static[a63_0x46860c(0x25e)](_0xaa14ed){const _0x1e1d4e=a63_0x46860c,_0x4bdabd={};_0x4bdabd[_0x1e1d4e(0x239)]=function(_0x1a75fc,_0x3fb12c){return _0x1a75fc+_0x3fb12c;},_0x4bdabd[_0x1e1d4e(0x1fd)]=function(_0x25ed91,_0x2beaeb){return _0x25ed91||_0x2beaeb;},_0x4bdabd[_0x1e1d4e(0x292)]=function(_0x271926,_0x3c40c4){return _0x271926===_0x3c40c4;},_0x4bdabd[_0x1e1d4e(0x188)]=_0x1e1d4e(0x27e),_0x4bdabd['XCnZE']='oiIdV',_0x4bdabd[_0x1e1d4e(0x1ab)]=function(_0x46c1de,_0x535fcc){return _0x46c1de===_0x535fcc;},_0x4bdabd[_0x1e1d4e(0x177)]=_0x1e1d4e(0x1e1),_0x4bdabd[_0x1e1d4e(0x1ee)]=_0x1e1d4e(0x179),_0x4bdabd['AgWcL']=function(_0x1fba07,_0x1895a1){return _0x1fba07!==_0x1895a1;},_0x4bdabd[_0x1e1d4e(0x175)]=_0x1e1d4e(0x249);const _0xd592ba=_0x4bdabd;if(!this['jsonReportFileName']){if(_0xd592ba[_0x1e1d4e(0x240)](_0xd592ba[_0x1e1d4e(0x175)],_0xd592ba[_0x1e1d4e(0x175)]))return _0xd592ba[_0x1e1d4e(0x239)](_0x405c3f[_0x1533ca],_0xd592ba[_0x1e1d4e(0x1fd)](_0x101973,0x0));else return;}const _0x22550b={};_0xaa14ed[_0x1e1d4e(0x295)](_0x4fa71e=>{const _0x2b3933=_0x1e1d4e;if(_0xd592ba[_0x2b3933(0x292)](_0xd592ba[_0x2b3933(0x188)],_0xd592ba[_0x2b3933(0x1ca)]))return;else{if(!_0x22550b[_0x4fa71e[_0x2b3933(0x1d9)]]){if(_0xd592ba[_0x2b3933(0x1ab)](_0xd592ba[_0x2b3933(0x177)],_0xd592ba[_0x2b3933(0x177)]))_0x22550b[_0x4fa71e['name']]=0x0;else return[];}_0x22550b[_0x4fa71e['name']]+=_0x4fa71e[_0x2b3933(0x1e7)];}});const _0x54af9a=Object[_0x1e1d4e(0x217)](_0x22550b)[_0x1e1d4e(0x295)](([_0x2646a5,_0x54f616])=>{const _0x154d9b=_0x1e1d4e;if(_0xd592ba['QPaoZ'](_0xd592ba[_0x154d9b(0x1ee)],_0xd592ba[_0x154d9b(0x1ee)])){const _0xa2c19b={};return _0xa2c19b[_0x154d9b(0x1d9)]=_0x2646a5,_0xa2c19b[_0x154d9b(0x1e7)]=_0x54f616,_0xa2c19b;}else return;});fs[_0x1e1d4e(0x246)](this[_0x1e1d4e(0x1e2)],JSON[_0x1e1d4e(0x185)](_0x54af9a));}static[a63_0x46860c(0x229)](){const _0x2876cf=a63_0x46860c,_0x3ca8a0={};_0x3ca8a0[_0x2876cf(0x1bb)]=function(_0x30e51f,_0x1e4b7b){return _0x30e51f===_0x1e4b7b;},_0x3ca8a0[_0x2876cf(0x28a)]=_0x2876cf(0x192);const _0x71a2e8=_0x3ca8a0;return!_0x71a2e8[_0x2876cf(0x1bb)](process['env'][_0x2876cf(0x172)],_0x71a2e8['IhDlN']);}static['measure'](_0x1c9628,_0x28c91b,_0x1765bc=null,_0x2c38fd=null){const _0x262946=a63_0x46860c,_0x24b54e={'DwUqX':function(_0x2927ac,_0x30ae8b){return _0x2927ac===_0x30ae8b;},'SsAGh':_0x262946(0x24c),'mheyY':function(_0x492e3b,_0x2923ff){return _0x492e3b(_0x2923ff);},'sIzQV':function(_0x4ee6fc,_0x15b07c){return _0x4ee6fc(_0x15b07c);},'cWrHt':_0x262946(0x232),'QFVCc':'knHUb','Wfzrw':_0x262946(0x234),'fHqwk':function(_0x562dff,_0x86a676){return _0x562dff===_0x86a676;},'USJJW':function(_0x5cbec8,_0x3182e2){return _0x5cbec8+_0x3182e2;},'hGQZg':function(_0x23fe2b,_0x2d4661){return _0x23fe2b!==_0x2d4661;},'qSqDz':'hQmxO','dhJmQ':_0x262946(0x1d6),'QIXcl':function(_0x2b6b25,_0x513f02){return _0x2b6b25===_0x513f02;},'FeWIR':'axBQP','CppGB':_0x262946(0x265),'YpZrv':_0x262946(0x20b),'dOqyP':function(_0x217447,_0x4a12f9){return _0x217447+_0x4a12f9;},'diArf':_0x262946(0x24d),'DEWpj':function(_0x4e56d5,_0x22a954){return _0x4e56d5+_0x22a954;},'GLopQ':_0x262946(0x23a),'zQDfb':function(_0x1a0cb7,_0x1c4682){return _0x1a0cb7 instanceof _0x1c4682;},'yebGX':function(_0x1c6bf8,_0x381c42){return _0x1c6bf8!==_0x381c42;},'NcvdK':'FVITL','kPMDt':_0x262946(0x1df),'qadcY':_0x262946(0x18d)};try{if(_0x24b54e[_0x262946(0x2aa)](_0x24b54e[_0x262946(0x259)],_0x24b54e[_0x262946(0x206)])){if(this['started']&&this[_0x262946(0x229)]()){if(_0x24b54e[_0x262946(0x1dc)](_0x24b54e[_0x262946(0x181)],_0x24b54e[_0x262946(0x1a4)])){const _0x36816d={'hBHEL':function(_0xcd02e6,_0x2f41a2){const _0x5df948=_0x262946;return _0x24b54e[_0x5df948(0x1a5)](_0xcd02e6,_0x2f41a2);},'HlnAK':_0x24b54e['SsAGh']};_0x3c60bc[_0x262946(0x1ea)]()['forEach'](_0x3fee71=>{const _0x5a880b=_0x262946;_0x36816d[_0x5a880b(0x26b)](_0x3fee71['entryType'],_0x36816d[_0x5a880b(0x1a8)])?this[_0x5a880b(0x237)][_0x5a880b(0x1d4)](_0x3fee71):this['_events'][_0x5a880b(0x1d4)](_0x3fee71);});}else{let _0x2c756f=_0x1c9628;_0x1765bc&&(_0x24b54e[_0x262946(0x2aa)](_0x24b54e[_0x262946(0x1c4)],_0x24b54e['YpZrv'])?(!_0x2f5450[_0x318570[_0x262946(0x1d9)]]&&(_0x156e94[_0x5b2275['name']]=0x0),_0x193c1a[_0x243dee[_0x262946(0x1d9)]]+=_0x2b9611[_0x262946(0x1e7)]):_0x2c756f=_0x1c9628+'['+JSON[_0x262946(0x185)](_0x1765bc)+']');const _0x4f54ea=_0x24b54e[_0x262946(0x29d)](_0x2c756f,_0x24b54e[_0x262946(0x19d)]),_0xa4533c=_0x24b54e['DEWpj'](_0x2c756f,_0x24b54e[_0x262946(0x1cc)]);performance[_0x262946(0x226)](_0x4f54ea);const _0x4690f9=_0x28c91b[_0x262946(0x176)](null,_0x2c38fd);if(_0x24b54e[_0x262946(0x29b)](_0x4690f9,Promise)){if(_0x24b54e['yebGX'](_0x24b54e[_0x262946(0x215)],_0x24b54e[_0x262946(0x215)]))_0x24b54e[_0x262946(0x218)](_0x54521e,_0x262946(0x209)+_0x31652f[_0x262946(0x187)]());else return new Promise((_0x3cf250,_0xcc7f8c)=>{const _0x34c6f9=_0x262946,_0x5b25d5={'OllFT':function(_0x125ee3,_0x2c1abc){const _0x5b67e9=a63_0x3ed7;return _0x24b54e[_0x5b67e9(0x180)](_0x125ee3,_0x2c1abc);},'TZbDo':function(_0xb7a2c4,_0x3decd9){const _0x402e76=a63_0x3ed7;return _0x24b54e[_0x402e76(0x218)](_0xb7a2c4,_0x3decd9);},'xzqVy':function(_0x33dd1c,_0x806ffd){const _0x322f7d=a63_0x3ed7;return _0x24b54e[_0x322f7d(0x1a5)](_0x33dd1c,_0x806ffd);},'MxTNc':_0x24b54e[_0x34c6f9(0x24b)]};_0x24b54e[_0x34c6f9(0x1a5)](_0x24b54e[_0x34c6f9(0x17b)],_0x24b54e[_0x34c6f9(0x170)])?_0x1f711a[_0x533bf1['name']]=0x0:_0x4690f9['then'](_0x1b206f=>_0x3cf250(_0x1b206f))[_0x34c6f9(0x204)](_0x214d93=>_0xcc7f8c(_0x214d93))[_0x34c6f9(0x1f0)](()=>{const _0x287137=_0x34c6f9;if(_0x5b25d5['xzqVy'](_0x5b25d5[_0x287137(0x238)],_0x5b25d5[_0x287137(0x238)]))performance['mark'](_0xa4533c),performance[_0x287137(0x24c)](_0x2c756f,_0x4f54ea,_0xa4533c);else{if(_0x5b2a67){_0x5b25d5[_0x287137(0x267)](_0x106e4c,_0x287137(0x247)+_0x52638e[_0x287137(0x187)]());return;}_0x5b25d5[_0x287137(0x171)](_0x3100d8,_0x287137(0x16f)+_0x1491c7);}});});};return performance[_0x262946(0x226)](_0xa4533c),performance['measure'](_0x2c756f,_0x4f54ea,_0xa4533c),_0x4690f9;}};return _0x28c91b[_0x262946(0x176)](null,_0x2c38fd);}else{if(_0x24b54e[_0x262946(0x1bf)](this[_0x262946(0x27c)][_0x262946(0x286)],0x0))return;const _0x299f6f=_0x16d287[_0x262946(0x185)](this[_0x262946(0x27c)]),_0x36c1a2=_0x24b54e[_0x262946(0x26a)](_0x299f6f[_0x262946(0x22b)](0x1,-0x1),',');_0x571584[_0x262946(0x233)](this[_0x262946(0x1ba)],_0x36c1a2);}}catch(_0xc6da81){return _0x24b54e[_0x262946(0x2aa)](_0x24b54e[_0x262946(0x1b1)],_0x24b54e[_0x262946(0x2a8)])?_0x28c91b[_0x262946(0x176)](null,_0x2c38fd):this[_0x262946(0x1f2)](this['_events'],_0x38485e);}}static[a63_0x46860c(0x248)](_0x3d518e,_0x480329){const _0x16589e=a63_0x46860c,_0x5310d8={};_0x5310d8[_0x16589e(0x225)]=function(_0x1ffd06,_0x348ac5){return _0x1ffd06===_0x348ac5;},_0x5310d8[_0x16589e(0x205)]=function(_0x15f038,_0x1e47e8){return _0x15f038>_0x1e47e8;},_0x5310d8[_0x16589e(0x29f)]=function(_0xb75521,_0x333055){return _0xb75521===_0x333055;},_0x5310d8[_0x16589e(0x280)]='dffBg';const _0x4d5032=_0x5310d8,_0x57da28=this;return function(){const _0x13532a=_0x16589e,_0x56103f={'Jwhoa':function(_0x1caab7,_0x112721){const _0x5e0391=a63_0x3ed7;return _0x4d5032[_0x5e0391(0x225)](_0x1caab7,_0x112721);},'AOSvH':function(_0x39a122,_0x45c5ca){const _0x58932c=a63_0x3ed7;return _0x4d5032[_0x58932c(0x205)](_0x39a122,_0x45c5ca);}};if(_0x4d5032['novby'](_0x4d5032[_0x13532a(0x280)],_0x4d5032['eDrip'])){const _0x16ac2e=[_0x3d518e,_0x480329,null]['concat'](arguments);return _0x57da28[_0x13532a(0x24c)][_0x13532a(0x176)](_0x57da28,_0x16ac2e);}else{if(!this['started']||_0x56103f[_0x13532a(0x227)](this[_0x13532a(0x237)][_0x13532a(0x286)],0x0))return[];if(!_0x4e7383[_0x13532a(0x184)](this['jsonReportFileName']))return this[_0x13532a(0x237)];let _0x59f97f=_0x386e1e['readFileSync'](this[_0x13532a(0x1e2)])[_0x13532a(0x187)]();_0x59f97f='['+_0x59f97f[_0x13532a(0x22b)](0x0,-0x1)+']';let _0x3b4194=_0x154170[_0x13532a(0x1ff)](_0x59f97f);return _0x56103f[_0x13532a(0x203)](this[_0x13532a(0x237)][_0x13532a(0x286)],0x0)&&(_0x3b4194=_0x3b4194[_0x13532a(0x1c1)](this['getCleanedPerfEvents']())),this[_0x13532a(0x199)][_0x13532a(0x1f7)](),_0x40ced2[_0x13532a(0x183)](this['jsonReportFileName']),_0x3b4194;}};}static[a63_0x46860c(0x1e9)](){const _0x1cbb00=a63_0x46860c,_0x463484={};_0x463484[_0x1cbb00(0x1b8)]=function(_0x2bd997,_0x506b20){return _0x2bd997/_0x506b20;},_0x463484[_0x1cbb00(0x23c)]=function(_0x4553f6,_0x58c9a1){return _0x4553f6+_0x58c9a1;},_0x463484[_0x1cbb00(0x20c)]=function(_0x270b21,_0x3a9ddc){return _0x270b21*_0x3a9ddc;},_0x463484['Yedqf']=function(_0x1348f0,_0xee4a4a){return _0x1348f0===_0xee4a4a;},_0x463484[_0x1cbb00(0x1e6)]=_0x1cbb00(0x29e),_0x463484[_0x1cbb00(0x202)]=function(_0x139076,_0x38ef98){return _0x139076===_0x38ef98;},_0x463484[_0x1cbb00(0x289)]=_0x1cbb00(0x178),_0x463484[_0x1cbb00(0x277)]=function(_0x27318a,_0x1a609d){return _0x27318a!==_0x1a609d;},_0x463484[_0x1cbb00(0x212)]='imGrY',_0x463484['mYWNe']=function(_0x48afa7,_0x3ff7d0){return _0x48afa7*_0x3ff7d0;},_0x463484[_0x1cbb00(0x29c)]=_0x1cbb00(0x20a),_0x463484['uSDzT']=_0x1cbb00(0x285);const _0x498868=_0x463484,_0x19f040=/(^.*)\[(.*)\]$/,_0x1cfebb={},_0x22bb1f={};for(const _0x105257 of this['_measureEvents']){if(_0x498868[_0x1cbb00(0x1cb)](_0x498868[_0x1cbb00(0x1e6)],_0x498868['aVWbD'])){const _0x48364c=_0x105257[_0x1cbb00(0x1d9)][_0x1cbb00(0x264)](_0x19f040),_0x58ef9d={};_0x58ef9d[_0x1cbb00(0x1d9)]=_0x105257[_0x1cbb00(0x1d9)],_0x58ef9d['duration']=_0x105257[_0x1cbb00(0x1e7)]||0x0;const _0x298eef=_0x58ef9d;if(_0x48364c){if(_0x498868['TFcGR'](_0x498868[_0x1cbb00(0x289)],_0x498868[_0x1cbb00(0x289)]))_0x298eef[_0x1cbb00(0x1d9)]=_0x48364c[0x1],_0x298eef[_0x1cbb00(0x2a2)]=JSON['parse'](_0x48364c[0x2]);else return _0x4e7ba9[_0x1cbb00(0x176)](null,_0x3b85a9);}if(_0x1cfebb[_0x298eef[_0x1cbb00(0x1d9)]]){if(_0x498868['TlLsT'](_0x498868[_0x1cbb00(0x212)],_0x498868[_0x1cbb00(0x212)]))return 0x0;else{const _0x2f26c2=_0x1cfebb[_0x298eef[_0x1cbb00(0x1d9)]],_0x2bb9d4=_0x22bb1f[_0x298eef[_0x1cbb00(0x1d9)]];_0x1cfebb[_0x298eef['name']][_0x1cbb00(0x1e7)]=_0x498868[_0x1cbb00(0x1b8)](_0x498868[_0x1cbb00(0x23c)](_0x498868[_0x1cbb00(0x201)](_0x2f26c2[_0x1cbb00(0x1e7)],_0x2bb9d4),_0x298eef[_0x1cbb00(0x1e7)]),_0x498868[_0x1cbb00(0x23c)](0x1,_0x2bb9d4)),_0x22bb1f[_0x298eef[_0x1cbb00(0x1d9)]]++;}}else{if(_0x498868[_0x1cbb00(0x1cb)](_0x498868[_0x1cbb00(0x29c)],_0x498868['uSDzT']))return;else _0x1cfebb[_0x298eef[_0x1cbb00(0x1d9)]]=_0x298eef,_0x22bb1f[_0x298eef[_0x1cbb00(0x1d9)]]=0x1;}}else{const _0x6f0b95=_0x2dcd2d[_0x40f39e[_0x1cbb00(0x1d9)]],_0xe7a66d=_0x15f133[_0x27368d[_0x1cbb00(0x1d9)]];_0x152922[_0x5467e4[_0x1cbb00(0x1d9)]][_0x1cbb00(0x1e7)]=_0x498868[_0x1cbb00(0x1b8)](_0x498868['tcERq'](_0x498868[_0x1cbb00(0x20c)](_0x6f0b95[_0x1cbb00(0x1e7)],_0xe7a66d),_0x1bacf4[_0x1cbb00(0x1e7)]),_0x498868[_0x1cbb00(0x23c)](0x1,_0xe7a66d)),_0x4bef2d[_0x423b98[_0x1cbb00(0x1d9)]]++;}}return Object[_0x1cbb00(0x22f)](_0x1cfebb);}static[a63_0x46860c(0x2a7)](){const _0x14d12a=a63_0x46860c,_0x595514={};_0x595514[_0x14d12a(0x224)]=function(_0xedff10,_0x27d531){return _0xedff10===_0x27d531;},_0x595514[_0x14d12a(0x2a4)]=function(_0x5dadc6,_0x79908f){return _0x5dadc6!==_0x79908f;},_0x595514[_0x14d12a(0x1d7)]=_0x14d12a(0x24a),_0x595514[_0x14d12a(0x1ac)]=_0x14d12a(0x1bc),_0x595514[_0x14d12a(0x297)]=function(_0x356104,_0x3ad18d){return _0x356104+_0x3ad18d;};const _0x5e4755=_0x595514;if(_0x5e4755[_0x14d12a(0x224)](this[_0x14d12a(0x237)][_0x14d12a(0x286)],0x0)){if(_0x5e4755[_0x14d12a(0x2a4)](_0x5e4755[_0x14d12a(0x1d7)],_0x5e4755['mZEpH']))return;else _0x3d815e[_0x14d12a(0x1c8)](_0x46d2df=>_0x2bc1cf(_0x46d2df))[_0x14d12a(0x204)](_0x1330b2=>_0xd9348d(_0x1330b2))['finally'](()=>{const _0xc01b6d=_0x14d12a;_0xcefb53[_0xc01b6d(0x226)](_0x40362e),_0x179daa[_0xc01b6d(0x24c)](_0x1ac620,_0x12caef,_0xa89d54);});}const _0x4fd0d4=this['getCleanedPerfEvents'](),_0x708748=JSON[_0x14d12a(0x185)](_0x4fd0d4),_0x4e3de7=_0x5e4755['SLKvl'](_0x708748[_0x14d12a(0x22b)](0x1,-0x1),',');fs[_0x14d12a(0x233)](this['jsonReportFileName'],_0x4e3de7);}static[a63_0x46860c(0x24f)](){const _0x1e3d27=a63_0x46860c,_0x131f80={};_0x131f80['YZtsp']=_0x1e3d27(0x28d),_0x131f80[_0x1e3d27(0x1e5)]=function(_0x533e35,_0x45621c){return _0x533e35===_0x45621c;},_0x131f80['HZrJF']=function(_0x4270a9,_0x38bc14){return _0x4270a9!==_0x38bc14;},_0x131f80[_0x1e3d27(0x268)]=_0x1e3d27(0x241),_0x131f80[_0x1e3d27(0x2a9)]=_0x1e3d27(0x1c2),_0x131f80['cartA']=function(_0x1b1f8d,_0x477d02){return _0x1b1f8d===_0x477d02;},_0x131f80['nYOls']='GqXpJ',_0x131f80['kNxzu']=function(_0x549372,_0x936abc){return _0x549372>_0x936abc;},_0x131f80['qofbd']=function(_0x440fa0,_0x4b826c){return _0x440fa0===_0x4b826c;},_0x131f80[_0x1e3d27(0x21d)]=_0x1e3d27(0x279);const _0x4cd9a1=_0x131f80;if(!this[_0x1e3d27(0x1f9)]||_0x4cd9a1[_0x1e3d27(0x1e5)](this['_measureEvents'][_0x1e3d27(0x286)],0x0))return _0x4cd9a1[_0x1e3d27(0x1a9)](_0x4cd9a1[_0x1e3d27(0x268)],_0x4cd9a1[_0x1e3d27(0x2a9)])?[]:new _0x4a5f17((_0x3da73e,_0x4a569b)=>{const _0x3bcc93=_0x1e3d27;_0x58c856[_0x3bcc93(0x1c8)](_0x97259a=>_0x3da73e(_0x97259a))[_0x3bcc93(0x204)](_0x7e1f3=>_0x4a569b(_0x7e1f3))['finally'](()=>{const _0x27d3a7=_0x3bcc93;_0x37e612[_0x27d3a7(0x226)](_0x37761a),_0x4e89ab[_0x27d3a7(0x24c)](_0x4056f0,_0x2fa6be,_0x13bb33);});});if(!fs[_0x1e3d27(0x184)](this['jsonReportFileName'])){if(_0x4cd9a1[_0x1e3d27(0x24e)](_0x4cd9a1[_0x1e3d27(0x2a6)],_0x4cd9a1[_0x1e3d27(0x2a6)]))return this['_measureEvents'];else try{if(!this[_0x1e3d27(0x229)]())return;this[_0x1e3d27(0x199)][_0x1e3d27(0x1f7)](),this[_0x1e3d27(0x2a7)](),this[_0x1e3d27(0x254)]();}catch{_0x1962e3[_0x1e3d27(0x251)](_0x4cd9a1[_0x1e3d27(0x186)]);}}let _0x2e658f=fs[_0x1e3d27(0x26c)](this[_0x1e3d27(0x1e2)])[_0x1e3d27(0x187)]();_0x2e658f='['+_0x2e658f[_0x1e3d27(0x22b)](0x0,-0x1)+']';let _0x39ca99=JSON['parse'](_0x2e658f);return _0x4cd9a1['kNxzu'](this[_0x1e3d27(0x237)][_0x1e3d27(0x286)],0x0)&&(_0x4cd9a1[_0x1e3d27(0x282)](_0x4cd9a1[_0x1e3d27(0x21d)],_0x4cd9a1['UqzHs'])?_0x39ca99=_0x39ca99[_0x1e3d27(0x1c1)](this[_0x1e3d27(0x1e9)]()):_0x34f0a5=_0x1d8035+'['+_0x485777[_0x1e3d27(0x185)](_0x1f9fb0)+']'),this[_0x1e3d27(0x199)]['disconnect'](),fs['unlinkSync'](this[_0x1e3d27(0x1e2)]),_0x39ca99;}static['pushErrors'](){const _0x1e534b=a63_0x46860c,_0x47da04={};_0x47da04[_0x1e534b(0x1a1)]=function(_0x119d23,_0xba8f63){return _0x119d23===_0xba8f63;},_0x47da04[_0x1e534b(0x26d)]=function(_0x28216d,_0x2b0907){return _0x28216d!==_0x2b0907;},_0x47da04[_0x1e534b(0x21c)]='zJfHM',_0x47da04[_0x1e534b(0x253)]=function(_0x1fad5b,_0x5f5195){return _0x1fad5b+_0x5f5195;};const _0x37d5ff=_0x47da04;if(_0x37d5ff[_0x1e534b(0x1a1)](this[_0x1e534b(0x27c)]['length'],0x0)){if(_0x37d5ff['vEkcq'](_0x37d5ff['eDrqK'],_0x37d5ff[_0x1e534b(0x21c)]))_0x327923['mark'](_0x49ce2c),_0xeb53bc['measure'](_0xeea948,_0x2657f6,_0x4ee751);else return;}const _0x108008=JSON[_0x1e534b(0x185)](this[_0x1e534b(0x27c)]),_0x5c7c90=_0x37d5ff[_0x1e534b(0x253)](_0x108008[_0x1e534b(0x22b)](0x1,-0x1),',');fs[_0x1e534b(0x233)](this[_0x1e534b(0x1ba)],_0x5c7c90);}static['finalizeErrors'](){const _0xfbe286=a63_0x46860c,_0x21bbb3={};_0x21bbb3[_0xfbe286(0x288)]=function(_0x232814,_0x587edc){return _0x232814===_0x587edc;},_0x21bbb3['Jqrdt']=_0xfbe286(0x1ef),_0x21bbb3[_0xfbe286(0x26e)]='rceeB',_0x21bbb3[_0xfbe286(0x1f5)]=function(_0x1538d2,_0x4ae284){return _0x1538d2>_0x4ae284;},_0x21bbb3[_0xfbe286(0x294)]=_0xfbe286(0x1d2);const _0x3cd063=_0x21bbb3;if(!fs[_0xfbe286(0x184)](this['errorReportFileName'])){if(_0x3cd063[_0xfbe286(0x288)](_0x3cd063[_0xfbe286(0x1c7)],_0x3cd063['ESwaB'])){const _0x3db666=this;return function(){const _0x14416d=_0xfbe286,_0x20f6d7=[_0x276aa2,_0x480304,null][_0x14416d(0x1c1)](arguments);return _0x3db666[_0x14416d(0x24c)][_0x14416d(0x176)](_0x3db666,_0x20f6d7);};}else return this['_errorEvents'];}let _0x2ad5c=fs[_0xfbe286(0x26c)](this['errorReportFileName'])[_0xfbe286(0x187)]();_0x2ad5c='['+_0x2ad5c['slice'](0x0,-0x1)+']';let _0x403975=JSON[_0xfbe286(0x1ff)](_0x2ad5c);if(_0x3cd063[_0xfbe286(0x1f5)](this[_0xfbe286(0x27c)][_0xfbe286(0x286)],0x0)){if(_0x3cd063[_0xfbe286(0x288)](_0x3cd063[_0xfbe286(0x294)],_0x3cd063[_0xfbe286(0x294)]))_0x403975=_0x403975[_0xfbe286(0x1c1)](this[_0xfbe286(0x27c)]);else{if(!this[_0xfbe286(0x229)]())return;this[_0xfbe286(0x199)]['disconnect'](),this[_0xfbe286(0x2a7)](),this[_0xfbe286(0x254)]();}}return fs[_0xfbe286(0x183)](this[_0xfbe286(0x230)]),_0x403975;}static[a63_0x46860c(0x28e)](_0x371ebb){const _0x478621=a63_0x46860c,_0x306a8={};_0x306a8['CaEJT']=function(_0x29b491,_0x5f4c4e){return _0x29b491!==_0x5f4c4e;},_0x306a8[_0x478621(0x1c9)]=_0x478621(0x26f);const _0xf9184a=_0x306a8;if(!this['isEnabled']()){if(_0xf9184a[_0x478621(0x1f8)](_0xf9184a[_0x478621(0x1c9)],_0xf9184a[_0x478621(0x1c9)]))_0x5adb0f[_0x4829e3[_0x478621(0x1d9)]]=0x0;else return;}this[_0x478621(0x27c)][_0x478621(0x1d4)]({'message':_0x371ebb[_0x478621(0x28c)],'trace':_0x371ebb['stack'],'code':_0x371ebb[_0x478621(0x244)]||null,'time':new Date()});}static[a63_0x46860c(0x1b5)](){const _0x4b13b7=a63_0x46860c,_0x14771c={};_0x14771c[_0x4b13b7(0x2a0)]=function(_0x5115be,_0x4c2c83){return _0x5115be!==_0x4c2c83;},_0x14771c[_0x4b13b7(0x272)]=_0x4b13b7(0x2a3),_0x14771c[_0x4b13b7(0x197)]='fzrKv',_0x14771c[_0x4b13b7(0x1d0)]=function(_0x3b637c,_0x49535a){return _0x3b637c===_0x49535a;},_0x14771c[_0x4b13b7(0x29a)]=_0x4b13b7(0x2a5),_0x14771c[_0x4b13b7(0x1c5)]=_0x4b13b7(0x236),_0x14771c[_0x4b13b7(0x19b)]=_0x4b13b7(0x283),_0x14771c[_0x4b13b7(0x299)]='Error\x20stopping\x20monitoring';const _0x3ceeff=_0x14771c;try{if(_0x3ceeff[_0x4b13b7(0x2a0)](_0x3ceeff[_0x4b13b7(0x272)],_0x3ceeff['DMJIK'])){if(!this['isEnabled']()){if(_0x3ceeff[_0x4b13b7(0x1d0)](_0x3ceeff[_0x4b13b7(0x29a)],_0x3ceeff['oEUQo']))_0x27a014+=_0x4b13b7(0x1c0)+_0x120739[_0x4b13b7(0x1d9)]+_0x4b13b7(0x17d)+_0x45b6fa['duration']+'</td></tr>';else return;}this['_observer'][_0x4b13b7(0x1f7)](),this[_0x4b13b7(0x2a7)](),this['pushErrors']();}else!_0x16c1c5[_0x3ae2fa[_0x4b13b7(0x1d9)]]&&(_0x453344[_0x1a842a[_0x4b13b7(0x1d9)]]=0x0),_0x1e4251[_0x3be332[_0x4b13b7(0x1d9)]]+=_0xe44362[_0x4b13b7(0x1e7)];}catch{if(_0x3ceeff[_0x4b13b7(0x2a0)](_0x3ceeff[_0x4b13b7(0x19b)],_0x3ceeff[_0x4b13b7(0x19b)]))return _0x337723;else logger[_0x4b13b7(0x251)](_0x3ceeff[_0x4b13b7(0x299)]);}}static['finalize'](){const _0x2409f3=a63_0x46860c,_0x7103f3={};_0x7103f3[_0x2409f3(0x1f4)]=function(_0x5b4f15,_0x3d59bd){return _0x5b4f15===_0x3d59bd;},_0x7103f3[_0x2409f3(0x1d1)]=_0x2409f3(0x191),_0x7103f3['Yznrr']='RgwzV';const _0x165e33=_0x7103f3,_0x4b1f2f=this[_0x2409f3(0x24f)](),_0x5ef367=this['finalizeErrors']();if(!this[_0x2409f3(0x229)]()){if(_0x165e33[_0x2409f3(0x1f4)](_0x165e33[_0x2409f3(0x1d1)],_0x165e33[_0x2409f3(0x1fe)])){const _0x3f28db=[_0x103950,_0x282b91,null][_0x2409f3(0x1c1)](arguments);return _0x160480['measure'][_0x2409f3(0x176)](_0x2a6659,_0x3f28db);}else{const _0x1e9374={};return _0x1e9374['measures']=[],_0x1e9374[_0x2409f3(0x1b7)]=[],_0x1e9374;}}const _0x585453={};return _0x585453[_0x2409f3(0x1cd)]=_0x4b1f2f,_0x585453[_0x2409f3(0x1b7)]=_0x5ef367,_0x585453;}}function a63_0x3ed7(_0x2cddab,_0x51ce76){const _0x3fd8a7=a63_0x3fd8();return a63_0x3ed7=function(_0x3ed76f,_0x4642fc){_0x3ed76f=_0x3ed76f-0x16f;let _0x31c515=_0x3fd8a7[_0x3ed76f];return _0x31c515;},a63_0x3ed7(_0x2cddab,_0x51ce76);}function a63_0x3fd8(){const _0x4ba259=['appendFileSync','gRejx','8682iRkMET','jYgUl','_measureEvents','MxTNc','uMoXn','-end','performance-own.html','tcERq','4158250CfDaRd','lthxD','nhovN','AgWcL','GLULO','qJwDE','oYvnC','code','147655JEiiZm','writeFileSync','Error\x20in\x20writing\x20html\x20','measureWrapper','RCtMM','QCVcN','cWrHt','measure','-start','cartA','finalizePerfMeasures','getPerformance','debug','rbMzs','DxBTT','pushErrors','OTBPE','TrDtP','JhRPu','ZLqKe','qSqDz','pRscv','GyYSF','getEventsFromJSON','QAHRK','generateJSON','qqrZA','bKDDz','gOBVk','JxnMg','uBoZp','match','UspSY','QjMDy','OllFT','MkxWC','vMfBf','USJJW','hBHEL','readFileSync','vEkcq','ESwaB','DAcZr','NOLLk','8812VDugcv','jptYS','qedMZ','OooSj','QCqIW','TPWfW','TlLsT','ooRAb','YECHK','aNPAx','nQKql','_errorEvents','boyBo','oKXwI','DLZyq','eDrip','writeFile','qofbd','UzOCs','join','wVHdZ','length','MjKjU','prBLy','hGSSA','IhDlN','ESTrS','message','Error\x20stopping\x20monitoring','captureError','XCoeH','mYiig','fvbUT','YurLJ','KWRiP','BdsGe','map','</tbody></table></body></html>','SLKvl','TgGsb','xGrKp','MzRWd','zQDfb','JcVko','dOqyP','qVZCV','novby','sSDoz','OAOJV','meta','ikIRA','ThXpp','bqjYP','nYOls','pushPerfMeasures','qadcY','YJvNg','hGQZg','Performance\x20report\x20is\x20at\x20','Wfzrw','TZbDo','BROWSERSTACK_SDK_INSTRUMENTATION','env','iRHFd','KedIc','apply','eacPj','aKGId','JOPMh','Time\x20for\x20','QFVCc','wgfbi','</td><td>','KApDw','xgaPu','sIzQV','FeWIR','SqURL','unlinkSync','existsSync','stringify','YZtsp','toString','GPISP','HkLjR','LIDcs','./test-observability/utils','entryType','YUnJc','perf_hooks','IUZSL','pppHC','smZxl','false','aABzW','\x20for\x20all\x20processes\x20is\x20','IdYsG','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','DMJIK','BgGbW','_observer','SQMkZ','NwrUh','DpULy','diArf','eIYKO','zIKHx','CrLNs','jGhrG','AdljK','MDMdc','CppGB','DwUqX','SocMW','jCFGc','HlnAK','HZrJF','1825VmcGpO','QPaoZ','mZEpH','jFTBb','TFqIj','NVROh','jYlAq','kPMDt','_events','performance-report.json','kVVaY','stopMonitoring','1244258mNvRTw','errors','EGjwu','observe','errorFile','ivdxz','eeRrf','reduce','OSUnN','fHqwk','<tr><td>','concat','nArEj','oLpeS','YpZrv','oEUQo','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','Jqrdt','then','JVHry','XCnZE','Yedqf','GLopQ','measures','cWNAf','QuJuc','nXOsi','FJzqg','CjcrC','calculateTimesFromMultipleFiles','push','DyxOR','vLUxl','yjNmI','mjErH','name','cwd','PtZlx','QIXcl','DWJaB','generateHTMLReport','aNxPp','rocZV','dazSk','jsonReportFileName','72121FlyDMd','BnFMH','uALCP','aVWbD','duration','unljU','getCleanedPerfEvents','getEntries','forEach','BypKP','PItVB','yXLzy','wmYIO','finally','SOfnD','calculateTimeFromEvents','mFeEN','ZXnQM','gTlmi','stopAndGenerate','disconnect','CaEJT','started','Qqhdm','CqYDG','vyTPH','AlCEP','Yznrr','parse','entryTypes','mYWNe','TFcGR','AOSvH','catch','kgJPO','dhJmQ','1551321gOpHjR','aPuqs','Error\x20in\x20doing\x20csv\x20operations:\x20','EMcaa','VDBsY','HyMFm','QFrqQ','NonFZ','IsWWU','MKqNK','qWVEl','PJpEB','LyLGp','JIdvo','NcvdK','jdwbh','entries','mheyY','yqXjI','<h1>Performance\x20Report</h1>','jvJxJ','eDrqK','UqzHs','jxvVt','159VKNYhN','startMonitoring','notKZ','TqHXg','cJsCZ','BqVcH','mJkxh','mark','Jwhoa','</td></tr>','isEnabled','buffered','slice','QbtJb','424BLJPdx','OLNwU','values','errorReportFileName','error-report.json','LWIPn'];a63_0x3fd8=function(){return _0x4ba259;};return a63_0x3fd8();}module['exports']=PerformanceTester;
|
|
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 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x1ad5ad=a64_0x1d8d;function a64_0x1d8d(_0x42088d,_0x136d98){const _0x3a6dd6=a64_0x3a6d();return a64_0x1d8d=function(_0x1d8d94,_0x5915f3){_0x1d8d94=_0x1d8d94-0x1e6;let _0x4d312a=_0x3a6dd6[_0x1d8d94];return _0x4d312a;},a64_0x1d8d(_0x42088d,_0x136d98);}(function(_0x17c152,_0x4d0c5f){const _0x190bdf=a64_0x1d8d,_0x400871=_0x17c152();while(!![]){try{const _0x1c73cf=-parseInt(_0x190bdf(0x205))/0x1*(parseInt(_0x190bdf(0x20a))/0x2)+-parseInt(_0x190bdf(0x221))/0x3+-parseInt(_0x190bdf(0x1f8))/0x4+parseInt(_0x190bdf(0x21b))/0x5*(parseInt(_0x190bdf(0x21e))/0x6)+parseInt(_0x190bdf(0x215))/0x7*(parseInt(_0x190bdf(0x1ff))/0x8)+parseInt(_0x190bdf(0x1ed))/0x9*(-parseInt(_0x190bdf(0x1e9))/0xa)+parseInt(_0x190bdf(0x218))/0xb*(parseInt(_0x190bdf(0x207))/0xc);if(_0x1c73cf===_0x4d0c5f)break;else _0x400871['push'](_0x400871['shift']());}catch(_0x1fa220){_0x400871['push'](_0x400871['shift']());}}}(a64_0x3a6d,0x642f4));const http=require(a64_0x1ad5ad(0x21d)),https=require('https'),monkeypatch=require(a64_0x1ad5ad(0x224));function spy(_0x5aec4c){const _0x23a93c=a64_0x1ad5ad,_0x222da9={'YSYNH':function(_0x46956b,_0x129d50){return _0x46956b!==_0x129d50;},'YtAgh':_0x23a93c(0x223),'Nyrfc':function(_0x147191,_0x1d0bea,_0x307bb1){return _0x147191(_0x1d0bea,_0x307bb1);},'xqxXj':function(_0x3bbbe1,_0x4e83de,_0x3b5513){return _0x3bbbe1(_0x4e83de,_0x3b5513);},'ASRte':_0x23a93c(0x20f),'Pynjr':'lyMzr','iBkSS':_0x23a93c(0x1ec),'qKoGD':function(_0x173ce6,..._0x5e8264){return _0x173ce6(..._0x5e8264);},'fnVfF':_0x23a93c(0x202),'HyiwB':_0x23a93c(0x1eb),'tgFBF':function(_0x5aa56a,_0x50bbd0){return _0x5aa56a-_0x50bbd0;},'gftqR':function(_0x18d8c,_0x2f5070){return _0x18d8c!==_0x2f5070;},'kbgMJ':'amhbu','sheOB':function(_0x586b68,_0x59cade,_0xa0ba3d){return _0x586b68(_0x59cade,_0xa0ba3d);},'vMusX':function(_0x521f04,_0x52f5a1){return _0x521f04===_0x52f5a1;},'ZUQuP':_0x23a93c(0x1f3),'lCaVy':_0x23a93c(0x1fa),'yxobM':function(_0x391fd3,_0x35b4ec,_0xea39b1){return _0x391fd3(_0x35b4ec,_0xea39b1);},'BbVDm':_0x23a93c(0x1e8),'THvng':_0x23a93c(0x226),'HBLWq':function(_0x186e27,_0x327c57,_0x29173b,_0x30bc55){return _0x186e27(_0x327c57,_0x29173b,_0x30bc55);},'zPnCG':_0x23a93c(0x209),'QrQQP':function(_0x2234b0,_0x1109ac,_0x45e77c,_0x52b837){return _0x2234b0(_0x1109ac,_0x45e77c,_0x52b837);},'qQWWF':_0x23a93c(0x216),'nZbnV':function(_0x5567ec,_0x10a4fd,_0x15f548,_0x4e733f){return _0x5567ec(_0x10a4fd,_0x15f548,_0x4e733f);}},_0x21473f=(_0x379f93,_0x17a163,_0x548d81)=>{const _0x126086=_0x23a93c,_0x366e2b={'hfJoU':_0x222da9[_0x126086(0x222)],'yAUNR':function(_0x3d84b9,_0x36ae35){return _0x222da9['tgFBF'](_0x3d84b9,_0x36ae35);},'cUmnh':function(_0x8b5395,_0x218230,_0x23db55){return _0x222da9['xqxXj'](_0x8b5395,_0x218230,_0x23db55);},'PzqgN':function(_0x935e34,_0x1a8520){const _0x541da6=_0x126086;return _0x222da9[_0x541da6(0x1ea)](_0x935e34,_0x1a8520);},'tKCzC':_0x222da9[_0x126086(0x204)],'uGHgB':function(_0x4402a3,_0x38de74,_0x2e8354){const _0x263e78=_0x126086;return _0x222da9[_0x263e78(0x1fd)](_0x4402a3,_0x38de74,_0x2e8354);}};if(_0x222da9['vMusX'](_0x222da9[_0x126086(0x1fe)],_0x222da9[_0x126086(0x1f2)]))_0x2ca92e['request']['unpatch'](),_0x470a02[_0x126086(0x216)][_0x126086(0x228)]();else{const _0x3ddb61=_0x222da9[_0x126086(0x1fb)](_0x379f93,_0x17a163,_0x548d81);let _0x4f4540=Date[_0x126086(0x217)](),_0x2f3b4f;const _0x530dc3=_0x53c109=>{const _0x188cfd=_0x126086;if(_0x222da9[_0x188cfd(0x20e)](_0x222da9[_0x188cfd(0x21a)],_0x222da9[_0x188cfd(0x21a)]))_0x3f4f49=_0x537d7a,_0x49748a[_0x188cfd(0x214)](_0x366e2b[_0x188cfd(0x227)],_0x4b4422);else{const _0x39406a={};_0x39406a[_0x188cfd(0x219)]=_0x17a163[_0x188cfd(0x219)]||_0x17a163[_0x188cfd(0x1fc)],_0x39406a['path']=_0x17a163[_0x188cfd(0x20b)],_0x39406a['method']=_0x17a163[_0x188cfd(0x1f9)],_0x39406a[_0x188cfd(0x206)]=_0x17a163[_0x188cfd(0x206)],_0x222da9['Nyrfc'](_0x5aec4c,_0x53c109,_0x39406a);}};return _0x3ddb61[_0x126086(0x214)](_0x222da9[_0x126086(0x225)],_0x483c69=>{const _0x525872=_0x126086,_0x2d464e={'CsohJ':function(_0x2ad812,_0x3a69e2){const _0x180a57=a64_0x1d8d;return _0x366e2b[_0x180a57(0x208)](_0x2ad812,_0x3a69e2);},'Fvgwm':function(_0x2e0bdb,_0x3ff5b7,_0x4a47af){return _0x366e2b['cUmnh'](_0x2e0bdb,_0x3ff5b7,_0x4a47af);},'EsAWK':_0x366e2b[_0x525872(0x227)]};if(_0x366e2b['PzqgN'](_0x366e2b[_0x525872(0x220)],_0x366e2b[_0x525872(0x220)])){const _0x1f9a94=_0x2d464e[_0x525872(0x201)](_0x4fa86b[_0x525872(0x217)](),_0x151fea),_0x44a4a6={};_0x44a4a6[_0x525872(0x1fc)]=_0x1e82af[_0x525872(0x219)]||_0x19e6e1['hostname'],_0x44a4a6[_0x525872(0x20b)]=_0x1d8276[_0x525872(0x20b)],_0x44a4a6[_0x525872(0x1f9)]=_0xee1f04[_0x525872(0x1f9)],_0x44a4a6['headers']=_0x4abf27[_0x525872(0x206)],_0x44a4a6['status_code']=_0x4b2c99[_0x525872(0x212)],_0x44a4a6[_0x525872(0x203)]=_0x1f9a94,_0x2d464e[_0x525872(0x1e7)](_0x396f9,null,_0x44a4a6),_0x15e192[_0x525872(0x1f5)](_0x2d464e[_0x525872(0x1f6)],_0x37d375);}else{const _0x395b66=_0x366e2b[_0x525872(0x208)](Date[_0x525872(0x217)](),_0x4f4540),_0x3ab61d={};_0x3ab61d[_0x525872(0x1fc)]=_0x17a163['host']||_0x17a163[_0x525872(0x1fc)],_0x3ab61d['path']=_0x17a163[_0x525872(0x20b)],_0x3ab61d[_0x525872(0x1f9)]=_0x17a163['method'],_0x3ab61d[_0x525872(0x206)]=_0x17a163[_0x525872(0x206)],_0x3ab61d[_0x525872(0x1e6)]=_0x483c69[_0x525872(0x212)],_0x3ab61d[_0x525872(0x203)]=_0x395b66,_0x366e2b['uGHgB'](_0x5aec4c,null,_0x3ab61d),_0x2f3b4f['removeListener'](_0x366e2b[_0x525872(0x227)],_0x530dc3);}}),_0x3ddb61['on'](_0x222da9[_0x126086(0x211)],_0x2c93b5=>{const _0x7aa7fc=_0x126086,_0x1cb2d6={'ulnjP':function(_0x3ff478,_0x4eac4d,_0x533d29){const _0x3579dc=a64_0x1d8d;return _0x222da9[_0x3579dc(0x1f1)](_0x3ff478,_0x4eac4d,_0x533d29);}};if(_0x222da9[_0x7aa7fc(0x20e)](_0x222da9[_0x7aa7fc(0x1ef)],_0x222da9[_0x7aa7fc(0x210)]))_0x2f3b4f=_0x2c93b5,_0x2c93b5[_0x7aa7fc(0x214)](_0x222da9['iBkSS'],_0x530dc3);else{const _0x351cbe={};_0x351cbe['host']=_0x45b957[_0x7aa7fc(0x219)]||_0x3492a3[_0x7aa7fc(0x1fc)],_0x351cbe[_0x7aa7fc(0x20b)]=_0x5c13fb[_0x7aa7fc(0x20b)],_0x351cbe[_0x7aa7fc(0x1f9)]=_0x27297b[_0x7aa7fc(0x1f9)],_0x351cbe[_0x7aa7fc(0x206)]=_0x58c925['headers'],_0x1cb2d6['ulnjP'](_0x5a2f74,_0x281ec8,_0x351cbe);}}),_0x222da9[_0x126086(0x1f4)](monkeypatch,_0x3ddb61,_0x222da9[_0x126086(0x20c)],(_0x178cf1,..._0x13fb21)=>{const _0x1d40bf=_0x126086,_0x2efb20={'Qvvdg':function(_0x5a10bf,..._0x5413ab){return _0x222da9['qKoGD'](_0x5a10bf,..._0x5413ab);}};_0x222da9[_0x1d40bf(0x20e)](_0x222da9[_0x1d40bf(0x1f0)],_0x222da9['HyiwB'])?(_0x4f4540=Date[_0x1d40bf(0x217)](),_0x222da9[_0x1d40bf(0x20d)](_0x178cf1,..._0x13fb21)):(_0x5dd730=_0x37b95a[_0x1d40bf(0x217)](),_0x2efb20[_0x1d40bf(0x1ee)](_0x1993c3,..._0x30361c));}),_0x3ddb61;}};_0x222da9[_0x23a93c(0x200)](monkeypatch,http,_0x222da9[_0x23a93c(0x213)],_0x21473f),_0x222da9[_0x23a93c(0x21c)](monkeypatch,https,_0x222da9[_0x23a93c(0x213)],_0x21473f);}function restore(){const _0x678a5c=a64_0x1ad5ad;http[_0x678a5c(0x216)][_0x678a5c(0x228)](),https[_0x678a5c(0x216)][_0x678a5c(0x228)]();}function a64_0x3a6d(){const _0x3ba900=['error','657xGWxyb','Qvvdg','ASRte','fnVfF','xqxXj','lCaVy','DvGDg','HBLWq','removeListener','EsAWK','restore','2770688Eweeex','method','OHaVr','yxobM','hostname','sheOB','ZUQuP','10296hkcFTX','QrQQP','CsohJ','MBzaH','duration_ms','kbgMJ','1kCCJSu','headers','1700532WezoHk','yAUNR','end','806014QCCWaD','path','zPnCG','qKoGD','YSYNH','oPoqQ','Pynjr','THvng','statusCode','qQWWF','once','3605antYUx','request','now','121UzsWjb','host','YtAgh','5tQtKIY','nZbnV','http','2677344EkBjwR','spy','tKCzC','1489260MNBJhB','iBkSS','XHQab','monkeypatch','BbVDm','socket','hfJoU','unpatch','status_code','Fvgwm','response','91150kudUpf','gftqR','BOWRD'];a64_0x3a6d=function(){return _0x3ba900;};return a64_0x3a6d();}const a64_0x232567={};a64_0x232567[a64_0x1ad5ad(0x21f)]=spy,a64_0x232567[a64_0x1ad5ad(0x1f7)]=restore,module['exports']=a64_0x232567;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a65_0x3999(_0x47558b,_0x4c88cd){const _0x7119a3=a65_0x7119();return a65_0x3999=function(_0x3999e6,_0x4453a2){_0x3999e6=_0x3999e6-0xdd;let _0x25b587=_0x7119a3[_0x3999e6];return _0x25b587;},a65_0x3999(_0x47558b,_0x4c88cd);}function a65_0x7119(){const _0x6c2528=['1500426JYxCJF','Qxpvu','globalAgent','mhyqf','WKOzD','aaOBS','306RsGXmI','14qZkeMY','18QZyLdo','keepAlive','14821810kIPbuh','https','https:','keepAliveMsecs','933959kBPsgN','call','3673632YyhwZO','2705355QlAQko','2570992HMYdIE','57765Vsqkje','fkNWw','request','http','exports','WCqhG'];a65_0x7119=function(){return _0x6c2528;};return a65_0x7119();}const a65_0x39248e=a65_0x3999;(function(_0x25f05c,_0x4e04f6){const _0x56f8f4=a65_0x3999,_0x125f68=_0x25f05c();while(!![]){try{const _0x4bd913=parseInt(_0x56f8f4(0xe5))/0x1+parseInt(_0x56f8f4(0xf0))/0x2+parseInt(_0x56f8f4(0xe8))/0x3+parseInt(_0x56f8f4(0xe7))/0x4+-parseInt(_0x56f8f4(0xea))/0x5*(-parseInt(_0x56f8f4(0xdd))/0x6)+parseInt(_0x56f8f4(0xde))/0x7*(-parseInt(_0x56f8f4(0xe9))/0x8)+parseInt(_0x56f8f4(0xdf))/0x9*(-parseInt(_0x56f8f4(0xe1))/0xa);if(_0x4bd913===_0x4e04f6)break;else _0x125f68['push'](_0x125f68['shift']());}catch(_0x15027c){_0x125f68['push'](_0x125f68['shift']());}}}(a65_0x7119,0x76c3a),module[a65_0x39248e(0xee)]=function(){const _0x17f890=a65_0x39248e,_0x5b986a={'fkNWw':function(_0x17c278,_0x4ce7cf){return _0x17c278===_0x4ce7cf;},'rxYQa':_0x17f890(0xe3),'WKOzD':'agent','iHzlO':function(_0x40dd3d,_0x305fa1,_0x204143){return _0x40dd3d(_0x305fa1,_0x204143);},'BcmTQ':function(_0xafa1df,_0x5586cf,_0x1cd21a){return _0xafa1df(_0x5586cf,_0x1cd21a);},'mhyqf':function(_0x3d8bf5,_0x1c7c4c){return _0x3d8bf5(_0x1c7c4c);},'Qxpvu':_0x17f890(0xed),'GsYEF':_0x17f890(0xe2),'aaOBS':function(_0x566ad9,_0x421412){return _0x566ad9*_0x421412;},'WCqhG':_0x17f890(0xe0)},_0x54dd57=_0x5b986a[_0x17f890(0xf3)](require,_0x5b986a[_0x17f890(0xf1)]),_0x24c7fd=_0x5b986a[_0x17f890(0xf3)](require,_0x5b986a['GsYEF']),_0x285905=_0x5b986a[_0x17f890(0xf5)](0x1e,0x3e8);if(_0x54dd57[_0x17f890(0xf2)]&&Object['prototype']['hasOwnProperty'][_0x17f890(0xe6)](_0x54dd57[_0x17f890(0xf2)],_0x5b986a[_0x17f890(0xef)]))_0x54dd57[_0x17f890(0xf2)][_0x17f890(0xe0)]=!![],_0x24c7fd[_0x17f890(0xf2)][_0x17f890(0xe0)]=!![],_0x54dd57[_0x17f890(0xf2)]['keepAliveMsecs']=_0x285905,_0x24c7fd[_0x17f890(0xf2)]['keepAliveMsecs']=_0x285905;else{const _0x34d581={};_0x34d581[_0x17f890(0xe0)]=!![],_0x34d581[_0x17f890(0xe4)]=_0x285905;const _0x48f3f6=new _0x54dd57['Agent'](_0x34d581),_0x1d268={};_0x1d268[_0x17f890(0xe0)]=!![],_0x1d268[_0x17f890(0xe4)]=_0x285905;const _0x45e074=new _0x24c7fd['Agent'](_0x1d268),_0x1f42d5=_0x54dd57['request'],_0xaa918d=_0x24c7fd[_0x17f890(0xec)];_0x54dd57[_0x17f890(0xec)]=function(_0x3c1c22,_0x25dd96){const _0x48a8e2=_0x17f890;if(_0x5b986a[_0x48a8e2(0xeb)](_0x3c1c22['protocol'],_0x5b986a['rxYQa']))return _0x3c1c22[_0x5b986a[_0x48a8e2(0xf4)]]=_0x45e074,_0x5b986a['iHzlO'](_0xaa918d,_0x3c1c22,_0x25dd96);return _0x3c1c22[_0x5b986a[_0x48a8e2(0xf4)]]=_0x48f3f6,_0x5b986a['BcmTQ'](_0x1f42d5,_0x3c1c22,_0x25dd96);};}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a66_0x44e7c9=a66_0x1483;(function(_0x326b4e,_0x29f97a){var _0x1b6221=a66_0x1483,_0xde3921=_0x326b4e();while(!![]){try{var _0x525d4f=-parseInt(_0x1b6221(0x12d))/0x1*(-parseInt(_0x1b6221(0x129))/0x2)+parseInt(_0x1b6221(0x11a))/0x3*(-parseInt(_0x1b6221(0x118))/0x4)+parseInt(_0x1b6221(0x12b))/0x5+-parseInt(_0x1b6221(0x120))/0x6*(parseInt(_0x1b6221(0x117))/0x7)+-parseInt(_0x1b6221(0x122))/0x8*(-parseInt(_0x1b6221(0x127))/0x9)+-parseInt(_0x1b6221(0x12a))/0xa+parseInt(_0x1b6221(0x11d))/0xb*(parseInt(_0x1b6221(0x11c))/0xc);if(_0x525d4f===_0x29f97a)break;else _0xde3921['push'](_0xde3921['shift']());}catch(_0x116209){_0xde3921['push'](_0xde3921['shift']());}}}(a66_0x2487,0xa38af));var a66_0x855d3b={};function a66_0x2487(){var _0x35f2e9=['8VzEUAY','api/v1/screenshots','1770369qoHUtz','.obs_test_details','1485516AkWyLu','99HhVKus','https://collector-observability.browserstack.com','assign','5190438McXwlp','exports','1795816OhXULA','Playwright','mocha','api/v1/batch','PLAYWRIGHT','18TfPlpX','MOCHA','1807492SZzrEP','7312730bHVstw','4898130oyTFTx','api/v1/event','1rhzDiF','7tZldcA'];a66_0x2487=function(){return _0x35f2e9;};return a66_0x2487();}function a66_0x1483(_0x38ee5a,_0x36aaae){var _0x24874c=a66_0x2487();return a66_0x1483=function(_0x148319,_0x4ca353){_0x148319=_0x148319-0x117;var _0x496231=_0x24874c[_0x148319];return _0x496231;},a66_0x1483(_0x38ee5a,_0x36aaae);}a66_0x855d3b[a66_0x44e7c9(0x126)]=a66_0x44e7c9(0x123),a66_0x855d3b[a66_0x44e7c9(0x128)]=a66_0x44e7c9(0x124),module[a66_0x44e7c9(0x121)]={'consoleHolder':Object[a66_0x44e7c9(0x11f)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x44e7c9(0x11e),'EVENT_ENDPOINT':a66_0x44e7c9(0x12c),'BATCH_ENDPOINT':a66_0x44e7c9(0x125),'SCREENSHOT_ENDPOINT':a66_0x44e7c9(0x119),'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_0x44e7c9(0x11b),'FRAMEWORKS':a66_0x855d3b};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a67_0x3665(_0x218608,_0x5dfa92){const _0x3881c9=a67_0x3881();return a67_0x3665=function(_0x366516,_0x5c61dd){_0x366516=_0x366516-0x134;let _0x51c3df=_0x3881c9[_0x366516];return _0x51c3df;},a67_0x3665(_0x218608,_0x5dfa92);}const a67_0x48a36c=a67_0x3665;(function(_0xc151af,_0x2fc30b){const _0x70a3fb=a67_0x3665,_0x5eab67=_0xc151af();while(!![]){try{const _0x498308=-parseInt(_0x70a3fb(0x21b))/0x1+-parseInt(_0x70a3fb(0x159))/0x2+-parseInt(_0x70a3fb(0x146))/0x3*(parseInt(_0x70a3fb(0x1fa))/0x4)+-parseInt(_0x70a3fb(0x1de))/0x5*(-parseInt(_0x70a3fb(0x171))/0x6)+-parseInt(_0x70a3fb(0x1c1))/0x7*(-parseInt(_0x70a3fb(0x217))/0x8)+-parseInt(_0x70a3fb(0x1e5))/0x9+parseInt(_0x70a3fb(0x17d))/0xa;if(_0x498308===_0x2fc30b)break;else _0x5eab67['push'](_0x5eab67['shift']());}catch(_0x50ec1a){_0x5eab67['push'](_0x5eab67['shift']());}}}(a67_0x3881,0x6a444));const util=require('util'),PerformanceTester=require('../performance-tester'),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x48a36c(0x1f3)),{getAgentVersion}=require(a67_0x48a36c(0x176)),o11yErrorHandler=_0x770fe=>{const _0x5d9a4e=a67_0x48a36c,_0x1789dd={'aKkbY':function(_0x354f26,_0x232ce1){return _0x354f26(_0x232ce1);},'mXxom':function(_0x50e9c6,_0x8fb954){return _0x50e9c6(_0x8fb954);},'jgmzK':function(_0x38f91f,_0x29d0e8){return _0x38f91f(_0x29d0e8);},'wpkpU':function(_0x187d99,_0x4b299c){return _0x187d99(_0x4b299c);},'RvbQN':function(_0x40caa3,_0x1c2295){return _0x40caa3===_0x1c2295;},'DOCTi':_0x5d9a4e(0x1ae),'RxuAx':function(_0x31dd2d,_0x1d4df5){return _0x31dd2d!==_0x1d4df5;},'kMVWi':'bblgK','JnUrI':function(_0x5debc3,_0x57f4e3){return _0x5debc3!==_0x57f4e3;},'wJgwO':_0x5d9a4e(0x1e9),'WGStC':function(_0x2e1afd,_0xaa0f95){return _0x2e1afd instanceof _0xaa0f95;},'kZqQB':_0x5d9a4e(0x1d0),'hQKnB':'CtcRE','JbLHM':_0x5d9a4e(0x1f5),'SZmfh':_0x5d9a4e(0x184),'cZXdJ':function(_0x20f8a5,_0x1eb133,_0x29c99f,_0x386c90){return _0x20f8a5(_0x1eb133,_0x29c99f,_0x386c90);}};return function(..._0x15ca67){const _0x16b2dc=_0x5d9a4e,_0x10289b={'elVOQ':function(_0x4304c5,_0x1712b8){const _0x82c042=a67_0x3665;return _0x1789dd[_0x82c042(0x15c)](_0x4304c5,_0x1712b8);}};if(_0x1789dd[_0x16b2dc(0x1b9)](_0x1789dd['DOCTi'],_0x1789dd[_0x16b2dc(0x1bb)]))try{if(_0x1789dd[_0x16b2dc(0x220)](_0x1789dd['kMVWi'],_0x1789dd[_0x16b2dc(0x1e2)]))_0x10289b['elVOQ'](_0x3a684c,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x594554[_0x16b2dc(0x138)]());else{let _0x20ff7c=_0x770fe;if(process['env'][_0x16b2dc(0x174)]){if(_0x1789dd[_0x16b2dc(0x194)](_0x1789dd['wJgwO'],_0x1789dd[_0x16b2dc(0x164)])){const _0x21471a=_0x2ef263[_0x16b2dc(0x1af)](_0x268745[_0x16b2dc(0x218)](_0x5d8cc1));return this[_0x16b2dc(0x19f)](_0x21471a),_0x21471a;}else _0x20ff7c=PerformanceTester[_0x16b2dc(0x189)]()[_0x16b2dc(0x21d)](_0x20ff7c);}const _0x4b9daa=_0x20ff7c[_0x16b2dc(0x1dc)](null,arguments);if(_0x1789dd[_0x16b2dc(0x14b)](_0x4b9daa,Promise)){if(_0x1789dd['RxuAx'](_0x1789dd[_0x16b2dc(0x1d7)],_0x1789dd[_0x16b2dc(0x16d)]))return _0x4b9daa[_0x16b2dc(0x21f)](_0x196deb=>processError(_0x196deb,_0x770fe,_0x15ca67));else this['userConfig']=this[_0x16b2dc(0x170)](_0x2a2174),_0x554005[_0x16b2dc(0x16a)][_0x16b2dc(0x1be)]=_0x5a13e0['stringify'](this[_0x16b2dc(0x1ad)]);}return _0x4b9daa;}}catch(_0x45c47a){_0x1789dd['RvbQN'](_0x1789dd[_0x16b2dc(0x215)],_0x1789dd[_0x16b2dc(0x17f)])?this['recursivelyDeletePIIKeysFromObject'](_0x3237bb[_0xfa1319]):_0x1789dd[_0x16b2dc(0x19c)](processError,_0x45c47a,_0x770fe,_0x15ca67);}else{const _0x2f3245=_0x337d21[_0x16b2dc(0x19e)],_0x595932=_0x1fdc89[_0x16b2dc(0x223)];!_0x32bf3b&&(_0x1bdaef=_0x1789dd[_0x16b2dc(0x1ac)](_0x408d0b,_0x2f3245));!_0x595932&&_0x1789dd[_0x16b2dc(0x20f)](_0x16094e,_0x2f3245);const _0x546258={};_0x546258[_0x16b2dc(0x19e)]=_0x2f3245,_0x546258['frameworkVersion']=_0x595932,this[_0x16b2dc(0x150)](_0x546258,_0x27948b,_0x1789dd['jgmzK'](_0x28eb20,_0xad1b0a));}};},o11yClassErrorHandler=(_0x4d4488,_0x1164f4)=>{const _0xa898e8=a67_0x48a36c,_0x16cc02={'olSMR':function(_0x247faf,_0x1ca9e0){return _0x247faf(_0x1ca9e0);},'LOmsc':function(_0x362d82,_0x4dcee3){return _0x362d82===_0x4dcee3;},'JKeZD':_0xa898e8(0x1ea),'OELdI':_0xa898e8(0x143),'UMNmN':function(_0x1fbf99,_0xfcd691){return _0x1fbf99 instanceof _0xfcd691;},'Jechr':function(_0x3678d0,_0x1f9abd){return _0x3678d0!==_0x1f9abd;},'cmmap':_0xa898e8(0x18f),'kPAfO':_0xa898e8(0x1c8),'vmKZR':_0xa898e8(0x1ef),'winiX':_0xa898e8(0x1e3),'fpkwq':function(_0xa61528,_0x1d1065,_0x27ffd5,_0xfc698a){return _0xa61528(_0x1d1065,_0x27ffd5,_0xfc698a);},'ezPrR':function(_0xc9edf6,_0x316c0b,_0x5a89f0,_0x45421b){return _0xc9edf6(_0x316c0b,_0x5a89f0,_0x45421b);},'pXWpJ':function(_0x7022f9,_0x53cded){return _0x7022f9!==_0x53cded;},'cQlzH':_0xa898e8(0x197),'YGGrr':_0xa898e8(0x169),'YUOAX':_0xa898e8(0x21e),'LMqMy':'KCJRD','qETgg':_0xa898e8(0x16e),'talsl':function(_0x18c7b2,_0x4bccbd){return _0x18c7b2!==_0x4bccbd;},'CUvDD':_0xa898e8(0x172),'CjIaP':function(_0x21aea6,_0xd22445){return _0x21aea6!==_0xd22445;},'JdBvS':'AsAWf','yJphV':_0xa898e8(0x1f6),'cTAtu':function(_0x25ea82,_0x11b43d){return _0x25ea82<_0x11b43d;},'WKILK':_0xa898e8(0x1cd)},_0x2e4369=_0x4d4488['prototype'];if(_0x16cc02[_0xa898e8(0x1c6)](Object['getOwnPropertyNames'](_0x2e4369)[_0xa898e8(0x209)],0x2)){if(_0x16cc02['pXWpJ'](_0x16cc02['WKILK'],_0x16cc02['WKILK']))return;else return _0x4d4488;}return Object[_0xa898e8(0x152)](_0x2e4369)[_0xa898e8(0x139)](_0x24832a=>{const _0x162c73=_0xa898e8,_0x1ea392={'FZDZz':function(_0x4e8c20,_0x1f5552){const _0xe5e343=a67_0x3665;return _0x16cc02[_0xe5e343(0x206)](_0x4e8c20,_0x1f5552);},'xwIPF':function(_0x76e9df,_0x3bdea1){return _0x16cc02['LOmsc'](_0x76e9df,_0x3bdea1);},'TNuDG':_0x16cc02[_0x162c73(0x1df)],'lzsKQ':function(_0x5b8143,_0x15cdbf){const _0x168ebc=_0x162c73;return _0x16cc02[_0x168ebc(0x157)](_0x5b8143,_0x15cdbf);},'Yxvnx':_0x16cc02[_0x162c73(0x1d1)],'kQspK':function(_0x10c803,_0x3828b6){const _0x1c2032=_0x162c73;return _0x16cc02[_0x1c2032(0x1c0)](_0x10c803,_0x3828b6);},'yKYje':function(_0x515c35,_0x5939be){const _0x272c55=_0x162c73;return _0x16cc02[_0x272c55(0x1ed)](_0x515c35,_0x5939be);},'vEXMB':_0x16cc02[_0x162c73(0x13f)],'TgJUt':_0x16cc02[_0x162c73(0x183)],'Cyyru':_0x16cc02['vmKZR'],'kTpRc':_0x16cc02[_0x162c73(0x1c3)],'sZFWF':function(_0x48c2cb,_0x51a0c2,_0x1f84ec,_0x143e5a){const _0x2a49b8=_0x162c73;return _0x16cc02[_0x2a49b8(0x1cc)](_0x48c2cb,_0x51a0c2,_0x1f84ec,_0x143e5a);},'sVXpV':function(_0x4a0dfb,_0x1d53c4,_0x1722ec,_0x57b30f){const _0x4e98d8=_0x162c73;return _0x16cc02[_0x4e98d8(0x1ab)](_0x4a0dfb,_0x1d53c4,_0x1722ec,_0x57b30f);}};if(_0x16cc02['pXWpJ'](_0x16cc02[_0x162c73(0x140)],_0x16cc02[_0x162c73(0x186)])){if(!(_0x1164f4&&_0x1164f4[_0x162c73(0x18c)](_0x24832a))){if(_0x16cc02[_0x162c73(0x157)](_0x16cc02[_0x162c73(0x1b5)],_0x16cc02[_0x162c73(0x1c7)]))try{this['userConfig']=_0x216bd7['parse'](_0x1370a8[_0x162c73(0x16a)][_0x162c73(0x1be)]);}catch(_0x96eddd){_0x16cc02[_0x162c73(0x206)](_0x3428da,_0x162c73(0x1bf)+_0x96eddd['toString']()),this[_0x162c73(0x1ad)]={};}else return;}const _0xd8c8e=_0x2e4369[_0x24832a];if(_0x16cc02[_0x162c73(0x157)](typeof _0xd8c8e,_0x16cc02[_0x162c73(0x20e)])&&_0x16cc02[_0x162c73(0x1a8)](_0x24832a,_0x16cc02[_0x162c73(0x154)])){if(_0x16cc02[_0x162c73(0x1e1)](_0x16cc02[_0x162c73(0x213)],_0x16cc02[_0x162c73(0x155)]))Object[_0x162c73(0x20d)](_0x2e4369,_0x24832a,{'writable':!![],'value':function(..._0x3c49ff){const _0x3b3385=_0x162c73;if(_0x1ea392[_0x3b3385(0x1a4)](_0x1ea392[_0x3b3385(0x18a)],_0x1ea392['TNuDG']))try{if(_0x1ea392[_0x3b3385(0x199)](_0x1ea392['Yxvnx'],_0x1ea392['Yxvnx'])){const _0x50f582=(process[_0x3b3385(0x16a)][_0x3b3385(0x174)]?PerformanceTester[_0x3b3385(0x189)]()['timerify'](_0xd8c8e):_0xd8c8e)[_0x3b3385(0x205)](this,..._0x3c49ff);if(_0x1ea392[_0x3b3385(0x1b4)](_0x50f582,Promise)){if(_0x1ea392[_0x3b3385(0x15e)](_0x1ea392[_0x3b3385(0x1f4)],_0x1ea392[_0x3b3385(0x13b)]))return _0x50f582[_0x3b3385(0x21f)](_0x5d20ea=>processError(_0x5d20ea,_0xd8c8e,_0x3c49ff));else _0x288bba=_0x1449ea[_0x3b3385(0x189)]()[_0x3b3385(0x21d)](_0x4ad19f);}return _0x50f582;}else return _0x2390d4[_0x3b3385(0x21f)](_0x4ed8ab=>_0x401e29(_0x4ed8ab,_0x16c16f,_0x5d9176));}catch(_0x38bb99){if(_0x1ea392['lzsKQ'](_0x1ea392['Cyyru'],_0x1ea392[_0x3b3385(0x15b)]))try{this[_0x3b3385(0x167)]=_0x1f7c60[_0x3b3385(0x1af)](_0x3e1fb5[_0x3b3385(0x16a)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x1c37d3){_0x1ea392[_0x3b3385(0x13c)](_0x13553d,_0x3b3385(0x1d8)+_0x1c37d3['toString']());}else _0x1ea392[_0x3b3385(0x17b)](processError,_0x38bb99,_0xd8c8e,_0x3c49ff);}else return _0x590a1e[_0x3b3385(0x21f)](_0x452fd1=>_0xe41558(_0x452fd1,_0x20f1c2,_0x4415d8));}});else return _0x427fed;}}else _0x1ea392[_0x162c73(0x1da)](_0xa0b1cb,_0x2fd217,_0x22286e,_0x5da64c);}),_0x4d4488;};function a67_0x3881(){const _0x137222=['toLowerCase','JnUrI','depth','ntMFX','BdeQs','jnKId','lzsKQ','HxbSV','username','cZXdJ','o11yErrorHandler','frameworkName','recursivelyDeletePIIKeysFromObject','name','JvEYI','Nalrm','khDEt','xwIPF','oeNIG','SYJFD','INIew','talsl','BJxop','zJcdO','ezPrR','aKkbY','userConfig','WKiKz','parse','imnUC','uZzty','IAMrr','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','kQspK','YUOAX','true','nVAyQ','FpLCM','RvbQN','RYYgD','DOCTi','pSDtD','cMUIn','USER_CONFIG_FOR_REPORTING','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','UMNmN','33257mEANnZ','Content-Type','winiX','dsdyZ','XIrBl','cTAtu','LMqMy','rYpKb','ZWTiR','kibOC','slWTF','fpkwq','VhbBz','ZcwGD','hWKWC','yTWpv','OELdI','ctqBt','Ubanz','POST','[Crash_Report_Upload]\x20Success\x20response:\x20','CZVkx','kZqQB','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','aSfCj','sVXpV','accessKey','apply','getFramework','5BFgwVa','JKeZD','aPRel','CjIaP','kMVWi','UIrqY','jFxcF','5101983soczdt','vvHbD','dRTct','ojuRA','scxBR','NoVTE','CREDENTIALS_FOR_CRASH_REPORTING','rCjaO','Jechr','qihRd','CWbYg','WhIhu','iiplh','joYIl','./utils','vEXMB','RVXJT','fnySD','JCdpi','BS_TESTOPS_BUILD_HASHED_ID','vOewX','4BYkVuj','Error\x20in\x20executing\x20','LRPch','bsGaI','setCredentials','headers','WbJCt','/api/v1/analytics','exports','XJyJn','pbYQT','call','olSMR','LlycM','dVBgS','length','ycRdy','XOohd','APzJA','defineProperty','qETgg','mXxom','DmylN','KsTzj','VZcKW','JdBvS','HzOQa','JbLHM','stack','56qAEgOI','stringify','setFrameworkDetails','VHiKT','594500jXuWEG','pSSUh','timerify','cwOBP','catch','RxuAx','YsTUA','\x20:\x20','frameworkVersion','YEWjx','JTVWZ','XkrPZ','QtJsL','nFHUM','captureError','fYevt','Zuhgw','toString','forEach','qFOUW','TgJUt','FZDZz','AvDZr','qHhxl','cmmap','cQlzH','TukrH','setConfigDetails','OINif','Cdfzm','OpKKH','1223193gOUSgx','MAIFK','xaOvr','fSHaS','VzuaR','WGStC','sUBcD','DJQpY','key','uploadCrashReport','setAllDetails','lmLQb','getOwnPropertyNames','jHlBC','CUvDD','yJphV','AvLDL','LOmsc','keys','1089350GoFWCj','IaZJQ','kTpRc','wpkpU','JMeCk','yKYje','MWBvk','credentials','oiNKb','inspect','LrLLq','wJgwO','dWixH','odrFG','frameworkDetails','object','Renas','env','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','uDRUt','hQKnB','function','auth','filterPII','3155586xqyCVc','constructor','initialize','BROWSERSTACK_O11Y_PERF_MEASUREMENT','\x20with\x20args\x20','../helper','PgGyF','sxCDI','TyVsK','application/json','sZFWF','password','19898730lxibtr','then','SZmfh','gwLLU','getConfig','nBSBU','kPAfO','HdbBN','XskLm','YGGrr','getCredentials','ZnmKW','getPerformance','TNuDG','Bpzgx','includes','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','X-BSTACK-TESTOPS','sLRls','CrashReporter','pQrWp','loTVG'];a67_0x3881=function(){return _0x137222;};return a67_0x3881();}function processError(_0x354058,_0x295108,_0x350103){const _0x575eff=a67_0x48a36c,_0x48364a={'sUBcD':function(_0x495087,_0x5565f4){return _0x495087===_0x5565f4;},'VZcKW':_0x575eff(0x168),'rCjaO':function(_0xecbb4b,_0x2046bd){return _0xecbb4b(_0x2046bd);},'sxCDI':function(_0x36261b,_0xb4520c){return _0x36261b!==_0xb4520c;},'INIew':'RnmOJ','bVyXN':_0x575eff(0x210),'PgGyF':function(_0x102f01,_0x3cb9be){return _0x102f01!==_0x3cb9be;},'LgJKW':_0x575eff(0x151),'jHlBC':_0x575eff(0x221)};_0x48364a[_0x575eff(0x1ec)](debug,_0x575eff(0x1fb)+_0x295108[_0x575eff(0x1a0)]+_0x575eff(0x175)+_0x350103+':\x20'+_0x354058),PerformanceTester[_0x575eff(0x135)](_0x354058);let _0xbce704;try{_0x48364a[_0x575eff(0x178)](_0x48364a[_0x575eff(0x1a7)],_0x48364a['bVyXN'])?_0xbce704=JSON[_0x575eff(0x218)](_0x350103):_0x37269d=_0x59d0f8[_0x575eff(0x218)](_0x20b8e2);}catch(_0x526d24){if(_0x48364a[_0x575eff(0x177)](_0x48364a['LgJKW'],_0x48364a[_0x575eff(0x153)])){const _0xb3cadd={};_0xb3cadd[_0x575eff(0x195)]=0x2,_0xbce704=util[_0x575eff(0x162)](_0x350103,_0xb3cadd);}else{if(_0x2fc392[_0x575eff(0x18c)](_0x2ff64a[_0x575eff(0x193)]()))delete _0x1e5521[_0x527db0];else _0x48364a[_0x575eff(0x14c)](typeof _0xc328a1[_0x292770],_0x48364a[_0x575eff(0x212)])&&this['recursivelyDeletePIIKeysFromObject'](_0x5943da[_0x518b97]);}}CrashReporter[_0x575eff(0x14f)](_0x575eff(0x1fb)+_0x295108[_0x575eff(0x1a0)]+_0x575eff(0x175)+_0xbce704+_0x575eff(0x222)+_0x354058,_0x354058&&_0x354058[_0x575eff(0x216)]);}class CrashReporter{static [a67_0x48a36c(0x1ad)]={};static [a67_0x48a36c(0x160)];static [a67_0x48a36c(0x167)]={};static[a67_0x48a36c(0x173)](_0x5839ee,_0x5cc552,_0x18b01e=null){const _0x1d18c8=a67_0x48a36c,_0x438865={'imnUC':function(_0x278627,_0x23863e){return _0x278627(_0x23863e);},'MAIFK':function(_0x52293d,_0x3145eb){return _0x52293d instanceof _0x3145eb;},'pbYQT':function(_0x1f1154,_0x12e073){return _0x1f1154!==_0x12e073;},'vvHbD':'kaOZA','fYevt':_0x1d18c8(0x13a),'qihRd':function(_0x6fc3b6,_0x1da37f){return _0x6fc3b6(_0x1da37f);},'ZnmKW':_0x1d18c8(0x1c5),'nFHUM':function(_0x1e80c4,_0x38868d){return _0x1e80c4(_0x38868d);},'XkrPZ':function(_0x2952d9,_0x39f84a){return _0x2952d9(_0x39f84a);}},_0x201a9e=_0x5839ee['frameworkName'],_0x49576d=_0x5839ee[_0x1d18c8(0x223)];if(!_0x18b01e){if(_0x438865[_0x1d18c8(0x204)](_0x438865[_0x1d18c8(0x1e6)],_0x438865[_0x1d18c8(0x136)]))_0x18b01e=_0x438865[_0x1d18c8(0x1ee)](getBrowserStackConfig,_0x201a9e);else{if(!this[_0x1d18c8(0x160)]&&_0x1a4cfe[_0x1d18c8(0x16a)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x1d18c8(0x160)]=_0x4e4195[_0x1d18c8(0x1af)](_0x1aacd7[_0x1d18c8(0x16a)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x3bfdca){_0x438865[_0x1d18c8(0x1b0)](_0x1b2cd6,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x3bfdca['toString']());}return this[_0x1d18c8(0x160)];}}if(!_0x49576d){if(_0x438865[_0x1d18c8(0x204)](_0x438865['ZnmKW'],_0x438865[_0x1d18c8(0x188)])){let _0x5da017=_0x37eca7;_0x138536[_0x1d18c8(0x16a)][_0x1d18c8(0x174)]&&(_0x5da017=_0x1e0bc[_0x1d18c8(0x189)]()['timerify'](_0x5da017));const _0x39cf1c=_0x5da017['apply'](null,arguments);if(_0x438865[_0x1d18c8(0x147)](_0x39cf1c,_0x21b585))return _0x39cf1c[_0x1d18c8(0x21f)](_0x2ab487=>_0x445e42(_0x2ab487,_0x25b794,_0x17a754));return _0x39cf1c;}else _0x438865[_0x1d18c8(0x134)](getFrameworkVersion,_0x201a9e);}const _0x3a0a02={};_0x3a0a02[_0x1d18c8(0x19e)]=_0x201a9e,_0x3a0a02[_0x1d18c8(0x223)]=_0x49576d,this[_0x1d18c8(0x150)](_0x3a0a02,_0x5cc552,_0x438865[_0x1d18c8(0x226)](getUserCredentials,_0x18b01e));}static[a67_0x48a36c(0x1fe)](_0x575b89,_0x1c9549){const _0x613bea=a67_0x48a36c,_0xdaa96d={};_0xdaa96d[_0x613bea(0x19b)]=_0x575b89,_0xdaa96d[_0x613bea(0x1db)]=_0x1c9549,this[_0x613bea(0x160)]=_0xdaa96d,process[_0x613bea(0x16a)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON['stringify'](this[_0x613bea(0x160)]);}static['getCredentials'](){const _0x1ee46c=a67_0x48a36c,_0x411af0={'IaZJQ':function(_0x441991,_0x504ee6){return _0x441991(_0x504ee6);},'jFxcF':function(_0xdcc31e,_0xa0d3f3){return _0xdcc31e===_0xa0d3f3;},'bsGaI':_0x1ee46c(0x192),'jnKId':function(_0x4c0ebe,_0xfe5efc){return _0x4c0ebe!==_0xfe5efc;},'OpKKH':_0x1ee46c(0x21a),'nCIOV':'qtexR','xaOvr':_0x1ee46c(0x141),'uyHdP':function(_0x523e77,_0x2729f){return _0x523e77(_0x2729f);}};if(!this['credentials']&&process[_0x1ee46c(0x16a)][_0x1ee46c(0x1eb)]){if(_0x411af0[_0x1ee46c(0x1e4)](_0x411af0[_0x1ee46c(0x1fd)],_0x411af0['bsGaI']))try{_0x411af0[_0x1ee46c(0x198)](_0x411af0[_0x1ee46c(0x145)],_0x411af0[_0x1ee46c(0x145)])?_0x411af0[_0x1ee46c(0x15a)](_0x47a47c,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0xedeb0f):this[_0x1ee46c(0x160)]=JSON['parse'](process[_0x1ee46c(0x16a)][_0x1ee46c(0x1eb)]);}catch(_0x3d4bdd){if(_0x411af0[_0x1ee46c(0x198)](_0x411af0['nCIOV'],_0x411af0[_0x1ee46c(0x148)]))_0x411af0['uyHdP'](debug,_0x1ee46c(0x1d8)+_0x3d4bdd[_0x1ee46c(0x138)]());else{_0x411af0[_0x1ee46c(0x15a)](_0x1e966e,_0x1ee46c(0x1fb)+_0x997440['name']+_0x1ee46c(0x175)+_0x4db3d9+':\x20'+_0x5c5291),_0x5a70d0[_0x1ee46c(0x135)](_0x86684d);let _0x44a9d7;try{_0x44a9d7=_0x4e8546[_0x1ee46c(0x218)](_0x1c2188);}catch(_0x42f38e){const _0x5699d8={};_0x5699d8['depth']=0x2,_0x44a9d7=_0x315def[_0x1ee46c(0x162)](_0x43aba0,_0x5699d8);}_0x399e19[_0x1ee46c(0x14f)](_0x1ee46c(0x1fb)+_0x350557[_0x1ee46c(0x1a0)]+_0x1ee46c(0x175)+_0x44a9d7+_0x1ee46c(0x222)+_0x8f678c,_0x14a526&&_0x400106[_0x1ee46c(0x216)]);}}else _0x319891=_0x411af0[_0x1ee46c(0x15a)](_0x3a56c7,_0x1114ce);}return this[_0x1ee46c(0x160)];}static['setConfigDetails'](_0x54c6d2){const _0x2f0098=a67_0x48a36c;this['userConfig']=this[_0x2f0098(0x170)](_0x54c6d2),process[_0x2f0098(0x16a)]['USER_CONFIG_FOR_REPORTING']=JSON[_0x2f0098(0x218)](this['userConfig']);}static[a67_0x48a36c(0x181)](){const _0x332c7b=a67_0x48a36c,_0x204f7d={'WhIhu':function(_0x4f9119,_0x1326bd){return _0x4f9119(_0x1326bd);},'JMeCk':function(_0x2cd575,_0x3d1344){return _0x2cd575===_0x3d1344;},'Nalrm':function(_0x2c86cd,_0x2913af){return _0x2c86cd!==_0x2913af;},'ctqBt':_0x332c7b(0x161),'fSHaS':_0x332c7b(0x19a),'uDRUt':_0x332c7b(0x1cf),'FpLCM':function(_0x2b8703,_0x48b949){return _0x2b8703===_0x48b949;},'IAMrr':'hgPaR','XOohd':_0x332c7b(0x14a)};if(_0x204f7d['JMeCk'](Object[_0x332c7b(0x158)](this[_0x332c7b(0x1ad)])[_0x332c7b(0x209)],0x0)&&process[_0x332c7b(0x16a)][_0x332c7b(0x1be)]){if(_0x204f7d[_0x332c7b(0x1a2)](_0x204f7d[_0x332c7b(0x1d2)],_0x204f7d[_0x332c7b(0x1d2)]))_0x204f7d[_0x332c7b(0x1f0)](_0x1f7417,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x2d8e74[_0x332c7b(0x138)]());else try{_0x204f7d[_0x332c7b(0x15d)](_0x204f7d[_0x332c7b(0x149)],_0x204f7d[_0x332c7b(0x16c)])?delete _0x439a8c[_0x1e374e]:this[_0x332c7b(0x1ad)]=JSON[_0x332c7b(0x1af)](process['env']['USER_CONFIG_FOR_REPORTING']);}catch(_0x1ddc2a){if(_0x204f7d[_0x332c7b(0x1b8)](_0x204f7d[_0x332c7b(0x1b2)],_0x204f7d[_0x332c7b(0x20b)]))return;else _0x204f7d[_0x332c7b(0x1f0)](debug,_0x332c7b(0x1bf)+_0x1ddc2a[_0x332c7b(0x138)]()),this[_0x332c7b(0x1ad)]={};}}return this[_0x332c7b(0x1ad)];}static[a67_0x48a36c(0x219)](_0x25062e){const _0x57d8e0=a67_0x48a36c;this[_0x57d8e0(0x167)]=_0x25062e,process[_0x57d8e0(0x16a)][_0x57d8e0(0x1b3)]=JSON['stringify'](this[_0x57d8e0(0x167)]);}static['getFramework'](){const _0x451b4a=a67_0x48a36c,_0x491370={'odrFG':function(_0x2f4748,_0x187210){return _0x2f4748===_0x187210;},'jjGcD':function(_0x22dbf4,_0x394cc4){return _0x22dbf4(_0x394cc4);},'DehLQ':function(_0x3cb984,_0x1a85f0){return _0x3cb984===_0x1a85f0;},'nVAyQ':function(_0x4ee123,_0x378ada){return _0x4ee123(_0x378ada);},'KsTzj':_0x451b4a(0x1cb),'LRPch':'oVzHg','iMIEv':function(_0x35d0fb,_0x3c28eb){return _0x35d0fb!==_0x3c28eb;},'XJyJn':'zHspI','aPRel':function(_0x584bc7,_0x289297){return _0x584bc7===_0x289297;},'vzOLt':'GGrcs','nBSBU':_0x451b4a(0x1f9),'GQjjR':function(_0x122ed3,_0xcd8645){return _0x122ed3(_0xcd8645);}};if(_0x491370[_0x451b4a(0x166)](Object[_0x451b4a(0x158)](this[_0x451b4a(0x167)])[_0x451b4a(0x209)],0x0)&&process[_0x451b4a(0x16a)][_0x451b4a(0x1b3)]){if(_0x491370['odrFG'](_0x491370[_0x451b4a(0x211)],_0x491370[_0x451b4a(0x1fc)])){if(_0x491370['odrFG'](_0x4d794f[_0x451b4a(0x158)](this[_0x451b4a(0x167)])[_0x451b4a(0x209)],0x0)&&_0x147f78[_0x451b4a(0x16a)][_0x451b4a(0x1b3)])try{this['frameworkDetails']=_0x16fca4['parse'](_0x1834b6[_0x451b4a(0x16a)][_0x451b4a(0x1b3)]);}catch(_0x58845b){_0x491370['jjGcD'](_0x6d68f5,_0x451b4a(0x1d8)+_0x58845b['toString']());}return this[_0x451b4a(0x167)];}else try{_0x491370['iMIEv'](_0x491370[_0x451b4a(0x203)],_0x491370['XJyJn'])?this[_0x451b4a(0x1ad)]=_0x52f70f['parse'](_0x36d75c[_0x451b4a(0x16a)][_0x451b4a(0x1be)]):this[_0x451b4a(0x167)]=JSON[_0x451b4a(0x1af)](process['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x2cbf5c){if(_0x491370[_0x451b4a(0x1e0)](_0x491370['vzOLt'],_0x491370[_0x451b4a(0x182)])){if(_0x491370['DehLQ'](_0x102be1['keys'](this['userConfig'])[_0x451b4a(0x209)],0x0)&&_0x519bce[_0x451b4a(0x16a)][_0x451b4a(0x1be)])try{this[_0x451b4a(0x1ad)]=_0x3a0750['parse'](_0xdf3bbf['env']['USER_CONFIG_FOR_REPORTING']);}catch(_0xcd5171){_0x491370[_0x451b4a(0x1b7)](_0x279a46,_0x451b4a(0x1bf)+_0xcd5171[_0x451b4a(0x138)]()),this[_0x451b4a(0x1ad)]={};}return this['userConfig'];}else _0x491370['GQjjR'](debug,_0x451b4a(0x1d8)+_0x2cbf5c[_0x451b4a(0x138)]());}}return this[_0x451b4a(0x167)];}static[a67_0x48a36c(0x150)](_0x4e1835,_0x160e65,_0x4842f3){const _0x575c0c=a67_0x48a36c;_0x4e1835&&this[_0x575c0c(0x219)](_0x4e1835),_0x160e65&&this[_0x575c0c(0x142)](_0x160e65),_0x4842f3&&this[_0x575c0c(0x1fe)](_0x4842f3[_0x575c0c(0x19b)],_0x4842f3[_0x575c0c(0x1db)]);}static async[a67_0x48a36c(0x14f)](_0x237dce,_0x1bd8fa){const _0x34cd97=a67_0x48a36c,_0x447d96={'YoSFe':function(_0x48fb55,_0x52eb04){return _0x48fb55(_0x52eb04);},'xvdez':function(_0x11ef14,_0x12285d){return _0x11ef14 instanceof _0x12285d;},'DJQpY':function(_0xf545f,_0x339a8c,_0x310a55,_0x1ce3b3){return _0xf545f(_0x339a8c,_0x310a55,_0x1ce3b3);},'TyVsK':function(_0x1f7057,_0x4272c7){return _0x1f7057!==_0x4272c7;},'JvEYI':_0x34cd97(0x13e),'Cdfzm':_0x34cd97(0x21c),'CPRGQ':function(_0x136664,_0x16079e){return _0x136664(_0x16079e);},'ycRdy':function(_0xd116b0,_0x13fa30){return _0xd116b0(_0x13fa30);},'joYIl':_0x34cd97(0x18d),'zJcdO':function(_0x64fe27,_0x44a1cb){return _0x64fe27===_0x44a1cb;},'kgtZC':_0x34cd97(0x214),'ZWTiR':_0x34cd97(0x18b),'dKIPZ':function(_0x31d188,_0x40426e){return _0x31d188(_0x40426e);},'ixbyN':_0x34cd97(0x1e7),'khDEt':'xqEKX','yZJDy':function(_0x593146,_0x1c8fb0){return _0x593146(_0x1c8fb0);},'XskLm':function(_0x18a350){return _0x18a350();},'zxJsj':_0x34cd97(0x201),'iiplh':'application/json','gwLLU':'true','fgjfi':function(_0x1260ba,_0x244885,_0x1cd6ba,_0x5a6fdb,_0x57c544,_0x278c2b){return _0x1260ba(_0x244885,_0x1cd6ba,_0x5a6fdb,_0x57c544,_0x278c2b);},'AvDZr':_0x34cd97(0x1d4)};this[_0x34cd97(0x187)]();if(!this[_0x34cd97(0x160)]){if(_0x447d96[_0x34cd97(0x179)](_0x447d96['ixbyN'],_0x447d96[_0x34cd97(0x1a3)]))return _0x447d96['yZJDy'](debug,_0x447d96['joYIl']);else try{this[_0x34cd97(0x160)]=_0x344074[_0x34cd97(0x1af)](_0x33fc20['env']['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x2174ef){_0x447d96['YoSFe'](_0x541da9,_0x34cd97(0x1d8)+_0x2174ef[_0x34cd97(0x138)]());}}this[_0x34cd97(0x181)](),this[_0x34cd97(0x1dd)]();const _0x224c3d={'hashed_id':process[_0x34cd97(0x16a)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x447d96[_0x34cd97(0x185)](getAgentVersion),'frameworkName':this[_0x34cd97(0x167)][_0x34cd97(0x19e)],'frameworkVersion':this['frameworkDetails'][_0x34cd97(0x223)]},'exception':{'error':_0x237dce[_0x34cd97(0x138)](),'stackTrace':_0x1bd8fa},'config':this[_0x34cd97(0x1ad)]},_0x4d9932=_0x447d96['zxJsj'],_0x29549c={};_0x29549c[_0x34cd97(0x19b)]=this[_0x34cd97(0x160)][_0x34cd97(0x19b)],_0x29549c[_0x34cd97(0x17c)]=this[_0x34cd97(0x160)][_0x34cd97(0x1db)];const _0x1a21c5={};_0x1a21c5[_0x34cd97(0x1c2)]=_0x447d96[_0x34cd97(0x1f1)],_0x1a21c5[_0x34cd97(0x18e)]=_0x447d96[_0x34cd97(0x180)];const _0x42bdd4={};_0x42bdd4[_0x34cd97(0x16f)]=_0x29549c,_0x42bdd4[_0x34cd97(0x1ff)]=_0x1a21c5;const _0x103725=_0x42bdd4;_0x447d96['fgjfi'](nodeRequest,_0x447d96[_0x34cd97(0x13d)],_0x4d9932,_0x224c3d,_0x103725,![])[_0x34cd97(0x17e)](_0x532068=>{const _0x208d62=_0x34cd97,_0x41276e={'dsdyZ':function(_0x2a79db,_0xb5b845){return _0x447d96['xvdez'](_0x2a79db,_0xb5b845);},'BJxop':function(_0x5ef93a,_0x75be1b,_0x30f1e5,_0x47b262){const _0x157e01=a67_0x3665;return _0x447d96[_0x157e01(0x14d)](_0x5ef93a,_0x75be1b,_0x30f1e5,_0x47b262);}};if(_0x447d96['TyVsK'](_0x447d96[_0x208d62(0x1a1)],_0x447d96[_0x208d62(0x144)]))_0x447d96['CPRGQ'](debug,_0x208d62(0x1d5)+JSON['stringify'](_0x532068));else try{const _0x3d7d55=(_0x43cb51['env'][_0x208d62(0x174)]?_0x5772b2['getPerformance']()[_0x208d62(0x21d)](_0x275b9d):_0x2c9fcf)['call'](this,..._0x5e25b0);if(_0x41276e[_0x208d62(0x1c4)](_0x3d7d55,_0x3a2091))return _0x3d7d55[_0x208d62(0x21f)](_0x31dfb6=>_0x14687a(_0x31dfb6,_0x59802a,_0x36bdc5));return _0x3d7d55;}catch(_0x5ed175){_0x41276e[_0x208d62(0x1a9)](_0x192a68,_0x5ed175,_0x399102,_0x382d47);}})['catch'](_0x1a515b=>{const _0x4dc28e=_0x34cd97,_0x2865ad={'pSDtD':function(_0x3321ad,_0x33d5bb){const _0x1a8784=a67_0x3665;return _0x447d96[_0x1a8784(0x20a)](_0x3321ad,_0x33d5bb);},'pQrWp':_0x447d96[_0x4dc28e(0x1f2)]};if(_0x447d96[_0x4dc28e(0x1aa)](_0x447d96['kgtZC'],_0x447d96[_0x4dc28e(0x1c9)]))return _0x2865ad[_0x4dc28e(0x1bc)](_0x3ff0ee,_0x2865ad[_0x4dc28e(0x191)]);else _0x447d96['dKIPZ'](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x1a515b);});}static[a67_0x48a36c(0x19f)](_0x296ee5){const _0x1f879e=a67_0x48a36c,_0x304bf1={'eqeDv':function(_0x6a06e4,_0x11823e){return _0x6a06e4(_0x11823e);},'dWixH':function(_0x52f3dc,_0x1b96e9,_0xf22456,_0x2024fe){return _0x52f3dc(_0x1b96e9,_0xf22456,_0x2024fe);},'LrLLq':function(_0x2884c8,_0x3ec791){return _0x2884c8(_0x3ec791);},'WOqKE':function(_0x2aacad,_0x542c4d){return _0x2aacad(_0x542c4d);},'Ubanz':_0x1f879e(0x18d),'kibOC':function(_0x547bd3){return _0x547bd3();},'JTVWZ':'/api/v1/analytics','cMUIn':_0x1f879e(0x17a),'EeaPb':_0x1f879e(0x1b6),'CZVkx':function(_0xffc7e9,_0x5c4263,_0x8dc87f,_0x5a2979,_0x531939,_0x426731){return _0xffc7e9(_0x5c4263,_0x8dc87f,_0x5a2979,_0x531939,_0x426731);},'yisfA':'POST','AvLDL':function(_0x26f5ac,_0x153e5a){return _0x26f5ac!==_0x153e5a;},'tZQRa':_0x1f879e(0x1b1),'LlycM':_0x1f879e(0x208),'Zuhgw':'user','oeNIG':'username','ojuRA':_0x1f879e(0x14e),'HgmAN':_0x1f879e(0x1db),'pZVDr':_0x1f879e(0x17c),'ZcwGD':function(_0x5986fb,_0x2ace70){return _0x5986fb===_0x2ace70;},'WbJCt':_0x1f879e(0x1a6),'APzJA':function(_0x139f87,_0x1789e2){return _0x139f87!==_0x1789e2;},'ntMFX':_0x1f879e(0x15f),'JCdpi':function(_0x5e1d5a,_0x3a8939){return _0x5e1d5a===_0x3a8939;},'aSfCj':_0x1f879e(0x168),'RYYgD':function(_0x31c554,_0x309f42){return _0x31c554!==_0x309f42;},'YEWjx':_0x1f879e(0x227)};if(!_0x296ee5){if(_0x304bf1[_0x1f879e(0x156)](_0x304bf1['tZQRa'],_0x304bf1[_0x1f879e(0x207)]))return;else _0x304bf1['eqeDv'](_0x31d96e,_0x1f879e(0x1bf)+_0x2cafed[_0x1f879e(0x138)]()),this[_0x1f879e(0x1ad)]={};}const _0x6eea6a=[_0x304bf1[_0x1f879e(0x137)],_0x304bf1[_0x1f879e(0x1a5)],_0x304bf1[_0x1f879e(0x1e8)],_0x304bf1['HgmAN'],_0x304bf1['pZVDr']];for(const _0xe09da6 in _0x296ee5){if(_0x304bf1[_0x1f879e(0x1ce)](_0x304bf1[_0x1f879e(0x200)],_0x304bf1[_0x1f879e(0x200)])){if(_0x6eea6a[_0x1f879e(0x18c)](_0xe09da6[_0x1f879e(0x193)]()))_0x304bf1[_0x1f879e(0x20c)](_0x304bf1[_0x1f879e(0x196)],_0x304bf1[_0x1f879e(0x196)])?this['credentials']=_0x50349b['parse'](_0x34a9c8['env'][_0x1f879e(0x1eb)]):delete _0x296ee5[_0xe09da6];else _0x304bf1[_0x1f879e(0x1f7)](typeof _0x296ee5[_0xe09da6],_0x304bf1[_0x1f879e(0x1d9)])&&(_0x304bf1[_0x1f879e(0x1ba)](_0x304bf1['YEWjx'],_0x304bf1[_0x1f879e(0x224)])?_0x304bf1[_0x1f879e(0x165)](_0x2777a9,_0x401a01,_0x2835a9,_0x20ab70):this['recursivelyDeletePIIKeysFromObject'](_0x296ee5[_0xe09da6]));}else{const _0x571817={'uSJni':function(_0x3a4c10,_0x1c20b1){return _0x304bf1['WOqKE'](_0x3a4c10,_0x1c20b1);}};this['getCredentials']();if(!this[_0x1f879e(0x160)])return _0x304bf1[_0x1f879e(0x163)](_0x3a04b7,_0x304bf1[_0x1f879e(0x1d3)]);this[_0x1f879e(0x181)](),this['getFramework']();const _0x23cbd8={'hashed_id':_0x13cc2c[_0x1f879e(0x16a)][_0x1f879e(0x1f8)],'observability_version':{'sdkVersion':_0x304bf1[_0x1f879e(0x1ca)](_0x12ee45),'frameworkName':this['frameworkDetails'][_0x1f879e(0x19e)],'frameworkVersion':this[_0x1f879e(0x167)]['frameworkVersion']},'exception':{'error':_0x9798c5[_0x1f879e(0x138)](),'stackTrace':_0x8739a3},'config':this['userConfig']},_0xabb667=_0x304bf1[_0x1f879e(0x225)],_0x34fc61={};_0x34fc61[_0x1f879e(0x19b)]=this[_0x1f879e(0x160)][_0x1f879e(0x19b)],_0x34fc61[_0x1f879e(0x17c)]=this[_0x1f879e(0x160)][_0x1f879e(0x1db)];const _0x485bed={};_0x485bed[_0x1f879e(0x1c2)]=_0x304bf1[_0x1f879e(0x1bd)],_0x485bed[_0x1f879e(0x18e)]=_0x304bf1['EeaPb'];const _0x2e6524={};_0x2e6524[_0x1f879e(0x16f)]=_0x34fc61,_0x2e6524[_0x1f879e(0x1ff)]=_0x485bed;const _0x90a5f6=_0x2e6524;_0x304bf1[_0x1f879e(0x1d6)](_0x123a11,_0x304bf1['yisfA'],_0xabb667,_0x23cbd8,_0x90a5f6,![])[_0x1f879e(0x17e)](_0x1a7154=>{const _0x34f159=_0x1f879e;_0x304bf1[_0x34f159(0x163)](_0x159312,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x1c8066['stringify'](_0x1a7154));})[_0x1f879e(0x21f)](_0x41b9d5=>{const _0x2c4afe=_0x1f879e;_0x571817['uSJni'](_0x321d14,_0x2c4afe(0x16b)+_0x41b9d5);});}}}static['filterPII'](_0x5a2f3d){const _0x5526f4=a67_0x48a36c,_0x137589=JSON[_0x5526f4(0x1af)](JSON[_0x5526f4(0x218)](_0x5a2f3d));return this[_0x5526f4(0x19f)](_0x137589),_0x137589;}}const a67_0x2896d8={};a67_0x2896d8[a67_0x48a36c(0x19d)]=o11yErrorHandler,a67_0x2896d8['o11yClassErrorHandler']=o11yClassErrorHandler,a67_0x2896d8[a67_0x48a36c(0x190)]=CrashReporter,module[a67_0x48a36c(0x202)]=a67_0x2896d8;
|
|
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 +1 @@
|
|
|
1
|
-
const a68_0x2be502=a68_0x5509;(function(_0x564867,_0x47df6b){const _0x2c9513=a68_0x5509,_0x2c189a=_0x564867();while(!![]){try{const _0x10b4a3=parseInt(_0x2c9513(0xfd))/0x1+parseInt(_0x2c9513(0xff))/0x2+parseInt(_0x2c9513(0xb2))/0x3*(-parseInt(_0x2c9513(0xab))/0x4)+parseInt(_0x2c9513(0x8c))/0x5+parseInt(_0x2c9513(0xf8))/0x6+-parseInt(_0x2c9513(0xf5))/0x7*(parseInt(_0x2c9513(0x10b))/0x8)+parseInt(_0x2c9513(0xd6))/0x9*(-parseInt(_0x2c9513(0x10f))/0xa);if(_0x10b4a3===_0x47df6b)break;else _0x2c189a['push'](_0x2c189a['shift']());}catch(_0x27b019){_0x2c189a['push'](_0x2c189a['shift']());}}}(a68_0x3258,0x30a7c));function a68_0x5509(_0x10084f,_0x37098f){const _0x3258ec=a68_0x3258();return a68_0x5509=function(_0x5509b2,_0x1730a0){_0x5509b2=_0x5509b2-0x82;let _0x449f92=_0x3258ec[_0x5509b2];return _0x449f92;},a68_0x5509(_0x10084f,_0x37098f);}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x2be502(0x101)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x2be502(0x105)),util=require(a68_0x2be502(0x98));class RequestQueueHandler{static ['instance'];[a68_0x2be502(0xaa)]=0x0;constructor(){const _0x132fe0=a68_0x2be502,_0x43c5ff={};_0x43c5ff['phfdL']=_0x132fe0(0x95),_0x43c5ff[_0x132fe0(0xa6)]=_0x132fe0(0x12c),_0x43c5ff['vbnIp']=_0x132fe0(0xd2),_0x43c5ff[_0x132fe0(0x102)]=_0x132fe0(0xa0),_0x43c5ff['yytUe']=_0x132fe0(0xb6),_0x43c5ff[_0x132fe0(0x88)]=_0x132fe0(0xcb),_0x43c5ff['MOfzP']=_0x132fe0(0x11d),_0x43c5ff[_0x132fe0(0x127)]=_0x132fe0(0xca),_0x43c5ff[_0x132fe0(0x100)]=_0x132fe0(0xf2),_0x43c5ff[_0x132fe0(0x10d)]='api/v1/batch';const _0x79a0d2=_0x43c5ff,_0x17e6c2=_0x79a0d2['phfdL'][_0x132fe0(0xcc)]('|');let _0x1fe366=0x0;while(!![]){switch(_0x17e6c2[_0x1fe366++]){case'0':this[_0x132fe0(0x82)]=[_0x79a0d2[_0x132fe0(0xa6)],_0x79a0d2[_0x132fe0(0xbd)],_0x79a0d2[_0x132fe0(0x102)],_0x79a0d2['yytUe'],_0x79a0d2[_0x132fe0(0x88)],_0x79a0d2[_0x132fe0(0xb4)],_0x79a0d2[_0x132fe0(0x127)]];continue;case'1':this[_0x132fe0(0xa2)]=[];continue;case'2':this[_0x132fe0(0xd0)]=![];continue;case'3':this['screenshotEventUrl']=_0x79a0d2[_0x132fe0(0x100)];continue;case'4':this[_0x132fe0(0x8a)]=null;continue;case'5':this[_0x132fe0(0xcf)]=_0x79a0d2[_0x132fe0(0x10d)];continue;}break;}}static[a68_0x2be502(0xc6)](){const _0x35ece2=a68_0x2be502,_0x1ee8f2={};_0x1ee8f2[_0x35ece2(0xc0)]=function(_0x3319a9,_0xf83ccf){return _0x3319a9===_0xf83ccf;},_0x1ee8f2[_0x35ece2(0x9b)]='MGKpd';const _0x472e4a=_0x1ee8f2;if(!RequestQueueHandler[_0x35ece2(0x9e)]){if(_0x472e4a['dLEQT'](_0x472e4a[_0x35ece2(0x9b)],_0x472e4a[_0x35ece2(0x9b)]))RequestQueueHandler['instance']=new RequestQueueHandler();else{const _0x46c90a={};return _0x46c90a['shouldProceed']=!![],_0x46c90a['proceedWithData']=[_0x5bf773],_0x46c90a[_0x35ece2(0xbc)]=this[_0x35ece2(0x109)],_0x46c90a;}}return RequestQueueHandler[_0x35ece2(0x9e)];}[a68_0x2be502(0xd5)]=()=>{const _0x242fff=a68_0x2be502,_0x4611fa={'yzuWg':function(_0x5cae75,_0x5ba2aa){return _0x5cae75(_0x5ba2aa);},'vhlGP':function(_0x428480,_0x412f83){return _0x428480(_0x412f83);},'EZLNl':function(_0x343ddb,_0x48001a){return _0x343ddb-_0x48001a;},'EIntd':function(_0x15ba44,_0x39fe96){return _0x15ba44===_0x39fe96;},'klHTD':_0x242fff(0x130)};!this['started']&&(_0x4611fa[_0x242fff(0xef)](_0x4611fa[_0x242fff(0x114)],_0x4611fa[_0x242fff(0x114)])?(this[_0x242fff(0xd0)]=!![],this[_0x242fff(0xac)]()):(_0x8f175b['response']?_0x4611fa[_0x242fff(0x107)](_0x53a9eb,_0x242fff(0x112)+_0x1bab3e+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x59caf2[_0x242fff(0x11c)][_0x242fff(0x85)]+'\x20'+_0x4d47bd[_0x242fff(0x11c)][_0x242fff(0xf7)]+'\x20'+_0x3d1056[_0x242fff(0xb1)](_0x587e00[_0x242fff(0x11c)][_0x242fff(0x110)])):_0x4611fa[_0x242fff(0xd8)](_0x13a668,_0x242fff(0x112)+_0x4b18c0+_0x242fff(0xa9)+(_0x4ccd89[_0x242fff(0x115)]||_0x3c2208)),this[_0x242fff(0xaa)]=_0x4c39f3[_0x242fff(0xfb)](0x0,_0x4611fa[_0x242fff(0x10e)](this[_0x242fff(0xaa)],_0x36fa95['length']))));};[a68_0x2be502(0x118)]=_0x5e3695=>{const _0x4d7b12=a68_0x2be502,_0x1a2d87={'euJKT':_0x4d7b12(0xe6),'okqhn':function(_0x52ac97,_0x317d25){return _0x52ac97(_0x317d25);},'YcLZe':function(_0xed10fb,_0x1e5a8d){return _0xed10fb!==_0x1e5a8d;},'mgRtW':_0x4d7b12(0x92),'lrYPq':function(_0x4c9234,_0x449575){return _0x4c9234===_0x449575;},'MAyyH':'TEST_SCREENSHOT','kwxiG':function(_0x40c094,_0xbac6a7){return _0x40c094!==_0xbac6a7;},'qdoJT':'YxNKZ','Gqofl':_0x4d7b12(0x122),'jRxIl':_0x4d7b12(0x11e)};if(this['BATCH_EVENT_TYPES'][_0x4d7b12(0xbe)](_0x5e3695[_0x4d7b12(0x9f)])){if(_0x1a2d87[_0x4d7b12(0x126)](_0x1a2d87['mgRtW'],_0x1a2d87[_0x4d7b12(0xbf)]))this[_0x4d7b12(0xd0)]=![];else{if(_0x5e3695[_0x4d7b12(0xc1)]&&_0x5e3695['logs'][0x0]&&_0x1a2d87['lrYPq'](_0x5e3695[_0x4d7b12(0xc1)][0x0][_0x4d7b12(0x8f)],_0x1a2d87[_0x4d7b12(0xe2)])){if(_0x1a2d87['kwxiG'](_0x1a2d87[_0x4d7b12(0xed)],_0x1a2d87[_0x4d7b12(0xed)]))this[_0x4d7b12(0xae)](_0x1a2d87[_0x4d7b12(0xec)]),this[_0x4d7b12(0xac)]();else{const _0xed1649={};return _0xed1649[_0x4d7b12(0x97)]=!![],_0xed1649['proceedWithData']=[_0x5e3695],_0xed1649[_0x4d7b12(0xbc)]=this[_0x4d7b12(0x109)],_0xed1649;}}this[_0x4d7b12(0xa2)][_0x4d7b12(0xb3)](_0x5e3695);let _0x554390=null;const _0x4c8231=this[_0x4d7b12(0x97)]();_0x4c8231&&(_0x1a2d87[_0x4d7b12(0xa5)](_0x1a2d87[_0x4d7b12(0xb8)],_0x1a2d87[_0x4d7b12(0x121)])?_0x1a2d87[_0x4d7b12(0xd7)](_0x2f6d54,'EXCEPTION\x20IN\x20'+_0x1a1fe5+_0x4d7b12(0xa9)+(_0xf3a177['message']||_0x3b5f00)):(_0x554390=this[_0x4d7b12(0xa2)][_0x4d7b12(0xa7)](0x0,BATCH_SIZE),this[_0x4d7b12(0xa2)][_0x4d7b12(0x11a)](0x0,BATCH_SIZE),this['resetEventBatchPolling']()));const _0x463ee9={};return _0x463ee9[_0x4d7b12(0x97)]=_0x4c8231,_0x463ee9['proceedWithData']=_0x554390,_0x463ee9[_0x4d7b12(0xbc)]=this['eventUrl'],_0x463ee9;}}const _0x558488={};return _0x558488[_0x4d7b12(0x97)]=!![],_0x558488;};[a68_0x2be502(0xd1)]=async()=>{const _0x4e5000=a68_0x2be502,_0x14baf4={};_0x14baf4[_0x4e5000(0xdc)]=_0x4e5000(0xdb),_0x14baf4['jsOkX']=function(_0x495dcf,_0x2aec5f){return _0x495dcf>_0x2aec5f;},_0x14baf4['Tibui']=function(_0xb5bf44,_0x3b8fe9){return _0xb5bf44===_0x3b8fe9;},_0x14baf4[_0x4e5000(0xa4)]=_0x4e5000(0x11f),_0x14baf4['JYVXS']='nJMDm',_0x14baf4[_0x4e5000(0x10c)]=_0x4e5000(0xa1);const _0x427bf5=_0x14baf4;await this[_0x4e5000(0xdf)](),this[_0x4e5000(0xae)](_0x427bf5[_0x4e5000(0xdc)]);while(_0x427bf5[_0x4e5000(0x12d)](this[_0x4e5000(0xa2)][_0x4e5000(0x96)],0x0)){if(_0x427bf5[_0x4e5000(0x9a)](_0x427bf5[_0x4e5000(0xa4)],_0x427bf5[_0x4e5000(0x104)]))_0x573aee[_0x4e5000(0x9e)]=new _0x298bd0();else{const _0x134a1d=this[_0x4e5000(0xa2)][_0x4e5000(0xa7)](0x0,BATCH_SIZE);this[_0x4e5000(0xa2)]['splice'](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x4e5000(0xcf)],_0x427bf5['gOoFh'],_0x134a1d);}}};[a68_0x2be502(0x94)]=async(_0x33700e,_0x2e57f6,_0x10d229)=>{const _0x1a09c4=a68_0x2be502,_0x140a0f={'EugWm':function(_0x488803,_0x5bf73c){return _0x488803>=_0x5bf73c;},'SOnJy':function(_0x11cca1,_0x52aee2){return _0x11cca1(_0x52aee2);},'TsHNh':function(_0x42f793,_0x18f68b){return _0x42f793===_0x18f68b;},'TNKcv':_0x1a09c4(0xf4),'RWmqy':function(_0x11deca){return _0x11deca();},'IOtYB':'oudyK','rAXzQ':function(_0x27b04b,_0x2d4c18,_0x4dd376,_0x291579,_0x12c1ec){return _0x27b04b(_0x2d4c18,_0x4dd376,_0x291579,_0x12c1ec);},'nklep':_0x1a09c4(0xc3),'DgGcl':function(_0x3dc147,_0x64e34c){return _0x3dc147!==_0x64e34c;},'HJDGa':'eSpOt','Nefwy':_0x1a09c4(0x117),'GMxIO':function(_0x5a0a86,_0x36ccd5){return _0x5a0a86!==_0x36ccd5;},'VEuAS':'ocEuv','mzPAP':function(_0x2f8c36,_0x22e9d2){return _0x2f8c36(_0x22e9d2);},'iOSSE':function(_0x578647,_0x5afc6d){return _0x578647-_0x5afc6d;},'SiHKn':function(_0x1b836d,_0x3f8644){return _0x1b836d!==_0x3f8644;},'vyofD':_0x1a09c4(0xfc),'syMoa':'zIvtc','uubNr':_0x1a09c4(0x106),'xtGwr':_0x1a09c4(0x103),'ExjNo':function(_0x2db3b0,_0x4db631){return _0x2db3b0!==_0x4db631;},'diWoz':_0x1a09c4(0x124),'hYyFU':_0x1a09c4(0xc9),'FGRhZ':function(_0x46fccc,_0x53ec04){return _0x46fccc(_0x53ec04);}},_0x1790b6={'headers':_0x140a0f[_0x1a09c4(0xd3)](getDefaultHeaders)};try{if(_0x140a0f['TsHNh'](_0x140a0f[_0x1a09c4(0x128)],_0x140a0f[_0x1a09c4(0x128)])){const _0x1f31f6=await _0x140a0f[_0x1a09c4(0xc4)](nodeRequest,_0x140a0f[_0x1a09c4(0x9c)],_0x33700e,_0x10d229,_0x1790b6);if(_0x1f31f6[_0x1a09c4(0x110)][_0x1a09c4(0xe0)]){if(_0x140a0f[_0x1a09c4(0xe5)](_0x140a0f[_0x1a09c4(0xc5)],_0x140a0f['Nefwy'])){const _0x393173={};_0x393173['message']=_0x1f31f6['data']['error'];throw _0x393173;}else return _0x140a0f[_0x1a09c4(0x125)](this[_0x1a09c4(0xa2)]['length'],_0x8fc473);}else _0x140a0f['GMxIO'](_0x140a0f[_0x1a09c4(0xb9)],_0x140a0f['VEuAS'])?(this[_0x1a09c4(0xd0)]=!![],this[_0x1a09c4(0xac)]()):(_0x140a0f['mzPAP'](debug,_0x2e57f6+'\x20event\x20successful!'),this[_0x1a09c4(0xaa)]=Math[_0x1a09c4(0xfb)](0x0,_0x140a0f[_0x1a09c4(0x123)](this[_0x1a09c4(0xaa)],_0x10d229[_0x1a09c4(0x96)])));}else{const _0x52ed5c={};_0x52ed5c[_0x1a09c4(0x115)]=_0x293efe[_0x1a09c4(0x110)]['error'];throw _0x52ed5c;}}catch(_0x6e96d1){if(_0x140a0f[_0x1a09c4(0xdd)](_0x140a0f[_0x1a09c4(0x9d)],_0x140a0f['syMoa'])){if(_0x6e96d1[_0x1a09c4(0x11c)])_0x140a0f[_0x1a09c4(0xde)](_0x140a0f[_0x1a09c4(0x10a)],_0x140a0f[_0x1a09c4(0xa3)])?_0x140a0f[_0x1a09c4(0xa8)](_0x9749d5,_0x1a09c4(0x112)+_0xc0cbd0+_0x1a09c4(0xa9)+_0x506e53[_0x1a09c4(0x11c)]['status']+'\x20'+_0x43c99e[_0x1a09c4(0x11c)][_0x1a09c4(0xf7)]+'\x20'+_0x2b29ac[_0x1a09c4(0xb1)](_0x1d8c87[_0x1a09c4(0x11c)][_0x1a09c4(0x110)])):_0x140a0f[_0x1a09c4(0x99)](debug,_0x1a09c4(0x112)+_0x2e57f6+_0x1a09c4(0xa9)+_0x6e96d1['response'][_0x1a09c4(0x85)]+'\x20'+_0x6e96d1[_0x1a09c4(0x11c)][_0x1a09c4(0xf7)]+'\x20'+JSON[_0x1a09c4(0xb1)](_0x6e96d1[_0x1a09c4(0x11c)][_0x1a09c4(0x110)]));else{if(_0x140a0f[_0x1a09c4(0xd9)](_0x140a0f[_0x1a09c4(0xba)],_0x140a0f['hYyFU']))_0x140a0f[_0x1a09c4(0x8b)](debug,'EXCEPTION\x20IN\x20'+_0x2e57f6+_0x1a09c4(0xa9)+(_0x6e96d1[_0x1a09c4(0x115)]||_0x6e96d1));else return!_0x4eda4d[_0x1a09c4(0x9e)]&&(_0x279154[_0x1a09c4(0x9e)]=new _0x3d1096()),_0x24504c[_0x1a09c4(0x9e)];}this[_0x1a09c4(0xaa)]=Math[_0x1a09c4(0xfb)](0x0,_0x140a0f[_0x1a09c4(0x123)](this[_0x1a09c4(0xaa)],_0x10d229[_0x1a09c4(0x96)]));}else{if(_0x252f2d[_0x1a09c4(0xc1)]&&_0xb70fbf['logs'][0x0]&&_0x140a0f['TsHNh'](_0x152745[_0x1a09c4(0xc1)][0x0]['kind'],_0x140a0f[_0x1a09c4(0x12e)])){const _0x592ff9={};return _0x592ff9[_0x1a09c4(0x97)]=!![],_0x592ff9[_0x1a09c4(0x86)]=[_0x226671],_0x592ff9[_0x1a09c4(0xbc)]=this[_0x1a09c4(0x109)],_0x592ff9;}this[_0x1a09c4(0xa2)]['push'](_0x383494);let _0x10b857=null;const _0x2b59f7=this[_0x1a09c4(0x97)]();_0x2b59f7&&(_0x10b857=this['queue'][_0x1a09c4(0xa7)](0x0,_0x48e64),this[_0x1a09c4(0xa2)][_0x1a09c4(0x11a)](0x0,_0x33fc64),this[_0x1a09c4(0x113)]());const _0x1ddd33={};return _0x1ddd33[_0x1a09c4(0x97)]=_0x2b59f7,_0x1ddd33[_0x1a09c4(0x86)]=_0x10b857,_0x1ddd33[_0x1a09c4(0xbc)]=this[_0x1a09c4(0xcf)],_0x1ddd33;}}};[a68_0x2be502(0xac)]=()=>{const _0xf1153=a68_0x2be502,_0x53b291={'uyDFv':_0xf1153(0x12f),'lDueR':_0xf1153(0x83),'FuoEh':_0xf1153(0xf2),'OOnJg':_0xf1153(0x12c),'QZGWi':'CBTSessionCreated','smcQr':_0xf1153(0xa0),'LdLyY':_0xf1153(0xb6),'uZLpz':_0xf1153(0xcb),'ltWdl':'TestRunStarted','NrTHd':_0xf1153(0xca),'OJzyv':function(_0x269848,_0x139206){return _0x269848===_0x139206;},'HXYUI':_0xf1153(0xf4),'WlDFm':function(_0x38123a,_0x44e1e9){return _0x38123a!==_0x44e1e9;},'GsMxc':_0xf1153(0xc2),'spgaa':function(_0x120f3d,_0xeab9b6){return _0x120f3d>_0xeab9b6;},'ZeVva':_0xf1153(0xc7),'MhCNy':_0xf1153(0xfe),'gFWFQ':'Interval-Queue','FPGvZ':function(_0x4c334d,_0x48e324,_0x3e201d){return _0x4c334d(_0x48e324,_0x3e201d);}};this[_0xf1153(0x8a)]=_0x53b291[_0xf1153(0x84)](setInterval,async()=>{const _0x394cd5=_0xf1153,_0x28c97e={'mIIpV':_0x53b291['uyDFv'],'hbvKZ':_0x53b291[_0x394cd5(0xf3)],'kZFcd':_0x53b291[_0x394cd5(0x93)],'zKyez':_0x53b291[_0x394cd5(0x116)],'RZoKe':_0x53b291['QZGWi'],'dyOQz':_0x53b291['smcQr'],'oJLcN':_0x53b291[_0x394cd5(0xbb)],'lTgoL':_0x53b291[_0x394cd5(0x89)],'uzgar':_0x53b291[_0x394cd5(0xb5)],'BjcvC':_0x53b291[_0x394cd5(0x111)],'zTQIP':function(_0x26237a,_0x10ebf1){const _0x19f7c7=_0x394cd5;return _0x53b291[_0x19f7c7(0x8e)](_0x26237a,_0x10ebf1);},'jPdZd':_0x53b291[_0x394cd5(0xad)]};if(_0x53b291[_0x394cd5(0xf9)](_0x53b291[_0x394cd5(0x91)],_0x53b291[_0x394cd5(0x91)])){const _0x4287a4=_0x28c97e[_0x394cd5(0xda)][_0x394cd5(0xcc)]('|');let _0x454622=0x0;while(!![]){switch(_0x4287a4[_0x454622++]){case'0':this[_0x394cd5(0xcf)]=_0x28c97e[_0x394cd5(0x8d)];continue;case'1':this['queue']=[];continue;case'2':this[_0x394cd5(0x8a)]=null;continue;case'3':this[_0x394cd5(0xd0)]=![];continue;case'4':this[_0x394cd5(0x109)]=_0x28c97e[_0x394cd5(0xea)];continue;case'5':this[_0x394cd5(0x82)]=[_0x28c97e[_0x394cd5(0xaf)],_0x28c97e['RZoKe'],_0x28c97e['dyOQz'],_0x28c97e[_0x394cd5(0x11b)],_0x28c97e[_0x394cd5(0x108)],_0x28c97e[_0x394cd5(0xee)],_0x28c97e[_0x394cd5(0x87)]];continue;}break;}}else{if(_0x53b291[_0x394cd5(0xcd)](this['queue']['length'],0x0)){if(_0x53b291[_0x394cd5(0xf9)](_0x53b291[_0x394cd5(0x12a)],_0x53b291[_0x394cd5(0xd4)])){const _0x269b16=this[_0x394cd5(0xa2)]['slice'](0x0,BATCH_SIZE);this[_0x394cd5(0xa2)][_0x394cd5(0x11a)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x394cd5(0xcf)],_0x53b291[_0x394cd5(0x120)],_0x269b16);}else{if(this[_0x394cd5(0x82)]['includes'](_0x5e5b24[_0x394cd5(0x9f)])){if(_0x33205d[_0x394cd5(0xc1)]&&_0x314879[_0x394cd5(0xc1)][0x0]&&_0x28c97e['zTQIP'](_0x1a41fc['logs'][0x0][_0x394cd5(0x8f)],_0x28c97e['jPdZd'])){const _0x28cb3f={};return _0x28cb3f[_0x394cd5(0x97)]=!![],_0x28cb3f['proceedWithData']=[_0x227741],_0x28cb3f[_0x394cd5(0xbc)]=this[_0x394cd5(0x109)],_0x28cb3f;}this[_0x394cd5(0xa2)][_0x394cd5(0xb3)](_0x6a4652);let _0x188b9a=null;const _0xad31a3=this['shouldProceed']();_0xad31a3&&(_0x188b9a=this[_0x394cd5(0xa2)][_0x394cd5(0xa7)](0x0,_0x5f4270),this[_0x394cd5(0xa2)][_0x394cd5(0x11a)](0x0,_0x4bc26),this['resetEventBatchPolling']());const _0x30d48f={};return _0x30d48f[_0x394cd5(0x97)]=_0xad31a3,_0x30d48f[_0x394cd5(0x86)]=_0x188b9a,_0x30d48f[_0x394cd5(0xbc)]=this[_0x394cd5(0xcf)],_0x30d48f;}const _0x355045={};return _0x355045[_0x394cd5(0x97)]=!![],_0x355045;}}}},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x3cee40=a68_0x2be502,_0x2df73b={};_0x2df73b[_0x3cee40(0x129)]=_0x3cee40(0xe6);const _0x541fc7=_0x2df73b;this['removeEventBatchPolling'](_0x541fc7['BlqDo']),this[_0x3cee40(0xac)]();};[a68_0x2be502(0xae)]=_0x49f1a0=>{const _0x1ff74d=a68_0x2be502,_0x97167e={'UvnpJ':function(_0x2d28a0,_0xe7470e){return _0x2d28a0(_0xe7470e);},'hjksJ':function(_0x4ec077,_0x113850){return _0x4ec077===_0x113850;},'cTtHa':'REMOVING','ZwIdd':function(_0x2d97f8,_0x77bb1a){return _0x2d97f8!==_0x77bb1a;},'WFnjU':_0x1ff74d(0xb0),'TkyBM':function(_0x2b7add,_0x469cdb){return _0x2b7add===_0x469cdb;},'KgVmf':_0x1ff74d(0xe8),'zOOkW':'DqCKi'};this[_0x1ff74d(0x8a)]&&(_0x97167e[_0x1ff74d(0x119)](_0x97167e[_0x1ff74d(0xf6)],_0x97167e[_0x1ff74d(0xf6)])?this[_0x1ff74d(0x8a)]&&(_0x97167e[_0x1ff74d(0xfa)](_0x866447,this['pollEventBatchInterval']),this[_0x1ff74d(0x8a)]=null,_0x97167e[_0x1ff74d(0xb7)](_0x2e8339,_0x97167e['cTtHa'])&&(this[_0x1ff74d(0xd0)]=![])):(_0x97167e['UvnpJ'](clearInterval,this[_0x1ff74d(0x8a)]),this[_0x1ff74d(0x8a)]=null,_0x97167e[_0x1ff74d(0xc8)](_0x49f1a0,_0x97167e[_0x1ff74d(0xf0)])&&(_0x97167e['hjksJ'](_0x97167e[_0x1ff74d(0x12b)],_0x97167e[_0x1ff74d(0xeb)])?!this[_0x1ff74d(0xd0)]&&(this[_0x1ff74d(0xd0)]=!![],this['startEventBatchPolling']()):this[_0x1ff74d(0xd0)]=![])));};[a68_0x2be502(0x97)]=()=>{const _0x3b7e3b=a68_0x2be502,_0x8ecf5e={};_0x8ecf5e['QlqWG']=function(_0x112af5,_0x654c3){return _0x112af5>=_0x654c3;};const _0x56d584=_0x8ecf5e;return _0x56d584[_0x3b7e3b(0xe3)](this[_0x3b7e3b(0xa2)][_0x3b7e3b(0x96)],BATCH_SIZE);};async['uploadPending'](_0x46e416=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x16757c=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x397bc3=a68_0x2be502,_0x35af5e={'uKiia':function(_0x522a04,_0x468a15){return _0x522a04(_0x468a15);},'iXIHm':function(_0x5a6d46,_0x4c4bea){return _0x5a6d46===_0x4c4bea;},'qXVks':_0x397bc3(0xdb),'yiwdA':function(_0xc18986,_0x5d77c5){return _0xc18986<=_0x5d77c5;},'KlUmC':function(_0x4c8fb3,_0x1dcc36){return _0x4c8fb3!==_0x1dcc36;},'vhRKK':_0x397bc3(0xe1),'IKAxp':_0x397bc3(0xe9),'vjNPF':function(_0x363e7c,_0x67ff86){return _0x363e7c-_0x67ff86;}};if(_0x35af5e[_0x397bc3(0xce)](this['pendingUploads'],0x0)||_0x35af5e['yiwdA'](_0x46e416,0x0)){if(_0x35af5e[_0x397bc3(0xe7)](_0x35af5e['vhRKK'],_0x35af5e[_0x397bc3(0xe4)]))return;else _0x35af5e[_0x397bc3(0x90)](_0x430289,this[_0x397bc3(0x8a)]),this['pollEventBatchInterval']=null,_0x35af5e['iXIHm'](_0x2d8641,_0x35af5e['qXVks'])&&(this[_0x397bc3(0xd0)]=![]);}return await _0x35af5e['uKiia'](sleep,_0x16757c),this['uploadPending'](_0x35af5e['vjNPF'](_0x46e416,_0x16757c));}}function a68_0x3258(){const _0x2e8f89=['FuoEh','batchAndPostEvents','1|2|5|3|0|4','length','shouldProceed','util','mzPAP','Tibui','GPyTp','nklep','vyofD','instance','event_type','TestRunFinished','Shutdown-Queue','queue','xtGwr','DMDQc','lrYPq','wLiMH','slice','SOnJy','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','pendingUploads','220040bUYmVh','startEventBatchPolling','HXYUI','removeEventBatchPolling','zKyez','WejPy','stringify','6hIEXpl','push','MOfzP','ltWdl','TestRunSkipped','hjksJ','Gqofl','VEuAS','diWoz','LdLyY','proceedWithUrl','vbnIp','includes','mgRtW','dLEQT','logs','JODQZ','POST','rAXzQ','HJDGa','getInstance','GwZYh','TkyBM','gOQgO','HookRunStarted','HookRunFinished','split','spgaa','yiwdA','eventUrl','started','shutdown','CBTSessionCreated','RWmqy','MhCNy','start','99xmLNKd','okqhn','vhlGP','ExjNo','mIIpV','REMOVING','BgCGe','SiHKn','TsHNh','uploadPending','error','dHJOi','MAyyH','QlqWG','IKAxp','DgGcl','RESETTING','KlUmC','XQzWe','QyHlm','kZFcd','zOOkW','euJKT','qdoJT','uzgar','EIntd','cTtHa','exports','api/v1/screenshots','lDueR','TEST_SCREENSHOT','7CFCkOG','WFnjU','statusText','1067112zJwCYl','WlDFm','UvnpJ','max','VCBwu','177132OkohsX','mrBMn','621436gOXHVk','GcyRE','./constants','Ujaif','iwYXo','JYVXS','./utils','JqHUH','yzuWg','lTgoL','screenshotEventUrl','uubNr','2085472wBkWjZ','gOoFh','LZULW','EZLNl','194930OjXsxD','data','NrTHd','EXCEPTION\x20IN\x20','resetEventBatchPolling','klHTD','message','OOnJg','mcsBn','add','ZwIdd','splice','oJLcN','response','TestRunStarted','srsfp','usmLH','gFWFQ','jRxIl','onXgb','iOSSE','rbogo','EugWm','YcLZe','HpVtO','IOtYB','BlqDo','ZeVva','KgVmf','LogCreated','jsOkX','TNKcv','1|3|0|4|5|2','aIuBF','BATCH_EVENT_TYPES','api/v1/batch','FPGvZ','status','proceedWithData','BjcvC','geUss','uZLpz','pollEventBatchInterval','FGRhZ','593585INhCUp','hbvKZ','OJzyv','kind','uKiia','GsMxc','pkEsH'];a68_0x3258=function(){return _0x2e8f89;};return a68_0x3258();}module[a68_0x2be502(0xf1)]=RequestQueueHandler;
|
|
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;
|