browserstack-node-sdk 1.31.4 → 1.31.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) 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/reporter/pwUtils.js +1 -1
  65. package/src/bin/playwright/reporter/reporter.js +1 -1
  66. package/src/bin/playwright/reporter/test-details.js +1 -1
  67. package/src/bin/runner.js +1 -1
  68. package/src/bin/setup.js +1 -1
  69. package/src/bin/test-runner/index.js +1 -1
  70. package/src/bin/test-runner/runTest.js +1 -1
  71. package/src/bin/test-runner/testWorker.js +1 -1
  72. package/src/bin/utils/constants.js +1 -1
  73. package/src/bin/utils/log4jsAppender.js +1 -1
  74. package/src/bin/utils/logPatcher.js +1 -1
  75. package/src/bin/utils/logReportingAPI.js +1 -1
  76. package/src/bin/vanilla-js/command.js +1 -1
  77. package/src/browserstackSDKMethods.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/percy/utils.js +1 -1
  94. package/src/helpers/request-spy.js +1 -1
  95. package/src/helpers/setKeepAlive.js +1 -1
  96. package/src/helpers/test-observability/constants.js +1 -1
  97. package/src/helpers/test-observability/error-handler.js +1 -1
  98. package/src/helpers/test-observability/performance-tester.js +1 -1
  99. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  100. package/src/helpers/test-observability/sessionHandler.js +1 -1
  101. package/src/helpers/test-observability/utils.js +1 -1
  102. package/src/helpers/w3cMapping.js +1 -1
  103. package/src/hubAllocationMethods.js +1 -1
  104. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a63_0x243e(_0x3a5895,_0x19f773){const _0x3588e8=a63_0x3588();return a63_0x243e=function(_0x243eea,_0x2c81a0){_0x243eea=_0x243eea-0x142;let _0x1a93d5=_0x3588e8[_0x243eea];return _0x1a93d5;},a63_0x243e(_0x3a5895,_0x19f773);}const a63_0x4eea93=a63_0x243e;function a63_0x3588(){const _0x1683be=['2806866qEAqRj','call','Qzbkx','agent','364324EIngGi','45ATKpiL','globalAgent','keepAlive','efoHO','10255XnsSVA','1748044SbCIlw','prototype','https','qBPim','https:','Agent','request','keepAliveMsecs','AmdaC','nVcaG','vQCbU','http','33661530NLBmVA','LZmEW','protocol','779459WmRvNU','295024CwfOWG','hasOwnProperty','exports','30jerKZg','JtrhQ','2316NZuOvA'];a63_0x3588=function(){return _0x1683be;};return a63_0x3588();}(function(_0x1bafb0,_0x112fe9){const _0x590281=a63_0x243e,_0x3c9236=_0x1bafb0();while(!![]){try{const _0x1233f1=-parseInt(_0x590281(0x14a))/0x1+-parseInt(_0x590281(0x15b))/0x2+-parseInt(_0x590281(0x151))/0x3+-parseInt(_0x590281(0x155))/0x4*(parseInt(_0x590281(0x14e))/0x5)+parseInt(_0x590281(0x150))/0x6*(parseInt(_0x590281(0x15a))/0x7)+-parseInt(_0x590281(0x14b))/0x8*(parseInt(_0x590281(0x156))/0x9)+parseInt(_0x590281(0x147))/0xa;if(_0x1233f1===_0x112fe9)break;else _0x3c9236['push'](_0x3c9236['shift']());}catch(_0x3f61f6){_0x3c9236['push'](_0x3c9236['shift']());}}}(a63_0x3588,0x95550),module[a63_0x4eea93(0x14d)]=function(){const _0x6e029=a63_0x4eea93,_0xda0686={'qBPim':function(_0x7a733a,_0x5644e5){return _0x7a733a===_0x5644e5;},'JtrhQ':_0x6e029(0x15f),'AmdaC':_0x6e029(0x154),'efoHO':function(_0xccf8b6,_0x21fd54,_0xe13ba1){return _0xccf8b6(_0x21fd54,_0xe13ba1);},'lMiRw':function(_0x406a27,_0x17efa1){return _0x406a27(_0x17efa1);},'vQCbU':_0x6e029(0x146),'LZmEW':function(_0x3b3ba6,_0x2951e1){return _0x3b3ba6(_0x2951e1);},'nVcaG':_0x6e029(0x15d),'TVAhx':function(_0x1ed7c6,_0x4500c8){return _0x1ed7c6*_0x4500c8;},'Qzbkx':'keepAlive'},_0x57c2a6=_0xda0686['lMiRw'](require,_0xda0686[_0x6e029(0x145)]),_0x191972=_0xda0686[_0x6e029(0x148)](require,_0xda0686[_0x6e029(0x144)]),_0xcf5720=_0xda0686['TVAhx'](0x1e,0x3e8);if(_0x57c2a6[_0x6e029(0x157)]&&Object[_0x6e029(0x15c)][_0x6e029(0x14c)][_0x6e029(0x152)](_0x57c2a6['globalAgent'],_0xda0686[_0x6e029(0x153)]))_0x57c2a6[_0x6e029(0x157)][_0x6e029(0x158)]=!![],_0x191972[_0x6e029(0x157)][_0x6e029(0x158)]=!![],_0x57c2a6[_0x6e029(0x157)][_0x6e029(0x142)]=_0xcf5720,_0x191972['globalAgent'][_0x6e029(0x142)]=_0xcf5720;else{const _0x373c45={};_0x373c45[_0x6e029(0x158)]=!![],_0x373c45['keepAliveMsecs']=_0xcf5720;const _0xefe1a0=new _0x57c2a6[(_0x6e029(0x160))](_0x373c45),_0x5ac9f1={};_0x5ac9f1[_0x6e029(0x158)]=!![],_0x5ac9f1[_0x6e029(0x142)]=_0xcf5720;const _0x419eb4=new _0x191972[(_0x6e029(0x160))](_0x5ac9f1),_0x10be59=_0x57c2a6[_0x6e029(0x161)],_0x13ea6d=_0x191972[_0x6e029(0x161)];_0x57c2a6[_0x6e029(0x161)]=function(_0xe22fc1,_0x41ce12){const _0x2ac9dc=_0x6e029;if(_0xda0686[_0x2ac9dc(0x15e)](_0xe22fc1[_0x2ac9dc(0x149)],_0xda0686[_0x2ac9dc(0x14f)]))return _0xe22fc1[_0xda0686[_0x2ac9dc(0x143)]]=_0x419eb4,_0xda0686[_0x2ac9dc(0x159)](_0x13ea6d,_0xe22fc1,_0x41ce12);return _0xe22fc1[_0xda0686[_0x2ac9dc(0x143)]]=_0xefe1a0,_0xda0686[_0x2ac9dc(0x159)](_0x10be59,_0xe22fc1,_0x41ce12);};}});
1
+ const a63_0x491f02=a63_0xa7cb;function a63_0x3db3(){const _0x2421bc=['248283zIHSpl','exports','keepAliveMsecs','http','https','10496616xFNBap','3319698BcuBsn','kljug','globalAgent','HtohX','7050969DocaUF','request','https:','hasOwnProperty','protocol','2925760icprPm','keepAlive','gRyoS','7TADOTj','5648424FUbyWz','dCcxe','agent','mJUZm','Onbjh','prototype','kGxXw','Agent','ZIaHH','39tHGkvS','dPigA','25042gDzdLK'];a63_0x3db3=function(){return _0x2421bc;};return a63_0x3db3();}function a63_0xa7cb(_0x43dd4a,_0x42b0fe){const _0x3db333=a63_0x3db3();return a63_0xa7cb=function(_0xa7cbe2,_0x35ca80){_0xa7cbe2=_0xa7cbe2-0xb3;let _0x4af8cc=_0x3db333[_0xa7cbe2];return _0x4af8cc;},a63_0xa7cb(_0x43dd4a,_0x42b0fe);}(function(_0x2aa414,_0x1926d8){const _0x4c8342=a63_0xa7cb,_0x4fbd2d=_0x2aa414();while(!![]){try{const _0x33577a=-parseInt(_0x4c8342(0xc0))/0x1+-parseInt(_0x4c8342(0xbf))/0x2*(-parseInt(_0x4c8342(0xbd))/0x3)+parseInt(_0x4c8342(0xb4))/0x4+parseInt(_0x4c8342(0xcf))/0x5+-parseInt(_0x4c8342(0xc6))/0x6+parseInt(_0x4c8342(0xb3))/0x7*(-parseInt(_0x4c8342(0xc5))/0x8)+parseInt(_0x4c8342(0xca))/0x9;if(_0x33577a===_0x1926d8)break;else _0x4fbd2d['push'](_0x4fbd2d['shift']());}catch(_0x3d63ad){_0x4fbd2d['push'](_0x4fbd2d['shift']());}}}(a63_0x3db3,0xca985),module[a63_0x491f02(0xc1)]=function(){const _0x49eaeb=a63_0x491f02,_0x107ad3={'HtohX':function(_0x195cf3,_0x304d15){return _0x195cf3===_0x304d15;},'dPigA':_0x49eaeb(0xcc),'kGxXw':_0x49eaeb(0xb6),'Onbjh':function(_0x358914,_0x361f12,_0x5d15eb){return _0x358914(_0x361f12,_0x5d15eb);},'mJUZm':function(_0xb3e716,_0x17ee71){return _0xb3e716(_0x17ee71);},'rclRg':_0x49eaeb(0xc3),'kljug':function(_0x280613,_0x78f5e8){return _0x280613(_0x78f5e8);},'dCcxe':_0x49eaeb(0xc4),'gRyoS':function(_0x495ce8,_0x2e88e5){return _0x495ce8*_0x2e88e5;},'ZIaHH':_0x49eaeb(0xd0)},_0x4eae10=_0x107ad3[_0x49eaeb(0xb7)](require,_0x107ad3['rclRg']),_0x403dc1=_0x107ad3[_0x49eaeb(0xc7)](require,_0x107ad3[_0x49eaeb(0xb5)]),_0x2afd13=_0x107ad3[_0x49eaeb(0xd1)](0x1e,0x3e8);if(_0x4eae10[_0x49eaeb(0xc8)]&&Object[_0x49eaeb(0xb9)][_0x49eaeb(0xcd)]['call'](_0x4eae10[_0x49eaeb(0xc8)],_0x107ad3[_0x49eaeb(0xbc)]))_0x4eae10[_0x49eaeb(0xc8)][_0x49eaeb(0xd0)]=!![],_0x403dc1[_0x49eaeb(0xc8)][_0x49eaeb(0xd0)]=!![],_0x4eae10[_0x49eaeb(0xc8)][_0x49eaeb(0xc2)]=_0x2afd13,_0x403dc1[_0x49eaeb(0xc8)][_0x49eaeb(0xc2)]=_0x2afd13;else{const _0x451016={};_0x451016[_0x49eaeb(0xd0)]=!![],_0x451016['keepAliveMsecs']=_0x2afd13;const _0x226a9f=new _0x4eae10[(_0x49eaeb(0xbb))](_0x451016),_0x22f1b7={};_0x22f1b7['keepAlive']=!![],_0x22f1b7[_0x49eaeb(0xc2)]=_0x2afd13;const _0x7dbc39=new _0x403dc1[(_0x49eaeb(0xbb))](_0x22f1b7),_0x2397cb=_0x4eae10[_0x49eaeb(0xcb)],_0x292f44=_0x403dc1[_0x49eaeb(0xcb)];_0x4eae10[_0x49eaeb(0xcb)]=function(_0x604788,_0x4de659){const _0x33f213=_0x49eaeb;if(_0x107ad3[_0x33f213(0xc9)](_0x604788[_0x33f213(0xce)],_0x107ad3[_0x33f213(0xbe)]))return _0x604788[_0x107ad3[_0x33f213(0xba)]]=_0x7dbc39,_0x107ad3[_0x33f213(0xb8)](_0x292f44,_0x604788,_0x4de659);return _0x604788[_0x107ad3['kGxXw']]=_0x226a9f,_0x107ad3['Onbjh'](_0x2397cb,_0x604788,_0x4de659);};}});
@@ -1 +1 @@
1
- function a64_0x4e1c(_0x994dd4,_0x2253fd){var _0x1493ef=a64_0x1493();return a64_0x4e1c=function(_0x4e1cdf,_0xc6cbe4){_0x4e1cdf=_0x4e1cdf-0x1d5;var _0x14aaec=_0x1493ef[_0x4e1cdf];return _0x14aaec;},a64_0x4e1c(_0x994dd4,_0x2253fd);}var a64_0x454614=a64_0x4e1c;(function(_0x1745c9,_0x190e72){var _0x2b75e4=a64_0x4e1c,_0x4f54ad=_0x1745c9();while(!![]){try{var _0x24eca3=-parseInt(_0x2b75e4(0x1e2))/0x1*(parseInt(_0x2b75e4(0x1e1))/0x2)+parseInt(_0x2b75e4(0x1dc))/0x3+-parseInt(_0x2b75e4(0x1df))/0x4+-parseInt(_0x2b75e4(0x1d7))/0x5*(-parseInt(_0x2b75e4(0x1d9))/0x6)+-parseInt(_0x2b75e4(0x1dd))/0x7+parseInt(_0x2b75e4(0x1e4))/0x8*(parseInt(_0x2b75e4(0x1de))/0x9)+parseInt(_0x2b75e4(0x1e0))/0xa;if(_0x24eca3===_0x190e72)break;else _0x4f54ad['push'](_0x4f54ad['shift']());}catch(_0x2f4eef){_0x4f54ad['push'](_0x4f54ad['shift']());}}}(a64_0x1493,0x2ad3c));var a64_0x50ed2d={};a64_0x50ed2d['PLAYWRIGHT']='Playwright',a64_0x50ed2d[a64_0x454614(0x1d5)]=a64_0x454614(0x1d8),module['exports']={'consoleHolder':Object[a64_0x454614(0x1db)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a64_0x454614(0x1e5),'EVENT_ENDPOINT':a64_0x454614(0x1e3),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a64_0x454614(0x1d6),'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':a64_0x454614(0x1da),'FRAMEWORKS':a64_0x50ed2d};function a64_0x1493(){var _0x52d9bc=['https://collector-observability.browserstack.com','MOCHA','api/v1/screenshots','25bhvbLh','mocha','323718gdRymj','.obs_test_details','assign','380694IpdSvl','1506890cysOaC','427194qRqEzO','66016prvnEq','1377890kpxxXN','88876crwrHC','5umJXzV','api/v1/event','16vYcKiV'];a64_0x1493=function(){return _0x52d9bc;};return a64_0x1493();}
1
+ var a64_0x3d7339=a64_0x4d80;(function(_0x14549b,_0x51010d){var _0x25110a=a64_0x4d80,_0x526849=_0x14549b();while(!![]){try{var _0x57458c=parseInt(_0x25110a(0x199))/0x1*(-parseInt(_0x25110a(0x1a6))/0x2)+parseInt(_0x25110a(0x19b))/0x3+parseInt(_0x25110a(0x1a4))/0x4+parseInt(_0x25110a(0x1a0))/0x5+parseInt(_0x25110a(0x19d))/0x6+-parseInt(_0x25110a(0x19f))/0x7*(-parseInt(_0x25110a(0x197))/0x8)+-parseInt(_0x25110a(0x196))/0x9;if(_0x57458c===_0x51010d)break;else _0x526849['push'](_0x526849['shift']());}catch(_0x12815f){_0x526849['push'](_0x526849['shift']());}}}(a64_0x2dd5,0x46450));function a64_0x4d80(_0x2fa4ba,_0x228ea6){var _0x2dd559=a64_0x2dd5();return a64_0x4d80=function(_0x4d809b,_0x273567){_0x4d809b=_0x4d809b-0x196;var _0x1a2bcb=_0x2dd559[_0x4d809b];return _0x1a2bcb;},a64_0x4d80(_0x2fa4ba,_0x228ea6);}var a64_0x310bf5={};a64_0x310bf5[a64_0x3d7339(0x1a1)]=a64_0x3d7339(0x1a5),a64_0x310bf5['MOCHA']=a64_0x3d7339(0x198),module['exports']={'consoleHolder':Object[a64_0x3d7339(0x19a)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a64_0x3d7339(0x1a2),'EVENT_ENDPOINT':a64_0x3d7339(0x1a3),'BATCH_ENDPOINT':a64_0x3d7339(0x19c),'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':a64_0x3d7339(0x19e),'FRAMEWORKS':a64_0x310bf5};function a64_0x2dd5(){var _0x56ed37=['98ywNEJP','1422660uRooFG','PLAYWRIGHT','https://collector-observability.browserstack.com','api/v1/event','1421764WPacMA','Playwright','2rUqqwi','7502382xFQWBM','206648KbYvvq','mocha','546159qDNthW','assign','676503EvBDdA','api/v1/batch','2642838ujHDgO','.obs_test_details'];a64_0x2dd5=function(){return _0x56ed37;};return a64_0x2dd5();}
@@ -1 +1 @@
1
- const a65_0x437456=a65_0x3e87;function a65_0x310a(){const _0x488234=['AbftF','feFim','BDWZx','oNJYA','inspect','gBlzh','NUzKM','./performance-tester','password','1835016uBqENm','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','yemsw','WoSrs','lErLO','ROIGE','hSIGW','uikhU','stwYm','enNXz','includes','30352vrUcux','oEYsW','qYdIy','QrUYm','true','aOLne','catch','stack','parse','hCggp','JmnrF','62636sFLPkR','GdbzD','[Crash_Report_Upload]\x20Success\x20response:\x20','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','DPlmV','frameworkDetails','pnQcC','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','xDCTF','getOwnPropertyNames','kMQsy','constructor','RzAWl','BEjOG','QAkAS','GIvYX','AaIyW','qyoRf','NmTGf','SMmiw','1583019dTEnKV','call','gsWSs','3849025Xgqmrw','qjTrt','/api/v1/analytics','rrxwf','hHLwx','BNHvd','rMPsv','application/json','apply','getFramework','Error\x20in\x20executing\x20','oLoFC','LGyuK','function','fRYrn','dbZTR','kgQDF','3032658gusZoQ','EeSPy','getPerformance','Yzcjv','\x20:\x20','recursivelyDeletePIIKeysFromObject','vQoAO','NYSqS','USER_CONFIG_FOR_REPORTING','267FadBoV','X-BSTACK-TESTOPS','OGlxL','sGYhW','190ekLvnu','getConfig','OUTTJ','DWgxV','rgvVa','gwDXG','Fiorj','nMLqk','env','RwBYZ','RyuGK','NmxXz','nwGHN','toLowerCase','then','filterPII','aTehY','JdHwk','PrWWy','QbILX','length','rbpxq','HVybi','AtWgv','NnUJZ','bIsBu','FoHTt','weDzK','WbbbH','OwQrU','rUPxg','yjEph','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','ZJVSC','jgoQs','frameworkName','aBIdb','prototype','kWkeO','exports','iKsbB','lkrJL','dFlvO','SnZfF','BROWSERSTACK_O11Y_PERF_MEASUREMENT','PoCTE','140XwmKnj','vMQAq','ZTuLf','dOFQE','uTdOh','FiuFJ','dsAyl','wXmnf','uploadCrashReport','QLRzA','chaNh','UdrUV','CREDENTIALS_FOR_CRASH_REPORTING','\x20with\x20args\x20','depth','PsLrT','sZonm','HMkyq','frameworkVersion','GPZUZ','Content-Type','BS_TESTOPS_BUILD_HASHED_ID','XtLcW','stringify','CrashReporter','CrdSK','name','OrNZp','JOyzK','initialize','rLtWu','jntsb','woyBf','GGrxI','XxyEn','wItXX','NBtcT','XiGpl','USLIL','479740CnAZov','lNqfw','OEDbv','userConfig','PGTuL','ZjFVz','jcTEv','auth','LNfRA','timerify','exLhF','OMIvh','GQJMm','OGCtt','WJJMp','username','o11yErrorHandler','toString','guNik','jFLqg','pikTx','LFkuZ','zbbDg','ADbci','setFrameworkDetails','EseyA','setCredentials','HoFAZ','SaSRS','keys','Wbbvn','vfqUO','IaPux','object','CWBAU','bGFuq','unngl','key','setAllDetails','POST','defineProperty','addJE','xoOoi','CGReG','kqChN','credentials','forEach','FPNYh','SkQlD','olDan','VWsNy','accessKey','DSsJd','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','SFZeI','../helper','headers','muUcj','uqJik'];a65_0x310a=function(){return _0x488234;};return a65_0x310a();}(function(_0x1c39b7,_0x351414){const _0x44e95e=a65_0x3e87,_0x5e1364=_0x1c39b7();while(!![]){try{const _0x232ca3=-parseInt(_0x44e95e(0x173))/0x1+-parseInt(_0x44e95e(0x111))/0x2+-parseInt(_0x44e95e(0x11a))/0x3*(parseInt(_0x44e95e(0xe9))/0x4)+parseInt(_0x44e95e(0x100))/0x5+parseInt(_0x44e95e(0xd3))/0x6+parseInt(_0x44e95e(0x14c))/0x7*(-parseInt(_0x44e95e(0xde))/0x8)+-parseInt(_0x44e95e(0xfd))/0x9*(-parseInt(_0x44e95e(0x11e))/0xa);if(_0x232ca3===_0x351414)break;else _0x5e1364['push'](_0x5e1364['shift']());}catch(_0x48e004){_0x5e1364['push'](_0x5e1364['shift']());}}}(a65_0x310a,0xe86a2));const util=require('util'),PerformanceTester=require(a65_0x437456(0xd1)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require('./utils'),{getAgentVersion}=require(a65_0x437456(0xc6)),o11yErrorHandler=_0x14dcb2=>{const _0x23d00b=a65_0x437456,_0x2f1c85={'SnZfF':function(_0x55040c,_0x881779){return _0x55040c(_0x881779);},'EsShp':function(_0x2a2eaa,_0x46514a){return _0x2a2eaa===_0x46514a;},'uikhU':'object','DSsJd':function(_0x1fa940,_0x14761d){return _0x1fa940===_0x14761d;},'Yzcjv':'qRukN','vfqUO':_0x23d00b(0x15c),'GIvYX':function(_0x1f23e0,_0x22adf8){return _0x1f23e0!==_0x22adf8;},'RyuGK':_0x23d00b(0xdf),'OUTTJ':function(_0x2d3085,_0x14b823){return _0x2d3085!==_0x14b823;},'oLoFC':'yhnuS','gwDXG':_0x23d00b(0xca),'PrWWy':function(_0x34b5bc,_0x1eb830){return _0x34b5bc instanceof _0x1eb830;},'dbZTR':'zAQRi','guNik':_0x23d00b(0x140),'NUzKM':function(_0x53b7b8,_0x735644,_0x337c92,_0x1def80){return _0x53b7b8(_0x735644,_0x337c92,_0x1def80);}};return function(..._0x5bac4c){const _0x2aa8eb=_0x23d00b,_0x49cc67={'OGCtt':function(_0x464895,_0x152240){const _0x40744b=a65_0x3e87;return _0x2f1c85[_0x40744b(0x149)](_0x464895,_0x152240);},'embsG':function(_0x3c3907,_0x1e52a4){return _0x2f1c85['EsShp'](_0x3c3907,_0x1e52a4);},'SkQlD':_0x2f1c85[_0x2aa8eb(0xda)]};if(_0x2f1c85[_0x2aa8eb(0xc3)](_0x2f1c85[_0x2aa8eb(0x114)],_0x2f1c85[_0x2aa8eb(0xae)]))_0x3408c8=_0x49cc67['OGCtt'](_0x2d8437,_0x2ac7b9);else try{if(_0x2f1c85[_0x2aa8eb(0xf8)](_0x2f1c85[_0x2aa8eb(0x128)],_0x2f1c85[_0x2aa8eb(0x128)])){const _0x47b5dc={};_0x47b5dc[_0x2aa8eb(0x182)]=_0x189523,_0x47b5dc['accessKey']=_0x44d4cd,this[_0x2aa8eb(0xbc)]=_0x47b5dc,_0x138f89[_0x2aa8eb(0x126)][_0x2aa8eb(0x158)]=_0x22d49c[_0x2aa8eb(0x163)](this['credentials']);}else{let _0x2d5915=_0x14dcb2;process[_0x2aa8eb(0x126)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0x2f1c85[_0x2aa8eb(0x120)](_0x2f1c85[_0x2aa8eb(0x10b)],_0x2f1c85[_0x2aa8eb(0x123)])?_0x2d5915=PerformanceTester['getPerformance']()[_0x2aa8eb(0x17c)](_0x2d5915):this[_0x2aa8eb(0x176)]=_0x2e6a01[_0x2aa8eb(0xe6)](_0x466583[_0x2aa8eb(0x126)]['USER_CONFIG_FOR_REPORTING']));const _0x5d703c=_0x2d5915[_0x2aa8eb(0x108)](null,arguments);if(_0x2f1c85[_0x2aa8eb(0x130)](_0x5d703c,Promise)){if(_0x2f1c85[_0x2aa8eb(0xc3)](_0x2f1c85[_0x2aa8eb(0x10f)],_0x2f1c85[_0x2aa8eb(0x10f)]))return _0x5d703c['catch'](_0x3739dc=>processError(_0x3739dc,_0x14dcb2,_0x5bac4c));else _0x49cc67[_0x2aa8eb(0x180)](_0x5a54d4,_0x2aa8eb(0xec)+_0x1040b3[_0x2aa8eb(0x184)]()),this[_0x2aa8eb(0x176)]={};}return _0x5d703c;}}catch(_0x2bef38){if(_0x2f1c85[_0x2aa8eb(0xf8)](_0x2f1c85['guNik'],_0x2f1c85[_0x2aa8eb(0x185)])){if(_0x2b1ea8[_0x2aa8eb(0xdd)](_0x4894db[_0x2aa8eb(0x12b)]()))delete _0x19b021[_0x2c806f];else _0x49cc67['embsG'](typeof _0x4513b2[_0x1c7b73],_0x49cc67[_0x2aa8eb(0xbf)])&&this[_0x2aa8eb(0x116)](_0x5c0cac[_0x1d9ee5]);}else _0x2f1c85[_0x2aa8eb(0xd0)](processError,_0x2bef38,_0x14dcb2,_0x5bac4c);}};},o11yClassErrorHandler=(_0x3062fe,_0x3983a7)=>{const _0x40cd5a=a65_0x437456,_0x3a6d80={'ZTuLf':function(_0x4e2256,_0x59e800){return _0x4e2256(_0x59e800);},'HoFAZ':function(_0x2b5991,_0x2f60af){return _0x2b5991===_0x2f60af;},'pikTx':_0x40cd5a(0x178),'lkrJL':_0x40cd5a(0x157),'uTdOh':function(_0x389387,_0x52fd2d){return _0x389387!==_0x52fd2d;},'XtLcW':_0x40cd5a(0xea),'NnUJZ':_0x40cd5a(0x142),'gBlzh':function(_0x3bf133,_0x4e827b){return _0x3bf133 instanceof _0x4e827b;},'OreIa':function(_0x3915ca,_0x14e9f6){return _0x3915ca===_0x14e9f6;},'JdHwk':_0x40cd5a(0x124),'oNJYA':function(_0x1f8c8e,_0x488ce2){return _0x1f8c8e!==_0x488ce2;},'dsAyl':_0x40cd5a(0xd7),'OGlxL':'WenHY','TbMfR':function(_0x156cec,_0x2c4a3d,_0x1bede3,_0x25108a){return _0x156cec(_0x2c4a3d,_0x1bede3,_0x25108a);},'rbpxq':function(_0x24f3d0,_0x353282){return _0x24f3d0===_0x353282;},'GGrxI':function(_0x317625,_0x5f5a7c){return _0x317625(_0x5f5a7c);},'yjEph':_0x40cd5a(0xd4),'QLRzA':function(_0x2947f6){return _0x2947f6();},'aDPou':_0x40cd5a(0x102),'OMIvh':'application/json','BVVOD':_0x40cd5a(0xe2),'aOLne':function(_0xc51208,_0x16ab90,_0x7f87a6,_0x241dd2,_0x2c2e81,_0x6edde6){return _0xc51208(_0x16ab90,_0x7f87a6,_0x241dd2,_0x2c2e81,_0x6edde6);},'CKWDy':_0x40cd5a(0xb6),'FPNYh':function(_0x4e565b,_0xe26cb0){return _0x4e565b===_0xe26cb0;},'muUcj':_0x40cd5a(0x104),'xDCTF':_0x40cd5a(0x110),'WoSrs':function(_0x4ea8d7,_0x3d1b63){return _0x4ea8d7===_0x3d1b63;},'JOyzK':_0x40cd5a(0x10d),'SaSRS':function(_0x5bc2c6,_0x3b9766){return _0x5bc2c6!==_0x3b9766;},'wXmnf':_0x40cd5a(0xf4),'QAkAS':_0x40cd5a(0x135),'enNXz':function(_0x5f5643,_0x2b5da7){return _0x5f5643<_0x2b5da7;},'PGTuL':function(_0x2e6303,_0x1e194d){return _0x2e6303===_0x1e194d;},'weDzK':_0x40cd5a(0x105)},_0x5dd173=_0x3062fe[_0x40cd5a(0x143)];if(_0x3a6d80[_0x40cd5a(0xdc)](Object[_0x40cd5a(0xf2)](_0x5dd173)['length'],0x2)){if(_0x3a6d80[_0x40cd5a(0x177)](_0x3a6d80[_0x40cd5a(0x139)],_0x3a6d80[_0x40cd5a(0x139)]))return _0x3062fe;else return;}return Object[_0x40cd5a(0xf2)](_0x5dd173)[_0x40cd5a(0xbd)](_0x500f7c=>{const _0x20bd7b=_0x40cd5a,_0x342715={'zbbDg':function(_0x2d5285,_0x39fb07){const _0x3774f2=a65_0x3e87;return _0x3a6d80[_0x3774f2(0x14e)](_0x2d5285,_0x39fb07);},'NYSqS':function(_0x14f25b,_0x11fcd9){const _0x59d95d=a65_0x3e87;return _0x3a6d80[_0x59d95d(0x16d)](_0x14f25b,_0x11fcd9);},'rLtWu':_0x3a6d80[_0x20bd7b(0x13d)],'BuIaY':function(_0x338339){const _0x37a9f9=_0x20bd7b;return _0x3a6d80[_0x37a9f9(0x155)](_0x338339);},'xRANQ':_0x3a6d80['aDPou'],'kiFQX':_0x3a6d80[_0x20bd7b(0x17e)],'BDWZx':_0x3a6d80['BVVOD'],'VWsNy':function(_0x2db979,_0x1f1d63,_0x1cc310,_0x440ee8,_0x408cdd,_0xa79709){const _0x5699b4=_0x20bd7b;return _0x3a6d80[_0x5699b4(0xe3)](_0x2db979,_0x1f1d63,_0x1cc310,_0x440ee8,_0x408cdd,_0xa79709);},'SMmiw':_0x3a6d80['CKWDy']};if(_0x3a6d80[_0x20bd7b(0xbe)](_0x3a6d80[_0x20bd7b(0xc8)],_0x3a6d80[_0x20bd7b(0xc8)])){if(!(_0x3983a7&&_0x3983a7[_0x20bd7b(0xdd)](_0x500f7c))){if(_0x3a6d80[_0x20bd7b(0xcd)](_0x3a6d80[_0x20bd7b(0xf1)],_0x3a6d80['xDCTF']))this[_0x20bd7b(0xee)]=_0x2a5cf2,_0x5b084b[_0x20bd7b(0x126)][_0x20bd7b(0x13e)]=_0x1c4321['stringify'](this[_0x20bd7b(0xee)]);else return;}const _0x1e3415=_0x5dd173[_0x500f7c];_0x3a6d80[_0x20bd7b(0xd6)](typeof _0x1e3415,_0x3a6d80[_0x20bd7b(0x168)])&&_0x3a6d80[_0x20bd7b(0xab)](_0x500f7c,_0x3a6d80[_0x20bd7b(0x153)])&&(_0x3a6d80['OreIa'](_0x3a6d80[_0x20bd7b(0xf7)],_0x3a6d80[_0x20bd7b(0xf7)])?Object[_0x20bd7b(0xb7)](_0x5dd173,_0x500f7c,{'writable':!![],'value':function(..._0x1afa1e){const _0x118849=_0x20bd7b,_0x1cb8cc={'qjTrt':function(_0x5d63d2,_0x38be87){const _0x5a11e5=a65_0x3e87;return _0x3a6d80[_0x5a11e5(0x14e)](_0x5d63d2,_0x38be87);}};if(_0x3a6d80[_0x118849(0xaa)](_0x3a6d80[_0x118849(0x187)],_0x3a6d80[_0x118849(0x147)]))try{this[_0x118849(0x176)]=_0x4c18b2[_0x118849(0xe6)](_0x13730a[_0x118849(0x126)][_0x118849(0x119)]);}catch(_0x2d6a15){_0x1cb8cc[_0x118849(0x101)](_0x562c54,_0x118849(0xec)+_0x2d6a15['toString']()),this['userConfig']={};}else try{if(_0x3a6d80[_0x118849(0x150)](_0x3a6d80[_0x118849(0x162)],_0x3a6d80[_0x118849(0x136)])){const _0xfa4912=(process[_0x118849(0x126)][_0x118849(0x14a)]?PerformanceTester['getPerformance']()[_0x118849(0x17c)](_0x1e3415):_0x1e3415)[_0x118849(0xfe)](this,..._0x1afa1e);if(_0x3a6d80[_0x118849(0xcf)](_0xfa4912,Promise)){if(_0x3a6d80['OreIa'](_0x3a6d80[_0x118849(0x12f)],_0x3a6d80[_0x118849(0x12f)]))return _0xfa4912[_0x118849(0xe4)](_0x54de46=>processError(_0x54de46,_0x1e3415,_0x1afa1e));else this[_0x118849(0x176)]=this[_0x118849(0x12d)](_0x2a70da),_0x30d7dd['env'][_0x118849(0x119)]=_0x210882['stringify'](this[_0x118849(0x176)]);}return _0xfa4912;}else{const _0x64a62d={'MkBGJ':function(_0x2255ea,_0x2f31aa){const _0x364790=_0x118849;return _0x342715[_0x364790(0x189)](_0x2255ea,_0x2f31aa);}};this['getCredentials']();if(!this[_0x118849(0xbc)])return _0x342715[_0x118849(0x118)](_0x14f56b,_0x342715[_0x118849(0x16a)]);this[_0x118849(0x11f)](),this[_0x118849(0x109)]();const _0x2c5e4b={'hashed_id':_0x102d8c[_0x118849(0x126)][_0x118849(0x161)],'observability_version':{'sdkVersion':_0x342715['BuIaY'](_0x49cef1),'frameworkName':this['frameworkDetails'][_0x118849(0x141)],'frameworkVersion':this['frameworkDetails'][_0x118849(0x15e)]},'exception':{'error':_0x54da66[_0x118849(0x184)](),'stackTrace':_0x4130a0},'config':this[_0x118849(0x176)]},_0x345245=_0x342715['xRANQ'],_0x45dc3d={};_0x45dc3d['username']=this['credentials'][_0x118849(0x182)],_0x45dc3d['password']=this['credentials'][_0x118849(0xc2)];const _0x12eee8={};_0x12eee8[_0x118849(0x160)]=_0x342715['kiFQX'],_0x12eee8[_0x118849(0x11b)]=_0x342715[_0x118849(0xcc)];const _0x218c37={};_0x218c37[_0x118849(0x17a)]=_0x45dc3d,_0x218c37[_0x118849(0xc7)]=_0x12eee8;const _0x465b69=_0x218c37;_0x342715[_0x118849(0xc1)](_0x2b7715,_0x342715[_0x118849(0xfc)],_0x345245,_0x2c5e4b,_0x465b69,![])[_0x118849(0x12c)](_0x469325=>{const _0x3d1179=_0x118849;_0x64a62d['MkBGJ'](_0x4c0d78,_0x3d1179(0xeb)+_0x192dee[_0x3d1179(0x163)](_0x469325));})[_0x118849(0xe4)](_0x403543=>{const _0x1aeb42=_0x118849;_0x1cb8cc[_0x1aeb42(0x101)](_0x39d37e,_0x1aeb42(0xc4)+_0x403543);});}}catch(_0x183d81){if(_0x3a6d80[_0x118849(0xcd)](_0x3a6d80[_0x118849(0x152)],_0x3a6d80[_0x118849(0x11c)]))_0x3a6d80['TbMfR'](processError,_0x183d81,_0x1e3415,_0x1afa1e);else try{this['frameworkDetails']=_0x55ca12['parse'](_0x5f3dba[_0x118849(0x126)][_0x118849(0x13e)]);}catch(_0x27c1dd){_0x342715[_0x118849(0x118)](_0x151efa,_0x118849(0xf0)+_0x27c1dd[_0x118849(0x184)]());}}}}):this[_0x20bd7b(0x116)](_0x4d473a[_0xa208b8]));}else{if(_0x3a6d80[_0x20bd7b(0x133)](_0x4de063[_0x20bd7b(0xac)](this[_0x20bd7b(0xee)])[_0x20bd7b(0x132)],0x0)&&_0x40999d[_0x20bd7b(0x126)][_0x20bd7b(0x13e)])try{this[_0x20bd7b(0xee)]=_0x1181b7[_0x20bd7b(0xe6)](_0x21cee2[_0x20bd7b(0x126)][_0x20bd7b(0x13e)]);}catch(_0x7140ee){_0x3a6d80[_0x20bd7b(0x14e)](_0x52c5be,_0x20bd7b(0xf0)+_0x7140ee['toString']());}return this[_0x20bd7b(0xee)];}}),_0x3062fe;};function a65_0x3e87(_0x2f9b49,_0x1a132d){const _0x310a11=a65_0x310a();return a65_0x3e87=function(_0x3e87d2,_0x3fb01e){_0x3e87d2=_0x3e87d2-0xa9;let _0x337743=_0x310a11[_0x3e87d2];return _0x337743;},a65_0x3e87(_0x2f9b49,_0x1a132d);}function processError(_0xe4bb78,_0x3b6ff2,_0x15d1c7){const _0x293beb=a65_0x437456,_0x2a1082={'lNqfw':function(_0x87d394,_0x8b878a){return _0x87d394(_0x8b878a);},'iBVKm':function(_0x271dca,_0x36f158){return _0x271dca===_0x36f158;},'EseyA':'WZrcW','OrNZp':_0x293beb(0xff),'qyoRf':function(_0x484965,_0x3f73df){return _0x484965===_0x3f73df;},'nMLqk':'oYBKN'};_0x2a1082[_0x293beb(0x174)](debug,_0x293beb(0x10a)+_0x3b6ff2['name']+'\x20with\x20args\x20'+_0x15d1c7+':\x20'+_0xe4bb78);let _0x16be2a;try{if(_0x2a1082['iBVKm'](_0x2a1082[_0x293beb(0x18c)],_0x2a1082[_0x293beb(0x167)]))return _0x2e4874;else _0x16be2a=JSON[_0x293beb(0x163)](_0x15d1c7);}catch(_0x11fdad){if(_0x2a1082[_0x293beb(0xfa)](_0x2a1082[_0x293beb(0x125)],_0x2a1082['nMLqk'])){const _0x3f1fc4={};_0x3f1fc4[_0x293beb(0x15a)]=0x2,_0x16be2a=util[_0x293beb(0xce)](_0x15d1c7,_0x3f1fc4);}else _0x2a1082[_0x293beb(0x174)](_0x13bdc0,_0x293beb(0xf0)+_0x1d11d2[_0x293beb(0x184)]());}CrashReporter['uploadCrashReport'](_0x293beb(0x10a)+_0x3b6ff2[_0x293beb(0x166)]+_0x293beb(0x159)+_0x16be2a+_0x293beb(0x115)+_0xe4bb78,_0xe4bb78&&_0xe4bb78['stack']);}class CrashReporter{static [a65_0x437456(0x176)]={};static ['credentials'];static ['frameworkDetails']={};static[a65_0x437456(0x169)](_0xc4df9f,_0x3296aa,_0x5e83eb=null){const _0x5a0fe9=a65_0x437456,_0x402bff={'LNfRA':function(_0x34c035,_0x188abf){return _0x34c035===_0x188abf;},'FoHTt':'nIeQw','GPZUZ':'UVwuR','DPlmV':function(_0x14133b,_0x76b28c){return _0x14133b(_0x76b28c);},'nwGHN':_0x5a0fe9(0x15d),'USLIL':function(_0x328efb,_0xe8d053){return _0x328efb(_0xe8d053);},'iKsbB':function(_0x49257b,_0x26df66){return _0x49257b(_0x26df66);}},_0x205ac6=_0xc4df9f[_0x5a0fe9(0x141)],_0x43dad4=_0xc4df9f[_0x5a0fe9(0x15e)];if(!_0x5e83eb){if(_0x402bff[_0x5a0fe9(0x17b)](_0x402bff[_0x5a0fe9(0x138)],_0x402bff[_0x5a0fe9(0x15f)]))return;else _0x5e83eb=_0x402bff[_0x5a0fe9(0xed)](getBrowserStackConfig,_0x205ac6);}if(!_0x43dad4){if(_0x402bff[_0x5a0fe9(0x17b)](_0x402bff['nwGHN'],_0x402bff[_0x5a0fe9(0x12a)]))_0x402bff[_0x5a0fe9(0x172)](getFrameworkVersion,_0x205ac6);else return _0x592f95[_0x5a0fe9(0xe4)](_0x1735a2=>_0x28a3e3(_0x1735a2,_0x3c076a,_0x1fd5b3));}const _0xe64c44={};_0xe64c44[_0x5a0fe9(0x141)]=_0x205ac6,_0xe64c44[_0x5a0fe9(0x15e)]=_0x43dad4,this['setAllDetails'](_0xe64c44,_0x3296aa,_0x402bff[_0x5a0fe9(0x146)](getUserCredentials,_0x5e83eb));}static[a65_0x437456(0xa9)](_0x471b36,_0x2fd55c){const _0x136db1=a65_0x437456,_0x3f4269={};_0x3f4269[_0x136db1(0x182)]=_0x471b36,_0x3f4269[_0x136db1(0xc2)]=_0x2fd55c,this[_0x136db1(0xbc)]=_0x3f4269,process[_0x136db1(0x126)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x136db1(0x163)](this[_0x136db1(0xbc)]);}static['getCredentials'](){const _0x37a54c=a65_0x437456,_0x3b3f83={'aTehY':function(_0x3954b7,_0x3d6ac6){return _0x3954b7(_0x3d6ac6);},'jcTEv':function(_0x5d52c1,_0x566953){return _0x5d52c1!==_0x566953;},'qYdIy':'ZQilI','GQJMm':'ZTAtG','SoYux':_0x37a54c(0x129),'exLhF':_0x37a54c(0x144),'iACpb':function(_0x440e2b,_0x213dfd){return _0x440e2b===_0x213dfd;},'LFkuZ':'yVRiT'};if(!this[_0x37a54c(0xbc)]&&process['env'][_0x37a54c(0x158)]){if(_0x3b3f83[_0x37a54c(0x179)](_0x3b3f83[_0x37a54c(0xe0)],_0x3b3f83[_0x37a54c(0x17f)]))try{if(_0x3b3f83['jcTEv'](_0x3b3f83['SoYux'],_0x3b3f83[_0x37a54c(0x17d)]))this[_0x37a54c(0xbc)]=JSON[_0x37a54c(0xe6)](process[_0x37a54c(0x126)][_0x37a54c(0x158)]);else return _0x2b73ff['catch'](_0x2d6fdd=>_0x46538e(_0x2d6fdd,_0x5a0a9c,_0x258369));}catch(_0x48a3e0){if(_0x3b3f83['iACpb'](_0x3b3f83[_0x37a54c(0x188)],_0x3b3f83[_0x37a54c(0x188)]))_0x3b3f83[_0x37a54c(0x12e)](debug,_0x37a54c(0xf0)+_0x48a3e0[_0x37a54c(0x184)]());else{const _0x4c8724=_0x38feb8[_0x37a54c(0xe6)](_0x5a9472[_0x37a54c(0x163)](_0x3b6764));return this['recursivelyDeletePIIKeysFromObject'](_0x4c8724),_0x4c8724;}}else _0x3b3f83['aTehY'](_0x572b28,_0x37a54c(0xc4)+_0x9b8199);}return this[_0x37a54c(0xbc)];}static['setConfigDetails'](_0x54d787){const _0x44c9bf=a65_0x437456;this['userConfig']=this[_0x44c9bf(0x12d)](_0x54d787),process[_0x44c9bf(0x126)][_0x44c9bf(0x119)]=JSON[_0x44c9bf(0x163)](this[_0x44c9bf(0x176)]);}static[a65_0x437456(0x11f)](){const _0x22dd67=a65_0x437456,_0x3e0dc4={'bGFuq':function(_0x4bb943,_0x2e0d1a){return _0x4bb943 instanceof _0x2e0d1a;},'JmnrF':function(_0x47c4d6,_0x53ace1,_0x3b67b8,_0x2a28bf){return _0x47c4d6(_0x53ace1,_0x3b67b8,_0x2a28bf);},'fRYrn':function(_0x523f9a,_0x16b93b,_0x51067a,_0x4968ba){return _0x523f9a(_0x16b93b,_0x51067a,_0x4968ba);},'olDan':function(_0x452e78,_0x5f0d66){return _0x452e78===_0x5f0d66;},'RwBYZ':function(_0x362021,_0x5974a0){return _0x362021===_0x5974a0;},'unngl':'YiwUw','CGReG':_0x22dd67(0x13c),'HIlKt':function(_0x34ac85,_0x200994){return _0x34ac85===_0x200994;},'vQoAO':_0x22dd67(0x14b),'feFim':'uvuNu','WbbbH':'IqKtp','CWBAU':function(_0x457b48,_0x20e922){return _0x457b48(_0x20e922);}};if(_0x3e0dc4['olDan'](Object[_0x22dd67(0xac)](this['userConfig'])['length'],0x0)&&process[_0x22dd67(0x126)]['USER_CONFIG_FOR_REPORTING']){if(_0x3e0dc4[_0x22dd67(0x127)](_0x3e0dc4[_0x22dd67(0xb3)],_0x3e0dc4[_0x22dd67(0xba)]))_0x124632&&this[_0x22dd67(0x18b)](_0x280167),_0x40c108&&this['setConfigDetails'](_0xd1d4ee),_0x3e90b2&&this[_0x22dd67(0xa9)](_0x3f6a7b[_0x22dd67(0x182)],_0x19ffec[_0x22dd67(0xc2)]);else try{if(_0x3e0dc4['HIlKt'](_0x3e0dc4[_0x22dd67(0x117)],_0x3e0dc4[_0x22dd67(0xcb)]))try{const _0x2fb678=(_0xb315ed[_0x22dd67(0x126)][_0x22dd67(0x14a)]?_0x5c359e[_0x22dd67(0x113)]()[_0x22dd67(0x17c)](_0x271568):_0x2862f3)[_0x22dd67(0xfe)](this,..._0x5aa2fd);if(_0x3e0dc4[_0x22dd67(0xb2)](_0x2fb678,_0xfd6379))return _0x2fb678[_0x22dd67(0xe4)](_0x23efd5=>_0x35d206(_0x23efd5,_0x4b0976,_0x2f3548));return _0x2fb678;}catch(_0x5a5eaf){_0x3e0dc4[_0x22dd67(0xe8)](_0x23f811,_0x5a5eaf,_0x3e64c9,_0x2f142c);}else this[_0x22dd67(0x176)]=JSON[_0x22dd67(0xe6)](process['env']['USER_CONFIG_FOR_REPORTING']);}catch(_0x34aeb7){_0x3e0dc4[_0x22dd67(0xc0)](_0x3e0dc4['WbbbH'],_0x3e0dc4[_0x22dd67(0x13a)])?(_0x3e0dc4[_0x22dd67(0xb1)](debug,_0x22dd67(0xec)+_0x34aeb7['toString']()),this[_0x22dd67(0x176)]={}):_0x3e0dc4[_0x22dd67(0x10e)](_0x11ffbd,_0x1d7f26,_0x41a30b,_0x3d5498);}}return this[_0x22dd67(0x176)];}static[a65_0x437456(0x18b)](_0x134198){const _0x30cf74=a65_0x437456;this['frameworkDetails']=_0x134198,process[_0x30cf74(0x126)][_0x30cf74(0x13e)]=JSON[_0x30cf74(0x163)](this['frameworkDetails']);}static[a65_0x437456(0x109)](){const _0x3f1263=a65_0x437456,_0x23de33={'KdDmK':function(_0x4da592,_0x253c22){return _0x4da592===_0x253c22;},'pnQcC':function(_0xf496cb,_0x130812){return _0xf496cb(_0x130812);},'oewoA':function(_0x316844,_0x57d410){return _0x316844(_0x57d410);},'ROIGE':function(_0x3809cd,_0x4249be){return _0x3809cd!==_0x4249be;},'ZJVSC':_0x3f1263(0xad),'XiGpl':function(_0x4128fe,_0x38a8c6){return _0x4128fe===_0x38a8c6;},'addJE':_0x3f1263(0x112),'eeYfi':_0x3f1263(0x16c),'XxyEn':_0x3f1263(0xf9),'dFlvO':function(_0x1c2707,_0x162f75){return _0x1c2707(_0x162f75);}};if(_0x23de33['KdDmK'](Object[_0x3f1263(0xac)](this[_0x3f1263(0xee)])[_0x3f1263(0x132)],0x0)&&process[_0x3f1263(0x126)][_0x3f1263(0x13e)]){if(_0x23de33[_0x3f1263(0xd8)](_0x23de33[_0x3f1263(0x13f)],_0x23de33[_0x3f1263(0x13f)])){if(_0x23de33['KdDmK'](_0x3f1f37[_0x3f1263(0xac)](this[_0x3f1263(0x176)])['length'],0x0)&&_0xd88e98['env'][_0x3f1263(0x119)])try{this['userConfig']=_0x43b936['parse'](_0xd435a0['env'][_0x3f1263(0x119)]);}catch(_0x407508){_0x23de33[_0x3f1263(0xef)](_0x1a20bb,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x407508['toString']()),this['userConfig']={};}return this[_0x3f1263(0x176)];}else try{if(_0x23de33[_0x3f1263(0x171)](_0x23de33[_0x3f1263(0xb8)],_0x23de33['eeYfi']))try{this[_0x3f1263(0xbc)]=_0xabc971[_0x3f1263(0xe6)](_0x31a638['env']['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0x3b54a4){_0x23de33[_0x3f1263(0xef)](_0x3a0df7,_0x3f1263(0xf0)+_0x3b54a4[_0x3f1263(0x184)]());}else this[_0x3f1263(0xee)]=JSON['parse'](process['env'][_0x3f1263(0x13e)]);}catch(_0x43c46e){if(_0x23de33[_0x3f1263(0xd8)](_0x23de33[_0x3f1263(0x16e)],_0x23de33[_0x3f1263(0x16e)])){if(!this['credentials']&&_0x98148[_0x3f1263(0x126)][_0x3f1263(0x158)])try{this['credentials']=_0x1d5651[_0x3f1263(0xe6)](_0x3d2b30[_0x3f1263(0x126)][_0x3f1263(0x158)]);}catch(_0x2431c1){_0x23de33['oewoA'](_0x7118e9,_0x3f1263(0xf0)+_0x2431c1['toString']());}return this['credentials'];}else _0x23de33[_0x3f1263(0x148)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x43c46e[_0x3f1263(0x184)]());}}return this[_0x3f1263(0xee)];}static[a65_0x437456(0xb5)](_0x54ca46,_0x33bff0,_0xc5c240){const _0x3559ce=a65_0x437456;_0x54ca46&&this[_0x3559ce(0x18b)](_0x54ca46),_0x33bff0&&this['setConfigDetails'](_0x33bff0),_0xc5c240&&this[_0x3559ce(0xa9)](_0xc5c240[_0x3559ce(0x182)],_0xc5c240['accessKey']);}static async[a65_0x437456(0x154)](_0x5d1f73,_0x1b721f){const _0x486031=a65_0x437456,_0x1e65c1={'CrdSK':function(_0x510da2,_0x420ca9){return _0x510da2 instanceof _0x420ca9;},'wItXX':function(_0x5e0551,_0x40e074){return _0x5e0551===_0x40e074;},'chaNh':'vPThv','rrxwf':_0x486031(0x134),'OwQrU':function(_0x4b5506,_0xaf7df3){return _0x4b5506(_0xaf7df3);},'NmTGf':_0x486031(0x10c),'snySW':function(_0x50fd4a,_0xa8470a){return _0x50fd4a(_0xa8470a);},'kMQsy':function(_0x32d1ef,_0x1ed285){return _0x32d1ef!==_0x1ed285;},'bIsBu':_0x486031(0xc5),'QrUYm':_0x486031(0x181),'IaPux':function(_0x4c421e,_0x1e73ad){return _0x4c421e(_0x1e73ad);},'tOyzn':_0x486031(0xd4),'jFLqg':function(_0x21fe68){return _0x21fe68();},'awDlZ':_0x486031(0x102),'xoOoi':_0x486031(0x107),'PsLrT':_0x486031(0xe2),'RzAWl':function(_0x5d8734,_0x369888,_0x33e067,_0x3233c8,_0x3f8752,_0x5e384b){return _0x5d8734(_0x369888,_0x33e067,_0x3233c8,_0x3f8752,_0x5e384b);},'OEDbv':_0x486031(0xb6)};this['getCredentials']();if(!this['credentials']){if(_0x1e65c1[_0x486031(0xf3)](_0x1e65c1[_0x486031(0x137)],_0x1e65c1[_0x486031(0xe1)]))return _0x1e65c1[_0x486031(0xaf)](debug,_0x1e65c1['tOyzn']);else this[_0x486031(0xee)]=_0x51c8cb[_0x486031(0xe6)](_0x517234['env'][_0x486031(0x13e)]);}this[_0x486031(0x11f)](),this[_0x486031(0x109)]();const _0x523380={'hashed_id':process['env'][_0x486031(0x161)],'observability_version':{'sdkVersion':_0x1e65c1[_0x486031(0x186)](getAgentVersion),'frameworkName':this['frameworkDetails']['frameworkName'],'frameworkVersion':this[_0x486031(0xee)][_0x486031(0x15e)]},'exception':{'error':_0x5d1f73[_0x486031(0x184)](),'stackTrace':_0x1b721f},'config':this[_0x486031(0x176)]},_0x41e315=_0x1e65c1['awDlZ'],_0xc72536={};_0xc72536[_0x486031(0x182)]=this[_0x486031(0xbc)][_0x486031(0x182)],_0xc72536['password']=this[_0x486031(0xbc)]['accessKey'];const _0x36385f={};_0x36385f[_0x486031(0x160)]=_0x1e65c1[_0x486031(0xb9)],_0x36385f[_0x486031(0x11b)]=_0x1e65c1[_0x486031(0x15b)];const _0x164d4c={};_0x164d4c[_0x486031(0x17a)]=_0xc72536,_0x164d4c['headers']=_0x36385f;const _0x36317e=_0x164d4c;_0x1e65c1[_0x486031(0xf5)](nodeRequest,_0x1e65c1[_0x486031(0x175)],_0x41e315,_0x523380,_0x36317e,![])[_0x486031(0x12c)](_0x3005e8=>{const _0x4a7aff=_0x486031,_0x2330cc={'vMQAq':function(_0x2d8ffb,_0x210d18){const _0x2649c6=a65_0x3e87;return _0x1e65c1[_0x2649c6(0x165)](_0x2d8ffb,_0x210d18);}};if(_0x1e65c1[_0x4a7aff(0x16f)](_0x1e65c1[_0x4a7aff(0x156)],_0x1e65c1[_0x4a7aff(0x103)])){const _0x45428f=(_0x288613['env'][_0x4a7aff(0x14a)]?_0x2da9c5[_0x4a7aff(0x113)]()['timerify'](_0x2947e7):_0xd489bf)[_0x4a7aff(0xfe)](this,..._0xa614ad);if(_0x2330cc[_0x4a7aff(0x14d)](_0x45428f,_0x1905a8))return _0x45428f['catch'](_0x2cd961=>_0x3f9ca2(_0x2cd961,_0x425979,_0x33a902));return _0x45428f;}else _0x1e65c1[_0x4a7aff(0x13b)](debug,_0x4a7aff(0xeb)+JSON[_0x4a7aff(0x163)](_0x3005e8));})[_0x486031(0xe4)](_0x19feb7=>{const _0x263801=_0x486031;if(_0x1e65c1[_0x263801(0x16f)](_0x1e65c1[_0x263801(0xfb)],_0x1e65c1[_0x263801(0xfb)]))_0x1e65c1['snySW'](debug,_0x263801(0xc4)+_0x19feb7);else{const _0x44fc5c={};_0x44fc5c[_0x263801(0x15a)]=0x2,_0x9896fc=_0x13069a[_0x263801(0xce)](_0x4751fa,_0x44fc5c);}});}static[a65_0x437456(0x116)](_0x9840a7){const _0x40494d=a65_0x437456,_0x38b2b2={'ADbci':function(_0x505570,_0x2a134e){return _0x505570(_0x2a134e);},'VLqPV':function(_0x4cb134,_0xfca575){return _0x4cb134 instanceof _0xfca575;},'uqJik':function(_0x30f06d,_0x2242d7){return _0x30f06d===_0x2242d7;},'yemsw':'krvvA','kqChN':'user','hSIGW':'username','stwYm':_0x40494d(0xb4),'rgvVa':_0x40494d(0xc2),'QbILX':_0x40494d(0xd2),'NBtcT':function(_0x14913c,_0xeaeb19){return _0x14913c!==_0xeaeb19;},'dOFQE':_0x40494d(0x151),'BEjOG':'AyIii','sGYhW':_0x40494d(0xb0),'jntsb':function(_0x5b1bdf,_0x5e9701){return _0x5b1bdf!==_0x5e9701;},'DWgxV':_0x40494d(0x106),'hCggp':'OmYXn'};if(!_0x9840a7){if(_0x38b2b2[_0x40494d(0xc9)](_0x38b2b2['yemsw'],_0x38b2b2[_0x40494d(0xd5)]))return;else delete _0xd5edb3[_0x949ab7];}const _0x5e781c=[_0x38b2b2[_0x40494d(0xbb)],_0x38b2b2[_0x40494d(0xd9)],_0x38b2b2[_0x40494d(0xdb)],_0x38b2b2[_0x40494d(0x122)],_0x38b2b2[_0x40494d(0x131)]];for(const _0x47482c in _0x9840a7){if(_0x38b2b2[_0x40494d(0x170)](_0x38b2b2[_0x40494d(0x14f)],_0x38b2b2[_0x40494d(0x14f)]))_0x38b2b2[_0x40494d(0x18a)](_0x8ab122,_0x2ecd2f);else{if(_0x5e781c['includes'](_0x47482c[_0x40494d(0x12b)]())){if(_0x38b2b2[_0x40494d(0xc9)](_0x38b2b2[_0x40494d(0xf6)],_0x38b2b2[_0x40494d(0xf6)]))delete _0x9840a7[_0x47482c];else{let _0x32f5d2=_0x23bc5d;_0x3bd0ca[_0x40494d(0x126)][_0x40494d(0x14a)]&&(_0x32f5d2=_0x4e95fe[_0x40494d(0x113)]()['timerify'](_0x32f5d2));const _0x1bf1e2=_0x32f5d2[_0x40494d(0x108)](null,arguments);if(_0x38b2b2['VLqPV'](_0x1bf1e2,_0xa86d2a))return _0x1bf1e2['catch'](_0x4d0457=>_0x1d6c0b(_0x4d0457,_0x2efaaa,_0x44ff50));return _0x1bf1e2;}}else{if(_0x38b2b2[_0x40494d(0xc9)](typeof _0x9840a7[_0x47482c],_0x38b2b2[_0x40494d(0x11d)])){if(_0x38b2b2[_0x40494d(0x16b)](_0x38b2b2[_0x40494d(0x121)],_0x38b2b2[_0x40494d(0xe7)]))this[_0x40494d(0x116)](_0x9840a7[_0x47482c]);else{_0x38b2b2[_0x40494d(0x18a)](_0x2fda18,_0x40494d(0x10a)+_0x5a300b[_0x40494d(0x166)]+_0x40494d(0x159)+_0x3054f2+':\x20'+_0x2af790);let _0x2a75fe;try{_0x2a75fe=_0x488842[_0x40494d(0x163)](_0x4c2fb6);}catch(_0x3c5965){const _0x3661ef={};_0x3661ef['depth']=0x2,_0x2a75fe=_0x4d2d80[_0x40494d(0xce)](_0x18db36,_0x3661ef);}_0xed5639[_0x40494d(0x154)]('Error\x20in\x20executing\x20'+_0x1741b1['name']+'\x20with\x20args\x20'+_0x2a75fe+'\x20:\x20'+_0x3c566e,_0x41f164&&_0x489aef[_0x40494d(0xe5)]);}}}}}}static[a65_0x437456(0x12d)](_0x124efb){const _0x3ddfa6=a65_0x437456,_0xfba843=JSON['parse'](JSON[_0x3ddfa6(0x163)](_0x124efb));return this['recursivelyDeletePIIKeysFromObject'](_0xfba843),_0xfba843;}}const a65_0x33dfca={};a65_0x33dfca[a65_0x437456(0x183)]=o11yErrorHandler,a65_0x33dfca['o11yClassErrorHandler']=o11yClassErrorHandler,a65_0x33dfca[a65_0x437456(0x164)]=CrashReporter,module[a65_0x437456(0x145)]=a65_0x33dfca;
1
+ const a65_0x497b9c=a65_0x1413;(function(_0x52ddd1,_0xa1c6af){const _0x5864d2=a65_0x1413,_0x1d7503=_0x52ddd1();while(!![]){try{const _0x5a10f9=parseInt(_0x5864d2(0x12b))/0x1*(parseInt(_0x5864d2(0x106))/0x2)+parseInt(_0x5864d2(0xfd))/0x3*(-parseInt(_0x5864d2(0x112))/0x4)+-parseInt(_0x5864d2(0x1d7))/0x5+-parseInt(_0x5864d2(0x141))/0x6*(parseInt(_0x5864d2(0x1b8))/0x7)+parseInt(_0x5864d2(0x190))/0x8+-parseInt(_0x5864d2(0x1c8))/0x9+parseInt(_0x5864d2(0x15d))/0xa*(parseInt(_0x5864d2(0x164))/0xb);if(_0x5a10f9===_0xa1c6af)break;else _0x1d7503['push'](_0x1d7503['shift']());}catch(_0x2cec10){_0x1d7503['push'](_0x1d7503['shift']());}}}(a65_0x2e88,0x1f2c2));function a65_0x2e88(){const _0x4aebfc=['forEach','MMTRu','prototype','gWIvQ','getCredentials','frameworkDetails','BHsdv','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','getPerformance','vghpD','defineProperty','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','kMAQe','GHlOF','1478925VaeFTT','getFramework','wubwi','Lignw','frameworkName','zwEnm','LieTr','qgjjR','application/json','gbKRi','nsTtj','initialize','./utils','kLQOY','UHwBb','602195CionHq','GVBYg','o11yErrorHandler','hJKkE','FRBkR','45219kjwXDm','recursivelyDeletePIIKeysFromObject','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','OBMSm','EtrHm','X-BSTACK-TESTOPS','ieQrw','wbBBf','vdQtZ','1970lJpQxm','qxAtS','dcJMO','xsdPt','BisNT','xmNpJ','losMB','userConfig','wyadq','oOSWu','JSSEb','MBdvt','4Lnamws','auth','oyBbN','timerify','setAllDetails','BvkLc','credentials','zPrYC','username','headers','length','ndzaz','aOuWz','exports','YtqNj','vEREt','SwGlY','user','pmYGv','DgAti','o11yClassErrorHandler','accessKey','MHNdN','jOgpu','yJedy','95HEACum','password','BS_TESTOPS_BUILD_HASHED_ID','mlknn','bhiFj','gZAzm','UuEsG','keys','pROvE','GPGsL','pxUzv','XmqIT','constructor','FqCiB','PUaAs','QAANK','qpPAM','jVXRJ','TWyLf','wyauo','lPmiG','SfCWo','125142aYVshb','yWwbH','stringify','qyvfy','IcQNQ','PdmXy','apply','wUrJt','xWOPG','stack','unDnh','key','icaKZ','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','grikW','VkCyB','QESTk','[Crash_Report_Upload]\x20Success\x20response:\x20','\x20with\x20args\x20','VdIrv','gAxeD','KVkFo','parse','filterPII','catch','vOsrY','getOwnPropertyNames','../helper','310EGBqXD','object','Content-Type','name','BROWSERSTACK_O11Y_PERF_MEASUREMENT','hAYjZ','UuvPS','76021QhFpbI','oGTWf','\x20:\x20','qowWl','util','ozdQT','setFrameworkDetails','USER_CONFIG_FOR_REPORTING','kThjb','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','cKRPI','eOPIR','bcZQx','frameworkVersion','lwfEA','MxZCM','call','depth','eBLfI','rzwgj','bGrBh','OuIRe','HwHhR','env','IVWuU','aohFa','ToFkV','aQLmQ','Cxhrz','kmpAG','qfilg','KZgOz','CrashReporter','yhmPW','setCredentials','jHWZa','then','nuDmZ','xKgIJ','cAEoz','WxoIV','WTvWP','WJxRC','xCgev','1124480HCVTHB','BovzM','lswPL','hTpiF','HcnNb','POST','QUbRN','inspect','OUZZQ','JiCtN','bdPgj','fCvbT','qRZul','includes','GlQoL','nOuQE','nJDgb','MZKgc','zYhcR','PCIMq','CREDENTIALS_FOR_CRASH_REPORTING','uploadCrashReport','fTwAj','WSkNf','PAYuQ','ahCUu','QJnej','toString','emEUn','getConfig','wjswA','MPBWf','ZlNOv','Error\x20in\x20executing\x20','jQidQ','setConfigDetails','./performance-tester','bvoNT','zAxao','zBBzi','7UxBLtl','qWSoe'];a65_0x2e88=function(){return _0x4aebfc;};return a65_0x2e88();}const util=require(a65_0x497b9c(0x168)),PerformanceTester=require(a65_0x497b9c(0x1b4)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a65_0x497b9c(0x1d4)),{getAgentVersion}=require(a65_0x497b9c(0x15c)),o11yErrorHandler=_0x71b18c=>{const _0x1308ec=a65_0x497b9c,_0x104e2e={'wjswA':function(_0x1a7bc5,_0xf4f084){return _0x1a7bc5===_0xf4f084;},'losMB':function(_0xa4a8ec,_0x5bc9f6){return _0xa4a8ec(_0x5bc9f6);},'GPGsL':function(_0x59eace,_0x496d8d){return _0x59eace(_0x496d8d);},'ChuqB':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','fCvbT':function(_0x24737a,_0x511a7f){return _0x24737a instanceof _0x511a7f;},'UuvPS':function(_0x2b2394,_0x5e6266,_0x31465f,_0x3b4d49){return _0x2b2394(_0x5e6266,_0x31465f,_0x3b4d49);},'Lignw':function(_0x4c0182,_0x170e62){return _0x4c0182!==_0x170e62;},'xsdPt':'ikKkg','YMCDX':function(_0x350f76,_0x4f53e0){return _0x350f76===_0x4f53e0;},'vMtWw':_0x1308ec(0x183),'TWyLf':_0x1308ec(0x1cd),'MBdvt':function(_0x8af1d3,_0x273bd3){return _0x8af1d3===_0x273bd3;},'emEUn':_0x1308ec(0x10a),'eBLfI':_0x1308ec(0x1aa),'MDWNW':'fIbMg','qyvfy':_0x1308ec(0x1c6),'unDnh':_0x1308ec(0x170)};return function(..._0x578128){const _0x1c4209=_0x1308ec,_0x50d8cc={'OuIRe':function(_0x301675,_0x43657a){const _0xb9932b=a65_0x1413;return _0x104e2e[_0xb9932b(0x19b)](_0x301675,_0x43657a);},'wbBBf':function(_0x58c84a,_0x326bb6,_0x1de32e,_0x3d6e45){return _0x104e2e['UuvPS'](_0x58c84a,_0x326bb6,_0x1de32e,_0x3d6e45);}};if(_0x104e2e[_0x1c4209(0x1cb)](_0x104e2e[_0x1c4209(0x109)],_0x104e2e[_0x1c4209(0x109)])){if(_0x104e2e[_0x1c4209(0x1ae)](_0x11ab44[_0x1c4209(0x132)](this[_0x1c4209(0x10d)])[_0x1c4209(0x11c)],0x0)&&_0x183fcd['env'][_0x1c4209(0x16b)])try{this[_0x1c4209(0x10d)]=_0x519768[_0x1c4209(0x157)](_0x3c3cf1[_0x1c4209(0x17b)][_0x1c4209(0x16b)]);}catch(_0x3449d4){_0x104e2e[_0x1c4209(0x10c)](_0x2fd565,_0x1c4209(0x1c1)+_0x3449d4[_0x1c4209(0x1ab)]()),this[_0x1c4209(0x10d)]={};}return this['userConfig'];}else try{if(_0x104e2e['YMCDX'](_0x104e2e['vMtWw'],_0x104e2e[_0x1c4209(0x13d)])){if(_0x104e2e[_0x1c4209(0x1ae)](_0x413b30[_0x1c4209(0x132)](this[_0x1c4209(0x1bf)])[_0x1c4209(0x11c)],0x0)&&_0x194142[_0x1c4209(0x17b)][_0x1c4209(0x14e)])try{this[_0x1c4209(0x1bf)]=_0x387ccf['parse'](_0x52dc0f[_0x1c4209(0x17b)][_0x1c4209(0x14e)]);}catch(_0x11ed53){_0x104e2e[_0x1c4209(0x10c)](_0x4dd61c,_0x1c4209(0xff)+_0x11ed53[_0x1c4209(0x1ab)]());}return this[_0x1c4209(0x1bf)];}else{let _0x5db447=_0x71b18c;if(process['env'][_0x1c4209(0x161)]){if(_0x104e2e[_0x1c4209(0x111)](_0x104e2e[_0x1c4209(0x1ac)],_0x104e2e[_0x1c4209(0x176)]))return _0x16e44a;else _0x5db447=PerformanceTester['getPerformance']()['timerify'](_0x5db447);}const _0xb107bd=_0x5db447[_0x1c4209(0x147)](null,arguments);if(_0x104e2e['fCvbT'](_0xb107bd,Promise)){if(_0x104e2e[_0x1c4209(0x1cb)](_0x104e2e['MDWNW'],_0x104e2e[_0x1c4209(0x144)]))return _0xb107bd[_0x1c4209(0x159)](_0xb9ebb3=>processError(_0xb9ebb3,_0x71b18c,_0x578128));else try{const _0x312c84=(_0x5ce462[_0x1c4209(0x17b)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?_0x863104[_0x1c4209(0x1c2)]()['timerify'](_0x3e0b38):_0x296dc9)[_0x1c4209(0x174)](this,..._0x331153);if(_0x50d8cc[_0x1c4209(0x179)](_0x312c84,_0x585414))return _0x312c84['catch'](_0x176c34=>_0x321c9f(_0x176c34,_0x3bfb2a,_0x3f6fb1));return _0x312c84;}catch(_0x59507c){_0x50d8cc[_0x1c4209(0x104)](_0x3d5cfd,_0x59507c,_0x24549b,_0x468186);}}return _0xb107bd;}}catch(_0x480dd0){if(_0x104e2e[_0x1c4209(0x1cb)](_0x104e2e[_0x1c4209(0x14b)],_0x104e2e[_0x1c4209(0x14b)]))return _0x104e2e[_0x1c4209(0x134)](_0x41ad9f,_0x104e2e['ChuqB']);else _0x104e2e[_0x1c4209(0x163)](processError,_0x480dd0,_0x71b18c,_0x578128);}};},o11yClassErrorHandler=(_0x44f003,_0x2f4c5d)=>{const _0xd7ea16=a65_0x497b9c,_0x27e318={'yhmPW':function(_0x490751,_0xcc2f7c,_0x9c53ee,_0x46eab1){return _0x490751(_0xcc2f7c,_0x9c53ee,_0x46eab1);},'kmpAG':function(_0x51f2d5,_0x58a3e6){return _0x51f2d5(_0x58a3e6);},'IVWuU':function(_0x2555ce,_0x8deba1){return _0x2555ce===_0x8deba1;},'mLbVT':_0xd7ea16(0x19f),'oyBbN':_0xd7ea16(0x129),'bdPgj':_0xd7ea16(0x1a6),'FRBkR':_0xd7ea16(0x13e),'qRZul':function(_0x210ea0,_0x2d7946){return _0x210ea0 instanceof _0x2d7946;},'pRsss':function(_0x225e25,_0x570e56){return _0x225e25!==_0x570e56;},'vOsrY':_0xd7ea16(0x1b0),'lPmiG':_0xd7ea16(0x17a),'yJedy':function(_0x2e61c3,_0x5b656f){return _0x2e61c3(_0x5b656f);},'IcQNQ':function(_0x358e7a,_0x53b4ca){return _0x358e7a===_0x53b4ca;},'aohFa':'bvALO','KMNPT':function(_0x57505d,_0x328536){return _0x57505d!==_0x328536;},'aCWNC':_0xd7ea16(0x155),'KVkFo':_0xd7ea16(0x169),'YRTdn':'function','YtqNj':function(_0x4f85c3,_0x3057b5){return _0x4f85c3!==_0x3057b5;},'QAANK':_0xd7ea16(0x137),'eOPIR':_0xd7ea16(0x17f),'ZdgMZ':function(_0x3173c5,_0x124016){return _0x3173c5<_0x124016;},'qowWl':_0xd7ea16(0x162)},_0x48c1b5=_0x44f003[_0xd7ea16(0x1bc)];if(_0x27e318['ZdgMZ'](Object[_0xd7ea16(0x15b)](_0x48c1b5)['length'],0x2)){if(_0x27e318['IcQNQ'](_0x27e318[_0xd7ea16(0x167)],_0x27e318[_0xd7ea16(0x167)]))return _0x44f003;else _0x39f3aa=_0x586c81[_0xd7ea16(0x143)](_0x190279);}return Object['getOwnPropertyNames'](_0x48c1b5)[_0xd7ea16(0x1ba)](_0x5ccdd3=>{const _0x3d1127=_0xd7ea16,_0x193314={'xVHUq':function(_0x138786,_0x41d9d3){return _0x27e318['qRZul'](_0x138786,_0x41d9d3);},'bhiFj':function(_0x2d0079,_0x15d7ac){const _0x1c9d65=a65_0x1413;return _0x27e318[_0x1c9d65(0x12a)](_0x2d0079,_0x15d7ac);}};if(_0x27e318[_0x3d1127(0x145)](_0x27e318[_0x3d1127(0x17d)],_0x27e318[_0x3d1127(0x17d)])){if(!(_0x2f4c5d&&_0x2f4c5d[_0x3d1127(0x19d)](_0x5ccdd3))){if(_0x27e318['KMNPT'](_0x27e318['aCWNC'],_0x27e318[_0x3d1127(0x156)]))return;else{const _0x51677e={};_0x51677e[_0x3d1127(0x11a)]=_0xb2212,_0x51677e['accessKey']=_0xe5162b,this[_0x3d1127(0x118)]=_0x51677e,_0x3561da[_0x3d1127(0x17b)][_0x3d1127(0x1a4)]=_0x1b14c7[_0x3d1127(0x143)](this[_0x3d1127(0x118)]);}}const _0x5b65de=_0x48c1b5[_0x5ccdd3];_0x27e318['IVWuU'](typeof _0x5b65de,_0x27e318['YRTdn'])&&_0x27e318[_0x3d1127(0x120)](_0x5ccdd3,_0x27e318[_0x3d1127(0x13a)])&&(_0x27e318[_0x3d1127(0x17c)](_0x27e318[_0x3d1127(0x16f)],_0x27e318[_0x3d1127(0x16f)])?Object[_0x3d1127(0x1c4)](_0x48c1b5,_0x5ccdd3,{'writable':!![],'value':function(..._0x2934b5){const _0x35c001=_0x3d1127,_0x37bfdd={'dcJMO':function(_0x462a87,_0x586f7d,_0x4a04d8,_0x1f6d61){const _0xd77059=a65_0x1413;return _0x27e318[_0xd77059(0x185)](_0x462a87,_0x586f7d,_0x4a04d8,_0x1f6d61);},'cAEoz':function(_0x1db593,_0x24f8c0){const _0x551767=a65_0x1413;return _0x27e318[_0x551767(0x181)](_0x1db593,_0x24f8c0);},'OBMSm':function(_0x2d07ac,_0x30fb2f){const _0x4e3945=a65_0x1413;return _0x27e318[_0x4e3945(0x181)](_0x2d07ac,_0x30fb2f);}};if(_0x27e318[_0x35c001(0x17c)](_0x27e318['mLbVT'],_0x27e318[_0x35c001(0x114)])){const _0x377c74=(_0x371e20[_0x35c001(0x17b)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?_0x48d5f4[_0x35c001(0x1c2)]()[_0x35c001(0x115)](_0x3277df):_0x140fbf)[_0x35c001(0x174)](this,..._0xc6e329);if(_0x193314['xVHUq'](_0x377c74,_0x4c2e88))return _0x377c74[_0x35c001(0x159)](_0x461bd2=>_0x30ea70(_0x461bd2,_0x5967a2,_0x4a963f));return _0x377c74;}else try{if(_0x27e318[_0x35c001(0x17c)](_0x27e318[_0x35c001(0x19a)],_0x27e318[_0x35c001(0xfc)]))_0x37bfdd[_0x35c001(0x108)](_0x3f9386,_0x47fb07,_0x8cb91d,_0x355b8f);else{const _0x555203=(process['env'][_0x35c001(0x161)]?PerformanceTester[_0x35c001(0x1c2)]()['timerify'](_0x5b65de):_0x5b65de)[_0x35c001(0x174)](this,..._0x2934b5);if(_0x27e318[_0x35c001(0x19c)](_0x555203,Promise)){if(_0x27e318['pRsss'](_0x27e318['vOsrY'],_0x27e318[_0x35c001(0x15a)]))_0x37bfdd[_0x35c001(0x18b)](_0x25c35a,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x54091e[_0x35c001(0x143)](_0x3f57ba));else return _0x555203[_0x35c001(0x159)](_0x119e38=>processError(_0x119e38,_0x5b65de,_0x2934b5));}return _0x555203;}}catch(_0x475e5c){if(_0x27e318['pRsss'](_0x27e318[_0x35c001(0x13f)],_0x27e318[_0x35c001(0x13f)])){if(!this[_0x35c001(0x118)]&&_0x5ac778[_0x35c001(0x17b)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this['credentials']=_0x233807[_0x35c001(0x157)](_0x4deae0[_0x35c001(0x17b)][_0x35c001(0x1a4)]);}catch(_0x29da32){_0x37bfdd[_0x35c001(0x100)](_0x2fbc35,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x29da32[_0x35c001(0x1ab)]());}return this[_0x35c001(0x118)];}else _0x27e318[_0x35c001(0x185)](processError,_0x475e5c,_0x5b65de,_0x2934b5);}}}):(_0x27e318[_0x3d1127(0x12a)](_0xe0e72b,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x30dd81[_0x3d1127(0x1ab)]()),this['userConfig']={}));}else{_0x193314[_0x3d1127(0x12f)](_0x36d201,'Error\x20in\x20executing\x20'+_0xd8fc67[_0x3d1127(0x160)]+'\x20with\x20args\x20'+_0x4e3222+':\x20'+_0x4dedf7);let _0x2d127c;try{_0x2d127c=_0x1ef8ed[_0x3d1127(0x143)](_0x27ede6);}catch(_0x2eda7b){const _0x48fb7c={};_0x48fb7c[_0x3d1127(0x175)]=0x2,_0x2d127c=_0x355516[_0x3d1127(0x197)](_0x3403f7,_0x48fb7c);}_0x8f075c[_0x3d1127(0x1a5)](_0x3d1127(0x1b1)+_0x4ca2f4[_0x3d1127(0x160)]+_0x3d1127(0x153)+_0x2d127c+'\x20:\x20'+_0x1b25d7,_0x189231&&_0x38e361[_0x3d1127(0x14a)]);}}),_0x44f003;};function processError(_0x451016,_0x39503d,_0x41181e){const _0x5dfbd1=a65_0x497b9c,_0x1e844c={'ieQrw':function(_0x5540d7,_0xec7d8){return _0x5540d7(_0xec7d8);},'ZsWdY':function(_0x12fd7f,_0x2ee064){return _0x12fd7f!==_0x2ee064;},'JiCtN':_0x5dfbd1(0x136),'ixXkD':function(_0xa2de42,_0x7e953b){return _0xa2de42===_0x7e953b;},'pROvE':'gBPEZ'};_0x1e844c[_0x5dfbd1(0x103)](debug,_0x5dfbd1(0x1b1)+_0x39503d[_0x5dfbd1(0x160)]+'\x20with\x20args\x20'+_0x41181e+':\x20'+_0x451016);let _0x3ab0b8;try{if(_0x1e844c['ZsWdY'](_0x1e844c[_0x5dfbd1(0x199)],_0x1e844c['JiCtN'])){const _0x5d8e8b={};_0x5d8e8b[_0x5dfbd1(0x175)]=0x2,_0xba835a=_0x37b044[_0x5dfbd1(0x197)](_0x532c13,_0x5d8e8b);}else _0x3ab0b8=JSON['stringify'](_0x41181e);}catch(_0x533cde){if(_0x1e844c['ixXkD'](_0x1e844c[_0x5dfbd1(0x133)],_0x1e844c[_0x5dfbd1(0x133)])){const _0x27f6a4={};_0x27f6a4[_0x5dfbd1(0x175)]=0x2,_0x3ab0b8=util['inspect'](_0x41181e,_0x27f6a4);}else this[_0x5dfbd1(0x1bf)]=_0x2dcf3b[_0x5dfbd1(0x157)](_0x4bd1ce[_0x5dfbd1(0x17b)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}CrashReporter[_0x5dfbd1(0x1a5)](_0x5dfbd1(0x1b1)+_0x39503d['name']+_0x5dfbd1(0x153)+_0x3ab0b8+_0x5dfbd1(0x166)+_0x451016,_0x451016&&_0x451016['stack']);}function a65_0x1413(_0x1216f2,_0x4b803a){const _0x2e8813=a65_0x2e88();return a65_0x1413=function(_0x1413a9,_0xec75a2){_0x1413a9=_0x1413a9-0xfa;let _0x21b1db=_0x2e8813[_0x1413a9];return _0x21b1db;},a65_0x1413(_0x1216f2,_0x4b803a);}class CrashReporter{static [a65_0x497b9c(0x10d)]={};static [a65_0x497b9c(0x118)];static [a65_0x497b9c(0x1bf)]={};static[a65_0x497b9c(0x1d3)](_0x571fc3,_0x3edfcc,_0x45c2af=null){const _0x147bb8=a65_0x497b9c,_0x26241d={'ndzaz':function(_0x15ccc2,_0x3b318f){return _0x15ccc2(_0x3b318f);},'zAxao':function(_0x507153,_0x148681){return _0x507153(_0x148681);},'zYhcR':function(_0x201d1c,_0x228c96){return _0x201d1c(_0x228c96);},'grikW':function(_0x2777f4,_0x5bf144){return _0x2777f4(_0x5bf144);},'nuDmZ':_0x147bb8(0x1c5),'AmUNv':function(_0x36f38c){return _0x36f38c();},'akpzo':'/api/v1/analytics','pGKzd':_0x147bb8(0x1d0),'cKRPI':'true','jgfro':function(_0x5a0c41,_0x46332a,_0xb63a58,_0x5accfa,_0x91c158,_0x3e028c){return _0x5a0c41(_0x46332a,_0xb63a58,_0x5accfa,_0x91c158,_0x3e028c);},'QUbRN':_0x147bb8(0x195),'WSkNf':function(_0x5ebf72,_0x28f5f1){return _0x5ebf72!==_0x28f5f1;},'jVXRJ':_0x147bb8(0x140),'WxoIV':_0x147bb8(0x1a8),'vEREt':function(_0x3af501,_0x168979){return _0x3af501(_0x168979);},'zPrYC':function(_0x27f2f0,_0x5d253e){return _0x27f2f0===_0x5d253e;},'OUZZQ':_0x147bb8(0x1ce),'yWwbH':function(_0x178b3c,_0x5e869c){return _0x178b3c(_0x5e869c);}},_0x22f439=_0x571fc3[_0x147bb8(0x1cc)],_0x32ceab=_0x571fc3['frameworkVersion'];if(!_0x45c2af){if(_0x26241d[_0x147bb8(0x1a7)](_0x26241d[_0x147bb8(0x13c)],_0x26241d[_0x147bb8(0x18c)]))_0x45c2af=_0x26241d[_0x147bb8(0x121)](getBrowserStackConfig,_0x22f439);else{const _0x63a319=_0x5a6351[_0x147bb8(0x1cc)],_0x108901=_0x8d4619['frameworkVersion'];!_0x183538&&(_0x5b4d1f=_0x26241d[_0x147bb8(0x11d)](_0x29c442,_0x63a319));!_0x108901&&_0x26241d[_0x147bb8(0x1b6)](_0x2b1310,_0x63a319);const _0x3a21f2={};_0x3a21f2[_0x147bb8(0x1cc)]=_0x63a319,_0x3a21f2[_0x147bb8(0x171)]=_0x108901,this[_0x147bb8(0x116)](_0x3a21f2,_0x43147e,_0x26241d['zYhcR'](_0x4c3043,_0x246907));}}if(!_0x32ceab){if(_0x26241d[_0x147bb8(0x119)](_0x26241d[_0x147bb8(0x198)],_0x26241d[_0x147bb8(0x198)]))_0x26241d[_0x147bb8(0x142)](getFrameworkVersion,_0x22f439);else{const _0x268f7d={'GHlOF':function(_0x2f4e66,_0x480e86){const _0x1f4044=_0x147bb8;return _0x26241d[_0x1f4044(0x1a2)](_0x2f4e66,_0x480e86);}};this[_0x147bb8(0x1be)]();if(!this['credentials'])return _0x26241d[_0x147bb8(0x1b6)](_0x3c3492,_0x26241d[_0x147bb8(0x189)]);this[_0x147bb8(0x1ad)](),this[_0x147bb8(0x1c9)]();const _0x32f472={'hashed_id':_0x23be4a[_0x147bb8(0x17b)][_0x147bb8(0x12d)],'observability_version':{'sdkVersion':_0x26241d['AmUNv'](_0x13b326),'frameworkName':this[_0x147bb8(0x1bf)]['frameworkName'],'frameworkVersion':this[_0x147bb8(0x1bf)][_0x147bb8(0x171)]},'exception':{'error':_0x3017d7['toString'](),'stackTrace':_0x3f23e2},'config':this['userConfig']},_0x348e0b=_0x26241d['akpzo'],_0x3fd0ad={};_0x3fd0ad[_0x147bb8(0x11a)]=this[_0x147bb8(0x118)][_0x147bb8(0x11a)],_0x3fd0ad[_0x147bb8(0x12c)]=this[_0x147bb8(0x118)][_0x147bb8(0x127)];const _0x5dc183={};_0x5dc183[_0x147bb8(0x15f)]=_0x26241d['pGKzd'],_0x5dc183[_0x147bb8(0x102)]=_0x26241d[_0x147bb8(0x16e)];const _0xdb3b58={};_0xdb3b58[_0x147bb8(0x113)]=_0x3fd0ad,_0xdb3b58[_0x147bb8(0x11b)]=_0x5dc183;const _0x4b4e54=_0xdb3b58;_0x26241d['jgfro'](_0x173192,_0x26241d[_0x147bb8(0x196)],_0x348e0b,_0x32f472,_0x4b4e54,![])[_0x147bb8(0x188)](_0x3e0e13=>{const _0x1f838d=_0x147bb8;_0x26241d[_0x1f838d(0x14f)](_0x41a335,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x55454b['stringify'](_0x3e0e13));})[_0x147bb8(0x159)](_0x8515fa=>{const _0x1f26f2=_0x147bb8;_0x268f7d[_0x1f26f2(0x1c7)](_0x1bcad4,_0x1f26f2(0x16d)+_0x8515fa);});}}const _0x3802cf={};_0x3802cf[_0x147bb8(0x1cc)]=_0x22f439,_0x3802cf[_0x147bb8(0x171)]=_0x32ceab,this['setAllDetails'](_0x3802cf,_0x3edfcc,_0x26241d['zYhcR'](getUserCredentials,_0x45c2af));}static[a65_0x497b9c(0x186)](_0x20f6a2,_0x3e0393){const _0x51922e=a65_0x497b9c,_0x2d5704={};_0x2d5704[_0x51922e(0x11a)]=_0x20f6a2,_0x2d5704['accessKey']=_0x3e0393,this[_0x51922e(0x118)]=_0x2d5704,process[_0x51922e(0x17b)][_0x51922e(0x1a4)]=JSON[_0x51922e(0x143)](this[_0x51922e(0x118)]);}static[a65_0x497b9c(0x1be)](){const _0x49fbbd=a65_0x497b9c,_0x553f40={'xWOPG':function(_0x19df37,_0x184c4d){return _0x19df37(_0x184c4d);},'vghpD':function(_0xb040df,_0xb2a70a){return _0xb040df instanceof _0xb2a70a;},'WJxRC':function(_0x66c517,_0x557c6f){return _0x66c517===_0x557c6f;},'nsTtj':'qsbIC','kLQOY':_0x49fbbd(0x1b9),'rzwgj':function(_0x553fc3,_0x4ebab5){return _0x553fc3!==_0x4ebab5;},'FiBKJ':_0x49fbbd(0x187),'VkCyB':'gljao','UlXcz':function(_0x32eb04,_0x21fc80){return _0x32eb04!==_0x21fc80;},'BHsdv':_0x49fbbd(0x107),'enUfH':function(_0x5c7686,_0x56480d){return _0x5c7686(_0x56480d);}};if(!this[_0x49fbbd(0x118)]&&process[_0x49fbbd(0x17b)]['CREDENTIALS_FOR_CRASH_REPORTING']){if(_0x553f40[_0x49fbbd(0x18e)](_0x553f40[_0x49fbbd(0x1d2)],_0x553f40[_0x49fbbd(0x1d5)]))_0x553f40[_0x49fbbd(0x149)](_0x1f819a,_0x49fbbd(0x16d)+_0x4f17da);else try{if(_0x553f40[_0x49fbbd(0x177)](_0x553f40['FiBKJ'],_0x553f40[_0x49fbbd(0x150)]))this[_0x49fbbd(0x118)]=JSON[_0x49fbbd(0x157)](process[_0x49fbbd(0x17b)][_0x49fbbd(0x1a4)]);else{let _0x3a8325=_0x225a71;_0x32319e[_0x49fbbd(0x17b)][_0x49fbbd(0x161)]&&(_0x3a8325=_0x1dc907['getPerformance']()[_0x49fbbd(0x115)](_0x3a8325));const _0x21c215=_0x3a8325[_0x49fbbd(0x147)](null,arguments);if(_0x553f40[_0x49fbbd(0x1c3)](_0x21c215,_0x27fc9c))return _0x21c215[_0x49fbbd(0x159)](_0x2fd09b=>_0x403c1e(_0x2fd09b,_0x7e50ce,_0x27475f));return _0x21c215;}}catch(_0x1c2a5b){_0x553f40['UlXcz'](_0x553f40[_0x49fbbd(0x1c0)],_0x553f40['BHsdv'])?(this['userConfig']=this['filterPII'](_0x5c6f18),_0x437438[_0x49fbbd(0x17b)][_0x49fbbd(0x16b)]=_0x372791[_0x49fbbd(0x143)](this[_0x49fbbd(0x10d)])):_0x553f40['enUfH'](debug,_0x49fbbd(0xff)+_0x1c2a5b['toString']());}}return this[_0x49fbbd(0x118)];}static[a65_0x497b9c(0x1b3)](_0x199026){const _0xfcd668=a65_0x497b9c;this[_0xfcd668(0x10d)]=this['filterPII'](_0x199026),process[_0xfcd668(0x17b)][_0xfcd668(0x16b)]=JSON[_0xfcd668(0x143)](this['userConfig']);}static[a65_0x497b9c(0x1ad)](){const _0x18595c=a65_0x497b9c,_0x304ed2={'PdmXy':function(_0x171b14,_0x1c1e8e){return _0x171b14===_0x1c1e8e;},'ahCUu':function(_0x175f7a,_0x3cbd18){return _0x175f7a!==_0x3cbd18;},'MHNdN':_0x18595c(0x151),'gbKRi':'JanHw','bGrBh':function(_0x7d15eb,_0x4fe29c){return _0x7d15eb!==_0x4fe29c;},'axdZg':_0x18595c(0x18a),'pmYGv':_0x18595c(0x125),'gZAzm':_0x18595c(0x11e),'ToFkV':'Tgula','zBBzi':function(_0x3b63cd,_0x3d268a){return _0x3b63cd(_0x3d268a);}};if(_0x304ed2[_0x18595c(0x146)](Object[_0x18595c(0x132)](this[_0x18595c(0x10d)])['length'],0x0)&&process[_0x18595c(0x17b)][_0x18595c(0x16b)]){if(_0x304ed2[_0x18595c(0x1a9)](_0x304ed2[_0x18595c(0x128)],_0x304ed2[_0x18595c(0x1d1)]))try{if(_0x304ed2[_0x18595c(0x178)](_0x304ed2['axdZg'],_0x304ed2[_0x18595c(0x124)]))this[_0x18595c(0x10d)]=JSON[_0x18595c(0x157)](process[_0x18595c(0x17b)][_0x18595c(0x16b)]);else return _0x1dafc0[_0x18595c(0x159)](_0x137791=>_0x3978f0(_0x137791,_0x31aab0,_0x2784ce));}catch(_0x29eb7a){_0x304ed2[_0x18595c(0x146)](_0x304ed2[_0x18595c(0x130)],_0x304ed2[_0x18595c(0x17e)])?this[_0x18595c(0x118)]=_0x37dc21[_0x18595c(0x157)](_0x2d2a15['env'][_0x18595c(0x1a4)]):(_0x304ed2[_0x18595c(0x1b7)](debug,_0x18595c(0x1c1)+_0x29eb7a[_0x18595c(0x1ab)]()),this['userConfig']={});}else{const _0x15a3d6=_0x5b37c5[_0x18595c(0x157)](_0x2df83d[_0x18595c(0x143)](_0x4c8b65));return this[_0x18595c(0xfe)](_0x15a3d6),_0x15a3d6;}}return this[_0x18595c(0x10d)];}static[a65_0x497b9c(0x16a)](_0x4ad020){const _0x30943f=a65_0x497b9c;this[_0x30943f(0x1bf)]=_0x4ad020,process['env'][_0x30943f(0x14e)]=JSON[_0x30943f(0x143)](this[_0x30943f(0x1bf)]);}static[a65_0x497b9c(0x1c9)](){const _0x2313c0=a65_0x497b9c,_0x386e93={'jQidQ':function(_0x849251,_0x28f9a3){return _0x849251(_0x28f9a3);},'JSSEb':function(_0x4563ec,_0x558ee9){return _0x4563ec===_0x558ee9;},'qgjjR':function(_0x1d9629,_0x30dc56){return _0x1d9629!==_0x30dc56;},'MMTRu':_0x2313c0(0x139),'oGTWf':function(_0x43fe42,_0x55edd8){return _0x43fe42!==_0x55edd8;},'GlQoL':_0x2313c0(0x1bd),'iCGWC':function(_0x5f1a9f,_0x124680){return _0x5f1a9f!==_0x124680;},'bvoNT':_0x2313c0(0x1af)};if(_0x386e93[_0x2313c0(0x110)](Object['keys'](this['frameworkDetails'])[_0x2313c0(0x11c)],0x0)&&process[_0x2313c0(0x17b)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x386e93[_0x2313c0(0x1cf)](_0x386e93[_0x2313c0(0x1bb)],_0x386e93['MMTRu']))this[_0x2313c0(0xfe)](_0xb30bf2[_0x4a4c61]);else try{_0x386e93[_0x2313c0(0x165)](_0x386e93[_0x2313c0(0x19e)],_0x386e93['GlQoL'])?(_0x3fdbf8&&this[_0x2313c0(0x16a)](_0x8744b7),_0x358d72&&this[_0x2313c0(0x1b3)](_0x514621),_0x49f60b&&this[_0x2313c0(0x186)](_0x5b284f[_0x2313c0(0x11a)],_0x3e942a[_0x2313c0(0x127)])):this[_0x2313c0(0x1bf)]=JSON[_0x2313c0(0x157)](process[_0x2313c0(0x17b)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x3e7d14){if(_0x386e93['iCGWC'](_0x386e93[_0x2313c0(0x1b5)],_0x386e93['bvoNT']))try{this[_0x2313c0(0x1bf)]=_0x211b48[_0x2313c0(0x157)](_0x2048ad[_0x2313c0(0x17b)][_0x2313c0(0x14e)]);}catch(_0x2bf2dc){_0x386e93['jQidQ'](_0x152a29,_0x2313c0(0xff)+_0x2bf2dc['toString']());}else _0x386e93[_0x2313c0(0x1b2)](debug,_0x2313c0(0xff)+_0x3e7d14[_0x2313c0(0x1ab)]());}}return this[_0x2313c0(0x1bf)];}static['setAllDetails'](_0x204b0b,_0x13868c,_0x2b3002){const _0x110986=a65_0x497b9c;_0x204b0b&&this[_0x110986(0x16a)](_0x204b0b),_0x13868c&&this['setConfigDetails'](_0x13868c),_0x2b3002&&this[_0x110986(0x186)](_0x2b3002[_0x110986(0x11a)],_0x2b3002['accessKey']);}static async[a65_0x497b9c(0x1a5)](_0x2fe008,_0x143249){const _0x1229cf=a65_0x497b9c,_0x2be568={'xCgev':function(_0x5d9144,_0x2b05ae){return _0x5d9144(_0x2b05ae);},'FqCiB':function(_0x3a0f4c,_0x5b616c){return _0x3a0f4c!==_0x5b616c;},'wyadq':_0x1229cf(0x135),'MZKgc':_0x1229cf(0x117),'lswPL':function(_0x30222e,_0x3fc875){return _0x30222e(_0x3fc875);},'mmblA':_0x1229cf(0x180),'hTpiF':_0x1229cf(0x14d),'oOSWu':function(_0x11f3d5,_0x3f3049){return _0x11f3d5===_0x3f3049;},'HcnNb':_0x1229cf(0x172),'hJKkE':_0x1229cf(0x105),'ftXvl':function(_0x5cda35,_0x17a6cc){return _0x5cda35(_0x17a6cc);},'jBnXq':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','BovzM':function(_0x20f6a1){return _0x20f6a1();},'bQqmm':'/api/v1/analytics','qfilg':_0x1229cf(0x1d0),'MxZCM':'true','DNElw':function(_0x3e8558,_0x5dc4f7,_0x18fe68,_0xd6444d,_0x4ea4e0,_0x37bc13){return _0x3e8558(_0x5dc4f7,_0x18fe68,_0xd6444d,_0x4ea4e0,_0x37bc13);},'GVBYg':_0x1229cf(0x195)};this['getCredentials']();if(!this['credentials']){if(_0x2be568[_0x1229cf(0x10f)](_0x2be568[_0x1229cf(0x194)],_0x2be568[_0x1229cf(0xfb)]))try{this['userConfig']=_0x543d0a['parse'](_0x5efb1b[_0x1229cf(0x17b)][_0x1229cf(0x16b)]);}catch(_0x3e4a0d){_0x2be568[_0x1229cf(0x18f)](_0x1d5e2f,_0x1229cf(0x1c1)+_0x3e4a0d[_0x1229cf(0x1ab)]()),this[_0x1229cf(0x10d)]={};}else return _0x2be568['ftXvl'](debug,_0x2be568['jBnXq']);}this['getConfig'](),this[_0x1229cf(0x1c9)]();const _0x2deb8c={'hashed_id':process[_0x1229cf(0x17b)][_0x1229cf(0x12d)],'observability_version':{'sdkVersion':_0x2be568[_0x1229cf(0x191)](getAgentVersion),'frameworkName':this[_0x1229cf(0x1bf)][_0x1229cf(0x1cc)],'frameworkVersion':this['frameworkDetails'][_0x1229cf(0x171)]},'exception':{'error':_0x2fe008['toString'](),'stackTrace':_0x143249},'config':this[_0x1229cf(0x10d)]},_0x4cb8d0=_0x2be568['bQqmm'],_0xd75b2c={};_0xd75b2c[_0x1229cf(0x11a)]=this[_0x1229cf(0x118)][_0x1229cf(0x11a)],_0xd75b2c['password']=this[_0x1229cf(0x118)][_0x1229cf(0x127)];const _0x245b29={};_0x245b29[_0x1229cf(0x15f)]=_0x2be568[_0x1229cf(0x182)],_0x245b29[_0x1229cf(0x102)]=_0x2be568[_0x1229cf(0x173)];const _0x1ec8cc={};_0x1ec8cc[_0x1229cf(0x113)]=_0xd75b2c,_0x1ec8cc['headers']=_0x245b29;const _0x71d021=_0x1ec8cc;_0x2be568['DNElw'](nodeRequest,_0x2be568[_0x1229cf(0x1d8)],_0x4cb8d0,_0x2deb8c,_0x71d021,![])[_0x1229cf(0x188)](_0x43027c=>{const _0x11ff22=_0x1229cf;if(_0x2be568[_0x11ff22(0x138)](_0x2be568[_0x11ff22(0x10e)],_0x2be568[_0x11ff22(0x1a1)]))_0x2be568['xCgev'](debug,_0x11ff22(0x152)+JSON[_0x11ff22(0x143)](_0x43027c));else return _0x32acdc['catch'](_0x4981fa=>_0x2dafa4(_0x4981fa,_0x76f6,_0x3907ab));})[_0x1229cf(0x159)](_0x366a70=>{const _0x11f351=_0x1229cf,_0x6036f5={'srbdD':function(_0x380bfe,_0x4d5308){const _0x1cc720=a65_0x1413;return _0x2be568[_0x1cc720(0x192)](_0x380bfe,_0x4d5308);}};_0x2be568[_0x11f351(0x138)](_0x2be568['mmblA'],_0x2be568[_0x11f351(0x193)])?_0x2be568[_0x11f351(0x192)](debug,_0x11f351(0x16d)+_0x366a70):_0x6036f5['srbdD'](_0x352578,_0x11f351(0xff)+_0x2735fb[_0x11f351(0x1ab)]());});}static[a65_0x497b9c(0xfe)](_0x13d498){const _0xd26b46=a65_0x497b9c,_0x1cbb6f={'qpPAM':function(_0x305026,_0x588c08){return _0x305026(_0x588c08);},'PCIMq':function(_0x45a792,_0x247803,_0x5303b3,_0x39862d){return _0x45a792(_0x247803,_0x5303b3,_0x39862d);},'UHwBb':function(_0x3e5dae,_0x2eb913){return _0x3e5dae!==_0x2eb913;},'VdIrv':_0xd26b46(0x16c),'aJgwj':_0xd26b46(0x123),'ySmGK':_0xd26b46(0x11a),'dNYSO':_0xd26b46(0x14c),'mlknn':_0xd26b46(0x127),'xmNpJ':'password','nJDgb':function(_0x3e8b59,_0x5aebcf){return _0x3e8b59===_0x5aebcf;},'SwGlY':'DXMUS','PBgTF':function(_0xe3c609,_0x4677da){return _0xe3c609===_0x4677da;},'wubwi':_0xd26b46(0x101),'dyisu':'VyFvL','tXdIv':_0xd26b46(0x15e),'WTvWP':function(_0x3a8be3,_0x34c3b0){return _0x3a8be3===_0x34c3b0;},'wUrJt':'jjcKP','UuEsG':'kQHGz'};if(!_0x13d498){if(_0x1cbb6f[_0xd26b46(0x1d6)](_0x1cbb6f[_0xd26b46(0x154)],_0x1cbb6f[_0xd26b46(0x154)]))this[_0xd26b46(0x10d)]=_0x398de4[_0xd26b46(0x157)](_0x469b60[_0xd26b46(0x17b)]['USER_CONFIG_FOR_REPORTING']);else return;}const _0x469761=[_0x1cbb6f['aJgwj'],_0x1cbb6f['ySmGK'],_0x1cbb6f['dNYSO'],_0x1cbb6f[_0xd26b46(0x12e)],_0x1cbb6f[_0xd26b46(0x10b)]];for(const _0x22a343 in _0x13d498){if(_0x1cbb6f[_0xd26b46(0x1a0)](_0x1cbb6f[_0xd26b46(0x122)],_0x1cbb6f[_0xd26b46(0x122)])){if(_0x469761[_0xd26b46(0x19d)](_0x22a343['toLowerCase']()))_0x1cbb6f['PBgTF'](_0x1cbb6f[_0xd26b46(0x1ca)],_0x1cbb6f['dyisu'])?_0x1cbb6f[_0xd26b46(0x13b)](_0x151de1,_0x16a557):delete _0x13d498[_0x22a343];else _0x1cbb6f[_0xd26b46(0x1a0)](typeof _0x13d498[_0x22a343],_0x1cbb6f['tXdIv'])&&(_0x1cbb6f[_0xd26b46(0x18d)](_0x1cbb6f[_0xd26b46(0x148)],_0x1cbb6f[_0xd26b46(0x131)])?_0x1cbb6f[_0xd26b46(0x1a3)](_0x15ac1f,_0x85c37b,_0x5f1377,_0x3ce1c4):this[_0xd26b46(0xfe)](_0x13d498[_0x22a343]));}else _0x2f0c89=_0x493ba2[_0xd26b46(0x1c2)]()[_0xd26b46(0x115)](_0x16a2e2);}}static[a65_0x497b9c(0x158)](_0x3d2860){const _0x2850ce=a65_0x497b9c,_0x891d3d=JSON[_0x2850ce(0x157)](JSON[_0x2850ce(0x143)](_0x3d2860));return this[_0x2850ce(0xfe)](_0x891d3d),_0x891d3d;}}const a65_0x28691a={};a65_0x28691a[a65_0x497b9c(0xfa)]=o11yErrorHandler,a65_0x28691a[a65_0x497b9c(0x126)]=o11yClassErrorHandler,a65_0x28691a[a65_0x497b9c(0x184)]=CrashReporter,module[a65_0x497b9c(0x11f)]=a65_0x28691a;
@@ -1 +1 @@
1
- function a66_0x4f35(_0x1c52f1,_0x4e35bf){const _0xebf101=a66_0xebf1();return a66_0x4f35=function(_0x4f3578,_0x362126){_0x4f3578=_0x4f3578-0xa3;let _0x2400de=_0xebf101[_0x4f3578];return _0x2400de;},a66_0x4f35(_0x1c52f1,_0x4e35bf);}const a66_0x2b0b0f=a66_0x4f35;function a66_0xebf1(){const _0x5b6e9c=['AxGMd','9GObDzd','cIGlD','performance-report.json','iSTpn','entryTypes','ORruy','AbArX','RIUeo','3681117FuGwUG','QXLib','7jkYHqD','forEach','Snojd','gfqoa','HVVtz','xiYeA','xGCLs','zvSlr','startMonitoring','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','YqGxl','length','_observer','join','Aoxzl','oIIAd','2668112MQouJY','perf_hooks','DAZUZ','SmFDi','_events','14169470PAgkYJ','performance-own.html','JkZuJ','<h1>Performance\x20Report</h1>','bLGkk','lZXWS','fozrb','4936136KSuCUG','siNRW','<tr><td>','name','DFCHw','XHZZz','map','getEntries','</td><td>','oyqbV','</td></tr>','pbazG','mJaNx','AeeOF','reduce','QNhyc','ChrIe','upgTz','calculateTimeFromEvents','dqJKQ','SIStv','Vrodp','observe','toString','ztSGR','CHaWr','writeFileSync','IBtKU','wCpPg','getPerformance','UYuJO','10jwFzxx','aAJcM','./utils','readFileSync','fPVmD','wCsst','aZtpn','calculateTimesFromMultipleFiles','YgFzW','buffered','stringify','parse','Gaiwl','LzACA','mhxcL','ixKOx','push','obLNC','PIbad','Error\x20in\x20doing\x20csv\x20operations:\x20','wzGor','started','rhkjB','pmFUS','bAMQa','eyxUa','Performance\x20report\x20is\x20at\x20','dvjab','FRYxc','ztYMu','MBDsi','OVtKS','ggkFn','function','KVxvo','duration','cwd','gVTOh','getEventsFromJSON','zSyhN','4JIxNQz','JSIOY','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','generateJSON','RyHgS','Usdni','path','VKXzL','HdbMt','vVnWp','guYUb','jsonReportFileName','nAxhF','WAGfD','DKhqL','CPBYW','Time\x20for\x20','4515000CoArOx','IXISm','qiGgx','vrZwi','</tbody></table></body></html>','QtfQu','CzgIa','izpyz','2605287WZPwGr','qoTjw','stopAndGenerate','Error\x20in\x20writing\x20html\x20','hoycC','172199pZCKrh','YzGId','entries','SRXze','exports','generateHTMLReport','uYSym','dPtwt','existsSync','QSENP','DmmXh'];a66_0xebf1=function(){return _0x5b6e9c;};return a66_0xebf1();}(function(_0x27b6c7,_0x1ceafe){const _0x355fc6=a66_0x4f35,_0x36b293=_0x27b6c7();while(!![]){try{const _0x48b051=parseInt(_0x355fc6(0xdd))/0x1*(parseInt(_0x355fc6(0xbf))/0x2)+parseInt(_0x355fc6(0xd8))/0x3+parseInt(_0x355fc6(0x103))/0x4*(-parseInt(_0x355fc6(0x12e))/0x5)+-parseInt(_0x355fc6(0xd0))/0x6+-parseInt(_0x355fc6(0xf3))/0x7*(-parseInt(_0x355fc6(0x10f))/0x8)+-parseInt(_0x355fc6(0xe9))/0x9*(-parseInt(_0x355fc6(0x108))/0xa)+-parseInt(_0x355fc6(0xf1))/0xb;if(_0x48b051===_0x1ceafe)break;else _0x36b293['push'](_0x36b293['shift']());}catch(_0x3f5a51){_0x36b293['push'](_0x36b293['shift']());}}}(a66_0xebf1,0xc98f4));const fs=require('fs'),{performance,PerformanceObserver}=require(a66_0x2b0b0f(0x104)),{sleep,debug}=require(a66_0x2b0b0f(0x130)),path=require(a66_0x2b0b0f(0xc5));class PerformanceTester{static [a66_0x2b0b0f(0xff)];static ['_events']=[];static ['started']=![];static[a66_0x2b0b0f(0xfb)](_0x2bc83c=a66_0x2b0b0f(0xeb)){const _0x111bb5=a66_0x2b0b0f,_0x28f724={};_0x28f724['bvQdH']=function(_0xf5372b,_0x4d7cb5){return _0xf5372b+_0x4d7cb5;},_0x28f724['EFMca']=function(_0x27391c,_0x5866be){return _0x27391c||_0x5866be;},_0x28f724[_0x111bb5(0xd1)]=function(_0x3143ec,_0x2e0f81){return _0x3143ec!==_0x2e0f81;},_0x28f724[_0x111bb5(0xf7)]=_0x111bb5(0xdc),_0x28f724[_0x111bb5(0xd7)]=function(_0xa46fcd,_0x123150){return _0xa46fcd===_0x123150;},_0x28f724['ztSGR']=_0x111bb5(0x12a),_0x28f724[_0x111bb5(0xee)]=_0x111bb5(0xb8);const _0x1538b1=_0x28f724;this[_0x111bb5(0xff)]=new PerformanceObserver(_0x1d0c5a=>{const _0xf8d0e8=_0x111bb5,_0x1e5f4a={'bAMQa':function(_0x22a4fc,_0x4500f7){const _0x6d1cdf=a66_0x4f35;return _0x1538b1[_0x6d1cdf(0xd1)](_0x22a4fc,_0x4500f7);},'rhkjB':_0x1538b1[_0xf8d0e8(0xf7)]};if(_0x1538b1['izpyz'](_0x1538b1[_0xf8d0e8(0x127)],_0x1538b1[_0xf8d0e8(0x127)]))_0x1d0c5a[_0xf8d0e8(0x116)]()[_0xf8d0e8(0xf4)](_0x13fec4=>{const _0x24a6de=_0xf8d0e8;if(_0x1e5f4a[_0x24a6de(0xaf)](_0x1e5f4a[_0x24a6de(0xad)],_0x1e5f4a[_0x24a6de(0xad)]))return 0x0;else this[_0x24a6de(0x107)][_0x24a6de(0xa7)](_0x13fec4);});else return _0x1538b1['bvQdH'](_0x2ee976[_0x27b4c5],_0x1538b1['EFMca'](_0x4d4e0f,0x0));});const _0x3750c0={};_0x3750c0[_0x111bb5(0x137)]=!![],_0x3750c0['entryTypes']=[_0x1538b1[_0x111bb5(0xee)]],this[_0x111bb5(0xff)]['observe'](_0x3750c0),this['started']=!![],this[_0x111bb5(0xca)]=_0x2bc83c;}static[a66_0x2b0b0f(0x12c)](){return performance;}static['calculateTimeFromEvents'](_0x15de38,_0x103199){const _0x244615=a66_0x2b0b0f,_0x34fac1={'ChrIe':_0x244615(0xfc),'nAxhF':_0x244615(0x10b),'DAZUZ':_0x244615(0xc1),'gHPLW':_0x244615(0xd4),'dqJKQ':function(_0x30c153,_0x43dc5e){return _0x30c153(_0x43dc5e);},'AxGMd':function(_0x2b1f53,_0x232799){return _0x2b1f53(_0x232799);},'vVnWp':function(_0x5d827f,_0x3a8abe){return _0x5d827f!==_0x3a8abe;},'obLNC':_0x244615(0xef),'UYuJO':'uIXSy','YqGxl':_0x244615(0x110),'PIbad':_0x244615(0xe4),'DmmXh':function(_0xc299c8,_0x2850c4){return _0xc299c8+_0x2850c4;},'SIStv':function(_0x541a3d,_0x55572f){return _0x541a3d||_0x55572f;},'wCsst':function(_0x54c0e8,_0x4fe931){return _0x54c0e8===_0x4fe931;},'QtfQu':_0x244615(0xde),'WxsQf':_0x244615(0x101)},_0x333930={};if(!_0x15de38||_0x34fac1[_0x244615(0x133)](_0x15de38[_0x244615(0xfe)],0x0)){if(_0x34fac1['vVnWp'](_0x34fac1[_0x244615(0xd5)],_0x34fac1['WxsQf']))return;else{let _0x486619=_0x34fac1[_0x244615(0x11f)];return _0x486619+=_0x34fac1[_0x244615(0xcb)],_0x486619+=_0x34fac1[_0x244615(0x105)],_0x380222[_0x244615(0xf4)](_0x501f5d=>{const _0x4cfae6=_0x244615;_0x486619+=_0x4cfae6(0x111)+_0x501f5d['name']+_0x4cfae6(0x117)+_0x501f5d[_0x4cfae6(0xba)]+_0x4cfae6(0x119);}),_0x486619+=_0x34fac1['gHPLW'],_0x486619;}}_0x15de38[_0x244615(0x115)](_0x1de7c5=>{const _0x24f4c3=_0x244615,_0x2a8eb7={'mhxcL':function(_0x22e5c6,_0x1a5cee){const _0x7bf85a=a66_0x4f35;return _0x34fac1[_0x7bf85a(0x122)](_0x22e5c6,_0x1a5cee);},'zSyhN':function(_0x20ee69,_0x466739){const _0x2ddf08=a66_0x4f35;return _0x34fac1[_0x2ddf08(0xe8)](_0x20ee69,_0x466739);}};if(_0x34fac1['vVnWp'](_0x34fac1[_0x24f4c3(0xa8)],_0x34fac1[_0x24f4c3(0x12d)])){if(!_0x333930[_0x1de7c5[_0x24f4c3(0x112)]]){if(_0x34fac1[_0x24f4c3(0xc8)](_0x34fac1[_0x24f4c3(0xfd)],_0x34fac1['YqGxl'])){if(_0x7c64da){_0x2a8eb7[_0x24f4c3(0xa5)](_0x360b6d,_0x24f4c3(0xdb)+_0x2fdb6d[_0x24f4c3(0x126)]());return;}_0x2a8eb7[_0x24f4c3(0xbe)](_0x8a9f0c,_0x24f4c3(0xb1)+_0x24155d);}else _0x333930[_0x1de7c5[_0x24f4c3(0x112)]]=0x0;}_0x333930[_0x1de7c5[_0x24f4c3(0x112)]]+=_0x1de7c5[_0x24f4c3(0xba)];}else return;});const _0x1e7171=_0x103199['reduce']((_0xcf4aa,_0x1084b5)=>{const _0x25eb73=_0x244615;if(_0x34fac1[_0x25eb73(0xc8)](_0x34fac1[_0x25eb73(0xa9)],_0x34fac1[_0x25eb73(0xa9)]))_0x3202ae[_0x5743b8[_0x25eb73(0x112)]]=0x0;else return _0x34fac1[_0x25eb73(0xe7)](_0x333930[_0x1084b5],_0x34fac1[_0x25eb73(0x123)](_0xcf4aa,0x0));},0x0);return _0x1e7171;}static async[a66_0x2b0b0f(0x135)](_0x15d3c8,_0x535347){const _0x10ef4c=a66_0x2b0b0f,_0x493096={'ggkFn':function(_0x388720,_0x500d63){return _0x388720!==_0x500d63;},'RIUeo':_0x10ef4c(0xb4),'CHaWr':function(_0x49c213,_0x845df1){return _0x49c213===_0x845df1;},'guYUb':_0x10ef4c(0xcd),'oyqbV':function(_0x294d3d,_0x4d86b1){return _0x294d3d===_0x4d86b1;},'wzGor':_0x10ef4c(0xf5),'Vwuvd':function(_0x5ba7fa,_0x5ff923){return _0x5ba7fa+_0x5ff923;},'CzgIa':function(_0x1d348a,_0x335340){return _0x1d348a||_0x335340;},'cIGlD':function(_0x1be095,_0x39dcc1){return _0x1be095!==_0x39dcc1;},'iSTpn':_0x10ef4c(0x134),'SRXze':function(_0x3ceffc,_0x524678){return _0x3ceffc!==_0x524678;},'aAJcM':_0x10ef4c(0x132),'fozrb':_0x10ef4c(0xc3),'xGCLs':'eMDhX','yHQLo':_0x10ef4c(0x10a),'gbjlT':_0x10ef4c(0x12b),'zvSlr':function(_0x2b755b,_0x5b7e16){return _0x2b755b(_0x5b7e16);}};if(!_0x15d3c8||_0x493096[_0x10ef4c(0x118)](_0x15d3c8['length'],0x0)){if(_0x493096[_0x10ef4c(0xea)](_0x493096[_0x10ef4c(0xec)],_0x493096[_0x10ef4c(0xec)])){const _0x52d0e0=this['getEventsFromJSON'](_0xaeaef9);_0x52d0e0['map'](_0x27eda7=>{const _0x36b3a3=_0x10ef4c;!_0x3c9a84[_0x27eda7['name']]&&(_0x50644f[_0x27eda7[_0x36b3a3(0x112)]]=0x0),_0x4b339b[_0x27eda7[_0x36b3a3(0x112)]]+=_0x27eda7[_0x36b3a3(0xba)];});}else return 0x0;}const _0x2aa58c=[];for(const _0x4e7ade of _0x15d3c8){if(_0x493096['SRXze'](_0x493096[_0x10ef4c(0x12f)],_0x493096[_0x10ef4c(0x12f)]))return;else{const _0x49febb=path['join']('.',_0x4e7ade);try{if(_0x493096[_0x10ef4c(0x118)](_0x493096[_0x10ef4c(0x10e)],_0x493096[_0x10ef4c(0xf9)]))!_0x272fc4[_0x265487[_0x10ef4c(0x112)]]&&(_0x10f958[_0x2bd3b7[_0x10ef4c(0x112)]]=0x0),_0x48eedb[_0x43c9e5[_0x10ef4c(0x112)]]+=_0x4f4870[_0x10ef4c(0xba)];else{const _0x16a3c7=this[_0x10ef4c(0xbd)](_0x49febb);_0x16a3c7[_0x10ef4c(0x115)](_0x256525=>{const _0x5ef920=_0x10ef4c;if(_0x493096[_0x5ef920(0xb7)](_0x493096[_0x5ef920(0xf0)],_0x493096[_0x5ef920(0xf0)]))this['_events'][_0x5ef920(0xa7)](_0x5de646);else{if(!_0x2aa58c[_0x256525['name']]){if(_0x493096[_0x5ef920(0x128)](_0x493096[_0x5ef920(0xc9)],_0x493096[_0x5ef920(0xc9)]))_0x2aa58c[_0x256525[_0x5ef920(0x112)]]=0x0;else{if(!_0x4984ee[_0x5ef920(0xe5)](_0x2d2298))return[];return _0x4cf7c8['parse'](_0x1381d7[_0x5ef920(0x131)](_0x569412)[_0x5ef920(0x126)]());}}_0x2aa58c[_0x256525['name']]+=_0x256525[_0x5ef920(0xba)];}});}}catch(_0x353152){_0x493096[_0x10ef4c(0xe0)](_0x493096['yHQLo'],_0x493096['gbjlT'])?_0x493096[_0x10ef4c(0xfa)](debug,_0x10ef4c(0xaa)+_0x353152[_0x10ef4c(0x126)]()):_0x341100['getEntries']()['forEach'](_0x15047c=>{const _0x176db9=_0x10ef4c;this[_0x176db9(0x107)][_0x176db9(0xa7)](_0x15047c);});}}}const _0x11e10c=_0x535347[_0x10ef4c(0x11d)]((_0x5c2246,_0xf373ba)=>{const _0x1be325=_0x10ef4c;return _0x493096[_0x1be325(0x118)](_0x493096[_0x1be325(0xab)],_0x493096['wzGor'])?_0x493096['Vwuvd'](_0x2aa58c[_0xf373ba],_0x493096[_0x1be325(0xd6)](_0x5c2246,0x0)):[];},0x0);return _0x493096[_0x10ef4c(0xfa)](debug,_0x10ef4c(0xcf)+_0x535347+'\x20for\x20all\x20processes\x20is\x20'+_0x11e10c),_0x11e10c;}static[a66_0x2b0b0f(0xbd)](_0xcc6288){const _0x5a9be2=a66_0x2b0b0f,_0xd4ec8d={};_0xd4ec8d[_0x5a9be2(0xc0)]=_0x5a9be2(0xb8),_0xd4ec8d['ixKOx']=function(_0x37efb5,_0x30d178){return _0x37efb5!==_0x30d178;},_0xd4ec8d[_0x5a9be2(0xce)]=_0x5a9be2(0xd3);const _0x1187da=_0xd4ec8d;if(!fs['existsSync'](_0xcc6288)){if(_0x1187da[_0x5a9be2(0xa6)](_0x1187da[_0x5a9be2(0xce)],_0x1187da[_0x5a9be2(0xce)])){this[_0x5a9be2(0xff)]=new _0x1234c6(_0xc7640d=>{const _0x51e25c=_0x5a9be2;_0xc7640d[_0x51e25c(0x116)]()[_0x51e25c(0xf4)](_0x3e67c8=>{const _0x16e8dc=_0x51e25c;this[_0x16e8dc(0x107)][_0x16e8dc(0xa7)](_0x3e67c8);});});const _0x4c18d2={};_0x4c18d2[_0x5a9be2(0x137)]=!![],_0x4c18d2[_0x5a9be2(0xed)]=[_0x1187da[_0x5a9be2(0xc0)]],this['_observer'][_0x5a9be2(0x125)](_0x4c18d2),this[_0x5a9be2(0xac)]=!![],this[_0x5a9be2(0xca)]=_0x1c0747;}else return[];}return JSON[_0x5a9be2(0x139)](fs[_0x5a9be2(0x131)](_0xcc6288)[_0x5a9be2(0x126)]());}static async[a66_0x2b0b0f(0xda)](_0x69b7f9=a66_0x2b0b0f(0x109),_0x320d5e=null){const _0xdc99d7=a66_0x2b0b0f,_0x12e8da={'HdbMt':function(_0x2942fb,_0x268e04){return _0x2942fb!==_0x268e04;},'OVtKS':_0xdc99d7(0x124),'dvjab':'QYZkR','upgTz':function(_0x8a7820,_0x37a9b6){return _0x8a7820===_0x37a9b6;},'FRYxc':_0xdc99d7(0xf6),'bLGkk':_0xdc99d7(0x11e),'WAGfD':function(_0x36a0a9,_0x3e766a){return _0x36a0a9(_0x3e766a);},'lhVYX':_0xdc99d7(0xa4),'SmFDi':function(_0xc813ff,_0x4c0900){return _0xc813ff!==_0x4c0900;},'mRfPH':'sbjzZ','KVxvo':_0xdc99d7(0xe3)};if(!this['started']){if(_0x12e8da[_0xdc99d7(0xc7)](_0x12e8da['lhVYX'],_0x12e8da['lhVYX']))_0x589d49[_0x4344a6['name']]=0x0;else return;}await _0x12e8da[_0xdc99d7(0xcc)](sleep,0x1e),this[_0xdc99d7(0xff)]['disconnect'](),this[_0xdc99d7(0xac)]=![],this['generateJSON'](this[_0xdc99d7(0x107)]);const _0x55e382=this[_0xdc99d7(0xe2)](this[_0xdc99d7(0x107)]),_0xf41ca=path[_0xdc99d7(0x100)](process[_0xdc99d7(0xbb)](),_0x69b7f9);fs['writeFile'](_0xf41ca,_0x55e382,_0x33dbee=>{const _0x3ac3da=_0xdc99d7;if(_0x12e8da['HdbMt'](_0x12e8da[_0x3ac3da(0xb6)],_0x12e8da[_0x3ac3da(0xb2)])){if(_0x33dbee){if(_0x12e8da[_0x3ac3da(0x120)](_0x12e8da[_0x3ac3da(0xb3)],_0x12e8da[_0x3ac3da(0x10c)]))_0x41926d+='<tr><td>'+_0x43dc4a['name']+_0x3ac3da(0x117)+_0x280175['duration']+'</td></tr>';else{_0x12e8da['WAGfD'](debug,_0x3ac3da(0xdb)+_0x33dbee[_0x3ac3da(0x126)]());return;}}_0x12e8da[_0x3ac3da(0xcc)](debug,_0x3ac3da(0xb1)+_0xf41ca);}else _0x57bf59[_0x2f146e[_0x3ac3da(0x112)]]=0x0;});if(_0x320d5e){if(_0x12e8da[_0xdc99d7(0x106)](_0x12e8da['mRfPH'],_0x12e8da[_0xdc99d7(0xb9)]))return this[_0xdc99d7(0x121)](this['_events'],_0x320d5e);else{_0x12e8da['WAGfD'](_0x267fb8,_0xdc99d7(0xdb)+_0x5521b5[_0xdc99d7(0x126)]());return;}}}static[a66_0x2b0b0f(0xe2)](_0x230125){const _0x9b993c=a66_0x2b0b0f,_0x3b8ed1={};_0x3b8ed1[_0x9b993c(0x11a)]=function(_0x523576,_0x5b882f){return _0x523576+_0x5b882f;},_0x3b8ed1['AeeOF']=function(_0xfa80a7,_0x5b8087){return _0xfa80a7||_0x5b8087;},_0x3b8ed1[_0x9b993c(0xf2)]=function(_0x4d78e4,_0x167c38){return _0x4d78e4!==_0x167c38;},_0x3b8ed1[_0x9b993c(0xe6)]=_0x9b993c(0xbc),_0x3b8ed1[_0x9b993c(0xa3)]='VFFtN',_0x3b8ed1['mJaNx']=_0x9b993c(0xfc),_0x3b8ed1[_0x9b993c(0xb5)]=_0x9b993c(0x10b),_0x3b8ed1[_0x9b993c(0xd9)]=_0x9b993c(0xc1),_0x3b8ed1['DHBoV']=_0x9b993c(0xd4);const _0x42b2c4=_0x3b8ed1;let _0x338c2f=_0x42b2c4[_0x9b993c(0x11b)];return _0x338c2f+=_0x42b2c4['MBDsi'],_0x338c2f+=_0x42b2c4['qoTjw'],_0x230125[_0x9b993c(0xf4)](_0x387414=>{const _0x93e985=_0x9b993c,_0x4dc01f={'VKXzL':function(_0x3a1c1a,_0x443f7e){const _0x403441=a66_0x4f35;return _0x42b2c4[_0x403441(0x11a)](_0x3a1c1a,_0x443f7e);},'oIIAd':function(_0x3da5cf,_0x5a2faf){const _0x42ba76=a66_0x4f35;return _0x42b2c4[_0x42ba76(0x11c)](_0x3da5cf,_0x5a2faf);}};if(_0x42b2c4[_0x93e985(0xf2)](_0x42b2c4['QSENP'],_0x42b2c4['Gaiwl']))_0x338c2f+=_0x93e985(0x111)+_0x387414[_0x93e985(0x112)]+'</td><td>'+_0x387414['duration']+_0x93e985(0x119);else return _0x4dc01f[_0x93e985(0xc6)](_0x26e6a3[_0x25469e],_0x4dc01f[_0x93e985(0x102)](_0x2d6870,0x0));}),_0x338c2f+=_0x42b2c4['DHBoV'],_0x338c2f;}static[a66_0x2b0b0f(0xc2)](_0x1be048){const _0x2c7a44=a66_0x2b0b0f,_0x16247b={};_0x16247b['DFCHw']=function(_0x5f0435,_0x3d5428){return _0x5f0435===_0x3d5428;},_0x16247b[_0x2c7a44(0xc4)]=_0x2c7a44(0xf8),_0x16247b[_0x2c7a44(0xae)]=function(_0x39f1a7,_0x25de28){return _0x39f1a7!==_0x25de28;},_0x16247b[_0x2c7a44(0x136)]=_0x2c7a44(0xd2),_0x16247b[_0x2c7a44(0x114)]=function(_0x1005b8,_0x14264c){return _0x1005b8!==_0x14264c;},_0x16247b[_0x2c7a44(0x10d)]=_0x2c7a44(0xb0);const _0x4ad597=_0x16247b,_0x11182f={};_0x1be048[_0x2c7a44(0x115)](_0x43c9c9=>{const _0x13b72e=_0x2c7a44;if(_0x4ad597[_0x13b72e(0x113)](_0x4ad597[_0x13b72e(0xc4)],_0x4ad597[_0x13b72e(0xc4)])){if(!_0x11182f[_0x43c9c9[_0x13b72e(0x112)]]){if(_0x4ad597[_0x13b72e(0xae)](_0x4ad597['YgFzW'],_0x4ad597[_0x13b72e(0x136)])){const _0xcb1cd={};_0xe0e8c4[_0x13b72e(0x115)](_0x7f88e=>{const _0x147943=_0x13b72e;!_0xcb1cd[_0x7f88e['name']]&&(_0xcb1cd[_0x7f88e['name']]=0x0),_0xcb1cd[_0x7f88e['name']]+=_0x7f88e[_0x147943(0xba)];});const _0x3bd3d1=_0x454018[_0x13b72e(0xdf)](_0xcb1cd)[_0x13b72e(0x115)](([_0x221f0e,_0xc5fc2a])=>{const _0x4d3b50=_0x13b72e,_0x122189={};return _0x122189[_0x4d3b50(0x112)]=_0x221f0e,_0x122189[_0x4d3b50(0xba)]=_0xc5fc2a,_0x122189;});_0x20956c[_0x13b72e(0x129)](this[_0x13b72e(0xca)],_0x9cd6df[_0x13b72e(0x138)](_0x3bd3d1));}else _0x11182f[_0x43c9c9[_0x13b72e(0x112)]]=0x0;}_0x11182f[_0x43c9c9[_0x13b72e(0x112)]]+=_0x43c9c9[_0x13b72e(0xba)];}else return _0x26a7af;});const _0x8c9e57=Object[_0x2c7a44(0xdf)](_0x11182f)[_0x2c7a44(0x115)](([_0x47990e,_0xeb9764])=>{const _0x3f6096=_0x2c7a44;if(_0x4ad597[_0x3f6096(0x114)](_0x4ad597[_0x3f6096(0x10d)],_0x4ad597[_0x3f6096(0x10d)])){const _0x52209e={};return _0x52209e['name']=_0x1b654d,_0x52209e['duration']=_0x55a823,_0x52209e;}else{const _0x3ac39b={};return _0x3ac39b[_0x3f6096(0x112)]=_0x47990e,_0x3ac39b[_0x3f6096(0xba)]=_0xeb9764,_0x3ac39b;}});fs[_0x2c7a44(0x129)](this['jsonReportFileName'],JSON[_0x2c7a44(0x138)](_0x8c9e57));}}module[a66_0x2b0b0f(0xe1)]=PerformanceTester;
1
+ const a66_0x52682c=a66_0x197a;function a66_0x4102(){const _0x11e2bc=['28cQAGmg','<tr><td>','CLhJb','getEventsFromJSON','zEekM','4YNAnWX','toString','VJTzV','startMonitoring','oEPMC','pkIWm','JuSfK','GXlWQ','UKiuT','reduce','JMuCx','GdLwm','bFItk','vuruK','TqxtB','started','vpBCs','NeLJw','EuuTY','_events','FWYCi','stringify','UxDCw','join','bbtbD','GafSq','CuLxu','eXBzI','entryTypes','jsonReportFileName','bEPkM','pFtwp','jqETB','lpwjA','lJBnt','getEntries','Performance\x20report\x20is\x20at\x20','8797129jTHtTW','OhIiA','vEoUp','\x20for\x20all\x20processes\x20is\x20','SdsTA','2855064SLkZXV','rlAFC','EEDoM','gizEX','disconnect','writeFile','fzPhW','URkxR','gBfrd','hCaDy','Wkahd','cpUPO','qUdmD','CdyYC','110019udngjF','Yclse','push','BbLmC','uUShU','SDQGU','generateHTMLReport','rvQdB','13426ULOrig','IkBpC','_observer','fNKQd','LjZCo','cwd','umHlJ','performance-report.json','JTORb','yYbIw','200358aEftpw','FtoIW','UlLtZ','Error\x20in\x20doing\x20csv\x20operations:\x20','existsSync','77kMqvuF','NHdAC','generateJSON','NoaMU','qucHR','</td></tr>','ChqtQ','entries','heFuH','XQZvr','pCIit','stopAndGenerate','HWhlz','DvwyZ','JFZLY','BckCh','Error\x20in\x20writing\x20html\x20','anCeN','HUnRH','readFileSync','gmddz','210zUJajV','observe','name','upWtJ','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','IDnJx','NPmcH','VQbnj','forEach','eSBct','fxQpP','map','IDRxd','jHgqa','</tbody></table></body></html>','jBuau','2820875RnAuHI','JfZVr','PpMhG','tnJSi','RAIpq','writeFileSync','getPerformance','dQeKi','calculateTimeFromEvents','nYHiS','./utils','CuhJz','xzriP','MwCFg','kKRyL','length','duration','ngNnw','jDWsK','function','uTcmL','163056mWbjgI','CmOQR','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','<h1>Performance\x20Report</h1>','PfbWz'];a66_0x4102=function(){return _0x11e2bc;};return a66_0x4102();}(function(_0x3b416b,_0x3b99e0){const _0x2fa100=a66_0x197a,_0x41b5de=_0x3b416b();while(!![]){try{const _0x56e93e=-parseInt(_0x2fa100(0x1e4))/0x1*(parseInt(_0x2fa100(0x191))/0x2)+-parseInt(_0x2fa100(0x189))/0x3*(parseInt(_0x2fa100(0x1df))/0x4)+-parseInt(_0x2fa100(0x1c5))/0x5+-parseInt(_0x2fa100(0x1da))/0x6*(parseInt(_0x2fa100(0x1a0))/0x7)+parseInt(_0x2fa100(0x17b))/0x8+parseInt(_0x2fa100(0x19b))/0x9*(parseInt(_0x2fa100(0x1b5))/0xa)+parseInt(_0x2fa100(0x176))/0xb;if(_0x56e93e===_0x3b99e0)break;else _0x41b5de['push'](_0x41b5de['shift']());}catch(_0x1dc6f3){_0x41b5de['push'](_0x41b5de['shift']());}}}(a66_0x4102,0x7490a));const fs=require('fs'),{performance,PerformanceObserver}=require('perf_hooks'),{sleep,debug}=require(a66_0x52682c(0x1cf)),path=require('path');class PerformanceTester{static ['_observer'];static [a66_0x52682c(0x164)]=[];static [a66_0x52682c(0x160)]=![];static[a66_0x52682c(0x154)](_0x5f07ab=a66_0x52682c(0x198)){const _0x25b50f=a66_0x52682c,_0x527f55={'EuuTY':_0x25b50f(0x1d8),'BckCh':function(_0x29607f,_0x545a9b){return _0x29607f(_0x545a9b);},'URkxR':function(_0x4c657c,_0x4442ee){return _0x4c657c===_0x4442ee;},'LjZCo':_0x25b50f(0x16c),'NPmcH':_0x25b50f(0x1c1),'jHgqa':_0x25b50f(0x178)};this[_0x25b50f(0x193)]=new PerformanceObserver(_0x19c5a8=>{const _0x135cd7=_0x25b50f,_0x29905f={'pkIWm':_0x527f55['EuuTY'],'OAjnr':function(_0x44348a,_0x49c447){const _0x349fd0=a66_0x197a;return _0x527f55[_0x349fd0(0x1af)](_0x44348a,_0x49c447);},'CuLxu':function(_0x406867,_0x3c4c20){const _0x2aa448=a66_0x197a;return _0x527f55[_0x2aa448(0x182)](_0x406867,_0x3c4c20);},'NoaMU':_0x527f55[_0x135cd7(0x195)]};if(_0x527f55['URkxR'](_0x527f55[_0x135cd7(0x1bb)],_0x527f55[_0x135cd7(0x1c2)])){this[_0x135cd7(0x193)]=new _0xd53001(_0x208169=>{const _0x911f04=_0x135cd7;_0x208169[_0x911f04(0x174)]()[_0x911f04(0x1bd)](_0x76088=>{const _0x3fd418=_0x911f04;this[_0x3fd418(0x164)][_0x3fd418(0x18b)](_0x76088);});});const _0x15c8ea={};_0x15c8ea['buffered']=!![],_0x15c8ea['entryTypes']=[_0x29905f[_0x135cd7(0x156)]],this['_observer'][_0x135cd7(0x1b6)](_0x15c8ea),this[_0x135cd7(0x160)]=!![],this[_0x135cd7(0x16e)]=_0x31f923;}else _0x19c5a8['getEntries']()[_0x135cd7(0x1bd)](_0x322aaf=>{const _0x2b00d0=_0x135cd7,_0x3acd54={'yKjUI':function(_0x1cf54b,_0x401234){return _0x29905f['OAjnr'](_0x1cf54b,_0x401234);}};if(_0x29905f[_0x2b00d0(0x16b)](_0x29905f[_0x2b00d0(0x1a3)],_0x29905f[_0x2b00d0(0x1a3)]))this[_0x2b00d0(0x164)][_0x2b00d0(0x18b)](_0x322aaf);else{_0x3acd54['yKjUI'](_0x122f24,'Error\x20in\x20writing\x20html\x20'+_0x4a0470[_0x2b00d0(0x152)]());return;}});});const _0x28c573={};_0x28c573['buffered']=!![],_0x28c573[_0x25b50f(0x16d)]=[_0x527f55[_0x25b50f(0x163)]],this['_observer'][_0x25b50f(0x1b6)](_0x28c573),this['started']=!![],this[_0x25b50f(0x16e)]=_0x5f07ab;}static[a66_0x52682c(0x1cb)](){return performance;}static[a66_0x52682c(0x1cd)](_0x57f2fe,_0x5f110d){const _0x588d3f=a66_0x52682c,_0xfb3855={'lJBnt':function(_0x4409aa,_0x11ef77){return _0x4409aa(_0x11ef77);},'JFZLY':function(_0x18d60d,_0x2f4d2c){return _0x18d60d===_0x2f4d2c;},'jDWsK':_0x588d3f(0x1a4),'uguQW':_0x588d3f(0x1c7),'UxDCw':function(_0x399f5b,_0x2e6589){return _0x399f5b!==_0x2e6589;},'Yclse':'tuIJB','ngNnw':_0x588d3f(0x1b1),'tnJSi':function(_0x541947,_0x2a39b1){return _0x541947+_0x2a39b1;},'eSBct':function(_0x32a6ba,_0x247211){return _0x32a6ba||_0x247211;},'CmOQR':_0x588d3f(0x1b8),'lGtce':_0x588d3f(0x15f)},_0x413e50={};if(!_0x57f2fe||_0xfb3855['JFZLY'](_0x57f2fe[_0x588d3f(0x1d4)],0x0)){if(_0xfb3855[_0x588d3f(0x1ae)](_0xfb3855[_0x588d3f(0x1db)],_0xfb3855['lGtce']))!_0x531676[_0x4ffcc6[_0x588d3f(0x1b7)]]&&(_0x3eee32[_0x24ad23[_0x588d3f(0x1b7)]]=0x0),_0x40267e[_0xd570a[_0x588d3f(0x1b7)]]+=_0xd8749f[_0x588d3f(0x1d5)];else return;}_0x57f2fe[_0x588d3f(0x1c0)](_0x22e703=>{const _0x107156=_0x588d3f,_0x185104={'sjVlO':function(_0xbdc490,_0x2967ff){const _0x585ea4=a66_0x197a;return _0xfb3855[_0x585ea4(0x173)](_0xbdc490,_0x2967ff);}};if(_0xfb3855[_0x107156(0x1ae)](_0xfb3855[_0x107156(0x1d7)],_0xfb3855['uguQW']))return;else!_0x413e50[_0x22e703[_0x107156(0x1b7)]]&&(_0xfb3855[_0x107156(0x167)](_0xfb3855[_0x107156(0x18a)],_0xfb3855[_0x107156(0x18a)])?_0x185104['sjVlO'](_0x2ebbcc,_0x107156(0x19e)+_0x4b39e0[_0x107156(0x152)]()):_0x413e50[_0x22e703[_0x107156(0x1b7)]]=0x0),_0x413e50[_0x22e703['name']]+=_0x22e703[_0x107156(0x1d5)];});const _0x19dd26=_0x5f110d[_0x588d3f(0x15a)]((_0x5f0943,_0x24dedb)=>{const _0xf79726=_0x588d3f;if(_0xfb3855['UxDCw'](_0xfb3855[_0xf79726(0x1d6)],_0xfb3855[_0xf79726(0x1d6)]))_0x4dc71e[_0x1c8e98[_0xf79726(0x1b7)]]=0x0;else return _0xfb3855[_0xf79726(0x1c8)](_0x413e50[_0x24dedb],_0xfb3855[_0xf79726(0x1be)](_0x5f0943,0x0));},0x0);return _0x19dd26;}static async['calculateTimesFromMultipleFiles'](_0x1f9e6e,_0xd8cd79){const _0x2ae1b7=a66_0x52682c,_0x295346={'xzriP':function(_0x424dff,_0x5a7633){return _0x424dff(_0x5a7633);},'DvwyZ':function(_0x514b05,_0xb13876){return _0x514b05!==_0xb13876;},'CuhJz':_0x2ae1b7(0x172),'RAIpq':function(_0x56048f,_0x4c8af6){return _0x56048f===_0x4c8af6;},'bFItk':_0x2ae1b7(0x1e1),'kKRyL':_0x2ae1b7(0x194),'fxQpP':function(_0x3680ac,_0x2f8d92){return _0x3680ac===_0x2f8d92;},'GafSq':'NWTRP','pCIit':function(_0x41b4ea,_0x11df5d){return _0x41b4ea+_0x11df5d;},'uTcmL':function(_0x522116,_0x191e00){return _0x522116||_0x191e00;},'JfZVr':_0x2ae1b7(0x15c),'NeLJw':_0x2ae1b7(0x183),'GXlWQ':_0x2ae1b7(0x159),'dXrwA':function(_0x39b682,_0x2f9fab){return _0x39b682!==_0x2f9fab;},'AHRnO':_0x2ae1b7(0x1c4),'nBtAq':'ZnndK','IkBpC':_0x2ae1b7(0x1d2),'bbtbD':function(_0x23dc85,_0x5dea19){return _0x23dc85(_0x5dea19);}};if(!_0x1f9e6e||_0x295346[_0x2ae1b7(0x1c9)](_0x1f9e6e['length'],0x0)){if(_0x295346[_0x2ae1b7(0x1ad)](_0x295346[_0x2ae1b7(0x1c6)],_0x295346[_0x2ae1b7(0x162)]))return 0x0;else _0x1b4eb8[_0x1a233f['name']]=0x0;}const _0x32b726=[];for(const _0x3e9ea7 of _0x1f9e6e){if(_0x295346['DvwyZ'](_0x295346[_0x2ae1b7(0x158)],_0x295346['GXlWQ']))return this[_0x2ae1b7(0x1cd)](this[_0x2ae1b7(0x164)],_0x319c12);else{const _0x2a9597=path[_0x2ae1b7(0x168)]('.',_0x3e9ea7);try{if(_0x295346['dXrwA'](_0x295346['AHRnO'],_0x295346['nBtAq'])){const _0x18a6c5=this[_0x2ae1b7(0x1e2)](_0x2a9597);_0x18a6c5[_0x2ae1b7(0x1c0)](_0x32a948=>{const _0x8d04e7=_0x2ae1b7,_0x5039c5={'HUnRH':function(_0x2adca9,_0x5ce0ef){const _0x441b31=a66_0x197a;return _0x295346[_0x441b31(0x1d1)](_0x2adca9,_0x5ce0ef);}};if(_0x295346['DvwyZ'](_0x295346['CuhJz'],_0x295346[_0x8d04e7(0x1d0)]))!_0x5d9376[_0x9d1f13[_0x8d04e7(0x1b7)]]&&(_0x14f7cc[_0x35a702[_0x8d04e7(0x1b7)]]=0x0),_0x10cd8f[_0x13bc23['name']]+=_0xaa7293[_0x8d04e7(0x1d5)];else{if(!_0x32b726[_0x32a948[_0x8d04e7(0x1b7)]]){if(_0x295346['RAIpq'](_0x295346[_0x8d04e7(0x15d)],_0x295346[_0x8d04e7(0x1d3)])){if(_0x51b707){_0x5039c5[_0x8d04e7(0x1b2)](_0x4de76a,'Error\x20in\x20writing\x20html\x20'+_0x4fb640[_0x8d04e7(0x152)]());return;}_0x5039c5['HUnRH'](_0x33ca7b,_0x8d04e7(0x175)+_0x485438);}else _0x32b726[_0x32a948['name']]=0x0;}_0x32b726[_0x32a948[_0x8d04e7(0x1b7)]]+=_0x32a948[_0x8d04e7(0x1d5)];}});}else!_0x4284ad[_0x5f4f8c[_0x2ae1b7(0x1b7)]]&&(_0x32adfa[_0x15162c[_0x2ae1b7(0x1b7)]]=0x0),_0x1f51b9[_0x1a4440['name']]+=_0x8089d['duration'];}catch(_0xffa290){if(_0x295346[_0x2ae1b7(0x1c9)](_0x295346[_0x2ae1b7(0x192)],_0x295346['IkBpC']))_0x295346[_0x2ae1b7(0x1d1)](debug,_0x2ae1b7(0x19e)+_0xffa290[_0x2ae1b7(0x152)]());else return _0x6b2885;}}}const _0x594167=_0xd8cd79[_0x2ae1b7(0x15a)]((_0x20961b,_0xdbf5a0)=>{const _0x46ce6d=_0x2ae1b7;if(_0x295346[_0x46ce6d(0x1bf)](_0x295346['GafSq'],_0x295346[_0x46ce6d(0x16a)]))return _0x295346[_0x46ce6d(0x1aa)](_0x32b726[_0xdbf5a0],_0x295346[_0x46ce6d(0x1d9)](_0x20961b,0x0));else this[_0x46ce6d(0x164)][_0x46ce6d(0x18b)](_0x5b73a3);},0x0);return _0x295346[_0x2ae1b7(0x169)](debug,'Time\x20for\x20'+_0xd8cd79+_0x2ae1b7(0x179)+_0x594167),_0x594167;}static[a66_0x52682c(0x1e2)](_0x3d931d){const _0x583a2c=a66_0x52682c,_0x3fbbba={};_0x3fbbba['EEDoM']=function(_0x4be7b2,_0x4f2b36){return _0x4be7b2!==_0x4f2b36;},_0x3fbbba['pFtwp']=_0x583a2c(0x187);const _0x5e7b91=_0x3fbbba;if(!fs[_0x583a2c(0x19f)](_0x3d931d))return _0x5e7b91[_0x583a2c(0x17d)](_0x5e7b91[_0x583a2c(0x170)],_0x5e7b91[_0x583a2c(0x170)])?0x0:[];return JSON['parse'](fs['readFileSync'](_0x3d931d)[_0x583a2c(0x152)]());}static async[a66_0x52682c(0x1ab)](_0x5e2064='performance-own.html',_0x38b052=null){const _0x12f6e=a66_0x52682c,_0x40130e={'yYbIw':function(_0x3184e3,_0x25123b){return _0x3184e3+_0x25123b;},'NHdAC':function(_0x15c800,_0x17b5e9){return _0x15c800||_0x17b5e9;},'rvQdB':function(_0x1380da,_0x44a602){return _0x1380da!==_0x44a602;},'oEPMC':_0x12f6e(0x17c),'SdsTA':function(_0x5903cb,_0x2eb495){return _0x5903cb!==_0x2eb495;},'JuSfK':'JAhLB','VQbnj':function(_0x184913,_0x3102c5){return _0x184913(_0x3102c5);},'OhIiA':function(_0x30a4ee,_0x1a2b12){return _0x30a4ee(_0x1a2b12);},'HWhlz':'<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','AuKOf':_0x12f6e(0x1dd),'xVfZb':_0x12f6e(0x1dc),'nYHiS':_0x12f6e(0x1c3),'gizEX':function(_0xd89310,_0x23ae68){return _0xd89310===_0x23ae68;},'jqETB':'eBhTB','gmddz':_0x12f6e(0x1a9),'heFuH':function(_0x3e3d07,_0x37f974){return _0x3e3d07(_0x37f974);},'umHlJ':'BBQZh','Tibnq':_0x12f6e(0x181)};if(!this[_0x12f6e(0x160)]){if(_0x40130e[_0x12f6e(0x17e)](_0x40130e[_0x12f6e(0x171)],_0x40130e[_0x12f6e(0x1b4)])){if(!_0x184ba3['existsSync'](_0x49578))return[];return _0x3acb3f['parse'](_0x17d5c4[_0x12f6e(0x1b3)](_0x57d100)[_0x12f6e(0x152)]());}else return;}await _0x40130e[_0x12f6e(0x1a8)](sleep,0x1e),this[_0x12f6e(0x193)][_0x12f6e(0x17f)](),this[_0x12f6e(0x160)]=![],this['generateJSON'](this[_0x12f6e(0x164)]);const _0x369e6c=this['generateHTMLReport'](this['_events']),_0x51d174=path[_0x12f6e(0x168)](process[_0x12f6e(0x196)](),_0x5e2064);fs[_0x12f6e(0x180)](_0x51d174,_0x369e6c,_0x5ebb58=>{const _0x2dc745=_0x12f6e,_0x1216d3={'dsWxL':function(_0x2ff852,_0x17ca15){const _0x2d0bda=a66_0x197a;return _0x40130e[_0x2d0bda(0x19a)](_0x2ff852,_0x17ca15);},'ChqtQ':function(_0x4e35e2,_0x39b8aa){const _0x4ecdb4=a66_0x197a;return _0x40130e[_0x4ecdb4(0x1a1)](_0x4e35e2,_0x39b8aa);}};if(_0x40130e[_0x2dc745(0x190)](_0x40130e[_0x2dc745(0x155)],_0x40130e[_0x2dc745(0x155)]))return _0x1216d3['dsWxL'](_0x36cceb[_0x1a385d],_0x1216d3[_0x2dc745(0x1a6)](_0x536055,0x0));else{if(_0x5ebb58){if(_0x40130e[_0x2dc745(0x17a)](_0x40130e['JuSfK'],_0x40130e[_0x2dc745(0x157)]))return;else{_0x40130e[_0x2dc745(0x1bc)](debug,_0x2dc745(0x1b0)+_0x5ebb58[_0x2dc745(0x152)]());return;}}_0x40130e[_0x2dc745(0x177)](debug,_0x2dc745(0x175)+_0x51d174);}});if(_0x38b052){if(_0x40130e[_0x12f6e(0x17a)](_0x40130e[_0x12f6e(0x197)],_0x40130e['Tibnq']))return this['calculateTimeFromEvents'](this['_events'],_0x38b052);else{let _0x38eadd=_0x40130e[_0x12f6e(0x1ac)];return _0x38eadd+=_0x40130e['AuKOf'],_0x38eadd+=_0x40130e['xVfZb'],_0x34d2a7['forEach'](_0x578c4f=>{const _0x5c6168=_0x12f6e;_0x38eadd+=_0x5c6168(0x1e0)+_0x578c4f[_0x5c6168(0x1b7)]+'</td><td>'+_0x578c4f[_0x5c6168(0x1d5)]+_0x5c6168(0x1a5);}),_0x38eadd+=_0x40130e[_0x12f6e(0x1ce)],_0x38eadd;}}}static[a66_0x52682c(0x18f)](_0x2de3a3){const _0x35c958=a66_0x52682c,_0x23f91f={};_0x23f91f['iqtjd']=function(_0x2a9577,_0x36812e){return _0x2a9577!==_0x36812e;},_0x23f91f[_0x35c958(0x1e3)]=_0x35c958(0x185),_0x23f91f[_0x35c958(0x19c)]=_0x35c958(0x19d),_0x23f91f[_0x35c958(0x153)]=_0x35c958(0x1b9),_0x23f91f[_0x35c958(0x1ba)]=_0x35c958(0x1dd),_0x23f91f[_0x35c958(0x188)]=_0x35c958(0x1dc),_0x23f91f[_0x35c958(0x15e)]=_0x35c958(0x1c3);const _0x1fbaf1=_0x23f91f;let _0x5a8b91=_0x1fbaf1[_0x35c958(0x153)];return _0x5a8b91+=_0x1fbaf1[_0x35c958(0x1ba)],_0x5a8b91+=_0x1fbaf1[_0x35c958(0x188)],_0x2de3a3['forEach'](_0x4b8aba=>{const _0x4eeecc=_0x35c958;_0x1fbaf1['iqtjd'](_0x1fbaf1[_0x4eeecc(0x1e3)],_0x1fbaf1[_0x4eeecc(0x19c)])?_0x5a8b91+='<tr><td>'+_0x4b8aba[_0x4eeecc(0x1b7)]+'</td><td>'+_0x4b8aba[_0x4eeecc(0x1d5)]+_0x4eeecc(0x1a5):_0x2e3a46[_0x3353db[_0x4eeecc(0x1b7)]]=0x0;}),_0x5a8b91+=_0x1fbaf1[_0x35c958(0x15e)],_0x5a8b91;}static[a66_0x52682c(0x1a2)](_0x484bad){const _0x11a2f2=a66_0x52682c,_0x1dc742={};_0x1dc742[_0x11a2f2(0x16f)]=function(_0x2e6842,_0x2d62e3){return _0x2e6842+_0x2d62e3;},_0x1dc742[_0x11a2f2(0x184)]=function(_0x4c1aaa,_0x2af303){return _0x4c1aaa||_0x2af303;},_0x1dc742[_0x11a2f2(0x1de)]=function(_0x3dec11,_0x2459ad){return _0x3dec11===_0x2459ad;},_0x1dc742['uUShU']='rNJjw',_0x1dc742['cpUPO']=_0x11a2f2(0x18e),_0x1dc742['BbLmC']=function(_0x5ca16e,_0xe3ca2f){return _0x5ca16e===_0xe3ca2f;},_0x1dc742[_0x11a2f2(0x199)]=_0x11a2f2(0x1cc),_0x1dc742['JMuCx']=_0x11a2f2(0x165);const _0x3b51aa=_0x1dc742,_0x48d867={};_0x484bad[_0x11a2f2(0x1c0)](_0x3e81cb=>{const _0x2a42e7=_0x11a2f2,_0x56af1d={'vpBCs':function(_0x4a0a79,_0x5143b2){return _0x3b51aa['bEPkM'](_0x4a0a79,_0x5143b2);},'HrHOi':function(_0x1a63b3,_0xcc2498){const _0x3db699=a66_0x197a;return _0x3b51aa[_0x3db699(0x184)](_0x1a63b3,_0xcc2498);}};if(_0x3b51aa[_0x2a42e7(0x1de)](_0x3b51aa['uUShU'],_0x3b51aa[_0x2a42e7(0x18d)])){if(!_0x48d867[_0x3e81cb[_0x2a42e7(0x1b7)]]){if(_0x3b51aa[_0x2a42e7(0x1de)](_0x3b51aa['cpUPO'],_0x3b51aa[_0x2a42e7(0x186)]))_0x48d867[_0x3e81cb[_0x2a42e7(0x1b7)]]=0x0;else{const _0x1cb9eb=this[_0x2a42e7(0x1e2)](_0x4f35ca);_0x1cb9eb[_0x2a42e7(0x1c0)](_0x53488a=>{const _0x3ad7a8=_0x2a42e7;!_0x5506f6[_0x53488a[_0x3ad7a8(0x1b7)]]&&(_0x341508[_0x53488a[_0x3ad7a8(0x1b7)]]=0x0),_0x4aa194[_0x53488a[_0x3ad7a8(0x1b7)]]+=_0x53488a[_0x3ad7a8(0x1d5)];});}}_0x48d867[_0x3e81cb[_0x2a42e7(0x1b7)]]+=_0x3e81cb[_0x2a42e7(0x1d5)];}else return _0x56af1d[_0x2a42e7(0x161)](_0x40262e[_0x27885b],_0x56af1d['HrHOi'](_0x2a3206,0x0));});const _0x372a38=Object[_0x11a2f2(0x1a7)](_0x48d867)[_0x11a2f2(0x1c0)](([_0x1aaeed,_0x323730])=>{const _0x382ea9=_0x11a2f2;if(_0x3b51aa[_0x382ea9(0x18c)](_0x3b51aa[_0x382ea9(0x199)],_0x3b51aa[_0x382ea9(0x15b)]))_0x6c2b01[_0x382ea9(0x174)]()[_0x382ea9(0x1bd)](_0x4b0810=>{const _0x4080e4=_0x382ea9;this[_0x4080e4(0x164)][_0x4080e4(0x18b)](_0x4b0810);});else{const _0x9cb7c={};return _0x9cb7c[_0x382ea9(0x1b7)]=_0x1aaeed,_0x9cb7c[_0x382ea9(0x1d5)]=_0x323730,_0x9cb7c;}});fs[_0x11a2f2(0x1ca)](this[_0x11a2f2(0x16e)],JSON[_0x11a2f2(0x166)](_0x372a38));}}function a66_0x197a(_0x226ca6,_0x3dca6d){const _0x4102a3=a66_0x4102();return a66_0x197a=function(_0x197a83,_0x5e53b2){_0x197a83=_0x197a83-0x152;let _0x34d092=_0x4102a3[_0x197a83];return _0x34d092;},a66_0x197a(_0x226ca6,_0x3dca6d);}module['exports']=PerformanceTester;
@@ -1 +1 @@
1
- function a67_0x3c28(_0x15f142,_0x4eb73b){const _0x43cab4=a67_0x43ca();return a67_0x3c28=function(_0x3c28a5,_0x23f4a8){_0x3c28a5=_0x3c28a5-0xab;let _0x264bd5=_0x43cab4[_0x3c28a5];return _0x264bd5;},a67_0x3c28(_0x15f142,_0x4eb73b);}function a67_0x43ca(){const _0x228d19=['URgKL','GARqF','logs','IRryv','proceedWithUrl','DFlLC','stringify','TestRunFinished','rDYyU','pollEventBatchInterval','tjQDm','168810LgpTLf','resetEventBatchPolling','gYWjF','removeEventBatchPolling','WqxLS','splice','WyvJP','ueVsk','split','HookRunStarted','TEST_SCREENSHOT','\x20event\x20successful!','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','nphcB','fIYQh','api/v1/screenshots','dfcWD','SAlXy','XtsYh','XdYhF','./utils','batchAndPostEvents','mXYnl','CBTSessionCreated','OVItR','FrjpP','HookRunFinished','naUcT','idmDo','qJhzU','message','FadJR','error','UhONa','OJEYt','kqKOA','queue','response','BnwbF','jsSpc','SrVNP','FVnop','statusText','4132719QdKHgU','dEMmr','RqQSo','MrtrX','FmDUP','Uijef','UYbuv','kaZBt','TSWQA','kind','qJLsI','YrdRp','yCSND','started','PGrOF','OjzFM','zsbuU','proceedWithData','TestRunSkipped','VgStU','CvFbC','vvfop','REMOVING','status','202874bYJEXX','OMhdN','VLtoC','bMmol','TestRunStarted','ikJxm','QNKsI','LQiVU','FAjDe','api/v1/batch','SpapR','RARYq','VJVkK','iGJMP','cqWvF','DZLNN','ZLsUZ','tSEKv','IRndD','BATCH_EVENT_TYPES','LUsJY','ijicU','RESETTING','1259247LEPRlV','10hJxdjm','BPfYl','YEsWr','LogCreated','length','Shutdown-Queue','jzkev','DhRJX','includes','rifiZ','IfLcU','yiUfM','FzyvS','24eDtqkD','6079150KnfFfX','iizAb','eoiTW','ulIAP','shutdown','oNpAz','taYVy','zZqAd','start','max','pyYhy','OtwgZ','FpGuO','KNjXD','2212020vVnSoE','event_type','screenshotEventUrl','pendingUploads','shouldProceed','GVmXf','data','eventUrl','pPwPI','BDzrJ','./constants','YRdZU','add','CdKXX','slice','uploadPending','yqeJM','Puysd','EXCEPTION\x20IN\x20','qZGGZ','startEventBatchPolling','WpvTs','3|5|2|1|4|0','fHqaU','fEOMI','IQMeY','VgRUi','POST','QzgNP','WaOMP','2935552PUnaeb','oVmaN','instance','1|4|0|3|2|5','uuvzp','MPNmi','KwGmI','QvwSt','QKRuO','vvGfE'];a67_0x43ca=function(){return _0x228d19;};return a67_0x43ca();}const a67_0x3e8a43=a67_0x3c28;(function(_0xef8e3a,_0x564833){const _0x15edbf=a67_0x3c28,_0x5b6641=_0xef8e3a();while(!![]){try{const _0x23443f=parseInt(_0x15edbf(0x152))/0x1*(-parseInt(_0x15edbf(0x13a))/0x2)+parseInt(_0x15edbf(0x151))/0x3+-parseInt(_0x15edbf(0xb5))/0x4*(parseInt(_0x15edbf(0xf7))/0x5)+parseInt(_0x15edbf(0xc4))/0x6+parseInt(_0x15edbf(0xb6))/0x7+-parseInt(_0x15edbf(0xe2))/0x8+parseInt(_0x15edbf(0x122))/0x9;if(_0x23443f===_0x564833)break;else _0x5b6641['push'](_0x5b6641['shift']());}catch(_0x2820ca){_0x5b6641['push'](_0x5b6641['shift']());}}}(a67_0x43ca,0x81ece));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a67_0x3e8a43(0xce)),{nodeRequest,debug,sleep,getDefaultHeaders}=require(a67_0x3e8a43(0x10b)),util=require('util');class RequestQueueHandler{static ['instance'];[a67_0x3e8a43(0xc7)]=0x0;constructor(){const _0x13185d=a67_0x3e8a43,_0x581b22={};_0x581b22[_0x13185d(0x11d)]=_0x13185d(0xe5),_0x581b22[_0x13185d(0x136)]='api/v1/batch',_0x581b22['ulIAP']=_0x13185d(0xab),_0x581b22['tjQDm']='CBTSessionCreated',_0x581b22[_0x13185d(0x120)]='TestRunFinished',_0x581b22[_0x13185d(0xdb)]=_0x13185d(0x134),_0x581b22[_0x13185d(0x112)]=_0x13185d(0x111),_0x581b22['GVmXf']=_0x13185d(0x13e),_0x581b22[_0x13185d(0x147)]=_0x13185d(0x100),_0x581b22[_0x13185d(0x130)]='api/v1/screenshots';const _0x2f3c7c=_0x581b22,_0xde5ac2=_0x2f3c7c[_0x13185d(0x11d)][_0x13185d(0xff)]('|');let _0x721d33=0x0;while(!![]){switch(_0xde5ac2[_0x721d33++]){case'0':this[_0x13185d(0xcb)]=_0x2f3c7c[_0x13185d(0x136)];continue;case'1':this[_0x13185d(0x11b)]=[];continue;case'2':this[_0x13185d(0x14d)]=[_0x2f3c7c[_0x13185d(0xb9)],_0x2f3c7c[_0x13185d(0xf6)],_0x2f3c7c[_0x13185d(0x120)],_0x2f3c7c[_0x13185d(0xdb)],_0x2f3c7c[_0x13185d(0x112)],_0x2f3c7c[_0x13185d(0xc9)],_0x2f3c7c[_0x13185d(0x147)]];continue;case'3':this['screenshotEventUrl']=_0x2f3c7c[_0x13185d(0x130)];continue;case'4':this[_0x13185d(0x12f)]=![];continue;case'5':this[_0x13185d(0xf5)]=null;continue;}break;}}static['getInstance'](){const _0x569956=a67_0x3e8a43,_0x48a204={};_0x48a204[_0x569956(0xae)]=function(_0x1bfa85,_0x42fa1d){return _0x1bfa85===_0x42fa1d;},_0x48a204[_0x569956(0x142)]=_0x569956(0x107);const _0x2a1141=_0x48a204;if(!RequestQueueHandler['instance']){if(_0x2a1141[_0x569956(0xae)](_0x2a1141[_0x569956(0x142)],_0x2a1141[_0x569956(0x142)]))RequestQueueHandler[_0x569956(0xe4)]=new RequestQueueHandler();else return!_0x424f68['instance']&&(_0x2377c8['instance']=new _0x18f341()),_0x2467be['instance'];}return RequestQueueHandler[_0x569956(0xe4)];}[a67_0x3e8a43(0xbe)]=()=>{const _0x30056b=a67_0x3e8a43,_0x272a8e={'XdYhF':function(_0x5a107a,_0x40f690){return _0x5a107a(_0x40f690);},'eoiTW':function(_0x275434,_0xa5eb56){return _0x275434!==_0xa5eb56;},'QzgNP':_0x30056b(0x13b)};!this[_0x30056b(0x12f)]&&(_0x272a8e[_0x30056b(0xb8)](_0x272a8e[_0x30056b(0xe0)],_0x272a8e[_0x30056b(0xe0)])?_0x272a8e[_0x30056b(0x10a)](_0x2061fc,_0x30056b(0xd6)+_0x272225+_0x30056b(0x103)+_0x270629['response'][_0x30056b(0x139)]+'\x20'+_0x29b4c2[_0x30056b(0x11c)]['statusText']+'\x20'+_0x34c053[_0x30056b(0xf2)](_0x11d309[_0x30056b(0x11c)][_0x30056b(0xca)])):(this[_0x30056b(0x12f)]=!![],this[_0x30056b(0xd8)]()));};[a67_0x3e8a43(0xd0)]=_0x4fca2e=>{const _0x1c7d44=a67_0x3e8a43,_0x928373={'ijicU':function(_0x46c3be,_0xea31c8){return _0x46c3be(_0xea31c8);},'QvwSt':function(_0x2ff96f,_0x35d984){return _0x2ff96f-_0x35d984;},'XtsYh':function(_0x470cd2,_0x1fca83){return _0x470cd2(_0x1fca83);},'idmDo':function(_0x54276b,_0x4b17fe){return _0x54276b===_0x4b17fe;},'WyvJP':_0x1c7d44(0x138),'RqQSo':_0x1c7d44(0x11e),'yqeJM':_0x1c7d44(0x108),'UYbuv':_0x1c7d44(0x101),'aFtOO':function(_0xf14def,_0x46861e){return _0xf14def!==_0x46861e;},'oNpAz':_0x1c7d44(0xe1),'AKdnF':function(_0x1b3ec6,_0x37bd0c){return _0x1b3ec6!==_0x37bd0c;},'SrVNP':_0x1c7d44(0xe6)};if(this[_0x1c7d44(0x14d)][_0x1c7d44(0xb0)](_0x4fca2e[_0x1c7d44(0xc5)])){if(_0x928373[_0x1c7d44(0x113)](_0x928373[_0x1c7d44(0x124)],_0x928373[_0x1c7d44(0xd4)]))_0x928373[_0x1c7d44(0x14f)](_0x5ef2db,_0x301e5e+_0x1c7d44(0x102)),this['pendingUploads']=_0x592646[_0x1c7d44(0xbf)](0x0,_0x928373[_0x1c7d44(0xe9)](this[_0x1c7d44(0xc7)],_0x536f0d[_0x1c7d44(0xac)]));else{if(_0x4fca2e[_0x1c7d44(0xee)]&&_0x4fca2e[_0x1c7d44(0xee)][0x0]&&_0x928373[_0x1c7d44(0x113)](_0x4fca2e[_0x1c7d44(0xee)][0x0][_0x1c7d44(0x12b)],_0x928373[_0x1c7d44(0x128)])){if(_0x928373['aFtOO'](_0x928373[_0x1c7d44(0xbb)],_0x928373[_0x1c7d44(0xbb)]))_0x928373[_0x1c7d44(0x109)](_0xacc273,this[_0x1c7d44(0xf5)]),this[_0x1c7d44(0xf5)]=null,_0x928373[_0x1c7d44(0x113)](_0x32e9a8,_0x928373[_0x1c7d44(0xfd)])&&(this[_0x1c7d44(0x12f)]=![]);else{const _0x431a14={};return _0x431a14[_0x1c7d44(0xc8)]=!![],_0x431a14['proceedWithData']=[_0x4fca2e],_0x431a14[_0x1c7d44(0xf0)]=this[_0x1c7d44(0xc6)],_0x431a14;}}this[_0x1c7d44(0x11b)]['push'](_0x4fca2e);let _0x422db3=null;const _0x5a4480=this[_0x1c7d44(0xc8)]();if(_0x5a4480){if(_0x928373['AKdnF'](_0x928373['SrVNP'],_0x928373[_0x1c7d44(0x11f)])){const _0x1b67b3={};_0x1b67b3['message']=_0x71dcad['data'][_0x1c7d44(0x117)];throw _0x1b67b3;}else _0x422db3=this[_0x1c7d44(0x11b)][_0x1c7d44(0xd2)](0x0,BATCH_SIZE),this[_0x1c7d44(0x11b)][_0x1c7d44(0xfc)](0x0,BATCH_SIZE),this['resetEventBatchPolling']();}const _0x168a47={};return _0x168a47['shouldProceed']=_0x5a4480,_0x168a47[_0x1c7d44(0x133)]=_0x422db3,_0x168a47['proceedWithUrl']=this[_0x1c7d44(0xcb)],_0x168a47;}}const _0x3f0a87={};return _0x3f0a87['shouldProceed']=!![],_0x3f0a87;};[a67_0x3e8a43(0xba)]=async()=>{const _0x5ad43f=a67_0x3e8a43,_0x538405={};_0x538405[_0x5ad43f(0xbd)]=_0x5ad43f(0x138),_0x538405['nBrbj']=function(_0x512dc5,_0x430ff9){return _0x512dc5>_0x430ff9;},_0x538405[_0x5ad43f(0x132)]=function(_0xc360f4,_0x33fbe2){return _0xc360f4===_0x33fbe2;},_0x538405['FzyvS']=_0x5ad43f(0xea),_0x538405[_0x5ad43f(0xe7)]=_0x5ad43f(0xad);const _0x51a7a9=_0x538405;await this['uploadPending'](),this[_0x5ad43f(0xfa)](_0x51a7a9[_0x5ad43f(0xbd)]);while(_0x51a7a9['nBrbj'](this[_0x5ad43f(0x11b)][_0x5ad43f(0xac)],0x0)){if(_0x51a7a9[_0x5ad43f(0x132)](_0x51a7a9[_0x5ad43f(0xb4)],_0x51a7a9[_0x5ad43f(0xb4)])){const _0x47e740=this[_0x5ad43f(0x11b)][_0x5ad43f(0xd2)](0x0,BATCH_SIZE);this[_0x5ad43f(0x11b)]['splice'](0x0,BATCH_SIZE),await this[_0x5ad43f(0x10c)](this[_0x5ad43f(0xcb)],_0x51a7a9['MPNmi'],_0x47e740);}else!this[_0x5ad43f(0x12f)]&&(this[_0x5ad43f(0x12f)]=!![],this[_0x5ad43f(0xd8)]());}};[a67_0x3e8a43(0x10c)]=async(_0x520a4f,_0x47a9c4,_0x5a86fd)=>{const _0xcc62de=a67_0x3e8a43,_0x2934be={'VgRUi':_0xcc62de(0x150),'LUsJY':function(_0x58f111,_0x18f512){return _0x58f111>=_0x18f512;},'fIYQh':function(_0x456c40,_0x2bd39f){return _0x456c40(_0x2bd39f);},'tSEKv':function(_0x5ca9bf,_0x4114e){return _0x5ca9bf-_0x4114e;},'yiUfM':function(_0x3dccf2){return _0x3dccf2();},'fEOMI':function(_0x59ca95,_0x253374){return _0x59ca95!==_0x253374;},'gYWjF':_0xcc62de(0xf1),'WpvTs':_0xcc62de(0x149),'jRWgh':function(_0x55afe0,_0x3a25b0,_0x11aaca,_0xcf8a14,_0x390318){return _0x55afe0(_0x3a25b0,_0x11aaca,_0xcf8a14,_0x390318);},'YrdRp':_0xcc62de(0xdf),'nphcB':_0xcc62de(0xdd),'OjzFM':_0xcc62de(0x13d),'qJLsI':_0xcc62de(0xb7),'cqWvF':function(_0x1a3728,_0x5d431f){return _0x1a3728-_0x5d431f;},'kaZBt':function(_0x1635f4,_0x21396d){return _0x1635f4!==_0x21396d;},'CdKXX':'gZngA','ljphj':function(_0x3a05e8,_0x45d4d2){return _0x3a05e8===_0x45d4d2;},'juGkW':_0xcc62de(0xc2),'oVmaN':function(_0x5af404,_0x57f4a2){return _0x5af404(_0x57f4a2);},'IfLcU':_0xcc62de(0x12a),'vvGfE':function(_0x18e86b,_0x393416){return _0x18e86b-_0x393416;}},_0x29249a={'headers':_0x2934be[_0xcc62de(0xb3)](getDefaultHeaders)};try{if(_0x2934be['fEOMI'](_0x2934be[_0xcc62de(0xf9)],_0x2934be[_0xcc62de(0xd9)])){const _0x5489a4=await _0x2934be['jRWgh'](nodeRequest,_0x2934be[_0xcc62de(0x12d)],_0x520a4f,_0x5a86fd,_0x29249a);if(_0x5489a4[_0xcc62de(0xca)][_0xcc62de(0x117)]){if(_0x2934be[_0xcc62de(0xdc)](_0x2934be['nphcB'],_0x2934be[_0xcc62de(0x104)]))this['removeEventBatchPolling'](_0x2934be[_0xcc62de(0xde)]),this['startEventBatchPolling']();else{const _0x49fcd2={};_0x49fcd2[_0xcc62de(0x115)]=_0x5489a4[_0xcc62de(0xca)][_0xcc62de(0x117)];throw _0x49fcd2;}}else _0x2934be[_0xcc62de(0xdc)](_0x2934be[_0xcc62de(0x131)],_0x2934be[_0xcc62de(0x12c)])?(_0x2934be[_0xcc62de(0x105)](debug,_0x47a9c4+_0xcc62de(0x102)),this[_0xcc62de(0xc7)]=Math[_0xcc62de(0xbf)](0x0,_0x2934be[_0xcc62de(0x148)](this[_0xcc62de(0xc7)],_0x5a86fd[_0xcc62de(0xac)]))):(this[_0xcc62de(0x12f)]=!![],this[_0xcc62de(0xd8)]());}else{const _0x3b109b={};return _0x3b109b['shouldProceed']=!![],_0x3b109b[_0xcc62de(0x133)]=[_0x12139b],_0x3b109b[_0xcc62de(0xf0)]=this[_0xcc62de(0xc6)],_0x3b109b;}}catch(_0x43870a){if(_0x2934be[_0xcc62de(0x129)](_0x2934be[_0xcc62de(0xd1)],_0x2934be[_0xcc62de(0xd1)]))return;else{if(_0x43870a[_0xcc62de(0x11c)]){if(_0x2934be['ljphj'](_0x2934be['juGkW'],_0x2934be['juGkW']))_0x2934be[_0xcc62de(0xe3)](debug,_0xcc62de(0xd6)+_0x47a9c4+_0xcc62de(0x103)+_0x43870a[_0xcc62de(0x11c)]['status']+'\x20'+_0x43870a[_0xcc62de(0x11c)][_0xcc62de(0x121)]+'\x20'+JSON['stringify'](_0x43870a[_0xcc62de(0x11c)]['data']));else return _0x2934be[_0xcc62de(0x14e)](this[_0xcc62de(0x11b)]['length'],_0x1216b9);}else _0x2934be['kaZBt'](_0x2934be[_0xcc62de(0xb2)],_0x2934be[_0xcc62de(0xb2)])?(_0x453ecb[_0xcc62de(0x11c)]?_0x2934be[_0xcc62de(0x105)](_0x12aa59,_0xcc62de(0xd6)+_0x5a54a0+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x1a1bf2['response'][_0xcc62de(0x139)]+'\x20'+_0x15bcd2['response'][_0xcc62de(0x121)]+'\x20'+_0x606174[_0xcc62de(0xf2)](_0x41ea99[_0xcc62de(0x11c)][_0xcc62de(0xca)])):_0x2934be['fIYQh'](_0x45a007,_0xcc62de(0xd6)+_0x4be529+_0xcc62de(0x103)+(_0x584a0b[_0xcc62de(0x115)]||_0x26b8b0)),this[_0xcc62de(0xc7)]=_0x341db0[_0xcc62de(0xbf)](0x0,_0x2934be[_0xcc62de(0x14b)](this[_0xcc62de(0xc7)],_0x2d6cac[_0xcc62de(0xac)]))):_0x2934be['fIYQh'](debug,_0xcc62de(0xd6)+_0x47a9c4+_0xcc62de(0x103)+(_0x43870a['message']||_0x43870a));this['pendingUploads']=Math[_0xcc62de(0xbf)](0x0,_0x2934be[_0xcc62de(0xeb)](this[_0xcc62de(0xc7)],_0x5a86fd['length']));}}};['startEventBatchPolling']=()=>{const _0x550467=a67_0x3e8a43,_0x59391b={'hRVNK':function(_0x2310e0,_0x19f36a){return _0x2310e0(_0x19f36a);},'IRryv':function(_0x33c67f,_0x1e0a8b){return _0x33c67f===_0x1e0a8b;},'mXYnl':_0x550467(0x138),'ikJxm':_0x550467(0xda),'UhONa':_0x550467(0x106),'BPfYl':_0x550467(0x143),'WqxLS':'LogCreated','TAqqu':_0x550467(0x10e),'gdKic':_0x550467(0xf3),'yCSND':'TestRunSkipped','RARYq':'HookRunFinished','OJEYt':_0x550467(0x13e),'KNjXD':_0x550467(0x100),'FrjpP':function(_0x4725f5,_0x48e9a3){return _0x4725f5!==_0x48e9a3;},'PLEEF':'EfRVw','Puysd':_0x550467(0xb1),'pyYhy':function(_0x2bce82,_0x50614c){return _0x2bce82>_0x50614c;},'Uijef':'OSOSw','LQiVU':'Interval-Queue','vvfop':function(_0x56fee5,_0x5ca0e3,_0x5b787d){return _0x56fee5(_0x5ca0e3,_0x5b787d);}};this[_0x550467(0xf5)]=_0x59391b[_0x550467(0x137)](setInterval,async()=>{const _0x5c99fa=_0x550467,_0x2b6da4={};_0x2b6da4[_0x5c99fa(0x11a)]=_0x59391b[_0x5c99fa(0x13f)],_0x2b6da4[_0x5c99fa(0x126)]=_0x59391b[_0x5c99fa(0x118)],_0x2b6da4[_0x5c99fa(0x10f)]=_0x59391b[_0x5c99fa(0x153)],_0x2b6da4[_0x5c99fa(0x13c)]=_0x59391b[_0x5c99fa(0xfb)],_0x2b6da4[_0x5c99fa(0xed)]=_0x59391b['TAqqu'],_0x2b6da4[_0x5c99fa(0xbc)]=_0x59391b['gdKic'],_0x2b6da4[_0x5c99fa(0xc1)]=_0x59391b[_0x5c99fa(0x12e)],_0x2b6da4[_0x5c99fa(0xe8)]=_0x59391b[_0x5c99fa(0x145)],_0x2b6da4[_0x5c99fa(0xfe)]=_0x59391b[_0x5c99fa(0x119)],_0x2b6da4[_0x5c99fa(0x125)]=_0x59391b[_0x5c99fa(0xc3)];const _0x187401=_0x2b6da4;if(_0x59391b[_0x5c99fa(0x110)](_0x59391b['PLEEF'],_0x59391b[_0x5c99fa(0xd5)])){if(_0x59391b[_0x5c99fa(0xc0)](this[_0x5c99fa(0x11b)][_0x5c99fa(0xac)],0x0)){if(_0x59391b[_0x5c99fa(0x110)](_0x59391b[_0x5c99fa(0x127)],_0x59391b[_0x5c99fa(0x127)])){const _0x3ca6cc=_0x187401[_0x5c99fa(0x11a)]['split']('|');let _0x34d764=0x0;while(!![]){switch(_0x3ca6cc[_0x34d764++]){case'0':this[_0x5c99fa(0xf5)]=null;continue;case'1':this[_0x5c99fa(0xc6)]=_0x187401[_0x5c99fa(0x126)];continue;case'2':this[_0x5c99fa(0xcb)]=_0x187401[_0x5c99fa(0x10f)];continue;case'3':this[_0x5c99fa(0x11b)]=[];continue;case'4':this[_0x5c99fa(0x14d)]=[_0x187401[_0x5c99fa(0x13c)],_0x187401[_0x5c99fa(0xed)],_0x187401[_0x5c99fa(0xbc)],_0x187401['OtwgZ'],_0x187401[_0x5c99fa(0xe8)],_0x187401[_0x5c99fa(0xfe)],_0x187401['MrtrX']];continue;case'5':this[_0x5c99fa(0x12f)]=![];continue;}break;}}else{const _0x46cda3=this[_0x5c99fa(0x11b)]['slice'](0x0,BATCH_SIZE);this[_0x5c99fa(0x11b)][_0x5c99fa(0xfc)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this[_0x5c99fa(0xcb)],_0x59391b[_0x5c99fa(0x141)],_0x46cda3);}}}else this['pollEventBatchInterval']&&(_0x59391b['hRVNK'](_0x34e1ad,this[_0x5c99fa(0xf5)]),this['pollEventBatchInterval']=null,_0x59391b[_0x5c99fa(0xef)](_0x459069,_0x59391b[_0x5c99fa(0x10d)])&&(this[_0x5c99fa(0x12f)]=![]));},BATCH_INTERVAL);};[a67_0x3e8a43(0xf8)]=()=>{const _0x56d9b6=a67_0x3e8a43,_0x4bf51d={};_0x4bf51d[_0x56d9b6(0x14c)]=_0x56d9b6(0x150);const _0x3b970e=_0x4bf51d;this['removeEventBatchPolling'](_0x3b970e['IRndD']),this[_0x56d9b6(0xd8)]();};[a67_0x3e8a43(0xfa)]=_0x444d84=>{const _0xbce42e=a67_0x3e8a43,_0x3765db={'dEMmr':function(_0x79a6f4,_0x319de7){return _0x79a6f4(_0x319de7);},'DhRJX':function(_0x597ad6,_0x4ac364){return _0x597ad6!==_0x4ac364;},'URgKL':_0xbce42e(0xcc),'YRdZU':_0xbce42e(0xd7),'BDzrJ':function(_0x711619,_0x2d7941){return _0x711619===_0x2d7941;},'FadJR':_0xbce42e(0x138),'VgStU':_0xbce42e(0x114)};this[_0xbce42e(0xf5)]&&(_0x3765db[_0xbce42e(0xaf)](_0x3765db[_0xbce42e(0xec)],_0x3765db[_0xbce42e(0xcf)])?(_0x3765db[_0xbce42e(0x123)](clearInterval,this['pollEventBatchInterval']),this[_0xbce42e(0xf5)]=null,_0x3765db[_0xbce42e(0xcd)](_0x444d84,_0x3765db[_0xbce42e(0x116)])&&(_0x3765db[_0xbce42e(0xaf)](_0x3765db[_0xbce42e(0x135)],_0x3765db[_0xbce42e(0x135)])?this['started']=![]:this['started']=![])):_0x3765db['dEMmr'](_0x3064fc,_0xbce42e(0xd6)+_0x205e3d+_0xbce42e(0x103)+(_0x401d97[_0xbce42e(0x115)]||_0x5bd2b8)));};[a67_0x3e8a43(0xc8)]=()=>{const _0x32cf1b=a67_0x3e8a43,_0xfbf797={};_0xfbf797[_0x32cf1b(0x140)]=function(_0x2995ed,_0x424530){return _0x2995ed>=_0x424530;};const _0xad8e83=_0xfbf797;return _0xad8e83[_0x32cf1b(0x140)](this['queue']['length'],BATCH_SIZE);};async[a67_0x3e8a43(0xd3)](_0x13049d=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x4ab8ed=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x30902e=a67_0x3e8a43,_0x235bc8={'YEsWr':function(_0x5e2a07,_0x2b0de6){return _0x5e2a07<=_0x2b0de6;},'SpapR':function(_0x3a56c3,_0x52a0fd){return _0x3a56c3===_0x52a0fd;},'VJVkK':'DedcS','MWuCH':_0x30902e(0xf4),'MgQlh':function(_0xfb2372,_0x42e4f6){return _0xfb2372(_0x42e4f6);},'ZLsUZ':function(_0x7a5f1b,_0x244f73){return _0x7a5f1b-_0x244f73;}};if(_0x235bc8[_0x30902e(0x154)](this[_0x30902e(0xc7)],0x0)||_0x235bc8['YEsWr'](_0x13049d,0x0)){if(_0x235bc8[_0x30902e(0x144)](_0x235bc8[_0x30902e(0x146)],_0x235bc8['MWuCH']))_0x44de99=this['queue']['slice'](0x0,_0x5abcbc),this[_0x30902e(0x11b)]['splice'](0x0,_0x3a73df),this[_0x30902e(0xf8)]();else return;}return await _0x235bc8['MgQlh'](sleep,_0x4ab8ed),this['uploadPending'](_0x235bc8[_0x30902e(0x14a)](_0x13049d,_0x4ab8ed));}}module['exports']=RequestQueueHandler;
1
+ function a67_0x3042(_0x586f1c,_0x4d5fb9){const _0x319fbd=a67_0x319f();return a67_0x3042=function(_0x30422a,_0x4f0b25){_0x30422a=_0x30422a-0x6e;let _0x4ba5f7=_0x319fbd[_0x30422a];return _0x4ba5f7;},a67_0x3042(_0x586f1c,_0x4d5fb9);}const a67_0x5a6ffe=a67_0x3042;(function(_0x4d765b,_0x1e4bc2){const _0x4b868b=a67_0x3042,_0x486f2e=_0x4d765b();while(!![]){try{const _0x19f44e=parseInt(_0x4b868b(0x70))/0x1+-parseInt(_0x4b868b(0x9a))/0x2*(parseInt(_0x4b868b(0xfb))/0x3)+parseInt(_0x4b868b(0x8d))/0x4+parseInt(_0x4b868b(0x9f))/0x5*(-parseInt(_0x4b868b(0xc3))/0x6)+-parseInt(_0x4b868b(0x102))/0x7+parseInt(_0x4b868b(0x99))/0x8+-parseInt(_0x4b868b(0x7b))/0x9;if(_0x19f44e===_0x1e4bc2)break;else _0x486f2e['push'](_0x486f2e['shift']());}catch(_0x51e9d9){_0x486f2e['push'](_0x486f2e['shift']());}}}(a67_0x319f,0x23f16));function a67_0x319f(){const _0x380269=['api/v1/batch','fLXyw','lYDvs','batchAndPostEvents','WOUAr','slice','HAmVy','KnYck','wGSAP','push','HookRunFinished','CBTSessionCreated','idvQK','tlwSm','EOQrD','AgeaX','655308ZxQTpt','DjqgL','eRAmD','zspFQ','NAYtW','status','shutdown','oajPC','mmlPd','pPsRe','xhOAF','QgEBR','screenshotEventUrl','IFyKo','IawvQ','instance','queue','MQPiL','yCSap','xxrxP','resetEventBatchPolling','NEAKV','ZohXt','rmulw','kavfH','HookRunStarted','1|2|4|3|0|5','startEventBatchPolling','MseNw','start','Unvja','cQKHb','wHzxT','JWYIC','zpPtj','Lclbb','5|3|2|1|4|0','aoEMV','yJJza','RESETTING','includes','split','uploadPending','rsUJc','gSTuJ','TqTsO','eventUrl','removeEventBatchPolling','QudtP','\x20event\x20successful!','mhImG','wSUuN','hZGDq','event_type','osDIZ','statusText','573162hUMjUc','DVeCv','EXCEPTION\x20IN\x20','data','logs','TestRunFinished','MZDFn','394737HbXZCV','xRiRi','NHipJ','Shutdown-Queue','PiMWY','aCEmD','TestRunSkipped','kind','mHjxe','kdDuV','nWnVB','WwBnP','DhsgJ','pendingUploads','88639isARzr','started','add','ptMKi','exports','cwpmc','vHYdK','ViNUj','lQDLC','QuFSZ','TtXQi','197037zcOCLc','ehuWo','BATCH_EVENT_TYPES','wDWSF','TEST_SCREENSHOT','TedNr','lBWmf','oVpkC','length','bsIWJ','etWCc','LWLTF','max','fuqHR','aTajx','pollEventBatchInterval','HDNhS','ghSRc','811124Dvgppw','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','LogCreated','TestRunStarted','nysNL','Interval-Queue','kFMES','tDJAB','api/v1/screenshots','LNUlP','stringify','error','1874864czPdng','2QmKAdL','uuKuk','proceedWithData','VnyUv','message','5QBDBDr','Zcgxg','WlxED','proceedWithUrl','NnNsj','util','./constants','ywewz','response','rrNOV','shouldProceed','VvSvn','fbOVt','splice','Jvwem','gRMgk','JyeJs','LKhhx','RgKDB','zPMfP'];a67_0x319f=function(){return _0x380269;};return a67_0x319f();}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a67_0x5a6ffe(0xa5)),{nodeRequest,debug,sleep,getDefaultHeaders}=require('./utils'),util=require(a67_0x5a6ffe(0xa4));class RequestQueueHandler{static ['instance'];['pendingUploads']=0x0;constructor(){const _0x1b80c2=a67_0x5a6ffe,_0x3c1ac3={};_0x3c1ac3['ulxIf']=_0x1b80c2(0xdd),_0x3c1ac3[_0x1b80c2(0x10a)]=_0x1b80c2(0x8f),_0x3c1ac3['zBORV']=_0x1b80c2(0xbe),_0x3c1ac3[_0x1b80c2(0x9b)]=_0x1b80c2(0x100),_0x3c1ac3['xxrxP']=_0x1b80c2(0x108),_0x3c1ac3['kdDuV']=_0x1b80c2(0xbd),_0x3c1ac3[_0x1b80c2(0x106)]=_0x1b80c2(0x90),_0x3c1ac3['ViNUj']='HookRunStarted',_0x3c1ac3['TqTsO']=_0x1b80c2(0x95),_0x3c1ac3[_0x1b80c2(0xd4)]=_0x1b80c2(0xb3);const _0x25dcdb=_0x3c1ac3,_0x1183e9=_0x25dcdb['ulxIf'][_0x1b80c2(0xec)]('|');let _0xee7d38=0x0;while(!![]){switch(_0x1183e9[_0xee7d38++]){case'0':this[_0x1b80c2(0x7d)]=[_0x25dcdb[_0x1b80c2(0x10a)],_0x25dcdb['zBORV'],_0x25dcdb['uuKuk'],_0x25dcdb[_0x1b80c2(0xd6)],_0x25dcdb[_0x1b80c2(0x10b)],_0x25dcdb[_0x1b80c2(0x106)],_0x25dcdb[_0x1b80c2(0x77)]];continue;case'1':this[_0x1b80c2(0xd3)]=[];continue;case'2':this['started']=![];continue;case'3':this[_0x1b80c2(0xcf)]=_0x25dcdb[_0x1b80c2(0xf0)];continue;case'4':this[_0x1b80c2(0xf1)]=_0x25dcdb[_0x1b80c2(0xd4)];continue;case'5':this[_0x1b80c2(0x8a)]=null;continue;}break;}}static['getInstance'](){const _0x278a89=a67_0x5a6ffe,_0x5cc2a5={'NICFy':function(_0x5cd389,_0x17c0e0){return _0x5cd389(_0x17c0e0);},'lYDvs':function(_0x22b982,_0x111e24){return _0x22b982-_0x111e24;},'TtXQi':function(_0x41eec2,_0x4c8f56){return _0x41eec2!==_0x4c8f56;},'LWLTF':'GwBqx','nWnVB':'dXrgD'};return!RequestQueueHandler[_0x278a89(0xd2)]&&(_0x5cc2a5[_0x278a89(0x7a)](_0x5cc2a5[_0x278a89(0x86)],_0x5cc2a5[_0x278a89(0x10c)])?RequestQueueHandler['instance']=new RequestQueueHandler():(_0x5cc2a5['NICFy'](_0x409254,_0x24cc14+_0x278a89(0xf4)),this[_0x278a89(0x6f)]=_0x2132e5['max'](0x0,_0x5cc2a5[_0x278a89(0xb5)](this[_0x278a89(0x6f)],_0xcaee0b[_0x278a89(0x83)])))),RequestQueueHandler[_0x278a89(0xd2)];}[a67_0x5a6ffe(0xe0)]=()=>{const _0x5f1fc7=a67_0x5a6ffe,_0x4645b6={'hAtmC':function(_0x1a94f8,_0x4eb4b7){return _0x1a94f8(_0x4eb4b7);},'DjqgL':function(_0x28f5d4,_0x1c910f){return _0x28f5d4===_0x1c910f;},'xRiRi':_0x5f1fc7(0xf6),'EOQrD':_0x5f1fc7(0xd8)};!this['started']&&(_0x4645b6[_0x5f1fc7(0xc4)](_0x4645b6[_0x5f1fc7(0x103)],_0x4645b6[_0x5f1fc7(0xc1)])?_0x4645b6['hAtmC'](_0x143086,_0x5f1fc7(0xfd)+_0x562b82+_0x5f1fc7(0x8e)+(_0x189828['message']||_0x5ee9a5)):(this[_0x5f1fc7(0x71)]=!![],this[_0x5f1fc7(0xde)]()));};[a67_0x5a6ffe(0x72)]=_0x48a3b0=>{const _0x432524=a67_0x5a6ffe,_0x294c0d={'fuqHR':function(_0x38650a,_0x3aae69){return _0x38650a(_0x3aae69);},'nQcBj':function(_0x984b39,_0x512b5c){return _0x984b39-_0x512b5c;},'ehuWo':function(_0x311f74,_0x26fd22){return _0x311f74!==_0x26fd22;},'vHYdK':_0x432524(0xd9),'kavfH':function(_0x5439c0,_0x36cfc1){return _0x5439c0===_0x36cfc1;},'Unvja':_0x432524(0x7f),'yCSap':function(_0x9cad54,_0x4fc052){return _0x9cad54!==_0x4fc052;},'JvfAS':_0x432524(0x9d),'cQKHb':_0x432524(0xe9),'rrNOV':_0x432524(0xcc)};if(this['BATCH_EVENT_TYPES']['includes'](_0x48a3b0['event_type'])){if(_0x294c0d[_0x432524(0x7c)](_0x294c0d[_0x432524(0x76)],_0x294c0d[_0x432524(0x76)]))_0x3c2d4a[_0x432524(0xa7)]?_0x294c0d[_0x432524(0x88)](_0x332a12,_0x432524(0xfd)+_0x2fb8f8+_0x432524(0x8e)+_0x175705[_0x432524(0xa7)][_0x432524(0xc8)]+'\x20'+_0x193df8[_0x432524(0xa7)][_0x432524(0xfa)]+'\x20'+_0x49b5d4[_0x432524(0x97)](_0x3b38af[_0x432524(0xa7)][_0x432524(0xfe)])):_0x294c0d[_0x432524(0x88)](_0xd9a6bb,'EXCEPTION\x20IN\x20'+_0x55fa7a+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x7da573[_0x432524(0x9e)]||_0x4ff0ab)),this['pendingUploads']=_0x356494['max'](0x0,_0x294c0d['nQcBj'](this['pendingUploads'],_0x39dee3[_0x432524(0x83)]));else{if(_0x48a3b0[_0x432524(0xff)]&&_0x48a3b0[_0x432524(0xff)][0x0]&&_0x294c0d[_0x432524(0xdb)](_0x48a3b0[_0x432524(0xff)][0x0][_0x432524(0x109)],_0x294c0d[_0x432524(0xe1)])){if(_0x294c0d[_0x432524(0xd5)](_0x294c0d['JvfAS'],_0x294c0d[_0x432524(0xe2)])){const _0x4a3749={};return _0x4a3749[_0x432524(0xa9)]=!![],_0x4a3749[_0x432524(0x9c)]=[_0x48a3b0],_0x4a3749[_0x432524(0xa2)]=this[_0x432524(0xcf)],_0x4a3749;}else this[_0x432524(0x71)]=!![],this[_0x432524(0xde)]();}this['queue'][_0x432524(0xbc)](_0x48a3b0);let _0xc22712=null;const _0x23a9ab=this[_0x432524(0xa9)]();_0x23a9ab&&(_0x294c0d['yCSap'](_0x294c0d[_0x432524(0xa8)],_0x294c0d[_0x432524(0xa8)])?_0x40e151[_0x432524(0xd2)]=new _0x23e121():(_0xc22712=this[_0x432524(0xd3)][_0x432524(0xb8)](0x0,BATCH_SIZE),this['queue'][_0x432524(0xac)](0x0,BATCH_SIZE),this['resetEventBatchPolling']()));const _0x3b7436={};return _0x3b7436[_0x432524(0xa9)]=_0x23a9ab,_0x3b7436['proceedWithData']=_0xc22712,_0x3b7436[_0x432524(0xa2)]=this[_0x432524(0xf1)],_0x3b7436;}}const _0xfece63={};return _0xfece63[_0x432524(0xa9)]=!![],_0xfece63;};[a67_0x5a6ffe(0xc9)]=async()=>{const _0x235c57=a67_0x5a6ffe,_0x43c0b0={};_0x43c0b0[_0x235c57(0x73)]=_0x235c57(0xea),_0x43c0b0[_0x235c57(0xe4)]='REMOVING',_0x43c0b0['Lclbb']=function(_0x7f7fa0,_0x414c7a){return _0x7f7fa0>_0x414c7a;},_0x43c0b0['TedNr']=function(_0x1773d1,_0x1c9a2f){return _0x1773d1!==_0x1c9a2f;},_0x43c0b0['RgKDB']=_0x235c57(0xbf),_0x43c0b0[_0x235c57(0xba)]=_0x235c57(0x105);const _0x401fdb=_0x43c0b0;await this[_0x235c57(0xed)](),this[_0x235c57(0xf2)](_0x401fdb['JWYIC']);while(_0x401fdb[_0x235c57(0xe6)](this[_0x235c57(0xd3)][_0x235c57(0x83)],0x0)){if(_0x401fdb[_0x235c57(0x80)](_0x401fdb[_0x235c57(0xb1)],_0x401fdb[_0x235c57(0xb1)]))this[_0x235c57(0xf2)](_0x401fdb[_0x235c57(0x73)]),this[_0x235c57(0xde)]();else{const _0x11b368=this[_0x235c57(0xd3)][_0x235c57(0xb8)](0x0,BATCH_SIZE);this[_0x235c57(0xd3)][_0x235c57(0xac)](0x0,BATCH_SIZE),await this[_0x235c57(0xb6)](this['eventUrl'],_0x401fdb[_0x235c57(0xba)],_0x11b368);}}};[a67_0x5a6ffe(0xb6)]=async(_0x37145b,_0x2d1eb8,_0x1e2350)=>{const _0x257d40=a67_0x5a6ffe,_0x2e7e11={'UCatK':function(_0x3c2a77,_0x309ae3){return _0x3c2a77(_0x309ae3);},'MZDFn':function(_0x23ee0f,_0x2c5a2f){return _0x23ee0f===_0x2c5a2f;},'wHzxT':'REMOVING','zGqis':_0x257d40(0x7f),'AgeaX':function(_0x48f0c1){return _0x48f0c1();},'hZGDq':function(_0x1f0d98,_0x154d49){return _0x1f0d98===_0x154d49;},'zpPtj':'kAjiI','etWCc':function(_0x136ac7,_0x181d05,_0x5af918,_0x342d2c,_0x230690){return _0x136ac7(_0x181d05,_0x5af918,_0x342d2c,_0x230690);},'uAgWe':'POST','zPMfP':function(_0x844de6,_0x4ce8b0){return _0x844de6===_0x4ce8b0;},'WrHCE':_0x257d40(0xb0),'vuSUw':_0x257d40(0xd0),'wGSAP':_0x257d40(0x7e),'gRMgk':function(_0x48f21b,_0x2ba6d2){return _0x48f21b(_0x2ba6d2);},'MseNw':function(_0x8c5c26,_0x2ed7b5){return _0x8c5c26-_0x2ed7b5;},'WlxED':function(_0x316ca4,_0xf5e8d9){return _0x316ca4===_0xf5e8d9;},'NHipJ':_0x257d40(0xe8),'HDNhS':'JazWj','zspFQ':function(_0x51cef4,_0x2e945c){return _0x51cef4!==_0x2e945c;},'lQDLC':'EKdzX','zRbqm':function(_0x14fb92,_0x3b923d){return _0x14fb92(_0x3b923d);},'QgEBR':_0x257d40(0x79),'WOUAr':function(_0x596df3,_0x561494){return _0x596df3(_0x561494);}},_0x332c89={'headers':_0x2e7e11[_0x257d40(0xc2)](getDefaultHeaders)};try{if(_0x2e7e11[_0x257d40(0xf7)](_0x2e7e11[_0x257d40(0xe5)],_0x2e7e11[_0x257d40(0xe5)])){const _0x480498=await _0x2e7e11[_0x257d40(0x85)](nodeRequest,_0x2e7e11['uAgWe'],_0x37145b,_0x1e2350,_0x332c89);if(_0x480498[_0x257d40(0xfe)][_0x257d40(0x98)]){if(_0x2e7e11['zPMfP'](_0x2e7e11['WrHCE'],_0x2e7e11['vuSUw']))_0x2e7e11['UCatK'](_0x344687,this[_0x257d40(0x8a)]),this[_0x257d40(0x8a)]=null,_0x2e7e11[_0x257d40(0x101)](_0x38f070,_0x2e7e11[_0x257d40(0xe3)])&&(this[_0x257d40(0x71)]=![]);else{const _0x5c5f10={};_0x5c5f10[_0x257d40(0x9e)]=_0x480498[_0x257d40(0xfe)]['error'];throw _0x5c5f10;}}else _0x2e7e11[_0x257d40(0xb2)](_0x2e7e11[_0x257d40(0xbb)],_0x2e7e11['wGSAP'])?(_0x2e7e11[_0x257d40(0xae)](debug,_0x2d1eb8+_0x257d40(0xf4)),this[_0x257d40(0x6f)]=Math[_0x257d40(0x87)](0x0,_0x2e7e11[_0x257d40(0xdf)](this['pendingUploads'],_0x1e2350[_0x257d40(0x83)]))):this[_0x257d40(0x71)]=![];}else{if(this[_0x257d40(0x7d)][_0x257d40(0xeb)](_0x27d3d5[_0x257d40(0xf8)])){if(_0x46580c[_0x257d40(0xff)]&&_0x1ae734[_0x257d40(0xff)][0x0]&&_0x2e7e11[_0x257d40(0x101)](_0xff99cf[_0x257d40(0xff)][0x0]['kind'],_0x2e7e11['zGqis'])){const _0x4130d7={};return _0x4130d7[_0x257d40(0xa9)]=!![],_0x4130d7[_0x257d40(0x9c)]=[_0xefa341],_0x4130d7[_0x257d40(0xa2)]=this[_0x257d40(0xcf)],_0x4130d7;}this[_0x257d40(0xd3)][_0x257d40(0xbc)](_0x43219d);let _0x383bad=null;const _0xf0b833=this[_0x257d40(0xa9)]();_0xf0b833&&(_0x383bad=this['queue'][_0x257d40(0xb8)](0x0,_0x5c00fa),this[_0x257d40(0xd3)][_0x257d40(0xac)](0x0,_0x1f681b),this[_0x257d40(0xd7)]());const _0x4b8a58={};return _0x4b8a58[_0x257d40(0xa9)]=_0xf0b833,_0x4b8a58[_0x257d40(0x9c)]=_0x383bad,_0x4b8a58[_0x257d40(0xa2)]=this['eventUrl'],_0x4b8a58;}const _0xd1acf9={};return _0xd1acf9[_0x257d40(0xa9)]=!![],_0xd1acf9;}}catch(_0x59c607){if(_0x2e7e11[_0x257d40(0xa1)](_0x2e7e11[_0x257d40(0x104)],_0x2e7e11[_0x257d40(0x8b)])){const _0x3616c1={};_0x3616c1[_0x257d40(0x9e)]=_0x472aad[_0x257d40(0xfe)][_0x257d40(0x98)];throw _0x3616c1;}else{if(_0x59c607['response'])_0x2e7e11['zspFQ'](_0x2e7e11[_0x257d40(0x78)],_0x2e7e11[_0x257d40(0x78)])?(_0x140495=this[_0x257d40(0xd3)][_0x257d40(0xb8)](0x0,_0x53c014),this[_0x257d40(0xd3)][_0x257d40(0xac)](0x0,_0x5bdded),this[_0x257d40(0xd7)]()):_0x2e7e11['zRbqm'](debug,_0x257d40(0xfd)+_0x2d1eb8+_0x257d40(0x8e)+_0x59c607['response'][_0x257d40(0xc8)]+'\x20'+_0x59c607[_0x257d40(0xa7)][_0x257d40(0xfa)]+'\x20'+JSON['stringify'](_0x59c607[_0x257d40(0xa7)][_0x257d40(0xfe)]));else{if(_0x2e7e11[_0x257d40(0xc6)](_0x2e7e11[_0x257d40(0xce)],_0x2e7e11[_0x257d40(0xce)]))return!_0x731610[_0x257d40(0xd2)]&&(_0x3a57cd[_0x257d40(0xd2)]=new _0x43f55c()),_0x15f907[_0x257d40(0xd2)];else _0x2e7e11[_0x257d40(0xb7)](debug,_0x257d40(0xfd)+_0x2d1eb8+'\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x59c607['message']||_0x59c607));}this[_0x257d40(0x6f)]=Math[_0x257d40(0x87)](0x0,_0x2e7e11[_0x257d40(0xdf)](this['pendingUploads'],_0x1e2350['length']));}}};[a67_0x5a6ffe(0xde)]=()=>{const _0x41d1b1=a67_0x5a6ffe,_0x6bd6bd={'LNUlP':function(_0x54eba8,_0x40eec3){return _0x54eba8>=_0x40eec3;},'pgigw':function(_0x35a805,_0x2f8f68){return _0x35a805!==_0x2f8f68;},'Jvwem':_0x41d1b1(0xa3),'fpBMS':_0x41d1b1(0x81),'aCEmD':function(_0x5eac5d,_0x1ef286){return _0x5eac5d>_0x1ef286;},'bsIWJ':function(_0x1460af,_0x46031a){return _0x1460af===_0x46031a;},'HAmVy':_0x41d1b1(0x6e),'eRAmD':_0x41d1b1(0xf5),'QRCoi':_0x41d1b1(0x92),'CtziL':function(_0x9d35e4,_0x318874,_0x9d5d2e){return _0x9d35e4(_0x318874,_0x9d5d2e);}};this['pollEventBatchInterval']=_0x6bd6bd['CtziL'](setInterval,async()=>{const _0x5e0a02=_0x41d1b1;if(_0x6bd6bd['pgigw'](_0x6bd6bd[_0x5e0a02(0xad)],_0x6bd6bd['fpBMS'])){if(_0x6bd6bd[_0x5e0a02(0x107)](this[_0x5e0a02(0xd3)][_0x5e0a02(0x83)],0x0)){if(_0x6bd6bd[_0x5e0a02(0x84)](_0x6bd6bd[_0x5e0a02(0xb9)],_0x6bd6bd[_0x5e0a02(0xc5)]))return;else{const _0x2c598e=this[_0x5e0a02(0xd3)][_0x5e0a02(0xb8)](0x0,BATCH_SIZE);this[_0x5e0a02(0xd3)][_0x5e0a02(0xac)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this['eventUrl'],_0x6bd6bd['QRCoi'],_0x2c598e);}}}else return _0x6bd6bd[_0x5e0a02(0x96)](this[_0x5e0a02(0xd3)][_0x5e0a02(0x83)],_0x1cfb56);},BATCH_INTERVAL);};[a67_0x5a6ffe(0xd7)]=()=>{const _0x1e78dc=a67_0x5a6ffe,_0x4d9492={};_0x4d9492[_0x1e78dc(0xb4)]='RESETTING';const _0x573884=_0x4d9492;this[_0x1e78dc(0xf2)](_0x573884[_0x1e78dc(0xb4)]),this['startEventBatchPolling']();};[a67_0x5a6ffe(0xf2)]=_0xe5f94f=>{const _0x24b292=a67_0x5a6ffe,_0xf2f92c={'vtJqN':_0x24b292(0xe7),'nysNL':_0x24b292(0x95),'mmlPd':'api/v1/batch','osDIZ':'LogCreated','oVpkC':'CBTSessionCreated','WwBnP':_0x24b292(0x100),'rmulw':_0x24b292(0x108),'cwpmc':_0x24b292(0xbd),'gSTuJ':_0x24b292(0x90),'VvSvn':_0x24b292(0xdc),'oajPC':function(_0x1fa95d,_0x419aa0){return _0x1fa95d===_0x419aa0;},'fbOVt':'haRDQ','DVeCv':function(_0xd39821,_0xad867b){return _0xd39821(_0xad867b);},'ywewz':'REMOVING','JyeJs':function(_0x11babe,_0x1f83c6){return _0x11babe!==_0x1f83c6;},'IawvQ':_0x24b292(0xcd)};if(this[_0x24b292(0x8a)]){if(_0xf2f92c[_0x24b292(0xca)](_0xf2f92c['fbOVt'],_0xf2f92c[_0x24b292(0xab)]))_0xf2f92c[_0x24b292(0xfc)](clearInterval,this[_0x24b292(0x8a)]),this[_0x24b292(0x8a)]=null,_0xf2f92c[_0x24b292(0xca)](_0xe5f94f,_0xf2f92c[_0x24b292(0xa6)])&&(_0xf2f92c[_0x24b292(0xaf)](_0xf2f92c[_0x24b292(0xd1)],_0xf2f92c['IawvQ'])?!this[_0x24b292(0x71)]&&(this['started']=!![],this[_0x24b292(0xde)]()):this['started']=![]);else{const _0x3d32d4=_0xf2f92c['vtJqN'][_0x24b292(0xec)]('|');let _0x5357e2=0x0;while(!![]){switch(_0x3d32d4[_0x5357e2++]){case'0':this[_0x24b292(0x8a)]=null;continue;case'1':this[_0x24b292(0xcf)]=_0xf2f92c[_0x24b292(0x91)];continue;case'2':this['eventUrl']=_0xf2f92c[_0x24b292(0xcb)];continue;case'3':this['started']=![];continue;case'4':this[_0x24b292(0x7d)]=[_0xf2f92c[_0x24b292(0xf9)],_0xf2f92c[_0x24b292(0x82)],_0xf2f92c[_0x24b292(0x10d)],_0xf2f92c[_0x24b292(0xda)],_0xf2f92c[_0x24b292(0x75)],_0xf2f92c[_0x24b292(0xef)],_0xf2f92c[_0x24b292(0xaa)]];continue;case'5':this[_0x24b292(0xd3)]=[];continue;}break;}}}};['shouldProceed']=()=>{const _0x51eadf=a67_0x5a6ffe,_0x25f975={};_0x25f975[_0x51eadf(0xc7)]=function(_0x33d515,_0x1b93fb){return _0x33d515>=_0x1b93fb;};const _0x3064ac=_0x25f975;return _0x3064ac[_0x51eadf(0xc7)](this[_0x51eadf(0xd3)]['length'],BATCH_SIZE);};async[a67_0x5a6ffe(0xed)](_0x285b33=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x999f15=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x5250f7=a67_0x5a6ffe,_0x457c24={'QudtP':function(_0x347769,_0xaac62e){return _0x347769(_0xaac62e);},'rsUJc':function(_0x54f06a,_0x3b95c5){return _0x54f06a<=_0x3b95c5;},'eBVDE':function(_0xa02a1e,_0x523f49){return _0xa02a1e<=_0x523f49;},'tlwSm':function(_0x1e3762,_0x45d481){return _0x1e3762!==_0x45d481;},'aTajx':_0x5250f7(0xa0),'kFMES':_0x5250f7(0x94),'ghSRc':function(_0x10871b,_0x51a4f0){return _0x10871b(_0x51a4f0);},'HKUvP':function(_0x78bc4c,_0x46f445){return _0x78bc4c-_0x46f445;}};if(_0x457c24[_0x5250f7(0xee)](this[_0x5250f7(0x6f)],0x0)||_0x457c24['eBVDE'](_0x285b33,0x0)){if(_0x457c24[_0x5250f7(0xc0)](_0x457c24[_0x5250f7(0x89)],_0x457c24[_0x5250f7(0x93)]))return;else _0x457c24[_0x5250f7(0xf3)](_0x3ab463,_0x5250f7(0xfd)+_0x57f0ad+_0x5250f7(0x8e)+_0x5c5d03[_0x5250f7(0xa7)][_0x5250f7(0xc8)]+'\x20'+_0x22a58b['response'][_0x5250f7(0xfa)]+'\x20'+_0x590678[_0x5250f7(0x97)](_0x1048c7[_0x5250f7(0xa7)][_0x5250f7(0xfe)]));}return await _0x457c24[_0x5250f7(0x8c)](sleep,_0x999f15),this[_0x5250f7(0xed)](_0x457c24['HKUvP'](_0x285b33,_0x999f15));}}module[a67_0x5a6ffe(0x74)]=RequestQueueHandler;
@@ -1 +1 @@
1
- const a68_0x3adbdc=a68_0x4a0a;(function(_0x5ed8a8,_0x1cb4ea){const _0x541c58=a68_0x4a0a,_0x38a108=_0x5ed8a8();while(!![]){try{const _0x539923=parseInt(_0x541c58(0x10f))/0x1+-parseInt(_0x541c58(0xc3))/0x2+parseInt(_0x541c58(0x13a))/0x3*(-parseInt(_0x541c58(0x13c))/0x4)+-parseInt(_0x541c58(0x129))/0x5+-parseInt(_0x541c58(0x187))/0x6+parseInt(_0x541c58(0x107))/0x7+parseInt(_0x541c58(0x108))/0x8*(parseInt(_0x541c58(0x12a))/0x9);if(_0x539923===_0x1cb4ea)break;else _0x38a108['push'](_0x38a108['shift']());}catch(_0x20384a){_0x38a108['push'](_0x38a108['shift']());}}}(a68_0x962e,0x70a5d));function a68_0x962e(){const _0x11bb29=['urduE','Authorization','jHYJl','rGeVi','OlbOc','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','yZsmE','TvlxG','X-BSTACK-TESTOPS','json','Bearer\x20','./utils','JCURy','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20','zBzoP','XDHxU','PPhFA','PKpIk','gyMtW','azweI','start','ByZRP','auBGa','OuTIF','PTlFS','fBTxe','ptVKX','BROWSERSTACK_RERUN','vFiEX','eSlzP','ERROR_ACCESS_DENIED','dCWhX','getGitMetaData','dOIwq','WmjOO','wpeoT','max','GPele','EXCEPTION\x20IN\x20','iuzTK','imOcg','SdrBh','VRRcG','zzOag','Zafwy','YvqtB',']\x20event\x20successful!','MdUXo','yXkRH','data','qoSqb','false','dQPoq','CBTSessionCreated','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','ISPsE','uYCFj','TPdmP','pendingUploads','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Missing\x20authentication\x20token','3220458JrWnQo','DbOCz','HiZxw','Skwbc','Test_Skipped_Upload','basename','ERROR_INVALID_CREDENTIALS','pvzrX','exports','JdHpp','LeETv','IOzKB','UCqrH','PMiPf','mbKJN','POST','VmHsU','dFNle','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Build\x20Start\x20is\x20not\x20completed\x20and\x20','Gmlxn','KZMcK','projectName','TestRunFinished','ykIPB','bmVQg','AfHHe','QeBlQ','vajyJ','\x20retry\x20runs\x20exceeded','path','ztcmR','SBgGH','bNtKY','frameworkVersion','hzAxX','info','LQLPS','bvloa','yKkVu','toISOString','IxkHa','MCaAE','CREDENTIALS_FOR_CRASH_REPORTING','stop','ufQyB','bnvLm','qYUyM','lQgJP','api/v1/builds/','jKPeT','waitForBuildStatus','xaKoz','neVzq','HrSOW','zTNzG','Batch-Queue','CZuvz','YWmNy','api/v1/builds','FOSYz','FMQTq','lFNgi','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20missing\x20authentication\x20token','requestQueueHandler','uploadEventData','jwHsq','TestRunStarted','kldUm','PUT','mJPoK','pRmxX','emOGR','getAccessKey','Zjhbp','IyKJK','Content-Type','buildIdentifier','llrGT','YnyYC','yOIZx','../logger','response','getHostInfo','OuYQK','HookRunFinished','1722050fQlSnA','MIbSl','weFTD','OxXET','yYfZm','yxSGs','muDdO','build_hashed_id','length','Timqe','KqWWP','success','toString','./requestQueueHandler','BS_TESTOPS_JWT','errorType','Hook_Start_Upload','UuLEi','dzpdp','error','api/v1/event','eWbkr','ITrTh','vYJyl','xhHtZ','jrHBR','EJgpK','XyXaN','qImSn','JFxFx','KnEDR','GdFQw','Avvab','kBdPg','xrLJm','JOlIy','QueEz','winstonLogger','Test_End_Upload','aGlvN','null','pOriu','GfwJU','message','getAgentVersion','UUovT','BS_TESTOPS_BUILD_HASHED_ID','pCPvp','quotx','FUIuP','dlFcA','env','hulCj','ExTiS','STBsC','CBT_Upload','jMTAi','iBakP','rhvQH','../helper','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','Utbui','BS_TESTOPS_BUILD_COMPLETED','cwd','DCnss','xXvBh','stopBuildUpstream\x20event\x20successful!','Test_Start_Upload','1556254vzrCvd','16xpHblY','xWaFZ','eventUrl','stringify','includes','wYYTY','BMVvB','205663INymeC','PsATA','username','axJvz','dOVxM','XQwuE','Hkysv','buildDescription','pJJOK','jwt','LogCreated','BVKOz','frameworkName','wONOz','MhNVJ','password','buildName','add','fQVSX','KrbyO','wPgvh','Retry\x20runs\x20exceeded','status','FEIka','cqyAC','statusText','2647620rtKIQn','9157437dvAwkL','resolve','getCiInfo','fBHdX','DlhWG','event_type','otSIV','application/json','YRWMQ','/stop','JHNpE','qXdhN','allow_screenshots','ERROR_SDK_DEPRECATED','QdVBg','BKXjT','74274vaiBGS','AvqGB','12JfQJUT','UtdOv','sPaSV','BS_TESTOPS_ALLOW_SCREENSHOTS','vTSCg','VisNb','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','uploadPending','Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20','wvFeR','idefK','fPnFd','HookRunStarted','MGvaK','sSkat'];a68_0x962e=function(){return _0x11bb29;};return a68_0x962e();}const bsSetupHelper=require(a68_0x3adbdc(0xfe)),path=require(a68_0x3adbdc(0x8b)),os=require('os'),{debug,getCustomTags,getDefaultHeaders,nodeRequest,sleep}=require(a68_0x3adbdc(0x156)),{EVENT_ENDPOINT,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS}=require('./constants'),RequestQueueHandler=require(a68_0x3adbdc(0xd0)),logger=require(a68_0x3adbdc(0xbe))[a68_0x3adbdc(0xe8)];function a68_0x4a0a(_0x4428fa,_0xd4f065){const _0x962ee8=a68_0x962e();return a68_0x4a0a=function(_0x4a0a94,_0x297f32){_0x4a0a94=_0x4a0a94-0x7b;let _0x76295f=_0x962ee8[_0x4a0a94];return _0x76295f;},a68_0x4a0a(_0x4428fa,_0xd4f065);}class SessionHandler{static ['requestQueueHandler']=RequestQueueHandler['getInstance']();static async['launch'](_0x106488,_0x1f34fc){const _0x5b0b3f=a68_0x3adbdc,_0x545780={'bmVQg':function(_0x505b4d,_0x3a812c){return _0x505b4d-_0x3a812c;},'VisNb':function(_0x1b5a02,_0x435376){return _0x1b5a02+_0x435376;},'OxXET':function(_0x4803b7,_0x5956ce){return _0x4803b7(_0x5956ce);},'dzpdp':function(_0x30f0a1,_0x1e5750){return _0x30f0a1!==_0x1e5750;},'ztcmR':_0x5b0b3f(0xa5),'UUovT':function(_0x276435,_0x1a6f49){return _0x276435!==_0x1a6f49;},'IyKJK':_0x5b0b3f(0xeb),'otSIV':_0x5b0b3f(0xd6),'HiZxw':_0x5b0b3f(0x124),'SBgGH':function(_0x3204d6,_0x25ac8d){return _0x3204d6(_0x25ac8d);},'hzAxX':function(_0x562283,_0x271722){return _0x562283||_0x271722;},'neVzq':function(_0x112fdb,_0x247e14){return _0x112fdb===_0x247e14;},'MdUXo':_0x5b0b3f(0xb3),'xWaFZ':_0x5b0b3f(0x164),'yZsmE':function(_0x150f2c,_0x374fc0){return _0x150f2c(_0x374fc0);},'dOVxM':'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','OuYQK':_0x5b0b3f(0x17e),'yKkVu':function(_0x370efe,_0x577fc7){return _0x370efe===_0x577fc7;},'JFxFx':_0x5b0b3f(0xe6),'dlFcA':_0x5b0b3f(0x154),'AfHHe':function(_0x5d6029){return _0x5d6029();},'YvqtB':function(_0x25ff11,_0x31ea34,_0x10910a,_0x93b517,_0x96f59a){return _0x25ff11(_0x31ea34,_0x10910a,_0x93b517,_0x96f59a);},'jwHsq':'POST','HcnTV':_0x5b0b3f(0xa8),'wYYTY':function(_0x5f5705,_0x2ef68a){return _0x5f5705(_0x2ef68a);},'xKNWn':'Build\x20creation\x20successful!','qLdnK':'true','Zjhbp':_0x5b0b3f(0x134),'htAoN':_0x5b0b3f(0x100),'jMTAi':function(_0x247de3,_0x541122){return _0x247de3!==_0x541122;},'PMiPf':_0x5b0b3f(0xe1),'ExTiS':function(_0x1c752c,_0x2065f8){return _0x1c752c===_0x2065f8;},'TPdmP':_0x5b0b3f(0xa3),'WmjOO':'zDKuX','PsATA':function(_0x49b915,_0x2057fd){return _0x49b915===_0x2057fd;},'Skwbc':_0x5b0b3f(0xf3),'axJvz':'FPClC','cqyAC':'boevk','idefK':function(_0x2d3c7a,_0x2b8ef6){return _0x2d3c7a(_0x2b8ef6);},'vTSCg':function(_0x1cabbb,_0x5c6ec6){return _0x1cabbb===_0x5c6ec6;},'pvzrX':'wgSce','PKpIk':function(_0x57d67e,_0x2f1915){return _0x57d67e(_0x2f1915);},'DCnss':function(_0xae1405,_0x526b28){return _0xae1405===_0x526b28;},'pCPvp':_0x5b0b3f(0x14f),'odUke':'nNHKX','dQPoq':_0x5b0b3f(0x18d),'FOSYz':_0x5b0b3f(0x169),'yYfZm':_0x5b0b3f(0x137),'pOriu':'othjC'},_0x171db9=bsSetupHelper['getUserName'](_0x106488),_0x999c7e=bsSetupHelper[_0x5b0b3f(0xb6)](_0x106488),_0xf83575=_0x545780[_0x5b0b3f(0x90)](_0x171db9,'')+':'+_0x545780['hzAxX'](_0x999c7e,'');if(_0x545780[_0x5b0b3f(0xa2)](_0xf83575,':')){if(_0x545780[_0x5b0b3f(0xd5)](_0x545780[_0x5b0b3f(0x17a)],_0x545780[_0x5b0b3f(0x109)]))return _0x545780[_0x5b0b3f(0x151)](debug,_0x545780[_0x5b0b3f(0x113)]),process[_0x5b0b3f(0xf6)]['BS_TESTOPS_BUILD_COMPLETED']=_0x545780[_0x5b0b3f(0xc1)],[null,null];else _0x1a38fb=_0x47122d,_0x3d6c01=_0x20d2a4;}try{if(_0x545780[_0x5b0b3f(0x94)](_0x545780['JFxFx'],_0x545780[_0x5b0b3f(0xe0)])){const _0x32e113={'format':_0x545780[_0x5b0b3f(0xf5)],'project_name':_0x106488[_0x5b0b3f(0x83)]||'','name':_0x106488[_0x5b0b3f(0x11f)]||path[_0x5b0b3f(0x18c)](path[_0x5b0b3f(0x12b)](process[_0x5b0b3f(0x102)]())),'build_identifier':_0x106488[_0x5b0b3f(0xba)],'description':_0x106488[_0x5b0b3f(0x116)]||'','start_time':new Date()[_0x5b0b3f(0x95)](),'tags':_0x545780[_0x5b0b3f(0xc6)](getCustomTags,_0x106488),'host_info':bsSetupHelper[_0x5b0b3f(0xc0)](),'ci_info':bsSetupHelper[_0x5b0b3f(0x12c)](),'build_run_identifier':process[_0x5b0b3f(0xf6)]['BROWSERSTACK_BUILD_RUN_IDENTIFIER'],'failed_tests_rerun':process[_0x5b0b3f(0xf6)][_0x5b0b3f(0x166)]||![],'version_control':await bsSetupHelper[_0x5b0b3f(0x16b)](),'observability_version':{'frameworkName':_0x1f34fc[_0x5b0b3f(0x11b)],'frameworkVersion':_0x1f34fc[_0x5b0b3f(0x8f)],'sdkVersion':bsSetupHelper[_0x5b0b3f(0xef)]()}},_0x13d9de={};_0x13d9de[_0x5b0b3f(0x111)]=_0x171db9,_0x13d9de['password']=_0x999c7e;const _0x547718={'auth':_0x13d9de,'headers':_0x545780[_0x5b0b3f(0x87)](getDefaultHeaders)},_0x3331c2=await _0x545780[_0x5b0b3f(0x178)](nodeRequest,_0x545780[_0x5b0b3f(0xaf)],_0x545780['HcnTV'],_0x32e113,_0x547718);_0x545780[_0x5b0b3f(0x10d)](debug,_0x545780['xKNWn']),process['env'][_0x5b0b3f(0x101)]=_0x545780['qLdnK'];const _0x3e6fe8=_0x3331c2[_0x5b0b3f(0x17c)];if(_0x3e6fe8[_0x5b0b3f(0x118)]){if(_0x545780[_0x5b0b3f(0xd5)](_0x545780[_0x5b0b3f(0xb7)],_0x545780['htAoN'])){process['env'][_0x5b0b3f(0xd1)]=_0x3e6fe8[_0x5b0b3f(0x118)];const _0xd31148={};_0xd31148[_0x5b0b3f(0x111)]=_0x171db9,_0xd31148[_0x5b0b3f(0x11e)]=_0x999c7e,process[_0x5b0b3f(0xf6)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON[_0x5b0b3f(0x10b)](_0xd31148);}else{const _0x355a42={};_0x355a42[_0x5b0b3f(0xee)]=_0x13892e['data']['error'];throw _0x355a42;}}if(_0x3e6fe8[_0x5b0b3f(0xca)]){if(_0x545780[_0x5b0b3f(0xfb)](_0x545780['PMiPf'],_0x545780[_0x5b0b3f(0x7b)]))return;else process['env'][_0x5b0b3f(0xf1)]=_0x3e6fe8['build_hashed_id'];}return _0x3e6fe8['allow_screenshots']&&(_0x545780[_0x5b0b3f(0xf8)](_0x545780[_0x5b0b3f(0x184)],_0x545780[_0x5b0b3f(0x16d)])?this[_0x5b0b3f(0xad)][_0x5b0b3f(0x185)]=_0x408435[_0x5b0b3f(0x16f)](0x0,_0x545780[_0x5b0b3f(0x86)](this['requestQueueHandler'][_0x5b0b3f(0x185)],0x1)):process[_0x5b0b3f(0xf6)][_0x5b0b3f(0x13f)]=_0x3e6fe8[_0x5b0b3f(0x136)][_0x5b0b3f(0xcf)]()),[_0x3331c2[_0x5b0b3f(0x17c)][_0x5b0b3f(0x118)],_0x3331c2[_0x5b0b3f(0x17c)]['build_hashed_id'],_0x3331c2[_0x5b0b3f(0x17c)][_0x5b0b3f(0x136)]];}else this[_0x5b0b3f(0xae)](_0x6ac86e,_0x545780[_0x5b0b3f(0x141)](_0x3206ed,0x1));}catch(_0x51b240){if(_0x545780[_0x5b0b3f(0x110)](_0x545780[_0x5b0b3f(0x18a)],_0x545780[_0x5b0b3f(0x112)]))_0x545780[_0x5b0b3f(0xc6)](_0x47d4a1,'EXCEPTION\x20IN\x20'+(_0x545780[_0x5b0b3f(0xd5)](_0x3c4a5d,this[_0x5b0b3f(0xad)][_0x5b0b3f(0x10a)])?_0x69d7f5:_0x545780[_0x5b0b3f(0x8c)])+_0x5b0b3f(0xff)+_0x22a084[_0x5b0b3f(0xbf)][_0x5b0b3f(0x125)]+'\x20'+_0x20dc10[_0x5b0b3f(0xbf)][_0x5b0b3f(0x128)]+'\x20'+_0x169388[_0x5b0b3f(0x10b)](_0x85a8ab[_0x5b0b3f(0xbf)][_0x5b0b3f(0x17c)]));else{process['env']['BS_TESTOPS_BUILD_COMPLETED']=_0x545780[_0x5b0b3f(0xc1)],process[_0x5b0b3f(0xf6)][_0x5b0b3f(0xd1)]=_0x545780[_0x5b0b3f(0xb8)],process[_0x5b0b3f(0xf6)][_0x5b0b3f(0xf1)]=_0x545780['IyKJK'],process[_0x5b0b3f(0xf6)][_0x5b0b3f(0x13f)]=_0x545780[_0x5b0b3f(0xb8)];if(_0x51b240[_0x5b0b3f(0xbf)]){if(_0x545780[_0x5b0b3f(0x110)](_0x545780[_0x5b0b3f(0x127)],_0x545780['cqyAC']))_0x545780[_0x5b0b3f(0x146)](debug,_0x5b0b3f(0x158)+_0x51b240[_0x5b0b3f(0xbf)][_0x5b0b3f(0x125)]+'\x20'+_0x51b240[_0x5b0b3f(0xbf)][_0x5b0b3f(0x128)]+'\x20'+JSON[_0x5b0b3f(0x10b)](_0x51b240[_0x5b0b3f(0xbf)][_0x5b0b3f(0x17c)]));else{_0x545780['OxXET'](_0x2508ae,_0x5b0b3f(0x171)+_0x4549dc+_0x5b0b3f(0x80)+_0x39986b+'\x20retry\x20runs\x20exceeded');_0x545780[_0x5b0b3f(0xf0)](_0x298920['env'][_0x5b0b3f(0xd1)],_0x545780['IyKJK'])&&(this[_0x5b0b3f(0xad)][_0x5b0b3f(0x185)]=_0x595d78['max'](0x0,_0x545780[_0x5b0b3f(0x86)](this[_0x5b0b3f(0xad)][_0x5b0b3f(0x185)],0x1)));const _0xd83983={};return _0xd83983['status']=_0x545780[_0x5b0b3f(0x130)],_0xd83983['message']=_0x545780[_0x5b0b3f(0x189)],_0xd83983;}}else{if(_0x545780[_0x5b0b3f(0x140)](_0x545780[_0x5b0b3f(0x18e)],_0x545780[_0x5b0b3f(0x18e)]))_0x545780[_0x5b0b3f(0x15c)](debug,_0x5b0b3f(0x158)+(_0x51b240['message']||_0x51b240));else{_0xcd5ecc[_0x5b0b3f(0xbf)]?_0x545780['OxXET'](_0x458904,_0x5b0b3f(0x181)+_0x5f58b0[_0x5b0b3f(0xbf)][_0x5b0b3f(0x125)]+'\x20'+_0xb3c34e[_0x5b0b3f(0xbf)][_0x5b0b3f(0x128)]+'\x20'+_0x20da4e[_0x5b0b3f(0x10b)](_0x8f8a18['response'][_0x5b0b3f(0x17c)])):_0x545780[_0x5b0b3f(0x8d)](_0x339d8d,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x242f8f[_0x5b0b3f(0xee)]||_0x554e88));const _0x2e149a={};return _0x2e149a[_0x5b0b3f(0x125)]=_0x545780[_0x5b0b3f(0x130)],_0x2e149a[_0x5b0b3f(0xee)]=_0x30c573[_0x5b0b3f(0xee)]||_0x2a4cc3['response']?_0x414fd6[_0x5b0b3f(0xbf)][_0x5b0b3f(0x125)]+':'+_0x31a0da[_0x5b0b3f(0xbf)][_0x5b0b3f(0x128)]:_0x17994c,_0x2e149a;}}if(_0x51b240&&_0x51b240[_0x5b0b3f(0xee)]){if(_0x545780[_0x5b0b3f(0x103)](_0x545780[_0x5b0b3f(0xf2)],_0x545780['odUke']))_0x4127c6[_0x5b0b3f(0xf6)][_0x5b0b3f(0x13f)]=_0x9d7ea9[_0x5b0b3f(0x136)][_0x5b0b3f(0xcf)]();else{const _0xe15da2=_0x51b240[_0x5b0b3f(0xee)];switch(_0x51b240[_0x5b0b3f(0xd2)]){case _0x545780[_0x5b0b3f(0x17f)]:logger[_0x5b0b3f(0xd6)](_0xe15da2);break;case _0x545780[_0x5b0b3f(0xa9)]:logger[_0x5b0b3f(0x91)](_0xe15da2);break;case _0x545780[_0x5b0b3f(0xc7)]:logger[_0x5b0b3f(0xd6)](_0xe15da2);break;default:logger[_0x5b0b3f(0xd6)](_0xe15da2);}}}else _0x545780[_0x5b0b3f(0x103)](_0x545780['pOriu'],_0x545780[_0x5b0b3f(0xec)])?console[_0x5b0b3f(0x91)](_0x5b0b3f(0x144)+_0x51b240):_0x545780[_0x5b0b3f(0x8d)](_0x35ae75,_0x5b0b3f(0x181)+(_0x3c11d5[_0x5b0b3f(0xee)]||_0x5f10cf));return[null,null,null];}}}static async[a68_0x3adbdc(0xa0)](){const _0x55d06a=a68_0x3adbdc,_0x4a69ad={'Hkysv':function(_0x4e5a15,_0x5367cb){return _0x4e5a15(_0x5367cb);},'AvqGB':function(_0x3df9b4,_0x53d6b7){return _0x3df9b4!==_0x53d6b7;},'bnvLm':_0x55d06a(0xa5),'PPhFA':function(_0x1fbd0a,_0x415590){return _0x1fbd0a!==_0x415590;},'TvlxG':function(_0x3bb843,_0x2ef28b){return _0x3bb843-_0x2ef28b;},'DbOCz':function(_0x5bc2b5,_0x5137db){return _0x5bc2b5===_0x5137db;},'xXvBh':_0x55d06a(0xd7),'qoSqb':_0x55d06a(0xd6),'FEIka':'true','LQLPS':_0x55d06a(0x17e),'xrLJm':function(_0x4f54da,_0x219d9b){return _0x4f54da!==_0x219d9b;},'CZuvz':_0x55d06a(0x183),'bvloa':function(_0x1773e6,_0x1258dc){return _0x1773e6===_0x1258dc;},'UuLEi':_0x55d06a(0x7e)},_0x11e0c0=process[_0x55d06a(0xf6)][_0x55d06a(0x101)];if([_0x4a69ad[_0x55d06a(0x126)],_0x4a69ad[_0x55d06a(0x92)]][_0x55d06a(0x10c)](_0x11e0c0)){if(_0x4a69ad[_0x55d06a(0xe5)](_0x4a69ad[_0x55d06a(0xa6)],_0x4a69ad[_0x55d06a(0xa6)]))_0x4a69ad[_0x55d06a(0x115)](_0x2948ba,_0x55d06a(0x181)+_0x807b0d['response']['status']+'\x20'+_0x2fd9fa[_0x55d06a(0xbf)]['statusText']+'\x20'+_0x109046[_0x55d06a(0x10b)](_0x5f3515[_0x55d06a(0xbf)][_0x55d06a(0x17c)]));else return;}while([_0x4a69ad[_0x55d06a(0x126)],_0x4a69ad[_0x55d06a(0x92)]][_0x55d06a(0x10c)](_0x11e0c0)){if(_0x4a69ad[_0x55d06a(0x93)](_0x4a69ad['UuLEi'],_0x4a69ad[_0x55d06a(0xd4)]))await _0x4a69ad[_0x55d06a(0x115)](sleep,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS);else{_0x2eabdd[_0x55d06a(0xbf)]?_0x4a69ad[_0x55d06a(0x115)](_0xeaced3,'EXCEPTION\x20IN\x20'+(_0x4a69ad[_0x55d06a(0x13b)](_0x51deb9,this['requestQueueHandler'][_0x55d06a(0x10a)])?_0x2e8461:_0x4a69ad[_0x55d06a(0x9b)])+_0x55d06a(0xff)+_0x47a439[_0x55d06a(0xbf)][_0x55d06a(0x125)]+'\x20'+_0x34b265[_0x55d06a(0xbf)][_0x55d06a(0x128)]+'\x20'+_0x5b32a2[_0x55d06a(0x10b)](_0x32e681[_0x55d06a(0xbf)][_0x55d06a(0x17c)])):_0x4a69ad['Hkysv'](_0x3d9ff6,'EXCEPTION\x20IN\x20'+(_0x4a69ad[_0x55d06a(0x15b)](_0x50f04c,this['requestQueueHandler'][_0x55d06a(0x10a)])?_0x4ef389:_0x4a69ad[_0x55d06a(0x9b)])+_0x55d06a(0xff)+(_0x277ecb[_0x55d06a(0xee)]||_0x223642));this['requestQueueHandler']['pendingUploads']=_0x554c7c[_0x55d06a(0x16f)](0x0,_0x4a69ad[_0x55d06a(0x152)](this[_0x55d06a(0xad)][_0x55d06a(0x185)],_0x4a69ad[_0x55d06a(0x188)](_0x22b3b3,_0x4a69ad[_0x55d06a(0x104)])?0x1:_0x38aba7[_0x55d06a(0xcb)]));const _0x11464b={};return _0x11464b[_0x55d06a(0x125)]=_0x4a69ad[_0x55d06a(0x17d)],_0x11464b[_0x55d06a(0xee)]=_0xb823b6[_0x55d06a(0xee)]||(_0x43a72d[_0x55d06a(0xbf)]?_0x4c6cad[_0x55d06a(0xbf)][_0x55d06a(0x125)]+':'+_0x4ad7c8[_0x55d06a(0xbf)][_0x55d06a(0x128)]:_0x20419d),_0x11464b;}}}static async[a68_0x3adbdc(0x99)](){const _0x1a64be=a68_0x3adbdc,_0x5ab527={'qImSn':function(_0x39fed9,_0x1335c7){return _0x39fed9+_0x1335c7;},'vYJyl':function(_0x4f51ef,_0x57505b,_0x383b86){return _0x4f51ef(_0x57505b,_0x383b86);},'dCWhX':function(_0x26b1fd,_0x2e0a65){return _0x26b1fd(_0x2e0a65);},'MGvaK':function(_0x365984,_0x71e13f){return _0x365984!==_0x71e13f;},'imOcg':_0x1a64be(0xa5),'pRmxX':function(_0x286677,_0x3da2a0){return _0x286677-_0x3da2a0;},'kldUm':function(_0x439cc9,_0x3b415c){return _0x439cc9===_0x3b415c;},'xhHtZ':_0x1a64be(0xd7),'STBsC':'success','IxkHa':function(_0x33d4cb,_0x3aa5b7){return _0x33d4cb(_0x3aa5b7);},'weFTD':_0x1a64be(0x105),'JdHpp':function(_0x57176a,_0x1d85cd){return _0x57176a!==_0x1d85cd;},'BVKOz':function(_0x2ab35b,_0x344365){return _0x2ab35b(_0x344365);},'PQBrD':_0x1a64be(0x17e),'iuzTK':function(_0xd8606d,_0x3c41e6){return _0xd8606d===_0x3c41e6;},'wvFeR':_0x1a64be(0x12e),'YnyYC':function(_0x292f99,_0x5f1346){return _0x292f99===_0x5f1346;},'auBGa':_0x1a64be(0xeb),'vFiEX':function(_0x1048ae,_0x514fc5){return _0x1048ae===_0x514fc5;},'EJgpK':function(_0x1c9e1f,_0x372316){return _0x1c9e1f!==_0x372316;},'GdFQw':'htzcg','Timqe':'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Missing\x20authentication\x20token','fBHdX':'error','yXkRH':_0x1a64be(0x142),'Avvab':function(_0x3b472a){return _0x3b472a();},'hulCj':_0x1a64be(0x13e),'rhvQH':function(_0x156e5a,_0x313a2b,_0x5bf0f5,_0x37e8c8,_0x331d28,_0x3c6fb2){return _0x156e5a(_0x313a2b,_0x5bf0f5,_0x37e8c8,_0x331d28,_0x3c6fb2);},'wONOz':_0x1a64be(0xb2),'jrHBR':function(_0x59aca5,_0xe93f8a){return _0x59aca5!==_0xe93f8a;},'ByZRP':_0x1a64be(0xfc),'kBdPg':'loSSA','aGlvN':_0x1a64be(0x15d),'PTlFS':_0x1a64be(0x174),'eSlzP':function(_0x4dda25,_0x1cb52e){return _0x4dda25!==_0x1cb52e;},'FUIuP':_0x1a64be(0x14a),'YWmNy':function(_0x28368d,_0x2e9a90){return _0x28368d!==_0x2e9a90;},'KrbyO':'XCQrW','fQVSX':_0x1a64be(0x9f),'xlkVi':function(_0x2402a,_0x1b4437){return _0x2402a(_0x1b4437);}};if(_0x5ab527[_0x1a64be(0xb1)](process[_0x1a64be(0xf6)]['BS_TESTOPS_BUILD_COMPLETED'],_0x5ab527['PQBrD'])){if(_0x5ab527[_0x1a64be(0x172)](_0x5ab527[_0x1a64be(0x145)],_0x5ab527['wvFeR']))return;else{const _0x3de1de={};_0x3de1de[_0x1a64be(0xee)]=_0x4659f4['data'][_0x1a64be(0xd6)];throw _0x3de1de;}}await this[_0x1a64be(0xad)][_0x1a64be(0x143)](),await this['waitForBuildStatus']();if(_0x5ab527[_0x1a64be(0xbc)](process[_0x1a64be(0xf6)][_0x1a64be(0xd1)],_0x5ab527[_0x1a64be(0x161)])||_0x5ab527[_0x1a64be(0x167)](process[_0x1a64be(0xf6)][_0x1a64be(0xf1)],_0x5ab527[_0x1a64be(0x161)])){if(_0x5ab527[_0x1a64be(0xdd)](_0x5ab527[_0x1a64be(0xe2)],_0x5ab527[_0x1a64be(0xe2)]))_0x44868f[_0x1a64be(0xf6)][_0x1a64be(0xf1)]=_0x1cda47['build_hashed_id'];else{_0x5ab527['IxkHa'](debug,_0x5ab527[_0x1a64be(0xcc)]);const _0x53608d={};return _0x53608d[_0x1a64be(0x125)]=_0x5ab527[_0x1a64be(0x12d)],_0x53608d['message']=_0x5ab527[_0x1a64be(0x17b)],_0x53608d;}}const _0xc27fa2={'stop_time':new Date()[_0x1a64be(0x95)]()},_0x4b9e15={'headers':_0x5ab527[_0x1a64be(0xe3)](getDefaultHeaders)};try{if(_0x5ab527[_0x1a64be(0x190)](_0x5ab527[_0x1a64be(0xf7)],_0x5ab527[_0x1a64be(0xf7)])){const _0x3266b0={'gFoyC':function(_0x194487,_0x34849e){const _0x21fa00=_0x1a64be;return _0x5ab527[_0x21fa00(0xdf)](_0x194487,_0x34849e);}};_0x5ab527[_0x1a64be(0xda)](_0xfd9b3d,()=>{const _0x2d4f73=_0x1a64be;this[_0x2d4f73(0xae)](_0x449ea1,_0x3266b0['gFoyC'](_0x26d97a,0x1));},0x3e8);}else{const _0x204ed7=await _0x5ab527[_0x1a64be(0xfd)](nodeRequest,_0x5ab527[_0x1a64be(0x11c)],_0x1a64be(0x9e)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']+_0x1a64be(0x133),_0xc27fa2,_0x4b9e15,![]);if(_0x204ed7[_0x1a64be(0x17c)]&&_0x204ed7[_0x1a64be(0x17c)][_0x1a64be(0xd6)]){if(_0x5ab527[_0x1a64be(0xdc)](_0x5ab527[_0x1a64be(0x160)],_0x5ab527[_0x1a64be(0x160)])){_0x5ab527[_0x1a64be(0x16a)](_0xd0bd54,(_0x5ab527[_0x1a64be(0x149)](_0x5a0c6b,this[_0x1a64be(0xad)][_0x1a64be(0x10a)])?_0xad5a89:_0x5ab527[_0x1a64be(0x173)])+'['+_0x2fe1f7+_0x1a64be(0x179)),this[_0x1a64be(0xad)][_0x1a64be(0x185)]=_0x486e84['max'](0x0,_0x5ab527[_0x1a64be(0xb4)](this[_0x1a64be(0xad)][_0x1a64be(0x185)],_0x5ab527[_0x1a64be(0xb1)](_0x2159c3,_0x5ab527[_0x1a64be(0xdb)])?0x1:_0x18ad68['length']));const _0x5c02ec={};return _0x5c02ec['status']=_0x5ab527[_0x1a64be(0xf9)],_0x5c02ec[_0x1a64be(0xee)]='',_0x5c02ec;}else{const _0x4b1a79={};_0x4b1a79[_0x1a64be(0xee)]=_0x204ed7[_0x1a64be(0x17c)][_0x1a64be(0xd6)];throw _0x4b1a79;}}else{if(_0x5ab527[_0x1a64be(0xdc)](_0x5ab527[_0x1a64be(0xe4)],_0x5ab527[_0x1a64be(0xea)])){_0x5ab527[_0x1a64be(0x16a)](debug,_0x5ab527[_0x1a64be(0xc5)]);const _0x295900={};return _0x295900[_0x1a64be(0x125)]=_0x5ab527[_0x1a64be(0xf9)],_0x295900['message']='',_0x295900;}else{_0x5ab527['IxkHa'](_0x28f1ed,_0x5ab527['weFTD']);const _0x21f6fc={};return _0x21f6fc[_0x1a64be(0x125)]=_0x5ab527[_0x1a64be(0xf9)],_0x21f6fc[_0x1a64be(0xee)]='',_0x21f6fc;}}}}catch(_0x8fbf0a){if(_0x5ab527['YnyYC'](_0x5ab527[_0x1a64be(0x163)],_0x5ab527['PTlFS'])){_0x8fbf0a[_0x1a64be(0xbf)]?_0x5ab527[_0x1a64be(0x168)](_0x5ab527[_0x1a64be(0xf4)],_0x5ab527['FUIuP'])?_0x5ab527[_0x1a64be(0x96)](_0x56f309,_0x1a64be(0x171)+(_0x5ab527[_0x1a64be(0x190)](_0x1174cf,this[_0x1a64be(0xad)][_0x1a64be(0x10a)])?_0x5bb038:_0x5ab527[_0x1a64be(0x173)])+_0x1a64be(0xff)+(_0x5c76b0[_0x1a64be(0xee)]||_0x18491c)):_0x5ab527[_0x1a64be(0x16a)](debug,_0x1a64be(0x181)+_0x8fbf0a[_0x1a64be(0xbf)]['status']+'\x20'+_0x8fbf0a['response'][_0x1a64be(0x128)]+'\x20'+JSON[_0x1a64be(0x10b)](_0x8fbf0a['response'][_0x1a64be(0x17c)])):_0x5ab527[_0x1a64be(0xa7)](_0x5ab527[_0x1a64be(0x122)],_0x5ab527[_0x1a64be(0x121)])?_0x5ab527['xlkVi'](debug,_0x1a64be(0x181)+(_0x8fbf0a[_0x1a64be(0xee)]||_0x8fbf0a)):_0x5ab527[_0x1a64be(0x11a)](_0x13edf4,'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20'+(_0x19e0e3[_0x1a64be(0xee)]||_0x305ac4));const _0x60e2e2={};return _0x60e2e2[_0x1a64be(0x125)]=_0x5ab527[_0x1a64be(0x12d)],_0x60e2e2[_0x1a64be(0xee)]=_0x8fbf0a[_0x1a64be(0xee)]||_0x8fbf0a[_0x1a64be(0xbf)]?_0x8fbf0a[_0x1a64be(0xbf)][_0x1a64be(0x125)]+':'+_0x8fbf0a[_0x1a64be(0xbf)][_0x1a64be(0x128)]:_0x8fbf0a,_0x60e2e2;}else return;}}static async['uploadEventData'](_0x58d2a0,_0x199278=0x0){const _0xd219ee=a68_0x3adbdc,_0x31584a={'ufQyB':function(_0x266ab1,_0x3c383a){return _0x266ab1(_0x3c383a);},'KqWWP':function(_0x7780f,_0x22f5db){return _0x7780f-_0x22f5db;},'JCURy':_0xd219ee(0xd6),'urduE':_0xd219ee(0x142),'SszBl':_0xd219ee(0x186),'YRWMQ':function(_0x3547fb,_0x3d5997){return _0x3547fb(_0x3d5997);},'mbKJN':_0xd219ee(0x150),'QueEz':_0xd219ee(0x17e),'IBxzd':function(_0x55dd8f,_0x1f0dfe){return _0x55dd8f+_0x1f0dfe;},'UCqrH':_0xd219ee(0x106),'zBzoP':_0xd219ee(0xe9),'vajyJ':_0xd219ee(0x18b),'UtdOv':'Log_Upload','fPnFd':_0xd219ee(0xd3),'MhNVJ':'Hook_End_Upload','azweI':_0xd219ee(0xfa),'pJJOK':function(_0x24cbe7,_0x15ed4c){return _0x24cbe7===_0x15ed4c;},'Zafwy':function(_0x55f95b,_0xce1bab){return _0x55f95b!==_0xce1bab;},'jHYJl':_0xd219ee(0xeb),'Gmlxn':_0xd219ee(0xc8),'dFNle':function(_0xae7036,_0x4a1df4){return _0xae7036===_0x4a1df4;},'LeETv':'true','OuTIF':function(_0x20761e,_0x5a9788){return _0x20761e===_0x5a9788;},'XQwuE':_0xd219ee(0x139),'dOIwq':_0xd219ee(0xbb),'MCaAE':function(_0xc7b978,_0x526241){return _0xc7b978(_0x526241);},'qXdhN':'OJWPU','uzbth':'GGpmY','xaKoz':function(_0x49d617,_0xd6773b){return _0x49d617!==_0xd6773b;},'KZMcK':_0xd219ee(0x182),'XDHxU':'CEbdp','ZRllC':_0xd219ee(0x131),'rGeVi':'yDeYS','muDdO':_0xd219ee(0x88),'qYUyM':function(_0x3c49bb,_0x100b2c,_0x4f49ed,_0x16c352,_0x3d769e){return _0x3c49bb(_0x100b2c,_0x4f49ed,_0x16c352,_0x3d769e);},'ptVKX':_0xd219ee(0x7d),'vHZjO':function(_0x2f5cb3,_0x43b370){return _0x2f5cb3===_0x43b370;},'bNtKY':'zhVNa','wPgvh':function(_0x23e0dc,_0x49abe8){return _0x23e0dc===_0x49abe8;},'lQgJP':_0xd219ee(0xbd),'GfwJU':function(_0x13cd76,_0x34dd0c){return _0x13cd76!==_0x34dd0c;},'wpeoT':_0xd219ee(0xa5),'zTNzG':_0xd219ee(0xd7),'lWoDz':_0xd219ee(0xce),'QdVBg':function(_0x384ba1,_0x1c909f){return _0x384ba1!==_0x1c909f;},'MIbSl':_0xd219ee(0x85),'IOzKB':'HljvH','NLvAY':function(_0x4fdcec,_0x3b19d7){return _0x4fdcec(_0x3b19d7);},'GPele':function(_0x289ad7,_0x5bc68f){return _0x289ad7!==_0x5bc68f;},'ITrTh':function(_0x3ea009,_0x11b4a2){return _0x3ea009!==_0x11b4a2;},'FMQTq':function(_0x941a2f,_0x30b705){return _0x941a2f-_0x30b705;},'BMVvB':function(_0x3e18f1,_0x19677f){return _0x3e18f1===_0x19677f;},'lFNgi':function(_0x12c914,_0x634ceb){return _0x12c914>=_0x634ceb;},'XyXaN':function(_0x3fca9f,_0x199adc){return _0x3fca9f(_0x199adc);},'emOGR':function(_0x23e683,_0x7e02e8){return _0x23e683!==_0x7e02e8;},'zzOag':function(_0xcac7a3,_0x3b42be){return _0xcac7a3-_0x3b42be;},'VRRcG':_0xd219ee(0x124),'eWbkr':function(_0xf5a219,_0x5dd2d7,_0x5a99aa){return _0xf5a219(_0x5dd2d7,_0x5a99aa);}},_0x41c69e={};_0x41c69e[_0xd219ee(0xb0)]=_0x31584a[_0xd219ee(0x193)],_0x41c69e[_0xd219ee(0x84)]=_0x31584a[_0xd219ee(0x159)],_0x41c69e['TestRunSkipped']=_0x31584a[_0xd219ee(0x89)],_0x41c69e[_0xd219ee(0x119)]=_0x31584a[_0xd219ee(0x13d)],_0x41c69e[_0xd219ee(0x148)]=_0x31584a[_0xd219ee(0x147)],_0x41c69e[_0xd219ee(0xc2)]=_0x31584a[_0xd219ee(0x11d)],_0x41c69e[_0xd219ee(0x180)]=_0x31584a[_0xd219ee(0x15e)];const _0x2b5aba=_0x41c69e[_0x58d2a0[_0xd219ee(0x12f)]];if(_0x31584a['pJJOK'](_0x199278,0x0)&&process[_0xd219ee(0xf6)][_0xd219ee(0xd1)]&&_0x31584a['Zafwy'](process['env'][_0xd219ee(0xd1)],_0x31584a[_0xd219ee(0x14d)])){if(_0x31584a[_0xd219ee(0x117)](_0x31584a[_0xd219ee(0x81)],_0x31584a[_0xd219ee(0x81)]))this['requestQueueHandler'][_0xd219ee(0x185)]+=0x1;else{_0x31584a[_0xd219ee(0x9a)](_0x369829,_0xd219ee(0x171)+_0x40a217+_0xd219ee(0xac)),this['requestQueueHandler'][_0xd219ee(0x185)]=_0x306cfb[_0xd219ee(0x16f)](0x0,_0x31584a[_0xd219ee(0xcd)](this['requestQueueHandler'][_0xd219ee(0x185)],0x1));const _0x28de0b={};return _0x28de0b[_0xd219ee(0x125)]=_0x31584a[_0xd219ee(0x157)],_0x28de0b[_0xd219ee(0xee)]=_0x31584a['urduE'],_0x28de0b;}}if(_0x31584a[_0xd219ee(0x7f)](process[_0xd219ee(0xf6)][_0xd219ee(0x101)],_0x31584a[_0xd219ee(0x191)])){if(_0x31584a['pJJOK'](process['env'][_0xd219ee(0xd1)],_0x31584a[_0xd219ee(0x14d)])){if(_0x31584a[_0xd219ee(0x162)](_0x31584a[_0xd219ee(0x114)],_0x31584a[_0xd219ee(0x16c)])){_0x31584a['ufQyB'](_0x5527aa,_0x31584a['SszBl']);const _0x2318f4={};return _0x2318f4[_0xd219ee(0x125)]=_0x31584a[_0xd219ee(0x157)],_0x2318f4[_0xd219ee(0xee)]=_0x31584a[_0xd219ee(0x14b)],_0x2318f4;}else{_0x31584a['MCaAE'](debug,_0xd219ee(0x171)+_0x2b5aba+_0xd219ee(0xac)),this['requestQueueHandler'][_0xd219ee(0x185)]=Math[_0xd219ee(0x16f)](0x0,_0x31584a['KqWWP'](this['requestQueueHandler'][_0xd219ee(0x185)],0x1));const _0x3e0f37={};return _0x3e0f37[_0xd219ee(0x125)]=_0x31584a[_0xd219ee(0x157)],_0x3e0f37[_0xd219ee(0xee)]=_0x31584a['urduE'],_0x3e0f37;}}let _0x547931=_0x58d2a0,_0x1a046f=EVENT_ENDPOINT;this[_0xd219ee(0xad)][_0xd219ee(0x15f)]();const {shouldProceed:_0x10c291,proceedWithData:_0x5b9b81,proceedWithUrl:_0x386e75}=this[_0xd219ee(0xad)][_0xd219ee(0x120)](_0x58d2a0);if(!_0x10c291){if(_0x31584a[_0xd219ee(0x7f)](_0x31584a[_0xd219ee(0x135)],_0x31584a['uzbth']))return;else return;}else{if(_0x5b9b81){if(_0x31584a[_0xd219ee(0xa1)](_0x31584a[_0xd219ee(0x82)],_0x31584a[_0xd219ee(0x15a)]))_0x547931=_0x5b9b81,_0x1a046f=_0x386e75;else return _0x31584a[_0xd219ee(0x132)](_0xdbebd5,_0x31584a[_0xd219ee(0x7c)]),_0x1beb28[_0xd219ee(0xf6)][_0xd219ee(0x101)]=_0x31584a['QueEz'],[null,null];}}const _0x365320={};_0x365320[_0xd219ee(0x14c)]=_0xd219ee(0x155)+process[_0xd219ee(0xf6)][_0xd219ee(0xd1)],_0x365320[_0xd219ee(0xb9)]=_0x31584a['ZRllC'],_0x365320[_0xd219ee(0x153)]=_0x31584a[_0xd219ee(0x191)];const _0x4e5269={};_0x4e5269['headers']=_0x365320;const _0x1b5424=_0x4e5269;try{if(_0x31584a[_0xd219ee(0x177)](_0x31584a[_0xd219ee(0x14e)],_0x31584a[_0xd219ee(0xc9)])){const _0x255ece=await _0x31584a[_0xd219ee(0x9c)](nodeRequest,_0x31584a[_0xd219ee(0x165)],_0x1a046f,_0x547931,_0x1b5424);if(_0x255ece[_0xd219ee(0x17c)][_0xd219ee(0xd6)]){if(_0x31584a['vHZjO'](_0x31584a[_0xd219ee(0x8e)],_0x31584a[_0xd219ee(0x8e)])){const _0x50e485={};_0x50e485['message']=_0x255ece[_0xd219ee(0x17c)][_0xd219ee(0xd6)];throw _0x50e485;}else{_0x550a56[_0xd219ee(0xf6)]['BS_TESTOPS_JWT']=_0x4d87db['jwt'];const _0x3ef041={};_0x3ef041[_0xd219ee(0x111)]=_0x2ccbb5,_0x3ef041[_0xd219ee(0x11e)]=_0x13071e,_0x23b600['env'][_0xd219ee(0x98)]=_0x4a0fcd[_0xd219ee(0x10b)](_0x3ef041);}}else{if(_0x31584a[_0xd219ee(0x123)](_0x31584a['lQgJP'],_0x31584a[_0xd219ee(0x9d)])){_0x31584a[_0xd219ee(0x132)](debug,(_0x31584a[_0xd219ee(0xed)](_0x1a046f,this['requestQueueHandler'][_0xd219ee(0x10a)])?_0x2b5aba:_0x31584a['wpeoT'])+'['+_0x199278+_0xd219ee(0x179)),this[_0xd219ee(0xad)][_0xd219ee(0x185)]=Math['max'](0x0,_0x31584a[_0xd219ee(0xcd)](this['requestQueueHandler'][_0xd219ee(0x185)],_0x31584a[_0xd219ee(0x162)](_0x1a046f,_0x31584a[_0xd219ee(0xa4)])?0x1:_0x547931['length']));const _0x502e15={};return _0x502e15['status']=_0x31584a['lWoDz'],_0x502e15['message']='',_0x502e15;}else this[_0xd219ee(0xad)][_0xd219ee(0x185)]+=0x1;}}else _0xd92a17[_0xd219ee(0x91)]('Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20'+_0x13d994);}catch(_0x4a1288){_0x4a1288['response']?_0x31584a['QdVBg'](_0x31584a[_0xd219ee(0xc4)],_0x31584a[_0xd219ee(0x192)])?_0x31584a['NLvAY'](debug,_0xd219ee(0x171)+(_0x31584a[_0xd219ee(0x170)](_0x1a046f,this['requestQueueHandler'][_0xd219ee(0x10a)])?_0x2b5aba:_0x31584a[_0xd219ee(0x16e)])+_0xd219ee(0xff)+_0x4a1288[_0xd219ee(0xbf)]['status']+'\x20'+_0x4a1288[_0xd219ee(0xbf)][_0xd219ee(0x128)]+'\x20'+JSON[_0xd219ee(0x10b)](_0x4a1288[_0xd219ee(0xbf)][_0xd219ee(0x17c)])):_0x31584a[_0xd219ee(0x132)](_0x152217,'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20'+_0x5bd220[_0xd219ee(0xbf)][_0xd219ee(0x125)]+'\x20'+_0x511d4b[_0xd219ee(0xbf)][_0xd219ee(0x128)]+'\x20'+_0x55acc1['stringify'](_0x53628a[_0xd219ee(0xbf)]['data'])):_0x31584a[_0xd219ee(0x97)](debug,_0xd219ee(0x171)+(_0x31584a[_0xd219ee(0xd9)](_0x1a046f,this[_0xd219ee(0xad)][_0xd219ee(0x10a)])?_0x2b5aba:_0x31584a[_0xd219ee(0x16e)])+_0xd219ee(0xff)+(_0x4a1288[_0xd219ee(0xee)]||_0x4a1288));this[_0xd219ee(0xad)]['pendingUploads']=Math['max'](0x0,_0x31584a[_0xd219ee(0xaa)](this[_0xd219ee(0xad)]['pendingUploads'],_0x31584a[_0xd219ee(0x10e)](_0x1a046f,_0x31584a['zTNzG'])?0x1:_0x547931[_0xd219ee(0xcb)]));const _0x170b0c={};return _0x170b0c[_0xd219ee(0x125)]=_0x31584a[_0xd219ee(0x157)],_0x170b0c['message']=_0x4a1288[_0xd219ee(0xee)]||(_0x4a1288['response']?_0x4a1288[_0xd219ee(0xbf)][_0xd219ee(0x125)]+':'+_0x4a1288['response'][_0xd219ee(0x128)]:_0x4a1288),_0x170b0c;}}else{if(_0x31584a[_0xd219ee(0xab)](_0x199278,0x5)){_0x31584a[_0xd219ee(0xde)](debug,_0xd219ee(0x171)+_0x2b5aba+_0xd219ee(0x80)+_0x2b5aba+_0xd219ee(0x8a));_0x31584a[_0xd219ee(0xb5)](process['env'][_0xd219ee(0xd1)],_0x31584a[_0xd219ee(0x14d)])&&(this['requestQueueHandler']['pendingUploads']=Math[_0xd219ee(0x16f)](0x0,_0x31584a[_0xd219ee(0x176)](this[_0xd219ee(0xad)][_0xd219ee(0x185)],0x1)));const _0x102af5={};return _0x102af5['status']=_0x31584a['JCURy'],_0x102af5[_0xd219ee(0xee)]=_0x31584a[_0xd219ee(0x175)],_0x102af5;}else _0x31584a[_0xd219ee(0x138)](process['env']['BS_TESTOPS_BUILD_COMPLETED'],_0x31584a[_0xd219ee(0xe7)])&&_0x31584a[_0xd219ee(0xd8)](setTimeout,()=>{const _0xd4a7fc=_0xd219ee;this[_0xd4a7fc(0xae)](_0x58d2a0,_0x31584a['IBxzd'](_0x199278,0x1));},0x3e8);}}}module[a68_0x3adbdc(0x18f)]=SessionHandler;
1
+ const a68_0x366726=a68_0x4e33;function a68_0x67ba(){const _0x424ac4=['147180QjeaEz','GeXDD','IUmko','ewMSV','kjobE','tOWFf','stopBuildUpstream\x20event\x20successful!','toString','Batch-Queue','message','sGAmr','qLvPi','BtKYm','uploadPending','muKZO','success','pendingUploads','ICTqE','ScpTP','dvSWg','161tKSBLo','winstonLogger','yiHul','BmVZX','WhZTS','Tzjjc','TxRPn','password','Build\x20creation\x20successful!','MTmXF','LogCreated','Token/buildID\x20is\x20undefined,\x20build\x20creation\x20might\x20have\x20failed','false','NngyF','alNBp','getGitMetaData','sqytx','QkYHF','BS_TESTOPS_BUILD_HASHED_ID','RQcDc','fydvE','data','EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20','XnQdn','HCiXX','kHMho','PDpPU','dQKkv','gZJbd','UCwVT','Test_Start_Upload','DMVoh','CbTPu','TestRunStarted','EpROV','KbqQO','ERROR_ACCESS_DENIED','ERROR_INVALID_CREDENTIALS','GdBXa','sbpIj','UlAVe','mMntb','BROWSERSTACK_RERUN','statusText','dRsxS','OBmnS','getAgentVersion','jwt','IiQEi','buildDescription','errorType','GBFXE','EwtCV','tiALG','UwevO','fqplL','cwd','fzPLn','Authorization','vbZvq','rVPOX','NTzNC','\x20retry\x20runs\x20exceeded','Ztcdc','fAOyc','buildName','YurUn','ZoAat','UEjzX','frameworkVersion','kRlgO','NOAtM','alaIC','lepGE','PUT','muHqF','requestQueueHandler','getAccessKey','FMhlk','TestRunFinished','joFfu','36993sgnyuG','cZOUS','spFUt','oDfhN','wvwWA','status','2192520aUCJjk','allow_screenshots','fJqyt','UERFE','xpxUA','event_type','XGPDF','wiVwB','HookRunStarted','xWArK','134spDdZq','eventUrl','lhKXO','nXDxv','FNsTD','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','nxgke','Log_Upload','BrLHo','X-BSTACK-TESTOPS','hzmLT','ZQOLa','RcOwQ','EXCEPTION\x20IN\x20','XUbnT','error','SstID','POST','NqWFk','kKzyP',']\x20event\x20successful!','./constants','Ybytk','lHaIp','ytmsb','304688MBqWIG','YIyJS','qmnzb','add','build_hashed_id','tqGwZ','OlLVG','tAysz','vCbyn','hfQOI','HjXQH','HiQcP','KwDmk','IzJPj','username','CJSsf','YoutN','length','SxkJY','EuoVV','cyLjy','dfkTk','uADBK','TqSsK','WpkFs','CgktY','cSNDF','FbeJu','stringify','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20missing\x20authentication\x20token','EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Missing\x20authentication\x20token','gobVa','pelQL','MPzQS','Bearer\x20','QGkxQ','LbBoC','QPbHV','FAAOb','./utils','uMCaF','2549457GIjexQ','xLFHn','ylakH','TDrCq','../helper','qltqM','DQFuI','LDFwv','BS_TESTOPS_ALLOW_SCREENSHOTS','max','hpaEv','ERROR_SDK_DEPRECATED','vGZXz','vZIDo','launch','psYfY','stop','veJbX','qFKKS','crRud','CzoPx','GpMNZ','true','pqiPJ','Test_End_Upload','RVBJU','ATlQL','Hook_End_Upload','path','Test_Skipped_Upload','nFUui','ZbYyo','XebJh','api/v1/builds/','lPLUP','Upuki','response','Content-Type','bQDvK','resolve','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20Build\x20Start\x20is\x20not\x20completed\x20and\x20','CpNNr','waitForBuildStatus','info','HzEck','KhBYt','zGLYH','api/v1/event','pBZwk','getInstance','XvMYR','2136095JqsZGo','null','dAnOV','includes','CBT_Upload','438825IrcFkv','nNsfF','Darca','fQYje','exMtU','dWeMo','BS_TESTOPS_BUILD_COMPLETED','RPcyg','HookRunFinished','CREDENTIALS_FOR_CRASH_REPORTING','uploadEventData','jsjre','eiRVB','BS_TESTOPS_JWT','tuHKO','iSUFR','YLBxE','env','lKmGG','toISOString','tUAsc','\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20','VZDoJ','./requestQueueHandler','RWEly'];a68_0x67ba=function(){return _0x424ac4;};return a68_0x67ba();}(function(_0x3432df,_0x37a9e8){const _0x2302f5=a68_0x4e33,_0x3f0985=_0x3432df();while(!![]){try{const _0x1b48eb=parseInt(_0x2302f5(0x266))/0x1+-parseInt(_0x2302f5(0x1ec))/0x2*(parseInt(_0x2302f5(0x2e4))/0x3)+-parseInt(_0x2302f5(0x27f))/0x4+parseInt(_0x2302f5(0x261))/0x5+-parseInt(_0x2302f5(0x2ea))/0x6+parseInt(_0x2302f5(0x293))/0x7*(parseInt(_0x2302f5(0x205))/0x8)+parseInt(_0x2302f5(0x22e))/0x9;if(_0x1b48eb===_0x37a9e8)break;else _0x3f0985['push'](_0x3f0985['shift']());}catch(_0x110ebb){_0x3f0985['push'](_0x3f0985['shift']());}}}(a68_0x67ba,0xc28e7));function a68_0x4e33(_0x3ce437,_0x29ca85){const _0x67ba7e=a68_0x67ba();return a68_0x4e33=function(_0x4e33cc,_0x1e0b6c){_0x4e33cc=_0x4e33cc-0x1e4;let _0x2d1c7e=_0x67ba7e[_0x4e33cc];return _0x2d1c7e;},a68_0x4e33(_0x3ce437,_0x29ca85);}const bsSetupHelper=require(a68_0x366726(0x232)),path=require(a68_0x366726(0x24a)),os=require('os'),{debug,getCustomTags,getDefaultHeaders,nodeRequest,sleep}=require(a68_0x366726(0x22c)),{EVENT_ENDPOINT,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS}=require(a68_0x366726(0x201)),RequestQueueHandler=require(a68_0x366726(0x27d)),logger=require('../logger')[a68_0x366726(0x294)];class SessionHandler{static [a68_0x366726(0x2df)]=RequestQueueHandler[a68_0x366726(0x25f)]();static async[a68_0x366726(0x23c)](_0x75ce61,_0x4b4da4){const _0x1b6cde=a68_0x366726,_0x2b48d0={'FMhlk':function(_0x12f4a4,_0x62521){return _0x12f4a4(_0x62521);},'hfQOI':'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20Missing\x20authentication\x20token','zGLYH':_0x1b6cde(0x29f),'lepGE':function(_0x4e5e95,_0x98f6de){return _0x4e5e95(_0x98f6de);},'Darca':function(_0x40c45f,_0x4c38df){return _0x40c45f!==_0x4c38df;},'aELjz':'Batch-Queue','XvMYR':function(_0x5eda11,_0x5e9fbc){return _0x5eda11!==_0x5e9fbc;},'UEjzX':function(_0x5c40e7,_0x172a13){return _0x5c40e7(_0x172a13);},'YurUn':function(_0x3d2673,_0x24eeff){return _0x3d2673-_0x24eeff;},'sGAmr':function(_0x2e4132,_0x5aa34f){return _0x2e4132===_0x5aa34f;},'oDfhN':'api/v1/event','lPLUP':_0x1b6cde(0x1fb),'RQcDc':function(_0x3a783d,_0x3dfdd6){return _0x3a783d(_0x3dfdd6);},'TDrCq':function(_0x2496dd,_0x21fee6){return _0x2496dd-_0x21fee6;},'lHaIp':function(_0x2b4bba,_0x1ba296){return _0x2b4bba||_0x1ba296;},'HiQcP':function(_0x5bb041,_0x2e963a){return _0x5bb041||_0x2e963a;},'MVQCf':function(_0x357932,_0x4ffb7f){return _0x357932!==_0x4ffb7f;},'iSUFR':'JfODs','IiQEi':_0x1b6cde(0x29c),'lduiY':_0x1b6cde(0x2a3),'rVPOX':'json','aJcwH':function(_0x53ad49){return _0x53ad49();},'MPzQS':function(_0x5bb956,_0x4f1c4f,_0x4609b9,_0x52429c,_0x428d2b){return _0x5bb956(_0x4f1c4f,_0x4609b9,_0x52429c,_0x428d2b);},'nxgke':_0x1b6cde(0x1fd),'nFUui':'api/v1/builds','XebJh':function(_0x5233a3,_0x472a8e){return _0x5233a3(_0x472a8e);},'eiRVB':_0x1b6cde(0x29b),'YcZab':_0x1b6cde(0x244),'QkYHF':'JLygT','OlLVG':function(_0x558e24,_0x16d999){return _0x558e24!==_0x16d999;},'ylakH':'IsciN','tuHKO':function(_0x7fdf79,_0x87dd74){return _0x7fdf79===_0x87dd74;},'KwDmk':_0x1b6cde(0x234),'LDFwv':'kujpR','zLFYN':function(_0x372b7a,_0x413a5c){return _0x372b7a!==_0x413a5c;},'CdAEz':'TyCMF','muKZO':_0x1b6cde(0x2a7),'TqSsK':_0x1b6cde(0x262),'SstID':_0x1b6cde(0x2e3),'dAnOV':_0x1b6cde(0x23f),'muHqF':function(_0x2a3c5f,_0x5ddf1e){return _0x2a3c5f(_0x5ddf1e);},'YoutN':function(_0x48635a,_0x5cdc2e){return _0x48635a===_0x5cdc2e;},'ZQOLa':'sTntt','uMCaF':_0x1b6cde(0x1f4),'kjobE':function(_0x44e839,_0x1d9535){return _0x44e839(_0x1d9535);},'AkvvT':'WzfTe','VZDoJ':_0x1b6cde(0x241),'NngyF':_0x1b6cde(0x2b8),'cyLjy':_0x1b6cde(0x2b7),'NqWFk':_0x1b6cde(0x239),'HzEck':function(_0x4fefd6,_0x188021){return _0x4fefd6!==_0x188021;},'xLFHn':'SbGCQ'},_0x7abf12=bsSetupHelper['getUserName'](_0x75ce61),_0x37729a=bsSetupHelper[_0x1b6cde(0x2e0)](_0x75ce61),_0x29a533=_0x2b48d0[_0x1b6cde(0x203)](_0x7abf12,'')+':'+_0x2b48d0[_0x1b6cde(0x210)](_0x37729a,'');if(_0x2b48d0[_0x1b6cde(0x289)](_0x29a533,':'))return _0x2b48d0['MVQCf'](_0x2b48d0['iSUFR'],_0x2b48d0[_0x1b6cde(0x275)])?(_0x2b48d0[_0x1b6cde(0x2e1)](_0x10dd80,_0x2b48d0[_0x1b6cde(0x20e)]),_0xaca9af[_0x1b6cde(0x277)]['BS_TESTOPS_BUILD_COMPLETED']=_0x2b48d0[_0x1b6cde(0x25c)],[null,null]):(_0x2b48d0[_0x1b6cde(0x2a6)](debug,_0x2b48d0[_0x1b6cde(0x20e)]),process['env'][_0x1b6cde(0x26c)]=_0x2b48d0[_0x1b6cde(0x25c)],[null,null]);try{if(_0x2b48d0[_0x1b6cde(0x289)](_0x2b48d0[_0x1b6cde(0x2c3)],_0x2b48d0['lduiY']))return;else{const _0x56d30c={'format':_0x2b48d0[_0x1b6cde(0x2cf)],'project_name':_0x75ce61['projectName']||'','name':_0x75ce61[_0x1b6cde(0x2d4)]||path['basename'](path[_0x1b6cde(0x255)](process[_0x1b6cde(0x2cb)]())),'build_identifier':_0x75ce61['buildIdentifier'],'description':_0x75ce61[_0x1b6cde(0x2c4)]||'','start_time':new Date()[_0x1b6cde(0x279)](),'tags':_0x2b48d0['UEjzX'](getCustomTags,_0x75ce61),'host_info':bsSetupHelper['getHostInfo'](),'ci_info':bsSetupHelper['getCiInfo'](),'build_run_identifier':process[_0x1b6cde(0x277)]['BROWSERSTACK_BUILD_RUN_IDENTIFIER'],'failed_tests_rerun':process[_0x1b6cde(0x277)][_0x1b6cde(0x2bd)]||![],'version_control':await bsSetupHelper[_0x1b6cde(0x2a2)](),'observability_version':{'frameworkName':_0x4b4da4['frameworkName'],'frameworkVersion':_0x4b4da4[_0x1b6cde(0x2d8)],'sdkVersion':bsSetupHelper[_0x1b6cde(0x2c1)]()}},_0x195f85={};_0x195f85['username']=_0x7abf12,_0x195f85[_0x1b6cde(0x29a)]=_0x37729a;const _0x3010ea={'auth':_0x195f85,'headers':_0x2b48d0['aJcwH'](getDefaultHeaders)},_0x4d313c=await _0x2b48d0[_0x1b6cde(0x226)](nodeRequest,_0x2b48d0[_0x1b6cde(0x1f2)],_0x2b48d0[_0x1b6cde(0x24c)],_0x56d30c,_0x3010ea);_0x2b48d0[_0x1b6cde(0x24e)](debug,_0x2b48d0[_0x1b6cde(0x272)]),process['env'][_0x1b6cde(0x26c)]=_0x2b48d0['YcZab'];const _0x500a80=_0x4d313c['data'];if(_0x500a80['jwt']){if(_0x2b48d0[_0x1b6cde(0x289)](_0x2b48d0['QkYHF'],_0x2b48d0[_0x1b6cde(0x2a4)])){process['env'][_0x1b6cde(0x273)]=_0x500a80[_0x1b6cde(0x2c2)];const _0x4abd13={};_0x4abd13[_0x1b6cde(0x213)]=_0x7abf12,_0x4abd13[_0x1b6cde(0x29a)]=_0x37729a,process['env'][_0x1b6cde(0x26f)]=JSON[_0x1b6cde(0x221)](_0x4abd13);}else _0x412792[_0x1b6cde(0x277)][_0x1b6cde(0x236)]=_0x5078c3[_0x1b6cde(0x2eb)]['toString']();}return _0x500a80[_0x1b6cde(0x209)]&&(_0x2b48d0[_0x1b6cde(0x20b)](_0x2b48d0[_0x1b6cde(0x230)],_0x2b48d0[_0x1b6cde(0x230)])?_0x2b48d0[_0x1b6cde(0x2dc)](_0x2014eb,_0x1b6cde(0x1f9)+(_0x2b48d0[_0x1b6cde(0x268)](_0x1af89c,this[_0x1b6cde(0x2df)]['eventUrl'])?_0x3ef802:_0x2b48d0['aELjz'])+_0x1b6cde(0x27b)+(_0x53eeb5[_0x1b6cde(0x288)]||_0x566c05)):process[_0x1b6cde(0x277)][_0x1b6cde(0x2a5)]=_0x500a80[_0x1b6cde(0x209)]),_0x500a80[_0x1b6cde(0x2eb)]&&(_0x2b48d0[_0x1b6cde(0x274)](_0x2b48d0[_0x1b6cde(0x211)],_0x2b48d0[_0x1b6cde(0x235)])?_0x5920db[_0x1b6cde(0x259)]('Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20'+_0x3d0222):process[_0x1b6cde(0x277)][_0x1b6cde(0x236)]=_0x500a80['allow_screenshots'][_0x1b6cde(0x286)]()),[_0x4d313c['data'][_0x1b6cde(0x2c2)],_0x4d313c[_0x1b6cde(0x2a8)]['build_hashed_id'],_0x4d313c[_0x1b6cde(0x2a8)]['allow_screenshots']];}}catch(_0x17bf88){if(_0x2b48d0['zLFYN'](_0x2b48d0['CdAEz'],_0x2b48d0[_0x1b6cde(0x28d)])){process[_0x1b6cde(0x277)][_0x1b6cde(0x26c)]=_0x2b48d0[_0x1b6cde(0x25c)],process[_0x1b6cde(0x277)][_0x1b6cde(0x273)]=_0x2b48d0[_0x1b6cde(0x21c)],process['env'][_0x1b6cde(0x2a5)]=_0x2b48d0['TqSsK'],process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x2b48d0[_0x1b6cde(0x21c)];if(_0x17bf88[_0x1b6cde(0x252)]){if(_0x2b48d0[_0x1b6cde(0x274)](_0x2b48d0[_0x1b6cde(0x1fc)],_0x2b48d0[_0x1b6cde(0x263)])){_0x355259['response']?_0x2b48d0[_0x1b6cde(0x2e1)](_0x32da5b,_0x1b6cde(0x1f9)+(_0x2b48d0[_0x1b6cde(0x260)](_0xe0ef88,this[_0x1b6cde(0x2df)][_0x1b6cde(0x1ed)])?_0x515174:_0x2b48d0['aELjz'])+_0x1b6cde(0x27b)+_0x41a9ce[_0x1b6cde(0x252)][_0x1b6cde(0x2e9)]+'\x20'+_0x41dfb8[_0x1b6cde(0x252)][_0x1b6cde(0x2be)]+'\x20'+_0x3a1146['stringify'](_0x829f56['response'][_0x1b6cde(0x2a8)])):_0x2b48d0[_0x1b6cde(0x2d7)](_0x372d1d,_0x1b6cde(0x1f9)+(_0x2b48d0[_0x1b6cde(0x260)](_0x24bc05,this[_0x1b6cde(0x2df)]['eventUrl'])?_0x1109a2:_0x2b48d0['aELjz'])+_0x1b6cde(0x27b)+(_0x9312e8[_0x1b6cde(0x288)]||_0x16de99));this['requestQueueHandler']['pendingUploads']=_0xf5d2f7['max'](0x0,_0x2b48d0[_0x1b6cde(0x2d5)](this['requestQueueHandler']['pendingUploads'],_0x2b48d0[_0x1b6cde(0x289)](_0xeaf8b3,_0x2b48d0[_0x1b6cde(0x2e7)])?0x1:_0x3ac88b[_0x1b6cde(0x216)]));const _0x4a6327={};return _0x4a6327['status']=_0x2b48d0[_0x1b6cde(0x250)],_0x4a6327[_0x1b6cde(0x288)]=_0x202b12['message']||(_0x2e698b[_0x1b6cde(0x252)]?_0x98790f[_0x1b6cde(0x252)][_0x1b6cde(0x2e9)]+':'+_0x2a57fa[_0x1b6cde(0x252)][_0x1b6cde(0x2be)]:_0x108ba0),_0x4a6327;}else _0x2b48d0[_0x1b6cde(0x2de)](debug,_0x1b6cde(0x2a9)+_0x17bf88[_0x1b6cde(0x252)]['status']+'\x20'+_0x17bf88[_0x1b6cde(0x252)][_0x1b6cde(0x2be)]+'\x20'+JSON['stringify'](_0x17bf88[_0x1b6cde(0x252)]['data']));}else _0x2b48d0[_0x1b6cde(0x215)](_0x2b48d0[_0x1b6cde(0x1f7)],_0x2b48d0[_0x1b6cde(0x22d)])?_0x2b48d0[_0x1b6cde(0x2a6)](_0x3c256b,_0x1b6cde(0x1f9)+(_0x2b48d0['XvMYR'](_0x47a984,this[_0x1b6cde(0x2df)][_0x1b6cde(0x1ed)])?_0x5d25d6:_0x2b48d0['aELjz'])+_0x1b6cde(0x27b)+_0x22d945[_0x1b6cde(0x252)][_0x1b6cde(0x2e9)]+'\x20'+_0x4927b6[_0x1b6cde(0x252)]['statusText']+'\x20'+_0x3f88c0[_0x1b6cde(0x221)](_0xff7b40[_0x1b6cde(0x252)][_0x1b6cde(0x2a8)])):_0x2b48d0[_0x1b6cde(0x283)](debug,_0x1b6cde(0x2a9)+(_0x17bf88[_0x1b6cde(0x288)]||_0x17bf88));if(_0x17bf88&&_0x17bf88[_0x1b6cde(0x288)]){if(_0x2b48d0[_0x1b6cde(0x289)](_0x2b48d0['AkvvT'],_0x2b48d0[_0x1b6cde(0x27c)])){const _0x515687={};_0x515687[_0x1b6cde(0x288)]=_0x64cbfd[_0x1b6cde(0x2a8)]['error'];throw _0x515687;}else{const _0x1c3cbb=_0x17bf88[_0x1b6cde(0x288)];switch(_0x17bf88[_0x1b6cde(0x2c5)]){case _0x2b48d0[_0x1b6cde(0x2a0)]:logger['error'](_0x1c3cbb);break;case _0x2b48d0[_0x1b6cde(0x219)]:logger[_0x1b6cde(0x259)](_0x1c3cbb);break;case _0x2b48d0[_0x1b6cde(0x1fe)]:logger['error'](_0x1c3cbb);break;default:logger[_0x1b6cde(0x1fb)](_0x1c3cbb);}}}else _0x2b48d0[_0x1b6cde(0x25a)](_0x2b48d0[_0x1b6cde(0x22f)],_0x2b48d0[_0x1b6cde(0x22f)])?this['requestQueueHandler'][_0x1b6cde(0x28f)]=_0x26a93b[_0x1b6cde(0x237)](0x0,_0x2b48d0[_0x1b6cde(0x231)](this[_0x1b6cde(0x2df)][_0x1b6cde(0x28f)],0x1)):console[_0x1b6cde(0x259)]('Data\x20upload\x20to\x20BrowserStack\x20Test\x20Observability\x20failed\x20due\x20to\x20'+_0x17bf88);return[null,null,null];}else{const _0x403a14={};_0x403a14[_0x1b6cde(0x288)]=_0x52d2eb[_0x1b6cde(0x2a8)][_0x1b6cde(0x1fb)];throw _0x403a14;}}}static async[a68_0x366726(0x258)](){const _0x46055b=a68_0x366726,_0x11577b={'nNsfF':function(_0xe4a409,_0x5162bd){return _0xe4a409(_0x5162bd);},'exMtU':'error','wUkNw':function(_0xf57bbe,_0x35dca0){return _0xf57bbe(_0x35dca0);},'wCSDE':'stopBuildUpstream\x20event\x20successful!','dWeMo':_0x46055b(0x28e),'PDpPU':_0x46055b(0x244),'vCbyn':_0x46055b(0x29f),'BmVZX':function(_0x58a2e4,_0x143be2){return _0x58a2e4!==_0x143be2;},'EwtCV':_0x46055b(0x28a),'wvwWA':_0x46055b(0x2e5),'WpkFs':function(_0x420b37,_0x3b7708){return _0x420b37===_0x3b7708;},'UCwVT':_0x46055b(0x2d3),'psYfY':_0x46055b(0x21a)},_0x33372f=process[_0x46055b(0x277)]['BS_TESTOPS_BUILD_COMPLETED'];if([_0x11577b[_0x46055b(0x2ad)],_0x11577b[_0x46055b(0x20d)]][_0x46055b(0x264)](_0x33372f)){if(_0x11577b[_0x46055b(0x296)](_0x11577b[_0x46055b(0x2c7)],_0x11577b[_0x46055b(0x2e8)]))return;else{_0x571421['response']?_0x11577b[_0x46055b(0x267)](_0x3d8407,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x4bc1ac[_0x46055b(0x252)]['status']+'\x20'+_0x9dfc71[_0x46055b(0x252)]['statusText']+'\x20'+_0x1049b7[_0x46055b(0x221)](_0x1a8e41['response'][_0x46055b(0x2a8)])):_0x11577b[_0x46055b(0x267)](_0x1f9ca1,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x516867['message']||_0x20ed4a));const _0x5e550c={};return _0x5e550c[_0x46055b(0x2e9)]=_0x11577b[_0x46055b(0x26a)],_0x5e550c[_0x46055b(0x288)]=_0x3cd84d[_0x46055b(0x288)]||_0x241ebd[_0x46055b(0x252)]?_0x429d89[_0x46055b(0x252)]['status']+':'+_0x48ac3c[_0x46055b(0x252)]['statusText']:_0x3ce506,_0x5e550c;}}while([_0x11577b[_0x46055b(0x2ad)],_0x11577b[_0x46055b(0x20d)]][_0x46055b(0x264)](_0x33372f)){if(_0x11577b[_0x46055b(0x21d)](_0x11577b[_0x46055b(0x2b0)],_0x11577b[_0x46055b(0x23d)])){_0x11577b['wUkNw'](_0x57db4c,_0x11577b['wCSDE']);const _0x5e4daf={};return _0x5e4daf[_0x46055b(0x2e9)]=_0x11577b[_0x46055b(0x26b)],_0x5e4daf[_0x46055b(0x288)]='',_0x5e4daf;}else await _0x11577b['wUkNw'](sleep,DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS);}}static async[a68_0x366726(0x23e)](){const _0x4b85f8=a68_0x366726,_0x1e898b={'mMntb':function(_0x186e7e,_0x1cfc26){return _0x186e7e(_0x1cfc26);},'gobVa':_0x4b85f8(0x223),'RWEly':'error','XUbnT':_0x4b85f8(0x29e),'cSNDF':function(_0xf1e72e,_0x3ddaf7){return _0xf1e72e+_0x3ddaf7;},'dRsxS':function(_0x5a692b,_0x4f4059){return _0x5a692b(_0x4f4059);},'qmnzb':function(_0x375f2b,_0x14b5a8){return _0x375f2b!==_0x14b5a8;},'RcOwQ':_0x4b85f8(0x287),'UERFE':function(_0x164265,_0x2aeed2){return _0x164265-_0x2aeed2;},'alaIC':function(_0x1fa087,_0x4f2cec){return _0x1fa087===_0x4f2cec;},'hpaEv':'api/v1/event','SxkJY':_0x4b85f8(0x28e),'tOWFf':function(_0x24ad15,_0x1261f8){return _0x24ad15(_0x1261f8);},'ZbYyo':function(_0x43eace,_0x160a91,_0x9ab65){return _0x43eace(_0x160a91,_0x9ab65);},'sbpIj':_0x4b85f8(0x29f),'CbTPu':function(_0x10a521,_0x3feccc){return _0x10a521===_0x3feccc;},'HjXQH':_0x4b85f8(0x271),'PXpSq':_0x4b85f8(0x2a1),'fqplL':_0x4b85f8(0x262),'RVBJU':function(_0x13daa9,_0x505a48){return _0x13daa9!==_0x505a48;},'Tzjjc':'CsWdn','QPbHV':_0x4b85f8(0x269),'nXDxv':function(_0x5eed80){return _0x5eed80();},'GBFXE':_0x4b85f8(0x278),'DMVoh':function(_0x5dccb8,_0x42f8b7,_0x5959e5,_0x4a3b0a,_0x5d9715,_0x31f18b){return _0x5dccb8(_0x42f8b7,_0x5959e5,_0x4a3b0a,_0x5d9715,_0x31f18b);},'dQKkv':_0x4b85f8(0x2dd),'QGkxQ':_0x4b85f8(0x254),'CpNNr':_0x4b85f8(0x2cc),'CVRxg':_0x4b85f8(0x21e),'UwevO':_0x4b85f8(0x212),'NTzNC':function(_0x2947bd,_0x1ce63f){return _0x2947bd(_0x1ce63f);},'CzoPx':_0x4b85f8(0x285),'OBmnS':function(_0x527dff,_0x1ce767){return _0x527dff===_0x1ce767;},'YvzDB':_0x4b85f8(0x243),'kKzyP':'OqdvL','dvSWg':function(_0x588a5e,_0x4def75){return _0x588a5e!==_0x4def75;},'ewMSV':'SkoMn','kRlgO':_0x4b85f8(0x27a)};if(_0x1e898b[_0x4b85f8(0x2db)](process[_0x4b85f8(0x277)][_0x4b85f8(0x26c)],_0x1e898b[_0x4b85f8(0x2ba)])){if(_0x1e898b['CbTPu'](_0x1e898b[_0x4b85f8(0x20f)],_0x1e898b['PXpSq'])){_0x1e898b[_0x4b85f8(0x2bc)](_0x1c23e4,_0x1e898b[_0x4b85f8(0x224)]);const _0x58fe8a={};return _0x58fe8a[_0x4b85f8(0x2e9)]=_0x1e898b[_0x4b85f8(0x27e)],_0x58fe8a[_0x4b85f8(0x288)]=_0x1e898b[_0x4b85f8(0x1fa)],_0x58fe8a;}else return;}await this[_0x4b85f8(0x2df)][_0x4b85f8(0x28c)](),await this[_0x4b85f8(0x258)]();if(_0x1e898b['alaIC'](process[_0x4b85f8(0x277)]['BS_TESTOPS_JWT'],_0x1e898b[_0x4b85f8(0x2ca)])||_0x1e898b[_0x4b85f8(0x2b3)](process[_0x4b85f8(0x277)][_0x4b85f8(0x2a5)],_0x1e898b['fqplL'])){if(_0x1e898b[_0x4b85f8(0x247)](_0x1e898b[_0x4b85f8(0x298)],_0x1e898b[_0x4b85f8(0x22a)])){_0x1e898b['tOWFf'](debug,_0x1e898b['gobVa']);const _0x1df0e6={};return _0x1df0e6[_0x4b85f8(0x2e9)]=_0x1e898b[_0x4b85f8(0x27e)],_0x1df0e6['message']=_0x1e898b['XUbnT'],_0x1df0e6;}else this['uploadEventData'](_0x5792a1,_0x1e898b[_0x4b85f8(0x21f)](_0x273a1a,0x1));}const _0x177f22={'stop_time':new Date()[_0x4b85f8(0x279)]()},_0x298332={'headers':_0x1e898b[_0x4b85f8(0x1ef)](getDefaultHeaders)};try{if(_0x1e898b[_0x4b85f8(0x207)](_0x1e898b['GBFXE'],_0x1e898b[_0x4b85f8(0x2c6)]))return;else{const _0x3d3b6f=await _0x1e898b[_0x4b85f8(0x2b2)](nodeRequest,_0x1e898b[_0x4b85f8(0x2ae)],_0x4b85f8(0x24f)+process[_0x4b85f8(0x277)][_0x4b85f8(0x2a5)]+'/stop',_0x177f22,_0x298332,![]);if(_0x3d3b6f[_0x4b85f8(0x2a8)]&&_0x3d3b6f[_0x4b85f8(0x2a8)]['error']){if(_0x1e898b['RVBJU'](_0x1e898b[_0x4b85f8(0x228)],_0x1e898b[_0x4b85f8(0x257)])){const _0x3a14f2={};_0x3a14f2[_0x4b85f8(0x288)]=_0x3d3b6f[_0x4b85f8(0x2a8)]['error'];throw _0x3a14f2;}else _0x116f9d=_0x3bd5da,_0x58759a=_0x4236e9;}else{if(_0x1e898b['qmnzb'](_0x1e898b['CVRxg'],_0x1e898b[_0x4b85f8(0x2c9)])){_0x1e898b[_0x4b85f8(0x2d0)](debug,_0x1e898b[_0x4b85f8(0x242)]);const _0x80f6a0={};return _0x80f6a0[_0x4b85f8(0x2e9)]=_0x1e898b[_0x4b85f8(0x217)],_0x80f6a0[_0x4b85f8(0x288)]='',_0x80f6a0;}else{_0x1e898b[_0x4b85f8(0x2bf)](_0x36f225,(_0x1e898b['qmnzb'](_0x2017cb,this[_0x4b85f8(0x2df)][_0x4b85f8(0x1ed)])?_0x196b88:_0x1e898b[_0x4b85f8(0x1f8)])+'['+_0x59f99f+_0x4b85f8(0x200)),this[_0x4b85f8(0x2df)][_0x4b85f8(0x28f)]=_0x34b1f4['max'](0x0,_0x1e898b[_0x4b85f8(0x1e5)](this['requestQueueHandler']['pendingUploads'],_0x1e898b['alaIC'](_0x23914f,_0x1e898b[_0x4b85f8(0x238)])?0x1:_0x1ec7d3[_0x4b85f8(0x216)]));const _0x4e4ca3={};return _0x4e4ca3[_0x4b85f8(0x2e9)]=_0x1e898b['SxkJY'],_0x4e4ca3[_0x4b85f8(0x288)]='',_0x4e4ca3;}}}}catch(_0x1626f5){if(_0x1e898b[_0x4b85f8(0x2c0)](_0x1e898b['YvzDB'],_0x1e898b['YvzDB'])){if(_0x1626f5['response'])_0x1e898b['RVBJU'](_0x1e898b[_0x4b85f8(0x1ff)],_0x1e898b[_0x4b85f8(0x1ff)])?_0x1e898b[_0x4b85f8(0x284)](_0x404364,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+_0x59f709['response'][_0x4b85f8(0x2e9)]+'\x20'+_0x407545[_0x4b85f8(0x252)][_0x4b85f8(0x2be)]+'\x20'+_0x50fcb3[_0x4b85f8(0x221)](_0x49ee09[_0x4b85f8(0x252)][_0x4b85f8(0x2a8)])):_0x1e898b['NTzNC'](debug,_0x4b85f8(0x1f1)+_0x1626f5[_0x4b85f8(0x252)]['status']+'\x20'+_0x1626f5[_0x4b85f8(0x252)][_0x4b85f8(0x2be)]+'\x20'+JSON[_0x4b85f8(0x221)](_0x1626f5[_0x4b85f8(0x252)][_0x4b85f8(0x2a8)]));else{if(_0x1e898b[_0x4b85f8(0x292)](_0x1e898b[_0x4b85f8(0x282)],_0x1e898b[_0x4b85f8(0x2d9)]))_0x1e898b[_0x4b85f8(0x2d0)](debug,_0x4b85f8(0x1f1)+(_0x1626f5[_0x4b85f8(0x288)]||_0x1626f5));else return;}const _0x297160={};return _0x297160['status']=_0x1e898b[_0x4b85f8(0x27e)],_0x297160[_0x4b85f8(0x288)]=_0x1626f5['message']||_0x1626f5[_0x4b85f8(0x252)]?_0x1626f5[_0x4b85f8(0x252)][_0x4b85f8(0x2e9)]+':'+_0x1626f5[_0x4b85f8(0x252)][_0x4b85f8(0x2be)]:_0x1626f5,_0x297160;}else _0x1e898b[_0x4b85f8(0x24d)](_0x544ef9,()=>{const _0x46b0b4=_0x4b85f8;this[_0x46b0b4(0x270)](_0xc64683,_0x1e898b['cSNDF'](_0x182fbf,0x1));},0x3e8);}}static async['uploadEventData'](_0xb8275,_0x13d627=0x0){const _0x2bf07c=a68_0x366726,_0x13293a={'FNsTD':function(_0x5d87c3,_0x30369a){return _0x5d87c3(_0x30369a);},'ytmsb':function(_0x334fcb,_0x228beb){return _0x334fcb!==_0x228beb;},'EpROV':'null','UlAVe':function(_0x30f224,_0x3fe7bb){return _0x30f224-_0x3fe7bb;},'xWArK':_0x2bf07c(0x1fb),'GeXDD':'Retry\x20runs\x20exceeded','EXloO':function(_0x448c96,_0x225772){return _0x448c96(_0x225772);},'FbeJu':function(_0x64fe5f,_0x20ccfe){return _0x64fe5f(_0x20ccfe);},'XGPDF':_0x2bf07c(0x29e),'dPMfL':function(_0x6e0009,_0x2f429d){return _0x6e0009+_0x2f429d;},'MpNlj':_0x2bf07c(0x2b1),'fJqyt':_0x2bf07c(0x246),'tHmys':_0x2bf07c(0x24b),'KhBYt':_0x2bf07c(0x1f3),'ATlQL':'Hook_Start_Upload','Aczqi':_0x2bf07c(0x249),'NOAtM':_0x2bf07c(0x265),'KbqQO':function(_0x171f02,_0x2574db){return _0x171f02===_0x2574db;},'GdBXa':function(_0x3f90c4,_0x354008){return _0x3f90c4!==_0x354008;},'pelQL':_0x2bf07c(0x2aa),'IUmko':function(_0xe0f67d,_0x373c93){return _0xe0f67d===_0x373c93;},'Ztcdc':'true','YLBxE':function(_0x41120f,_0xda5e3e){return _0x41120f===_0xda5e3e;},'WhZTS':'EHKxG','LbBoC':function(_0x2f6a27,_0x36bb4a){return _0x2f6a27-_0x36bb4a;},'ZoAat':function(_0x48a7fb,_0x28280c){return _0x48a7fb!==_0x28280c;},'pBZwk':_0x2bf07c(0x214),'EuoVV':_0x2bf07c(0x295),'ScpTP':_0x2bf07c(0x251),'vGZXz':_0x2bf07c(0x1f6),'YIyJS':'application/json','vbZvq':_0x2bf07c(0x20a),'HCiXX':function(_0x46a596,_0x17a0b9,_0x27da12,_0x3095d7,_0x1b64b8){return _0x46a596(_0x17a0b9,_0x27da12,_0x3095d7,_0x1b64b8);},'tiALG':_0x2bf07c(0x1fd),'TxRPn':function(_0x4a6570,_0x4ef269){return _0x4a6570===_0x4ef269;},'gZJbd':_0x2bf07c(0x20c),'qltqM':_0x2bf07c(0x1ee),'fXOQC':_0x2bf07c(0x245),'xpxUA':_0x2bf07c(0x287),'kHMho':function(_0x4a55b8,_0x13a07b){return _0x4a55b8-_0x13a07b;},'Ybytk':_0x2bf07c(0x25d),'vZIDo':_0x2bf07c(0x28e),'spFUt':_0x2bf07c(0x1e9),'FAAOb':function(_0x24d59b,_0x29696f){return _0x24d59b!==_0x29696f;},'BtKYm':function(_0x5ee3ad,_0x524e48){return _0x5ee3ad-_0x524e48;},'ICTqE':function(_0xf55760,_0x204f3f){return _0xf55760===_0x204f3f;},'JsEma':function(_0x5cd83e,_0x3081e5){return _0x5cd83e>=_0x3081e5;},'uADBK':function(_0x43d5ab,_0x314d39){return _0x43d5ab(_0x314d39);},'qFKKS':_0x2bf07c(0x29f),'RPcyg':function(_0x1b35ee,_0x3351a7,_0x4f4855){return _0x1b35ee(_0x3351a7,_0x4f4855);}},_0x198e85={};_0x198e85[_0x2bf07c(0x2b4)]=_0x13293a['MpNlj'],_0x198e85[_0x2bf07c(0x2e2)]=_0x13293a[_0x2bf07c(0x1e4)],_0x198e85['TestRunSkipped']=_0x13293a['tHmys'],_0x198e85[_0x2bf07c(0x29d)]=_0x13293a[_0x2bf07c(0x25b)],_0x198e85[_0x2bf07c(0x1ea)]=_0x13293a[_0x2bf07c(0x248)],_0x198e85[_0x2bf07c(0x26e)]=_0x13293a['Aczqi'],_0x198e85['CBTSessionCreated']=_0x13293a[_0x2bf07c(0x2da)];const _0x2de563=_0x198e85[_0xb8275[_0x2bf07c(0x1e7)]];_0x13293a[_0x2bf07c(0x2b6)](_0x13d627,0x0)&&process[_0x2bf07c(0x277)][_0x2bf07c(0x273)]&&_0x13293a[_0x2bf07c(0x2b9)](process['env'][_0x2bf07c(0x273)],_0x13293a[_0x2bf07c(0x2b5)])&&(_0x13293a[_0x2bf07c(0x2b6)](_0x13293a[_0x2bf07c(0x225)],_0x13293a[_0x2bf07c(0x225)])?this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)]+=0x1:this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)]+=0x1);if(_0x13293a[_0x2bf07c(0x281)](process[_0x2bf07c(0x277)][_0x2bf07c(0x26c)],_0x13293a[_0x2bf07c(0x2d2)])){if(_0x13293a[_0x2bf07c(0x2b6)](process[_0x2bf07c(0x277)][_0x2bf07c(0x273)],_0x13293a[_0x2bf07c(0x2b5)])){if(_0x13293a['YLBxE'](_0x13293a[_0x2bf07c(0x297)],_0x13293a[_0x2bf07c(0x297)])){_0x13293a['EXloO'](debug,_0x2bf07c(0x1f9)+_0x2de563+_0x2bf07c(0x222)),this[_0x2bf07c(0x2df)]['pendingUploads']=Math['max'](0x0,_0x13293a[_0x2bf07c(0x229)](this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)],0x1));const _0x445dbc={};return _0x445dbc['status']=_0x13293a[_0x2bf07c(0x1eb)],_0x445dbc['message']=_0x13293a[_0x2bf07c(0x1e8)],_0x445dbc;}else _0x13293a['FNsTD'](_0xc897e1,'EXCEPTION\x20IN\x20BUILD\x20START\x20EVENT\x20:\x20'+(_0x34a186['message']||_0x918c7c));}let _0x3d6283=_0xb8275,_0xef26ac=EVENT_ENDPOINT;this[_0x2bf07c(0x2df)]['start']();const {shouldProceed:_0x4a3dc6,proceedWithData:_0x2e2c69,proceedWithUrl:_0x33cb46}=this[_0x2bf07c(0x2df)][_0x2bf07c(0x208)](_0xb8275);if(!_0x4a3dc6){if(_0x13293a[_0x2bf07c(0x2d6)](_0x13293a[_0x2bf07c(0x25e)],_0x13293a[_0x2bf07c(0x218)]))return;else{_0x13293a[_0x2bf07c(0x1f0)](_0x58211b,_0x2bf07c(0x1f9)+_0x5ee5f9+_0x2bf07c(0x256)+_0x5b0f9d+_0x2bf07c(0x2d1));_0x13293a['ytmsb'](_0x1d89ac[_0x2bf07c(0x277)][_0x2bf07c(0x273)],_0x13293a[_0x2bf07c(0x2b5)])&&(this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)]=_0x38a3b2[_0x2bf07c(0x237)](0x0,_0x13293a[_0x2bf07c(0x2bb)](this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)],0x1)));const _0x33034f={};return _0x33034f[_0x2bf07c(0x2e9)]=_0x13293a[_0x2bf07c(0x1eb)],_0x33034f[_0x2bf07c(0x288)]=_0x13293a['GeXDD'],_0x33034f;}}else{if(_0x2e2c69){if(_0x13293a[_0x2bf07c(0x276)](_0x13293a[_0x2bf07c(0x291)],_0x13293a[_0x2bf07c(0x23a)])){_0x14df0f['env'][_0x2bf07c(0x273)]=_0x545a33[_0x2bf07c(0x2c2)];const _0x28d063={};_0x28d063[_0x2bf07c(0x213)]=_0x3789d9,_0x28d063[_0x2bf07c(0x29a)]=_0x4cbb33,_0x136985['env'][_0x2bf07c(0x26f)]=_0x3bd0fa[_0x2bf07c(0x221)](_0x28d063);}else _0x3d6283=_0x2e2c69,_0xef26ac=_0x33cb46;}}const _0x5be823={};_0x5be823[_0x2bf07c(0x2cd)]=_0x2bf07c(0x227)+process[_0x2bf07c(0x277)]['BS_TESTOPS_JWT'],_0x5be823[_0x2bf07c(0x253)]=_0x13293a[_0x2bf07c(0x206)],_0x5be823[_0x2bf07c(0x1f5)]=_0x13293a[_0x2bf07c(0x2d2)];const _0x2d1fcb={};_0x2d1fcb['headers']=_0x5be823;const _0x5a2f8a=_0x2d1fcb;try{if(_0x13293a['YLBxE'](_0x13293a[_0x2bf07c(0x2ce)],_0x13293a['vbZvq'])){const _0x4bdc2c=await _0x13293a[_0x2bf07c(0x2ab)](nodeRequest,_0x13293a[_0x2bf07c(0x2c8)],_0xef26ac,_0x3d6283,_0x5a2f8a);if(_0x4bdc2c[_0x2bf07c(0x2a8)][_0x2bf07c(0x1fb)]){if(_0x13293a[_0x2bf07c(0x299)](_0x13293a[_0x2bf07c(0x2af)],_0x13293a[_0x2bf07c(0x2af)])){const _0xb583fc={};_0xb583fc[_0x2bf07c(0x288)]=_0x4bdc2c[_0x2bf07c(0x2a8)][_0x2bf07c(0x1fb)];throw _0xb583fc;}else _0x412480['env']['BS_TESTOPS_BUILD_HASHED_ID']=_0x3fdbed[_0x2bf07c(0x209)];}else{if(_0x13293a['TxRPn'](_0x13293a[_0x2bf07c(0x233)],_0x13293a['fXOQC']))_0x13293a['FNsTD'](_0x8d3598,_0x2bf07c(0x2a9)+_0x3ca49b[_0x2bf07c(0x252)]['status']+'\x20'+_0x3eb2a9[_0x2bf07c(0x252)]['statusText']+'\x20'+_0x3def3f[_0x2bf07c(0x221)](_0x218186[_0x2bf07c(0x252)][_0x2bf07c(0x2a8)]));else{_0x13293a[_0x2bf07c(0x1f0)](debug,(_0x13293a[_0x2bf07c(0x204)](_0xef26ac,this[_0x2bf07c(0x2df)][_0x2bf07c(0x1ed)])?_0x2de563:_0x13293a['xpxUA'])+'['+_0x13d627+_0x2bf07c(0x200)),this['requestQueueHandler']['pendingUploads']=Math['max'](0x0,_0x13293a[_0x2bf07c(0x2ac)](this[_0x2bf07c(0x2df)]['pendingUploads'],_0x13293a[_0x2bf07c(0x299)](_0xef26ac,_0x13293a['Ybytk'])?0x1:_0x3d6283[_0x2bf07c(0x216)]));const _0x555507={};return _0x555507[_0x2bf07c(0x2e9)]=_0x13293a[_0x2bf07c(0x23b)],_0x555507[_0x2bf07c(0x288)]='',_0x555507;}}}else _0x13293a['EXloO'](_0x4571bd,'EXCEPTION\x20IN\x20stopBuildUpstream\x20REQUEST\x20TO\x20TEST\x20OBSERVABILITY\x20:\x20'+(_0x538d92[_0x2bf07c(0x288)]||_0x419bcb));}catch(_0x209517){if(_0x209517[_0x2bf07c(0x252)]){if(_0x13293a[_0x2bf07c(0x204)](_0x13293a[_0x2bf07c(0x2e6)],_0x13293a[_0x2bf07c(0x2e6)])){_0x13293a[_0x2bf07c(0x220)](_0x7949c2,_0x2bf07c(0x1f9)+_0xb4916d+_0x2bf07c(0x222)),this['requestQueueHandler'][_0x2bf07c(0x28f)]=_0x2d0d48[_0x2bf07c(0x237)](0x0,_0x13293a[_0x2bf07c(0x2bb)](this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)],0x1));const _0x54c8ab={};return _0x54c8ab[_0x2bf07c(0x2e9)]=_0x13293a[_0x2bf07c(0x1eb)],_0x54c8ab[_0x2bf07c(0x288)]=_0x13293a[_0x2bf07c(0x1e8)],_0x54c8ab;}else _0x13293a['EXloO'](debug,'EXCEPTION\x20IN\x20'+(_0x13293a[_0x2bf07c(0x22b)](_0xef26ac,this[_0x2bf07c(0x2df)]['eventUrl'])?_0x2de563:_0x13293a['xpxUA'])+_0x2bf07c(0x27b)+_0x209517[_0x2bf07c(0x252)][_0x2bf07c(0x2e9)]+'\x20'+_0x209517[_0x2bf07c(0x252)][_0x2bf07c(0x2be)]+'\x20'+JSON[_0x2bf07c(0x221)](_0x209517[_0x2bf07c(0x252)]['data']));}else _0x13293a[_0x2bf07c(0x1f0)](debug,_0x2bf07c(0x1f9)+(_0x13293a[_0x2bf07c(0x204)](_0xef26ac,this[_0x2bf07c(0x2df)][_0x2bf07c(0x1ed)])?_0x2de563:_0x13293a[_0x2bf07c(0x1e6)])+_0x2bf07c(0x27b)+(_0x209517[_0x2bf07c(0x288)]||_0x209517));this[_0x2bf07c(0x2df)][_0x2bf07c(0x28f)]=Math['max'](0x0,_0x13293a[_0x2bf07c(0x28b)](this['requestQueueHandler']['pendingUploads'],_0x13293a[_0x2bf07c(0x290)](_0xef26ac,_0x13293a[_0x2bf07c(0x202)])?0x1:_0x3d6283['length']));const _0x5a99be={};return _0x5a99be[_0x2bf07c(0x2e9)]=_0x13293a['xWArK'],_0x5a99be['message']=_0x209517['message']||(_0x209517['response']?_0x209517['response'][_0x2bf07c(0x2e9)]+':'+_0x209517['response'][_0x2bf07c(0x2be)]:_0x209517),_0x5a99be;}}else{if(_0x13293a['JsEma'](_0x13d627,0x5)){_0x13293a[_0x2bf07c(0x21b)](debug,'EXCEPTION\x20IN\x20'+_0x2de563+_0x2bf07c(0x256)+_0x2de563+_0x2bf07c(0x2d1));_0x13293a[_0x2bf07c(0x22b)](process[_0x2bf07c(0x277)][_0x2bf07c(0x273)],_0x13293a[_0x2bf07c(0x2b5)])&&(this['requestQueueHandler']['pendingUploads']=Math[_0x2bf07c(0x237)](0x0,_0x13293a['kHMho'](this[_0x2bf07c(0x2df)]['pendingUploads'],0x1)));const _0xd7eb00={};return _0xd7eb00[_0x2bf07c(0x2e9)]=_0x13293a['xWArK'],_0xd7eb00[_0x2bf07c(0x288)]=_0x13293a[_0x2bf07c(0x280)],_0xd7eb00;}else _0x13293a['ZoAat'](process[_0x2bf07c(0x277)][_0x2bf07c(0x26c)],_0x13293a[_0x2bf07c(0x240)])&&_0x13293a[_0x2bf07c(0x26d)](setTimeout,()=>{this['uploadEventData'](_0xb8275,_0x13293a['dPMfL'](_0x13d627,0x1));},0x3e8);}}}module['exports']=SessionHandler;