browserstack-node-sdk 1.31.7 → 1.31.8

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.
Files changed (106) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/browserStackSdk.js +1 -1
  79. package/src/helpers/BrowserStackSetup.js +1 -1
  80. package/src/helpers/accessibility-automation/constants.js +1 -1
  81. package/src/helpers/accessibility-automation/helper.js +1 -1
  82. package/src/helpers/ats/constants.js +1 -1
  83. package/src/helpers/ats/helper.js +1 -1
  84. package/src/helpers/capsMapping.js +1 -1
  85. package/src/helpers/helper.js +1 -1
  86. package/src/helpers/logger.js +1 -1
  87. package/src/helpers/patchHelpers.js +1 -1
  88. package/src/helpers/percy/Percy.js +1 -1
  89. package/src/helpers/percy/PercyBinary.js +1 -1
  90. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  91. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  92. package/src/helpers/percy/PercySDK.js +1 -1
  93. package/src/helpers/percy/index.js +1 -1
  94. package/src/helpers/percy/utils.js +1 -1
  95. package/src/helpers/performance-tester.js +1 -0
  96. package/src/helpers/request-spy.js +1 -1
  97. package/src/helpers/setKeepAlive.js +1 -1
  98. package/src/helpers/test-observability/constants.js +1 -1
  99. package/src/helpers/test-observability/error-handler.js +1 -1
  100. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  101. package/src/helpers/test-observability/sessionHandler.js +1 -1
  102. package/src/helpers/test-observability/utils.js +1 -1
  103. package/src/helpers/w3cMapping.js +1 -1
  104. package/src/hubAllocationMethods.js +1 -1
  105. package/src/index.js +1 -1
  106. package/src/helpers/test-observability/performance-tester.js +0 -1
@@ -0,0 +1 @@
1
+ const a63_0x10238f=a63_0x3129;(function(_0x1bd6ea,_0x324add){const _0x113e0d=a63_0x3129,_0x45e79d=_0x1bd6ea();while(!![]){try{const _0xc8b6fe=parseInt(_0x113e0d(0x15f))/0x1+parseInt(_0x113e0d(0x1bc))/0x2*(parseInt(_0x113e0d(0x1c2))/0x3)+parseInt(_0x113e0d(0x15c))/0x4*(-parseInt(_0x113e0d(0x183))/0x5)+-parseInt(_0x113e0d(0x142))/0x6+-parseInt(_0x113e0d(0xfd))/0x7*(parseInt(_0x113e0d(0xcd))/0x8)+parseInt(_0x113e0d(0xe2))/0x9+-parseInt(_0x113e0d(0xf0))/0xa*(-parseInt(_0x113e0d(0x86))/0xb);if(_0xc8b6fe===_0x324add)break;else _0x45e79d['push'](_0x45e79d['shift']());}catch(_0x18914a){_0x45e79d['push'](_0x45e79d['shift']());}}}(a63_0x567c,0x502bf));function a63_0x567c(){const _0x5cbd68=['FOSWF','uNZXc','Error\x20in\x20doing\x20csv\x20operations:\x20','982113cHShEj','oFlCM','stopMonitoring','errorReportFileName','YXFbH','meta','lVEnn','gykaS','OkhpL','ihVKo','GqEni','WaCqN','jtRKw','Typyo','VmWcs','EWedP','true','XyvMI','gBKVg','ryPBz','xiviF','toString','finally','entryTypes','performance-report.json','<h1>Performance\x20Report</h1>','getCleanedPerfEvents','Pjmas','depDI','QLrqf','isEnabled','whsyU','measureWrapper','forEach','XRpgR','PhUWp','ZBhwZ','MXyxe','UfgnL','stringify','debug','xzczR','AUleL','YzjNe','nUDvB','hMMrg','LmOtQ','SgmLF','CGKnn','DEIGx','UPoWX','calculateTimeFromEvents','measures','finalizePerfMeasures','BzJoY','wfpum','readFileSync','FSpBY','nVziq','oUVZt','-end','buffered','hoKEI','TItfT','DjoGw','FDMAE','jsonReportFileName','BROWSERSTACK_SDK_INSTRUMENTATION','RUXzg','disconnect','ArEOx','3123872OIydoX','xqhig','RHuKD','IhjdI','generateJSON','xOZGw','vFhLK','rNJIu','yrYhv','</td><td>','tJOGP','MHnih','WJlQq','GhUgd','dERbi','gTALy','lYosA','push','performance-own.html','RAuTK','qsRdv','4819086KDfOnO','getPerformance','fRXPN','concat','YicNX','AAdoK','OUBSg','MjoDS','KlSPM','measure','hPKTl','HyjfL','jUHRZ','jqTlm','20WaIkQC','FzfAF','BRyto','entryType','RUosk','jnPGL','gYAsg','hYNLd','slice','catch','message','</tbody></table></body></html>','Time\x20for\x20','7TXuDwv','JBION','values','nhYfb','ZIMgz','MhpUg','AOQkA','_measureEvents','PkEfu','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','uVBMW','YKQyo','EFwJc','jsutP','bpFIF','Jnqgc','AftGc','zIbmf','NhDfs','exports','tSGUP','iKAsU','join','GFEyU','ANKfP','captureError','Performance\x20report\x20is\x20at\x20','ZYHhq','pfuwk','existsSync','path','EIzkj','BKRKj','EvRWd','PlfRR','vwKgW','PvQtS','vlCOS','YIvVx','parse','xXxUd','bmCsS','ikKRU','rHbpr','getEntries','qvFyk','nYABy','env','qjWcv','function','bujHq','./test-observability/utils','JLBgQ','MjzsZ','hnHfq','QIAOU','gpqiG','bdJIk','_observer','HUDNJ','then','unlinkSync','AOtlC','xbFiY','sECiU','FCphT','bPRRm','orFLS','oXADu','759024yiMdad','stack','TbZcF','lWmkv','rMrIw','name','QjNQp','rSuyN','error-report.json','Error\x20in\x20writing\x20html\x20','_errorEvents','dQYrB','zAzkY','uUUQi','finalizeErrors','RkSpf','GLVmB','FMyEV','CQlpa','UVlHh','gTaVN','uTvdN','opang','uqkKp','thMEl','nxCIL','64NJTrbb','mrHze','errors','440886xHTBBQ','XATVS','zBgQN','gdIuT','-start','dTHUU','aEhAv','Ubnea','\x20for\x20all\x20processes\x20is\x20','vgqOT','HsapV','zmoQk','lhHTS','tkoJO','MRNcN','writeFileSync','ttVRK','DhYYt','_events','yRGOy','tYhob','FpRMd','stopAndGenerate','ventC','NrIew','appendFileSync','qqbdM','xCqsy','kMvUi','tEDXs','DGSgn','tQJvJ','match','cDrLH','NjLCy','sLiAu','157005YIwahc','xoENr','pushPerfMeasures','eDYZO','Qqqrc','errorFile','map','JFMNL','Nqqjo','UeKuN','eDlGX','apply','prcve','zOwzp','YakZG','VgsxO','length','kdBwA','SmOdk','MPQFo','code','ykrMv','kcUCB','XzilU','WqGrA','sDGgo','qPsll','dvhdF','gyCMh','bcAbP','KzHDj','zoqBY','startMonitoring','mCbzW','getEventsFromJSON','<tr><td>','OTZaL','poyBG','</td></tr>','ROVvE','VSMWr','generateHTMLReport','pushErrors','OCJmf','BLEHv','LBAZd','cwd','WQikQ','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','winstonLogger','pBsth','writeFile','obsKY','dmXdT','finalize','epRKA','FvajP','802FhBBcA','rrDec','mark','YLWmD','FCUep','YDOpG','1443SDYHbA','duration','jKHew','hahBp','calculateTimesFromMultipleFiles','iqhha','started','Error\x20stopping\x20monitoring','zmOLM','halJg','pHbTI','IHPrU','laZqm','jcdBI','reduce','GSvhb'];a63_0x567c=function(){return _0x5cbd68;};return a63_0x567c();}function a63_0x3129(_0x2389b0,_0x39cd8c){const _0x567c2f=a63_0x567c();return a63_0x3129=function(_0x312985,_0x2ffa54){_0x312985=_0x312985-0x81;let _0x140e97=_0x567c2f[_0x312985];return _0x140e97;},a63_0x3129(_0x2389b0,_0x39cd8c);}const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a63_0x10238f(0x130)),path=require(a63_0x10238f(0x11b)),logger=require('./logger')[a63_0x10238f(0x1b4)];class PerformanceTester{static [a63_0x10238f(0x137)];static ['_events']=[];static [a63_0x10238f(0x104)]=[];static ['_errorEvents']=[];static [a63_0x10238f(0x1c8)]=![];static [a63_0x10238f(0xc8)]=a63_0x10238f(0x9e);static [a63_0x10238f(0x89)]=a63_0x10238f(0x14a);static[a63_0x10238f(0x1a3)](_0x26dbc8=a63_0x10238f(0x9e),_0x4052de=a63_0x10238f(0x14a)){const _0x2e56f3=a63_0x10238f,_0x1e56ba={};_0x1e56ba[_0x2e56f3(0x10c)]=function(_0x5bc05f,_0x5cfe37){return _0x5bc05f===_0x5cfe37;},_0x1e56ba['qvFyk']=_0x2e56f3(0x176),_0x1e56ba['jcdBI']='measure',_0x1e56ba[_0x2e56f3(0x119)]=function(_0x58754e,_0x2ea33f){return _0x58754e===_0x2ea33f;},_0x1e56ba[_0x2e56f3(0x120)]='rfnZX',_0x1e56ba[_0x2e56f3(0x138)]=_0x2e56f3(0xc7),_0x1e56ba[_0x2e56f3(0x83)]=function(_0x59fe26,_0x23a907){return _0x59fe26!==_0x23a907;},_0x1e56ba[_0x2e56f3(0x134)]=_0x2e56f3(0x168),_0x1e56ba[_0x2e56f3(0x11f)]=_0x2e56f3(0xa8),_0x1e56ba[_0x2e56f3(0x17c)]=function(_0x41783c,_0x14e401){return _0x41783c+_0x14e401;},_0x1e56ba[_0x2e56f3(0xa3)]=function(_0x3c471b,_0x3ed2e6){return _0x3c471b||_0x3ed2e6;},_0x1e56ba['vlCOS']=function(_0x3d5920,_0x8f43b5){return _0x3d5920!==_0x8f43b5;},_0x1e56ba[_0x2e56f3(0x186)]=_0x2e56f3(0xd4),_0x1e56ba[_0x2e56f3(0x164)]=_0x2e56f3(0xdb),_0x1e56ba[_0x2e56f3(0x155)]=_0x2e56f3(0x151),_0x1e56ba[_0x2e56f3(0x184)]=_0x2e56f3(0x12e);const _0x4f664a=_0x1e56ba;if(this[_0x2e56f3(0x1c8)]||!this[_0x2e56f3(0xa4)]()){if(_0x4f664a[_0x2e56f3(0x10c)](_0x4f664a[_0x2e56f3(0x164)],_0x4f664a[_0x2e56f3(0x155)]))return _0x1fbc84[_0x2e56f3(0x18e)](null,_0x17f93e);else return;}this[_0x2e56f3(0x137)]=new PerformanceObserver(_0xcae570=>{const _0x3e069c=_0x2e56f3,_0x3b8780={'NhDfs':function(_0x55f28b,_0x13bcb1){return _0x4f664a['tEDXs'](_0x55f28b,_0x13bcb1);},'LBAZd':function(_0x2b6037,_0x4d8dbf){const _0x45c8b9=a63_0x3129;return _0x4f664a[_0x45c8b9(0xa3)](_0x2b6037,_0x4d8dbf);}};_0x4f664a[_0x3e069c(0x122)](_0x4f664a[_0x3e069c(0x186)],_0x4f664a['eDYZO'])?(_0x509b61[_0x3e069c(0x1be)](_0x26905e),_0x2a6579[_0x3e069c(0xeb)](_0x14f3e5,_0x1f5be5,_0x1ef66d)):_0xcae570['getEntries']()['forEach'](_0x36622b=>{const _0x5ed6d9=_0x3e069c;if(_0x4f664a['Jnqgc'](_0x4f664a[_0x5ed6d9(0x12a)],_0x4f664a[_0x5ed6d9(0x12a)])){if(_0x4f664a[_0x5ed6d9(0x10c)](_0x36622b[_0x5ed6d9(0xf3)],_0x4f664a[_0x5ed6d9(0x1cf)])){if(_0x4f664a[_0x5ed6d9(0x119)](_0x4f664a[_0x5ed6d9(0x120)],_0x4f664a['HUDNJ']))return _0x3b8780[_0x5ed6d9(0x10f)](_0x4ca4ef[_0x426962],_0x3b8780[_0x5ed6d9(0x1b0)](_0x6cef9c,0x0));else this['_measureEvents'][_0x5ed6d9(0xde)](_0x36622b);}else{if(_0x4f664a[_0x5ed6d9(0x83)](_0x4f664a[_0x5ed6d9(0x134)],_0x4f664a[_0x5ed6d9(0x11f)]))this[_0x5ed6d9(0x171)][_0x5ed6d9(0xde)](_0x36622b);else return[];}}else{const _0x32be25=this[_0x5ed6d9(0xbb)](),_0x44337d=this[_0x5ed6d9(0x150)]();if(!this['isEnabled']()){const _0x2269f2={};return _0x2269f2[_0x5ed6d9(0xba)]=[],_0x2269f2[_0x5ed6d9(0x15e)]=[],_0x2269f2;}const _0x568e7c={};return _0x568e7c[_0x5ed6d9(0xba)]=_0x32be25,_0x568e7c[_0x5ed6d9(0x15e)]=_0x44337d,_0x568e7c;}});});const _0x33a880={};_0x33a880[_0x2e56f3(0xc3)]=!![],_0x33a880[_0x2e56f3(0x9d)]=[_0x4f664a[_0x2e56f3(0x184)],_0x4f664a[_0x2e56f3(0x1cf)]],this[_0x2e56f3(0x137)]['observe'](_0x33a880),this[_0x2e56f3(0x1c8)]=!![],this['jsonReportFileName']=_0x26dbc8,this['errorReportFileName']=_0x4052de;}static[a63_0x10238f(0xe3)](){return performance;}static['calculateTimeFromEvents'](_0x18b432,_0x48e341){const _0xae7cac=a63_0x10238f,_0xa314b={'kdBwA':function(_0x591d53,_0x5af3eb){return _0x591d53(_0x5af3eb);},'UfgnL':function(_0x1bbf0c,_0x392689){return _0x1bbf0c!==_0x392689;},'bpFIF':_0xae7cac(0x144),'AUleL':_0xae7cac(0x140),'bPRRm':function(_0x5bbf56,_0x2434b5){return _0x5bbf56===_0x2434b5;},'bcAbP':_0xae7cac(0x1cb),'yRGOy':'gArBK','BwPdd':_0xae7cac(0xc0),'VxRwp':function(_0x356400,_0x3581af){return _0x356400+_0x3581af;},'dQYrB':function(_0x4c5b5b,_0x2c33ec){return _0x4c5b5b||_0x2c33ec;},'xqhig':function(_0x42ca37,_0x43d843){return _0x42ca37!==_0x43d843;},'nhYfb':_0xae7cac(0x1bf)},_0x586348={};if(!_0x18b432||_0xa314b['bPRRm'](_0x18b432[_0xae7cac(0x193)],0x0)){if(_0xa314b[_0xae7cac(0xce)](_0xa314b[_0xae7cac(0x100)],_0xa314b[_0xae7cac(0x100)]))!_0x16dade[_0x4e312f[_0xae7cac(0x147)]]&&(_0x542fcd[_0x32b398[_0xae7cac(0x147)]]=0x0),_0xeef0a9[_0x212814[_0xae7cac(0x147)]]+=_0x3c1bf0[_0xae7cac(0x1c3)];else return;}_0x18b432[_0xae7cac(0x189)](_0x303b01=>{const _0x17ba1b=_0xae7cac,_0x53ce53={'gloEm':function(_0x4a4c9c,_0x3fa80a){const _0x17ea83=a63_0x3129;return _0xa314b[_0x17ea83(0x194)](_0x4a4c9c,_0x3fa80a);}};_0xa314b[_0x17ba1b(0xac)](_0xa314b[_0x17ba1b(0x10b)],_0xa314b[_0x17ba1b(0xb0)])?(!_0x586348[_0x303b01[_0x17ba1b(0x147)]]&&(_0xa314b[_0x17ba1b(0x13f)](_0xa314b[_0x17ba1b(0x1a0)],_0xa314b[_0x17ba1b(0x172)])?_0x53ce53['gloEm'](_0x320740,_0x17ba1b(0x85)+_0x13bb80[_0x17ba1b(0x9b)]()):_0x586348[_0x303b01['name']]=0x0),_0x586348[_0x303b01[_0x17ba1b(0x147)]]+=_0x303b01['duration']):_0x5f5f27[_0x51e76f[_0x17ba1b(0x147)]]=0x0;});const _0x26d99e=_0x48e341['reduce']((_0x4f06cd,_0x531689)=>{const _0x21576e=_0xae7cac;return _0xa314b[_0x21576e(0xac)](_0xa314b['BwPdd'],_0xa314b['BwPdd'])?0x0:_0xa314b['VxRwp'](_0x586348[_0x531689],_0xa314b[_0x21576e(0x14d)](_0x4f06cd,0x0));},0x0);return _0x26d99e;}static async[a63_0x10238f(0x1c6)](_0x27d185,_0x482a0f){const _0x1bf109=a63_0x10238f,_0x20ecbd={'CQlpa':function(_0x48d685,_0x4ceefd){return _0x48d685===_0x4ceefd;},'fRMHD':_0x1bf109(0x96),'tQJvJ':_0x1bf109(0x84),'GSvhb':_0x1bf109(0x1ae),'OUBSg':function(_0x112c08,_0x8ceaca){return _0x112c08!==_0x8ceaca;},'jXNBc':_0x1bf109(0xcf),'ROVvE':_0x1bf109(0x131),'YDOpG':function(_0x41f343,_0x503c41){return _0x41f343===_0x503c41;},'PvQtS':_0x1bf109(0x19a),'uVBMW':function(_0x52cd79,_0x11bdf8){return _0x52cd79+_0x11bdf8;},'YXFbH':function(_0xd85903,_0x57a195){return _0xd85903||_0x57a195;},'ykrMv':function(_0x382554,_0x2dee8f){return _0x382554===_0x2dee8f;},'abhXv':_0x1bf109(0x156),'xgyus':_0x1bf109(0xf1),'SgmLF':'ZKQuE','XyvMI':function(_0x31e240,_0x51f093){return _0x31e240!==_0x51f093;},'hYNLd':'JfsKg','wflxJ':_0x1bf109(0xe9),'YakZG':function(_0x47d326,_0x294454){return _0x47d326===_0x294454;},'YzjNe':_0x1bf109(0x196),'lVEnn':_0x1bf109(0xb6),'jUHRZ':function(_0x3c456d,_0x5f28f2){return _0x3c456d(_0x5f28f2);},'AOQkA':function(_0x2fd156,_0x524ba9){return _0x2fd156(_0x524ba9);}};if(!_0x27d185||_0x20ecbd[_0x1bf109(0x154)](_0x27d185[_0x1bf109(0x193)],0x0))return _0x20ecbd[_0x1bf109(0x198)](_0x20ecbd['abhXv'],_0x20ecbd['xgyus'])?_0x5a4158[_0x1bf109(0x12c)][_0x1bf109(0xc9)]&&_0x20ecbd[_0x1bf109(0x154)](_0xd67c7b['env'][_0x1bf109(0xc9)],_0x20ecbd['fRMHD']):0x0;const _0x5c4533=[];for(const _0x34a450 of _0x27d185){if(_0x20ecbd[_0x1bf109(0x198)](_0x20ecbd[_0x1bf109(0xb5)],_0x20ecbd['SgmLF'])){const _0x5a9f03=path[_0x1bf109(0x113)]('.',_0x34a450);try{if(_0x20ecbd[_0x1bf109(0x97)](_0x20ecbd[_0x1bf109(0xf7)],_0x20ecbd['wflxJ'])){const _0x56886c=this['getEventsFromJSON'](_0x5a9f03);_0x56886c[_0x1bf109(0x189)](_0x513330=>{const _0x307dea=_0x1bf109;if(_0x20ecbd[_0x307dea(0x154)](_0x20ecbd[_0x307dea(0x17e)],_0x20ecbd[_0x307dea(0x82)]))return this['_errorEvents'];else{if(!_0x5c4533[_0x513330['name']]){if(_0x20ecbd[_0x307dea(0xe8)](_0x20ecbd['jXNBc'],_0x20ecbd[_0x307dea(0x1aa)]))_0x5c4533[_0x513330['name']]=0x0;else return _0x217adb;}_0x5c4533[_0x513330[_0x307dea(0x147)]]+=_0x513330[_0x307dea(0x1c3)];}});}else _0x55b370[_0x4e8988[_0x1bf109(0x147)]]=0x0;}catch(_0xa1a022){_0x20ecbd[_0x1bf109(0x191)](_0x20ecbd[_0x1bf109(0xb1)],_0x20ecbd[_0x1bf109(0x8c)])?_0x1f68b1=_0x2506b4+'['+_0x55a93c[_0x1bf109(0xad)](_0x43fd67)+']':_0x20ecbd[_0x1bf109(0xee)](debug,_0x1bf109(0x85)+_0xa1a022['toString']());}}else _0x18e942[_0x1bf109(0x139)](_0x51fb6d=>_0x15f767(_0x51fb6d))[_0x1bf109(0xf9)](_0x4f7e8e=>_0x46cd39(_0x4f7e8e))['finally'](()=>{const _0x275dbd=_0x1bf109;_0x1f510a[_0x275dbd(0x1be)](_0x444ffa),_0x34d989[_0x275dbd(0xeb)](_0x202130,_0x546214,_0x55d4d3);});}const _0x303dee=_0x482a0f[_0x1bf109(0x81)]((_0x5f4142,_0x314d32)=>{const _0x18107b=_0x1bf109;if(_0x20ecbd[_0x18107b(0x1c1)](_0x20ecbd[_0x18107b(0x121)],_0x20ecbd[_0x18107b(0x121)]))return _0x20ecbd[_0x18107b(0x107)](_0x5c4533[_0x314d32],_0x20ecbd[_0x18107b(0x8a)](_0x5f4142,0x0));else _0x567014[_0x18107b(0x147)]=_0x25c44a[0x1],_0x1c31ac['meta']=_0xe421b4[_0x18107b(0x124)](_0x38e81d[0x2]);},0x0);return _0x20ecbd[_0x1bf109(0x103)](debug,_0x1bf109(0xfc)+_0x482a0f+_0x1bf109(0x167)+_0x303dee),_0x303dee;}static[a63_0x10238f(0x1a5)](_0x1999a5){const _0x1cd9b1=a63_0x10238f,_0x3eb60e={};_0x3eb60e[_0x1cd9b1(0xa2)]=function(_0x224dff,_0x114b17){return _0x224dff===_0x114b17;},_0x3eb60e[_0x1cd9b1(0xe7)]=_0x1cd9b1(0x90),_0x3eb60e['FpRMd']=_0x1cd9b1(0xda);const _0x341c4b=_0x3eb60e;if(!fs['existsSync'](_0x1999a5)){if(_0x341c4b['depDI'](_0x341c4b[_0x1cd9b1(0xe7)],_0x341c4b[_0x1cd9b1(0x174)]))!_0x2d2365[_0x4ed5da[_0x1cd9b1(0x147)]]&&(_0x191397[_0x483b75[_0x1cd9b1(0x147)]]=0x0),_0x5071a5[_0x182924[_0x1cd9b1(0x147)]]+=_0x5dd9cd['duration'];else return[];}return JSON[_0x1cd9b1(0x124)](fs['readFileSync'](_0x1999a5)[_0x1cd9b1(0x9b)]());}static async[a63_0x10238f(0x175)](_0xf566ef=a63_0x10238f(0xdf),_0x2a5e39=null){const _0x4036f7=a63_0x10238f,_0x34c407={'OTZaL':_0x4036f7(0x1c9),'bvFqx':function(_0x2d7a7b,_0x3ba0c2){return _0x2d7a7b>_0x3ba0c2;},'gTALy':function(_0x518a8f,_0x5728b8){return _0x518a8f/_0x5728b8;},'sECiU':function(_0x8ea58f,_0x133f2f){return _0x8ea58f+_0x133f2f;},'tKsHS':function(_0x34c27d,_0x3bddfd){return _0x34c27d*_0x3bddfd;},'IhjdI':function(_0x460f08,_0x3f587e){return _0x460f08!==_0x3f587e;},'DEIGx':_0x4036f7(0xd5),'ArEOx':_0x4036f7(0x125),'SgebK':function(_0x1d9179,_0x3cbba9){return _0x1d9179!==_0x3cbba9;},'mCbzW':_0x4036f7(0x13b),'iqhha':function(_0x55f736,_0x4f93ae){return _0x55f736(_0x4f93ae);},'EvRWd':function(_0xa9f5e2,_0x1c450e){return _0xa9f5e2(_0x1c450e);},'ZBhwZ':function(_0x129e81,_0x11f57f){return _0x129e81!==_0x11f57f;},'tSGUP':_0x4036f7(0xc5),'aEhAv':_0x4036f7(0x17d),'RUosk':function(_0x2c5f05,_0x38adbf){return _0x2c5f05(_0x38adbf);},'xcKRO':function(_0xb6fbd5,_0x229ca7){return _0xb6fbd5!==_0x229ca7;},'cTEWl':_0x4036f7(0x99)};if(!this[_0x4036f7(0x1c8)]){if(_0x34c407[_0x4036f7(0xaa)](_0x34c407[_0x4036f7(0x111)],_0x34c407[_0x4036f7(0x165)]))return;else _0x50df2a[_0x4036f7(0xae)](_0x34c407[_0x4036f7(0x1a7)]);}await _0x34c407[_0x4036f7(0xf4)](sleep,0x1e),this[_0x4036f7(0x137)][_0x4036f7(0xcb)](),this[_0x4036f7(0x1c8)]=![],this['generateJSON'](this[_0x4036f7(0x171)]);const _0x38da54=this['generateHTMLReport'](this[_0x4036f7(0x171)]),_0x11b639=path[_0x4036f7(0x113)](process[_0x4036f7(0x1b1)](),_0xf566ef);fs[_0x4036f7(0x1b6)](_0x11b639,_0x38da54,_0x4b920e=>{const _0x2442fd=_0x4036f7,_0x12c925={'QjNQp':function(_0x514312,_0x1cd389){return _0x34c407['bvFqx'](_0x514312,_0x1cd389);},'qqbdM':function(_0x546c7e,_0x2978b0){const _0x3edaf6=a63_0x3129;return _0x34c407[_0x3edaf6(0xdc)](_0x546c7e,_0x2978b0);},'FSpBY':function(_0xa45105,_0x2bdbb1){const _0x315eb7=a63_0x3129;return _0x34c407[_0x315eb7(0x13d)](_0xa45105,_0x2bdbb1);},'DhYYt':function(_0x427915,_0x58edd2){return _0x34c407['tKsHS'](_0x427915,_0x58edd2);}};if(_0x34c407[_0x2442fd(0xd0)](_0x34c407[_0x2442fd(0xb7)],_0x34c407[_0x2442fd(0xcc)])){if(_0x4b920e){if(_0x34c407['SgebK'](_0x34c407[_0x2442fd(0x1a4)],_0x34c407[_0x2442fd(0x1a4)])){if(!_0x57f780[_0x2442fd(0x11a)](this['errorReportFileName']))return this[_0x2442fd(0x14c)];let _0x3fcab5=_0x2bc176[_0x2442fd(0xbe)](this[_0x2442fd(0x89)])['toString']();_0x3fcab5='['+_0x3fcab5[_0x2442fd(0xf8)](0x0,-0x1)+']';let _0xb7bc19=_0x16dfd1[_0x2442fd(0x124)](_0x3fcab5);return _0x12c925[_0x2442fd(0x148)](this[_0x2442fd(0x14c)][_0x2442fd(0x193)],0x0)&&(_0xb7bc19=_0xb7bc19[_0x2442fd(0xe5)](this[_0x2442fd(0x14c)])),_0x252f1a['unlinkSync'](this[_0x2442fd(0x89)]),_0xb7bc19;}else{_0x34c407[_0x2442fd(0x1c7)](debug,_0x2442fd(0x14b)+_0x4b920e['toString']());return;}}_0x34c407[_0x2442fd(0x11e)](debug,_0x2442fd(0x117)+_0x11b639);}else{const _0x1f6610=_0x231ba0[_0x2442fd(0x147)]['match'](_0x23d4bd),_0x204f60={};_0x204f60[_0x2442fd(0x147)]=_0x5336ef['name'],_0x204f60[_0x2442fd(0x1c3)]=_0x353acf['duration']||0x0;const _0x2f4dee=_0x204f60;_0x1f6610&&(_0x2f4dee['name']=_0x1f6610[0x1],_0x2f4dee[_0x2442fd(0x8b)]=_0x1ae7b3['parse'](_0x1f6610[0x2]));if(_0x55226d[_0x2f4dee['name']]){const _0x11c322=_0x808bc[_0x2f4dee[_0x2442fd(0x147)]],_0x2237d6=_0x3464ac[_0x2f4dee[_0x2442fd(0x147)]];_0x814d36[_0x2f4dee[_0x2442fd(0x147)]][_0x2442fd(0x1c3)]=_0x12c925[_0x2442fd(0x179)](_0x12c925[_0x2442fd(0xbf)](_0x12c925[_0x2442fd(0x170)](_0x11c322['duration'],_0x2237d6),_0x2f4dee[_0x2442fd(0x1c3)]),_0x12c925[_0x2442fd(0xbf)](0x1,_0x2237d6)),_0x52d931[_0x2f4dee[_0x2442fd(0x147)]]++;}else _0x125230[_0x2f4dee[_0x2442fd(0x147)]]=_0x2f4dee,_0x23cb1e[_0x2f4dee[_0x2442fd(0x147)]]=0x1;}});if(_0x2a5e39){if(_0x34c407['xcKRO'](_0x34c407['cTEWl'],_0x34c407['cTEWl']))return;else return this[_0x4036f7(0xb9)](this['_events'],_0x2a5e39);}}static[a63_0x10238f(0x1ac)](_0x1193f5){const _0x2d600f=a63_0x10238f,_0x2cceb6={};_0x2cceb6[_0x2d600f(0xed)]=function(_0x41cc17,_0x7349ad){return _0x41cc17===_0x7349ad;},_0x2cceb6['jsVUn']=_0x2d600f(0x11c),_0x2cceb6[_0x2d600f(0x13e)]='qTHOI',_0x2cceb6[_0x2d600f(0x1bd)]=_0x2d600f(0x1b3),_0x2cceb6[_0x2d600f(0xef)]='<h1>Performance\x20Report</h1>',_0x2cceb6[_0x2d600f(0x17b)]=_0x2d600f(0x106),_0x2cceb6['hnHfq']=_0x2d600f(0xfb);const _0x56758a=_0x2cceb6;let _0x13d55d=_0x56758a[_0x2d600f(0x1bd)];return _0x13d55d+=_0x56758a[_0x2d600f(0xef)],_0x13d55d+=_0x56758a[_0x2d600f(0x17b)],_0x1193f5[_0x2d600f(0xa7)](_0x14f236=>{const _0x4411eb=_0x2d600f;if(_0x56758a[_0x4411eb(0xed)](_0x56758a['jsVUn'],_0x56758a[_0x4411eb(0x13e)])){const _0x3d1464=this[_0x4411eb(0x1a5)](_0x461732);_0x3d1464['map'](_0x106d4a=>{const _0x5dfbb5=_0x4411eb;!_0x16f343[_0x106d4a[_0x5dfbb5(0x147)]]&&(_0x143e17[_0x106d4a['name']]=0x0),_0xcaf4b9[_0x106d4a[_0x5dfbb5(0x147)]]+=_0x106d4a[_0x5dfbb5(0x1c3)];});}else _0x13d55d+=_0x4411eb(0x1a6)+_0x14f236['name']+_0x4411eb(0xd6)+_0x14f236[_0x4411eb(0x1c3)]+_0x4411eb(0x1a9);}),_0x13d55d+=_0x56758a[_0x2d600f(0x133)],_0x13d55d;}static[a63_0x10238f(0xd1)](_0x504934){const _0x3de3ea=a63_0x10238f,_0x73b358={};_0x73b358['BLEHv']=_0x3de3ea(0x1c9),_0x73b358[_0x3de3ea(0x11d)]=function(_0x17e40d,_0x2a9386){return _0x17e40d===_0x2a9386;},_0x73b358['vFhLK']='wVJVX',_0x73b358[_0x3de3ea(0x16b)]=function(_0x2ded92,_0x4f97a2){return _0x2ded92===_0x4f97a2;},_0x73b358[_0x3de3ea(0x1a1)]=_0x3de3ea(0x187),_0x73b358[_0x3de3ea(0xa1)]=function(_0x4ef069,_0x1b7502){return _0x4ef069===_0x1b7502;},_0x73b358[_0x3de3ea(0xb4)]=function(_0x4cacff,_0x115c57){return _0x4cacff+_0x115c57;},_0x73b358['tkoJO']=function(_0x3c1418,_0x1c0e97){return _0x3c1418!==_0x1c0e97;},_0x73b358[_0x3de3ea(0x192)]=_0x3de3ea(0x177),_0x73b358['xzczR']=_0x3de3ea(0x93),_0x73b358[_0x3de3ea(0x112)]=function(_0x5b23dc,_0x4a45b9){return _0x5b23dc===_0x4a45b9;},_0x73b358[_0x3de3ea(0xd8)]=_0x3de3ea(0xea);const _0x4d61f=_0x73b358;if(!this[_0x3de3ea(0xc8)]){if(_0x4d61f['iKAsU'](_0x4d61f['MHnih'],_0x4d61f[_0x3de3ea(0xd8)]))return;else try{if(!this['isEnabled']())return;this[_0x3de3ea(0x137)][_0x3de3ea(0xcb)](),this['pushPerfMeasures'](),this[_0x3de3ea(0x1ad)]();}catch{_0x276a66[_0x3de3ea(0xae)](_0x4d61f[_0x3de3ea(0x1af)]);}}const _0x516ab1={};_0x504934[_0x3de3ea(0x189)](_0x5e7f7d=>{const _0x3b1684=_0x3de3ea;if(_0x4d61f[_0x3b1684(0x11d)](_0x4d61f[_0x3b1684(0xd3)],_0x4d61f[_0x3b1684(0xd3)])){if(!_0x516ab1[_0x5e7f7d[_0x3b1684(0x147)]]){if(_0x4d61f['lhHTS'](_0x4d61f['KzHDj'],_0x4d61f[_0x3b1684(0x1a1)]))_0x516ab1[_0x5e7f7d[_0x3b1684(0x147)]]=0x0;else return new _0x3742ec((_0x30a113,_0x1bca16)=>{const _0x168085=_0x3b1684;_0x57ee62[_0x168085(0x139)](_0x579b35=>_0x30a113(_0x579b35))[_0x168085(0xf9)](_0x27922e=>_0x1bca16(_0x27922e))[_0x168085(0x9c)](()=>{const _0x3eb472=_0x168085;_0x14d268[_0x3eb472(0x1be)](_0x2c6d50),_0x14a79f['measure'](_0x19e46e,_0x4ca690,_0x436318);});});}_0x516ab1[_0x5e7f7d[_0x3b1684(0x147)]]+=_0x5e7f7d['duration'];}else{const _0x17c93c={};return _0x17c93c[_0x3b1684(0xba)]=[],_0x17c93c[_0x3b1684(0x15e)]=[],_0x17c93c;}});const _0x48f35a=Object['entries'](_0x516ab1)['map'](([_0x5a0f60,_0x17489b])=>{const _0x52ba7c=_0x3de3ea,_0x25f746={'WaCqN':function(_0x40ceb5,_0x39ee74){const _0x2c12ac=a63_0x3129;return _0x4d61f[_0x2c12ac(0xa1)](_0x40ceb5,_0x39ee74);},'laZqm':function(_0x3e6e12,_0x1572c0){const _0x11dbf0=a63_0x3129;return _0x4d61f[_0x11dbf0(0xb4)](_0x3e6e12,_0x1572c0);}};if(_0x4d61f[_0x52ba7c(0x16c)](_0x4d61f[_0x52ba7c(0x192)],_0x4d61f[_0x52ba7c(0xaf)])){const _0x267374={};return _0x267374[_0x52ba7c(0x147)]=_0x5a0f60,_0x267374['duration']=_0x17489b,_0x267374;}else{if(_0x25f746[_0x52ba7c(0x91)](this[_0x52ba7c(0x104)]['length'],0x0))return;const _0x562d1d=this[_0x52ba7c(0xa0)](),_0x25af95=_0x12176b[_0x52ba7c(0xad)](_0x562d1d),_0x379a2d=_0x25f746[_0x52ba7c(0x1ce)](_0x25af95['slice'](0x1,-0x1),',');_0x36aabd[_0x52ba7c(0x178)](this[_0x52ba7c(0xc8)],_0x379a2d);}});fs[_0x3de3ea(0x16e)](this['jsonReportFileName'],JSON['stringify'](_0x48f35a));}static[a63_0x10238f(0xa4)](){const _0x33b493=a63_0x10238f,_0x70124e={};_0x70124e[_0x33b493(0x18a)]=function(_0x181cdd,_0x3e0379){return _0x181cdd===_0x3e0379;},_0x70124e[_0x33b493(0x166)]=_0x33b493(0x96);const _0x551232=_0x70124e;return process[_0x33b493(0x12c)][_0x33b493(0xc9)]&&_0x551232[_0x33b493(0x18a)](process[_0x33b493(0x12c)][_0x33b493(0xc9)],_0x551232[_0x33b493(0x166)]);}static[a63_0x10238f(0xeb)](_0x44c439,_0xd24f92,_0x34a1a4=null,_0x5ca9e1=null){const _0x3964ef=a63_0x10238f,_0x1b87b9={};_0x1b87b9[_0x3964ef(0x17a)]=function(_0xe11e4,_0x13fc92){return _0xe11e4+_0x13fc92;},_0x1b87b9[_0x3964ef(0x16a)]=function(_0x458aa8,_0x31de1c){return _0x458aa8||_0x31de1c;},_0x1b87b9[_0x3964ef(0xb3)]=function(_0x324362,_0x5a1612){return _0x324362===_0x5a1612;},_0x1b87b9[_0x3964ef(0x10d)]='PZZKq',_0x1b87b9[_0x3964ef(0x1cc)]=_0x3964ef(0xd2),_0x1b87b9['tCXNU']=function(_0x145317,_0x41ab3d){return _0x145317===_0x41ab3d;},_0x1b87b9[_0x3964ef(0x123)]=_0x3964ef(0x115),_0x1b87b9[_0x3964ef(0x1cd)]='measure',_0x1b87b9[_0x3964ef(0x102)]=function(_0x235b14,_0x5b3caa){return _0x235b14===_0x5b3caa;},_0x1b87b9[_0x3964ef(0x108)]='KEPCd',_0x1b87b9['zBgQN']=function(_0x56c6ad,_0x46ef09){return _0x56c6ad!==_0x46ef09;},_0x1b87b9[_0x3964ef(0x19f)]='JGBya',_0x1b87b9[_0x3964ef(0x19e)]=function(_0x4863c0,_0x3fd43d){return _0x4863c0===_0x3fd43d;},_0x1b87b9[_0x3964ef(0x19c)]=_0x3964ef(0x146),_0x1b87b9[_0x3964ef(0x13c)]=_0x3964ef(0x180),_0x1b87b9[_0x3964ef(0x1c5)]=function(_0x55cba2,_0x40f667){return _0x55cba2+_0x40f667;},_0x1b87b9[_0x3964ef(0x169)]=_0x3964ef(0x163),_0x1b87b9['vDmkH']=function(_0xfee0a9,_0xddda5b){return _0xfee0a9+_0xddda5b;},_0x1b87b9[_0x3964ef(0x1a8)]=_0x3964ef(0xc2),_0x1b87b9[_0x3964ef(0xb2)]=function(_0x7d780e,_0x10cf9e){return _0x7d780e instanceof _0x10cf9e;},_0x1b87b9['oXADu']=function(_0x3789a8,_0x75517d){return _0x3789a8===_0x75517d;},_0x1b87b9['FvajP']='JkckD',_0x1b87b9['JBION']='TFEjW',_0x1b87b9['BQNFG']=function(_0x511fc4,_0x1c5365){return _0x511fc4!==_0x1c5365;},_0x1b87b9[_0x3964ef(0xd7)]=_0x3964ef(0x87);const _0x4a5bff=_0x1b87b9;try{if(_0x4a5bff[_0x3964ef(0x102)](_0x4a5bff['YKQyo'],_0x4a5bff[_0x3964ef(0x108)])){if(this[_0x3964ef(0x1c8)]&&this['isEnabled']()){if(_0x4a5bff[_0x3964ef(0x161)](_0x4a5bff[_0x3964ef(0x19f)],_0x4a5bff['gyCMh']))return;else{let _0x324ff8=_0x44c439;_0x34a1a4&&(_0x4a5bff[_0x3964ef(0x19e)](_0x4a5bff[_0x3964ef(0x19c)],_0x4a5bff[_0x3964ef(0x13c)])?_0x360c93[_0x42dcab[_0x3964ef(0x147)]]=0x0:_0x324ff8=_0x44c439+'['+JSON[_0x3964ef(0xad)](_0x34a1a4)+']');const _0x3c120c=_0x4a5bff[_0x3964ef(0x1c5)](_0x324ff8,_0x4a5bff[_0x3964ef(0x169)]),_0x990a8a=_0x4a5bff['vDmkH'](_0x324ff8,_0x4a5bff['poyBG']);performance['mark'](_0x3c120c);const _0x21776a=_0xd24f92[_0x3964ef(0x18e)](null,_0x5ca9e1);if(_0x4a5bff[_0x3964ef(0xb2)](_0x21776a,Promise)){if(_0x4a5bff[_0x3964ef(0x141)](_0x4a5bff[_0x3964ef(0x1bb)],_0x4a5bff[_0x3964ef(0xfe)]))return;else return new Promise((_0x2b0888,_0x1d9e1a)=>{const _0xd98e6c=_0x3964ef,_0x3993ef={'yAHss':function(_0x977a50,_0xd2d0c2){return _0x4a5bff['hMMrg'](_0x977a50,_0xd2d0c2);},'ZIMgz':_0x4a5bff[_0xd98e6c(0x10d)],'kcUCB':_0x4a5bff[_0xd98e6c(0x1cc)]};if(_0x4a5bff['tCXNU'](_0x4a5bff[_0xd98e6c(0x123)],_0x4a5bff[_0xd98e6c(0x123)]))_0x21776a[_0xd98e6c(0x139)](_0x1cc50d=>_0x2b0888(_0x1cc50d))['catch'](_0x22eff5=>_0x1d9e1a(_0x22eff5))[_0xd98e6c(0x9c)](()=>{const _0xd5d7ed=_0xd98e6c;if(_0x3993ef['yAHss'](_0x3993ef[_0xd5d7ed(0x101)],_0x3993ef[_0xd5d7ed(0x199)]))return;else performance[_0xd5d7ed(0x1be)](_0x990a8a),performance['measure'](_0x324ff8,_0x3c120c,_0x990a8a);});else return _0x4a5bff[_0xd98e6c(0x17a)](_0xe57218[_0x4536bf],_0x4a5bff['zmoQk'](_0x2a70e4,0x0));});};return performance[_0x3964ef(0x1be)](_0x990a8a),performance['measure'](_0x324ff8,_0x3c120c,_0x990a8a),_0x21776a;}};return _0xd24f92[_0x3964ef(0x18e)](null,_0x5ca9e1);}else return;}catch(_0x2784d8){if(_0x4a5bff['BQNFG'](_0x4a5bff[_0x3964ef(0xd7)],_0x4a5bff[_0x3964ef(0xd7)])){const _0x6f0b26={'EFwJc':function(_0x7e0df7,_0x3cbcbe){const _0x41f990=_0x3964ef;return _0x4a5bff[_0x41f990(0xb3)](_0x7e0df7,_0x3cbcbe);},'XvszX':_0x4a5bff[_0x3964ef(0x1cd)]};_0x333448[_0x3964ef(0x129)]()[_0x3964ef(0xa7)](_0x3c8319=>{const _0x2e5a93=_0x3964ef;_0x6f0b26[_0x2e5a93(0x109)](_0x3c8319[_0x2e5a93(0xf3)],_0x6f0b26['XvszX'])?this[_0x2e5a93(0x104)][_0x2e5a93(0xde)](_0x3c8319):this['_events'][_0x2e5a93(0xde)](_0x3c8319);});}else return _0xd24f92['apply'](null,_0x5ca9e1);}}static[a63_0x10238f(0xa6)](_0x12c1dd,_0x5f14ae){const _0x5283d0=a63_0x10238f,_0x32b5af={};_0x32b5af[_0x5283d0(0xd9)]=function(_0x56053b,_0xa83358){return _0x56053b!==_0xa83358;},_0x32b5af[_0x5283d0(0xab)]=_0x5283d0(0xf5),_0x32b5af['CCccG']=_0x5283d0(0x16d);const _0x4e6147=_0x32b5af,_0x2bf747=this;return function(){const _0x46d2c2=_0x5283d0;if(_0x4e6147[_0x46d2c2(0xd9)](_0x4e6147[_0x46d2c2(0xab)],_0x4e6147['CCccG'])){const _0x15c45f=[_0x12c1dd,_0x5f14ae,null][_0x46d2c2(0xe5)](arguments);return _0x2bf747[_0x46d2c2(0xeb)][_0x46d2c2(0x18e)](_0x2bf747,_0x15c45f);}else return this[_0x46d2c2(0xb9)](this[_0x46d2c2(0x171)],_0x72b703);};}static[a63_0x10238f(0xa0)](){const _0x45c8ea=a63_0x10238f,_0x400587={};_0x400587[_0x45c8ea(0x10e)]=function(_0x4ded4e,_0x19f24d){return _0x4ded4e===_0x19f24d;},_0x400587['EWedP']=function(_0x1ff467,_0x6c5126){return _0x1ff467+_0x6c5126;},_0x400587['zAzkY']=function(_0x11dec7,_0x2e4186){return _0x11dec7/_0x2e4186;},_0x400587['qsRdv']=function(_0x286e08,_0x284998){return _0x286e08*_0x284998;},_0x400587[_0x45c8ea(0xec)]=function(_0x228c49,_0x5856c3){return _0x228c49+_0x5856c3;},_0x400587[_0x45c8ea(0x173)]=_0x45c8ea(0x1b2),_0x400587[_0x45c8ea(0x158)]=function(_0x978186,_0x3173dd){return _0x978186===_0x3173dd;},_0x400587[_0x45c8ea(0x128)]='EBIwd',_0x400587['jcyHm']=_0x45c8ea(0xf2),_0x400587[_0x45c8ea(0x12f)]='FQcjO',_0x400587[_0x45c8ea(0x15b)]=_0x45c8ea(0x127),_0x400587[_0x45c8ea(0xa9)]=function(_0x27ed7c,_0x34312e){return _0x27ed7c/_0x34312e;},_0x400587[_0x45c8ea(0x160)]=function(_0x43fad0,_0x2bb7c3){return _0x43fad0*_0x2bb7c3;},_0x400587[_0x45c8ea(0x105)]=function(_0x242fde,_0x434437){return _0x242fde+_0x434437;},_0x400587[_0x45c8ea(0x8d)]=_0x45c8ea(0x152),_0x400587[_0x45c8ea(0xc1)]=_0x45c8ea(0x14f);const _0x412379=_0x400587,_0x41f3d9=/(^.*)\[(.*)\]$/,_0x1c6626={},_0x4f6499={};for(const _0x33b263 of this['_measureEvents']){if(_0x412379[_0x45c8ea(0x10e)](_0x412379[_0x45c8ea(0x173)],_0x412379[_0x45c8ea(0x173)])){const _0x5169c9=_0x33b263[_0x45c8ea(0x147)][_0x45c8ea(0x17f)](_0x41f3d9),_0xa06e92={};_0xa06e92[_0x45c8ea(0x147)]=_0x33b263['name'],_0xa06e92[_0x45c8ea(0x1c3)]=_0x33b263['duration']||0x0;const _0x34e790=_0xa06e92;if(_0x5169c9){if(_0x412379[_0x45c8ea(0x158)](_0x412379[_0x45c8ea(0x128)],_0x412379['jcyHm']))return;else _0x34e790[_0x45c8ea(0x147)]=_0x5169c9[0x1],_0x34e790[_0x45c8ea(0x8b)]=JSON[_0x45c8ea(0x124)](_0x5169c9[0x2]);}if(_0x1c6626[_0x34e790['name']]){if(_0x412379['opang'](_0x412379[_0x45c8ea(0x12f)],_0x412379[_0x45c8ea(0x15b)])){if(_0x412379[_0x45c8ea(0x10e)](this[_0x45c8ea(0x14c)][_0x45c8ea(0x193)],0x0))return;const _0x584abb=_0xac8007[_0x45c8ea(0xad)](this[_0x45c8ea(0x14c)]),_0x3ff7c1=_0x412379[_0x45c8ea(0x95)](_0x584abb[_0x45c8ea(0xf8)](0x1,-0x1),',');_0x45f395[_0x45c8ea(0x178)](this[_0x45c8ea(0x188)],_0x3ff7c1);}else{const _0x5cfa3b=_0x1c6626[_0x34e790[_0x45c8ea(0x147)]],_0x46d750=_0x4f6499[_0x34e790[_0x45c8ea(0x147)]];_0x1c6626[_0x34e790[_0x45c8ea(0x147)]][_0x45c8ea(0x1c3)]=_0x412379[_0x45c8ea(0xa9)](_0x412379[_0x45c8ea(0xec)](_0x412379[_0x45c8ea(0x160)](_0x5cfa3b[_0x45c8ea(0x1c3)],_0x46d750),_0x34e790['duration']),_0x412379[_0x45c8ea(0x105)](0x1,_0x46d750)),_0x4f6499[_0x34e790[_0x45c8ea(0x147)]]++;}}else{if(_0x412379[_0x45c8ea(0x10e)](_0x412379[_0x45c8ea(0x8d)],_0x412379[_0x45c8ea(0xc1)]))return[];else _0x1c6626[_0x34e790[_0x45c8ea(0x147)]]=_0x34e790,_0x4f6499[_0x34e790[_0x45c8ea(0x147)]]=0x1;}}else{const _0x197cce=_0x14c9c7[_0x2c5e21[_0x45c8ea(0x147)]],_0x2e9413=_0x5ac0ad[_0x101e00[_0x45c8ea(0x147)]];_0x155deb[_0x102a52[_0x45c8ea(0x147)]][_0x45c8ea(0x1c3)]=_0x412379[_0x45c8ea(0x14e)](_0x412379[_0x45c8ea(0x95)](_0x412379[_0x45c8ea(0xe1)](_0x197cce[_0x45c8ea(0x1c3)],_0x2e9413),_0x22cacc[_0x45c8ea(0x1c3)]),_0x412379[_0x45c8ea(0xec)](0x1,_0x2e9413)),_0x528aae[_0x1d9182[_0x45c8ea(0x147)]]++;}}return Object[_0x45c8ea(0xff)](_0x1c6626);}static[a63_0x10238f(0x185)](){const _0x1b67ab=a63_0x10238f,_0x3547e4={};_0x3547e4[_0x1b67ab(0x145)]=function(_0x48f557,_0x23db74){return _0x48f557===_0x23db74;},_0x3547e4['fRXPN']=function(_0x26caea,_0x3b7073){return _0x26caea!==_0x3b7073;},_0x3547e4[_0x1b67ab(0xca)]='EZdjm',_0x3547e4[_0x1b67ab(0x1b7)]=function(_0x446f09,_0x202287){return _0x446f09+_0x202287;};const _0x114deb=_0x3547e4;if(_0x114deb[_0x1b67ab(0x145)](this['_measureEvents'][_0x1b67ab(0x193)],0x0)){if(_0x114deb[_0x1b67ab(0xe4)](_0x114deb['RUXzg'],_0x114deb[_0x1b67ab(0xca)])){if(!this['isEnabled']())return;this[_0x1b67ab(0x14c)][_0x1b67ab(0xde)]({'message':_0x11fa94[_0x1b67ab(0xfa)],'trace':_0x20914d[_0x1b67ab(0x143)],'code':_0x1bfe56[_0x1b67ab(0x197)]||null,'time':new _0x4e3e6c()});}else return;}const _0x39fea7=this[_0x1b67ab(0xa0)](),_0x38a0e1=JSON[_0x1b67ab(0xad)](_0x39fea7),_0x10922f=_0x114deb[_0x1b67ab(0x1b7)](_0x38a0e1[_0x1b67ab(0xf8)](0x1,-0x1),',');fs[_0x1b67ab(0x178)](this['jsonReportFileName'],_0x10922f);}static[a63_0x10238f(0xbb)](){const _0x2174eb=a63_0x10238f,_0x46552e={};_0x46552e['qjWcv']='<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>',_0x46552e['ayFUR']=_0x2174eb(0x9f),_0x46552e['zoqBY']='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x46552e['bdJIk']=_0x2174eb(0xfb),_0x46552e[_0x2174eb(0x15d)]=function(_0x7ea2c0,_0x1c8866){return _0x7ea2c0===_0x1c8866;},_0x46552e[_0x2174eb(0x10a)]=function(_0x312902,_0x20d3b1){return _0x312902>_0x20d3b1;},_0x46552e[_0x2174eb(0x157)]=function(_0x28f471,_0x24b6a2){return _0x28f471===_0x24b6a2;},_0x46552e[_0x2174eb(0x1ba)]=_0x2174eb(0x8f),_0x46552e[_0x2174eb(0x1c0)]=_0x2174eb(0x15a),_0x46552e[_0x2174eb(0xdd)]=function(_0x1f0c04,_0x12c46e){return _0x1f0c04!==_0x12c46e;},_0x46552e['bmCsS']=_0x2174eb(0xb8),_0x46552e[_0x2174eb(0x1ca)]=_0x2174eb(0x18b),_0x46552e[_0x2174eb(0x94)]=_0x2174eb(0x8e);const _0x44db64=_0x46552e;if(!this[_0x2174eb(0x1c8)]||_0x44db64[_0x2174eb(0x15d)](this['_measureEvents'][_0x2174eb(0x193)],0x0)){if(_0x44db64[_0x2174eb(0x157)](_0x44db64[_0x2174eb(0x1ba)],_0x44db64[_0x2174eb(0x1c0)]))return;else return[];}if(!fs[_0x2174eb(0x11a)](this['jsonReportFileName'])){if(_0x44db64[_0x2174eb(0xdd)](_0x44db64[_0x2174eb(0x126)],_0x44db64[_0x2174eb(0x1ca)]))return this[_0x2174eb(0x104)];else{let _0x452f2a=_0x44db64[_0x2174eb(0x12d)];return _0x452f2a+=_0x44db64['ayFUR'],_0x452f2a+=_0x44db64[_0x2174eb(0x1a2)],_0x3ba136[_0x2174eb(0xa7)](_0x4617d0=>{const _0x1a03c0=_0x2174eb;_0x452f2a+=_0x1a03c0(0x1a6)+_0x4617d0[_0x1a03c0(0x147)]+_0x1a03c0(0xd6)+_0x4617d0[_0x1a03c0(0x1c3)]+_0x1a03c0(0x1a9);}),_0x452f2a+=_0x44db64[_0x2174eb(0x136)],_0x452f2a;}}let _0x543063=fs['readFileSync'](this[_0x2174eb(0xc8)])['toString']();_0x543063='['+_0x543063[_0x2174eb(0xf8)](0x0,-0x1)+']';let _0x43f337=JSON[_0x2174eb(0x124)](_0x543063);if(_0x44db64['jsutP'](this['_measureEvents']['length'],0x0)){if(_0x44db64[_0x2174eb(0xdd)](_0x44db64[_0x2174eb(0x94)],_0x44db64['VmWcs'])){if(!this[_0x2174eb(0x1c8)]||_0x44db64['mrHze'](this[_0x2174eb(0x104)]['length'],0x0))return[];if(!_0x4d07ea['existsSync'](this['jsonReportFileName']))return this[_0x2174eb(0x104)];let _0x148576=_0x107bdf[_0x2174eb(0xbe)](this[_0x2174eb(0xc8)])[_0x2174eb(0x9b)]();_0x148576='['+_0x148576['slice'](0x0,-0x1)+']';let _0x2a6cab=_0x13db4d[_0x2174eb(0x124)](_0x148576);return _0x44db64['jsutP'](this['_measureEvents'][_0x2174eb(0x193)],0x0)&&(_0x2a6cab=_0x2a6cab['concat'](this[_0x2174eb(0xa0)]())),this[_0x2174eb(0x137)][_0x2174eb(0xcb)](),_0x37028e[_0x2174eb(0x13a)](this['jsonReportFileName']),_0x2a6cab;}else _0x43f337=_0x43f337[_0x2174eb(0xe5)](this[_0x2174eb(0xa0)]());}return this['_observer'][_0x2174eb(0xcb)](),fs[_0x2174eb(0x13a)](this[_0x2174eb(0xc8)]),_0x43f337;}static[a63_0x10238f(0x1ad)](){const _0x1e520b=a63_0x10238f,_0x58feb9={};_0x58feb9[_0x1e520b(0x181)]=function(_0x55d190,_0x4ce84e){return _0x55d190===_0x4ce84e;},_0x58feb9[_0x1e520b(0x92)]=function(_0x4c81ba,_0x25a5ba){return _0x4c81ba===_0x25a5ba;},_0x58feb9[_0x1e520b(0x1ab)]=_0x1e520b(0xc6),_0x58feb9['AnoeC']=_0x1e520b(0x18c),_0x58feb9['wfpum']=function(_0x40a026,_0xea83b4){return _0x40a026+_0xea83b4;};const _0x51bcb7=_0x58feb9;if(_0x51bcb7[_0x1e520b(0x181)](this[_0x1e520b(0x14c)]['length'],0x0)){if(_0x51bcb7[_0x1e520b(0x92)](_0x51bcb7[_0x1e520b(0x1ab)],_0x51bcb7['AnoeC']))_0x5504ea=_0x466eb7[_0x1e520b(0xe5)](this['getCleanedPerfEvents']());else return;}const _0x3b0c59=JSON['stringify'](this[_0x1e520b(0x14c)]),_0x5a63f8=_0x51bcb7[_0x1e520b(0xbd)](_0x3b0c59[_0x1e520b(0xf8)](0x1,-0x1),',');fs[_0x1e520b(0x178)](this[_0x1e520b(0x188)],_0x5a63f8);}static[a63_0x10238f(0x150)](){const _0x520603=a63_0x10238f,_0x4ed72d={'gBKVg':function(_0x335096,_0x28851a){return _0x335096(_0x28851a);},'BzJoY':function(_0x314795,_0x34f6e5){return _0x314795!==_0x34f6e5;},'YicNX':_0x520603(0x1b8),'WqGrA':function(_0x423e1f,_0x5205ac){return _0x423e1f>_0x5205ac;},'gdIuT':function(_0xb9ab74,_0x5384d8){return _0xb9ab74===_0x5384d8;},'prcve':_0x520603(0x12b)};if(!fs[_0x520603(0x11a)](this[_0x520603(0x89)])){if(_0x4ed72d[_0x520603(0xbc)](_0x4ed72d[_0x520603(0xe6)],_0x4ed72d[_0x520603(0xe6)])){if(_0x4a2fa3){_0x4ed72d[_0x520603(0x98)](_0x416de9,'Error\x20in\x20writing\x20html\x20'+_0x5cd313[_0x520603(0x9b)]());return;}_0x4ed72d['gBKVg'](_0x45414b,_0x520603(0x117)+_0x4a00c7);}else return this[_0x520603(0x14c)];}let _0x1b66c6=fs['readFileSync'](this[_0x520603(0x89)])[_0x520603(0x9b)]();_0x1b66c6='['+_0x1b66c6[_0x520603(0xf8)](0x0,-0x1)+']';let _0xd3096d=JSON['parse'](_0x1b66c6);return _0x4ed72d[_0x520603(0x19b)](this['_errorEvents'][_0x520603(0x193)],0x0)&&(_0x4ed72d[_0x520603(0x162)](_0x4ed72d[_0x520603(0x18f)],_0x4ed72d[_0x520603(0x18f)])?_0xd3096d=_0xd3096d[_0x520603(0xe5)](this[_0x520603(0x14c)]):_0xa9af06+=_0x520603(0x1a6)+_0x154e5b[_0x520603(0x147)]+_0x520603(0xd6)+_0x1150e1[_0x520603(0x1c3)]+_0x520603(0x1a9)),fs[_0x520603(0x13a)](this[_0x520603(0x89)]),_0xd3096d;}static[a63_0x10238f(0x116)](_0x440f27){const _0x595944=a63_0x10238f,_0x404856={};_0x404856['SmOdk']=function(_0x1f4e65,_0x2edd20){return _0x1f4e65===_0x2edd20;},_0x404856[_0x595944(0x18d)]='measure',_0x404856['pBsth']=function(_0x4108e5,_0x467470){return _0x4108e5!==_0x467470;},_0x404856[_0x595944(0x149)]='aXTlx',_0x404856['RExBY']=_0x595944(0xc4);const _0x2fb1d0=_0x404856;if(!this['isEnabled']()){if(_0x2fb1d0[_0x595944(0x1b5)](_0x2fb1d0[_0x595944(0x149)],_0x2fb1d0['RExBY']))return;else _0x2fb1d0[_0x595944(0x195)](_0x4dd551['entryType'],_0x2fb1d0[_0x595944(0x18d)])?this[_0x595944(0x104)][_0x595944(0xde)](_0x113542):this[_0x595944(0x171)]['push'](_0x32ec09);}this['_errorEvents'][_0x595944(0xde)]({'message':_0x440f27[_0x595944(0xfa)],'trace':_0x440f27[_0x595944(0x143)],'code':_0x440f27[_0x595944(0x197)]||null,'time':new Date()});}static[a63_0x10238f(0x88)](){const _0x263eef=a63_0x10238f,_0x42ff48={};_0x42ff48[_0x263eef(0xf6)]=function(_0x10bf8e,_0x5c314b){return _0x10bf8e!==_0x5c314b;},_0x42ff48[_0x263eef(0x135)]='RsMXz',_0x42ff48[_0x263eef(0xe0)]='hUfIZ',_0x42ff48['MjzsZ']=function(_0x2518a6,_0x2a3fdc){return _0x2518a6===_0x2a3fdc;},_0x42ff48[_0x263eef(0x159)]=_0x263eef(0x1c4),_0x42ff48[_0x263eef(0x190)]='PbXqj',_0x42ff48[_0x263eef(0x114)]=_0x263eef(0x19d),_0x42ff48['FMyEV']=_0x263eef(0x16f),_0x42ff48[_0x263eef(0x9a)]=_0x263eef(0x1c9);const _0x323713=_0x42ff48;try{if(_0x323713[_0x263eef(0xf6)](_0x323713['gpqiG'],_0x323713[_0x263eef(0xe0)])){if(!this[_0x263eef(0xa4)]()){if(_0x323713[_0x263eef(0x132)](_0x323713[_0x263eef(0x159)],_0x323713['zOwzp'])){const _0x2b3f73=[_0x350bc4,_0x19e0a9,null][_0x263eef(0xe5)](arguments);return _0x25aade[_0x263eef(0xeb)]['apply'](_0x474339,_0x2b3f73);}else return;}this[_0x263eef(0x137)][_0x263eef(0xcb)](),this[_0x263eef(0x185)](),this[_0x263eef(0x1ad)]();}else{if(!_0x44d9ef[_0x263eef(0x11a)](_0x14ab62))return[];return _0x209983['parse'](_0x2f67e4['readFileSync'](_0x172c98)['toString']());}}catch{if(_0x323713['gYAsg'](_0x323713[_0x263eef(0x114)],_0x323713[_0x263eef(0x153)]))logger[_0x263eef(0xae)](_0x323713[_0x263eef(0x9a)]);else return;}}static[a63_0x10238f(0x1b9)](){const _0x42485e=a63_0x10238f,_0x8ef0a8={};_0x8ef0a8[_0x42485e(0xa5)]=function(_0x391503,_0x335be3){return _0x391503===_0x335be3;},_0x8ef0a8[_0x42485e(0x182)]=_0x42485e(0x118);const _0x15452e=_0x8ef0a8,_0x362b31=this[_0x42485e(0xbb)](),_0x4c6ca5=this['finalizeErrors']();if(!this[_0x42485e(0xa4)]()){if(_0x15452e[_0x42485e(0xa5)](_0x15452e[_0x42485e(0x182)],_0x15452e[_0x42485e(0x182)])){const _0xfe869b={};return _0xfe869b[_0x42485e(0xba)]=[],_0xfe869b[_0x42485e(0x15e)]=[],_0xfe869b;}else{const _0x44f164={};return _0x44f164[_0x42485e(0x147)]=_0x47c24a,_0x44f164['duration']=_0x4c47e7,_0x44f164;}}const _0x2cb265={};return _0x2cb265['measures']=_0x362b31,_0x2cb265['errors']=_0x4c6ca5,_0x2cb265;}}module[a63_0x10238f(0x110)]=PerformanceTester;
@@ -1 +1 @@
1
- const a63_0x56c704=a63_0xe80d;(function(_0x3f193d,_0x373849){const _0x58c7a5=a63_0xe80d,_0x194512=_0x3f193d();while(!![]){try{const _0x3afbe9=parseInt(_0x58c7a5(0x177))/0x1*(parseInt(_0x58c7a5(0x150))/0x2)+-parseInt(_0x58c7a5(0x176))/0x3+parseInt(_0x58c7a5(0x164))/0x4*(-parseInt(_0x58c7a5(0x181))/0x5)+-parseInt(_0x58c7a5(0x17c))/0x6*(parseInt(_0x58c7a5(0x170))/0x7)+-parseInt(_0x58c7a5(0x182))/0x8+-parseInt(_0x58c7a5(0x175))/0x9+parseInt(_0x58c7a5(0x18a))/0xa*(parseInt(_0x58c7a5(0x156))/0xb);if(_0x3afbe9===_0x373849)break;else _0x194512['push'](_0x194512['shift']());}catch(_0x37142e){_0x194512['push'](_0x194512['shift']());}}}(a63_0x7e3b,0xd4e9e));function a63_0xe80d(_0x223b72,_0x42bdc1){const _0x7e3b14=a63_0x7e3b();return a63_0xe80d=function(_0xe80d13,_0x4897cc){_0xe80d13=_0xe80d13-0x14d;let _0x52760b=_0x7e3b14[_0xe80d13];return _0x52760b;},a63_0xe80d(_0x223b72,_0x42bdc1);}const http=require(a63_0x56c704(0x16f)),https=require(a63_0x56c704(0x14e)),monkeypatch=require(a63_0x56c704(0x179));function spy(_0x4bab74){const _0x4dc093=a63_0x56c704,_0x1f464b={'acRgD':function(_0x2cd712,..._0x322c4d){return _0x2cd712(..._0x322c4d);},'sfRwh':function(_0x2716dc,_0x3d9389){return _0x2716dc===_0x3d9389;},'TeQRg':_0x4dc093(0x161),'SMrZL':_0x4dc093(0x187),'WTrEp':_0x4dc093(0x180),'avPFG':function(_0x4019d0,_0x5f00e0,_0xe4addd){return _0x4019d0(_0x5f00e0,_0xe4addd);},'DOWGT':function(_0x5db6f7,_0x5433ba){return _0x5db6f7!==_0x5433ba;},'XLlGS':'ntCOM','EeNih':_0x4dc093(0x169),'tEhha':_0x4dc093(0x15c),'rxXvE':function(_0x3800a5,_0x24b268,_0x1b8bed){return _0x3800a5(_0x24b268,_0x1b8bed);},'koowT':function(_0x56e94f,_0x5c30ba){return _0x56e94f!==_0x5c30ba;},'uwGAR':_0x4dc093(0x165),'faaeS':'fxyik','LNuuf':function(_0x3e6310,_0x45eb4f){return _0x3e6310-_0x45eb4f;},'oOxMU':function(_0x2b88bc,_0x238b75){return _0x2b88bc-_0x238b75;},'Iilqn':function(_0x2530c9,_0x5c4262){return _0x2530c9!==_0x5c4262;},'vQlKM':_0x4dc093(0x160),'hmoJq':function(_0x3dabef,_0x5272f9,_0x101053){return _0x3dabef(_0x5272f9,_0x101053);},'KxQbR':_0x4dc093(0x178),'VqeqV':'socket','NrTXV':function(_0x1a2711,_0x265fb8,_0x1bc03f,_0x24ce33){return _0x1a2711(_0x265fb8,_0x1bc03f,_0x24ce33);},'XoWDS':_0x4dc093(0x15f),'MAanm':function(_0x335ad1,_0x5525bd,_0x1d3b2b,_0x575377){return _0x335ad1(_0x5525bd,_0x1d3b2b,_0x575377);},'ukNFg':_0x4dc093(0x16b),'glghv':function(_0x18941f,_0x5beeae,_0x3f54be,_0xb0079c){return _0x18941f(_0x5beeae,_0x3f54be,_0xb0079c);}},_0x27eff3=(_0x1cb061,_0x4658de,_0x5a1db6)=>{const _0x1bbe4a=_0x4dc093,_0x1b669f={'ZOhyl':_0x1f464b[_0x1bbe4a(0x172)],'fOePP':function(_0x5d4903,_0x4e8513){const _0x422446=_0x1bbe4a;return _0x1f464b[_0x422446(0x152)](_0x5d4903,_0x4e8513);},'xskwx':_0x1f464b['tEhha'],'tymGC':function(_0xb7ebe0,_0x4d55f5,_0x4e72c6){const _0x5943e1=_0x1bbe4a;return _0x1f464b[_0x5943e1(0x15e)](_0xb7ebe0,_0x4d55f5,_0x4e72c6);},'gQygZ':function(_0x2ce2a0,_0x9133a6){const _0x248c5a=_0x1bbe4a;return _0x1f464b[_0x248c5a(0x155)](_0x2ce2a0,_0x9133a6);},'dbfbi':_0x1f464b[_0x1bbe4a(0x163)],'Srcvj':_0x1f464b[_0x1bbe4a(0x18d)],'uruLE':function(_0x5ddf68,_0x549dd1){return _0x1f464b['LNuuf'](_0x5ddf68,_0x549dd1);},'QzYJS':function(_0x54ae8c,_0x1f844d,_0x53388a){const _0x34ab98=_0x1bbe4a;return _0x1f464b[_0x34ab98(0x17d)](_0x54ae8c,_0x1f844d,_0x53388a);},'pakBt':function(_0x541826,_0xdf64b3){return _0x1f464b['oOxMU'](_0x541826,_0xdf64b3);}};if(_0x1f464b[_0x1bbe4a(0x159)](_0x1f464b[_0x1bbe4a(0x184)],_0x1f464b['vQlKM']))_0x18a678=_0x446bbb[_0x1bbe4a(0x189)](),_0x1f464b[_0x1bbe4a(0x157)](_0x5feef,..._0x425a1d);else{const _0x199633=_0x1f464b[_0x1bbe4a(0x17b)](_0x1cb061,_0x4658de,_0x5a1db6);let _0x289300=Date[_0x1bbe4a(0x189)](),_0xc21398;const _0x4bc5d6=_0xe72fb1=>{const _0x3e85d9=_0x1bbe4a,_0xefa33c={};_0xefa33c['JGfML']=_0x1b669f['ZOhyl'];const _0x1c8380=_0xefa33c;if(_0x1b669f['fOePP'](_0x1b669f[_0x3e85d9(0x174)],_0x1b669f['xskwx'])){const _0x1e7771={};_0x1e7771[_0x3e85d9(0x162)]=_0x4658de[_0x3e85d9(0x162)]||_0x4658de[_0x3e85d9(0x16e)],_0x1e7771[_0x3e85d9(0x17e)]=_0x4658de[_0x3e85d9(0x17e)],_0x1e7771[_0x3e85d9(0x14f)]=_0x4658de[_0x3e85d9(0x14f)],_0x1e7771[_0x3e85d9(0x17a)]=_0x4658de[_0x3e85d9(0x17a)],_0x1b669f[_0x3e85d9(0x188)](_0x4bab74,_0xe72fb1,_0x1e7771);}else _0x3e4ff4=_0x1eeb69,_0x21465b[_0x3e85d9(0x18c)](_0x1c8380[_0x3e85d9(0x15a)],_0x318c41);};return _0x199633[_0x1bbe4a(0x18c)](_0x1f464b[_0x1bbe4a(0x153)],_0x9ceeae=>{const _0x12a571=_0x1bbe4a;if(_0x1b669f[_0x12a571(0x16d)](_0x1b669f['dbfbi'],_0x1b669f['Srcvj'])){const _0xad78f9=_0x1b669f[_0x12a571(0x185)](Date[_0x12a571(0x189)](),_0x289300),_0x47927b={};_0x47927b[_0x12a571(0x16e)]=_0x4658de[_0x12a571(0x162)]||_0x4658de['hostname'],_0x47927b[_0x12a571(0x17e)]=_0x4658de['path'],_0x47927b['method']=_0x4658de[_0x12a571(0x14f)],_0x47927b['headers']=_0x4658de[_0x12a571(0x17a)],_0x47927b['status_code']=_0x9ceeae[_0x12a571(0x168)],_0x47927b[_0x12a571(0x154)]=_0xad78f9,_0x1b669f['QzYJS'](_0x4bab74,null,_0x47927b),_0xc21398[_0x12a571(0x166)](_0x1b669f[_0x12a571(0x183)],_0x4bc5d6);}else _0x4ee592[_0x12a571(0x16b)][_0x12a571(0x14d)](),_0x3742c4[_0x12a571(0x16b)][_0x12a571(0x14d)]();}),_0x199633['on'](_0x1f464b[_0x1bbe4a(0x16c)],_0x3a1aae=>{const _0x52e5b1=_0x1bbe4a;if(_0x1f464b[_0x52e5b1(0x152)](_0x1f464b['TeQRg'],_0x1f464b['SMrZL'])){const _0x5846eb=_0x1b669f[_0x52e5b1(0x167)](_0x322a3c[_0x52e5b1(0x189)](),_0x52cf3c),_0x503029={};_0x503029[_0x52e5b1(0x16e)]=_0x70a73b[_0x52e5b1(0x162)]||_0x13f881[_0x52e5b1(0x16e)],_0x503029['path']=_0x480f68['path'],_0x503029['method']=_0x305f41[_0x52e5b1(0x14f)],_0x503029[_0x52e5b1(0x17a)]=_0x137ad9[_0x52e5b1(0x17a)],_0x503029[_0x52e5b1(0x18b)]=_0x308da6[_0x52e5b1(0x168)],_0x503029[_0x52e5b1(0x154)]=_0x5846eb,_0x1b669f[_0x52e5b1(0x151)](_0x8c309b,null,_0x503029),_0xda9d58[_0x52e5b1(0x166)](_0x1b669f[_0x52e5b1(0x183)],_0x51e29c);}else _0xc21398=_0x3a1aae,_0x3a1aae['once'](_0x1f464b['WTrEp'],_0x4bc5d6);}),_0x1f464b[_0x1bbe4a(0x158)](monkeypatch,_0x199633,_0x1f464b['XoWDS'],(_0x13a23f,..._0x1ba4c9)=>{const _0x8786e0=_0x1bbe4a,_0x2ca2bc={'LuGvx':function(_0x5c58e7,_0x1cbeb1,_0x2d982b){const _0x5e285b=a63_0xe80d;return _0x1f464b[_0x5e285b(0x17d)](_0x5c58e7,_0x1cbeb1,_0x2d982b);}};if(_0x1f464b[_0x8786e0(0x15b)](_0x1f464b['XLlGS'],_0x1f464b['EeNih']))_0x289300=Date[_0x8786e0(0x189)](),_0x1f464b[_0x8786e0(0x157)](_0x13a23f,..._0x1ba4c9);else{const _0x408c90={};_0x408c90['host']=_0x12729a[_0x8786e0(0x162)]||_0x4bc3fa['hostname'],_0x408c90['path']=_0x4e89d0[_0x8786e0(0x17e)],_0x408c90[_0x8786e0(0x14f)]=_0xf48153[_0x8786e0(0x14f)],_0x408c90[_0x8786e0(0x17a)]=_0x56317a[_0x8786e0(0x17a)],_0x2ca2bc[_0x8786e0(0x171)](_0x31baab,_0x33e316,_0x408c90);}}),_0x199633;}};_0x1f464b[_0x4dc093(0x173)](monkeypatch,http,_0x1f464b[_0x4dc093(0x18e)],_0x27eff3),_0x1f464b[_0x4dc093(0x16a)](monkeypatch,https,_0x1f464b[_0x4dc093(0x18e)],_0x27eff3);}function restore(){const _0x142603=a63_0x56c704;http[_0x142603(0x16b)]['unpatch'](),https[_0x142603(0x16b)][_0x142603(0x14d)]();}const a63_0x5b5c5c={};a63_0x5b5c5c[a63_0x56c704(0x15d)]=spy,a63_0x5b5c5c[a63_0x56c704(0x17f)]=restore,module[a63_0x56c704(0x186)]=a63_0x5b5c5c;function a63_0x7e3b(){const _0x51a337=['glghv','request','VqeqV','gQygZ','hostname','http','1001854YRsVPw','LuGvx','WTrEp','MAanm','xskwx','1784538NJdaOa','4205385QGjnyW','18549tiuphm','response','monkeypatch','headers','hmoJq','6nRncmY','avPFG','path','restore','error','117745SdiEil','8751792nVRHAo','ZOhyl','vQlKM','uruLE','exports','yotIK','tymGC','now','140fBEcVr','status_code','once','faaeS','ukNFg','unpatch','https','method','82wqwAiK','QzYJS','sfRwh','KxQbR','duration_ms','koowT','3464054qyZQnv','acRgD','NrTXV','Iilqn','JGfML','DOWGT','iZzWi','spy','rxXvE','end','qKowg','EkyUe','host','uwGAR','248cyuVEU','WdluF','removeListener','pakBt','statusCode','jiLHU'];a63_0x7e3b=function(){return _0x51a337;};return a63_0x7e3b();}
1
+ const a64_0x4f7c88=a64_0x2565;(function(_0x9c25de,_0xd67922){const _0x2cf942=a64_0x2565,_0x24c789=_0x9c25de();while(!![]){try{const _0x11aa79=-parseInt(_0x2cf942(0x192))/0x1+-parseInt(_0x2cf942(0x1a9))/0x2+-parseInt(_0x2cf942(0x1ca))/0x3+-parseInt(_0x2cf942(0x19e))/0x4*(parseInt(_0x2cf942(0x1b1))/0x5)+-parseInt(_0x2cf942(0x194))/0x6*(parseInt(_0x2cf942(0x1a3))/0x7)+-parseInt(_0x2cf942(0x1c4))/0x8+parseInt(_0x2cf942(0x1b7))/0x9;if(_0x11aa79===_0xd67922)break;else _0x24c789['push'](_0x24c789['shift']());}catch(_0x3b183b){_0x24c789['push'](_0x24c789['shift']());}}}(a64_0x4ad0,0xf3801));function a64_0x2565(_0x17aa0f,_0x2bf5cc){const _0x4ad04c=a64_0x4ad0();return a64_0x2565=function(_0x2565db,_0x1dd55e){_0x2565db=_0x2565db-0x18e;let _0xbd8f60=_0x4ad04c[_0x2565db];return _0xbd8f60;},a64_0x2565(_0x17aa0f,_0x2bf5cc);}function a64_0x4ad0(){const _0x4277d9=['NNZcO','IvcAU','uSNEG','vSvse','4YnewEW','NNsww','uDQbE','VAoLM','http','7ulITAc','umNcH','error','headers','https','ebWwZ','300230wsDvNp','method','duration_ms','statusCode','end','ddOXa','restore','once','7644695tGzTNd','socket','mTGYZ','RxiuL','status_code','zKJaF','50498991BgaTfk','QwldX','response','path','vYFAn','host','dOtTA','SCgnc','icUWO','VsbXY','unpatch','lsirA','oJqqI','1262832uoLvdB','vprhx','qcajC','hostname','request','Vvbmx','4835160PiCDQH','removeListener','KTNvY','lTsDu','ejzsV','907819jAAytH','spy','1543050gUXOjh','uVflb','monkeypatch','YdBtv','now','OeXPG'];a64_0x4ad0=function(){return _0x4277d9;};return a64_0x4ad0();}const http=require(a64_0x4f7c88(0x1a2)),https=require(a64_0x4f7c88(0x1a7)),monkeypatch=require(a64_0x4f7c88(0x196));function spy(_0x18c8c1){const _0x175786=a64_0x4f7c88,_0x1a6b51={'ebWwZ':function(_0x1d54a4,_0x379eb3){return _0x1d54a4===_0x379eb3;},'lsirA':'SZUkA','uVflb':function(_0x12043a,..._0x20ee88){return _0x12043a(..._0x20ee88);},'wZhCj':function(_0x7e341d,_0x4cb662,_0x5d027e){return _0x7e341d(_0x4cb662,_0x5d027e);},'rwXMs':function(_0x123f5b,_0x365420){return _0x123f5b-_0x365420;},'mTGYZ':_0x175786(0x1a5),'SCgnc':function(_0x11dd44,_0x2b5b6a){return _0x11dd44!==_0x2b5b6a;},'NNsww':_0x175786(0x19d),'VsbXY':function(_0x1ba163,_0x2e9e5b){return _0x1ba163===_0x2e9e5b;},'sXyZP':_0x175786(0x1b6),'ejzsV':_0x175786(0x197),'zKkWp':function(_0x3d484b,_0x2590da){return _0x3d484b-_0x2590da;},'CAhWk':function(_0x1715f3,..._0x28f1e6){return _0x1715f3(..._0x28f1e6);},'ANnnG':_0x175786(0x1bf),'IvcAU':_0x175786(0x1b4),'uSNEG':function(_0x53cab7,_0x3bb07f,_0x5b04a8){return _0x53cab7(_0x3bb07f,_0x5b04a8);},'vprhx':_0x175786(0x1b9),'NFMDR':_0x175786(0x1b2),'uDQbE':function(_0x5b98e5,_0x4c724a,_0x3558e1,_0x257ab5){return _0x5b98e5(_0x4c724a,_0x3558e1,_0x257ab5);},'umNcH':_0x175786(0x1ad),'ddOXa':_0x175786(0x1c8),'qcajC':function(_0x5cf682,_0x17c573,_0x3af098,_0x38d5d6){return _0x5cf682(_0x17c573,_0x3af098,_0x38d5d6);}},_0x54b2d0=(_0x1efddd,_0x46f5c5,_0x2f5005)=>{const _0x5c5296=_0x175786,_0x6e4f3f={'VAoLM':function(_0x4d29d9,_0x14bdf8,_0x5e2aa2){return _0x1a6b51['wZhCj'](_0x4d29d9,_0x14bdf8,_0x5e2aa2);},'RUiZM':function(_0x4223b3,_0xac4829){return _0x1a6b51['rwXMs'](_0x4223b3,_0xac4829);},'KTNvY':_0x1a6b51[_0x5c5296(0x1b3)],'EFWkC':function(_0x244c08,_0x3b57c3){const _0x2dc685=_0x5c5296;return _0x1a6b51[_0x2dc685(0x1be)](_0x244c08,_0x3b57c3);},'dOtTA':_0x1a6b51[_0x5c5296(0x19f)],'QwldX':function(_0x7e1ccf,_0x1cca55){const _0x4e5274=_0x5c5296;return _0x1a6b51[_0x4e5274(0x1c0)](_0x7e1ccf,_0x1cca55);},'OeXPG':_0x1a6b51['sXyZP'],'NNZcO':_0x1a6b51[_0x5c5296(0x191)],'Vvbmx':function(_0x1f8d07,_0xca0e72){return _0x1a6b51['zKkWp'](_0x1f8d07,_0xca0e72);},'oJqqI':function(_0x2f0c09,..._0x375df6){return _0x1a6b51['CAhWk'](_0x2f0c09,..._0x375df6);},'vYFAn':_0x1a6b51['ANnnG']};if(_0x1a6b51[_0x5c5296(0x1be)](_0x1a6b51[_0x5c5296(0x19b)],_0x1a6b51[_0x5c5296(0x19b)])){const _0x4a08de={};_0x4a08de[_0x5c5296(0x1bc)]=_0x357a62[_0x5c5296(0x1bc)]||_0x3585d7[_0x5c5296(0x1c7)],_0x4a08de[_0x5c5296(0x1ba)]=_0x39c013[_0x5c5296(0x1ba)],_0x4a08de[_0x5c5296(0x1aa)]=_0x3f8ac9[_0x5c5296(0x1aa)],_0x4a08de[_0x5c5296(0x1a6)]=_0x54e1be[_0x5c5296(0x1a6)],_0x6e4f3f['VAoLM'](_0x32a53c,_0x56dfe6,_0x4a08de);}else{const _0x50db8d=_0x1a6b51[_0x5c5296(0x19c)](_0x1efddd,_0x46f5c5,_0x2f5005);let _0x12c83d=Date[_0x5c5296(0x198)](),_0x5fe459;const _0x12ca8e=_0xb7a97e=>{const _0x18c544=_0x5c5296,_0x1e0a16={'lTsDu':function(_0x5520cb,_0x512be3){return _0x6e4f3f['RUiZM'](_0x5520cb,_0x512be3);},'StKjY':function(_0x27db08,_0x438913,_0x31e3ab){const _0x1c7cf6=a64_0x2565;return _0x6e4f3f[_0x1c7cf6(0x1a1)](_0x27db08,_0x438913,_0x31e3ab);},'Sqsst':_0x6e4f3f[_0x18c544(0x18f)]};if(_0x6e4f3f['EFWkC'](_0x6e4f3f[_0x18c544(0x1bd)],_0x6e4f3f[_0x18c544(0x1bd)])){const _0x1e79f0=_0x1e0a16[_0x18c544(0x190)](_0x590244['now'](),_0x5e182f),_0x3ca870={};_0x3ca870['hostname']=_0x20378c[_0x18c544(0x1bc)]||_0x20d6b9[_0x18c544(0x1c7)],_0x3ca870[_0x18c544(0x1ba)]=_0x4caf6c[_0x18c544(0x1ba)],_0x3ca870[_0x18c544(0x1aa)]=_0x1bb361['method'],_0x3ca870[_0x18c544(0x1a6)]=_0x276255[_0x18c544(0x1a6)],_0x3ca870[_0x18c544(0x1b5)]=_0x39dbb2[_0x18c544(0x1ac)],_0x3ca870[_0x18c544(0x1ab)]=_0x1e79f0,_0x1e0a16['StKjY'](_0x1aa623,null,_0x3ca870),_0xa0bf84[_0x18c544(0x18e)](_0x1e0a16['Sqsst'],_0x1bb0cc);}else{const _0x5f1530={};_0x5f1530['host']=_0x46f5c5['host']||_0x46f5c5['hostname'],_0x5f1530[_0x18c544(0x1ba)]=_0x46f5c5['path'],_0x5f1530['method']=_0x46f5c5['method'],_0x5f1530[_0x18c544(0x1a6)]=_0x46f5c5['headers'],_0x6e4f3f[_0x18c544(0x1a1)](_0x18c8c1,_0xb7a97e,_0x5f1530);}};return _0x50db8d[_0x5c5296(0x1b0)](_0x1a6b51[_0x5c5296(0x1c5)],_0x2d2241=>{const _0x25e45e=_0x5c5296;if(_0x6e4f3f[_0x25e45e(0x1b8)](_0x6e4f3f[_0x25e45e(0x199)],_0x6e4f3f[_0x25e45e(0x19a)]))_0x466895[_0x25e45e(0x1c8)][_0x25e45e(0x1c1)](),_0x201a08[_0x25e45e(0x1c8)][_0x25e45e(0x1c1)]();else{const _0x590c20=_0x6e4f3f[_0x25e45e(0x1c9)](Date[_0x25e45e(0x198)](),_0x12c83d),_0x276deb={};_0x276deb['hostname']=_0x46f5c5[_0x25e45e(0x1bc)]||_0x46f5c5['hostname'],_0x276deb[_0x25e45e(0x1ba)]=_0x46f5c5[_0x25e45e(0x1ba)],_0x276deb[_0x25e45e(0x1aa)]=_0x46f5c5[_0x25e45e(0x1aa)],_0x276deb[_0x25e45e(0x1a6)]=_0x46f5c5[_0x25e45e(0x1a6)],_0x276deb[_0x25e45e(0x1b5)]=_0x2d2241[_0x25e45e(0x1ac)],_0x276deb['duration_ms']=_0x590c20,_0x6e4f3f[_0x25e45e(0x1a1)](_0x18c8c1,null,_0x276deb),_0x5fe459[_0x25e45e(0x18e)](_0x6e4f3f[_0x25e45e(0x18f)],_0x12ca8e);}}),_0x50db8d['on'](_0x1a6b51['NFMDR'],_0x23b991=>{const _0x5a3526=_0x5c5296;_0x6e4f3f[_0x5a3526(0x1b8)](_0x6e4f3f['vYFAn'],_0x6e4f3f[_0x5a3526(0x1bb)])?(_0x5fe459=_0x23b991,_0x23b991['once'](_0x6e4f3f[_0x5a3526(0x18f)],_0x12ca8e)):(_0x3ff3a6=_0x16cdf7[_0x5a3526(0x198)](),_0x6e4f3f[_0x5a3526(0x1c3)](_0x82220c,..._0x6ffa87));}),_0x1a6b51[_0x5c5296(0x1a0)](monkeypatch,_0x50db8d,_0x1a6b51[_0x5c5296(0x1a4)],(_0x47cc08,..._0x1df8c5)=>{const _0x1909be=_0x5c5296;_0x1a6b51[_0x1909be(0x1a8)](_0x1a6b51[_0x1909be(0x1c2)],_0x1a6b51[_0x1909be(0x1c2)])?(_0x12c83d=Date['now'](),_0x1a6b51[_0x1909be(0x195)](_0x47cc08,..._0x1df8c5)):(_0x371c7c=_0x4e0110,_0x4bfcb8[_0x1909be(0x1b0)](_0x6e4f3f[_0x1909be(0x18f)],_0x5d1bc7));}),_0x50db8d;}};_0x1a6b51[_0x175786(0x1a0)](monkeypatch,http,_0x1a6b51['ddOXa'],_0x54b2d0),_0x1a6b51[_0x175786(0x1c6)](monkeypatch,https,_0x1a6b51[_0x175786(0x1ae)],_0x54b2d0);}function restore(){http['request']['unpatch'](),https['request']['unpatch']();}const a64_0x3c7f28={};a64_0x3c7f28[a64_0x4f7c88(0x193)]=spy,a64_0x3c7f28[a64_0x4f7c88(0x1af)]=restore,module['exports']=a64_0x3c7f28;
@@ -1 +1 @@
1
- function a64_0x5d36(_0x21a789,_0x4330d7){const _0x275bda=a64_0x275b();return a64_0x5d36=function(_0x5d364e,_0x3472f8){_0x5d364e=_0x5d364e-0x1c3;let _0x17cee0=_0x275bda[_0x5d364e];return _0x17cee0;},a64_0x5d36(_0x21a789,_0x4330d7);}const a64_0x510ea8=a64_0x5d36;function a64_0x275b(){const _0x3f24c1=['KVxjw','3435964HMHtTY','9HVGpEQ','prototype','529645YtjmNP','aEuJD','60594UwfUQe','4PKFCMT','https:','1746477aswFUt','protocol','1089910ARMHOm','keepAliveMsecs','XMshu','3395552iNhsci','GwmOZ','exports','hasOwnProperty','globalAgent','https','keepAlive','request','FvBXk','Agent','602200iYeGVl','GTEiE','agent','http'];a64_0x275b=function(){return _0x3f24c1;};return a64_0x275b();}(function(_0x14e7c1,_0x4eed6c){const _0x4f65fa=a64_0x5d36,_0x4364c6=_0x14e7c1();while(!![]){try{const _0x3b5510=-parseInt(_0x4f65fa(0x1d6))/0x1+parseInt(_0x4f65fa(0x1c9))/0x2+-parseInt(_0x4f65fa(0x1c7))/0x3+-parseInt(_0x4f65fa(0x1c5))/0x4*(-parseInt(_0x4f65fa(0x1de))/0x5)+-parseInt(_0x4f65fa(0x1c4))/0x6+parseInt(_0x4f65fa(0x1db))/0x7+parseInt(_0x4f65fa(0x1cc))/0x8*(parseInt(_0x4f65fa(0x1dc))/0x9);if(_0x3b5510===_0x4eed6c)break;else _0x4364c6['push'](_0x4364c6['shift']());}catch(_0x55594c){_0x4364c6['push'](_0x4364c6['shift']());}}}(a64_0x275b,0x5ac0a),module[a64_0x510ea8(0x1ce)]=function(){const _0x979164=a64_0x510ea8,_0x27aca9={'EigFI':function(_0x4b3fa4,_0x4e1b68){return _0x4b3fa4===_0x4e1b68;},'GTEiE':_0x979164(0x1c6),'XMshu':_0x979164(0x1d8),'FvBXk':function(_0xc6c58f,_0x3f59b5,_0x2dacb3){return _0xc6c58f(_0x3f59b5,_0x2dacb3);},'aEuJD':function(_0x3b4f0b,_0xca687e){return _0x3b4f0b(_0xca687e);},'oyQHz':_0x979164(0x1d9),'GyTkE':function(_0x1e2a98,_0x365c47){return _0x1e2a98(_0x365c47);},'GwmOZ':_0x979164(0x1d1),'KVxjw':function(_0x7b4f3a,_0x513679){return _0x7b4f3a*_0x513679;},'xszqn':'keepAlive'},_0x51313c=_0x27aca9[_0x979164(0x1c3)](require,_0x27aca9['oyQHz']),_0x3dcff3=_0x27aca9['GyTkE'](require,_0x27aca9[_0x979164(0x1cd)]),_0x27c05a=_0x27aca9[_0x979164(0x1da)](0x1e,0x3e8);if(_0x51313c['globalAgent']&&Object[_0x979164(0x1dd)][_0x979164(0x1cf)]['call'](_0x51313c['globalAgent'],_0x27aca9['xszqn']))_0x51313c['globalAgent'][_0x979164(0x1d2)]=!![],_0x3dcff3['globalAgent'][_0x979164(0x1d2)]=!![],_0x51313c[_0x979164(0x1d0)][_0x979164(0x1ca)]=_0x27c05a,_0x3dcff3[_0x979164(0x1d0)][_0x979164(0x1ca)]=_0x27c05a;else{const _0x5e85fa={};_0x5e85fa['keepAlive']=!![],_0x5e85fa['keepAliveMsecs']=_0x27c05a;const _0x3461ac=new _0x51313c['Agent'](_0x5e85fa),_0x365b32={};_0x365b32['keepAlive']=!![],_0x365b32[_0x979164(0x1ca)]=_0x27c05a;const _0x293a7a=new _0x3dcff3[(_0x979164(0x1d5))](_0x365b32),_0x639326=_0x51313c[_0x979164(0x1d3)],_0x55935d=_0x3dcff3[_0x979164(0x1d3)];_0x51313c[_0x979164(0x1d3)]=function(_0x20896a,_0x582a6f){const _0x1d4737=_0x979164;if(_0x27aca9['EigFI'](_0x20896a[_0x1d4737(0x1c8)],_0x27aca9[_0x1d4737(0x1d7)]))return _0x20896a[_0x27aca9[_0x1d4737(0x1cb)]]=_0x293a7a,_0x27aca9[_0x1d4737(0x1d4)](_0x55935d,_0x20896a,_0x582a6f);return _0x20896a[_0x27aca9[_0x1d4737(0x1cb)]]=_0x3461ac,_0x27aca9[_0x1d4737(0x1d4)](_0x639326,_0x20896a,_0x582a6f);};}});
1
+ const a65_0x5a6d3c=a65_0x3177;function a65_0x4b5a(){const _0x533374=['http','prototype','GIlzo','PtmTd','mquUS','globalAgent','kPcEs','1155DHtLzx','call','keepAlive','GdJDS','9357159CxykxU','8fYSpsQ','riSES','882EHxMYp','649677RJRAGC','keepAliveMsecs','hasOwnProperty','exports','4FOnYrn','528220SAtPAl','request','DzkZj','https','4387845dCsUdO','vDZIv','663464RlWwlO','OGuQa','18dUuDFh','https:','2155510YWDbGo','Agent'];a65_0x4b5a=function(){return _0x533374;};return a65_0x4b5a();}function a65_0x3177(_0x3f2ccc,_0x28d6b6){const _0x4b5a33=a65_0x4b5a();return a65_0x3177=function(_0x3177ba,_0x174fe2){_0x3177ba=_0x3177ba-0x123;let _0x562f1e=_0x4b5a33[_0x3177ba];return _0x562f1e;},a65_0x3177(_0x3f2ccc,_0x28d6b6);}(function(_0x37deb3,_0x8a5f35){const _0x416f9c=a65_0x3177,_0x44f9e9=_0x37deb3();while(!![]){try{const _0x5ea7c6=parseInt(_0x416f9c(0x125))/0x1+parseInt(_0x416f9c(0x124))/0x2*(-parseInt(_0x416f9c(0x140))/0x3)+parseInt(_0x416f9c(0x12b))/0x4+-parseInt(_0x416f9c(0x138))/0x5*(-parseInt(_0x416f9c(0x13f))/0x6)+parseInt(_0x416f9c(0x13c))/0x7*(parseInt(_0x416f9c(0x13d))/0x8)+parseInt(_0x416f9c(0x12d))/0x9*(-parseInt(_0x416f9c(0x12f))/0xa)+-parseInt(_0x416f9c(0x129))/0xb;if(_0x5ea7c6===_0x8a5f35)break;else _0x44f9e9['push'](_0x44f9e9['shift']());}catch(_0x246902){_0x44f9e9['push'](_0x44f9e9['shift']());}}}(a65_0x4b5a,0xc3b81),module[a65_0x5a6d3c(0x123)]=function(){const _0x3ffd69=a65_0x5a6d3c,_0x1c2bd6={'vDZIv':function(_0x2fdca4,_0x54eb81){return _0x2fdca4===_0x54eb81;},'PtmTd':_0x3ffd69(0x12e),'OGuQa':'agent','mquUS':function(_0x1cc0fc,_0x4eca6d,_0x3a35b7){return _0x1cc0fc(_0x4eca6d,_0x3a35b7);},'riSES':function(_0x144502,_0x7e036c,_0x3d30f8){return _0x144502(_0x7e036c,_0x3d30f8);},'DzkZj':function(_0x1639d3,_0x13d2d9){return _0x1639d3(_0x13d2d9);},'LPUcY':_0x3ffd69(0x131),'GIlzo':function(_0x9d5e81,_0x4ca314){return _0x9d5e81(_0x4ca314);},'kPcEs':_0x3ffd69(0x128),'hbSZU':function(_0x8a5d7f,_0x251000){return _0x8a5d7f*_0x251000;},'GdJDS':_0x3ffd69(0x13a)},_0x2b4d31=_0x1c2bd6[_0x3ffd69(0x127)](require,_0x1c2bd6['LPUcY']),_0x216a44=_0x1c2bd6[_0x3ffd69(0x133)](require,_0x1c2bd6[_0x3ffd69(0x137)]),_0x586bd2=_0x1c2bd6['hbSZU'](0x1e,0x3e8);if(_0x2b4d31[_0x3ffd69(0x136)]&&Object[_0x3ffd69(0x132)][_0x3ffd69(0x142)][_0x3ffd69(0x139)](_0x2b4d31[_0x3ffd69(0x136)],_0x1c2bd6[_0x3ffd69(0x13b)]))_0x2b4d31[_0x3ffd69(0x136)][_0x3ffd69(0x13a)]=!![],_0x216a44[_0x3ffd69(0x136)]['keepAlive']=!![],_0x2b4d31[_0x3ffd69(0x136)][_0x3ffd69(0x141)]=_0x586bd2,_0x216a44['globalAgent'][_0x3ffd69(0x141)]=_0x586bd2;else{const _0x4e95ce={};_0x4e95ce['keepAlive']=!![],_0x4e95ce[_0x3ffd69(0x141)]=_0x586bd2;const _0x1e3fdd=new _0x2b4d31[(_0x3ffd69(0x130))](_0x4e95ce),_0x397cc8={};_0x397cc8[_0x3ffd69(0x13a)]=!![],_0x397cc8[_0x3ffd69(0x141)]=_0x586bd2;const _0x20526a=new _0x216a44[(_0x3ffd69(0x130))](_0x397cc8),_0x555b92=_0x2b4d31[_0x3ffd69(0x126)],_0x15b7e2=_0x216a44[_0x3ffd69(0x126)];_0x2b4d31[_0x3ffd69(0x126)]=function(_0x2d8b06,_0x2b27e4){const _0x2bb56b=_0x3ffd69;if(_0x1c2bd6[_0x2bb56b(0x12a)](_0x2d8b06['protocol'],_0x1c2bd6[_0x2bb56b(0x134)]))return _0x2d8b06[_0x1c2bd6[_0x2bb56b(0x12c)]]=_0x20526a,_0x1c2bd6[_0x2bb56b(0x135)](_0x15b7e2,_0x2d8b06,_0x2b27e4);return _0x2d8b06[_0x1c2bd6[_0x2bb56b(0x12c)]]=_0x1e3fdd,_0x1c2bd6[_0x2bb56b(0x13e)](_0x555b92,_0x2d8b06,_0x2b27e4);};}});
@@ -1 +1 @@
1
- function a65_0x20c5(){var _0x7b2543=['MOCHA','2kjTGOB','https://collector-observability.browserstack.com','3441597bBDsME','Playwright','2961768pYRHXi','13802409WxdKCs','assign','619227DjJfJc','.obs_test_details','mocha','PLAYWRIGHT','381476lDivNl','66fsdYBn','api/v1/batch','1273432PACIxF','7042620hnkTOH','exports'];a65_0x20c5=function(){return _0x7b2543;};return a65_0x20c5();}function a65_0x5390(_0x407214,_0x56d333){var _0x20c5fa=a65_0x20c5();return a65_0x5390=function(_0x5390ad,_0xbeb446){_0x5390ad=_0x5390ad-0x16b;var _0x5f4060=_0x20c5fa[_0x5390ad];return _0x5f4060;},a65_0x5390(_0x407214,_0x56d333);}var a65_0x3ae936=a65_0x5390;(function(_0x579388,_0x1c27af){var _0xbc3c63=a65_0x5390,_0x3b9cc7=_0x579388();while(!![]){try{var _0x380f11=-parseInt(_0xbc3c63(0x17b))/0x1*(parseInt(_0xbc3c63(0x174))/0x2)+parseInt(_0xbc3c63(0x16b))/0x3+parseInt(_0xbc3c63(0x16d))/0x4+-parseInt(_0xbc3c63(0x178))/0x5+-parseInt(_0xbc3c63(0x175))/0x6*(parseInt(_0xbc3c63(0x170))/0x7)+parseInt(_0xbc3c63(0x177))/0x8+parseInt(_0xbc3c63(0x16e))/0x9;if(_0x380f11===_0x1c27af)break;else _0x3b9cc7['push'](_0x3b9cc7['shift']());}catch(_0x53559c){_0x3b9cc7['push'](_0x3b9cc7['shift']());}}}(a65_0x20c5,0xc78c6));var a65_0x5316d3={};a65_0x5316d3[a65_0x3ae936(0x173)]=a65_0x3ae936(0x16c),a65_0x5316d3[a65_0x3ae936(0x17a)]=a65_0x3ae936(0x172),module[a65_0x3ae936(0x179)]={'consoleHolder':Object[a65_0x3ae936(0x16f)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a65_0x3ae936(0x17c),'EVENT_ENDPOINT':'api/v1/event','BATCH_ENDPOINT':a65_0x3ae936(0x176),'SCREENSHOT_ENDPOINT':'api/v1/screenshots','DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0x1388,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':a65_0x3ae936(0x171),'FRAMEWORKS':a65_0x5316d3};
1
+ function a66_0x4ca5(){var _0x55cfd6=['.obs_test_details','3141016CioPUx','api/v1/screenshots','942486gvmVZy','assign','Playwright','api/v1/batch','370368iwiIWc','1850372cfVXGp','exports','264suFsgP','13854890oQlhfY','21640KKOiLx','https://collector-observability.browserstack.com','3JsSMxK','1ZHcdWs','api/v1/event','3212972jnGqqJ','mocha','PLAYWRIGHT'];a66_0x4ca5=function(){return _0x55cfd6;};return a66_0x4ca5();}var a66_0x1c6fbc=a66_0x4716;(function(_0x396be6,_0x22619e){var _0xdca585=a66_0x4716,_0xb6fbd3=_0x396be6();while(!![]){try{var _0x5e9095=parseInt(_0xdca585(0x11a))/0x1*(parseInt(_0xdca585(0x122))/0x2)+-parseInt(_0xdca585(0x119))/0x3*(-parseInt(_0xdca585(0x127))/0x4)+parseInt(_0xdca585(0x117))/0x5*(-parseInt(_0xdca585(0x115))/0x6)+parseInt(_0xdca585(0x11c))/0x7+parseInt(_0xdca585(0x120))/0x8+parseInt(_0xdca585(0x126))/0x9+-parseInt(_0xdca585(0x116))/0xa;if(_0x5e9095===_0x22619e)break;else _0xb6fbd3['push'](_0xb6fbd3['shift']());}catch(_0x4aa0a3){_0xb6fbd3['push'](_0xb6fbd3['shift']());}}}(a66_0x4ca5,0x3d342));function a66_0x4716(_0x54f663,_0x2c71b2){var _0x4ca5de=a66_0x4ca5();return a66_0x4716=function(_0x47162c,_0x2d27ab){_0x47162c=_0x47162c-0x114;var _0x4e2417=_0x4ca5de[_0x47162c];return _0x4e2417;},a66_0x4716(_0x54f663,_0x2c71b2);}var a66_0x323ce8={};a66_0x323ce8[a66_0x1c6fbc(0x11e)]=a66_0x1c6fbc(0x124),a66_0x323ce8['MOCHA']=a66_0x1c6fbc(0x11d),module[a66_0x1c6fbc(0x114)]={'consoleHolder':Object[a66_0x1c6fbc(0x123)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a66_0x1c6fbc(0x118),'EVENT_ENDPOINT':a66_0x1c6fbc(0x11b),'BATCH_ENDPOINT':a66_0x1c6fbc(0x125),'SCREENSHOT_ENDPOINT':a66_0x1c6fbc(0x121),'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_0x1c6fbc(0x11f),'FRAMEWORKS':a66_0x323ce8};
@@ -1 +1 @@
1
- function a66_0x4596(_0x138b47,_0x58e55d){const _0x17bc79=a66_0x17bc();return a66_0x4596=function(_0x459631,_0x10dfc0){_0x459631=_0x459631-0x13c;let _0x2c64fe=_0x17bc79[_0x459631];return _0x2c64fe;},a66_0x4596(_0x138b47,_0x58e55d);}const a66_0x52c531=a66_0x4596;(function(_0x710f11,_0x42488f){const _0x42576=a66_0x4596,_0x3ff3d6=_0x710f11();while(!![]){try{const _0x153d0f=parseInt(_0x42576(0x14a))/0x1+parseInt(_0x42576(0x1db))/0x2+-parseInt(_0x42576(0x16e))/0x3+-parseInt(_0x42576(0x149))/0x4+-parseInt(_0x42576(0x220))/0x5*(-parseInt(_0x42576(0x214))/0x6)+-parseInt(_0x42576(0x1b3))/0x7+parseInt(_0x42576(0x142))/0x8*(parseInt(_0x42576(0x1e0))/0x9);if(_0x153d0f===_0x42488f)break;else _0x3ff3d6['push'](_0x3ff3d6['shift']());}catch(_0x182616){_0x3ff3d6['push'](_0x3ff3d6['shift']());}}}(a66_0x17bc,0xdf0b1));const util=require(a66_0x52c531(0x1ce)),PerformanceTester=require(a66_0x52c531(0x21a)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require('./utils'),{getAgentVersion}=require('../helper'),o11yErrorHandler=_0xd46643=>{const _0x367b2b=a66_0x52c531,_0x2e3c3d={'WVqJf':function(_0xe82afd,_0x3f26d3){return _0xe82afd(_0x3f26d3);},'cyJLY':function(_0x3dfa45,_0x251ac0){return _0x3dfa45!==_0x251ac0;},'VQZtm':_0x367b2b(0x1df),'ZkeXo':_0x367b2b(0x1fd),'XcHQl':function(_0x80fd1e,_0x9d4a8a){return _0x80fd1e!==_0x9d4a8a;},'dzWjM':_0x367b2b(0x222),'uUrKH':_0x367b2b(0x1f4),'mukgS':_0x367b2b(0x1be),'GMfWn':function(_0x58005d,_0x47ac69){return _0x58005d instanceof _0x47ac69;},'tUGVd':function(_0x1e1a40,_0x37b5c7){return _0x1e1a40===_0x37b5c7;},'Zzslq':_0x367b2b(0x188),'aouqC':_0x367b2b(0x155),'HMsLn':function(_0x30da44,_0x328425){return _0x30da44!==_0x328425;},'AsSqW':_0x367b2b(0x1d2),'DbZbG':_0x367b2b(0x165),'dbpvU':function(_0x19af0d,_0x26886a,_0x32379d,_0x2f7b47){return _0x19af0d(_0x26886a,_0x32379d,_0x2f7b47);}};return function(..._0x2ff92a){const _0x2c508b=_0x367b2b;if(_0x2e3c3d[_0x2c508b(0x1a3)](_0x2e3c3d[_0x2c508b(0x206)],_0x2e3c3d[_0x2c508b(0x178)]))try{if(_0x2e3c3d['XcHQl'](_0x2e3c3d['dzWjM'],_0x2e3c3d['uUrKH'])){let _0x4465fb=_0xd46643;process[_0x2c508b(0x20a)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0x2e3c3d[_0x2c508b(0x1a3)](_0x2e3c3d[_0x2c508b(0x1b6)],_0x2e3c3d[_0x2c508b(0x1b6)])?_0x2e3c3d[_0x2c508b(0x1d1)](_0x69e0a8,_0x2c508b(0x204)+_0x1401ac):_0x4465fb=PerformanceTester['getPerformance']()[_0x2c508b(0x1f0)](_0x4465fb));const _0x5ead01=_0x4465fb[_0x2c508b(0x1a2)](null,arguments);if(_0x2e3c3d['GMfWn'](_0x5ead01,Promise)){if(_0x2e3c3d['tUGVd'](_0x2e3c3d[_0x2c508b(0x153)],_0x2e3c3d[_0x2c508b(0x1e5)]))return;else return _0x5ead01[_0x2c508b(0x215)](_0x268a02=>processError(_0x268a02,_0xd46643,_0x2ff92a));}return _0x5ead01;}else{const _0x4bc6fc=_0x1b07ba[_0x2c508b(0x1c5)](_0x27ecab['stringify'](_0x47e879));return this[_0x2c508b(0x1ae)](_0x4bc6fc),_0x4bc6fc;}}catch(_0x2da0b4){if(_0x2e3c3d[_0x2c508b(0x1a5)](_0x2e3c3d[_0x2c508b(0x161)],_0x2e3c3d[_0x2c508b(0x1f7)]))_0x2e3c3d[_0x2c508b(0x147)](processError,_0x2da0b4,_0xd46643,_0x2ff92a);else return _0x171cc0;}else _0x4ca0c3=_0x58793f[_0x2c508b(0x15b)]()[_0x2c508b(0x1f0)](_0x572c75);};},o11yClassErrorHandler=(_0x4b1114,_0x4de3d1)=>{const _0x438e29=a66_0x52c531,_0x3fd1ad={'Bzhvq':function(_0xc08fbb,_0x574ad7){return _0xc08fbb(_0x574ad7);},'BPBNS':function(_0x4e32bc,_0x1f0468,_0x8b8544,_0x5ccca0){return _0x4e32bc(_0x1f0468,_0x8b8544,_0x5ccca0);},'yoBlE':function(_0xd7b054,_0x355fb8){return _0xd7b054(_0x355fb8);},'XUWec':function(_0xb254d3,_0x1b2c3c){return _0xb254d3===_0x1b2c3c;},'qccgy':_0x438e29(0x1f3),'bzUZc':function(_0x444978,_0x5c73cb){return _0x444978(_0x5c73cb);},'fcjvz':function(_0x47ffaa,_0x3f2245){return _0x47ffaa!==_0x3f2245;},'MCmxT':_0x438e29(0x166),'rDAwr':_0x438e29(0x180),'xqnno':function(_0xbc845d,_0x1c6940){return _0xbc845d instanceof _0x1c6940;},'wMXVs':_0x438e29(0x195),'uiqEI':_0x438e29(0x143),'ghltW':_0x438e29(0x15e),'rKFDP':_0x438e29(0x21c),'KypHH':function(_0x3b7819,_0x50ae5a){return _0x3b7819===_0x50ae5a;},'UORqN':_0x438e29(0x1cb),'aRGbR':_0x438e29(0x13e),'MHBOI':_0x438e29(0x194),'bYTVk':function(_0x3c8441,_0x1bb823){return _0x3c8441!==_0x1bb823;},'UyiFh':_0x438e29(0x1c9),'Knbyi':function(_0x12df1f,_0x4c45c2){return _0x12df1f<_0x4c45c2;},'JYpfw':function(_0x3ef2e9,_0xc34694){return _0x3ef2e9===_0xc34694;},'Cvizw':'BrWxy'},_0x1bfeec=_0x4b1114['prototype'];if(_0x3fd1ad[_0x438e29(0x157)](Object[_0x438e29(0x164)](_0x1bfeec)['length'],0x2)){if(_0x3fd1ad[_0x438e29(0x17e)](_0x3fd1ad[_0x438e29(0x1ac)],_0x3fd1ad[_0x438e29(0x1ac)]))return _0x4b1114;else return;}return Object['getOwnPropertyNames'](_0x1bfeec)[_0x438e29(0x191)](_0xa90b84=>{const _0x387de6=_0x438e29,_0x2adc85={'FhTfW':function(_0x262148,_0x5cf56e){const _0x4abd08=a66_0x4596;return _0x3fd1ad[_0x4abd08(0x1fc)](_0x262148,_0x5cf56e);},'iIrUS':function(_0x21e814,_0x136a37){const _0x2f7005=a66_0x4596;return _0x3fd1ad[_0x2f7005(0x1fc)](_0x21e814,_0x136a37);},'GScoQ':function(_0x19a64e,_0x12e714){const _0x126d51=a66_0x4596;return _0x3fd1ad[_0x126d51(0x152)](_0x19a64e,_0x12e714);},'tcMKJ':function(_0x3ab11f,_0x4e384f){const _0x25a732=a66_0x4596;return _0x3fd1ad[_0x25a732(0x21d)](_0x3ab11f,_0x4e384f);},'vTBQG':_0x3fd1ad[_0x387de6(0x224)],'jOnfa':function(_0x128e28,_0x519daf){return _0x3fd1ad['bzUZc'](_0x128e28,_0x519daf);},'LHFIO':function(_0x2f267a,_0x2f4c9a){const _0x16db5f=_0x387de6;return _0x3fd1ad[_0x16db5f(0x201)](_0x2f267a,_0x2f4c9a);},'lvWwa':_0x3fd1ad[_0x387de6(0x176)],'BOVIy':function(_0x394841,_0x539164){const _0x2eec31=_0x387de6;return _0x3fd1ad[_0x2eec31(0x21d)](_0x394841,_0x539164);},'dYHHe':_0x3fd1ad[_0x387de6(0x192)],'NpqDe':function(_0x4e4ec1,_0x314ef7){const _0x4db179=_0x387de6;return _0x3fd1ad[_0x4db179(0x19e)](_0x4e4ec1,_0x314ef7);},'xSjby':_0x3fd1ad[_0x387de6(0x144)],'bqVNV':_0x3fd1ad[_0x387de6(0x1a1)],'QMTDp':_0x3fd1ad[_0x387de6(0x1b7)],'HGuoe':function(_0x4b774a,_0x4508d7,_0x6e9ee5,_0x5cf426){const _0x12786b=_0x387de6;return _0x3fd1ad[_0x12786b(0x19c)](_0x4b774a,_0x4508d7,_0x6e9ee5,_0x5cf426);}};if(_0x3fd1ad[_0x387de6(0x21d)](_0x3fd1ad['rKFDP'],_0x3fd1ad['rKFDP'])){if(!(_0x4de3d1&&_0x4de3d1[_0x387de6(0x18d)](_0xa90b84))){if(_0x3fd1ad[_0x387de6(0x1c6)](_0x3fd1ad[_0x387de6(0x14b)],_0x3fd1ad['UORqN']))return;else _0x3fd1ad[_0x387de6(0x1fc)](_0x1ed222,_0x387de6(0x1aa)+_0x476af0[_0x387de6(0x14f)]());}const _0x3b33b6=_0x1bfeec[_0xa90b84];if(_0x3fd1ad[_0x387de6(0x1c6)](typeof _0x3b33b6,_0x3fd1ad[_0x387de6(0x1c1)])&&_0x3fd1ad['fcjvz'](_0xa90b84,_0x3fd1ad[_0x387de6(0x148)])){if(_0x3fd1ad[_0x387de6(0x1de)](_0x3fd1ad[_0x387de6(0x1c2)],_0x3fd1ad['UyiFh'])){const _0x41029a=_0x141595[_0x387de6(0x16f)],_0x48efdb=_0x59e79a[_0x387de6(0x14d)];!_0xab34e4&&(_0x5b3b8b=_0x2adc85[_0x387de6(0x15f)](_0x40df7e,_0x41029a));!_0x48efdb&&_0x2adc85[_0x387de6(0x181)](_0x108915,_0x41029a);const _0x2f2cee={};_0x2f2cee[_0x387de6(0x16f)]=_0x41029a,_0x2f2cee[_0x387de6(0x14d)]=_0x48efdb,this[_0x387de6(0x17c)](_0x2f2cee,_0x21ba02,_0x2adc85[_0x387de6(0x1d8)](_0x44061b,_0x7c433a));}else Object[_0x387de6(0x18c)](_0x1bfeec,_0xa90b84,{'writable':!![],'value':function(..._0x4581e1){const _0x1e4d71=_0x387de6,_0x49dcfc={'dtbWb':function(_0x349e19,_0x3a0a10){const _0x654a0e=a66_0x4596;return _0x2adc85[_0x654a0e(0x15f)](_0x349e19,_0x3a0a10);}};if(_0x2adc85[_0x1e4d71(0x154)](_0x2adc85[_0x1e4d71(0x19f)],_0x2adc85['lvWwa'])){if(!this[_0x1e4d71(0x1a0)]&&_0x296f2a[_0x1e4d71(0x20a)][_0x1e4d71(0x17d)])try{this['credentials']=_0x3ad4cb['parse'](_0x306cc7[_0x1e4d71(0x20a)][_0x1e4d71(0x17d)]);}catch(_0x1b69d1){_0x49dcfc['dtbWb'](_0x12b303,_0x1e4d71(0x1aa)+_0x1b69d1[_0x1e4d71(0x14f)]());}return this[_0x1e4d71(0x1a0)];}else try{if(_0x2adc85[_0x1e4d71(0x18e)](_0x2adc85[_0x1e4d71(0x1cd)],_0x2adc85[_0x1e4d71(0x1cd)])){const _0x4305ee=(process['env'][_0x1e4d71(0x1b8)]?PerformanceTester[_0x1e4d71(0x15b)]()['timerify'](_0x3b33b6):_0x3b33b6)[_0x1e4d71(0x1c0)](this,..._0x4581e1);if(_0x2adc85[_0x1e4d71(0x13c)](_0x4305ee,Promise)){if(_0x2adc85[_0x1e4d71(0x154)](_0x2adc85[_0x1e4d71(0x175)],_0x2adc85[_0x1e4d71(0x1e9)]))return _0x4305ee['catch'](_0x54b213=>processError(_0x54b213,_0x3b33b6,_0x4581e1));else{if(_0x49bc7d[_0x1e4d71(0x18d)](_0x171cad[_0x1e4d71(0x156)]()))delete _0x6ddc75[_0x559a93];else _0x2adc85['tcMKJ'](typeof _0x36b8c3[_0x33eac7],_0x2adc85[_0x1e4d71(0x219)])&&this['recursivelyDeletePIIKeysFromObject'](_0x272470[_0x36ddb6]);}}return _0x4305ee;}else _0x338d3d=_0x2aedbb[_0x1e4d71(0x205)](_0x495c64);}catch(_0x7b656b){if(_0x2adc85[_0x1e4d71(0x154)](_0x2adc85[_0x1e4d71(0x1d4)],_0x2adc85[_0x1e4d71(0x1d4)])){if(_0x2adc85[_0x1e4d71(0x1bf)](_0x42b53f[_0x1e4d71(0x174)](this[_0x1e4d71(0x169)])[_0x1e4d71(0x183)],0x0)&&_0x16d00d[_0x1e4d71(0x20a)][_0x1e4d71(0x1f9)])try{this[_0x1e4d71(0x169)]=_0x150ad2[_0x1e4d71(0x1c5)](_0x41a760[_0x1e4d71(0x20a)][_0x1e4d71(0x1f9)]);}catch(_0x2563d4){_0x2adc85['jOnfa'](_0x5efcc2,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x2563d4[_0x1e4d71(0x14f)]());}return this['frameworkDetails'];}else _0x2adc85['HGuoe'](processError,_0x7b656b,_0x3b33b6,_0x4581e1);}}});}}else _0x3fd1ad[_0x387de6(0x19c)](_0xd4f503,_0x56af32,_0x34da52,_0x47b6f5);}),_0x4b1114;};function processError(_0x3013a3,_0x257f84,_0x581a90){const _0xb95d4=a66_0x52c531,_0x2b1790={'MfkpN':function(_0x4e5dfa,_0x1c73b6){return _0x4e5dfa(_0x1c73b6);},'cCCrR':function(_0x24fd6f,_0x5c54ba){return _0x24fd6f===_0x5c54ba;},'nzGfn':_0xb95d4(0x177),'jWdwQ':'lyKIj','teYUL':_0xb95d4(0x15c)};_0x2b1790[_0xb95d4(0x15d)](debug,_0xb95d4(0x1ef)+_0x257f84['name']+'\x20with\x20args\x20'+_0x581a90+':\x20'+_0x3013a3);let _0x5772e0;try{_0x2b1790[_0xb95d4(0x193)](_0x2b1790['nzGfn'],_0x2b1790[_0xb95d4(0x1ee)])?_0x5772e0=JSON[_0xb95d4(0x205)](_0x581a90):(this[_0xb95d4(0x1dc)]=this[_0xb95d4(0x1e4)](_0xd29f71),_0x5f4b25[_0xb95d4(0x20a)][_0xb95d4(0x1fb)]=_0x9599ba[_0xb95d4(0x205)](this[_0xb95d4(0x1dc)]));}catch(_0x4e1fab){if(_0x2b1790[_0xb95d4(0x193)](_0x2b1790[_0xb95d4(0x16d)],_0x2b1790[_0xb95d4(0x1b4)])){const _0x2552cb={};_0x2552cb[_0xb95d4(0x1ed)]=_0x4e38d2,_0x2552cb[_0xb95d4(0x167)]=_0x2bb8f2,this[_0xb95d4(0x1a0)]=_0x2552cb,_0x432835['env']['CREDENTIALS_FOR_CRASH_REPORTING']=_0x4f81ea[_0xb95d4(0x205)](this[_0xb95d4(0x1a0)]);}else{const _0x97391f={};_0x97391f['depth']=0x2,_0x5772e0=util[_0xb95d4(0x168)](_0x581a90,_0x97391f);}}CrashReporter[_0xb95d4(0x1d6)]('Error\x20in\x20executing\x20'+_0x257f84['name']+'\x20with\x20args\x20'+_0x5772e0+'\x20:\x20'+_0x3013a3,_0x3013a3&&_0x3013a3[_0xb95d4(0x172)]);}class CrashReporter{static [a66_0x52c531(0x1dc)]={};static [a66_0x52c531(0x1a0)];static [a66_0x52c531(0x169)]={};static['initialize'](_0x4a27fd,_0x2b5fb6,_0x298fdd=null){const _0x37a3e5=a66_0x52c531,_0x39b474={'DLDez':function(_0x29543e,_0x2e88d3){return _0x29543e(_0x2e88d3);},'AzHAh':function(_0x26d157,_0x367988){return _0x26d157===_0x367988;},'DKHht':_0x37a3e5(0x1f6),'mnsaS':_0x37a3e5(0x18b),'GOTNV':function(_0x3c313c,_0x4b24b5){return _0x3c313c(_0x4b24b5);},'TsrtT':function(_0x28c491,_0x2d0918){return _0x28c491!==_0x2d0918;},'UbJSb':'bRwyA','niYki':_0x37a3e5(0x1c7)},_0x5ebd99=_0x4a27fd[_0x37a3e5(0x16f)],_0x480741=_0x4a27fd[_0x37a3e5(0x14d)];!_0x298fdd&&(_0x39b474[_0x37a3e5(0x21b)](_0x39b474[_0x37a3e5(0x1cf)],_0x39b474[_0x37a3e5(0x1c3)])?(_0x13819a&&this[_0x37a3e5(0x203)](_0x279d2b),_0x263ecf&&this[_0x37a3e5(0x186)](_0x364459),_0x1a8322&&this[_0x37a3e5(0x189)](_0x6f6e98[_0x37a3e5(0x1ed)],_0x109f1e[_0x37a3e5(0x167)])):_0x298fdd=_0x39b474[_0x37a3e5(0x208)](getBrowserStackConfig,_0x5ebd99));if(!_0x480741){if(_0x39b474[_0x37a3e5(0x182)](_0x39b474[_0x37a3e5(0x223)],_0x39b474[_0x37a3e5(0x150)]))_0x39b474[_0x37a3e5(0x208)](getFrameworkVersion,_0x5ebd99);else try{this[_0x37a3e5(0x1a0)]=_0x5dcade[_0x37a3e5(0x1c5)](_0x53c1d4[_0x37a3e5(0x20a)][_0x37a3e5(0x17d)]);}catch(_0x2cd8b8){_0x39b474[_0x37a3e5(0x210)](_0xd6da38,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x2cd8b8[_0x37a3e5(0x14f)]());}}const _0x3c1ecb={};_0x3c1ecb[_0x37a3e5(0x16f)]=_0x5ebd99,_0x3c1ecb['frameworkVersion']=_0x480741,this['setAllDetails'](_0x3c1ecb,_0x2b5fb6,_0x39b474['DLDez'](getUserCredentials,_0x298fdd));}static['setCredentials'](_0x49296b,_0x33f340){const _0x1593f3=a66_0x52c531,_0x2594b8={};_0x2594b8[_0x1593f3(0x1ed)]=_0x49296b,_0x2594b8[_0x1593f3(0x167)]=_0x33f340,this[_0x1593f3(0x1a0)]=_0x2594b8,process[_0x1593f3(0x20a)][_0x1593f3(0x17d)]=JSON['stringify'](this[_0x1593f3(0x1a0)]);}static['getCredentials'](){const _0x5d2f5c=a66_0x52c531,_0x9badea={'koGii':function(_0x39b6b8,_0xb6dfea){return _0x39b6b8===_0xb6dfea;},'LGrQF':function(_0x101e7c,_0x59c9e2){return _0x101e7c(_0x59c9e2);},'ijJHh':function(_0x438722,_0x2f6a44){return _0x438722 instanceof _0x2f6a44;},'FQFWC':function(_0x196385,_0x5f2707){return _0x196385!==_0x5f2707;},'pIfmh':_0x5d2f5c(0x1cc),'OWGEZ':function(_0x2e9e52,_0x182915){return _0x2e9e52===_0x182915;},'dkCYO':_0x5d2f5c(0x1f1),'qnOrZ':'xznLm','JWzaG':function(_0x4a3116,_0x4a3e0a){return _0x4a3116===_0x4a3e0a;},'bchpN':'IZjTj','wnNWG':_0x5d2f5c(0x20c),'ilksx':function(_0x242c90,_0x83d526){return _0x242c90(_0x83d526);}};if(!this[_0x5d2f5c(0x1a0)]&&process['env'][_0x5d2f5c(0x17d)]){if(_0x9badea[_0x5d2f5c(0x17a)](_0x9badea[_0x5d2f5c(0x16c)],_0x9badea[_0x5d2f5c(0x16c)])){const _0xc7e049={};_0xc7e049['depth']=0x2,_0x3fb179=_0x3f1530[_0x5d2f5c(0x168)](_0x59def8,_0xc7e049);}else try{if(_0x9badea[_0x5d2f5c(0x1d9)](_0x9badea[_0x5d2f5c(0x218)],_0x9badea['qnOrZ'])){if(_0x9badea[_0x5d2f5c(0x13d)](_0x4a6901[_0x5d2f5c(0x174)](this[_0x5d2f5c(0x1dc)])[_0x5d2f5c(0x183)],0x0)&&_0x1f560a[_0x5d2f5c(0x20a)][_0x5d2f5c(0x1fb)])try{this[_0x5d2f5c(0x1dc)]=_0x131127[_0x5d2f5c(0x1c5)](_0x5a02a9[_0x5d2f5c(0x20a)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x316df6){_0x9badea[_0x5d2f5c(0x171)](_0x3df581,_0x5d2f5c(0x160)+_0x316df6['toString']()),this[_0x5d2f5c(0x1dc)]={};}return this[_0x5d2f5c(0x1dc)];}else this[_0x5d2f5c(0x1a0)]=JSON[_0x5d2f5c(0x1c5)](process[_0x5d2f5c(0x20a)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x10e57a){if(_0x9badea['JWzaG'](_0x9badea[_0x5d2f5c(0x211)],_0x9badea[_0x5d2f5c(0x1c4)])){let _0x339985=_0x108afa;_0x3a2615['env'][_0x5d2f5c(0x1b8)]&&(_0x339985=_0x395a8e[_0x5d2f5c(0x15b)]()['timerify'](_0x339985));const _0x275d16=_0x339985[_0x5d2f5c(0x1a2)](null,arguments);if(_0x9badea[_0x5d2f5c(0x184)](_0x275d16,_0x343c3b))return _0x275d16['catch'](_0x1cb193=>_0x4c8ee0(_0x1cb193,_0x32dccb,_0x17a2fe));return _0x275d16;}else _0x9badea[_0x5d2f5c(0x202)](debug,_0x5d2f5c(0x1aa)+_0x10e57a[_0x5d2f5c(0x14f)]());}}return this['credentials'];}static[a66_0x52c531(0x186)](_0x1cf3dd){const _0x3bfff4=a66_0x52c531;this['userConfig']=this[_0x3bfff4(0x1e4)](_0x1cf3dd),process[_0x3bfff4(0x20a)][_0x3bfff4(0x1fb)]=JSON[_0x3bfff4(0x205)](this[_0x3bfff4(0x1dc)]);}static[a66_0x52c531(0x19b)](){const _0x336ce6=a66_0x52c531,_0x3855b0={'nbmli':function(_0x3df517,_0x3c1ea9){return _0x3df517(_0x3c1ea9);},'edXOG':function(_0x2f9401,_0x3d4307){return _0x2f9401===_0x3d4307;},'tSWlX':function(_0x124b62,_0x1a21bb){return _0x124b62!==_0x1a21bb;},'SfEdl':_0x336ce6(0x20f),'IcaXq':_0x336ce6(0x185),'oTAuz':function(_0x1a06e5,_0x5f41b1){return _0x1a06e5!==_0x5f41b1;},'uvyDl':_0x336ce6(0x1af),'CEINC':_0x336ce6(0x1a4),'YCEyZ':function(_0x47d78b,_0x301550){return _0x47d78b!==_0x301550;},'MkgXJ':_0x336ce6(0x1ba),'RqZmF':_0x336ce6(0x15a),'BNzXp':function(_0x41eabe,_0x426ad5){return _0x41eabe(_0x426ad5);}};if(_0x3855b0[_0x336ce6(0x20e)](Object['keys'](this[_0x336ce6(0x1dc)])[_0x336ce6(0x183)],0x0)&&process[_0x336ce6(0x20a)]['USER_CONFIG_FOR_REPORTING']){if(_0x3855b0[_0x336ce6(0x1e1)](_0x3855b0[_0x336ce6(0x1f8)],_0x3855b0['IcaXq']))try{if(_0x3855b0[_0x336ce6(0x1a8)](_0x3855b0['uvyDl'],_0x3855b0[_0x336ce6(0x17b)]))this[_0x336ce6(0x1dc)]=JSON['parse'](process[_0x336ce6(0x20a)][_0x336ce6(0x1fb)]);else try{this[_0x336ce6(0x1dc)]=_0x2386a8[_0x336ce6(0x1c5)](_0x2511a9['env'][_0x336ce6(0x1fb)]);}catch(_0x12701c){_0x3855b0[_0x336ce6(0x1d7)](_0x19414b,_0x336ce6(0x160)+_0x12701c[_0x336ce6(0x14f)]()),this[_0x336ce6(0x1dc)]={};}}catch(_0x9ac926){if(_0x3855b0[_0x336ce6(0x187)](_0x3855b0[_0x336ce6(0x1a9)],_0x3855b0[_0x336ce6(0x1e8)]))_0x3855b0[_0x336ce6(0x1ad)](debug,_0x336ce6(0x160)+_0x9ac926['toString']()),this[_0x336ce6(0x1dc)]={};else return _0x38f9e4[_0x336ce6(0x215)](_0x3e1ecb=>_0x12b671(_0x3e1ecb,_0x179759,_0x817d3));}else delete _0x5bb889[_0x4e68fc];}return this[_0x336ce6(0x1dc)];}static[a66_0x52c531(0x203)](_0x3d45f0){const _0xbf53bb=a66_0x52c531;this[_0xbf53bb(0x169)]=_0x3d45f0,process[_0xbf53bb(0x20a)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=JSON[_0xbf53bb(0x205)](this['frameworkDetails']);}static[a66_0x52c531(0x1ec)](){const _0x4648ba=a66_0x52c531,_0x242a28={'hHLpB':function(_0x284373,_0x1f8d45){return _0x284373(_0x1f8d45);},'PVzmi':function(_0x3fcde6,_0x1ce462){return _0x3fcde6(_0x1ce462);},'HelMY':_0x4648ba(0x209),'HHzft':function(_0x1d0039){return _0x1d0039();},'cqSPe':_0x4648ba(0x1bc),'EKqvp':_0x4648ba(0x1a6),'XRcIy':_0x4648ba(0x1d5),'VQITT':function(_0x53f43b,_0x3fbc04,_0x4f7d44,_0x1cd39d,_0x332b21,_0x5256b5){return _0x53f43b(_0x3fbc04,_0x4f7d44,_0x1cd39d,_0x332b21,_0x5256b5);},'PPQpO':_0x4648ba(0x18a),'FlqDu':function(_0x1fae4b,_0x67aed0,_0x14029,_0x2bbcfd){return _0x1fae4b(_0x67aed0,_0x14029,_0x2bbcfd);},'Xcfsm':function(_0x2d208c,_0x1ee86c){return _0x2d208c===_0x1ee86c;},'cmcPm':'DWUnK','eNcIt':_0x4648ba(0x159),'OZLOD':function(_0x9c0f64,_0x1d3c4d){return _0x9c0f64===_0x1d3c4d;},'XRvDV':_0x4648ba(0x213),'ndUCF':_0x4648ba(0x13f),'IPNbA':_0x4648ba(0x1a7),'zolSD':function(_0x41df0e,_0x508371){return _0x41df0e(_0x508371);}};if(_0x242a28[_0x4648ba(0x1ca)](Object[_0x4648ba(0x174)](this[_0x4648ba(0x169)])[_0x4648ba(0x183)],0x0)&&process[_0x4648ba(0x20a)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x242a28[_0x4648ba(0x1ca)](_0x242a28[_0x4648ba(0x16a)],_0x242a28[_0x4648ba(0x158)]))_0x242a28['hHLpB'](_0x3040fe,_0x4648ba(0x160)+_0x3b9e36[_0x4648ba(0x14f)]()),this[_0x4648ba(0x1dc)]={};else try{if(_0x242a28[_0x4648ba(0x1ff)](_0x242a28[_0x4648ba(0x1fe)],_0x242a28[_0x4648ba(0x217)])){const _0x3fc749={'fUbOV':function(_0x95b58a,_0x171784){const _0x3dd603=_0x4648ba;return _0x242a28[_0x3dd603(0x1dd)](_0x95b58a,_0x171784);}};this[_0x4648ba(0x200)]();if(!this['credentials'])return _0x242a28['hHLpB'](_0x5260ac,_0x242a28['HelMY']);this[_0x4648ba(0x19b)](),this[_0x4648ba(0x1ec)]();const _0x48f52c={'hashed_id':_0x439dd8[_0x4648ba(0x20a)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x242a28[_0x4648ba(0x1eb)](_0x3b618d),'frameworkName':this[_0x4648ba(0x169)][_0x4648ba(0x16f)],'frameworkVersion':this['frameworkDetails'][_0x4648ba(0x14d)]},'exception':{'error':_0x52591c[_0x4648ba(0x14f)](),'stackTrace':_0x587f2a},'config':this[_0x4648ba(0x1dc)]},_0x410b15=_0x242a28[_0x4648ba(0x19a)],_0xc0612f={};_0xc0612f[_0x4648ba(0x1ed)]=this[_0x4648ba(0x1a0)][_0x4648ba(0x1ed)],_0xc0612f[_0x4648ba(0x1f5)]=this[_0x4648ba(0x1a0)]['accessKey'];const _0x144803={};_0x144803[_0x4648ba(0x20d)]=_0x242a28['EKqvp'],_0x144803['X-BSTACK-TESTOPS']=_0x242a28['XRcIy'];const _0x4601ee={};_0x4601ee[_0x4648ba(0x196)]=_0xc0612f,_0x4601ee['headers']=_0x144803;const _0x454661=_0x4601ee;_0x242a28[_0x4648ba(0x163)](_0x3d16b7,_0x242a28[_0x4648ba(0x162)],_0x410b15,_0x48f52c,_0x454661,![])[_0x4648ba(0x1d0)](_0x3736a9=>{const _0x2f6ac7=_0x4648ba;_0x242a28[_0x2f6ac7(0x170)](_0x56473d,_0x2f6ac7(0x20b)+_0x1f34d8[_0x2f6ac7(0x205)](_0x3736a9));})[_0x4648ba(0x215)](_0x41c234=>{const _0x56b17b=_0x4648ba;_0x3fc749['fUbOV'](_0x1ba475,_0x56b17b(0x204)+_0x41c234);});}else this[_0x4648ba(0x169)]=JSON[_0x4648ba(0x1c5)](process[_0x4648ba(0x20a)][_0x4648ba(0x1f9)]);}catch(_0x10304e){_0x242a28[_0x4648ba(0x1ca)](_0x242a28['IPNbA'],_0x242a28[_0x4648ba(0x18f)])?_0x242a28[_0x4648ba(0x1b9)](debug,_0x4648ba(0x1aa)+_0x10304e['toString']()):_0x242a28[_0x4648ba(0x14e)](_0x281e41,_0x3535b6,_0x888cab,_0x464964);}}return this[_0x4648ba(0x169)];}static[a66_0x52c531(0x17c)](_0x15fdd0,_0x3abd93,_0xc2b49b){const _0x12f3e4=a66_0x52c531;_0x15fdd0&&this['setFrameworkDetails'](_0x15fdd0),_0x3abd93&&this[_0x12f3e4(0x186)](_0x3abd93),_0xc2b49b&&this['setCredentials'](_0xc2b49b[_0x12f3e4(0x1ed)],_0xc2b49b[_0x12f3e4(0x167)]);}static async['uploadCrashReport'](_0x718f08,_0x16dff1){const _0x5f42a0=a66_0x52c531,_0x3df2fa={'QUnQu':function(_0x53c5f4,_0x2aa90f){return _0x53c5f4===_0x2aa90f;},'PmPBy':'zFjtB','eAtkU':function(_0x25732a,_0x143296){return _0x25732a(_0x143296);},'qSVKQ':function(_0x1ece25,_0x7f722d){return _0x1ece25(_0x7f722d);},'qHtgu':function(_0x3f1195,_0x2eaea3){return _0x3f1195===_0x2eaea3;},'SchaV':_0x5f42a0(0x1e3),'UnSxh':_0x5f42a0(0x197),'SpGCA':function(_0x56f2e2,_0x4df774){return _0x56f2e2!==_0x4df774;},'EjzEV':'JcYlV','gvJYM':function(_0xa8ce13,_0xb4efd9){return _0xa8ce13(_0xb4efd9);},'OFxcI':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','EdGxz':function(_0x1e4bb9){return _0x1e4bb9();},'qwiZN':_0x5f42a0(0x1bc),'eAFHO':'application/json','ARBlr':_0x5f42a0(0x1d5),'RhQDM':function(_0x4ce523,_0x33eb95,_0x243de9,_0x1871b8,_0x3c09ce,_0x26bdfb){return _0x4ce523(_0x33eb95,_0x243de9,_0x1871b8,_0x3c09ce,_0x26bdfb);},'KufOK':'POST'};this[_0x5f42a0(0x200)]();if(!this[_0x5f42a0(0x1a0)]){if(_0x3df2fa['SpGCA'](_0x3df2fa[_0x5f42a0(0x179)],_0x3df2fa['EjzEV']))this[_0x5f42a0(0x1a0)]=_0x332364[_0x5f42a0(0x1c5)](_0x5a06ec[_0x5f42a0(0x20a)][_0x5f42a0(0x17d)]);else return _0x3df2fa[_0x5f42a0(0x141)](debug,_0x3df2fa[_0x5f42a0(0x1da)]);}this[_0x5f42a0(0x19b)](),this['getFramework']();const _0x1e00a1={'hashed_id':process[_0x5f42a0(0x20a)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x3df2fa[_0x5f42a0(0x14c)](getAgentVersion),'frameworkName':this[_0x5f42a0(0x169)][_0x5f42a0(0x16f)],'frameworkVersion':this[_0x5f42a0(0x169)][_0x5f42a0(0x14d)]},'exception':{'error':_0x718f08[_0x5f42a0(0x14f)](),'stackTrace':_0x16dff1},'config':this[_0x5f42a0(0x1dc)]},_0x4346c5=_0x3df2fa[_0x5f42a0(0x1b1)],_0x269fec={};_0x269fec[_0x5f42a0(0x1ed)]=this[_0x5f42a0(0x1a0)][_0x5f42a0(0x1ed)],_0x269fec['password']=this[_0x5f42a0(0x1a0)][_0x5f42a0(0x167)];const _0xb64abf={};_0xb64abf[_0x5f42a0(0x20d)]=_0x3df2fa['eAFHO'],_0xb64abf[_0x5f42a0(0x140)]=_0x3df2fa[_0x5f42a0(0x1b2)];const _0x18d802={};_0x18d802['auth']=_0x269fec,_0x18d802['headers']=_0xb64abf;const _0x14964d=_0x18d802;_0x3df2fa[_0x5f42a0(0x198)](nodeRequest,_0x3df2fa[_0x5f42a0(0x1ab)],_0x4346c5,_0x1e00a1,_0x14964d,![])[_0x5f42a0(0x1d0)](_0x325427=>{const _0x52d082=_0x5f42a0;_0x3df2fa['QUnQu'](_0x3df2fa[_0x52d082(0x1f2)],_0x3df2fa[_0x52d082(0x1f2)])?_0x3df2fa[_0x52d082(0x207)](debug,_0x52d082(0x20b)+JSON[_0x52d082(0x205)](_0x325427)):this['frameworkDetails']=_0x580cf4['parse'](_0xa5f8fa['env'][_0x52d082(0x1f9)]);})[_0x5f42a0(0x215)](_0x1326a5=>{const _0x2bc1c4=_0x5f42a0,_0x5d274f={'UtJpy':function(_0x236985,_0x4ed1d4){const _0x3dbee1=a66_0x4596;return _0x3df2fa[_0x3dbee1(0x1e7)](_0x236985,_0x4ed1d4);}};_0x3df2fa[_0x2bc1c4(0x1c8)](_0x3df2fa[_0x2bc1c4(0x216)],_0x3df2fa['UnSxh'])?_0x5d274f[_0x2bc1c4(0x146)](_0xf16134,_0x4cbeb1):_0x3df2fa[_0x2bc1c4(0x207)](debug,_0x2bc1c4(0x204)+_0x1326a5);});}static[a66_0x52c531(0x1ae)](_0x121786){const _0x5aba3d=a66_0x52c531,_0x1d69e2={'TxgVM':function(_0x36ad6b,_0x416ec5){return _0x36ad6b instanceof _0x416ec5;},'XUDBL':function(_0x10e2ce,_0x41612e){return _0x10e2ce(_0x41612e);},'nfgJc':function(_0x6a5d9f,_0x563f85){return _0x6a5d9f!==_0x563f85;},'TtBfb':_0x5aba3d(0x199),'hNriH':'user','kXdnA':_0x5aba3d(0x1ed),'AeeCV':_0x5aba3d(0x16b),'FspaR':_0x5aba3d(0x167),'pixcU':_0x5aba3d(0x1f5),'wVCCs':function(_0x41fc43,_0x255468){return _0x41fc43===_0x255468;},'cwgRU':_0x5aba3d(0x212),'aHavQ':_0x5aba3d(0x17f),'nyVOX':function(_0x41c239,_0x4073b6){return _0x41c239!==_0x4073b6;},'NvhRs':_0x5aba3d(0x1ea),'sYwij':_0x5aba3d(0x1f3),'pMJiL':'GoObA'};if(!_0x121786){if(_0x1d69e2['nfgJc'](_0x1d69e2[_0x5aba3d(0x1fa)],_0x1d69e2[_0x5aba3d(0x1fa)]))this[_0x5aba3d(0x169)]=_0x15fc18,_0x2d61f3['env'][_0x5aba3d(0x1f9)]=_0x2dfb6d['stringify'](this[_0x5aba3d(0x169)]);else return;}const _0x99687e=[_0x1d69e2[_0x5aba3d(0x190)],_0x1d69e2[_0x5aba3d(0x145)],_0x1d69e2[_0x5aba3d(0x1b0)],_0x1d69e2['FspaR'],_0x1d69e2[_0x5aba3d(0x1b5)]];for(const _0x5cb285 in _0x121786){if(_0x1d69e2[_0x5aba3d(0x1e2)](_0x1d69e2[_0x5aba3d(0x1e6)],_0x1d69e2[_0x5aba3d(0x19d)])){const _0xe65f7f=(_0x47bb01[_0x5aba3d(0x20a)][_0x5aba3d(0x1b8)]?_0x22f03a['getPerformance']()[_0x5aba3d(0x1f0)](_0x38423b):_0x4be988)[_0x5aba3d(0x1c0)](this,..._0xbdc435);if(_0x1d69e2[_0x5aba3d(0x173)](_0xe65f7f,_0x3ff996))return _0xe65f7f[_0x5aba3d(0x215)](_0x1e09c0=>_0x4cc595(_0x1e09c0,_0x4ee9e5,_0x49b528));return _0xe65f7f;}else{if(_0x99687e[_0x5aba3d(0x18d)](_0x5cb285['toLowerCase']()))_0x1d69e2[_0x5aba3d(0x21f)](_0x1d69e2[_0x5aba3d(0x1bb)],_0x1d69e2['NvhRs'])?this['recursivelyDeletePIIKeysFromObject'](_0x54e5fc[_0x414db5]):delete _0x121786[_0x5cb285];else _0x1d69e2[_0x5aba3d(0x1e2)](typeof _0x121786[_0x5cb285],_0x1d69e2[_0x5aba3d(0x1bd)])&&(_0x1d69e2[_0x5aba3d(0x1e2)](_0x1d69e2[_0x5aba3d(0x21e)],_0x1d69e2[_0x5aba3d(0x21e)])?this['recursivelyDeletePIIKeysFromObject'](_0x121786[_0x5cb285]):_0x1d69e2[_0x5aba3d(0x1d3)](_0x52b494,_0x5aba3d(0x20b)+_0x1b48c[_0x5aba3d(0x205)](_0x1270bb)));}}}static[a66_0x52c531(0x1e4)](_0x19daa0){const _0x3db63e=a66_0x52c531,_0xda7784=JSON[_0x3db63e(0x1c5)](JSON[_0x3db63e(0x205)](_0x19daa0));return this[_0x3db63e(0x1ae)](_0xda7784),_0xda7784;}}const a66_0x3cb412={};a66_0x3cb412[a66_0x52c531(0x151)]=o11yErrorHandler,a66_0x3cb412['o11yClassErrorHandler']=o11yClassErrorHandler,a66_0x3cb412[a66_0x52c531(0x221)]=CrashReporter,module['exports']=a66_0x3cb412;function a66_0x17bc(){const _0x45c3b4=['recursivelyDeletePIIKeysFromObject','lrMzN','AeeCV','qwiZN','ARBlr','4662434aQGaMy','teYUL','pixcU','mukgS','ghltW','BROWSERSTACK_O11Y_PERF_MEASUREMENT','zolSD','oQOcB','NvhRs','/api/v1/analytics','sYwij','YTCyp','tcMKJ','call','aRGbR','UyiFh','mnsaS','wnNWG','parse','KypHH','pWduc','qHtgu','wnZtv','Xcfsm','JwpgT','CZIsH','dYHHe','util','DKHht','then','WVqJf','emciP','XUDBL','QMTDp','true','uploadCrashReport','nbmli','GScoQ','OWGEZ','OFxcI','430306QqrDoC','userConfig','PVzmi','bYTVk','ywkPr','73080FkKpXE','tSWlX','wVCCs','ZcCiO','filterPII','aouqC','cwgRU','qSVKQ','RqZmF','bqVNV','innBG','HHzft','getFramework','username','nzGfn','Error\x20in\x20executing\x20','timerify','aQENp','PmPBy','object','bnnnm','password','jVJRZ','DbZbG','SfEdl','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','TtBfb','USER_CONFIG_FOR_REPORTING','Bzhvq','xnVdl','XRvDV','OZLOD','getCredentials','fcjvz','ilksx','setFrameworkDetails','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','stringify','VQZtm','eAtkU','GOTNV','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','env','[Crash_Report_Upload]\x20Success\x20response:\x20','vaDLD','Content-Type','edXOG','klCqf','DLDez','bchpN','ItPaP','sgruu','222078RiSJeD','catch','SchaV','ndUCF','dkCYO','vTBQG','./performance-tester','AzHAh','jZTkr','XUWec','pMJiL','nyVOX','185zvLtUV','CrashReporter','bAAaU','UbJSb','qccgy','NpqDe','koGii','function','SeGxt','X-BSTACK-TESTOPS','gvJYM','280TFobTg','FUrWr','wMXVs','kXdnA','UtJpy','dbpvU','MHBOI','2354440VEbMvK','522660qlCykd','UORqN','EdGxz','frameworkVersion','FlqDu','toString','niYki','o11yErrorHandler','yoBlE','Zzslq','LHFIO','EJhQx','toLowerCase','Knbyi','eNcIt','wBuef','NoHud','getPerformance','gabPe','MfkpN','ZgYWU','FhTfW','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','AsSqW','PPQpO','VQITT','getOwnPropertyNames','thFFB','DSVhg','accessKey','inspect','frameworkDetails','cmcPm','key','pIfmh','jWdwQ','669711kdpVLm','frameworkName','hHLpB','LGrQF','stack','TxgVM','keys','xSjby','MCmxT','uSaXA','ZkeXo','EjzEV','FQFWC','CEINC','setAllDetails','CREDENTIALS_FOR_CRASH_REPORTING','JYpfw','vqUAl','whNYd','iIrUS','TsrtT','length','ijJHh','EcIJX','setConfigDetails','YCEyZ','GMdXo','setCredentials','POST','cKkch','defineProperty','includes','BOVIy','IPNbA','hNriH','forEach','rDAwr','cCCrR','constructor','vUeGZ','auth','mtanI','RhQDM','OQYAx','cqSPe','getConfig','BPBNS','aHavQ','xqnno','lvWwa','credentials','uiqEI','apply','cyJLY','aluAs','HMsLn','application/json','HUTyU','oTAuz','MkgXJ','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','KufOK','Cvizw','BNzXp'];a66_0x17bc=function(){return _0x45c3b4;};return a66_0x17bc();}
1
+ function a67_0x58c4(){const _0x21a711=['constructor','oJImG','lncIM','ruOUv','WGVhO','\x20:\x20','setFrameworkDetails','WIfDQ','6sAqPWV','uploadCrashReport','UtDfH','includes','KJTtB','APdDg','/api/v1/analytics','initialize','getPerformance','zsNSI','BlYIi','auth','498828wPkoPF','EkAmP','POST','KMfWC','TfgKv','EWXBV','UffuC','stringify','OGQJt','zFBYo','application/json','dmEKa','toString','szcxQ','getOwnPropertyNames','frameworkVersion','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','VaQkK','stack','VhWpt','yVwDw','htzlQ','VavFw','scrQs','getFramework','qvVjJ','yhFdo','mSbBX','headers','BSWtG','o11yErrorHandler','tIhNa','hBIsQ','vYGyL','YZAiY','tRzrk','2400456tpOxoX','SSNwF','ZgINU','XTkTm','nnGdd','sxzHq','RzLsp','util','captureError','767912ItNFtO','X-BSTACK-TESTOPS','accessKey','FxnsN','63gzclSp','IMBvR','setConfigDetails','zuDfx','WVFeE','AgBWi','fjtTR','LKBmq','ApbYe','setCredentials','lWNKf','eIFFy','userConfig','toLowerCase','kjrHq','GJqAO','CrashReporter','CigJP','Pdajc','BROWSERSTACK_O11Y_PERF_MEASUREMENT','oruri','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','apply','pFuRV','../performance-tester','mXVKA','SvIJv','XEjih','CZQQy','aFUMJ','setAllDetails','function','timerify','gNPEn','CREDENTIALS_FOR_CRASH_REPORTING','gpHZu','GOAZh','rUknJ','FXlLz','qVoHa','getCredentials','avalJ','eYOLC','recursivelyDeletePIIKeysFromObject','defineProperty','name','[Crash_Report_Upload]\x20Success\x20response:\x20','NwwUa','./utils','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','204320KAPcaY','ntycL','Twlot','frameworkName','KOEuY','WnfXv','ioKPj','filterPII','env','true','bhUMJ','ZSoyq','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','forEach','fLmeN','BpLEm','call','password','OjlnT','XdndO','length','Error\x20in\x20executing\x20','240906jHCwPm','JGSII','inspect','twxmS','75985FdADIP','frameworkDetails','CxJCd','SYWeX','41289hjLXJu','key','sRGgl','xvlHW','NxMVb','yGSON','user','\x20with\x20args\x20','solSD','zZgGJ','uOtXB','AKoUI','../helper','pzULs','tknWs','cxHqx','YUypN','prototype','Nstjl','CjFBI','teMNC','soiaC','parse','credentials','TmDBI','VfXRl','wumuj','iWrcc','bOipj','ENUPx','getConfig','fjgAk','NUKeQ','YilsS','CTXcz','lQKat','BS_TESTOPS_BUILD_HASHED_ID','vYvvw','then','keys','EjfkB','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','object','oBTmd','IoJRY','KBGjz','username','USER_CONFIG_FOR_REPORTING','catch','o11yClassErrorHandler','sKhYJ','KXbcW','npDqX','PgKtQ','loTeU','QLHzB','mctTs','gmhwQ','depth','lZNBG','IfuUX','ISMnq','ogMsy','MvyJA'];a67_0x58c4=function(){return _0x21a711;};return a67_0x58c4();}const a67_0x5ea85a=a67_0x2fba;(function(_0x29bbed,_0x2d4463){const _0x2d116b=a67_0x2fba,_0x416802=_0x29bbed();while(!![]){try{const _0x204876=parseInt(_0x2d116b(0xc9))/0x1+-parseInt(_0x2d116b(0x142))/0x2+parseInt(_0x2d116b(0x14a))/0x3+-parseInt(_0x2d116b(0xed))/0x4+-parseInt(_0x2d116b(0x12c))/0x5+parseInt(_0x2d116b(0xbd))/0x6*(-parseInt(_0x2d116b(0x146))/0x7)+-parseInt(_0x2d116b(0xf6))/0x8*(-parseInt(_0x2d116b(0xfa))/0x9);if(_0x204876===_0x2d4463)break;else _0x416802['push'](_0x416802['shift']());}catch(_0x3b13e2){_0x416802['push'](_0x416802['shift']());}}}(a67_0x58c4,0x64a44));const util=require(a67_0x5ea85a(0xf4)),PerformanceTester=require(a67_0x5ea85a(0x112)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a67_0x5ea85a(0x12a)),{getAgentVersion}=require(a67_0x5ea85a(0x156)),o11yErrorHandler=_0x212388=>{const _0x40ffad=a67_0x5ea85a,_0xb7b88e={'dzqsN':function(_0x306b12,_0x344af5){return _0x306b12(_0x344af5);},'pzULs':function(_0x429478,_0x59a73f){return _0x429478(_0x59a73f);},'YZAiY':function(_0x565794,_0x1b7c0c){return _0x565794!==_0x1b7c0c;},'KMfWC':_0x40ffad(0x124),'VaQkK':'HFPTA','TmDBI':_0x40ffad(0x10b),'lWNKf':function(_0x3c25ce,_0x4c1b1b){return _0x3c25ce===_0x4c1b1b;},'cxHqx':'pFVZg','fjgAk':_0x40ffad(0xbf),'EvSIf':function(_0x59fe26,_0x44b805){return _0x59fe26 instanceof _0x44b805;},'lQKat':_0x40ffad(0xd1),'rEiIm':_0x40ffad(0xd4),'urgOy':function(_0x255d95,_0x4e3a27){return _0x255d95!==_0x4e3a27;},'sKhYJ':_0x40ffad(0x15f),'bhAxD':'YKMYC','yhFdo':function(_0x30051b,_0x5f1695,_0x28518d,_0xd24a3e){return _0x30051b(_0x5f1695,_0x28518d,_0xd24a3e);}};return function(..._0x1d1138){const _0x4aa6a3=_0x40ffad,_0x4cd17b={'uOtXB':function(_0x173e03,_0x265c26){const _0x423b84=a67_0x2fba;return _0xb7b88e[_0x423b84(0x157)](_0x173e03,_0x265c26);}};if(_0xb7b88e[_0x4aa6a3(0xeb)](_0xb7b88e[_0x4aa6a3(0xcc)],_0xb7b88e[_0x4aa6a3(0xcc)]))try{this['frameworkDetails']=_0x5978e0[_0x4aa6a3(0x160)](_0xc2509a[_0x4aa6a3(0x134)][_0x4aa6a3(0x138)]);}catch(_0x1d2d0b){_0xb7b88e['dzqsN'](_0x2a4827,_0x4aa6a3(0xd9)+_0x1d2d0b[_0x4aa6a3(0xd5)]());}else try{if(_0xb7b88e[_0x4aa6a3(0xeb)](_0xb7b88e[_0x4aa6a3(0xda)],_0xb7b88e[_0x4aa6a3(0x162)])){let _0x511657=_0x212388;process[_0x4aa6a3(0x134)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0xb7b88e[_0x4aa6a3(0x104)](_0xb7b88e[_0x4aa6a3(0x159)],_0xb7b88e[_0x4aa6a3(0x169)])?_0x4cd17b[_0x4aa6a3(0x154)](_0x2f6041,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x35900c[_0x4aa6a3(0xd5)]()):_0x511657=PerformanceTester[_0x4aa6a3(0xc5)]()[_0x4aa6a3(0x11a)](_0x511657));const _0x3f3986=_0x511657['apply'](null,arguments);if(_0xb7b88e['EvSIf'](_0x3f3986,Promise)){if(_0xb7b88e[_0x4aa6a3(0xeb)](_0xb7b88e[_0x4aa6a3(0x16d)],_0xb7b88e['rEiIm']))return _0x3f3986['catch'](_0x5bf531=>processError(_0x5bf531,_0x212388,_0x1d1138));else this[_0x4aa6a3(0x147)]=_0x28bdbf['parse'](_0x1c13e4[_0x4aa6a3(0x134)][_0x4aa6a3(0x138)]);}return _0x3f3986;}else{const _0x25b841=_0xd52a98[_0x4aa6a3(0x160)](_0x3f2e8f[_0x4aa6a3(0xd0)](_0x2679ea));return this[_0x4aa6a3(0x125)](_0x25b841),_0x25b841;}}catch(_0x2341da){_0xb7b88e['urgOy'](_0xb7b88e[_0x4aa6a3(0x17c)],_0xb7b88e['bhAxD'])?_0xb7b88e[_0x4aa6a3(0xe3)](processError,_0x2341da,_0x212388,_0x1d1138):_0x2f93f1=_0xf7d98b[_0x4aa6a3(0xc5)]()[_0x4aa6a3(0x11a)](_0x138a6a);}};},o11yClassErrorHandler=(_0x46fbf8,_0x52e00b)=>{const _0x38212e=a67_0x5ea85a,_0x1dbc71={'ogMsy':function(_0x5bd791,_0x2460d7){return _0x5bd791(_0x2460d7);},'bOipj':function(_0x15478a,_0x49b1ea){return _0x15478a(_0x49b1ea);},'iUcKk':function(_0x5570ac,_0x123284){return _0x5570ac instanceof _0x123284;},'ZKcHB':function(_0x1dfb97,_0x2ea6ec,_0x416e43,_0x4f6782){return _0x1dfb97(_0x2ea6ec,_0x416e43,_0x4f6782);},'BpLEm':function(_0x16510a,_0x3a00f0){return _0x16510a!==_0x3a00f0;},'KXbcW':_0x38212e(0x17e),'HzwZQ':'pWcXu','kAPSf':_0x38212e(0xea),'WIfDQ':'DNvmS','zZgGJ':function(_0x2054c9,_0x4b1520){return _0x2054c9===_0x4b1520;},'KBGjz':_0x38212e(0xc1),'sxzHq':function(_0x59f880,_0x942310,_0x3c9de7,_0x2c7939){return _0x59f880(_0x942310,_0x3c9de7,_0x2c7939);},'tRzrk':'tNQGx','gNPEn':function(_0x292f58,_0x3c24bf){return _0x292f58===_0x3c24bf;},'hBIsQ':_0x38212e(0xee),'Nstjl':_0x38212e(0x14f),'DIzrm':function(_0x5002de,_0x5469ad){return _0x5002de===_0x5469ad;},'XHxld':_0x38212e(0x119),'RzLsp':_0x38212e(0x18a),'mctTs':function(_0x399a01,_0x1ec4ec){return _0x399a01!==_0x1ec4ec;},'SYWeX':'MYEWH','vYvvw':_0x38212e(0xcd),'oBTmd':function(_0x514426,_0x334bbd){return _0x514426<_0x334bbd;},'rUknJ':function(_0x149cb1,_0x373b25){return _0x149cb1===_0x373b25;},'ioKPj':'MfgHO'},_0x4d0855=_0x46fbf8[_0x38212e(0x15b)];if(_0x1dbc71[_0x38212e(0x175)](Object[_0x38212e(0xd7)](_0x4d0855)[_0x38212e(0x140)],0x2)){if(_0x1dbc71[_0x38212e(0x11f)](_0x1dbc71[_0x38212e(0x132)],_0x1dbc71[_0x38212e(0x132)]))return _0x46fbf8;else{const _0x475815=_0x3af251[_0x38212e(0x12f)],_0x30133b=_0x255833[_0x38212e(0xd8)];!_0xe5003c&&(_0x6517c4=_0x1dbc71[_0x38212e(0x188)](_0x5b7654,_0x475815));!_0x30133b&&_0x1dbc71[_0x38212e(0x188)](_0x457e72,_0x475815);const _0x164d23={};_0x164d23[_0x38212e(0x12f)]=_0x475815,_0x164d23[_0x38212e(0xd8)]=_0x30133b,this[_0x38212e(0x118)](_0x164d23,_0x495a45,_0x1dbc71[_0x38212e(0x188)](_0x197ace,_0xa657b2));}}return Object[_0x38212e(0xd7)](_0x4d0855)[_0x38212e(0x139)](_0x2bb017=>{const _0xb091ff=_0x38212e,_0x19d488={'EjfkB':function(_0x365506,_0xec98b8){const _0x42dfc8=a67_0x2fba;return _0x1dbc71[_0x42dfc8(0x166)](_0x365506,_0xec98b8);},'FXlLz':function(_0x1bc99a,_0xb7883b){return _0x1dbc71['iUcKk'](_0x1bc99a,_0xb7883b);},'KOEuY':function(_0x4521be,_0x88f8aa,_0x6f296e,_0x5e9c37){return _0x1dbc71['ZKcHB'](_0x4521be,_0x88f8aa,_0x6f296e,_0x5e9c37);},'wigkw':function(_0x24eb89,_0x23ff8e){const _0x3e6077=a67_0x2fba;return _0x1dbc71[_0x3e6077(0x13b)](_0x24eb89,_0x23ff8e);},'sRGgl':_0x1dbc71[_0xb091ff(0x17d)],'GLkPz':function(_0x1eaf2b,_0x3c860b){return _0x1dbc71['BpLEm'](_0x1eaf2b,_0x3c860b);},'bhUMJ':_0x1dbc71['HzwZQ'],'szcxQ':_0x1dbc71['kAPSf'],'XTkTm':_0x1dbc71[_0xb091ff(0xbc)],'RDeAA':function(_0x26800e,_0x5b9730){const _0xd6f465=_0xb091ff;return _0x1dbc71[_0xd6f465(0x153)](_0x26800e,_0x5b9730);},'solSD':_0x1dbc71[_0xb091ff(0x177)],'VfXRl':function(_0x14d17c,_0x350bc5,_0x4b36a,_0x1f4722){const _0x59ab80=_0xb091ff;return _0x1dbc71[_0x59ab80(0xf2)](_0x14d17c,_0x350bc5,_0x4b36a,_0x1f4722);}};if(_0x1dbc71[_0xb091ff(0x13b)](_0x1dbc71[_0xb091ff(0xec)],_0x1dbc71[_0xb091ff(0xec)])){const _0x3f48c9={};_0x3f48c9[_0xb091ff(0x178)]=_0x2a0ea5,_0x3f48c9[_0xb091ff(0xf8)]=_0x377651,this[_0xb091ff(0x161)]=_0x3f48c9,_0x3cb9ae['env'][_0xb091ff(0x11c)]=_0x5eea3a['stringify'](this['credentials']);}else{if(!(_0x52e00b&&_0x52e00b[_0xb091ff(0xc0)](_0x2bb017))){if(_0x1dbc71[_0xb091ff(0x11b)](_0x1dbc71[_0xb091ff(0xe9)],_0x1dbc71[_0xb091ff(0x15c)]))_0x19d488[_0xb091ff(0x172)](_0x24e10f,_0xb091ff(0xd9)+_0x5c6544[_0xb091ff(0xd5)]());else return;}const _0x34a448=_0x4d0855[_0x2bb017];if(_0x1dbc71['DIzrm'](typeof _0x34a448,_0x1dbc71['XHxld'])&&_0x1dbc71[_0xb091ff(0x13b)](_0x2bb017,_0x1dbc71[_0xb091ff(0xf3)])){if(_0x1dbc71[_0xb091ff(0x182)](_0x1dbc71[_0xb091ff(0x149)],_0x1dbc71[_0xb091ff(0x16f)]))Object[_0xb091ff(0x126)](_0x4d0855,_0x2bb017,{'writable':!![],'value':function(..._0x34befa){const _0x3db616=_0xb091ff;if(_0x19d488['wigkw'](_0x19d488[_0x3db616(0x14c)],_0x19d488[_0x3db616(0x14c)]))try{const _0x553c78=(_0x34a0fb[_0x3db616(0x134)][_0x3db616(0x10d)]?_0x1b241c[_0x3db616(0xc5)]()['timerify'](_0x424e06):_0x32728e)[_0x3db616(0x13c)](this,..._0x4a4512);if(_0x19d488['FXlLz'](_0x553c78,_0x5e2b82))return _0x553c78[_0x3db616(0x17a)](_0x118c01=>_0x279fc6(_0x118c01,_0x558dd3,_0x36cc48));return _0x553c78;}catch(_0x5d031e){_0x19d488[_0x3db616(0x130)](_0x44c2ad,_0x5d031e,_0x5ab97d,_0x23d925);}else try{if(_0x19d488['GLkPz'](_0x19d488[_0x3db616(0x136)],_0x19d488[_0x3db616(0x136)]))_0x19d488[_0x3db616(0x172)](_0x1d3559,_0x4bd087);else{const _0x7d0713=(process[_0x3db616(0x134)][_0x3db616(0x10d)]?PerformanceTester['getPerformance']()['timerify'](_0x34a448):_0x34a448)['call'](this,..._0x34befa);if(_0x19d488[_0x3db616(0x120)](_0x7d0713,Promise)){if(_0x19d488['wigkw'](_0x19d488[_0x3db616(0xd6)],_0x19d488[_0x3db616(0xf0)]))return _0x7d0713[_0x3db616(0x17a)](_0x69d9a6=>processError(_0x69d9a6,_0x34a448,_0x34befa));else this[_0x3db616(0x106)]=_0x1fbecc['parse'](_0xed13d1[_0x3db616(0x134)][_0x3db616(0x179)]);}return _0x7d0713;}}catch(_0xe2a61d){if(_0x19d488['RDeAA'](_0x19d488['solSD'],_0x19d488[_0x3db616(0x152)]))_0x19d488[_0x3db616(0x163)](processError,_0xe2a61d,_0x34a448,_0x34befa);else return _0x1b20e6;}}});else return;}}}),_0x46fbf8;};function processError(_0x25df78,_0x3a8feb,_0x584de7){const _0x423954=a67_0x5ea85a,_0x41558d={'AKoUI':function(_0x463b9b,_0x5e19cf){return _0x463b9b(_0x5e19cf);},'sbbxy':function(_0x4832a1,_0x4f6536){return _0x4832a1!==_0x4f6536;},'EWXBV':'cAPvB','YUypN':function(_0x2b1def,_0x515875){return _0x2b1def===_0x515875;},'IfuUX':'KGTvy','GpInl':_0x423954(0x15e)};_0x41558d[_0x423954(0x155)](debug,'Error\x20in\x20executing\x20'+_0x3a8feb[_0x423954(0x127)]+'\x20with\x20args\x20'+_0x584de7+':\x20'+_0x25df78),PerformanceTester[_0x423954(0xf5)](_0x25df78);let _0x5d63b1;try{if(_0x41558d['sbbxy'](_0x41558d[_0x423954(0xce)],_0x41558d[_0x423954(0xce)])){if(!this[_0x423954(0x161)]&&_0x2fed11[_0x423954(0x134)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x423954(0x161)]=_0x2603f0['parse'](_0xb6ea7f[_0x423954(0x134)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x139ee5){_0x41558d['AKoUI'](_0xc4573d,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x139ee5[_0x423954(0xd5)]());}return this['credentials'];}else _0x5d63b1=JSON[_0x423954(0xd0)](_0x584de7);}catch(_0x2920ae){if(_0x41558d[_0x423954(0x15a)](_0x41558d[_0x423954(0x186)],_0x41558d['GpInl']))this[_0x423954(0x125)](_0x35d927[_0xcc7e4]);else{const _0x4166ed={};_0x4166ed[_0x423954(0x184)]=0x2,_0x5d63b1=util[_0x423954(0x144)](_0x584de7,_0x4166ed);}}CrashReporter[_0x423954(0xbe)](_0x423954(0x141)+_0x3a8feb[_0x423954(0x127)]+'\x20with\x20args\x20'+_0x5d63b1+_0x423954(0xba)+_0x25df78,_0x25df78&&_0x25df78[_0x423954(0xdb)]);}class CrashReporter{static [a67_0x5ea85a(0x106)]={};static [a67_0x5ea85a(0x161)];static ['frameworkDetails']={};static[a67_0x5ea85a(0xc4)](_0xa5b14e,_0x7bbd3,_0x475ab6=null){const _0x18e874=a67_0x5ea85a,_0x4a4e8e={'mEFFJ':function(_0x37fdac,_0x9f7f10){return _0x37fdac(_0x9f7f10);},'LKBmq':function(_0x5884a5,_0x320efd){return _0x5884a5(_0x320efd);},'gmhwQ':function(_0x2a0a8e,_0x16729f){return _0x2a0a8e===_0x16729f;},'AgBWi':_0x18e874(0x117),'xvlHW':_0x18e874(0x121),'zsNSI':'LjPpm','IDyXq':_0x18e874(0x12d),'VGGKT':function(_0xf50e0a,_0x45dc7b){return _0xf50e0a(_0x45dc7b);},'pFuRV':function(_0x555af2,_0x51fa45){return _0x555af2(_0x51fa45);}},_0x31268f=_0xa5b14e[_0x18e874(0x12f)],_0x1af88f=_0xa5b14e[_0x18e874(0xd8)];if(!_0x475ab6){if(_0x4a4e8e[_0x18e874(0x183)](_0x4a4e8e[_0x18e874(0xff)],_0x4a4e8e[_0x18e874(0x14d)]))try{this['credentials']=_0x31b65a[_0x18e874(0x160)](_0x67ff69[_0x18e874(0x134)][_0x18e874(0x11c)]);}catch(_0x3517a8){_0x4a4e8e['mEFFJ'](_0x56c4c2,_0x18e874(0xd9)+_0x3517a8[_0x18e874(0xd5)]());}else _0x475ab6=_0x4a4e8e[_0x18e874(0x101)](getBrowserStackConfig,_0x31268f);}!_0x1af88f&&(_0x4a4e8e['gmhwQ'](_0x4a4e8e[_0x18e874(0xc6)],_0x4a4e8e['IDyXq'])?_0x46b6c8=_0x4a4e8e[_0x18e874(0x101)](_0x88992,_0x279ba4):_0x4a4e8e['VGGKT'](getFrameworkVersion,_0x31268f));const _0x4471c8={};_0x4471c8['frameworkName']=_0x31268f,_0x4471c8[_0x18e874(0xd8)]=_0x1af88f,this[_0x18e874(0x118)](_0x4471c8,_0x7bbd3,_0x4a4e8e[_0x18e874(0x111)](getUserCredentials,_0x475ab6));}static['setCredentials'](_0x3379aa,_0x269ebf){const _0x4cb27b=a67_0x5ea85a,_0x201cac={};_0x201cac[_0x4cb27b(0x178)]=_0x3379aa,_0x201cac[_0x4cb27b(0xf8)]=_0x269ebf,this[_0x4cb27b(0x161)]=_0x201cac,process[_0x4cb27b(0x134)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x4cb27b(0xd0)](this['credentials']);}static[a67_0x5ea85a(0x122)](){const _0xa8bb1f=a67_0x5ea85a,_0xbe778f={'UffuC':function(_0x52d01b,_0x7b7451,_0x4f6ef4,_0x542ca9){return _0x52d01b(_0x7b7451,_0x4f6ef4,_0x542ca9);},'tknWs':function(_0x189c7d,_0x2a131a){return _0x189c7d===_0x2a131a;},'NnLiz':'UYxba','yVwDw':function(_0x455762,_0xdc5939){return _0x455762===_0xdc5939;},'zuDfx':_0xa8bb1f(0xfb),'qvVjJ':function(_0xe9fa2f,_0x46b5f8){return _0xe9fa2f!==_0x46b5f8;},'PgKtQ':_0xa8bb1f(0x115),'htzlQ':function(_0x1f9907,_0x2daf40){return _0x1f9907(_0x2daf40);}};if(!this[_0xa8bb1f(0x161)]&&process[_0xa8bb1f(0x134)][_0xa8bb1f(0x11c)]){if(_0xbe778f[_0xa8bb1f(0x158)](_0xbe778f['NnLiz'],_0xbe778f['NnLiz']))try{_0xbe778f[_0xa8bb1f(0xdd)](_0xbe778f[_0xa8bb1f(0xfd)],_0xbe778f['zuDfx'])?this[_0xa8bb1f(0x161)]=JSON[_0xa8bb1f(0x160)](process['env'][_0xa8bb1f(0x11c)]):(this[_0xa8bb1f(0x147)]=_0x5766c1,_0x18827f[_0xa8bb1f(0x134)][_0xa8bb1f(0x138)]=_0x58816c[_0xa8bb1f(0xd0)](this['frameworkDetails']));}catch(_0x4cc3ec){_0xbe778f[_0xa8bb1f(0xe2)](_0xbe778f[_0xa8bb1f(0x17f)],_0xbe778f[_0xa8bb1f(0x17f)])?_0xbe778f[_0xa8bb1f(0xcf)](_0x5d6d9c,_0x45e543,_0x26e98a,_0x4ac46a):_0xbe778f[_0xa8bb1f(0xde)](debug,_0xa8bb1f(0xd9)+_0x4cc3ec['toString']());}else delete _0x342547[_0x50571c];}return this[_0xa8bb1f(0x161)];}static[a67_0x5ea85a(0xfc)](_0x300d68){const _0x4314bc=a67_0x5ea85a;this[_0x4314bc(0x106)]=this['filterPII'](_0x300d68),process[_0x4314bc(0x134)][_0x4314bc(0x179)]=JSON[_0x4314bc(0xd0)](this[_0x4314bc(0x106)]);}static['getConfig'](){const _0x26a77a=a67_0x5ea85a,_0x112a54={'lncIM':function(_0x13619a,_0x51c986){return _0x13619a(_0x51c986);},'mXVKA':function(_0x349d44,_0x282a7b){return _0x349d44===_0x282a7b;},'BSWtG':function(_0x4843c4,_0x57cf63){return _0x4843c4(_0x57cf63);},'HLQOK':function(_0x2c4519,_0x4e7000){return _0x2c4519!==_0x4e7000;},'wumuj':'MmbkD','iyaWe':'QgeSP','fxTcn':_0x26a77a(0x105),'oJImG':function(_0x5c3fed,_0x147956){return _0x5c3fed!==_0x147956;},'ApbYe':'XTcdB'};if(_0x112a54[_0x26a77a(0x113)](Object[_0x26a77a(0x171)](this[_0x26a77a(0x106)])[_0x26a77a(0x140)],0x0)&&process[_0x26a77a(0x134)]['USER_CONFIG_FOR_REPORTING']){if(_0x112a54['HLQOK'](_0x112a54[_0x26a77a(0x164)],_0x112a54[_0x26a77a(0x164)]))return;else try{_0x112a54['HLQOK'](_0x112a54['iyaWe'],_0x112a54['fxTcn'])?this[_0x26a77a(0x106)]=JSON[_0x26a77a(0x160)](process[_0x26a77a(0x134)][_0x26a77a(0x179)]):_0x112a54[_0x26a77a(0x18c)](_0xc36a5f,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x4f1cc0);}catch(_0x5538d5){if(_0x112a54[_0x26a77a(0x18b)](_0x112a54[_0x26a77a(0x102)],_0x112a54['ApbYe'])){if(_0x112a54[_0x26a77a(0x113)](_0x46a498[_0x26a77a(0x171)](this[_0x26a77a(0x106)])[_0x26a77a(0x140)],0x0)&&_0x1cdad0[_0x26a77a(0x134)]['USER_CONFIG_FOR_REPORTING'])try{this[_0x26a77a(0x106)]=_0x1a52b2[_0x26a77a(0x160)](_0x167bd2[_0x26a77a(0x134)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x263c67){_0x112a54[_0x26a77a(0xe6)](_0x271e38,_0x26a77a(0x10f)+_0x263c67[_0x26a77a(0xd5)]()),this[_0x26a77a(0x106)]={};}return this[_0x26a77a(0x106)];}else _0x112a54[_0x26a77a(0xe6)](debug,_0x26a77a(0x10f)+_0x5538d5[_0x26a77a(0xd5)]()),this[_0x26a77a(0x106)]={};}}return this[_0x26a77a(0x106)];}static['setFrameworkDetails'](_0x186df5){const _0x4b4d25=a67_0x5ea85a;this['frameworkDetails']=_0x186df5,process[_0x4b4d25(0x134)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']=JSON[_0x4b4d25(0xd0)](this[_0x4b4d25(0x147)]);}static['getFramework'](){const _0x56f6d7=a67_0x5ea85a,_0x240822={'CxJCd':function(_0x594339,_0x1df2b0,_0x2e57e8,_0x56199f){return _0x594339(_0x1df2b0,_0x2e57e8,_0x56199f);},'SvIJv':function(_0x524bbb,_0x4add92){return _0x524bbb===_0x4add92;},'WGVhO':function(_0x2fd875,_0x575caa){return _0x2fd875!==_0x575caa;},'kjrHq':_0x56f6d7(0x16c),'XdndO':_0x56f6d7(0x185),'MvyJA':'nnNUb','oruri':_0x56f6d7(0xc7),'fjtTR':_0x56f6d7(0x131),'mSbBX':_0x56f6d7(0xdc),'vaWfv':function(_0x416080,_0x23788d){return _0x416080(_0x23788d);}};if(_0x240822[_0x56f6d7(0x114)](Object[_0x56f6d7(0x171)](this[_0x56f6d7(0x147)])[_0x56f6d7(0x140)],0x0)&&process[_0x56f6d7(0x134)][_0x56f6d7(0x138)]){if(_0x240822[_0x56f6d7(0x18e)](_0x240822[_0x56f6d7(0x108)],_0x240822[_0x56f6d7(0x13f)]))try{_0x240822[_0x56f6d7(0x114)](_0x240822[_0x56f6d7(0x189)],_0x240822[_0x56f6d7(0x10e)])?_0x240822[_0x56f6d7(0x148)](_0x5b6d6c,_0x10c006,_0x4179a9,_0xc15909):this[_0x56f6d7(0x147)]=JSON['parse'](process['env'][_0x56f6d7(0x138)]);}catch(_0x1ddf5c){_0x240822[_0x56f6d7(0x114)](_0x240822[_0x56f6d7(0x100)],_0x240822[_0x56f6d7(0xe4)])?(this['userConfig']=this[_0x56f6d7(0x133)](_0x384d49),_0x54b31b[_0x56f6d7(0x134)][_0x56f6d7(0x179)]=_0x4c7ff4[_0x56f6d7(0xd0)](this['userConfig'])):_0x240822['vaWfv'](debug,_0x56f6d7(0xd9)+_0x1ddf5c['toString']());}else return _0x5816d9[_0x56f6d7(0x17a)](_0x2ddaf8=>_0x4ebefd(_0x2ddaf8,_0x1e249e,_0x5298e8));}return this[_0x56f6d7(0x147)];}static[a67_0x5ea85a(0x118)](_0x19eb4f,_0x2cb60a,_0x4f5bff){const _0x282a25=a67_0x5ea85a;_0x19eb4f&&this[_0x282a25(0xbb)](_0x19eb4f),_0x2cb60a&&this[_0x282a25(0xfc)](_0x2cb60a),_0x4f5bff&&this[_0x282a25(0x103)](_0x4f5bff['username'],_0x4f5bff[_0x282a25(0xf8)]);}static async['uploadCrashReport'](_0x161da4,_0x19c16b){const _0x53bef0=a67_0x5ea85a,_0x20a9cd={'avalJ':function(_0x3b4476,_0xfe8dfe){return _0x3b4476===_0xfe8dfe;},'vNHDJ':_0x53bef0(0x174),'FxnsN':function(_0x57aa6e,_0x202e99){return _0x57aa6e instanceof _0x202e99;},'ISMnq':function(_0x3095e3,_0x52f4b1){return _0x3095e3!==_0x52f4b1;},'loTeU':_0x53bef0(0x10c),'NwwUa':_0x53bef0(0xca),'CDfWs':function(_0x1df0fe,_0x32bb81){return _0x1df0fe(_0x32bb81);},'ENUPx':function(_0x3a0105,_0x482ba4){return _0x3a0105 instanceof _0x482ba4;},'NUKeQ':_0x53bef0(0x11d),'BlTIF':function(_0x5c82fc,_0x1c1003){return _0x5c82fc(_0x1c1003);},'tSnpj':function(_0x4e41d4,_0x51e6c6){return _0x4e41d4!==_0x51e6c6;},'fLmeN':_0x53bef0(0x143),'twxmS':'aexqs','xmPVa':function(_0x5ce1bf,_0x1a225b){return _0x5ce1bf(_0x1a225b);},'YilsS':_0x53bef0(0x12b),'APdDg':function(_0x2cb407){return _0x2cb407();},'Twlot':_0x53bef0(0xc3),'zFBYo':_0x53bef0(0xd3),'scrQs':_0x53bef0(0x135),'nnGdd':function(_0x7a6514,_0x5a7a26,_0xc8d2df,_0x2182f9,_0x20fcdf,_0x2d910c){return _0x7a6514(_0x5a7a26,_0xc8d2df,_0x2182f9,_0x20fcdf,_0x2d910c);},'jWyUb':_0x53bef0(0xcb)};this[_0x53bef0(0x122)]();if(!this['credentials']){if(_0x20a9cd['tSnpj'](_0x20a9cd[_0x53bef0(0x13a)],_0x20a9cd[_0x53bef0(0x145)]))return _0x20a9cd['xmPVa'](debug,_0x20a9cd[_0x53bef0(0x16b)]);else{if(_0x18a997['includes'](_0x58891a[_0x53bef0(0x107)]()))delete _0x2a4f29[_0x226ef6];else _0x20a9cd[_0x53bef0(0x123)](typeof _0x5e4d68[_0x394ae2],_0x20a9cd['vNHDJ'])&&this[_0x53bef0(0x125)](_0x169dea[_0xd790f1]);}}this[_0x53bef0(0x168)](),this[_0x53bef0(0xe1)]();const _0x2d111d={'hashed_id':process[_0x53bef0(0x134)][_0x53bef0(0x16e)],'observability_version':{'sdkVersion':_0x20a9cd[_0x53bef0(0xc2)](getAgentVersion),'frameworkName':this[_0x53bef0(0x147)][_0x53bef0(0x12f)],'frameworkVersion':this['frameworkDetails'][_0x53bef0(0xd8)]},'exception':{'error':_0x161da4[_0x53bef0(0xd5)](),'stackTrace':_0x19c16b},'config':this['userConfig']},_0x29b343=_0x20a9cd[_0x53bef0(0x12e)],_0x3a3201={};_0x3a3201[_0x53bef0(0x178)]=this[_0x53bef0(0x161)]['username'],_0x3a3201[_0x53bef0(0x13d)]=this['credentials']['accessKey'];const _0x3ffa17={};_0x3ffa17['Content-Type']=_0x20a9cd[_0x53bef0(0xd2)],_0x3ffa17[_0x53bef0(0xf7)]=_0x20a9cd[_0x53bef0(0xe0)];const _0x2cdf3f={};_0x2cdf3f[_0x53bef0(0xc8)]=_0x3a3201,_0x2cdf3f[_0x53bef0(0xe5)]=_0x3ffa17;const _0x458776=_0x2cdf3f;_0x20a9cd[_0x53bef0(0xf1)](nodeRequest,_0x20a9cd['jWyUb'],_0x29b343,_0x2d111d,_0x458776,![])[_0x53bef0(0x170)](_0x4150=>{const _0x25c05f=_0x53bef0;if(_0x20a9cd[_0x25c05f(0x187)](_0x20a9cd[_0x25c05f(0x180)],_0x20a9cd[_0x25c05f(0x129)]))_0x20a9cd['CDfWs'](debug,_0x25c05f(0x128)+JSON[_0x25c05f(0xd0)](_0x4150));else{const _0x588a72=(_0x1c675e[_0x25c05f(0x134)][_0x25c05f(0x10d)]?_0x19f204[_0x25c05f(0xc5)]()[_0x25c05f(0x11a)](_0x445e8c):_0x1fb05f)['call'](this,..._0x320d7b);if(_0x20a9cd[_0x25c05f(0xf9)](_0x588a72,_0x4aa878))return _0x588a72['catch'](_0x242d93=>_0x5a70a9(_0x242d93,_0x3c7c14,_0xbf2bc3));return _0x588a72;}})[_0x53bef0(0x17a)](_0x4ef6aa=>{const _0x48d665=_0x53bef0;if(_0x20a9cd[_0x48d665(0x123)](_0x20a9cd['NUKeQ'],_0x20a9cd[_0x48d665(0x16a)]))_0x20a9cd['BlTIF'](debug,_0x48d665(0x173)+_0x4ef6aa);else{let _0x3a52e4=_0xc5c531;_0x4ddebf[_0x48d665(0x134)][_0x48d665(0x10d)]&&(_0x3a52e4=_0x3d779b[_0x48d665(0xc5)]()[_0x48d665(0x11a)](_0x3a52e4));const _0x143f7c=_0x3a52e4[_0x48d665(0x110)](null,arguments);if(_0x20a9cd[_0x48d665(0x167)](_0x143f7c,_0x11ad3c))return _0x143f7c[_0x48d665(0x17a)](_0x2fb007=>_0x22e76b(_0x2fb007,_0x200437,_0x592186));return _0x143f7c;}});}static[a67_0x5ea85a(0x125)](_0xbb5a3f){const _0x37bace=a67_0x5ea85a,_0x2ff23f={'ddLCq':function(_0x29657c,_0x4267a3){return _0x29657c(_0x4267a3);},'CZQQy':function(_0x4393de,_0x2c3312){return _0x4393de===_0x2c3312;},'zOXOw':'qtjcZ','QLHzB':'liYuI','YolqE':_0x37bace(0x150),'tIhNa':_0x37bace(0x178),'ZSoyq':_0x37bace(0x14b),'IoJRY':_0x37bace(0xf8),'OjlnT':'password','ZgINU':_0x37bace(0x165),'CjFBI':_0x37bace(0x18d),'GJqAO':_0x37bace(0x11e),'vEEHR':_0x37bace(0x14e),'hnhsw':_0x37bace(0x174),'NIfAN':function(_0x4c8fd7,_0x54fd36){return _0x4c8fd7===_0x54fd36;},'WVFeE':_0x37bace(0xdf)};if(!_0xbb5a3f){if(_0x2ff23f['CZQQy'](_0x2ff23f['zOXOw'],_0x2ff23f[_0x37bace(0x181)])){_0x2ff23f['ddLCq'](_0x67af14,'Error\x20in\x20executing\x20'+_0x245e4e[_0x37bace(0x127)]+_0x37bace(0x151)+_0x50ef3b+':\x20'+_0x10e0f2),_0x45bf17['captureError'](_0x5f5cdf);let _0xdc18a8;try{_0xdc18a8=_0x2cb804['stringify'](_0x20ba3e);}catch(_0xefe405){const _0x198fe7={};_0x198fe7['depth']=0x2,_0xdc18a8=_0x30828d[_0x37bace(0x144)](_0x4cfd54,_0x198fe7);}_0x486903[_0x37bace(0xbe)]('Error\x20in\x20executing\x20'+_0x168d2b[_0x37bace(0x127)]+'\x20with\x20args\x20'+_0xdc18a8+_0x37bace(0xba)+_0x35fd9b,_0x27b3e4&&_0x3cb615[_0x37bace(0xdb)]);}else return;}const _0x405208=[_0x2ff23f['YolqE'],_0x2ff23f[_0x37bace(0xe8)],_0x2ff23f[_0x37bace(0x137)],_0x2ff23f[_0x37bace(0x176)],_0x2ff23f[_0x37bace(0x13e)]];for(const _0x5051dc in _0xbb5a3f){if(_0x2ff23f[_0x37bace(0x116)](_0x2ff23f[_0x37bace(0xef)],_0x2ff23f[_0x37bace(0x15d)])){const _0x4f0a40={};_0x4f0a40[_0x37bace(0x184)]=0x2,_0x542b46=_0x1beaff['inspect'](_0x3e3a83,_0x4f0a40);}else{if(_0x405208[_0x37bace(0xc0)](_0x5051dc['toLowerCase']()))_0x2ff23f[_0x37bace(0x116)](_0x2ff23f[_0x37bace(0x109)],_0x2ff23f['vEEHR'])?_0x1a0eea=_0x5998b4[_0x37bace(0xd0)](_0x2edd90):delete _0xbb5a3f[_0x5051dc];else _0x2ff23f[_0x37bace(0x116)](typeof _0xbb5a3f[_0x5051dc],_0x2ff23f['hnhsw'])&&(_0x2ff23f['NIfAN'](_0x2ff23f['WVFeE'],_0x2ff23f[_0x37bace(0xfe)])?this['recursivelyDeletePIIKeysFromObject'](_0xbb5a3f[_0x5051dc]):this['credentials']=_0xc6c238['parse'](_0xff0bcc[_0x37bace(0x134)][_0x37bace(0x11c)]));}}}static[a67_0x5ea85a(0x133)](_0x463bc8){const _0x280917=a67_0x5ea85a,_0x475ab1=JSON[_0x280917(0x160)](JSON[_0x280917(0xd0)](_0x463bc8));return this[_0x280917(0x125)](_0x475ab1),_0x475ab1;}}function a67_0x2fba(_0x4273df,_0x9d5473){const _0x58c4a6=a67_0x58c4();return a67_0x2fba=function(_0x2fbad7,_0x503e56){_0x2fbad7=_0x2fbad7-0xba;let _0x11d295=_0x58c4a6[_0x2fbad7];return _0x11d295;},a67_0x2fba(_0x4273df,_0x9d5473);}const a67_0xfcdd2d={};a67_0xfcdd2d[a67_0x5ea85a(0xe7)]=o11yErrorHandler,a67_0xfcdd2d[a67_0x5ea85a(0x17b)]=o11yClassErrorHandler,a67_0xfcdd2d[a67_0x5ea85a(0x10a)]=CrashReporter,module['exports']=a67_0xfcdd2d;
@@ -1 +1 @@
1
- const a68_0x5474d2=a68_0x5d15;(function(_0x1700c7,_0x479f75){const _0x44492=a68_0x5d15,_0x422c9e=_0x1700c7();while(!![]){try{const _0x5e4372=parseInt(_0x44492(0x1a1))/0x1+parseInt(_0x44492(0x1c9))/0x2*(-parseInt(_0x44492(0x1f7))/0x3)+-parseInt(_0x44492(0x1db))/0x4+-parseInt(_0x44492(0x19e))/0x5+parseInt(_0x44492(0x1c7))/0x6*(-parseInt(_0x44492(0x182))/0x7)+parseInt(_0x44492(0x1a5))/0x8+-parseInt(_0x44492(0x1ee))/0x9*(-parseInt(_0x44492(0x202))/0xa);if(_0x5e4372===_0x479f75)break;else _0x422c9e['push'](_0x422c9e['shift']());}catch(_0x3cb129){_0x422c9e['push'](_0x422c9e['shift']());}}}(a68_0x384d,0x5a6cc));function a68_0x5d15(_0x2d0708,_0x5c2518){const _0x384da9=a68_0x384d();return a68_0x5d15=function(_0x5d1557,_0xbf09f7){_0x5d1557=_0x5d1557-0x163;let _0x2748eb=_0x384da9[_0x5d1557];return _0x2748eb;},a68_0x5d15(_0x2d0708,_0x5c2518);}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x5474d2(0x198)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x5474d2(0x1ff)),util=require(a68_0x5474d2(0x16d));function a68_0x384d(){const _0x215873=['SyHcJ','106434KJAgUI','pollEventBatchInterval','EJTXo','\x20event\x20successful!','pgozH','LogCreated','vYotH','eventUrl','./utils','getInstance','start','509870cPWImD','response','zbODx','stringify','event_type','azjRs','logs','SgKWH','lcqwV','proceedWithData','uploadPending','sCtrQ','util','max','SfLQw','ACNNL','CLFHe','batchAndPostEvents','TDObx','xuukU','GTbZX','WWRlX','BjVNH','bugVV','TestRunStarted','data','EXCEPTION\x20IN\x20','mlktK','aIJJE','PLfZB','RXzgQ','VWCHA','REMOVING','332045tmTHhT','resetEventBatchPolling','wjrKU','TEST_SCREENSHOT','bhYTA','exports','TestRunFinished','YhxDk','HookRunStarted','csjfe','Interval-Queue','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','BCWkg','voydB','mvvFV','gpkFY','shouldProceed','error','RESETTING','JQGjc','VncnS','Gknik','./constants','NFcQl','xhEdC','wAExl','ZAbUD','message','1859170PGrbYo','CBTSessionCreated','uvbWW','497063HMXxha','AgNxn','DYVvm','lwdPa','4422152CKnvEv','HmDfu','ELyDg','screenshotEventUrl','TestRunSkipped','uujNJ','dkLTh','bjVOE','wygoJ','qOyLX','KbpAW','DBzUf','startEventBatchPolling','KFfDL','api/v1/batch','HookRunFinished','QNVex','NpDaR','vsIcG','GLkiO','LcXNG','pendingUploads','chwqZ','push','shutdown','instance','includes','dtQJt','queue','statusText','qkmqs','yjjxg','MJMGC','Msfoa','42rYOaCo','VaRuU','36fURrnv','mtDLa','slice','NQGTP','AkkwS','ZBogL','TldAj','BATCH_EVENT_TYPES','splice','RhMPX','proceedWithUrl','MGcor','UHPTt','removeEventBatchPolling','started','lgPgo','rDlCp','api/v1/screenshots','2854472qsudnD','hUitd','OStuc','lPERn','hCihS','mMFlr','pbBLq','status','add','dmWcz','kind','HsQAh','SMxBa','iFRoM','FCxgd','AydHA','MTohs','xjCyu','IWhKx','243ijybST','EXBut','EWVQz','hlDps','mpxwR','waCNl','sqBbn','length'];a68_0x384d=function(){return _0x215873;};return a68_0x384d();}class RequestQueueHandler{static ['instance'];['pendingUploads']=0x0;constructor(){const _0x2b9152=a68_0x5474d2,_0x5715b0={};_0x5715b0[_0x2b9152(0x1cf)]='3|0|5|2|1|4',_0x5715b0[_0x2b9152(0x1e8)]=_0x2b9152(0x1fc),_0x5715b0[_0x2b9152(0x1ce)]=_0x2b9152(0x19f),_0x5715b0[_0x2b9152(0x1c6)]=_0x2b9152(0x188),_0x5715b0[_0x2b9152(0x1d8)]=_0x2b9152(0x1a9),_0x5715b0[_0x2b9152(0x1ac)]=_0x2b9152(0x1b4),_0x5715b0[_0x2b9152(0x1a7)]=_0x2b9152(0x179),_0x5715b0[_0x2b9152(0x1f0)]=_0x2b9152(0x18a),_0x5715b0[_0x2b9152(0x17e)]=_0x2b9152(0x1da),_0x5715b0['uujNJ']=_0x2b9152(0x1b3);const _0x32b26f=_0x5715b0,_0x2c431e=_0x32b26f[_0x2b9152(0x1cf)]['split']('|');let _0x435333=0x0;while(!![]){switch(_0x2c431e[_0x435333++]){case'0':this[_0x2b9152(0x1d7)]=![];continue;case'1':this[_0x2b9152(0x1d0)]=[_0x32b26f[_0x2b9152(0x1e8)],_0x32b26f['ZBogL'],_0x32b26f[_0x2b9152(0x1c6)],_0x32b26f[_0x2b9152(0x1d8)],_0x32b26f[_0x2b9152(0x1ac)],_0x32b26f['ELyDg'],_0x32b26f[_0x2b9152(0x1f0)]];continue;case'2':this[_0x2b9152(0x1a8)]=_0x32b26f[_0x2b9152(0x17e)];continue;case'3':this[_0x2b9152(0x1c1)]=[];continue;case'4':this['pollEventBatchInterval']=null;continue;case'5':this[_0x2b9152(0x1fe)]=_0x32b26f[_0x2b9152(0x1aa)];continue;}break;}}static[a68_0x5474d2(0x200)](){const _0x2fdfbb=a68_0x5474d2,_0x452f26={'EXBut':function(_0x4d4165,_0x10e8c5){return _0x4d4165(_0x10e8c5);},'FCxgd':function(_0x3fbbf8,_0x3db567){return _0x3fbbf8===_0x3db567;},'mvvFV':_0x2fdfbb(0x1b7),'wSzQq':_0x2fdfbb(0x1dc)};return!RequestQueueHandler[_0x2fdfbb(0x1be)]&&(_0x452f26[_0x2fdfbb(0x1e9)](_0x452f26[_0x2fdfbb(0x190)],_0x452f26['wSzQq'])?_0x452f26[_0x2fdfbb(0x1ef)](_0x214eac,_0x2fdfbb(0x17b)+_0x3ac00c+_0x2fdfbb(0x18d)+(_0x50d15e[_0x2fdfbb(0x19d)]||_0x2d26a2)):RequestQueueHandler[_0x2fdfbb(0x1be)]=new RequestQueueHandler()),RequestQueueHandler[_0x2fdfbb(0x1be)];}[a68_0x5474d2(0x201)]=()=>{const _0x975223=a68_0x5474d2,_0x14913d={};_0x14913d[_0x975223(0x1f3)]=function(_0x53c504,_0x3e6192){return _0x53c504!==_0x3e6192;},_0x14913d[_0x975223(0x17f)]=_0x975223(0x1f4),_0x14913d[_0x975223(0x1c8)]=_0x975223(0x1ab);const _0x2693c0=_0x14913d;!this['started']&&(_0x2693c0[_0x975223(0x1f3)](_0x2693c0['RXzgQ'],_0x2693c0[_0x975223(0x1c8)])?(this[_0x975223(0x1d7)]=!![],this['startEventBatchPolling']()):!this[_0x975223(0x1d7)]&&(this[_0x975223(0x1d7)]=!![],this[_0x975223(0x1b1)]()));};[a68_0x5474d2(0x1e3)]=_0x3eda23=>{const _0x3fed23=a68_0x5474d2,_0x270ee1={};_0x270ee1[_0x3fed23(0x1a2)]=function(_0x22afad,_0x4addb9){return _0x22afad===_0x4addb9;},_0x270ee1[_0x3fed23(0x1f9)]='TEST_SCREENSHOT',_0x270ee1[_0x3fed23(0x1c0)]=function(_0x3066c5,_0x342117){return _0x3066c5===_0x342117;},_0x270ee1[_0x3fed23(0x18b)]=_0x3fed23(0x1a3),_0x270ee1[_0x3fed23(0x1d2)]=_0x3fed23(0x1dd),_0x270ee1[_0x3fed23(0x174)]=function(_0x1930f0,_0x1b5fdf){return _0x1930f0===_0x1b5fdf;},_0x270ee1[_0x3fed23(0x1fb)]=function(_0x110a7f,_0x4bb185){return _0x110a7f!==_0x4bb185;},_0x270ee1[_0x3fed23(0x1c3)]=_0x3fed23(0x1ad),_0x270ee1[_0x3fed23(0x19a)]=_0x3fed23(0x1c4),_0x270ee1[_0x3fed23(0x170)]=_0x3fed23(0x18e),_0x270ee1[_0x3fed23(0x19b)]=_0x3fed23(0x169);const _0x1fd916=_0x270ee1;if(this[_0x3fed23(0x1d0)][_0x3fed23(0x1bf)](_0x3eda23[_0x3fed23(0x165)])){if(_0x1fd916[_0x3fed23(0x1c0)](_0x1fd916[_0x3fed23(0x18b)],_0x1fd916['RhMPX']))this[_0x3fed23(0x1d7)]=!![],this[_0x3fed23(0x1b1)]();else{if(_0x3eda23['logs']&&_0x3eda23[_0x3fed23(0x167)][0x0]&&_0x1fd916['xuukU'](_0x3eda23['logs'][0x0]['kind'],_0x1fd916[_0x3fed23(0x1f9)])){if(_0x1fd916[_0x3fed23(0x1fb)](_0x1fd916[_0x3fed23(0x1c3)],_0x1fd916[_0x3fed23(0x19a)])){const _0x36aa39={};return _0x36aa39['shouldProceed']=!![],_0x36aa39['proceedWithData']=[_0x3eda23],_0x36aa39[_0x3fed23(0x1d3)]=this['screenshotEventUrl'],_0x36aa39;}else{if(this['BATCH_EVENT_TYPES'][_0x3fed23(0x1bf)](_0x15a2e8['event_type'])){if(_0x7b223d['logs']&&_0x3aec7[_0x3fed23(0x167)][0x0]&&_0x1fd916[_0x3fed23(0x1a2)](_0x2c2e19[_0x3fed23(0x167)][0x0][_0x3fed23(0x1e5)],_0x1fd916[_0x3fed23(0x1f9)])){const _0x31510c={};return _0x31510c['shouldProceed']=!![],_0x31510c[_0x3fed23(0x16a)]=[_0x5e82e7],_0x31510c[_0x3fed23(0x1d3)]=this[_0x3fed23(0x1a8)],_0x31510c;}this[_0x3fed23(0x1c1)][_0x3fed23(0x1bc)](_0x5be854);let _0x50ac7c=null;const _0x48f233=this[_0x3fed23(0x192)]();_0x48f233&&(_0x50ac7c=this['queue']['slice'](0x0,_0x4cdd60),this[_0x3fed23(0x1c1)][_0x3fed23(0x1d1)](0x0,_0x1c8fd9),this[_0x3fed23(0x183)]());const _0x572d95={};return _0x572d95[_0x3fed23(0x192)]=_0x48f233,_0x572d95[_0x3fed23(0x16a)]=_0x50ac7c,_0x572d95['proceedWithUrl']=this[_0x3fed23(0x1fe)],_0x572d95;}const _0x2e9f32={};return _0x2e9f32[_0x3fed23(0x192)]=!![],_0x2e9f32;}}this['queue'][_0x3fed23(0x1bc)](_0x3eda23);let _0x22a2a6=null;const _0x470d52=this[_0x3fed23(0x192)]();if(_0x470d52){if(_0x1fd916[_0x3fed23(0x1a2)](_0x1fd916[_0x3fed23(0x170)],_0x1fd916[_0x3fed23(0x19b)]))return!_0x4ec480['instance']&&(_0x208aaf[_0x3fed23(0x1be)]=new _0x7578cf()),_0x5c9242[_0x3fed23(0x1be)];else _0x22a2a6=this['queue'][_0x3fed23(0x1cb)](0x0,BATCH_SIZE),this['queue'][_0x3fed23(0x1d1)](0x0,BATCH_SIZE),this[_0x3fed23(0x183)]();}const _0x4501da={};return _0x4501da['shouldProceed']=_0x470d52,_0x4501da['proceedWithData']=_0x22a2a6,_0x4501da[_0x3fed23(0x1d3)]=this[_0x3fed23(0x1fe)],_0x4501da;}}const _0x4e6c96={};return _0x4e6c96[_0x3fed23(0x192)]=!![],_0x4e6c96;};[a68_0x5474d2(0x1bd)]=async()=>{const _0x176925=a68_0x5474d2,_0xf585c9={};_0xf585c9[_0x176925(0x1d9)]=function(_0x3ff73a,_0x2a2b80){return _0x3ff73a===_0x2a2b80;},_0xf585c9[_0x176925(0x1de)]=_0x176925(0x185),_0xf585c9[_0x176925(0x1b2)]=_0x176925(0x181),_0xf585c9[_0x176925(0x1d4)]=function(_0x461ef6,_0x4d4a7b){return _0x461ef6>_0x4d4a7b;},_0xf585c9['wjrKU']=_0x176925(0x1ed),_0xf585c9[_0x176925(0x1b6)]='Shutdown-Queue';const _0x99c6bb=_0xf585c9;await this[_0x176925(0x16b)](),this[_0x176925(0x1d6)](_0x99c6bb['KFfDL']);while(_0x99c6bb[_0x176925(0x1d4)](this[_0x176925(0x1c1)][_0x176925(0x1f5)],0x0)){if(_0x99c6bb[_0x176925(0x1d9)](_0x99c6bb[_0x176925(0x184)],_0x99c6bb['wjrKU'])){const _0x517cc2=this[_0x176925(0x1c1)]['slice'](0x0,BATCH_SIZE);this['queue'][_0x176925(0x1d1)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this['eventUrl'],_0x99c6bb[_0x176925(0x1b6)],_0x517cc2);}else{if(_0x5853e4[_0x176925(0x167)]&&_0x1bbfe5[_0x176925(0x167)][0x0]&&_0x99c6bb['rDlCp'](_0x1d5367['logs'][0x0][_0x176925(0x1e5)],_0x99c6bb['lPERn'])){const _0x5a9941={};return _0x5a9941[_0x176925(0x192)]=!![],_0x5a9941['proceedWithData']=[_0x1521ca],_0x5a9941[_0x176925(0x1d3)]=this['screenshotEventUrl'],_0x5a9941;}this['queue']['push'](_0x1ea8e7);let _0x1cb670=null;const _0x49dd4b=this[_0x176925(0x192)]();_0x49dd4b&&(_0x1cb670=this[_0x176925(0x1c1)][_0x176925(0x1cb)](0x0,_0x8daa4d),this[_0x176925(0x1c1)]['splice'](0x0,_0x2b1e42),this['resetEventBatchPolling']());const _0x374670={};return _0x374670['shouldProceed']=_0x49dd4b,_0x374670[_0x176925(0x16a)]=_0x1cb670,_0x374670[_0x176925(0x1d3)]=this[_0x176925(0x1fe)],_0x374670;}}};[a68_0x5474d2(0x172)]=async(_0x478b08,_0x1945c2,_0x48c272)=>{const _0x128e70=a68_0x5474d2,_0x26d135={'SgKWH':function(_0x4b9c92,_0x434bd2){return _0x4b9c92(_0x434bd2);},'MJMGC':function(_0x36015a,_0x3be183){return _0x36015a===_0x3be183;},'VeDfk':'REMOVING','SfLQw':function(_0x248894){return _0x248894();},'HmwSf':function(_0x5132f2,_0x110811){return _0x5132f2!==_0x110811;},'BKFMv':_0x128e70(0x1b0),'HsQAh':function(_0x213233,_0x4fe532,_0x1b386c,_0x5bfa83,_0x597737){return _0x213233(_0x4fe532,_0x1b386c,_0x5bfa83,_0x597737);},'MTohs':'POST','lwdPa':function(_0x2a211b,_0x2e266f){return _0x2a211b!==_0x2e266f;},'sCtrQ':_0x128e70(0x178),'mMFlr':function(_0x2ccd94,_0x5bf746){return _0x2ccd94!==_0x5bf746;},'HGocf':'uZDdU','mtDLa':_0x128e70(0x1bb),'Gknik':function(_0x25f9cc,_0x4cf013){return _0x25f9cc(_0x4cf013);},'mlktK':function(_0x3209d5,_0x41a0ce){return _0x3209d5-_0x41a0ce;},'zbODx':'avUgD','HmDfu':_0x128e70(0x1e1),'AkkwS':_0x128e70(0x180),'EADiW':function(_0x5c4a56,_0x493b93){return _0x5c4a56(_0x493b93);}},_0x900ef2={'headers':_0x26d135[_0x128e70(0x16f)](getDefaultHeaders)};try{if(_0x26d135['HmwSf'](_0x26d135['BKFMv'],_0x26d135['BKFMv']))return;else{const _0x329358=await _0x26d135[_0x128e70(0x1e6)](nodeRequest,_0x26d135[_0x128e70(0x1eb)],_0x478b08,_0x48c272,_0x900ef2);if(_0x329358[_0x128e70(0x17a)][_0x128e70(0x193)]){if(_0x26d135[_0x128e70(0x1a4)](_0x26d135[_0x128e70(0x16c)],_0x26d135[_0x128e70(0x16c)])){const _0x514caf={};_0x514caf[_0x128e70(0x19d)]=_0x140374[_0x128e70(0x17a)][_0x128e70(0x193)];throw _0x514caf;}else{const _0x58bd91={};_0x58bd91[_0x128e70(0x19d)]=_0x329358[_0x128e70(0x17a)][_0x128e70(0x193)];throw _0x58bd91;}}else _0x26d135[_0x128e70(0x1e0)](_0x26d135['HGocf'],_0x26d135[_0x128e70(0x1ca)])?(_0x26d135[_0x128e70(0x197)](debug,_0x1945c2+'\x20event\x20successful!'),this['pendingUploads']=Math[_0x128e70(0x16e)](0x0,_0x26d135[_0x128e70(0x17c)](this[_0x128e70(0x1ba)],_0x48c272[_0x128e70(0x1f5)]))):(_0x26d135[_0x128e70(0x168)](_0x10437e,this['pollEventBatchInterval']),this['pollEventBatchInterval']=null,_0x26d135[_0x128e70(0x1c5)](_0x2fd1b2,_0x26d135['VeDfk'])&&(this[_0x128e70(0x1d7)]=![]));}}catch(_0x272d1b){_0x26d135['lwdPa'](_0x26d135['zbODx'],_0x26d135[_0x128e70(0x163)])?this[_0x128e70(0x1d7)]=![]:(_0x272d1b[_0x128e70(0x203)]?_0x26d135[_0x128e70(0x1e0)](_0x26d135[_0x128e70(0x1a6)],_0x26d135[_0x128e70(0x1a6)])?_0x5b674d[_0x128e70(0x1be)]=new _0x4c6bfd():_0x26d135[_0x128e70(0x197)](debug,_0x128e70(0x17b)+_0x1945c2+_0x128e70(0x18d)+_0x272d1b[_0x128e70(0x203)][_0x128e70(0x1e2)]+'\x20'+_0x272d1b[_0x128e70(0x203)][_0x128e70(0x1c2)]+'\x20'+JSON[_0x128e70(0x164)](_0x272d1b['response'][_0x128e70(0x17a)])):_0x26d135['MJMGC'](_0x26d135[_0x128e70(0x1cd)],_0x26d135['AkkwS'])?_0x26d135['EADiW'](debug,_0x128e70(0x17b)+_0x1945c2+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x272d1b[_0x128e70(0x19d)]||_0x272d1b)):_0x26d135['SgKWH'](_0x5285a1,_0x128e70(0x17b)+_0x2195f0+_0x128e70(0x18d)+_0x320a89[_0x128e70(0x203)][_0x128e70(0x1e2)]+'\x20'+_0x18bd1b[_0x128e70(0x203)][_0x128e70(0x1c2)]+'\x20'+_0x5cb9da[_0x128e70(0x164)](_0x5c3a27['response'][_0x128e70(0x17a)])),this[_0x128e70(0x1ba)]=Math[_0x128e70(0x16e)](0x0,_0x26d135['mlktK'](this[_0x128e70(0x1ba)],_0x48c272[_0x128e70(0x1f5)])));}};['startEventBatchPolling']=()=>{const _0x13b7ee=a68_0x5474d2,_0x29f2b5={'GLkiO':function(_0x456bf4,_0x2a0a7e){return _0x456bf4(_0x2a0a7e);},'SyHcJ':function(_0x3c764e,_0x5dcdcd){return _0x3c764e-_0x5dcdcd;},'bhYTA':function(_0x1970e6,_0x4ceeef){return _0x1970e6!==_0x4ceeef;},'NFcQl':_0x13b7ee(0x1b9),'azjRs':_0x13b7ee(0x18f),'VncnS':function(_0x4e3896,_0x47f1cb){return _0x4e3896>_0x47f1cb;},'dmWcz':_0x13b7ee(0x1d5),'slOQA':_0x13b7ee(0x171),'WWRlX':_0x13b7ee(0x18c),'KbpAW':function(_0x425ea9,_0x4c6f41,_0x5cd3c5){return _0x425ea9(_0x4c6f41,_0x5cd3c5);}};this['pollEventBatchInterval']=_0x29f2b5[_0x13b7ee(0x1af)](setInterval,async()=>{const _0x5a3ef0=_0x13b7ee;if(_0x29f2b5[_0x5a3ef0(0x186)](_0x29f2b5[_0x5a3ef0(0x199)],_0x29f2b5[_0x5a3ef0(0x166)])){if(_0x29f2b5[_0x5a3ef0(0x196)](this[_0x5a3ef0(0x1c1)]['length'],0x0)){if(_0x29f2b5[_0x5a3ef0(0x186)](_0x29f2b5[_0x5a3ef0(0x1e4)],_0x29f2b5['slOQA'])){const _0x530d9d=this[_0x5a3ef0(0x1c1)][_0x5a3ef0(0x1cb)](0x0,BATCH_SIZE);this['queue']['splice'](0x0,BATCH_SIZE),await this[_0x5a3ef0(0x172)](this[_0x5a3ef0(0x1fe)],_0x29f2b5[_0x5a3ef0(0x176)],_0x530d9d);}else _0x29f2b5[_0x5a3ef0(0x1b8)](_0x4fff8d,_0x53d6e7+_0x5a3ef0(0x1fa)),this[_0x5a3ef0(0x1ba)]=_0x4ee0f0[_0x5a3ef0(0x16e)](0x0,_0x29f2b5[_0x5a3ef0(0x1f6)](this[_0x5a3ef0(0x1ba)],_0xd6dae6['length']));}}else{const _0x535fb7={};return _0x535fb7['shouldProceed']=!![],_0x535fb7[_0x5a3ef0(0x16a)]=[_0x357103],_0x535fb7[_0x5a3ef0(0x1d3)]=this[_0x5a3ef0(0x1a8)],_0x535fb7;}},BATCH_INTERVAL);};['resetEventBatchPolling']=()=>{const _0x43eabd=a68_0x5474d2,_0x51aea8={};_0x51aea8[_0x43eabd(0x191)]=_0x43eabd(0x194);const _0x5a62d6=_0x51aea8;this['removeEventBatchPolling'](_0x5a62d6[_0x43eabd(0x191)]),this[_0x43eabd(0x1b1)]();};[a68_0x5474d2(0x1d6)]=_0x27cc7b=>{const _0x3ae8ed=a68_0x5474d2,_0x2f256a={'aIJJE':function(_0x5462cb,_0x538abc){return _0x5462cb(_0x538abc);},'hCihS':function(_0x2fca9a,_0x1f8e7f){return _0x2fca9a===_0x1f8e7f;},'NQGTP':_0x3ae8ed(0x181),'QNVex':function(_0x570260,_0x19faa7){return _0x570260!==_0x19faa7;},'uvbWW':_0x3ae8ed(0x1ec),'GTbZX':_0x3ae8ed(0x177),'XyTGG':function(_0x48c7d4,_0x5efec1){return _0x48c7d4===_0x5efec1;},'VXyfx':function(_0x1c6507,_0x48603){return _0x1c6507===_0x48603;},'YhxDk':_0x3ae8ed(0x1f2),'TDObx':_0x3ae8ed(0x1ea)};this['pollEventBatchInterval']&&(_0x2f256a[_0x3ae8ed(0x1b5)](_0x2f256a[_0x3ae8ed(0x1a0)],_0x2f256a[_0x3ae8ed(0x175)])?(_0x2f256a[_0x3ae8ed(0x17d)](clearInterval,this['pollEventBatchInterval']),this[_0x3ae8ed(0x1f8)]=null,_0x2f256a['XyTGG'](_0x27cc7b,_0x2f256a[_0x3ae8ed(0x1cc)])&&(_0x2f256a['VXyfx'](_0x2f256a[_0x3ae8ed(0x189)],_0x2f256a[_0x3ae8ed(0x173)])?(_0x43f37c=this['queue']['slice'](0x0,_0x3ef2a2),this['queue'][_0x3ae8ed(0x1d1)](0x0,_0x23a22c),this['resetEventBatchPolling']()):this[_0x3ae8ed(0x1d7)]=![])):this[_0x3ae8ed(0x1f8)]&&(_0x2f256a[_0x3ae8ed(0x17d)](_0x48038c,this[_0x3ae8ed(0x1f8)]),this[_0x3ae8ed(0x1f8)]=null,_0x2f256a[_0x3ae8ed(0x1df)](_0x136f08,_0x2f256a['NQGTP'])&&(this['started']=![])));};[a68_0x5474d2(0x192)]=()=>{const _0x1a037c=a68_0x5474d2,_0x1c7aa7={};_0x1c7aa7[_0x1a037c(0x1ae)]=function(_0xf5089e,_0x3eca5c){return _0xf5089e>=_0x3eca5c;};const _0x216da9=_0x1c7aa7;return _0x216da9['qOyLX'](this['queue']['length'],BATCH_SIZE);};async['uploadPending'](_0x3af100=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x525989=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x38907b=a68_0x5474d2,_0x1e14a5={'vYotH':function(_0x227795,_0x3aefc4){return _0x227795>=_0x3aefc4;},'IaOEb':function(_0x40ef80,_0x537b41){return _0x40ef80<=_0x537b41;},'JQGjc':function(_0x3158dc,_0x485daf){return _0x3158dc<=_0x485daf;},'ZAbUD':function(_0x4ed6ec,_0x426e67){return _0x4ed6ec===_0x426e67;},'SMxBa':_0x38907b(0x1f1),'fZuTy':function(_0x32c55b,_0x426d78){return _0x32c55b(_0x426d78);},'KSnbq':function(_0x24caec,_0xe1c5f1){return _0x24caec-_0xe1c5f1;}};if(_0x1e14a5['IaOEb'](this['pendingUploads'],0x0)||_0x1e14a5[_0x38907b(0x195)](_0x3af100,0x0)){if(_0x1e14a5[_0x38907b(0x19c)](_0x1e14a5[_0x38907b(0x1e7)],_0x1e14a5['SMxBa']))return;else return _0x1e14a5[_0x38907b(0x1fd)](this[_0x38907b(0x1c1)][_0x38907b(0x1f5)],_0x4674d0);}return await _0x1e14a5['fZuTy'](sleep,_0x525989),this[_0x38907b(0x16b)](_0x1e14a5['KSnbq'](_0x3af100,_0x525989));}}module[a68_0x5474d2(0x187)]=RequestQueueHandler;
1
+ const a68_0x5d6e5c=a68_0x12ce;(function(_0x482371,_0xaeab13){const _0x14ff6f=a68_0x12ce,_0x3960d6=_0x482371();while(!![]){try{const _0x99efdd=-parseInt(_0x14ff6f(0x144))/0x1*(-parseInt(_0x14ff6f(0x149))/0x2)+-parseInt(_0x14ff6f(0x191))/0x3+-parseInt(_0x14ff6f(0x19c))/0x4*(-parseInt(_0x14ff6f(0x1a3))/0x5)+parseInt(_0x14ff6f(0x120))/0x6*(-parseInt(_0x14ff6f(0x12c))/0x7)+-parseInt(_0x14ff6f(0x197))/0x8*(-parseInt(_0x14ff6f(0x187))/0x9)+-parseInt(_0x14ff6f(0x125))/0xa+parseInt(_0x14ff6f(0x121))/0xb;if(_0x99efdd===_0xaeab13)break;else _0x3960d6['push'](_0x3960d6['shift']());}catch(_0x5a2608){_0x3960d6['push'](_0x3960d6['shift']());}}}(a68_0x3ad6,0x3f5db));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a68_0x5d6e5c(0x1a1)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a68_0x5d6e5c(0x19a)),util=require(a68_0x5d6e5c(0x15e));class RequestQueueHandler{static [a68_0x5d6e5c(0x16d)];['pendingUploads']=0x0;constructor(){const _0xa0b6a8=a68_0x5d6e5c,_0x2e2c3c={};_0x2e2c3c[_0xa0b6a8(0x1ac)]=_0xa0b6a8(0x18f),_0x2e2c3c[_0xa0b6a8(0x1a0)]=_0xa0b6a8(0x17e),_0x2e2c3c[_0xa0b6a8(0x157)]=_0xa0b6a8(0x12a),_0x2e2c3c[_0xa0b6a8(0x15b)]='CBTSessionCreated',_0x2e2c3c[_0xa0b6a8(0x1bb)]=_0xa0b6a8(0x160),_0x2e2c3c['eSkBf']=_0xa0b6a8(0x15f),_0x2e2c3c['aGUcU']=_0xa0b6a8(0x16e),_0x2e2c3c['vHZyV']=_0xa0b6a8(0x148),_0x2e2c3c[_0xa0b6a8(0x18e)]=_0xa0b6a8(0x114),_0x2e2c3c[_0xa0b6a8(0x1ad)]='api/v1/screenshots';const _0x269127=_0x2e2c3c,_0xf667f=_0x269127['EtimL'][_0xa0b6a8(0x1a6)]('|');let _0xad25ed=0x0;while(!![]){switch(_0xf667f[_0xad25ed++]){case'0':this[_0xa0b6a8(0x1ba)]=_0x269127[_0xa0b6a8(0x1a0)];continue;case'1':this['pollEventBatchInterval']=null;continue;case'2':this[_0xa0b6a8(0x18d)]=![];continue;case'3':this[_0xa0b6a8(0x168)]=[_0x269127[_0xa0b6a8(0x157)],_0x269127[_0xa0b6a8(0x15b)],_0x269127['VzGOD'],_0x269127[_0xa0b6a8(0x13e)],_0x269127[_0xa0b6a8(0x1b7)],_0x269127[_0xa0b6a8(0x13f)],_0x269127[_0xa0b6a8(0x18e)]];continue;case'4':this[_0xa0b6a8(0x196)]=_0x269127[_0xa0b6a8(0x1ad)];continue;case'5':this[_0xa0b6a8(0x167)]=[];continue;}break;}}static[a68_0x5d6e5c(0x193)](){const _0x36a1a3=a68_0x5d6e5c,_0x219582={};_0x219582[_0x36a1a3(0x122)]=function(_0x397414,_0x35331a){return _0x397414===_0x35331a;},_0x219582[_0x36a1a3(0x15d)]=_0x36a1a3(0x19b);const _0x521da4=_0x219582;if(!RequestQueueHandler['instance']){if(_0x521da4[_0x36a1a3(0x122)](_0x521da4[_0x36a1a3(0x15d)],_0x521da4[_0x36a1a3(0x15d)]))RequestQueueHandler['instance']=new RequestQueueHandler();else{const _0x32f814={};return _0x32f814[_0x36a1a3(0x153)]=!![],_0x32f814[_0x36a1a3(0x170)]=[_0x3876c2],_0x32f814['proceedWithUrl']=this[_0x36a1a3(0x196)],_0x32f814;}}return RequestQueueHandler[_0x36a1a3(0x16d)];}[a68_0x5d6e5c(0x124)]=()=>{const _0x28017f=a68_0x5d6e5c,_0x34fa8c={'bKSUj':function(_0x28e821,_0x30d513){return _0x28e821(_0x30d513);},'peTYY':function(_0x532698,_0xea7194){return _0x532698!==_0xea7194;},'lNwUh':_0x28017f(0x147)};!this[_0x28017f(0x18d)]&&(_0x34fa8c['peTYY'](_0x34fa8c[_0x28017f(0x14b)],_0x34fa8c[_0x28017f(0x14b)])?_0x34fa8c['bKSUj'](_0x5a7ad9,'EXCEPTION\x20IN\x20'+_0x521e9c+_0x28017f(0x1a5)+_0x8f45b9[_0x28017f(0x194)][_0x28017f(0x1af)]+'\x20'+_0x27558a[_0x28017f(0x194)][_0x28017f(0x118)]+'\x20'+_0x2f134a[_0x28017f(0x136)](_0xb4b74[_0x28017f(0x194)]['data'])):(this[_0x28017f(0x18d)]=!![],this[_0x28017f(0x1b3)]()));};['add']=_0x197ab5=>{const _0x47b5aa=a68_0x5d6e5c,_0x15c4eb={};_0x15c4eb[_0x47b5aa(0x1aa)]=function(_0x9a037d,_0x332776){return _0x9a037d===_0x332776;},_0x15c4eb['xDgAz']='TEST_SCREENSHOT',_0x15c4eb[_0x47b5aa(0x155)]=function(_0x347631,_0x485255){return _0x347631>=_0x485255;},_0x15c4eb[_0x47b5aa(0x152)]=function(_0x478527,_0x14c1ce){return _0x478527!==_0x14c1ce;},_0x15c4eb['njcSS']=_0x47b5aa(0x190),_0x15c4eb['tFubd']=function(_0x159dc8,_0x368ab3){return _0x159dc8===_0x368ab3;},_0x15c4eb[_0x47b5aa(0x156)]=function(_0x554dba,_0x321eb4){return _0x554dba!==_0x321eb4;},_0x15c4eb[_0x47b5aa(0x130)]=_0x47b5aa(0x14e),_0x15c4eb[_0x47b5aa(0x180)]=_0x47b5aa(0x1a7),_0x15c4eb['uDvPk']=_0x47b5aa(0x198),_0x15c4eb[_0x47b5aa(0x134)]=_0x47b5aa(0x137);const _0x3d4c13=_0x15c4eb;if(this[_0x47b5aa(0x168)][_0x47b5aa(0x159)](_0x197ab5['event_type'])){if(_0x3d4c13[_0x47b5aa(0x152)](_0x3d4c13[_0x47b5aa(0x185)],_0x3d4c13['njcSS'])){if(_0x9fb04f[_0x47b5aa(0x19d)]&&_0x3a3ffb[_0x47b5aa(0x19d)][0x0]&&_0x3d4c13[_0x47b5aa(0x1aa)](_0x3a7337[_0x47b5aa(0x19d)][0x0]['kind'],_0x3d4c13[_0x47b5aa(0x1ae)])){const _0x5655c6={};return _0x5655c6['shouldProceed']=!![],_0x5655c6[_0x47b5aa(0x170)]=[_0x45777d],_0x5655c6['proceedWithUrl']=this[_0x47b5aa(0x196)],_0x5655c6;}this[_0x47b5aa(0x167)][_0x47b5aa(0x150)](_0x108fdb);let _0x288cea=null;const _0xd4739=this[_0x47b5aa(0x153)]();_0xd4739&&(_0x288cea=this['queue'][_0x47b5aa(0x18a)](0x0,_0x3e3f2c),this[_0x47b5aa(0x167)][_0x47b5aa(0x178)](0x0,_0x14f2c1),this[_0x47b5aa(0x11a)]());const _0x82ebb2={};return _0x82ebb2[_0x47b5aa(0x153)]=_0xd4739,_0x82ebb2[_0x47b5aa(0x170)]=_0x288cea,_0x82ebb2[_0x47b5aa(0x140)]=this[_0x47b5aa(0x1ba)],_0x82ebb2;}else{if(_0x197ab5[_0x47b5aa(0x19d)]&&_0x197ab5[_0x47b5aa(0x19d)][0x0]&&_0x3d4c13[_0x47b5aa(0x163)](_0x197ab5[_0x47b5aa(0x19d)][0x0][_0x47b5aa(0x123)],_0x3d4c13[_0x47b5aa(0x1ae)])){if(_0x3d4c13['sXFQH'](_0x3d4c13[_0x47b5aa(0x130)],_0x3d4c13[_0x47b5aa(0x180)])){const _0x151c30={};return _0x151c30[_0x47b5aa(0x153)]=!![],_0x151c30['proceedWithData']=[_0x197ab5],_0x151c30[_0x47b5aa(0x140)]=this[_0x47b5aa(0x196)],_0x151c30;}else return _0x3d4c13[_0x47b5aa(0x155)](this[_0x47b5aa(0x167)][_0x47b5aa(0x17d)],_0x323bb7);}this[_0x47b5aa(0x167)][_0x47b5aa(0x150)](_0x197ab5);let _0x2b97cc=null;const _0x636a88=this[_0x47b5aa(0x153)]();_0x636a88&&(_0x3d4c13[_0x47b5aa(0x1aa)](_0x3d4c13[_0x47b5aa(0x182)],_0x3d4c13['SlVRn'])?_0x2415fd[_0x47b5aa(0x16d)]=new _0x14d1cf():(_0x2b97cc=this[_0x47b5aa(0x167)]['slice'](0x0,BATCH_SIZE),this[_0x47b5aa(0x167)]['splice'](0x0,BATCH_SIZE),this['resetEventBatchPolling']()));const _0x476fd1={};return _0x476fd1[_0x47b5aa(0x153)]=_0x636a88,_0x476fd1[_0x47b5aa(0x170)]=_0x2b97cc,_0x476fd1[_0x47b5aa(0x140)]=this[_0x47b5aa(0x1ba)],_0x476fd1;}}const _0x342c4a={};return _0x342c4a[_0x47b5aa(0x153)]=!![],_0x342c4a;};[a68_0x5d6e5c(0x11b)]=async()=>{const _0x4b6aeb=a68_0x5d6e5c,_0x5f1acf={'rXJFE':function(_0x3e1983,_0x46c7f7){return _0x3e1983(_0x46c7f7);},'ZFFFz':function(_0x539e80,_0x262202){return _0x539e80===_0x262202;},'IsVtW':_0x4b6aeb(0x16a),'xxJgu':function(_0x228085,_0x44cb10){return _0x228085>_0x44cb10;},'EULXt':function(_0x56f1a7,_0x1f0e24){return _0x56f1a7!==_0x1f0e24;},'Uudae':_0x4b6aeb(0x179),'MhhUR':_0x4b6aeb(0x16c),'BiVdf':_0x4b6aeb(0x176)};await this[_0x4b6aeb(0x128)](),this[_0x4b6aeb(0x1b1)](_0x5f1acf[_0x4b6aeb(0x1ab)]);while(_0x5f1acf[_0x4b6aeb(0x143)](this['queue']['length'],0x0)){if(_0x5f1acf[_0x4b6aeb(0x117)](_0x5f1acf[_0x4b6aeb(0x11d)],_0x5f1acf[_0x4b6aeb(0x13d)])){const _0x5e212e=this[_0x4b6aeb(0x167)][_0x4b6aeb(0x18a)](0x0,BATCH_SIZE);this[_0x4b6aeb(0x167)][_0x4b6aeb(0x178)](0x0,BATCH_SIZE),await this[_0x4b6aeb(0x173)](this[_0x4b6aeb(0x1ba)],_0x5f1acf[_0x4b6aeb(0x175)],_0x5e212e);}else _0x5f1acf[_0x4b6aeb(0x127)](_0x5c1907,this[_0x4b6aeb(0x116)]),this[_0x4b6aeb(0x116)]=null,_0x5f1acf[_0x4b6aeb(0x161)](_0x486934,_0x5f1acf[_0x4b6aeb(0x1ab)])&&(this[_0x4b6aeb(0x18d)]=![]);}};[a68_0x5d6e5c(0x173)]=async(_0x56726d,_0x46fbe3,_0x29958c)=>{const _0x2875a8=a68_0x5d6e5c,_0x48977a={'VBojt':function(_0xfa40c8,_0x26d1bf){return _0xfa40c8(_0x26d1bf);},'LOYDK':function(_0x5c6a4e,_0x19cd60){return _0x5c6a4e===_0x19cd60;},'CcHXE':'REMOVING','QYFAN':_0x2875a8(0x189),'fkulN':function(_0x13fc7d){return _0x13fc7d();},'CrcSP':_0x2875a8(0x142),'XSIYG':_0x2875a8(0x15a),'gqsHF':function(_0x42fd8e,_0x39e49e,_0x25169c,_0x35b848,_0x1fc602){return _0x42fd8e(_0x39e49e,_0x25169c,_0x35b848,_0x1fc602);},'zkqdq':_0x2875a8(0x172),'keSrX':function(_0x549a38,_0x4c1d46){return _0x549a38===_0x4c1d46;},'GxfyA':_0x2875a8(0x119),'ITMxD':function(_0x3da81b,_0xda4b71){return _0x3da81b!==_0xda4b71;},'ugBry':_0x2875a8(0x11c),'rZazG':function(_0x1e8c6c,_0x463747){return _0x1e8c6c(_0x463747);},'aKfgx':function(_0x446bf3,_0x51430e){return _0x446bf3-_0x51430e;},'lmNEs':function(_0x179647,_0x35545c){return _0x179647!==_0x35545c;},'quJUw':'LxYEo','jUdPC':'FBmuV','SgAWm':'jyWPm','WLPyC':function(_0x50f21a,_0x46f5fd){return _0x50f21a(_0x46f5fd);},'LBoNu':'wPpJO','MKgKK':'NMEOn','sIWwh':function(_0x5c1c2e,_0x157477){return _0x5c1c2e-_0x157477;}},_0x11dac6={'headers':_0x48977a[_0x2875a8(0x145)](getDefaultHeaders)};try{if(_0x48977a[_0x2875a8(0x154)](_0x48977a['CrcSP'],_0x48977a[_0x2875a8(0x165)]))_0x48977a[_0x2875a8(0x129)](_0x326e55,_0x2875a8(0x19f)+_0x186476+_0x2875a8(0x1a5)+(_0x16e8b5['message']||_0x3a0855));else{const _0x14ea36=await _0x48977a[_0x2875a8(0x113)](nodeRequest,_0x48977a[_0x2875a8(0x126)],_0x56726d,_0x29958c,_0x11dac6);if(_0x14ea36['data'][_0x2875a8(0x11e)]){if(_0x48977a['keSrX'](_0x48977a['GxfyA'],_0x48977a[_0x2875a8(0x14a)])){const _0x5b34b6={};_0x5b34b6[_0x2875a8(0x14d)]=_0x14ea36['data'][_0x2875a8(0x11e)];throw _0x5b34b6;}else return;}else _0x48977a[_0x2875a8(0x131)](_0x48977a[_0x2875a8(0x13c)],_0x48977a[_0x2875a8(0x13c)])?this[_0x2875a8(0x116)]&&(_0x48977a['VBojt'](_0x25e8fd,this[_0x2875a8(0x116)]),this['pollEventBatchInterval']=null,_0x48977a[_0x2875a8(0x154)](_0x198c76,_0x48977a['CcHXE'])&&(this[_0x2875a8(0x18d)]=![])):(_0x48977a[_0x2875a8(0x13b)](debug,_0x46fbe3+_0x2875a8(0x133)),this[_0x2875a8(0x12f)]=Math[_0x2875a8(0x1a2)](0x0,_0x48977a[_0x2875a8(0x135)](this[_0x2875a8(0x12f)],_0x29958c[_0x2875a8(0x17d)])));}}catch(_0x3adfaa){_0x48977a[_0x2875a8(0x16f)](_0x48977a['quJUw'],_0x48977a[_0x2875a8(0x17a)])?(_0x3adfaa[_0x2875a8(0x194)]?_0x48977a[_0x2875a8(0x174)](_0x48977a['SgAWm'],_0x48977a['SgAWm'])?_0x48977a[_0x2875a8(0x1b8)](debug,_0x2875a8(0x19f)+_0x46fbe3+_0x2875a8(0x1a5)+_0x3adfaa[_0x2875a8(0x194)][_0x2875a8(0x1af)]+'\x20'+_0x3adfaa[_0x2875a8(0x194)]['statusText']+'\x20'+JSON['stringify'](_0x3adfaa['response'][_0x2875a8(0x14f)])):(this['removeEventBatchPolling'](_0x48977a[_0x2875a8(0x11f)]),this[_0x2875a8(0x1b3)]()):_0x48977a[_0x2875a8(0x131)](_0x48977a[_0x2875a8(0x138)],_0x48977a[_0x2875a8(0x146)])?_0x48977a[_0x2875a8(0x13b)](debug,_0x2875a8(0x19f)+_0x46fbe3+_0x2875a8(0x1a5)+(_0x3adfaa[_0x2875a8(0x14d)]||_0x3adfaa)):(_0x4559ff=this[_0x2875a8(0x167)][_0x2875a8(0x18a)](0x0,_0x59f98f),this['queue']['splice'](0x0,_0xa5940f),this[_0x2875a8(0x11a)]()),this[_0x2875a8(0x12f)]=Math['max'](0x0,_0x48977a[_0x2875a8(0x12b)](this[_0x2875a8(0x12f)],_0x29958c[_0x2875a8(0x17d)]))):!this[_0x2875a8(0x18d)]&&(this[_0x2875a8(0x18d)]=!![],this[_0x2875a8(0x1b3)]());}};['startEventBatchPolling']=()=>{const _0x15c427=a68_0x5d6e5c,_0x52f207={'mtbcg':function(_0x16620b,_0x3cd246){return _0x16620b(_0x3cd246);},'Qonnk':function(_0x5e4192,_0x18b9f6){return _0x5e4192-_0x18b9f6;},'TZNED':function(_0x5ebba4,_0x3b5fd5){return _0x5ebba4===_0x3b5fd5;},'nTiHl':'bZiOA','adCOy':_0x15c427(0x188),'WOjFn':function(_0x3ae39f,_0x499daa){return _0x3ae39f>_0x499daa;},'Bndyn':function(_0x247852,_0x44d25a){return _0x247852!==_0x44d25a;},'qmkgc':_0x15c427(0x12e),'Nnmch':_0x15c427(0x181),'mRTKf':_0x15c427(0x166),'YLAUT':function(_0x31aa44,_0x39a6e2,_0x6acb34){return _0x31aa44(_0x39a6e2,_0x6acb34);}};this[_0x15c427(0x116)]=_0x52f207[_0x15c427(0x1a4)](setInterval,async()=>{const _0x26eac4=_0x15c427,_0x381311={'dGGMI':function(_0x3264dc,_0x1f146b){return _0x52f207['mtbcg'](_0x3264dc,_0x1f146b);},'lSbcL':function(_0x10880a,_0x2fcb1c){return _0x52f207['Qonnk'](_0x10880a,_0x2fcb1c);},'PZQve':function(_0x308872,_0x277c9f){const _0xd43bb1=a68_0x12ce;return _0x52f207[_0xd43bb1(0x158)](_0x308872,_0x277c9f);}};if(_0x52f207[_0x26eac4(0x132)](_0x52f207[_0x26eac4(0x1a9)],_0x52f207[_0x26eac4(0x17f)]))_0x381311[_0x26eac4(0x18c)](_0x49ac19,_0x1ee98e+_0x26eac4(0x133)),this[_0x26eac4(0x12f)]=_0x48b3c1[_0x26eac4(0x1a2)](0x0,_0x381311[_0x26eac4(0x169)](this[_0x26eac4(0x12f)],_0x5809b9[_0x26eac4(0x17d)]));else{if(_0x52f207[_0x26eac4(0x1b9)](this['queue'][_0x26eac4(0x17d)],0x0)){if(_0x52f207['Bndyn'](_0x52f207['qmkgc'],_0x52f207['Nnmch'])){const _0x3cafc0=this[_0x26eac4(0x167)][_0x26eac4(0x18a)](0x0,BATCH_SIZE);this[_0x26eac4(0x167)][_0x26eac4(0x178)](0x0,BATCH_SIZE),await this[_0x26eac4(0x173)](this[_0x26eac4(0x1ba)],_0x52f207[_0x26eac4(0x115)],_0x3cafc0);}else _0x5c32a6[_0x26eac4(0x194)]?_0x381311[_0x26eac4(0x18c)](_0x5601eb,_0x26eac4(0x19f)+_0x993da7+_0x26eac4(0x1a5)+_0x9acd79[_0x26eac4(0x194)]['status']+'\x20'+_0x366ac1['response'][_0x26eac4(0x118)]+'\x20'+_0x335752[_0x26eac4(0x136)](_0x4e7e50[_0x26eac4(0x194)][_0x26eac4(0x14f)])):_0x381311[_0x26eac4(0x18c)](_0x364e40,'EXCEPTION\x20IN\x20'+_0x27fbfd+_0x26eac4(0x1a5)+(_0x4e64c5['message']||_0x50c409)),this['pendingUploads']=_0x1aec9d[_0x26eac4(0x1a2)](0x0,_0x381311[_0x26eac4(0x1b2)](this['pendingUploads'],_0x492c35['length']));}}},BATCH_INTERVAL);};[a68_0x5d6e5c(0x11a)]=()=>{const _0x411ac7=a68_0x5d6e5c,_0x2da506={};_0x2da506[_0x411ac7(0x171)]=_0x411ac7(0x189);const _0x5dbc23=_0x2da506;this[_0x411ac7(0x1b1)](_0x5dbc23[_0x411ac7(0x171)]),this[_0x411ac7(0x1b3)]();};[a68_0x5d6e5c(0x1b1)]=_0x10b107=>{const _0x2f4379=a68_0x5d6e5c,_0x1582ce={'BktPh':function(_0x1baf23,_0x4d90bf){return _0x1baf23!==_0x4d90bf;},'QCjYE':'uzdNT','lmISQ':_0x2f4379(0x18b),'PyHJq':function(_0x435521,_0x4847b0){return _0x435521(_0x4847b0);},'VISlv':function(_0x56aa49,_0x5c24c0){return _0x56aa49===_0x5c24c0;},'djiBN':_0x2f4379(0x16a),'JtPzl':function(_0x49ceac,_0x10415b){return _0x49ceac===_0x10415b;},'Xvvhp':_0x2f4379(0x139),'TcJeE':_0x2f4379(0x164)};this[_0x2f4379(0x116)]&&(_0x1582ce['BktPh'](_0x1582ce['QCjYE'],_0x1582ce[_0x2f4379(0x177)])?(_0x1582ce[_0x2f4379(0x184)](clearInterval,this[_0x2f4379(0x116)]),this['pollEventBatchInterval']=null,_0x1582ce[_0x2f4379(0x13a)](_0x10b107,_0x1582ce[_0x2f4379(0x1b0)])&&(_0x1582ce[_0x2f4379(0x162)](_0x1582ce[_0x2f4379(0x151)],_0x1582ce['TcJeE'])?this[_0x2f4379(0x18d)]=![]:this['started']=![])):(this[_0x2f4379(0x18d)]=!![],this[_0x2f4379(0x1b3)]()));};[a68_0x5d6e5c(0x153)]=()=>{const _0x2797e4=a68_0x5d6e5c,_0x18d566={};_0x18d566[_0x2797e4(0x192)]=function(_0x3ac3a2,_0x109993){return _0x3ac3a2>=_0x109993;};const _0x3fd0b6=_0x18d566;return _0x3fd0b6[_0x2797e4(0x192)](this['queue'][_0x2797e4(0x17d)],BATCH_SIZE);};async[a68_0x5d6e5c(0x128)](_0x5703c8=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x2dc599=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x3c31f3=a68_0x5d6e5c,_0x262533={'nKNba':_0x3c31f3(0x14c),'WazOw':'api/v1/batch','KiNhZ':_0x3c31f3(0x186),'KQkoQ':_0x3c31f3(0x12a),'lVGVU':'CBTSessionCreated','TfwFH':_0x3c31f3(0x160),'YBImU':_0x3c31f3(0x15f),'HRWkp':_0x3c31f3(0x16e),'ndEfh':'TestRunStarted','FRVSx':_0x3c31f3(0x114),'IyePS':function(_0x1f24d9,_0xd02d9b){return _0x1f24d9<=_0xd02d9b;},'tFhwx':function(_0x27d516,_0x218388){return _0x27d516<=_0x218388;},'mJTPY':function(_0x535fd8,_0xa3c233){return _0x535fd8!==_0xa3c233;},'jJleC':_0x3c31f3(0x183),'OKGjF':function(_0x103cc0,_0x3cb596){return _0x103cc0(_0x3cb596);},'YapCU':function(_0x583fa7,_0xd93328){return _0x583fa7-_0xd93328;}};if(_0x262533['IyePS'](this[_0x3c31f3(0x12f)],0x0)||_0x262533['tFhwx'](_0x5703c8,0x0)){if(_0x262533[_0x3c31f3(0x141)](_0x262533[_0x3c31f3(0x1b5)],_0x262533[_0x3c31f3(0x1b5)])){const _0x60a93=_0x262533[_0x3c31f3(0x199)][_0x3c31f3(0x1a6)]('|');let _0x37c076=0x0;while(!![]){switch(_0x60a93[_0x37c076++]){case'0':this[_0x3c31f3(0x1ba)]=_0x262533[_0x3c31f3(0x15c)];continue;case'1':this['screenshotEventUrl']=_0x262533[_0x3c31f3(0x17c)];continue;case'2':this['queue']=[];continue;case'3':this['started']=![];continue;case'4':this['BATCH_EVENT_TYPES']=[_0x262533[_0x3c31f3(0x1b4)],_0x262533['lVGVU'],_0x262533[_0x3c31f3(0x195)],_0x262533[_0x3c31f3(0x16b)],_0x262533[_0x3c31f3(0x19e)],_0x262533[_0x3c31f3(0x17b)],_0x262533[_0x3c31f3(0x12d)]];continue;case'5':this[_0x3c31f3(0x116)]=null;continue;}break;}}else return;}return await _0x262533[_0x3c31f3(0x1b6)](sleep,_0x2dc599),this[_0x3c31f3(0x128)](_0x262533['YapCU'](_0x5703c8,_0x2dc599));}}module[a68_0x5d6e5c(0x1a8)]=RequestQueueHandler;function a68_0x12ce(_0x64af5d,_0x5b4704){const _0x3ad61d=a68_0x3ad6();return a68_0x12ce=function(_0x12ce62,_0x290827){_0x12ce62=_0x12ce62-0x113;let _0x584562=_0x3ad61d[_0x12ce62];return _0x584562;},a68_0x12ce(_0x64af5d,_0x5b4704);}function a68_0x3ad6(){const _0x3a079c=['djiBN','removeEventBatchPolling','PZQve','startEventBatchPolling','KQkoQ','jJleC','OKGjF','aGUcU','WLPyC','WOjFn','eventUrl','VzGOD','gqsHF','HookRunStarted','mRTKf','pollEventBatchInterval','EULXt','statusText','XbVKO','resetEventBatchPolling','shutdown','fvCNe','Uudae','error','QYFAN','6bfydTQ','3488485dQzkZd','aMFQX','kind','start','1054480RupSiD','zkqdq','rXJFE','uploadPending','VBojt','LogCreated','sIWwh','557123IiXHny','FRVSx','cGUtS','pendingUploads','szzMv','ITMxD','TZNED','\x20event\x20successful!','SlVRn','aKfgx','stringify','qHfWI','LBoNu','WJPGf','VISlv','rZazG','ugBry','MhhUR','eSkBf','vHZyV','proceedWithUrl','mJTPY','DOQNq','xxJgu','2HFguWa','fkulN','MKgKK','qztyP','TestRunStarted','264494TuWwhU','GxfyA','lNwUh','2|3|0|1|4|5','message','vkIZt','data','push','Xvvhp','wHutq','shouldProceed','LOYDK','VoScB','sXFQH','LYqlI','Qonnk','includes','NUZNc','MBlrW','WazOw','JlgLO','util','TestRunSkipped','TestRunFinished','ZFFFz','JtPzl','tFubd','nAJVZ','XSIYG','Interval-Queue','queue','BATCH_EVENT_TYPES','lSbcL','REMOVING','YBImU','zDyZh','instance','HookRunFinished','lmNEs','proceedWithData','emgEO','POST','batchAndPostEvents','keSrX','BiVdf','Shutdown-Queue','lmISQ','splice','exPBs','jUdPC','ndEfh','KiNhZ','length','api/v1/batch','adCOy','pxryN','oGFLQ','uDvPk','kBRze','PyHJq','njcSS','api/v1/screenshots','477QHSCNf','BEbxn','RESETTING','slice','UjPwd','dGGMI','started','NVhbe','5|2|0|4|3|1','joJRK','1469784QnDfBP','XTmOx','getInstance','response','TfwFH','screenshotEventUrl','39712whbqmh','KqKwG','nKNba','./utils','QavWe','52yiNcsl','logs','HRWkp','EXCEPTION\x20IN\x20','ovWAi','./constants','max','34535IYhPbf','YLAUT','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','split','SVqkl','exports','nTiHl','cokat','IsVtW','EtimL','HYJlI','xDgAz','status'];a68_0x3ad6=function(){return _0x3a079c;};return a68_0x3ad6();}