browserstack-node-sdk 1.31.12 → 1.31.14
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 +31 -1
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/templates/autoscaler/deployment.yaml +2 -0
- package/ats/src/templates/hub-deployment.yaml +2 -0
- package/ats/src/templates/vpc-cni-cm.yaml +8 -0
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a63_0x48e80f=a63_0x5804;(function(_0x3ee7e3,_0x4c5e6b){const _0xed3e6d=a63_0x5804,_0x50d931=_0x3ee7e3();while(!![]){try{const _0x432db6=-parseInt(_0xed3e6d(0x23e))/0x1+-parseInt(_0xed3e6d(0x1e6))/0x2*(-parseInt(_0xed3e6d(0x14b))/0x3)+-parseInt(_0xed3e6d(0x148))/0x4+parseInt(_0xed3e6d(0x220))/0x5+-parseInt(_0xed3e6d(0x166))/0x6*(parseInt(_0xed3e6d(0x16f))/0x7)+parseInt(_0xed3e6d(0x144))/0x8+parseInt(_0xed3e6d(0x25a))/0x9*(parseInt(_0xed3e6d(0x23c))/0xa);if(_0x432db6===_0x4c5e6b)break;else _0x50d931['push'](_0x50d931['shift']());}catch(_0x4cb79d){_0x50d931['push'](_0x50d931['shift']());}}}(a63_0x26ca,0x74449));function a63_0x26ca(){const _0x3065ec=['xsZKo','errors','existsSync','FOgJI','33918UTroxB','ZtDYn','NrQUP','IKTRM','PLGIr','RCRKw','taEXt','CiGRx','Ojaha','63FycSKZ','nvBmC','observe','AvmxD','started','Fssgf','\x20for\x20all\x20processes\x20is\x20','<h1>Performance\x20Report</h1>','sVBwY','gIRGO','PQUDk','UJxUk','kjdWS','tNqVg','getPerformance','gQRpG','OKmBP','Bwgsm','WwSfm','Hwtic','generateJSON','performance-report.json','aphSM','true','meta','bTZsv','civLG','xzVfo','LEkRr','AVlkv','DXcbK','WALnD','MLmsU','oKpkk','gwwfk','mEQum','NKnWZ','hvJnN','wHxtR','slice','CXETu','parse','dRTcL','RCbxQ','upEIT','dIARG','jiuNv','RJnoS','writeFile','message','amUFY','ZPSHq','_measureEvents','AFnPp','QMBuW','aPVFz','generateHTMLReport','wbypO','VYDYy','./logger','getCleanedPerfEvents','XWxDJ','oFmTN','kWGPs','disconnect','DZwem','writeFileSync','RRNFb','then','gYUNE','env','mvJbs','GOKOw','Eltet','entryType','OEwmF','VKtMQ','thVmU','rSZdX','CSTqV','RhPiF','SexGk','MOGYn','pushPerfMeasures','kCCCh','KKyoV','<tr><td>','exuIX','VDeRg','performance-own.html','getEventsFromJSON','IvjGL','bJiwT','delrU','EPbiz','uiAaF','AdavE','Dwuso','BopJd','kvTlA','JICQw','RWxHF','XcOIY','cGFks','Zhyli','FWoCB','yWaun','SFVkk','KCrio','ZgtpJ','pushErrors','JjVKD','lmSgU','AHanZ','Time\x20for\x20','kxUhy','ACIUC','calculateTimeFromEvents','VfIIh','142AjCkFP','measure','forEach','vkXfr','BROWSERSTACK_SDK_INSTRUMENTATION','apply','HbcOl','jsonReportFileName','WGAfB','fFSKO','vwVjb','woOyu','djAXa','jQSDs','MCwNi','JPEaH','-end','unlinkSync','IAQab','gVtHG','pgHXX','isEnabled','YVxVm','alrfi','Performance\x20report\x20is\x20at\x20','toString','SszcI','concat','yzHsC','catch','DTDNT','yxFcr','_observer','entryTypes','getEntries','duration','wWZxw','pnLEb','AQtkd','HMzXt','./test-observability/utils','jiYIl','uzOlo','reduce','debug','HWGZF','ZINxP','startMonitoring','Aalfm','qefWt','EKIXO','YqwvN','mark','stringify','length','EfJud','VCHvj','byHdf','683055ujPnyq','DODIV','_events','HornD','CDgYx','ahxML','stopMonitoring','TQMVz','ktmqF','wqbWy','psZhd','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','bzvLc','errorReportFileName','</tbody></table></body></html>','function','RGvZD','CRwRj','YZmJC','match','VVgPZ','lvFDg','fEmpF','JtdZn','entries','MlFSm','LaQlu','NbRwI','30rJBgMY','hZyAx','710667bdsOMA','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','agZkl','nThdN','Juoor','qXVPu','WakpN','push','VpDhJ','lSKWk','BoYJx','HZoBW','sPyfK','aAGUR','Error\x20stopping\x20monitoring','mNIlG','values','errorFile','rKQBD','finalize','finally','cmrlI','winstonLogger','CfbAN','yLvgV','RRwJI','CSIdw','SVVrY','3764079IlbBeE','name','cPatP','XqCoE','QrDgM','CwCsH','_errorEvents','ppaXu','error-report.json','PauED','pFkBh','Error\x20in\x20writing\x20html\x20','yLNPE','code','cfbEV','eXLCl','aYwGd','kVncH','Error\x20in\x20doing\x20csv\x20operations:\x20','oXeid','LCjdQ','-start','clPZz','tzdWw','DImXR','rEPNz','finalizeErrors','HRnkY','</td></tr>','cwd','nmpJL','cELWD','Bhbeb','ofcSX','finalizePerfMeasures','iuTsV','rxlzc','3191152ZcFSpT','zBCXV','RiwVn','EJAlx','2372132SLjOoa','zraBT','gOaqs','1716TxNbSd','xYtyn','QDrcx','bCfMo','stack','CMPKy','bYWnA','BobrB','appendFileSync','iWzLm','petRi','map','ZKsLQ','DjtlQ','mDnCv','measures','readFileSync','yuUdh','TysUm','wThha','VySCI','</td><td>','join'];a63_0x26ca=function(){return _0x3065ec;};return a63_0x26ca();}function a63_0x5804(_0x1a5091,_0x244e7d){const _0x26ca23=a63_0x26ca();return a63_0x5804=function(_0x580498,_0x24dc30){_0x580498=_0x580498-0x123;let _0x67169c=_0x26ca23[_0x580498];return _0x67169c;},a63_0x5804(_0x1a5091,_0x244e7d);}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a63_0x48e80f(0x20e)),path=require('path'),logger=require(a63_0x48e80f(0x1aa))[a63_0x48e80f(0x254)];class PerformanceTester{static ['_observer'];static [a63_0x48e80f(0x222)]=[];static [a63_0x48e80f(0x1a3)]=[];static [a63_0x48e80f(0x125)]=[];static [a63_0x48e80f(0x173)]=![];static [a63_0x48e80f(0x1ed)]=a63_0x48e80f(0x184);static [a63_0x48e80f(0x22d)]=a63_0x48e80f(0x127);static[a63_0x48e80f(0x215)](_0x3f4c8b=a63_0x48e80f(0x184),_0x725d34=a63_0x48e80f(0x127)){const _0x23b2fa=a63_0x48e80f,_0x337ae7={};_0x337ae7[_0x23b2fa(0x14c)]=_0x23b2fa(0x24c),_0x337ae7[_0x23b2fa(0x124)]=_0x23b2fa(0x22b),_0x337ae7[_0x23b2fa(0x1bb)]=_0x23b2fa(0x176),_0x337ae7[_0x23b2fa(0x1c3)]='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x337ae7['hvJnN']=_0x23b2fa(0x22e),_0x337ae7[_0x23b2fa(0x1ae)]=function(_0x293a21,_0x14e285){return _0x293a21!==_0x14e285;},_0x337ae7[_0x23b2fa(0x12b)]='kxqWz',_0x337ae7[_0x23b2fa(0x1e0)]='vnUNL',_0x337ae7[_0x23b2fa(0x190)]=function(_0x2b578b,_0xe59a92){return _0x2b578b===_0xe59a92;},_0x337ae7['qefWt']=_0x23b2fa(0x1e7),_0x337ae7[_0x23b2fa(0x16b)]=function(_0x4c7bc2,_0x5377e6){return _0x4c7bc2!==_0x5377e6;},_0x337ae7[_0x23b2fa(0x232)]=_0x23b2fa(0x1ce),_0x337ae7['ZtDYn']=_0x23b2fa(0x13e),_0x337ae7[_0x23b2fa(0x1c7)]=_0x23b2fa(0x140),_0x337ae7['nvBmC']=function(_0x29e081,_0x30f97a){return _0x29e081===_0x30f97a;},_0x337ae7[_0x23b2fa(0x256)]=_0x23b2fa(0x186),_0x337ae7[_0x23b2fa(0x18f)]=function(_0x284caa,_0x3583d6){return _0x284caa===_0x3583d6;},_0x337ae7[_0x23b2fa(0x169)]='PTSrp',_0x337ae7[_0x23b2fa(0x1d3)]=_0x23b2fa(0x1f9),_0x337ae7['ACIUC']=function(_0x11a9ab,_0x8decb5){return _0x11a9ab===_0x8decb5;},_0x337ae7[_0x23b2fa(0x202)]='RUGGP',_0x337ae7[_0x23b2fa(0x1bc)]=_0x23b2fa(0x22f);const _0x4e4e65=_0x337ae7;if(this[_0x23b2fa(0x173)]||!this[_0x23b2fa(0x1fb)]()){if(_0x4e4e65[_0x23b2fa(0x1e3)](_0x4e4e65['yzHsC'],_0x4e4e65[_0x23b2fa(0x202)]))return;else try{if(!this[_0x23b2fa(0x1fb)]())return;this['_observer'][_0x23b2fa(0x1af)](),this[_0x23b2fa(0x1c2)](),this[_0x23b2fa(0x1dd)]();}catch{_0x489a2f['debug'](_0x4e4e65[_0x23b2fa(0x14c)]);}}this[_0x23b2fa(0x206)]=new PerformanceObserver(_0x352e4c=>{const _0x251e80=_0x23b2fa,_0x25d090={'Bwgsm':function(_0x25700f,_0x357fe8){const _0x1cae69=a63_0x5804;return _0x4e4e65[_0x1cae69(0x170)](_0x25700f,_0x357fe8);},'Ojaha':_0x4e4e65[_0x251e80(0x256)]};if(_0x4e4e65['MLmsU'](_0x4e4e65[_0x251e80(0x169)],_0x4e4e65[_0x251e80(0x1d3)])){let _0x120ca1=_0x4e4e65[_0x251e80(0x124)];return _0x120ca1+=_0x4e4e65[_0x251e80(0x1bb)],_0x120ca1+=_0x4e4e65[_0x251e80(0x1c3)],_0xdb7923[_0x251e80(0x1e8)](_0x47a69b=>{const _0x5b1d99=_0x251e80;_0x120ca1+=_0x5b1d99(0x1c5)+_0x47a69b[_0x5b1d99(0x25b)]+_0x5b1d99(0x160)+_0x47a69b[_0x5b1d99(0x209)]+_0x5b1d99(0x13b);}),_0x120ca1+=_0x4e4e65[_0x251e80(0x194)],_0x120ca1;}else _0x352e4c[_0x251e80(0x208)]()[_0x251e80(0x1e8)](_0x5f157b=>{const _0x309ff2=_0x251e80;if(_0x4e4e65['kWGPs'](_0x4e4e65['yLNPE'],_0x4e4e65[_0x309ff2(0x1e0)])){if(_0x4e4e65[_0x309ff2(0x190)](_0x5f157b[_0x309ff2(0x1b9)],_0x4e4e65[_0x309ff2(0x217)])){if(_0x4e4e65[_0x309ff2(0x16b)](_0x4e4e65['YZmJC'],_0x4e4e65[_0x309ff2(0x232)])){if(!_0x571ac4[_0x309ff2(0x164)](_0x551287))return[];return _0x14ebb2[_0x309ff2(0x198)](_0x2bb955[_0x309ff2(0x15b)](_0x5229f6)['toString']());}else this[_0x309ff2(0x1a3)][_0x309ff2(0x245)](_0x5f157b);}else{if(_0x4e4e65[_0x309ff2(0x1ae)](_0x4e4e65[_0x309ff2(0x167)],_0x4e4e65[_0x309ff2(0x1c7)]))this[_0x309ff2(0x222)][_0x309ff2(0x245)](_0x5f157b);else return _0x1d40db['env'][_0x309ff2(0x1ea)]&&_0x25d090[_0x309ff2(0x180)](_0x565645[_0x309ff2(0x1b5)][_0x309ff2(0x1ea)],_0x25d090[_0x309ff2(0x16e)]);}}else _0x4c4618+=_0x309ff2(0x1c5)+_0x335e8b['name']+_0x309ff2(0x160)+_0x189aed['duration']+_0x309ff2(0x13b);});});const _0x1c4285={};_0x1c4285['buffered']=!![],_0x1c4285[_0x23b2fa(0x207)]=[_0x4e4e65[_0x23b2fa(0x1bc)],_0x4e4e65['qefWt']],this[_0x23b2fa(0x206)][_0x23b2fa(0x171)](_0x1c4285),this[_0x23b2fa(0x173)]=!![],this[_0x23b2fa(0x1ed)]=_0x3f4c8b,this['errorReportFileName']=_0x725d34;}static[a63_0x48e80f(0x17d)](){return performance;}static[a63_0x48e80f(0x1e4)](_0x88b69d,_0x18db0e){const _0x1cf65a=a63_0x48e80f,_0x3b7e47={'BopJd':function(_0x43f2c1,_0x2bf81e){return _0x43f2c1(_0x2bf81e);},'BoYJx':function(_0xa5b34d,_0x564d52){return _0xa5b34d===_0x564d52;},'kvTlA':'voUiY','SVVrY':function(_0x1ca71b,_0x549402){return _0x1ca71b!==_0x549402;},'OKmBP':'mAypR','HbcOl':function(_0x572e05,_0x56d3a5){return _0x572e05!==_0x56d3a5;},'fVPqw':_0x1cf65a(0x14e),'XqCoE':'yQlJl','psZhd':function(_0x179f44,_0x41b1bc){return _0x179f44+_0x41b1bc;},'CfbAN':function(_0x425aef,_0x5ccf07){return _0x425aef||_0x5ccf07;},'GOKOw':function(_0x22de41,_0x2e49c4){return _0x22de41===_0x2e49c4;},'HornD':_0x1cf65a(0x19b)},_0x1cf58d={};if(!_0x88b69d||_0x3b7e47[_0x1cf65a(0x1b7)](_0x88b69d[_0x1cf65a(0x21c)],0x0)){if(_0x3b7e47[_0x1cf65a(0x248)](_0x3b7e47[_0x1cf65a(0x223)],_0x3b7e47[_0x1cf65a(0x223)]))return;else _0x3b7e47[_0x1cf65a(0x1d1)](_0x13a710,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x8cfd03[_0x1cf65a(0x1ff)]());}_0x88b69d['map'](_0x1219a7=>{const _0x5ab893=_0x1cf65a;if(_0x3b7e47['BoYJx'](_0x3b7e47[_0x5ab893(0x1d2)],_0x3b7e47[_0x5ab893(0x1d2)]))!_0x1cf58d[_0x1219a7['name']]&&(_0x3b7e47[_0x5ab893(0x259)](_0x3b7e47[_0x5ab893(0x17f)],_0x3b7e47[_0x5ab893(0x17f)])?_0x454dec[_0x20d5ce['name']]=0x0:_0x1cf58d[_0x1219a7[_0x5ab893(0x25b)]]=0x0),_0x1cf58d[_0x1219a7[_0x5ab893(0x25b)]]+=_0x1219a7[_0x5ab893(0x209)];else{const _0x1d44f7=[_0x533fd5,_0x2d1f30,null]['concat'](arguments);return _0x3b0d64[_0x5ab893(0x1e7)][_0x5ab893(0x1eb)](_0x460273,_0x1d44f7);}});const _0x1ed9ab=_0x18db0e['reduce']((_0x277a74,_0x2b62db)=>{const _0x88ab13=_0x1cf65a;if(_0x3b7e47[_0x88ab13(0x1ec)](_0x3b7e47['fVPqw'],_0x3b7e47[_0x88ab13(0x25d)]))return _0x3b7e47[_0x88ab13(0x22a)](_0x1cf58d[_0x2b62db],_0x3b7e47[_0x88ab13(0x255)](_0x277a74,0x0));else{const _0x174d09=this['finalizePerfMeasures'](),_0x29a536=this[_0x88ab13(0x139)]();if(!this[_0x88ab13(0x1fb)]()){const _0x23e95b={};return _0x23e95b[_0x88ab13(0x15a)]=[],_0x23e95b['errors']=[],_0x23e95b;}const _0x192228={};return _0x192228[_0x88ab13(0x15a)]=_0x174d09,_0x192228[_0x88ab13(0x163)]=_0x29a536,_0x192228;}},0x0);return _0x1ed9ab;}static async['calculateTimesFromMultipleFiles'](_0x5868e1,_0x108c5c){const _0x5964b0=a63_0x48e80f,_0x3096d9={'clPZz':function(_0x5d8bcb,_0x3acf02){return _0x5d8bcb===_0x3acf02;},'PEhSe':function(_0x593091,_0x3d5ac1){return _0x593091+_0x3d5ac1;},'LEkRr':function(_0x1fc6cc,_0x9b4bbe){return _0x1fc6cc===_0x9b4bbe;},'yxFcr':_0x5964b0(0x162),'fFSKO':_0x5964b0(0x1da),'pFkBh':function(_0x24253b,_0x509249){return _0x24253b!==_0x509249;},'TQMVz':_0x5964b0(0x219),'RJnoS':_0x5964b0(0x168),'eXLCl':function(_0x318c6a,_0x4c401b){return _0x318c6a+_0x4c401b;},'AVlkv':function(_0x270cc4,_0xedf70e){return _0x270cc4||_0xedf70e;},'nTbsj':function(_0x45a382,_0x776bc3){return _0x45a382===_0x776bc3;},'cmrlI':function(_0x394e56,_0xc13733){return _0x394e56!==_0xc13733;},'mvJbs':_0x5964b0(0x182),'aphSM':_0x5964b0(0x197),'gluoE':function(_0x4a9888,_0x4a43b6){return _0x4a9888===_0x4a43b6;},'OEwmF':_0x5964b0(0x20f),'bTZsv':_0x5964b0(0x234),'dIARG':function(_0x4c6a6a,_0x23ef4c){return _0x4c6a6a===_0x23ef4c;},'agZkl':'mkDzE','HMzXt':_0x5964b0(0x23d),'lvFDg':function(_0x51ee0b,_0x59a877){return _0x51ee0b(_0x59a877);}};if(!_0x5868e1||_0x3096d9['nTbsj'](_0x5868e1[_0x5964b0(0x21c)],0x0)){if(_0x3096d9[_0x5964b0(0x253)](_0x3096d9[_0x5964b0(0x1b6)],_0x3096d9[_0x5964b0(0x185)]))return 0x0;else _0x4cc62[_0x73b5bc[_0x5964b0(0x25b)]]=_0x4cc93b,_0x44f263[_0x2c470d[_0x5964b0(0x25b)]]=0x1;}const _0x5baf77=[];for(const _0x115727 of _0x5868e1){if(_0x3096d9['gluoE'](_0x3096d9[_0x5964b0(0x1ba)],_0x3096d9[_0x5964b0(0x188)]))return;else{const _0x42190a=path[_0x5964b0(0x161)]('.',_0x115727);try{if(_0x3096d9[_0x5964b0(0x19c)](_0x3096d9[_0x5964b0(0x240)],_0x3096d9[_0x5964b0(0x240)])){const _0x2a6ab4=this[_0x5964b0(0x1c9)](_0x42190a);_0x2a6ab4[_0x5964b0(0x156)](_0x4640cc=>{const _0xa794ca=_0x5964b0;if(_0x3096d9[_0xa794ca(0x18b)](_0x3096d9['yxFcr'],_0x3096d9[_0xa794ca(0x205)])){if(!_0x5baf77[_0x4640cc[_0xa794ca(0x25b)]]){if(_0x3096d9[_0xa794ca(0x135)](_0x3096d9[_0xa794ca(0x1ef)],_0x3096d9['fFSKO']))_0x5baf77[_0x4640cc[_0xa794ca(0x25b)]]=0x0;else return;}_0x5baf77[_0x4640cc['name']]+=_0x4640cc['duration'];}else{if(_0x3096d9[_0xa794ca(0x135)](this[_0xa794ca(0x1a3)][_0xa794ca(0x21c)],0x0))return;const _0x26acf5=this['getCleanedPerfEvents'](),_0x1fe042=_0xdf7a46[_0xa794ca(0x21b)](_0x26acf5),_0x4e970b=_0x3096d9['PEhSe'](_0x1fe042[_0xa794ca(0x196)](0x1,-0x1),',');_0x4b4444[_0xa794ca(0x153)](this['jsonReportFileName'],_0x4e970b);}});}else _0x152e51[_0x388f24[_0x5964b0(0x25b)]]=0x0;}catch(_0x293dff){_0x3096d9[_0x5964b0(0x129)](_0x3096d9[_0x5964b0(0x20d)],_0x3096d9[_0x5964b0(0x20d)])?_0x4e8a54[_0x335add[_0x5964b0(0x25b)]]=0x0:_0x3096d9['lvFDg'](debug,_0x5964b0(0x131)+_0x293dff[_0x5964b0(0x1ff)]());}}}const _0x23bc33=_0x108c5c[_0x5964b0(0x211)]((_0x2610e0,_0xb9acb0)=>{const _0x232ee6=_0x5964b0;return _0x3096d9[_0x232ee6(0x129)](_0x3096d9[_0x232ee6(0x227)],_0x3096d9[_0x232ee6(0x19e)])?_0x3096d9[_0x232ee6(0x12e)](_0x5baf77[_0xb9acb0],_0x3096d9[_0x232ee6(0x18c)](_0x2610e0,0x0)):_0x6ec4ee;},0x0);return _0x3096d9[_0x5964b0(0x235)](debug,_0x5964b0(0x1e1)+_0x108c5c+_0x5964b0(0x175)+_0x23bc33),_0x23bc33;}static['getEventsFromJSON'](_0x2f9021){const _0x4448b8=a63_0x48e80f,_0x4ee3d9={};_0x4ee3d9['EPbiz']=function(_0x250ef7,_0x261160){return _0x250ef7!==_0x261160;},_0x4ee3d9[_0x4448b8(0x1b8)]='JJCmt';const _0x185a04=_0x4ee3d9;if(!fs['existsSync'](_0x2f9021)){if(_0x185a04[_0x4448b8(0x1cd)](_0x185a04[_0x4448b8(0x1b8)],_0x185a04['Eltet'])){if(!this[_0x4448b8(0x1fb)]())return;this[_0x4448b8(0x125)]['push']({'message':_0x51e53a[_0x4448b8(0x1a0)],'trace':_0x24cff2[_0x4448b8(0x14f)],'code':_0x1eceff[_0x4448b8(0x12c)]||null,'time':new _0x2b9a21()});}else return[];}return JSON[_0x4448b8(0x198)](fs[_0x4448b8(0x15b)](_0x2f9021)['toString']());}static async['stopAndGenerate'](_0x5390a8=a63_0x48e80f(0x1c8),_0x5043e8=null){const _0x14f70d=a63_0x48e80f,_0x1c9d5f={'oFmTN':function(_0x35c5e8,_0x26a063){return _0x35c5e8!==_0x26a063;},'gQRpG':_0x14f70d(0x25c),'kkIiO':function(_0x19b854,_0xfd2143){return _0x19b854===_0xfd2143;},'UJxUk':_0x14f70d(0x1b0),'ZzifN':_0x14f70d(0x21e),'oXeid':function(_0x10722a,_0x56ccb4){return _0x10722a(_0x56ccb4);},'fEmpF':_0x14f70d(0x158),'woOyu':'dFbaO','HZoBW':function(_0xf58955,_0xbccbd5){return _0xf58955(_0xbccbd5);},'JjVKD':_0x14f70d(0x151),'TysUm':_0x14f70d(0x13f)};if(!this[_0x14f70d(0x173)]){if(_0x1c9d5f['oFmTN'](_0x1c9d5f[_0x14f70d(0x236)],_0x1c9d5f[_0x14f70d(0x1f1)]))return;else return _0x4a5e5d['apply'](null,_0x546982);}await _0x1c9d5f[_0x14f70d(0x249)](sleep,0x1e),this[_0x14f70d(0x206)][_0x14f70d(0x1af)](),this[_0x14f70d(0x173)]=![],this[_0x14f70d(0x183)](this[_0x14f70d(0x222)]);const _0x4af82=this[_0x14f70d(0x1a7)](this[_0x14f70d(0x222)]),_0x124931=path[_0x14f70d(0x161)](process[_0x14f70d(0x13c)](),_0x5390a8);fs[_0x14f70d(0x19f)](_0x124931,_0x4af82,_0x8c7de4=>{const _0x110069=_0x14f70d;if(_0x1c9d5f[_0x110069(0x1ad)](_0x1c9d5f[_0x110069(0x17e)],_0x1c9d5f[_0x110069(0x17e)]))return;else{if(_0x8c7de4){if(_0x1c9d5f['kkIiO'](_0x1c9d5f[_0x110069(0x17a)],_0x1c9d5f['ZzifN'])){if(!this[_0x110069(0x1fb)]())return;this[_0x110069(0x206)]['disconnect'](),this[_0x110069(0x1c2)](),this[_0x110069(0x1dd)]();}else{_0x1c9d5f[_0x110069(0x132)](debug,_0x110069(0x12a)+_0x8c7de4[_0x110069(0x1ff)]());return;}}_0x1c9d5f[_0x110069(0x132)](debug,'Performance\x20report\x20is\x20at\x20'+_0x124931);}});if(_0x5043e8){if(_0x1c9d5f[_0x14f70d(0x1ad)](_0x1c9d5f[_0x14f70d(0x1de)],_0x1c9d5f[_0x14f70d(0x15d)]))return this[_0x14f70d(0x1e4)](this[_0x14f70d(0x222)],_0x5043e8);else _0x30c49d[_0x14f70d(0x21a)](_0xe18e9a),_0x35681f[_0x14f70d(0x1e7)](_0x2d9c47,_0x20a84d,_0x5dc20d);}}static[a63_0x48e80f(0x1a7)](_0x1a0002){const _0x80f3c0=a63_0x48e80f,_0x16f7b1={};_0x16f7b1[_0x80f3c0(0x199)]=function(_0x572e0b,_0x20a47f){return _0x572e0b+_0x20a47f;},_0x16f7b1[_0x80f3c0(0x1fc)]=function(_0x4e3889,_0x859ea4){return _0x4e3889||_0x859ea4;},_0x16f7b1[_0x80f3c0(0x1f4)]=function(_0x5b1d62,_0x5d4b91){return _0x5b1d62===_0x5d4b91;},_0x16f7b1[_0x80f3c0(0x246)]=_0x80f3c0(0x257),_0x16f7b1[_0x80f3c0(0x1d4)]=_0x80f3c0(0x1c6),_0x16f7b1['PVlQN']='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x16f7b1[_0x80f3c0(0x244)]=_0x80f3c0(0x176),_0x16f7b1[_0x80f3c0(0x230)]=_0x80f3c0(0x23f),_0x16f7b1[_0x80f3c0(0x1bf)]=_0x80f3c0(0x22e);const _0x40682a=_0x16f7b1;let _0xe32527=_0x40682a['PVlQN'];return _0xe32527+=_0x40682a[_0x80f3c0(0x244)],_0xe32527+=_0x40682a['RGvZD'],_0x1a0002[_0x80f3c0(0x1e8)](_0x897aa7=>{const _0x4bfac2=_0x80f3c0;if(_0x40682a['MCwNi'](_0x40682a['VpDhJ'],_0x40682a['RWxHF']))return _0x40682a[_0x4bfac2(0x199)](_0x25130f[_0xaaf370],_0x40682a[_0x4bfac2(0x1fc)](_0x3d439e,0x0));else _0xe32527+=_0x4bfac2(0x1c5)+_0x897aa7[_0x4bfac2(0x25b)]+_0x4bfac2(0x160)+_0x897aa7[_0x4bfac2(0x209)]+_0x4bfac2(0x13b);}),_0xe32527+=_0x40682a['RhPiF'],_0xe32527;}static['generateJSON'](_0x1f5e90){const _0x2ea432=a63_0x48e80f,_0x1a983f={'LaQlu':function(_0x343d33,_0x36022c){return _0x343d33(_0x36022c);},'civLG':function(_0x5b84ae,_0x842dfe){return _0x5b84ae!==_0x842dfe;},'ZINxP':_0x2ea432(0x20c),'QqxqD':function(_0x90c2ea,_0x37f86b){return _0x90c2ea!==_0x37f86b;},'QMBuW':_0x2ea432(0x231),'wHxtR':function(_0x3223d7,_0x545597){return _0x3223d7>_0x545597;},'DImXR':function(_0x4a544b,_0x5c70b5){return _0x4a544b!==_0x5c70b5;},'Kssjt':'ShYxf','kxUhy':_0x2ea432(0x1a4),'rxOqQ':function(_0x26e2c0,_0x23ddaa){return _0x26e2c0!==_0x23ddaa;},'Zhyli':_0x2ea432(0x178)};if(!this[_0x2ea432(0x1ed)]){if(_0x1a983f['rxOqQ'](_0x1a983f[_0x2ea432(0x1d7)],_0x1a983f[_0x2ea432(0x1d7)])){const _0x39dedf={};return _0x39dedf['name']=_0x1e62c8,_0x39dedf[_0x2ea432(0x209)]=_0x5c2c95,_0x39dedf;}else return;}const _0xce4e9c={};_0x1f5e90[_0x2ea432(0x156)](_0x17a6e9=>{const _0x2a3305=_0x2ea432,_0x1d993b={'DXcbK':function(_0x5a8616,_0x33b062){const _0x2e6261=a63_0x5804;return _0x1a983f[_0x2e6261(0x23a)](_0x5a8616,_0x33b062);}};if(_0x1a983f[_0x2a3305(0x189)](_0x1a983f[_0x2a3305(0x214)],_0x1a983f[_0x2a3305(0x214)])){_0x1d993b[_0x2a3305(0x18d)](_0x411fdf,_0x2a3305(0x12a)+_0x294c3f[_0x2a3305(0x1ff)]());return;}else{if(!_0xce4e9c[_0x17a6e9[_0x2a3305(0x25b)]]){if(_0x1a983f['QqxqD'](_0x1a983f[_0x2a3305(0x1a5)],_0x1a983f[_0x2a3305(0x1a5)]))return;else _0xce4e9c[_0x17a6e9[_0x2a3305(0x25b)]]=0x0;}_0xce4e9c[_0x17a6e9['name']]+=_0x17a6e9[_0x2a3305(0x209)];}});const _0x1a5ccb=Object[_0x2ea432(0x238)](_0xce4e9c)[_0x2ea432(0x156)](([_0x4fc1a6,_0x4d816d])=>{const _0x2657bd=_0x2ea432,_0x212349={'Dwuso':function(_0x2c43e5,_0xf353ac){const _0xca2238=a63_0x5804;return _0x1a983f[_0xca2238(0x195)](_0x2c43e5,_0xf353ac);}};if(_0x1a983f[_0x2657bd(0x137)](_0x1a983f['Kssjt'],_0x1a983f[_0x2657bd(0x1e2)])){const _0xbbe517={};return _0xbbe517[_0x2657bd(0x25b)]=_0x4fc1a6,_0xbbe517['duration']=_0x4d816d,_0xbbe517;}else{if(!_0x3c9e3d['existsSync'](this[_0x2657bd(0x22d)]))return this[_0x2657bd(0x125)];let _0x2b521c=_0x3efd4e[_0x2657bd(0x15b)](this[_0x2657bd(0x22d)])[_0x2657bd(0x1ff)]();_0x2b521c='['+_0x2b521c['slice'](0x0,-0x1)+']';let _0x55b0af=_0x35163a[_0x2657bd(0x198)](_0x2b521c);return _0x212349[_0x2657bd(0x1d0)](this['_errorEvents'][_0x2657bd(0x21c)],0x0)&&(_0x55b0af=_0x55b0af[_0x2657bd(0x201)](this[_0x2657bd(0x125)])),_0x544ec3[_0x2657bd(0x1f7)](this[_0x2657bd(0x22d)]),_0x55b0af;}});fs[_0x2ea432(0x1b1)](this[_0x2ea432(0x1ed)],JSON['stringify'](_0x1a5ccb));}static[a63_0x48e80f(0x1fb)](){const _0x3c6574=a63_0x48e80f,_0x18f95d={};_0x18f95d[_0x3c6574(0x15e)]=function(_0x526960,_0x5ebcfe){return _0x526960===_0x5ebcfe;},_0x18f95d['NKnWZ']='true';const _0x285022=_0x18f95d;return process['env']['BROWSERSTACK_SDK_INSTRUMENTATION']&&_0x285022[_0x3c6574(0x15e)](process[_0x3c6574(0x1b5)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x285022[_0x3c6574(0x193)]);}static[a63_0x48e80f(0x1e7)](_0x505c99,_0x4374f7,_0x1fc7b5=null,_0x5714da=null){const _0x3ba3ea=a63_0x48e80f,_0x53ef62={'CMPKy':function(_0x374d87,_0x1c7e79){return _0x374d87/_0x1c7e79;},'JPEaH':function(_0x326a5a,_0x760869){return _0x326a5a+_0x760869;},'xnNcp':function(_0x4335c,_0x1733c6){return _0x4335c*_0x1733c6;},'IAQab':function(_0x308414,_0xb51732){return _0x308414(_0xb51732);},'delrU':function(_0x37fb60,_0x2a84fa){return _0x37fb60===_0x2a84fa;},'XcOIY':_0x3ba3ea(0x250),'aAGUR':_0x3ba3ea(0x1c4),'NbRwI':function(_0x368f8d,_0x765b62){return _0x368f8d!==_0x765b62;},'Fssgf':'wqjIS','gXAFK':_0x3ba3ea(0x1d9),'CSTqV':'wNPpJ','Juoor':_0x3ba3ea(0x16c),'vwVjb':_0x3ba3ea(0x1a1),'aYwGd':_0x3ba3ea(0x123),'zLgei':function(_0x233403,_0x32fc61){return _0x233403+_0x32fc61;},'CDgYx':_0x3ba3ea(0x134),'OWZgf':function(_0x7fbdd1,_0x3566cf){return _0x7fbdd1+_0x3566cf;},'PQUDk':_0x3ba3ea(0x1f6),'kVncH':function(_0x9681e6,_0xdee7f7){return _0x9681e6 instanceof _0xdee7f7;},'EJAlx':function(_0xc7dac7,_0xd64a4){return _0xc7dac7!==_0xd64a4;},'WGAfB':'RGKbX','gOSxU':'aycDU','RRNFb':'WiKxx'};try{if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62['gXAFK'],_0x53ef62[_0x3ba3ea(0x1be)])){const _0x4c64f6=_0xd929d8['name'][_0x3ba3ea(0x233)](_0x495750),_0x48ea03={};_0x48ea03[_0x3ba3ea(0x25b)]=_0x1abfe1[_0x3ba3ea(0x25b)],_0x48ea03[_0x3ba3ea(0x209)]=_0x4c8c11[_0x3ba3ea(0x209)]||0x0;const _0x1b0e3a=_0x48ea03;_0x4c64f6&&(_0x1b0e3a['name']=_0x4c64f6[0x1],_0x1b0e3a[_0x3ba3ea(0x187)]=_0x5aac5f['parse'](_0x4c64f6[0x2]));if(_0x576513[_0x1b0e3a[_0x3ba3ea(0x25b)]]){const _0x4e500e=_0x49b712[_0x1b0e3a[_0x3ba3ea(0x25b)]],_0x2af7cc=_0x35db9d[_0x1b0e3a[_0x3ba3ea(0x25b)]];_0x5064e5[_0x1b0e3a[_0x3ba3ea(0x25b)]][_0x3ba3ea(0x209)]=_0x53ef62[_0x3ba3ea(0x150)](_0x53ef62[_0x3ba3ea(0x1f5)](_0x53ef62['xnNcp'](_0x4e500e[_0x3ba3ea(0x209)],_0x2af7cc),_0x1b0e3a['duration']),_0x53ef62[_0x3ba3ea(0x1f5)](0x1,_0x2af7cc)),_0x10f3ad[_0x1b0e3a[_0x3ba3ea(0x25b)]]++;}else _0x18744f[_0x1b0e3a[_0x3ba3ea(0x25b)]]=_0x1b0e3a,_0x28a8e7[_0x1b0e3a[_0x3ba3ea(0x25b)]]=0x1;}else{if(this['started']&&this[_0x3ba3ea(0x1fb)]()){if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62[_0x3ba3ea(0x242)],_0x53ef62[_0x3ba3ea(0x242)])){let _0x22ad26=_0x505c99;if(_0x1fc7b5){if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62[_0x3ba3ea(0x1f0)],_0x53ef62[_0x3ba3ea(0x12f)])){const _0x45b8dd={};return _0x45b8dd['measures']=[],_0x45b8dd[_0x3ba3ea(0x163)]=[],_0x45b8dd;}else _0x22ad26=_0x505c99+'['+JSON[_0x3ba3ea(0x21b)](_0x1fc7b5)+']';}const _0x5189e0=_0x53ef62['zLgei'](_0x22ad26,_0x53ef62[_0x3ba3ea(0x224)]),_0x2a92ac=_0x53ef62['OWZgf'](_0x22ad26,_0x53ef62[_0x3ba3ea(0x179)]);performance[_0x3ba3ea(0x21a)](_0x5189e0);const _0x5c1446=_0x4374f7[_0x3ba3ea(0x1eb)](null,_0x5714da);if(_0x53ef62[_0x3ba3ea(0x130)](_0x5c1446,Promise))return _0x53ef62[_0x3ba3ea(0x147)](_0x53ef62[_0x3ba3ea(0x1ee)],_0x53ef62[_0x3ba3ea(0x1ee)])?[]:new Promise((_0x21656e,_0x11d2c9)=>{const _0x175b95=_0x3ba3ea,_0x396c14={'ktmqF':function(_0x44b1a0,_0x2090ee){const _0x176f9c=a63_0x5804;return _0x53ef62[_0x176f9c(0x1f8)](_0x44b1a0,_0x2090ee);},'yGxwx':function(_0x62eaa8,_0x590d71){const _0x26816d=a63_0x5804;return _0x53ef62[_0x26816d(0x1f8)](_0x62eaa8,_0x590d71);},'wWZxw':function(_0x15dddf,_0x22d8b3){const _0x452ec8=a63_0x5804;return _0x53ef62[_0x452ec8(0x1cc)](_0x15dddf,_0x22d8b3);},'yuUdh':_0x53ef62[_0x175b95(0x1d5)],'CiGRx':_0x53ef62[_0x175b95(0x24b)]};_0x53ef62[_0x175b95(0x23b)](_0x53ef62[_0x175b95(0x174)],_0x53ef62[_0x175b95(0x174)])?this[_0x175b95(0x1a3)][_0x175b95(0x245)](_0x429d01):_0x5c1446[_0x175b95(0x1b3)](_0x1854a0=>_0x21656e(_0x1854a0))['catch'](_0x565b9d=>_0x11d2c9(_0x565b9d))[_0x175b95(0x252)](()=>{const _0x245ac=_0x175b95;if(_0x396c14[_0x245ac(0x20a)](_0x396c14[_0x245ac(0x15c)],_0x396c14[_0x245ac(0x16d)])){if(_0x33a27b){_0x396c14[_0x245ac(0x228)](_0x1d55fd,_0x245ac(0x12a)+_0x1c3c93[_0x245ac(0x1ff)]());return;}_0x396c14['yGxwx'](_0x39362b,_0x245ac(0x1fe)+_0x4e2454);}else performance[_0x245ac(0x21a)](_0x2a92ac),performance['measure'](_0x22ad26,_0x5189e0,_0x2a92ac);});});;return performance[_0x3ba3ea(0x21a)](_0x2a92ac),performance[_0x3ba3ea(0x1e7)](_0x22ad26,_0x5189e0,_0x2a92ac),_0x5c1446;}else _0x1c440d['name']=_0xa793bb[0x1],_0x569119[_0x3ba3ea(0x187)]=_0x5ae380[_0x3ba3ea(0x198)](_0x4b524f[0x2]);};return _0x4374f7['apply'](null,_0x5714da);}}catch(_0x59bef3){if(_0x53ef62[_0x3ba3ea(0x1cc)](_0x53ef62['gOSxU'],_0x53ef62[_0x3ba3ea(0x1b2)]))return;else return _0x4374f7[_0x3ba3ea(0x1eb)](null,_0x5714da);}}static['measureWrapper'](_0x3cf2df,_0x4803fb){const _0x46d675=a63_0x48e80f,_0x534142={};_0x534142[_0x46d675(0x1d6)]=function(_0x26ca0a,_0x5998b4){return _0x26ca0a!==_0x5998b4;},_0x534142[_0x46d675(0x17c)]=_0x46d675(0x17b);const _0x26b68d=_0x534142,_0x35e5fe=this;return function(){const _0x1b1b61=_0x46d675;if(_0x26b68d[_0x1b1b61(0x1d6)](_0x26b68d[_0x1b1b61(0x17c)],_0x26b68d[_0x1b1b61(0x17c)]))return this['_errorEvents'];else{const _0x5e2097=[_0x3cf2df,_0x4803fb,null][_0x1b1b61(0x201)](arguments);return _0x35e5fe['measure'][_0x1b1b61(0x1eb)](_0x35e5fe,_0x5e2097);}};}static['getCleanedPerfEvents'](){const _0x4c600b=a63_0x48e80f,_0x23a318={};_0x23a318['HWGZF']=function(_0x2adc7a,_0x38b021){return _0x2adc7a/_0x38b021;},_0x23a318['VfIIh']=function(_0x37b142,_0x5195ed){return _0x37b142+_0x5195ed;},_0x23a318[_0x4c600b(0x143)]=function(_0x57a5e5,_0xbe9bd5){return _0x57a5e5*_0xbe9bd5;},_0x23a318[_0x4c600b(0x13d)]=function(_0x3d54a0,_0x46e12e){return _0x3d54a0===_0x46e12e;},_0x23a318['sVBwY']=function(_0x44ce2e,_0xe940b5){return _0x44ce2e>_0xe940b5;},_0x23a318[_0x4c600b(0x142)]=function(_0x3422e3,_0x4cd659){return _0x3422e3!==_0x4cd659;},_0x23a318[_0x4c600b(0x1fd)]=_0x4c600b(0x21d),_0x23a318[_0x4c600b(0x218)]=_0x4c600b(0x192),_0x23a318[_0x4c600b(0x165)]=_0x4c600b(0x1c0),_0x23a318[_0x4c600b(0x154)]='ydswV',_0x23a318['MlFSm']='BckJf',_0x23a318[_0x4c600b(0x126)]=function(_0x98193d,_0x5a9eaa){return _0x98193d/_0x5a9eaa;},_0x23a318[_0x4c600b(0x237)]=function(_0x5911b3,_0x3b29f3){return _0x5911b3*_0x3b29f3;},_0x23a318[_0x4c600b(0x18e)]=function(_0x51d160,_0x109e4e){return _0x51d160+_0x109e4e;},_0x23a318[_0x4c600b(0x1a9)]=function(_0x1224c3,_0xa98d8e){return _0x1224c3!==_0xa98d8e;},_0x23a318[_0x4c600b(0x1df)]=_0x4c600b(0x229),_0x23a318[_0x4c600b(0x1f2)]=_0x4c600b(0x1c1);const _0x3d205f=_0x23a318,_0x20d094=/(^.*)\[(.*)\]$/,_0x47c0a0={},_0x4e3134={};for(const _0x152baa of this['_measureEvents']){if(_0x3d205f[_0x4c600b(0x142)](_0x3d205f['alrfi'],_0x3d205f['alrfi']))return[];else{const _0x3d24fb=_0x152baa['name'][_0x4c600b(0x233)](_0x20d094),_0x8bd73d={};_0x8bd73d[_0x4c600b(0x25b)]=_0x152baa[_0x4c600b(0x25b)],_0x8bd73d[_0x4c600b(0x209)]=_0x152baa['duration']||0x0;const _0x105f01=_0x8bd73d;if(_0x3d24fb){if(_0x3d205f[_0x4c600b(0x142)](_0x3d205f[_0x4c600b(0x218)],_0x3d205f['FOgJI']))_0x105f01[_0x4c600b(0x25b)]=_0x3d24fb[0x1],_0x105f01[_0x4c600b(0x187)]=JSON[_0x4c600b(0x198)](_0x3d24fb[0x2]);else{const _0x534c1e=_0x4f8e65[_0x25a991[_0x4c600b(0x25b)]],_0x34f29f=_0x3b75b9[_0x5f5b87['name']];_0x531a4d[_0x10f130[_0x4c600b(0x25b)]][_0x4c600b(0x209)]=_0x3d205f[_0x4c600b(0x213)](_0x3d205f['VfIIh'](_0x3d205f[_0x4c600b(0x143)](_0x534c1e[_0x4c600b(0x209)],_0x34f29f),_0x4170a3['duration']),_0x3d205f[_0x4c600b(0x1e5)](0x1,_0x34f29f)),_0x27a3b7[_0x4c1f87['name']]++;}}if(_0x47c0a0[_0x105f01['name']]){if(_0x3d205f['nmpJL'](_0x3d205f[_0x4c600b(0x154)],_0x3d205f[_0x4c600b(0x239)])){const _0xdc8aaa=this;return function(){const _0x3301b0=_0x4c600b,_0x3b9649=[_0x310df1,_0x131d6a,null]['concat'](arguments);return _0xdc8aaa[_0x3301b0(0x1e7)][_0x3301b0(0x1eb)](_0xdc8aaa,_0x3b9649);};}else{const _0x143adf=_0x47c0a0[_0x105f01[_0x4c600b(0x25b)]],_0x329b5a=_0x4e3134[_0x105f01[_0x4c600b(0x25b)]];_0x47c0a0[_0x105f01['name']]['duration']=_0x3d205f[_0x4c600b(0x126)](_0x3d205f[_0x4c600b(0x1e5)](_0x3d205f[_0x4c600b(0x237)](_0x143adf[_0x4c600b(0x209)],_0x329b5a),_0x105f01[_0x4c600b(0x209)]),_0x3d205f[_0x4c600b(0x18e)](0x1,_0x329b5a)),_0x4e3134[_0x105f01[_0x4c600b(0x25b)]]++;}}else{if(_0x3d205f[_0x4c600b(0x1a9)](_0x3d205f[_0x4c600b(0x1df)],_0x3d205f[_0x4c600b(0x1f2)]))_0x47c0a0[_0x105f01[_0x4c600b(0x25b)]]=_0x105f01,_0x4e3134[_0x105f01[_0x4c600b(0x25b)]]=0x1;else{if(!this['started']||_0x3d205f[_0x4c600b(0x13d)](this[_0x4c600b(0x1a3)][_0x4c600b(0x21c)],0x0))return[];if(!_0x2627fc[_0x4c600b(0x164)](this[_0x4c600b(0x1ed)]))return this[_0x4c600b(0x1a3)];let _0x1c7ed7=_0x5d7d4b['readFileSync'](this['jsonReportFileName'])['toString']();_0x1c7ed7='['+_0x1c7ed7['slice'](0x0,-0x1)+']';let _0x58d74f=_0x2469a0[_0x4c600b(0x198)](_0x1c7ed7);return _0x3d205f[_0x4c600b(0x177)](this[_0x4c600b(0x1a3)]['length'],0x0)&&(_0x58d74f=_0x58d74f['concat'](this[_0x4c600b(0x1ab)]())),this['_observer']['disconnect'](),_0xa9f862[_0x4c600b(0x1f7)](this[_0x4c600b(0x1ed)]),_0x58d74f;}}}}return Object[_0x4c600b(0x24e)](_0x47c0a0);}static[a63_0x48e80f(0x1c2)](){const _0x1690e6=a63_0x48e80f,_0x2d8677={};_0x2d8677[_0x1690e6(0x241)]=function(_0x2f7477,_0x10e346){return _0x2f7477===_0x10e346;},_0x2d8677[_0x1690e6(0x1f3)]=function(_0x3cb330,_0x215668){return _0x3cb330===_0x215668;},_0x2d8677[_0x1690e6(0x152)]='DgnEV',_0x2d8677[_0x1690e6(0x14d)]=_0x1690e6(0x157),_0x2d8677[_0x1690e6(0x133)]=function(_0x4fe4d7,_0x3f0b5e){return _0x4fe4d7+_0x3f0b5e;};const _0x450486=_0x2d8677;if(_0x450486[_0x1690e6(0x241)](this['_measureEvents'][_0x1690e6(0x21c)],0x0)){if(_0x450486[_0x1690e6(0x1f3)](_0x450486[_0x1690e6(0x152)],_0x450486[_0x1690e6(0x14d)]))return this[_0x1690e6(0x1a3)];else return;}const _0x483973=this[_0x1690e6(0x1ab)](),_0xb36815=JSON[_0x1690e6(0x21b)](_0x483973),_0x3406dd=_0x450486[_0x1690e6(0x133)](_0xb36815[_0x1690e6(0x196)](0x1,-0x1),',');fs[_0x1690e6(0x153)](this[_0x1690e6(0x1ed)],_0x3406dd);}static[a63_0x48e80f(0x141)](){const _0x1c125f=a63_0x48e80f,_0x51e303={};_0x51e303[_0x1c125f(0x136)]=function(_0x3ae8d2,_0x3ace6f){return _0x3ae8d2===_0x3ace6f;},_0x51e303['hADzO']=function(_0x420ba0,_0x217f6a){return _0x420ba0+_0x217f6a;},_0x51e303[_0x1c125f(0x1a6)]=_0x1c125f(0x24c),_0x51e303[_0x1c125f(0x146)]=function(_0x5a04f6,_0x3f5eda){return _0x5a04f6===_0x3f5eda;},_0x51e303['HRnkY']=function(_0x1257dd,_0x14fb2d){return _0x1257dd===_0x14fb2d;},_0x51e303['PauED']=_0x1c125f(0x1fa),_0x51e303[_0x1c125f(0x200)]=_0x1c125f(0x1a2),_0x51e303[_0x1c125f(0x191)]=_0x1c125f(0x1d8),_0x51e303[_0x1c125f(0x19d)]=function(_0x16254d,_0x3c3a04){return _0x16254d>_0x3c3a04;},_0x51e303[_0x1c125f(0x1e9)]=function(_0x1d9cd6,_0x2bf7ef){return _0x1d9cd6!==_0x2bf7ef;},_0x51e303['xzVfo']=_0x1c125f(0x21f);const _0xe97e2b=_0x51e303;if(!this['started']||_0xe97e2b[_0x1c125f(0x146)](this['_measureEvents'][_0x1c125f(0x21c)],0x0)){if(_0xe97e2b[_0x1c125f(0x13a)](_0xe97e2b[_0x1c125f(0x128)],_0xe97e2b['PauED']))return[];else{if(_0xe97e2b[_0x1c125f(0x136)](this[_0x1c125f(0x125)][_0x1c125f(0x21c)],0x0))return;const _0x5c3e56=_0x4aed4f[_0x1c125f(0x21b)](this[_0x1c125f(0x125)]),_0x1f855b=_0xe97e2b['hADzO'](_0x5c3e56['slice'](0x1,-0x1),',');_0x18d5fb['appendFileSync'](this[_0x1c125f(0x24f)],_0x1f855b);}}if(!fs['existsSync'](this[_0x1c125f(0x1ed)])){if(_0xe97e2b[_0x1c125f(0x13a)](_0xe97e2b[_0x1c125f(0x200)],_0xe97e2b[_0x1c125f(0x191)]))_0x38e298[_0x1c125f(0x212)](_0xe97e2b['aPVFz']);else return this[_0x1c125f(0x1a3)];}let _0x37cb79=fs[_0x1c125f(0x15b)](this[_0x1c125f(0x1ed)])[_0x1c125f(0x1ff)]();_0x37cb79='['+_0x37cb79[_0x1c125f(0x196)](0x0,-0x1)+']';let _0x4a49b5=JSON[_0x1c125f(0x198)](_0x37cb79);return _0xe97e2b[_0x1c125f(0x19d)](this[_0x1c125f(0x1a3)][_0x1c125f(0x21c)],0x0)&&(_0xe97e2b['vkXfr'](_0xe97e2b['xzVfo'],_0xe97e2b[_0x1c125f(0x18a)])?_0x4d4144=_0x170c44['concat'](this['_errorEvents']):_0x4a49b5=_0x4a49b5[_0x1c125f(0x201)](this[_0x1c125f(0x1ab)]())),this[_0x1c125f(0x206)]['disconnect'](),fs[_0x1c125f(0x1f7)](this[_0x1c125f(0x1ed)]),_0x4a49b5;}static[a63_0x48e80f(0x1dd)](){const _0x138c65=a63_0x48e80f,_0x1ca514={};_0x1ca514['umoqE']=function(_0x1b62f9,_0x2aadc5){return _0x1b62f9===_0x2aadc5;},_0x1ca514[_0x138c65(0x12d)]=function(_0x177eb0,_0x2a475c){return _0x177eb0===_0x2a475c;},_0x1ca514['uzOlo']=_0x138c65(0x16a),_0x1ca514['pnLEb']=_0x138c65(0x225),_0x1ca514['sPyfK']=function(_0x1bed31,_0x2a702f){return _0x1bed31+_0x2a702f;};const _0x3b7c93=_0x1ca514;if(_0x3b7c93['umoqE'](this['_errorEvents'][_0x138c65(0x21c)],0x0)){if(_0x3b7c93[_0x138c65(0x12d)](_0x3b7c93[_0x138c65(0x210)],_0x3b7c93[_0x138c65(0x20b)]))_0x71b2e=_0x54b253[_0x138c65(0x201)](this[_0x138c65(0x1ab)]());else return;}const _0x5ed82f=JSON[_0x138c65(0x21b)](this[_0x138c65(0x125)]),_0x43935f=_0x3b7c93[_0x138c65(0x24a)](_0x5ed82f['slice'](0x1,-0x1),',');fs['appendFileSync'](this[_0x138c65(0x24f)],_0x43935f);}static['finalizeErrors'](){const _0x4638cf=a63_0x48e80f,_0x4d0a93={};_0x4d0a93[_0x4638cf(0x258)]=function(_0x215a14,_0xe7cf1){return _0x215a14===_0xe7cf1;},_0x4d0a93[_0x4638cf(0x1dc)]='measure',_0x4d0a93[_0x4638cf(0x1b4)]=function(_0x4b2e93,_0xa0930d){return _0x4b2e93!==_0xa0930d;},_0x4d0a93[_0x4638cf(0x145)]='ELhbx',_0x4d0a93[_0x4638cf(0x15f)]=function(_0x10012c,_0x5468b0){return _0x10012c>_0x5468b0;},_0x4d0a93['qXVPu']=function(_0x553d27,_0x1f9ce6){return _0x553d27!==_0x1f9ce6;},_0x4d0a93[_0x4638cf(0x1cb)]=_0x4638cf(0x221);const _0x39523d=_0x4d0a93;if(!fs[_0x4638cf(0x164)](this[_0x4638cf(0x22d)])){if(_0x39523d[_0x4638cf(0x1b4)](_0x39523d['zBCXV'],_0x39523d[_0x4638cf(0x145)]))return;else return this[_0x4638cf(0x125)];}let _0x15909d=fs[_0x4638cf(0x15b)](this[_0x4638cf(0x22d)])[_0x4638cf(0x1ff)]();_0x15909d='['+_0x15909d[_0x4638cf(0x196)](0x0,-0x1)+']';let _0x29720b=JSON[_0x4638cf(0x198)](_0x15909d);return _0x39523d[_0x4638cf(0x15f)](this[_0x4638cf(0x125)][_0x4638cf(0x21c)],0x0)&&(_0x39523d[_0x4638cf(0x243)](_0x39523d['bJiwT'],_0x39523d[_0x4638cf(0x1cb)])?_0x3cabbe[_0x4638cf(0x208)]()[_0x4638cf(0x1e8)](_0x6297ce=>{const _0x4ab84a=_0x4638cf;_0x39523d[_0x4ab84a(0x258)](_0x6297ce[_0x4ab84a(0x1b9)],_0x39523d[_0x4ab84a(0x1dc)])?this[_0x4ab84a(0x1a3)][_0x4ab84a(0x245)](_0x6297ce):this[_0x4ab84a(0x222)]['push'](_0x6297ce);}):_0x29720b=_0x29720b[_0x4638cf(0x201)](this[_0x4638cf(0x125)])),fs[_0x4638cf(0x1f7)](this['errorReportFileName']),_0x29720b;}static['captureError'](_0x9567c6){const _0x489320=a63_0x48e80f,_0x97ab68={};_0x97ab68[_0x489320(0x216)]=function(_0x44be1e,_0x2dc4e1){return _0x44be1e!==_0x2dc4e1;},_0x97ab68[_0x489320(0x247)]=_0x489320(0x19a),_0x97ab68[_0x489320(0x14a)]='pUyNW';const _0x835293=_0x97ab68;if(!this[_0x489320(0x1fb)]()){if(_0x835293[_0x489320(0x216)](_0x835293[_0x489320(0x247)],_0x835293[_0x489320(0x14a)]))return;else _0x453093=_0x4ebca7+'['+_0xdcce6c[_0x489320(0x21b)](_0x3c26cc)+']';}this[_0x489320(0x125)]['push']({'message':_0x9567c6['message'],'trace':_0x9567c6['stack'],'code':_0x9567c6[_0x489320(0x12c)]||null,'time':new Date()});}static[a63_0x48e80f(0x226)](){const _0x71417=a63_0x48e80f,_0x5ba83f={};_0x5ba83f['DTDNT']=function(_0x5d8a4b,_0x450a09){return _0x5d8a4b!==_0x450a09;},_0x5ba83f['IvjGL']='QatDJ',_0x5ba83f[_0x71417(0x159)]=_0x71417(0x1a8),_0x5ba83f[_0x71417(0x1cf)]='GgdNM',_0x5ba83f[_0x71417(0x22c)]=function(_0x58a7ec,_0xc5609){return _0x58a7ec!==_0xc5609;},_0x5ba83f[_0x71417(0x138)]='nfJaq',_0x5ba83f[_0x71417(0x1ac)]=_0x71417(0x149),_0x5ba83f['AvmxD']=_0x71417(0x24c);const _0x571e67=_0x5ba83f;try{if(_0x571e67[_0x71417(0x204)](_0x571e67[_0x71417(0x1ca)],_0x571e67[_0x71417(0x1ca)]))return new _0xaf9436((_0x3ef26b,_0xacbbfd)=>{const _0x22197e=_0x71417;_0x41ec1f[_0x22197e(0x1b3)](_0x2d5b42=>_0x3ef26b(_0x2d5b42))[_0x22197e(0x203)](_0x5f281e=>_0xacbbfd(_0x5f281e))[_0x22197e(0x252)](()=>{const _0x15134b=_0x22197e;_0x250ce5[_0x15134b(0x21a)](_0x4b0e28),_0x314d16[_0x15134b(0x1e7)](_0x8c20d1,_0x25709b,_0x58e728);});});else{if(!this[_0x71417(0x1fb)]()){if(_0x571e67[_0x71417(0x204)](_0x571e67[_0x71417(0x159)],_0x571e67[_0x71417(0x1cf)]))return;else return;}this['_observer'][_0x71417(0x1af)](),this[_0x71417(0x1c2)](),this[_0x71417(0x1dd)]();}}catch{_0x571e67[_0x71417(0x22c)](_0x571e67[_0x71417(0x138)],_0x571e67[_0x71417(0x1ac)])?logger[_0x71417(0x212)](_0x571e67[_0x71417(0x172)]):_0x446d18[_0x71417(0x1b3)](_0x228321=>_0x101700(_0x228321))[_0x71417(0x203)](_0x3adc8a=>_0x5821bd(_0x3adc8a))['finally'](()=>{const _0x2ec6d9=_0x71417;_0x3f4025[_0x2ec6d9(0x21a)](_0x285d39),_0x20e769[_0x2ec6d9(0x1e7)](_0x435a41,_0x4c8f50,_0x37f707);});}}static[a63_0x48e80f(0x251)](){const _0x25e11b=a63_0x48e80f,_0x144e97={};_0x144e97['WwSfm']=function(_0x9d944b,_0x322387){return _0x9d944b===_0x322387;},_0x144e97[_0x25e11b(0x1db)]=_0x25e11b(0x24d),_0x144e97[_0x25e11b(0x1bd)]=_0x25e11b(0x155);const _0x109a9e=_0x144e97,_0x3f81bf=this[_0x25e11b(0x141)](),_0x3f9a1d=this['finalizeErrors']();if(!this[_0x25e11b(0x1fb)]()){if(_0x109a9e[_0x25e11b(0x181)](_0x109a9e[_0x25e11b(0x1db)],_0x109a9e[_0x25e11b(0x1bd)]))!_0x1521d0[_0x57f4de[_0x25e11b(0x25b)]]&&(_0x57f8b8[_0x37b37e[_0x25e11b(0x25b)]]=0x0),_0x1c0c64[_0x3a0dd4[_0x25e11b(0x25b)]]+=_0x914549['duration'];else{const _0x42468b={};return _0x42468b[_0x25e11b(0x15a)]=[],_0x42468b[_0x25e11b(0x163)]=[],_0x42468b;}}const _0x481ba6={};return _0x481ba6[_0x25e11b(0x15a)]=_0x3f81bf,_0x481ba6[_0x25e11b(0x163)]=_0x3f9a1d,_0x481ba6;}}module['exports']=PerformanceTester;
|
|
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 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64_0x6bc7a7=a64_0x4161;(function(_0x4905f7,_0x46479){const _0x4ed4b9=a64_0x4161,_0x2074da=_0x4905f7();while(!![]){try{const _0x3b5023=-parseInt(_0x4ed4b9(0xa5))/0x1+parseInt(_0x4ed4b9(0xab))/0x2+-parseInt(_0x4ed4b9(0x9c))/0x3+parseInt(_0x4ed4b9(0xb7))/0x4*(-parseInt(_0x4ed4b9(0x8a))/0x5)+parseInt(_0x4ed4b9(0x9a))/0x6*(parseInt(_0x4ed4b9(0x9e))/0x7)+parseInt(_0x4ed4b9(0x8b))/0x8*(-parseInt(_0x4ed4b9(0x83))/0x9)+parseInt(_0x4ed4b9(0xaa))/0xa;if(_0x3b5023===_0x46479)break;else _0x2074da['push'](_0x2074da['shift']());}catch(_0x4f072a){_0x2074da['push'](_0x2074da['shift']());}}}(a64_0x19f8,0xcbdd4));const http=require(a64_0x6bc7a7(0x92)),https=require(a64_0x6bc7a7(0xb0)),monkeypatch=require(a64_0x6bc7a7(0x85));function a64_0x4161(_0x30aeec,_0x2d9066){const _0x19f8c4=a64_0x19f8();return a64_0x4161=function(_0x4161c1,_0x11b845){_0x4161c1=_0x4161c1-0x7b;let _0x21c3ea=_0x19f8c4[_0x4161c1];return _0x21c3ea;},a64_0x4161(_0x30aeec,_0x2d9066);}function spy(_0x540862){const _0x5146a5=a64_0x6bc7a7,_0x118517={'nHaNM':function(_0x3af585,_0x17a335){return _0x3af585===_0x17a335;},'Akurs':'pJgnC','MypzR':function(_0x4f4250,_0x4b564d,_0x377b92){return _0x4f4250(_0x4b564d,_0x377b92);},'UREdO':function(_0x26213d,..._0x1314c8){return _0x26213d(..._0x1314c8);},'ZyCdP':_0x5146a5(0xb6),'QBQhU':'gTHQp','uhEGD':function(_0x2f1bb5,_0x193ffd){return _0x2f1bb5-_0x193ffd;},'GmvyF':_0x5146a5(0xb1),'PKoXQ':'KDsCj','jhZaa':function(_0x4fc5d6,..._0x2c5e4d){return _0x4fc5d6(..._0x2c5e4d);},'BbOGB':function(_0x537f1e,_0x3b50e5,_0x4416b9){return _0x537f1e(_0x3b50e5,_0x4416b9);},'HEsny':function(_0x5c7480,_0x3dadeb){return _0x5c7480===_0x3dadeb;},'hTqCe':_0x5146a5(0x8d),'npSDP':function(_0x5bc574,_0x954b){return _0x5bc574-_0x954b;},'gwQRv':function(_0x537aa6,_0x376971){return _0x537aa6!==_0x376971;},'KSLUk':_0x5146a5(0xaf),'VNcwx':_0x5146a5(0x9d),'OWqmP':function(_0x5e0210,_0x54cff4,_0x426b7d){return _0x5e0210(_0x54cff4,_0x426b7d);},'VlXMs':_0x5146a5(0x7e),'Agcfk':_0x5146a5(0x7f),'nwpJN':function(_0x1c2d6b,_0x5ead22,_0x551a2f,_0x58616c){return _0x1c2d6b(_0x5ead22,_0x551a2f,_0x58616c);},'BYMzo':_0x5146a5(0x81),'EjKHh':function(_0x1740ae,_0x1978e1,_0x5800b1,_0x3b0a73){return _0x1740ae(_0x1978e1,_0x5800b1,_0x3b0a73);},'jbHfI':'request','PGlsS':function(_0x572848,_0x2f049b,_0x41a596,_0x8acbd6){return _0x572848(_0x2f049b,_0x41a596,_0x8acbd6);}},_0x1a3da5=(_0x3c28d2,_0x284acc,_0x3b090f)=>{const _0x2651a8=_0x5146a5,_0xe79e99={'OcTLg':function(_0x407f94,_0x5e7928,_0x3ae36d){const _0x5a4666=a64_0x4161;return _0x118517[_0x5a4666(0x8f)](_0x407f94,_0x5e7928,_0x3ae36d);},'KQEsM':function(_0x4ed89c,_0x1daa52){const _0xffd5cc=a64_0x4161;return _0x118517[_0xffd5cc(0x88)](_0x4ed89c,_0x1daa52);},'iIszZ':_0x118517[_0x2651a8(0x91)],'XVUsf':_0x118517['GmvyF'],'nEknR':function(_0x8f3c2e,_0xe68de4){const _0x7566ad=_0x2651a8;return _0x118517[_0x7566ad(0xa8)](_0x8f3c2e,_0xe68de4);}};if(_0x118517['gwQRv'](_0x118517[_0x2651a8(0x7d)],_0x118517[_0x2651a8(0x8c)])){const _0x31d5a1=_0x118517[_0x2651a8(0x89)](_0x3c28d2,_0x284acc,_0x3b090f);let _0x203878=Date['now'](),_0x5b222b;const _0x28df68=_0x37eb77=>{const _0x338be2=_0x2651a8;if(_0x118517['nHaNM'](_0x118517[_0x338be2(0x96)],_0x118517[_0x338be2(0x96)])){const _0x110202={};_0x110202[_0x338be2(0xb5)]=_0x284acc['host']||_0x284acc[_0x338be2(0xa9)],_0x110202[_0x338be2(0x9f)]=_0x284acc[_0x338be2(0x9f)],_0x110202['method']=_0x284acc[_0x338be2(0xa1)],_0x110202[_0x338be2(0xb4)]=_0x284acc[_0x338be2(0xb4)],_0x118517[_0x338be2(0x84)](_0x540862,_0x37eb77,_0x110202);}else{const _0x388921={};_0x388921['host']=_0x5f11bf['host']||_0x2ecf0e[_0x338be2(0xa9)],_0x388921['path']=_0x5ef994['path'],_0x388921['method']=_0x3fa388['method'],_0x388921[_0x338be2(0xb4)]=_0x38de27[_0x338be2(0xb4)],_0xe79e99[_0x338be2(0xa2)](_0x4316b7,_0x34ad4a,_0x388921);}};return _0x31d5a1[_0x2651a8(0xa7)](_0x118517['VlXMs'],_0x567bad=>{const _0x15101a=_0x2651a8,_0x267065={'TxkBU':function(_0x51d502,..._0x3b64ea){const _0xd3e2f8=a64_0x4161;return _0x118517[_0xd3e2f8(0xb2)](_0x51d502,..._0x3b64ea);}};if(_0x118517[_0x15101a(0x86)](_0x118517[_0x15101a(0x94)],_0x118517[_0x15101a(0xae)]))_0x2fb835=_0xc26080[_0x15101a(0xad)](),_0x267065[_0x15101a(0x93)](_0x42ce4a,..._0x3ca1cd);else{const _0x3512c5=_0x118517['uhEGD'](Date[_0x15101a(0xad)](),_0x203878),_0x7bcf28={};_0x7bcf28[_0x15101a(0xa9)]=_0x284acc[_0x15101a(0xb5)]||_0x284acc['hostname'],_0x7bcf28[_0x15101a(0x9f)]=_0x284acc[_0x15101a(0x9f)],_0x7bcf28[_0x15101a(0xa1)]=_0x284acc[_0x15101a(0xa1)],_0x7bcf28[_0x15101a(0xb4)]=_0x284acc[_0x15101a(0xb4)],_0x7bcf28[_0x15101a(0x80)]=_0x567bad[_0x15101a(0x95)],_0x7bcf28[_0x15101a(0x7c)]=_0x3512c5,_0x118517[_0x15101a(0x84)](_0x540862,null,_0x7bcf28),_0x5b222b[_0x15101a(0xac)](_0x118517[_0x15101a(0x98)],_0x28df68);}}),_0x31d5a1['on'](_0x118517[_0x2651a8(0xa0)],_0x42674d=>{const _0x240cff=_0x2651a8;_0xe79e99[_0x240cff(0x9b)](_0xe79e99[_0x240cff(0xa6)],_0xe79e99[_0x240cff(0xa6)])?(_0x5b222b=_0x42674d,_0x42674d[_0x240cff(0xa7)](_0xe79e99[_0x240cff(0x90)],_0x28df68)):(_0x508e3b['request']['unpatch'](),_0x5b27cc['request']['unpatch']());}),_0x118517[_0x2651a8(0x8e)](monkeypatch,_0x31d5a1,_0x118517['BYMzo'],(_0x2a8c2e,..._0x2a0268)=>{const _0x1eea63=_0x2651a8;_0x118517[_0x1eea63(0x86)](_0x118517['PKoXQ'],_0x118517[_0x1eea63(0xb3)])?(_0x203878=Date[_0x1eea63(0xad)](),_0x118517[_0x1eea63(0xb8)](_0x2a8c2e,..._0x2a0268)):(_0x4f7002=_0x3e84b5,_0x547193[_0x1eea63(0xa7)](_0xe79e99[_0x1eea63(0x90)],_0x27d97c));}),_0x31d5a1;}else{const _0x5820be=_0xe79e99[_0x2651a8(0x82)](_0x1f2a0e[_0x2651a8(0xad)](),_0x18f26d),_0x5b1332={};_0x5b1332[_0x2651a8(0xa9)]=_0x4a50d5[_0x2651a8(0xb5)]||_0x5e9147[_0x2651a8(0xa9)],_0x5b1332[_0x2651a8(0x9f)]=_0x3d9a47[_0x2651a8(0x9f)],_0x5b1332[_0x2651a8(0xa1)]=_0x34ba2c[_0x2651a8(0xa1)],_0x5b1332[_0x2651a8(0xb4)]=_0x13b96d['headers'],_0x5b1332['status_code']=_0x59f068[_0x2651a8(0x95)],_0x5b1332['duration_ms']=_0x5820be,_0xe79e99[_0x2651a8(0xa2)](_0x5886a9,null,_0x5b1332),_0x5723d9[_0x2651a8(0xac)](_0xe79e99[_0x2651a8(0x90)],_0x4940e6);}};_0x118517['EjKHh'](monkeypatch,http,_0x118517[_0x5146a5(0x97)],_0x1a3da5),_0x118517[_0x5146a5(0x7b)](monkeypatch,https,_0x118517[_0x5146a5(0x97)],_0x1a3da5);}function restore(){const _0xc6bc92=a64_0x6bc7a7;http[_0xc6bc92(0xa3)][_0xc6bc92(0x87)](),https['request'][_0xc6bc92(0x87)]();}const a64_0x586fcc={};function a64_0x19f8(){const _0x16d439=['hostname','34672850SOaqtx','2570870OxCmdm','removeListener','now','QBQhU','LiNps','https','error','UREdO','PKoXQ','headers','host','wwvRA','3400148kQHemM','jhZaa','PGlsS','duration_ms','KSLUk','response','socket','status_code','end','nEknR','3303369cjhDfH','MypzR','monkeypatch','nHaNM','unpatch','HEsny','OWqmP','5wsOlKn','24aluREP','VNcwx','LbiVS','nwpJN','BbOGB','XVUsf','hTqCe','http','TxkBU','ZyCdP','statusCode','Akurs','jbHfI','GmvyF','exports','493194GmUYsk','KQEsM','3669756jkhEaL','ewmbD','35vwNucy','path','Agcfk','method','OcTLg','request','spy','1154275mKvuym','iIszZ','once','npSDP'];a64_0x19f8=function(){return _0x16d439;};return a64_0x19f8();}a64_0x586fcc[a64_0x6bc7a7(0xa4)]=spy,a64_0x586fcc['restore']=restore,module[a64_0x6bc7a7(0x99)]=a64_0x586fcc;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a65_0x393cfc=a65_0x2b6b;function a65_0x2b6b(_0x4e2019,_0x101487){const _0x5ec9f1=a65_0x5ec9();return a65_0x2b6b=function(_0x2b6bc6,_0x121cef){_0x2b6bc6=_0x2b6bc6-0xa1;let _0x42873c=_0x5ec9f1[_0x2b6bc6];return _0x42873c;},a65_0x2b6b(_0x4e2019,_0x101487);}(function(_0x51f33f,_0xe54470){const _0x5d991a=a65_0x2b6b,_0x90d720=_0x51f33f();while(!![]){try{const _0x1ce875=parseInt(_0x5d991a(0xae))/0x1*(parseInt(_0x5d991a(0xaf))/0x2)+parseInt(_0x5d991a(0xbb))/0x3*(-parseInt(_0x5d991a(0xac))/0x4)+parseInt(_0x5d991a(0xaa))/0x5+parseInt(_0x5d991a(0xa8))/0x6+-parseInt(_0x5d991a(0xa5))/0x7+-parseInt(_0x5d991a(0xab))/0x8+-parseInt(_0x5d991a(0xa7))/0x9;if(_0x1ce875===_0xe54470)break;else _0x90d720['push'](_0x90d720['shift']());}catch(_0x2fa701){_0x90d720['push'](_0x90d720['shift']());}}}(a65_0x5ec9,0xdde25),module[a65_0x393cfc(0xb4)]=function(){const _0x1a53fd=a65_0x393cfc,_0x82c387={'idwGG':function(_0x48ff6,_0x4b6752){return _0x48ff6===_0x4b6752;},'ClIqT':'https:','GscEl':_0x1a53fd(0xa2),'TsLkC':function(_0x52f69f,_0x43cecb,_0x40d184){return _0x52f69f(_0x43cecb,_0x40d184);},'HwyUO':function(_0x318ffc,_0xdb6f5){return _0x318ffc(_0xdb6f5);},'ruZUk':_0x1a53fd(0xa4),'nXguI':_0x1a53fd(0xba),'wadJq':function(_0x355feb,_0x29405e){return _0x355feb*_0x29405e;},'jKCkS':_0x1a53fd(0xb1)},_0xff81d9=_0x82c387[_0x1a53fd(0xad)](require,_0x82c387['ruZUk']),_0x5a0ae2=_0x82c387[_0x1a53fd(0xad)](require,_0x82c387[_0x1a53fd(0xb6)]),_0x4f3ba6=_0x82c387[_0x1a53fd(0xa9)](0x1e,0x3e8);if(_0xff81d9[_0x1a53fd(0xb7)]&&Object['prototype'][_0x1a53fd(0xb5)][_0x1a53fd(0xa3)](_0xff81d9[_0x1a53fd(0xb7)],_0x82c387['jKCkS']))_0xff81d9['globalAgent'][_0x1a53fd(0xb1)]=!![],_0x5a0ae2['globalAgent'][_0x1a53fd(0xb1)]=!![],_0xff81d9[_0x1a53fd(0xb7)][_0x1a53fd(0xb2)]=_0x4f3ba6,_0x5a0ae2['globalAgent'][_0x1a53fd(0xb2)]=_0x4f3ba6;else{const _0x2e878e={};_0x2e878e[_0x1a53fd(0xb1)]=!![],_0x2e878e[_0x1a53fd(0xb2)]=_0x4f3ba6;const _0x2e1ab7=new _0xff81d9[(_0x1a53fd(0xb0))](_0x2e878e),_0x4aeac7={};_0x4aeac7[_0x1a53fd(0xb1)]=!![],_0x4aeac7['keepAliveMsecs']=_0x4f3ba6;const _0x4be209=new _0x5a0ae2[(_0x1a53fd(0xb0))](_0x4aeac7),_0x2e9d4c=_0xff81d9['request'],_0x4738da=_0x5a0ae2[_0x1a53fd(0xa1)];_0xff81d9[_0x1a53fd(0xa1)]=function(_0xd185f1,_0x450f14){const _0x1a4231=_0x1a53fd;if(_0x82c387[_0x1a4231(0xb8)](_0xd185f1[_0x1a4231(0xa6)],_0x82c387[_0x1a4231(0xb9)]))return _0xd185f1[_0x82c387[_0x1a4231(0xbc)]]=_0x4be209,_0x82c387[_0x1a4231(0xb3)](_0x4738da,_0xd185f1,_0x450f14);return _0xd185f1[_0x82c387['GscEl']]=_0x2e1ab7,_0x82c387[_0x1a4231(0xb3)](_0x2e9d4c,_0xd185f1,_0x450f14);};}});function a65_0x5ec9(){const _0x25a210=['HwyUO','1796533ZelQvs','2hENkfY','Agent','keepAlive','keepAliveMsecs','TsLkC','exports','hasOwnProperty','nXguI','globalAgent','idwGG','ClIqT','https','3VsfnHg','GscEl','request','agent','call','http','4352677CowANi','protocol','15809067NQNjse','10451772lxSKyM','wadJq','5742555LJzjVc','1849824fvEIhx','4674268bPsUrB'];a65_0x5ec9=function(){return _0x25a210;};return a65_0x5ec9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a66_0x10e3(_0x38675e,_0x507a3a){var _0x5eb2f9=a66_0x5eb2();return a66_0x10e3=function(_0x10e3f2,_0x9efd56){_0x10e3f2=_0x10e3f2-0x18b;var _0x2062d3=_0x5eb2f9[_0x10e3f2];return _0x2062d3;},a66_0x10e3(_0x38675e,_0x507a3a);}var a66_0x2eaf64=a66_0x10e3;(function(_0xb10636,_0x31f21d){var _0x559267=a66_0x10e3,_0x279f31=_0xb10636();while(!![]){try{var _0x1de174=-parseInt(_0x559267(0x197))/0x1+-parseInt(_0x559267(0x194))/0x2+-parseInt(_0x559267(0x18c))/0x3+-parseInt(_0x559267(0x18e))/0x4*(-parseInt(_0x559267(0x18f))/0x5)+parseInt(_0x559267(0x191))/0x6+-parseInt(_0x559267(0x19b))/0x7*(-parseInt(_0x559267(0x18d))/0x8)+-parseInt(_0x559267(0x190))/0x9*(-parseInt(_0x559267(0x195))/0xa);if(_0x1de174===_0x31f21d)break;else _0x279f31['push'](_0x279f31['shift']());}catch(_0x4b692a){_0x279f31['push'](_0x279f31['shift']());}}}(a66_0x5eb2,0xd88e5));var a66_0x59537d={};a66_0x59537d[a66_0x2eaf64(0x198)]='Playwright',a66_0x59537d[a66_0x2eaf64(0x199)]='mocha',module[a66_0x2eaf64(0x18b)]={'consoleHolder':Object[a66_0x2eaf64(0x196)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x2eaf64(0x19a),'EVENT_ENDPOINT':'api/v1/event','BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a66_0x2eaf64(0x193),'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_0x2eaf64(0x192),'FRAMEWORKS':a66_0x59537d};function a66_0x5eb2(){var _0x35f90c=['https://collector-observability.browserstack.com','784yNwqPS','exports','4914447vPmkcU','81448XGhfiw','4gkBTam','2316485AmVGxE','8379567KjeurI','4253670BJdXNQ','.obs_test_details','api/v1/screenshots','2324398KYYlLd','30DMdDXe','assign','1418342TmRxZy','PLAYWRIGHT','MOCHA'];a66_0x5eb2=function(){return _0x35f90c;};return a66_0x5eb2();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67_0x7b45f1=a67_0x2b82;(function(_0x150475,_0x5bcd96){const _0xbb7c24=a67_0x2b82,_0x2baf47=_0x150475();while(!![]){try{const _0x57ca38=parseInt(_0xbb7c24(0x24f))/0x1+-parseInt(_0xbb7c24(0x2bb))/0x2*(parseInt(_0xbb7c24(0x1dd))/0x3)+-parseInt(_0xbb7c24(0x289))/0x4+-parseInt(_0xbb7c24(0x2c4))/0x5*(-parseInt(_0xbb7c24(0x232))/0x6)+parseInt(_0xbb7c24(0x2ab))/0x7*(parseInt(_0xbb7c24(0x269))/0x8)+-parseInt(_0xbb7c24(0x273))/0x9*(-parseInt(_0xbb7c24(0x218))/0xa)+-parseInt(_0xbb7c24(0x211))/0xb;if(_0x57ca38===_0x5bcd96)break;else _0x2baf47['push'](_0x2baf47['shift']());}catch(_0x443746){_0x2baf47['push'](_0x2baf47['shift']());}}}(a67_0x2fee,0x70a40));const util=require('util'),PerformanceTester=require(a67_0x7b45f1(0x2c1)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require('./utils'),{getAgentVersion}=require(a67_0x7b45f1(0x20a)),o11yErrorHandler=_0x265ad3=>{const _0x55d394=a67_0x7b45f1,_0x50b457={'JWIBX':function(_0x2ef6cb,_0x6bd4d1){return _0x2ef6cb===_0x6bd4d1;},'SrUDR':function(_0x29a141,_0x490f1f){return _0x29a141(_0x490f1f);},'VPdcb':'wViKq','OrlHP':_0x55d394(0x240),'ewtCf':function(_0x2e9a9c,_0x4faf85){return _0x2e9a9c!==_0x4faf85;},'TzpKj':'zjPqV','JmNxd':function(_0x5ac84c,_0xc80ff0){return _0x5ac84c!==_0xc80ff0;},'KDjnm':_0x55d394(0x20c),'Kfviy':_0x55d394(0x2bd),'Qcgor':function(_0x5c7f34,_0x4a505b){return _0x5c7f34 instanceof _0x4a505b;},'cjOwD':function(_0x1cfc7e,_0x12625a){return _0x1cfc7e!==_0x12625a;},'lilRS':'HQtnq','RLOEQ':function(_0x4a48a1,_0x5327cf){return _0x4a48a1===_0x5327cf;},'OwpLv':_0x55d394(0x1e2),'CUykc':function(_0xb5c515,_0x32bff3,_0x19f246,_0x2020e3){return _0xb5c515(_0x32bff3,_0x19f246,_0x2020e3);}};return function(..._0x558ce7){const _0x4c062d=_0x55d394,_0x4f1379={'MuiHZ':function(_0x52e771,_0x13aa11){const _0x876a2d=a67_0x2b82;return _0x50b457[_0x876a2d(0x254)](_0x52e771,_0x13aa11);}};if(_0x50b457[_0x4c062d(0x205)](_0x50b457[_0x4c062d(0x28f)],_0x50b457[_0x4c062d(0x1ee)])){if(_0x50b457[_0x4c062d(0x205)](_0x10c34f[_0x4c062d(0x286)](this[_0x4c062d(0x1fc)])['length'],0x0)&&_0x457f81[_0x4c062d(0x242)][_0x4c062d(0x24b)])try{this[_0x4c062d(0x1fc)]=_0x126992[_0x4c062d(0x226)](_0x2048ac[_0x4c062d(0x242)][_0x4c062d(0x24b)]);}catch(_0x18cdb3){_0x50b457['SrUDR'](_0x40ed9c,_0x4c062d(0x204)+_0x18cdb3['toString']()),this[_0x4c062d(0x1fc)]={};}return this['userConfig'];}else try{if(_0x50b457['ewtCf'](_0x50b457[_0x4c062d(0x239)],_0x50b457[_0x4c062d(0x239)]))_0x4f1379[_0x4c062d(0x1df)](_0x539534,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0xb39e43[_0x4c062d(0x2a7)]()),this[_0x4c062d(0x1fc)]={};else{let _0x52f07a=_0x265ad3;if(process['env'][_0x4c062d(0x228)]){if(_0x50b457[_0x4c062d(0x1e0)](_0x50b457[_0x4c062d(0x27e)],_0x50b457[_0x4c062d(0x2c6)]))_0x52f07a=PerformanceTester[_0x4c062d(0x22d)]()['timerify'](_0x52f07a);else{const _0x3c79c3=_0x24921b[_0x4c062d(0x226)](_0x19d3aa[_0x4c062d(0x20f)](_0x3c6b5f));return this['recursivelyDeletePIIKeysFromObject'](_0x3c79c3),_0x3c79c3;}}const _0x32686d=_0x52f07a[_0x4c062d(0x25d)](null,arguments);if(_0x50b457[_0x4c062d(0x252)](_0x32686d,Promise)){if(_0x50b457[_0x4c062d(0x202)](_0x50b457[_0x4c062d(0x264)],_0x50b457[_0x4c062d(0x264)]))delete _0x36798b[_0x4b6886];else return _0x32686d['catch'](_0x4c74b0=>processError(_0x4c74b0,_0x265ad3,_0x558ce7));}return _0x32686d;}}catch(_0x1e76e9){if(_0x50b457[_0x4c062d(0x20e)](_0x50b457[_0x4c062d(0x219)],_0x50b457['OwpLv']))_0x50b457[_0x4c062d(0x2c2)](processError,_0x1e76e9,_0x265ad3,_0x558ce7);else return _0x296690;}};},o11yClassErrorHandler=(_0x456508,_0x195191)=>{const _0x25b5fb=a67_0x7b45f1,_0x3906f8={'OlgAI':function(_0x1e3e0e,_0x27616b,_0x1d4a38,_0x5aa934){return _0x1e3e0e(_0x27616b,_0x1d4a38,_0x5aa934);},'GKWRC':function(_0x5b4ea5,_0x15c5cb){return _0x5b4ea5(_0x15c5cb);},'eNyBQ':function(_0x42d52a,_0x5c1175){return _0x42d52a===_0x5c1175;},'YWiPT':_0x25b5fb(0x25e),'xrFXT':_0x25b5fb(0x233),'fCwHN':'kBpmo','hackQ':function(_0x260171,_0x3ffbd8){return _0x260171 instanceof _0x3ffbd8;},'VIECp':function(_0x5a2393,_0xf81869){return _0x5a2393!==_0xf81869;},'rXJjG':_0x25b5fb(0x2b9),'luzVU':_0x25b5fb(0x1f2),'jhEHy':_0x25b5fb(0x1f0),'RfByd':function(_0x390089,_0x3004ab){return _0x390089(_0x3004ab);},'JkUvl':function(_0x1a5b6a,_0x338b8c){return _0x1a5b6a(_0x338b8c);},'ryMAr':_0x25b5fb(0x1e4),'AUbro':function(_0x480735){return _0x480735();},'kyHLa':_0x25b5fb(0x2a3),'jwtPh':_0x25b5fb(0x2be),'sxhnf':_0x25b5fb(0x25f),'DYmzQ':function(_0xc0df6b,_0x593c9a,_0x5da8af,_0x43a3b6,_0x53139c,_0x25822f){return _0xc0df6b(_0x593c9a,_0x5da8af,_0x43a3b6,_0x53139c,_0x25822f);},'MzWef':_0x25b5fb(0x25a),'oYgeg':function(_0x3b05ca,_0xc42153){return _0x3b05ca instanceof _0xc42153;},'iMxNd':'AJCDs','kghQi':function(_0x663e11,_0x4b98c1){return _0x663e11===_0x4b98c1;},'YgEwO':_0x25b5fb(0x203),'AJuub':_0x25b5fb(0x248),'dlNji':_0x25b5fb(0x21f),'ThhpI':function(_0x5f4aef,_0x574878){return _0x5f4aef!==_0x574878;},'NPfGa':_0x25b5fb(0x28a),'IqQVv':function(_0x2f945c,_0x28fd63){return _0x2f945c<_0x28fd63;},'MTedM':'RlhFm'},_0x105a58=_0x456508[_0x25b5fb(0x27a)];if(_0x3906f8[_0x25b5fb(0x1ec)](Object[_0x25b5fb(0x2af)](_0x105a58)['length'],0x2)){if(_0x3906f8[_0x25b5fb(0x259)](_0x3906f8['MTedM'],_0x3906f8[_0x25b5fb(0x28e)]))return _0x456508;else this[_0x25b5fb(0x2b0)]=_0x99d6c7,_0x26701d[_0x25b5fb(0x242)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=_0x204163[_0x25b5fb(0x20f)](this[_0x25b5fb(0x2b0)]);}return Object[_0x25b5fb(0x2af)](_0x105a58)['forEach'](_0x77bc20=>{const _0x5039ae=_0x25b5fb,_0x42c359={'eZflj':function(_0x25064a,_0x260de3){const _0x237b8c=a67_0x2b82;return _0x3906f8[_0x237b8c(0x2b8)](_0x25064a,_0x260de3);},'PWFCh':function(_0x3d229e,_0xaf26bd){const _0x299a56=a67_0x2b82;return _0x3906f8[_0x299a56(0x292)](_0x3d229e,_0xaf26bd);},'nhdJf':function(_0x52fb67,_0x13c0f2){return _0x3906f8['JkUvl'](_0x52fb67,_0x13c0f2);},'CxZPH':_0x3906f8[_0x5039ae(0x285)],'NtWty':function(_0x526c3a){return _0x3906f8['AUbro'](_0x526c3a);},'rQkLx':_0x3906f8[_0x5039ae(0x212)],'FEjSO':_0x3906f8[_0x5039ae(0x29d)],'YBtTd':_0x3906f8[_0x5039ae(0x253)],'XxgCN':function(_0x74a49a,_0x5d45ef,_0x203de2,_0x4edb40,_0x5de88b,_0x4a79d5){const _0x2b1ecd=_0x5039ae;return _0x3906f8[_0x2b1ecd(0x267)](_0x74a49a,_0x5d45ef,_0x203de2,_0x4edb40,_0x5de88b,_0x4a79d5);},'gOgOA':_0x3906f8[_0x5039ae(0x276)],'uMDIS':function(_0x5ec419,_0x68ab42){const _0x3d31e8=_0x5039ae;return _0x3906f8[_0x3d31e8(0x216)](_0x5ec419,_0x68ab42);}};if(_0x3906f8['eNyBQ'](_0x3906f8[_0x5039ae(0x209)],_0x3906f8[_0x5039ae(0x209)])){if(!(_0x195191&&_0x195191[_0x5039ae(0x282)](_0x77bc20))){if(_0x3906f8[_0x5039ae(0x259)](_0x3906f8[_0x5039ae(0x2c9)],_0x3906f8['YgEwO']))return;else this[_0x5039ae(0x1fc)]=_0x585338[_0x5039ae(0x226)](_0x4ee74e[_0x5039ae(0x242)][_0x5039ae(0x24b)]);}const _0x4c7419=_0x105a58[_0x77bc20];if(_0x3906f8[_0x5039ae(0x259)](typeof _0x4c7419,_0x3906f8['AJuub'])&&_0x3906f8['VIECp'](_0x77bc20,_0x3906f8[_0x5039ae(0x280)])){if(_0x3906f8[_0x5039ae(0x27f)](_0x3906f8['NPfGa'],_0x3906f8['NPfGa'])){const _0x48542e={'KxZFj':function(_0x1f7061,_0x61b930){return _0x42c359['PWFCh'](_0x1f7061,_0x61b930);}};this['getCredentials']();if(!this[_0x5039ae(0x217)])return _0x42c359[_0x5039ae(0x21d)](_0x4fec0f,_0x42c359[_0x5039ae(0x279)]);this[_0x5039ae(0x243)](),this[_0x5039ae(0x2a6)]();const _0x1066e5={'hashed_id':_0x1a987c['env'][_0x5039ae(0x244)],'observability_version':{'sdkVersion':_0x42c359[_0x5039ae(0x235)](_0x1f8907),'frameworkName':this[_0x5039ae(0x2b0)][_0x5039ae(0x1f9)],'frameworkVersion':this['frameworkDetails'][_0x5039ae(0x2a8)]},'exception':{'error':_0x2fb2ed[_0x5039ae(0x2a7)](),'stackTrace':_0x469555},'config':this[_0x5039ae(0x1fc)]},_0x194ac8=_0x42c359[_0x5039ae(0x227)],_0x2b1929={};_0x2b1929[_0x5039ae(0x251)]=this[_0x5039ae(0x217)][_0x5039ae(0x251)],_0x2b1929['password']=this[_0x5039ae(0x217)]['accessKey'];const _0x36de63={};_0x36de63[_0x5039ae(0x25b)]=_0x42c359[_0x5039ae(0x249)],_0x36de63[_0x5039ae(0x272)]=_0x42c359[_0x5039ae(0x295)];const _0x113888={};_0x113888[_0x5039ae(0x2b6)]=_0x2b1929,_0x113888[_0x5039ae(0x2ba)]=_0x36de63;const _0x5d0b0b=_0x113888;_0x42c359[_0x5039ae(0x27c)](_0x445963,_0x42c359[_0x5039ae(0x21c)],_0x194ac8,_0x1066e5,_0x5d0b0b,![])[_0x5039ae(0x283)](_0x26cc9b=>{const _0x18f6ba=_0x5039ae;_0x42c359[_0x18f6ba(0x2c8)](_0x505a6a,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x3c68f5[_0x18f6ba(0x20f)](_0x26cc9b));})['catch'](_0x45d364=>{const _0x5c3fec=_0x5039ae;_0x48542e[_0x5c3fec(0x23b)](_0x2d2acd,_0x5c3fec(0x2cb)+_0x45d364);});}else Object['defineProperty'](_0x105a58,_0x77bc20,{'writable':!![],'value':function(..._0x2af1a9){const _0x1d815c=_0x5039ae,_0x3e3318={'jaHNT':function(_0x7340d5,_0x34d73f,_0x3d1c24,_0x2c4478){const _0x104dbb=a67_0x2b82;return _0x3906f8[_0x104dbb(0x246)](_0x7340d5,_0x34d73f,_0x3d1c24,_0x2c4478);},'ddupq':function(_0x56246f,_0x2c0b4e){const _0x510e3d=a67_0x2b82;return _0x3906f8[_0x510e3d(0x2b8)](_0x56246f,_0x2c0b4e);}};if(_0x3906f8[_0x1d815c(0x213)](_0x3906f8[_0x1d815c(0x28d)],_0x3906f8[_0x1d815c(0x229)]))this[_0x1d815c(0x2b0)]=_0x1f0e88[_0x1d815c(0x226)](_0x4cead8[_0x1d815c(0x242)][_0x1d815c(0x2a2)]);else try{if(_0x3906f8[_0x1d815c(0x213)](_0x3906f8[_0x1d815c(0x29a)],_0x3906f8[_0x1d815c(0x29a)])){const _0x44ce02=(process[_0x1d815c(0x242)][_0x1d815c(0x228)]?PerformanceTester[_0x1d815c(0x22d)]()[_0x1d815c(0x221)](_0x4c7419):_0x4c7419)[_0x1d815c(0x250)](this,..._0x2af1a9);if(_0x3906f8[_0x1d815c(0x268)](_0x44ce02,Promise)){if(_0x3906f8[_0x1d815c(0x266)](_0x3906f8[_0x1d815c(0x2b1)],_0x3906f8[_0x1d815c(0x247)]))return _0x44ce02['catch'](_0x513a23=>processError(_0x513a23,_0x4c7419,_0x2af1a9));else _0x3e3318[_0x1d815c(0x237)](_0xad347d,_0x159691,_0x55883a,_0x473915);}return _0x44ce02;}else _0x3e3318[_0x1d815c(0x1f7)](_0x1caba6,_0x1d815c(0x261)+_0x244c9c[_0x1d815c(0x2a7)]());}catch(_0x16d839){if(_0x3906f8[_0x1d815c(0x213)](_0x3906f8[_0x1d815c(0x2c5)],_0x3906f8['jhEHy']))_0x3906f8[_0x1d815c(0x246)](processError,_0x16d839,_0x4c7419,_0x2af1a9);else{let _0x1f9f0b=_0x296299;_0x29ce2d[_0x1d815c(0x242)][_0x1d815c(0x228)]&&(_0x1f9f0b=_0x323155[_0x1d815c(0x22d)]()[_0x1d815c(0x221)](_0x1f9f0b));const _0x42e011=_0x1f9f0b['apply'](null,arguments);if(_0x42c359['uMDIS'](_0x42e011,_0x496f52))return _0x42e011[_0x1d815c(0x1e5)](_0x38e3d5=>_0x1ac4d1(_0x38e3d5,_0x46311b,_0x53eeec));return _0x42e011;}}}});}}else this[_0x5039ae(0x217)]=_0x57f5d3[_0x5039ae(0x226)](_0x3f2535['env'][_0x5039ae(0x24a)]);}),_0x456508;};function processError(_0x367251,_0x1c31d9,_0x2aa2f4){const _0x2a093f=a67_0x7b45f1,_0x3665f7={'NGVkj':function(_0x470189,_0x3bb282){return _0x470189(_0x3bb282);},'ZKXrn':_0x2a093f(0x1e4),'MHvIz':function(_0x38b945,_0x25564c){return _0x38b945(_0x25564c);},'fKolq':function(_0x2aadce,_0x4cbab7){return _0x2aadce===_0x4cbab7;},'piEeo':_0x2a093f(0x1f6),'eYyRR':_0x2a093f(0x23a),'bXDYh':function(_0x42c4e8,_0x164b11){return _0x42c4e8!==_0x164b11;},'GqOiI':'JCwVj','RQTdQ':_0x2a093f(0x22a)};_0x3665f7[_0x2a093f(0x1fb)](debug,_0x2a093f(0x23c)+_0x1c31d9[_0x2a093f(0x2aa)]+_0x2a093f(0x28b)+_0x2aa2f4+':\x20'+_0x367251),PerformanceTester[_0x2a093f(0x281)](_0x367251);let _0x2253db;try{if(_0x3665f7[_0x2a093f(0x1e7)](_0x3665f7[_0x2a093f(0x223)],_0x3665f7[_0x2a093f(0x26d)]))return _0x3665f7[_0x2a093f(0x2c7)](_0x43c1c6,_0x3665f7[_0x2a093f(0x275)]);else _0x2253db=JSON[_0x2a093f(0x20f)](_0x2aa2f4);}catch(_0x3dbd18){if(_0x3665f7[_0x2a093f(0x1f8)](_0x3665f7['GqOiI'],_0x3665f7[_0x2a093f(0x263)])){const _0x10f510={};_0x10f510[_0x2a093f(0x29f)]=0x2,_0x2253db=util['inspect'](_0x2aa2f4,_0x10f510);}else return;}CrashReporter[_0x2a093f(0x1ff)](_0x2a093f(0x23c)+_0x1c31d9['name']+_0x2a093f(0x28b)+_0x2253db+_0x2a093f(0x1f3)+_0x367251,_0x367251&&_0x367251[_0x2a093f(0x245)]);}class CrashReporter{static ['userConfig']={};static [a67_0x7b45f1(0x217)];static [a67_0x7b45f1(0x2b0)]={};static[a67_0x7b45f1(0x2ad)](_0x215cef,_0x181b2c,_0x12fb2f=null){const _0x14a3bf=a67_0x7b45f1,_0x580235={'Ncols':function(_0x1875ef,_0x3f5b00){return _0x1875ef!==_0x3f5b00;},'yTxBd':_0x14a3bf(0x24c),'gHlcP':function(_0x540674,_0x234e8b){return _0x540674(_0x234e8b);},'Fmqio':function(_0x5de761,_0x3a1548){return _0x5de761===_0x3a1548;},'AyWsX':_0x14a3bf(0x2b2),'BLfcC':_0x14a3bf(0x296)},_0x3f5926=_0x215cef['frameworkName'],_0x11c62c=_0x215cef[_0x14a3bf(0x2a8)];if(!_0x12fb2f){if(_0x580235[_0x14a3bf(0x23e)](_0x580235[_0x14a3bf(0x257)],_0x580235[_0x14a3bf(0x257)]))return _0x110595[_0x14a3bf(0x1e5)](_0x3833e6=>_0x4deac6(_0x3833e6,_0x22034d,_0x18ccd1));else _0x12fb2f=_0x580235[_0x14a3bf(0x210)](getBrowserStackConfig,_0x3f5926);}if(!_0x11c62c){if(_0x580235[_0x14a3bf(0x2a0)](_0x580235[_0x14a3bf(0x255)],_0x580235[_0x14a3bf(0x21a)]))return;else _0x580235[_0x14a3bf(0x210)](getFrameworkVersion,_0x3f5926);}const _0x2e0ef3={};_0x2e0ef3[_0x14a3bf(0x1f9)]=_0x3f5926,_0x2e0ef3[_0x14a3bf(0x2a8)]=_0x11c62c,this['setAllDetails'](_0x2e0ef3,_0x181b2c,_0x580235[_0x14a3bf(0x210)](getUserCredentials,_0x12fb2f));}static[a67_0x7b45f1(0x26a)](_0x5418ea,_0x9ede5d){const _0x4fb9f8=a67_0x7b45f1,_0x9ddad2={};_0x9ddad2['username']=_0x5418ea,_0x9ddad2[_0x4fb9f8(0x291)]=_0x9ede5d,this[_0x4fb9f8(0x217)]=_0x9ddad2,process[_0x4fb9f8(0x242)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x4fb9f8(0x20f)](this[_0x4fb9f8(0x217)]);}static[a67_0x7b45f1(0x215)](){const _0x1c0437=a67_0x7b45f1,_0x49516f={'LECpi':function(_0x3072cb,_0x1c72c6){return _0x3072cb(_0x1c72c6);},'LzduT':function(_0x236438,_0x586cb1,_0xabe801,_0x2ca5ee){return _0x236438(_0x586cb1,_0xabe801,_0x2ca5ee);},'AoAHs':function(_0x59867f,_0x44fef7){return _0x59867f!==_0x44fef7;},'zIdqm':_0x1c0437(0x270),'ueBtG':function(_0x339410,_0x46a4ea){return _0x339410===_0x46a4ea;},'dEkbj':_0x1c0437(0x23d),'hxqrw':'NuugM','eZztM':function(_0x3a200b,_0xe4bbba){return _0x3a200b!==_0xe4bbba;},'pPWbt':_0x1c0437(0x26b),'rZCsm':_0x1c0437(0x1e8)};if(!this[_0x1c0437(0x217)]&&process['env']['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x49516f[_0x1c0437(0x2ac)](_0x49516f[_0x1c0437(0x222)],_0x49516f[_0x1c0437(0x222)])){if(!this[_0x1c0437(0x217)]&&_0x3f9342['env'][_0x1c0437(0x24a)])try{this[_0x1c0437(0x217)]=_0x5a7e07['parse'](_0x174cd1[_0x1c0437(0x242)][_0x1c0437(0x24a)]);}catch(_0x420fd2){_0x49516f[_0x1c0437(0x260)](_0x102c55,_0x1c0437(0x261)+_0x420fd2[_0x1c0437(0x2a7)]());}return this['credentials'];}else try{_0x49516f[_0x1c0437(0x299)](_0x49516f['dEkbj'],_0x49516f[_0x1c0437(0x262)])?_0x49516f[_0x1c0437(0x260)](_0x23b349,_0x1c0437(0x261)+_0x3ad694[_0x1c0437(0x2a7)]()):this[_0x1c0437(0x217)]=JSON['parse'](process[_0x1c0437(0x242)][_0x1c0437(0x24a)]);}catch(_0x4073ad){_0x49516f['eZztM'](_0x49516f[_0x1c0437(0x278)],_0x49516f[_0x1c0437(0x230)])?_0x49516f[_0x1c0437(0x260)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x4073ad[_0x1c0437(0x2a7)]()):_0x49516f[_0x1c0437(0x265)](_0x38b960,_0x56c084,_0x3a25c8,_0x45d160);}}return this[_0x1c0437(0x217)];}static[a67_0x7b45f1(0x2c0)](_0x412c6a){const _0x37c550=a67_0x7b45f1;this[_0x37c550(0x1fc)]=this[_0x37c550(0x256)](_0x412c6a),process[_0x37c550(0x242)][_0x37c550(0x24b)]=JSON[_0x37c550(0x20f)](this[_0x37c550(0x1fc)]);}static[a67_0x7b45f1(0x243)](){const _0xb90077=a67_0x7b45f1,_0x41e430={'Tpaaa':function(_0x30460c,_0x2ddd22){return _0x30460c(_0x2ddd22);},'uXRcI':function(_0x6c9d48,_0x314aea){return _0x6c9d48(_0x314aea);},'jDxZd':function(_0x47062f,_0x5e4b65){return _0x47062f===_0x5e4b65;},'eQqua':function(_0x4258b7,_0x54eded){return _0x4258b7!==_0x54eded;},'HAMYn':_0xb90077(0x21e),'XiVKv':_0xb90077(0x234),'LqOjC':function(_0x2c398e,_0x405550){return _0x2c398e!==_0x405550;},'UQgfK':_0xb90077(0x1ed),'CuTXB':_0xb90077(0x2ca),'tjRog':_0xb90077(0x1fe),'WbSqV':'YlaEL','AmtiT':function(_0x668acc,_0x33e1ee){return _0x668acc(_0x33e1ee);}};if(_0x41e430['jDxZd'](Object['keys'](this[_0xb90077(0x1fc)])[_0xb90077(0x2b5)],0x0)&&process[_0xb90077(0x242)]['USER_CONFIG_FOR_REPORTING']){if(_0x41e430['eQqua'](_0x41e430[_0xb90077(0x26f)],_0x41e430[_0xb90077(0x2a1)]))try{if(_0x41e430[_0xb90077(0x214)](_0x41e430['UQgfK'],_0x41e430[_0xb90077(0x1eb)]))this[_0xb90077(0x1fc)]=JSON[_0xb90077(0x226)](process[_0xb90077(0x242)][_0xb90077(0x24b)]);else return _0x3a6a3c[_0xb90077(0x1e5)](_0xf112d4=>_0x2bda5c(_0xf112d4,_0x2da375,_0x296000));}catch(_0x141356){if(_0x41e430[_0xb90077(0x2b7)](_0x41e430[_0xb90077(0x2b3)],_0x41e430['WbSqV']))_0x41e430['AmtiT'](debug,_0xb90077(0x204)+_0x141356[_0xb90077(0x2a7)]()),this['userConfig']={};else try{this[_0xb90077(0x2b0)]=_0x280fa1[_0xb90077(0x226)](_0x3822f9['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x2e958a){_0x41e430[_0xb90077(0x2bc)](_0x12d954,_0xb90077(0x261)+_0x2e958a[_0xb90077(0x2a7)]());}}else{const _0x23c420=_0x47ff46[_0xb90077(0x1f9)],_0x35e6ac=_0x32b742[_0xb90077(0x2a8)];!_0x2db597&&(_0x2d4186=_0x41e430[_0xb90077(0x29c)](_0x43ca74,_0x23c420));!_0x35e6ac&&_0x41e430[_0xb90077(0x29c)](_0x5e0128,_0x23c420);const _0x23c2a4={};_0x23c2a4[_0xb90077(0x1f9)]=_0x23c420,_0x23c2a4[_0xb90077(0x2a8)]=_0x35e6ac,this['setAllDetails'](_0x23c2a4,_0x368f0f,_0x41e430[_0xb90077(0x29c)](_0x48dccc,_0x5e9e39));}}return this['userConfig'];}static[a67_0x7b45f1(0x2b4)](_0x1efc82){const _0x337c2c=a67_0x7b45f1;this[_0x337c2c(0x2b0)]=_0x1efc82,process[_0x337c2c(0x242)][_0x337c2c(0x2a2)]=JSON[_0x337c2c(0x20f)](this[_0x337c2c(0x2b0)]);}static['getFramework'](){const _0x44909=a67_0x7b45f1,_0x2e003f={'ZwAPd':function(_0x551439,_0x2788f3){return _0x551439===_0x2788f3;},'pnfJR':function(_0x5a635b,_0x317b0b){return _0x5a635b!==_0x317b0b;},'MontU':_0x44909(0x1f4),'fOGOe':_0x44909(0x1e3),'cKOXn':_0x44909(0x274),'VFJrf':'msScY','NdFsx':function(_0x172c15,_0x1c0065){return _0x172c15(_0x1c0065);}};if(_0x2e003f[_0x44909(0x284)](Object[_0x44909(0x286)](this['frameworkDetails'])[_0x44909(0x2b5)],0x0)&&process['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x2e003f['pnfJR'](_0x2e003f[_0x44909(0x258)],_0x2e003f[_0x44909(0x290)]))try{_0x2e003f['pnfJR'](_0x2e003f[_0x44909(0x1f1)],_0x2e003f[_0x44909(0x1f1)])?_0x5002b6=_0xc36293[_0x44909(0x22d)]()[_0x44909(0x221)](_0x35062c):this['frameworkDetails']=JSON[_0x44909(0x226)](process[_0x44909(0x242)][_0x44909(0x2a2)]);}catch(_0x118340){_0x2e003f[_0x44909(0x271)](_0x2e003f[_0x44909(0x22c)],_0x2e003f[_0x44909(0x22c)])?_0x4d591c=_0x130b3e[_0x44909(0x20f)](_0x313511):_0x2e003f['NdFsx'](debug,_0x44909(0x261)+_0x118340['toString']());}else{const _0x48d2a1={};_0x48d2a1[_0x44909(0x251)]=_0x6bac38,_0x48d2a1[_0x44909(0x291)]=_0x34843f,this[_0x44909(0x217)]=_0x48d2a1,_0x4f1036[_0x44909(0x242)][_0x44909(0x24a)]=_0x4bed4f[_0x44909(0x20f)](this[_0x44909(0x217)]);}}return this['frameworkDetails'];}static[a67_0x7b45f1(0x238)](_0x242f73,_0x41449e,_0x411c43){const _0x28ea7c=a67_0x7b45f1;_0x242f73&&this['setFrameworkDetails'](_0x242f73),_0x41449e&&this[_0x28ea7c(0x2c0)](_0x41449e),_0x411c43&&this[_0x28ea7c(0x26a)](_0x411c43['username'],_0x411c43[_0x28ea7c(0x291)]);}static async[a67_0x7b45f1(0x1ff)](_0x54db68,_0x531d8f){const _0x3bfe31=a67_0x7b45f1,_0x166c36={'MjKFT':function(_0x31ed30,_0x458c9a){return _0x31ed30===_0x458c9a;},'Xoxab':function(_0x492257,_0x11f56f){return _0x492257(_0x11f56f);},'sVSeq':function(_0x295cd7,_0x2c4b5f){return _0x295cd7===_0x2c4b5f;},'uRRtB':_0x3bfe31(0x29e),'ufNaS':function(_0x235118,_0x18df82){return _0x235118!==_0x18df82;},'elhqa':_0x3bfe31(0x1e9),'bkaPR':_0x3bfe31(0x27d),'dqAyl':function(_0x4ad053,_0x4ce34b){return _0x4ad053===_0x4ce34b;},'PpLsi':_0x3bfe31(0x293),'GkMgB':function(_0x1ce77f,_0x43d597){return _0x1ce77f(_0x43d597);},'fIabj':_0x3bfe31(0x2ae),'iKczB':_0x3bfe31(0x21b),'IXWwe':_0x3bfe31(0x1e4),'kHpPE':function(_0x5a1719){return _0x5a1719();},'hVEkm':_0x3bfe31(0x2a3),'NvkMe':'application/json','iGFhj':_0x3bfe31(0x25f),'jQEQF':function(_0x5aa612,_0x1bdc53,_0x2bd878,_0x344858,_0x729328,_0x41babb){return _0x5aa612(_0x1bdc53,_0x2bd878,_0x344858,_0x729328,_0x41babb);},'uZvdY':_0x3bfe31(0x25a)};this[_0x3bfe31(0x215)]();if(!this[_0x3bfe31(0x217)]){if(_0x166c36[_0x3bfe31(0x220)](_0x166c36[_0x3bfe31(0x1fa)],_0x166c36[_0x3bfe31(0x2a9)]))return _0x166c36['GkMgB'](debug,_0x166c36[_0x3bfe31(0x25c)]);else{if(_0x166c36[_0x3bfe31(0x26e)](_0xecd88a[_0x3bfe31(0x286)](this[_0x3bfe31(0x2b0)])['length'],0x0)&&_0x1e5f22[_0x3bfe31(0x242)][_0x3bfe31(0x2a2)])try{this[_0x3bfe31(0x2b0)]=_0x5cb330[_0x3bfe31(0x226)](_0x2d5951[_0x3bfe31(0x242)][_0x3bfe31(0x2a2)]);}catch(_0x547b9e){_0x166c36['Xoxab'](_0x4f7c5c,_0x3bfe31(0x261)+_0x547b9e['toString']());}return this['frameworkDetails'];}}this[_0x3bfe31(0x243)](),this[_0x3bfe31(0x2a6)]();const _0x4c1332={'hashed_id':process[_0x3bfe31(0x242)][_0x3bfe31(0x244)],'observability_version':{'sdkVersion':_0x166c36[_0x3bfe31(0x1e6)](getAgentVersion),'frameworkName':this[_0x3bfe31(0x2b0)][_0x3bfe31(0x1f9)],'frameworkVersion':this[_0x3bfe31(0x2b0)][_0x3bfe31(0x2a8)]},'exception':{'error':_0x54db68[_0x3bfe31(0x2a7)](),'stackTrace':_0x531d8f},'config':this[_0x3bfe31(0x1fc)]},_0x4d2d2d=_0x166c36[_0x3bfe31(0x200)],_0x368c85={};_0x368c85[_0x3bfe31(0x251)]=this[_0x3bfe31(0x217)][_0x3bfe31(0x251)],_0x368c85[_0x3bfe31(0x201)]=this[_0x3bfe31(0x217)]['accessKey'];const _0xdd91cd={};_0xdd91cd[_0x3bfe31(0x25b)]=_0x166c36['NvkMe'],_0xdd91cd[_0x3bfe31(0x272)]=_0x166c36[_0x3bfe31(0x224)];const _0x1a5f47={};_0x1a5f47[_0x3bfe31(0x2b6)]=_0x368c85,_0x1a5f47[_0x3bfe31(0x2ba)]=_0xdd91cd;const _0x7804b3=_0x1a5f47;_0x166c36['jQEQF'](nodeRequest,_0x166c36[_0x3bfe31(0x2bf)],_0x4d2d2d,_0x4c1332,_0x7804b3,![])['then'](_0x186de3=>{const _0x408f36=_0x3bfe31;if(_0x166c36[_0x408f36(0x220)](_0x166c36[_0x408f36(0x236)],_0x166c36[_0x408f36(0x29b)]))_0x166c36[_0x408f36(0x2a4)](debug,_0x408f36(0x207)+JSON['stringify'](_0x186de3));else{if(_0x14a250[_0x408f36(0x282)](_0xf8670d[_0x408f36(0x1ea)]()))delete _0x51114c[_0x5ad128];else _0x166c36[_0x408f36(0x1ef)](typeof _0x3b63e9[_0x4da2de],_0x166c36[_0x408f36(0x24e)])&&this[_0x408f36(0x28c)](_0x364a7[_0x10905e]);}})[_0x3bfe31(0x1e5)](_0x31f488=>{const _0x2fe4c9=_0x3bfe31;_0x166c36[_0x2fe4c9(0x1de)](_0x166c36[_0x2fe4c9(0x20d)],_0x166c36['PpLsi'])?_0x166c36[_0x2fe4c9(0x225)](debug,_0x2fe4c9(0x2cb)+_0x31f488):(_0xe16ccb&&this[_0x2fe4c9(0x2b4)](_0x278f74),_0x2e42b1&&this[_0x2fe4c9(0x2c0)](_0x5c3dcc),_0x498e5&&this[_0x2fe4c9(0x26a)](_0x26a195[_0x2fe4c9(0x251)],_0x2b97ac[_0x2fe4c9(0x291)]));});}static[a67_0x7b45f1(0x28c)](_0x160994){const _0x1b27fc=a67_0x7b45f1,_0x4cac6f={'fSsUk':function(_0x3b95d6,_0x12006e){return _0x3b95d6(_0x12006e);},'vmApx':function(_0x57da92,_0x239521){return _0x57da92===_0x239521;},'LJePQ':'AoGmd','medAz':_0x1b27fc(0x287),'rflIp':_0x1b27fc(0x251),'XfMfy':_0x1b27fc(0x26c),'OpSod':'accessKey','pIOYY':_0x1b27fc(0x201),'soYun':'LEUVg','fLlFD':function(_0x4db940,_0x3cee61){return _0x4db940===_0x3cee61;},'nwYxo':_0x1b27fc(0x23f),'YEEsB':_0x1b27fc(0x241),'QUjjM':'object','DmdKE':function(_0xec235d,_0x176f0b){return _0xec235d!==_0x176f0b;},'zKODb':_0x1b27fc(0x2c3)};if(!_0x160994){if(_0x4cac6f[_0x1b27fc(0x297)](_0x4cac6f[_0x1b27fc(0x24d)],_0x4cac6f[_0x1b27fc(0x24d)]))return;else _0x4cac6f[_0x1b27fc(0x298)](_0x48fb5f,_0x1b27fc(0x207)+_0x15086b[_0x1b27fc(0x20f)](_0x16714b));}const _0x2c8abf=[_0x4cac6f['medAz'],_0x4cac6f[_0x1b27fc(0x27b)],_0x4cac6f[_0x1b27fc(0x231)],_0x4cac6f[_0x1b27fc(0x288)],_0x4cac6f[_0x1b27fc(0x2a5)]];for(const _0x865d88 in _0x160994){if(_0x4cac6f[_0x1b27fc(0x297)](_0x4cac6f[_0x1b27fc(0x1e1)],_0x4cac6f['soYun'])){if(_0x2c8abf[_0x1b27fc(0x282)](_0x865d88['toLowerCase']())){if(_0x4cac6f[_0x1b27fc(0x22e)](_0x4cac6f[_0x1b27fc(0x294)],_0x4cac6f[_0x1b27fc(0x22b)]))try{this[_0x1b27fc(0x217)]=_0x15d76c[_0x1b27fc(0x226)](_0x186a98[_0x1b27fc(0x242)][_0x1b27fc(0x24a)]);}catch(_0x4cdca5){_0x4cac6f[_0x1b27fc(0x298)](_0x53a96d,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x4cdca5[_0x1b27fc(0x2a7)]());}else delete _0x160994[_0x865d88];}else _0x4cac6f[_0x1b27fc(0x22e)](typeof _0x160994[_0x865d88],_0x4cac6f[_0x1b27fc(0x20b)])&&(_0x4cac6f[_0x1b27fc(0x206)](_0x4cac6f[_0x1b27fc(0x208)],_0x4cac6f[_0x1b27fc(0x208)])?_0x5b813e=_0x4cac6f['fSsUk'](_0x59f972,_0xda5391):this[_0x1b27fc(0x28c)](_0x160994[_0x865d88]));}else this['recursivelyDeletePIIKeysFromObject'](_0x50d4d8[_0x514e75]);}}static[a67_0x7b45f1(0x256)](_0x57710d){const _0x30304a=a67_0x7b45f1,_0x2bd967=JSON[_0x30304a(0x226)](JSON[_0x30304a(0x20f)](_0x57710d));return this[_0x30304a(0x28c)](_0x2bd967),_0x2bd967;}}function a67_0x2b82(_0x14e190,_0x52f4ce){const _0x2fee75=a67_0x2fee();return a67_0x2b82=function(_0x2b827a,_0x4d9683){_0x2b827a=_0x2b827a-0x1dd;let _0x5dba43=_0x2fee75[_0x2b827a];return _0x5dba43;},a67_0x2b82(_0x14e190,_0x52f4ce);}function a67_0x2fee(){const _0xf524dd=['6PcAPJX','Tpaaa','EKLry','application/json','uZvdY','setConfigDetails','../performance-tester','CUykc','wfMha','1655GtSpEz','jhEHy','Kfviy','NGVkj','eZflj','YgEwO','XJWDo','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','20109QmJBHj','dqAyl','MuiHZ','JmNxd','soYun','yPgrH','PdJUp','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','catch','kHpPE','fKolq','mrVBk','pCByY','toLowerCase','CuTXB','IqQVv','dAxqA','OrlHP','sVSeq','xYvOD','cKOXn','NezPs','\x20:\x20','iFSuc','o11yErrorHandler','QHZIF','ddupq','bXDYh','frameworkName','fIabj','MHvIz','userConfig','CrashReporter','FWfuU','uploadCrashReport','hVEkm','password','cjOwD','rdqMp','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','JWIBX','DmdKE','[Crash_Report_Upload]\x20Success\x20response:\x20','zKODb','iMxNd','../helper','QUjjM','AcLQN','PpLsi','RLOEQ','stringify','gHlcP','11525184QOlfBW','kyHLa','eNyBQ','LqOjC','getCredentials','oYgeg','credentials','10tRGyFJ','OwpLv','BLfcC','AHpSK','gOgOA','nhdJf','qHUSJ','constructor','ufNaS','timerify','zIdqm','piEeo','iGFhj','GkMgB','parse','rQkLx','BROWSERSTACK_O11Y_PERF_MEASUREMENT','xrFXT','TenEa','YEEsB','VFJrf','getPerformance','fLlFD','exports','rZCsm','XfMfy','10194tJGXQU','lrISN','hWzgK','NtWty','elhqa','jaHNT','setAllDetails','TzpKj','Sgbcy','KxZFj','Error\x20in\x20executing\x20','MrHwi','Ncols','jSwQc','HrEaS','peesw','env','getConfig','BS_TESTOPS_BUILD_HASHED_ID','stack','OlgAI','luzVU','function','FEjSO','CREDENTIALS_FOR_CRASH_REPORTING','USER_CONFIG_FOR_REPORTING','BexBl','LJePQ','uRRtB','497788VKRQUS','call','username','Qcgor','sxhnf','SrUDR','AyWsX','filterPII','yTxBd','MontU','kghQi','POST','Content-Type','IXWwe','apply','PVmih','true','LECpi','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','hxqrw','RQTdQ','lilRS','LzduT','VIECp','DYmzQ','hackQ','11984SeuKZs','setCredentials','ZKQuO','key','eYyRR','MjKFT','HAMYn','Ufdyw','pnfJR','X-BSTACK-TESTOPS','7470018OLvXKx','yRheH','ZKXrn','MzWef','o11yClassErrorHandler','pPWbt','CxZPH','prototype','rflIp','XxgCN','DcxNk','KDjnm','ThhpI','dlNji','captureError','includes','then','ZwAPd','ryMAr','keys','user','OpSod','3139456FlpdxF','giJSU','\x20with\x20args\x20','recursivelyDeletePIIKeysFromObject','YWiPT','MTedM','VPdcb','fOGOe','accessKey','RfByd','ymqwM','nwYxo','YBtTd','aBXFX','vmApx','fSsUk','ueBtG','fCwHN','bkaPR','uXRcI','jwtPh','object','depth','Fmqio','XiVKv','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','/api/v1/analytics','Xoxab','pIOYY','getFramework','toString','frameworkVersion','iKczB','name','1981fZYyWE','AoAHs','initialize','GZTtA','getOwnPropertyNames','frameworkDetails','rXJjG','ZHjDu','tjRog','setFrameworkDetails','length','auth','eQqua','GKWRC','DOLQp','headers'];a67_0x2fee=function(){return _0xf524dd;};return a67_0x2fee();}const a67_0x3ec953={};a67_0x3ec953[a67_0x7b45f1(0x1f5)]=o11yErrorHandler,a67_0x3ec953[a67_0x7b45f1(0x277)]=o11yClassErrorHandler,a67_0x3ec953[a67_0x7b45f1(0x1fd)]=CrashReporter,module[a67_0x7b45f1(0x22f)]=a67_0x3ec953;
|
|
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;
|