browserstack-node-sdk 1.24.2 → 1.25.1

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 (91) hide show
  1. package/ats/src/commands/configure.js +1 -1
  2. package/ats/src/commands/connect.js +1 -1
  3. package/ats/src/commands/connect_commands/grid.js +1 -1
  4. package/ats/src/commands/create.js +1 -1
  5. package/ats/src/commands/create_commands/grid.js +1 -1
  6. package/ats/src/commands/delete.js +1 -1
  7. package/ats/src/commands/delete_commands/grid.js +1 -1
  8. package/ats/src/commands/init.js +1 -1
  9. package/ats/src/commands/list.js +1 -1
  10. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  11. package/ats/src/commands/list_commands/grids.js +1 -1
  12. package/ats/src/config/constants.js +1 -1
  13. package/ats/src/config/logger.js +1 -1
  14. package/ats/src/index.js +1 -1
  15. package/ats/src/templates/hub-deployment.yaml +3 -1
  16. package/ats/src/templates/metrics-server/api-service.yaml +16 -0
  17. package/ats/src/templates/metrics-server/cluster-role-aggregated-reader.yaml +20 -0
  18. package/ats/src/templates/metrics-server/cluster-role-binding-auth-delegator.yaml +15 -0
  19. package/ats/src/templates/metrics-server/cluster-role-binding.yaml +15 -0
  20. package/ats/src/templates/metrics-server/cluster-role.yaml +23 -0
  21. package/ats/src/templates/metrics-server/deployment.yaml +68 -0
  22. package/ats/src/templates/metrics-server/role-binding.yaml +16 -0
  23. package/ats/src/templates/metrics-server/service-account.yaml +7 -0
  24. package/ats/src/templates/metrics-server/service.yaml +16 -0
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/cucumber-js/command.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  42. package/src/bin/cucumber-js/test.setup.js +1 -1
  43. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  44. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  45. package/src/bin/jest/command.js +1 -1
  46. package/src/bin/jest/customEnvironment.js +1 -1
  47. package/src/bin/jest/customTestRunnerTemplate.js +1 -1
  48. package/src/bin/jest/jest.setup.js +1 -1
  49. package/src/bin/jest/test_before.setup.js +1 -1
  50. package/src/bin/launcher/launcher.js +1 -1
  51. package/src/bin/mocha/accessibility-automation/constants.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/command.js +1 -1
  61. package/src/bin/playwright/globalSetup.js +1 -1
  62. package/src/bin/playwright/mock-process.js +1 -1
  63. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  64. package/src/bin/playwright/reporter/reporter.js +1 -1
  65. package/src/bin/playwright/reporter/test-details.js +1 -1
  66. package/src/bin/runner.js +1 -1
  67. package/src/bin/setup.js +1 -1
  68. package/src/bin/test-runner/index.js +1 -1
  69. package/src/bin/test-runner/runTest.js +1 -1
  70. package/src/bin/test-runner/testWorker.js +1 -1
  71. package/src/bin/utils/constants.js +1 -1
  72. package/src/bin/utils/log4jsAppender.js +1 -1
  73. package/src/bin/utils/logPatcher.js +1 -1
  74. package/src/bin/utils/logReportingAPI.js +1 -1
  75. package/src/bin/vanilla-js/command.js +1 -1
  76. package/src/helpers/BrowserStackSetup.js +1 -1
  77. package/src/helpers/capsMapping.js +1 -1
  78. package/src/helpers/helper.js +1 -1
  79. package/src/helpers/logger.js +1 -1
  80. package/src/helpers/patchHelpers.js +1 -1
  81. package/src/helpers/request-spy.js +1 -1
  82. package/src/helpers/setKeepAlive.js +1 -1
  83. package/src/helpers/test-observability/constants.js +1 -1
  84. package/src/helpers/test-observability/error-handler.js +1 -1
  85. package/src/helpers/test-observability/performance-tester.js +1 -1
  86. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  87. package/src/helpers/test-observability/sessionHandler.js +1 -1
  88. package/src/helpers/test-observability/utils.js +1 -1
  89. package/src/helpers/w3cMapping.js +1 -1
  90. package/src/hubAllocationMethods.js +1 -1
  91. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a42_0x5a53f8=a42_0x3078;(function(_0x5dd64d,_0x2db48c){const _0x211429=a42_0x3078,_0x99e229=_0x5dd64d();while(!![]){try{const _0x116b65=-parseInt(_0x211429(0x1a1))/0x1+parseInt(_0x211429(0x19e))/0x2*(-parseInt(_0x211429(0x18e))/0x3)+parseInt(_0x211429(0x1a2))/0x4*(-parseInt(_0x211429(0x198))/0x5)+-parseInt(_0x211429(0x18d))/0x6+-parseInt(_0x211429(0x1a6))/0x7+-parseInt(_0x211429(0x1a3))/0x8+parseInt(_0x211429(0x194))/0x9;if(_0x116b65===_0x2db48c)break;else _0x99e229['push'](_0x99e229['shift']());}catch(_0x6b271d){_0x99e229['push'](_0x99e229['shift']());}}}(a42_0x1375,0xd3c19));const winston=require(a42_0x5a53f8(0x18b)),fs=require('fs'),path=require(a42_0x5a53f8(0x190)),logDir=a42_0x5a53f8(0x192);!fs[a42_0x5a53f8(0x195)](logDir)&&fs['mkdirSync'](logDir);const a42_0x7f7f14={};a42_0x7f7f14[a42_0x5a53f8(0x197)]='console.info';const transports={'loggerConsole':new winston[(a42_0x5a53f8(0x1a5))]['Console'](a42_0x7f7f14),'loggerFile':new winston[(a42_0x5a53f8(0x1a5))]['File']({'filename':path[a42_0x5a53f8(0x199)](logDir,a42_0x5a53f8(0x18c))})},a42_0x3afdcc={};a42_0x3afdcc['format']=a42_0x5a53f8(0x1a4);const a42_0x58f77f={};function a42_0x1375(){const _0x284922=['format','winston','/usage.log','5362560QHMDUr','2172xwDjSq','winstonLogger','path','colorize','log','combine','57478554FjdteT','existsSync','message','name','1355gEhZKA','join','fileLogger','level','timestamp','createLogger','2916aFohZz','\x20-\x20','printf','569724qSOBjW','8156VUMoUo','13403784dWswqx','YYYY-MM-DD\x20HH:mm:ss','transports','5404245wVMlPl'];a42_0x1375=function(){return _0x284922;};return a42_0x1375();}function a42_0x3078(_0x4a9085,_0x3a2c05){const _0x1375ac=a42_0x1375();return a42_0x3078=function(_0x30788d,_0x5c7f30){_0x30788d=_0x30788d-0x18a;let _0x4512f0=_0x1375ac[_0x30788d];return _0x4512f0;},a42_0x3078(_0x4a9085,_0x3a2c05);}a42_0x58f77f[a42_0x5a53f8(0x19b)]=!![];const winstonLoggerParams={'format':winston['format'][a42_0x5a53f8(0x193)](winston[a42_0x5a53f8(0x18a)][a42_0x5a53f8(0x19c)](a42_0x3afdcc),winston[a42_0x5a53f8(0x18a)][a42_0x5a53f8(0x191)](a42_0x58f77f),winston['format'][a42_0x5a53f8(0x1a0)](_0x5a1c32=>_0x5a1c32[a42_0x5a53f8(0x19c)]+a42_0x5a53f8(0x19f)+_0x5a1c32['level']+':\x20'+_0x5a1c32[a42_0x5a53f8(0x196)])),'transports':[transports['loggerConsole'],transports['loggerFile']]},a42_0x2f749f={};a42_0x2f749f['transports']=[transports['loggerFile']];const winstonFileLoggerParams=a42_0x2f749f;exports[a42_0x5a53f8(0x18f)]=new winston[(a42_0x5a53f8(0x19d))](winstonLoggerParams),exports[a42_0x5a53f8(0x19a)]=new winston['createLogger'](winstonFileLoggerParams),exports[a42_0x5a53f8(0x1a5)]=transports;
1
+ const a42_0x25dc03=a42_0x422d;(function(_0x340d14,_0x39bde3){const _0x3d8570=a42_0x422d,_0x5179a0=_0x340d14();while(!![]){try{const _0xd7f1ae=-parseInt(_0x3d8570(0xeb))/0x1+-parseInt(_0x3d8570(0xf3))/0x2*(parseInt(_0x3d8570(0xe9))/0x3)+parseInt(_0x3d8570(0xf1))/0x4*(parseInt(_0x3d8570(0xde))/0x5)+-parseInt(_0x3d8570(0xf8))/0x6+-parseInt(_0x3d8570(0xf7))/0x7+parseInt(_0x3d8570(0xef))/0x8+-parseInt(_0x3d8570(0xee))/0x9*(-parseInt(_0x3d8570(0xe0))/0xa);if(_0xd7f1ae===_0x39bde3)break;else _0x5179a0['push'](_0x5179a0['shift']());}catch(_0x3edf2c){_0x5179a0['push'](_0x5179a0['shift']());}}}(a42_0x3fce,0xee8d2));const winston=require(a42_0x25dc03(0xfe)),fs=require('fs'),path=require(a42_0x25dc03(0xf5)),logDir=a42_0x25dc03(0xe6);!fs[a42_0x25dc03(0xe2)](logDir)&&fs[a42_0x25dc03(0xe7)](logDir);const a42_0x26207b={};function a42_0x3fce(){const _0x474dce=['format','printf','winston','3415970fHXmTh','name','872060hDfKax','winstonLogger','existsSync','loggerFile','colorize','Console','log','mkdirSync','transports','963291fEVgTI','File','1421131QxTYHf','message','\x20-\x20','288cpZjLx','12341264iReEXq','join','8jWusIL','createLogger','8WIoyxC','timestamp','path','/usage.log','3656569omXHIS','8967876VAtISu','fileLogger','level','YYYY-MM-DD\x20HH:mm:ss'];a42_0x3fce=function(){return _0x474dce;};return a42_0x3fce();}a42_0x26207b[a42_0x25dc03(0xdf)]='console.info';function a42_0x422d(_0x42a48b,_0x5406ee){const _0x3fcecb=a42_0x3fce();return a42_0x422d=function(_0x422de6,_0x21e2fd){_0x422de6=_0x422de6-0xde;let _0x30fa98=_0x3fcecb[_0x422de6];return _0x30fa98;},a42_0x422d(_0x42a48b,_0x5406ee);}const transports={'loggerConsole':new winston[(a42_0x25dc03(0xe8))][(a42_0x25dc03(0xe5))](a42_0x26207b),'loggerFile':new winston['transports'][(a42_0x25dc03(0xea))]({'filename':path[a42_0x25dc03(0xf0)](logDir,a42_0x25dc03(0xf6))})},a42_0x231f7a={};a42_0x231f7a['format']=a42_0x25dc03(0xfb);const a42_0x193555={};a42_0x193555[a42_0x25dc03(0xfa)]=!![];const winstonLoggerParams={'format':winston[a42_0x25dc03(0xfc)]['combine'](winston[a42_0x25dc03(0xfc)]['timestamp'](a42_0x231f7a),winston[a42_0x25dc03(0xfc)][a42_0x25dc03(0xe4)](a42_0x193555),winston[a42_0x25dc03(0xfc)][a42_0x25dc03(0xfd)](_0x2aab1f=>_0x2aab1f[a42_0x25dc03(0xf4)]+a42_0x25dc03(0xed)+_0x2aab1f[a42_0x25dc03(0xfa)]+':\x20'+_0x2aab1f[a42_0x25dc03(0xec)])),'transports':[transports['loggerConsole'],transports[a42_0x25dc03(0xe3)]]},a42_0x1892c7={};a42_0x1892c7[a42_0x25dc03(0xe8)]=[transports['loggerFile']];const winstonFileLoggerParams=a42_0x1892c7;exports[a42_0x25dc03(0xe1)]=new winston[(a42_0x25dc03(0xf2))](winstonLoggerParams),exports[a42_0x25dc03(0xf9)]=new winston[(a42_0x25dc03(0xf2))](winstonFileLoggerParams),exports[a42_0x25dc03(0xe8)]=transports;
@@ -1 +1 @@
1
- function a43_0x4d0c(){var _0x5c97a2=['rsmCn','overrideQuit','split','20ytvsXR','yjuSn','mUPCW','1837550RYFKGZ','pOPOV','fUhsL','initScreenshot','ZRjbS','JOaPM','DfsCd','quit','153zWDFzu','NsjTd','zqvCz','QzyLS','takeScreenshot','5|2|4|1|0|3','WiNUM','uvvdj','262664nYeGiq','toISOString','pstcM','wotVQ','IYyZB','jYgqJ','fgrLK','agWxd','BS_TESTOPS_ALLOW_SCREENSHOTS','GuFfW','VsKUc','HssJf','60KqKSrG','CjEzQ','yTFCD','gijvh','XLAhf','XTTke','DGjsv','MhJXO','gGUxl','emit','iGFsA','1397186tGCUSB','ZuhfK','TySHt','rXmOf','hzWVJ','then','djdxF','patchQuit','env','KwjKO','22960HTkKzH','208668kHmoYg','XcZal','uWjYk','GVARp','ROHWF','bs:addLog:','pid','sMdaY','fyBZI','PAwmU','true','FfDES','123321uxJZAU','NORwg','vzBDl','ZHybk','patchScreenshot','TEST_SCREENSHOT','kJFbH','initQuit','LyrHu','OUDAx','DwRXH','overrideTakeScreenshot','9XbfteC','quitCount_','GOicZ','hsqfp','isSiL','474120BUHGbl'];a43_0x4d0c=function(){return _0x5c97a2;};return a43_0x4d0c();}var a43_0x4cd0f7=a43_0x5724;function a43_0x5724(_0x1edbf0,_0x4850ca){var _0x4d0ce6=a43_0x4d0c();return a43_0x5724=function(_0x572490,_0x26b804){_0x572490=_0x572490-0x1af;var _0x113c18=_0x4d0ce6[_0x572490];return _0x113c18;},a43_0x5724(_0x1edbf0,_0x4850ca);}(function(_0x2f1456,_0x15eca2){var _0x5396e6=a43_0x5724,_0x406280=_0x2f1456();while(!![]){try{var _0x48a136=parseInt(_0x5396e6(0x1ec))/0x1+parseInt(_0x5396e6(0x1fd))/0x2+parseInt(_0x5396e6(0x1b6))/0x3*(-parseInt(_0x5396e6(0x1df))/0x4)+parseInt(_0x5396e6(0x1ca))/0x5*(-parseInt(_0x5396e6(0x1e0))/0x6)+parseInt(_0x5396e6(0x1d5))/0x7+-parseInt(_0x5396e6(0x1be))/0x8*(-parseInt(_0x5396e6(0x1f8))/0x9)+parseInt(_0x5396e6(0x201))/0xa*(parseInt(_0x5396e6(0x204))/0xb);if(_0x48a136===_0x15eca2)break;else _0x406280['push'](_0x406280['shift']());}catch(_0x13acdf){_0x406280['push'](_0x406280['shift']());}}}(a43_0x4d0c,0x34f04),exports[a43_0x4cd0f7(0x1f7)]=_0x7b0921=>{var _0x1d63e6=a43_0x4cd0f7,_0x39a02d={'hsqfp':function(_0x417fbf,_0x3c7f65){return _0x417fbf===_0x3c7f65;},'pstcM':_0x1d63e6(0x1c4),'UVlDb':_0x1d63e6(0x1f1),'DfsCd':function(_0x3a625d,_0x5cbe50){return _0x3a625d(_0x5cbe50);},'HjttZ':'TJnyP','yTFCD':'vlezO','OUDAx':function(_0x4ad57a){return _0x4ad57a();},'rXmOf':function(_0x26c769,_0xab8e3){return _0x26c769>_0xab8e3;},'XLAhf':_0x1d63e6(0x203),'LyrHu':function(_0x1280e1,_0xb69c83){return _0x1280e1!=_0xb69c83;},'kJFbH':_0x1d63e6(0x1ea)};if(_0x39a02d[_0x1d63e6(0x1f4)](process['env'][_0x1d63e6(0x1c6)],_0x39a02d[_0x1d63e6(0x1f2)]))return;if(_0x7b0921[_0x1d63e6(0x1f0)])return;_0x7b0921[_0x1d63e6(0x1f0)]=!![],_0x7b0921[_0x1d63e6(0x1b1)]=_0x7b0921[_0x1d63e6(0x1ba)],_0x7b0921['takeScreenshot']=()=>{var _0x2ef3ce=_0x1d63e6,_0x9dfe45={'KwjKO':function(_0x1eeaa2,_0x115232){var _0x2bac3b=a43_0x5724;return _0x39a02d[_0x2bac3b(0x1d8)](_0x1eeaa2,_0x115232);}};if(_0x39a02d[_0x2ef3ce(0x1fb)](_0x39a02d[_0x2ef3ce(0x1ce)],_0x39a02d[_0x2ef3ce(0x1ce)]))return new Promise(function(_0x1cd771,_0x44e35f){var _0x44c10d=_0x2ef3ce,_0x96cc81={'fyBZI':function(_0x1cb572,_0x5e2170){return _0x39a02d['hsqfp'](_0x1cb572,_0x5e2170);},'rsmCn':_0x39a02d[_0x44c10d(0x1c0)],'gijvh':_0x39a02d['UVlDb'],'IYyZB':function(_0x14a065,_0x3f9a84){var _0x2c411d=_0x44c10d;return _0x39a02d[_0x2c411d(0x1b4)](_0x14a065,_0x3f9a84);}};if(_0x39a02d[_0x44c10d(0x1fb)](_0x39a02d['HjttZ'],_0x39a02d[_0x44c10d(0x1cc)])){_0x3a190d[_0x44c10d(0x1f9)]+=0x1;if(_0x9dfe45[_0x44c10d(0x1de)](_0x7d6404[_0x44c10d(0x1f9)],0x1))return _0x55c630[_0x44c10d(0x1f3)]();}else _0x7b0921[_0x44c10d(0x1b1)]()[_0x44c10d(0x1da)](_0xd80af8=>{var _0xb5c23b=_0x44c10d;if(_0x96cc81[_0xb5c23b(0x1e8)](_0x96cc81['rsmCn'],_0x96cc81[_0xb5c23b(0x1fe)]))process[_0xb5c23b(0x1d3)]('bs:addLog:'+process[_0xb5c23b(0x1e6)],{'timestamp':new Date()['toISOString'](),'message':_0xd80af8,'kind':_0x96cc81[_0xb5c23b(0x1cd)]}),_0x96cc81[_0xb5c23b(0x1c2)](_0x1cd771,_0xd80af8);else return _0x5c28bc[_0xb5c23b(0x1f3)]();});});else _0x39a02d[_0x2ef3ce(0x1f5)](_0x477202);};},exports[a43_0x4cd0f7(0x1ff)]=(_0x48fcd4,_0x208ad5=null)=>{var _0x3e6c12=a43_0x4cd0f7,_0x5a8e68={'GOicZ':_0x3e6c12(0x1f1),'fUhsL':function(_0x2451bc,_0x1d2056){return _0x2451bc(_0x1d2056);},'zqvCz':function(_0x4aad82,_0x55b263){return _0x4aad82!==_0x55b263;},'QvBjy':_0x3e6c12(0x1d6),'FfDES':'lEXwe','GkQSO':function(_0x465b6f){return _0x465b6f();},'iGFsA':function(_0x2ca8cf,_0x4761e4){return _0x2ca8cf(_0x4761e4);},'OWika':_0x3e6c12(0x1bb),'yjuSn':function(_0x10d762,_0x1bd009){return _0x10d762!=_0x1bd009;},'MhJXO':_0x3e6c12(0x1ea),'ZHybk':function(_0x1faeb1,_0x16be65){return _0x1faeb1>_0x16be65;},'XTTke':function(_0x38653f,_0x4f02b8){return _0x38653f!==_0x4f02b8;},'ZRjbS':'pWyUq','ROHWF':_0x3e6c12(0x1e3),'HssJf':function(_0x2d9d86,_0x118898){return _0x2d9d86===_0x118898;},'DwRXH':_0x3e6c12(0x1ee),'wotVQ':function(_0x25f120,_0x365ff1){return _0x25f120>_0x365ff1;},'VsKUc':'SIfXv','djdxF':'onWlU','hzWVJ':function(_0x5006c9,_0x1ffbb4){return _0x5006c9!==_0x1ffbb4;},'XcZal':'PmToM','NORwg':function(_0x157d12,_0x16cfa7){return _0x157d12>_0x16cfa7;},'pOPOV':_0x3e6c12(0x1d7),'agWxd':_0x3e6c12(0x1b7)};if(_0x48fcd4[_0x3e6c12(0x1dc)])return;_0x48fcd4[_0x3e6c12(0x1dc)]=!![],_0x48fcd4[_0x3e6c12(0x1f3)]=_0x48fcd4['quit'],_0x48fcd4[_0x3e6c12(0x1b5)]=()=>{var _0x1b7e85=_0x3e6c12,_0x5ebcfe={'uWjYk':_0x5a8e68[_0x1b7e85(0x1fa)],'gGUxl':function(_0x32b21a,_0x3959d5){var _0x2890fb=_0x1b7e85;return _0x5a8e68[_0x2890fb(0x1d4)](_0x32b21a,_0x3959d5);},'JOaPM':_0x5a8e68['OWika'],'DGjsv':function(_0x40f3fd,_0x535c8e){var _0x6e318c=_0x1b7e85;return _0x5a8e68[_0x6e318c(0x202)](_0x40f3fd,_0x535c8e);},'sMdaY':_0x5a8e68[_0x1b7e85(0x1d1)],'PAwmU':function(_0x50d8a3,_0x3afce3){var _0x474f24=_0x1b7e85;return _0x5a8e68[_0x474f24(0x1ef)](_0x50d8a3,_0x3afce3);}};if(_0x5a8e68[_0x1b7e85(0x1cf)](_0x5a8e68[_0x1b7e85(0x1b2)],_0x5a8e68[_0x1b7e85(0x1e4)])){if(_0x208ad5){if(_0x5a8e68[_0x1b7e85(0x1c9)](_0x5a8e68[_0x1b7e85(0x1f6)],_0x5a8e68[_0x1b7e85(0x1f6)])){_0x208ad5[_0x1b7e85(0x1f9)]+=0x1;if(_0x5a8e68[_0x1b7e85(0x1c1)](_0x208ad5[_0x1b7e85(0x1f9)],0x1)){if(_0x5a8e68['HssJf'](_0x5a8e68[_0x1b7e85(0x1c8)],_0x5a8e68[_0x1b7e85(0x1db)]))_0x25c6dc[_0x1b7e85(0x1d3)](_0x1b7e85(0x1e5)+_0x1ea7fe[_0x1b7e85(0x1e6)],{'timestamp':new _0x39cd60()['toISOString'](),'message':_0x396e1b,'kind':_0x5ebcfe[_0x1b7e85(0x1e2)]}),_0x5ebcfe[_0x1b7e85(0x1d2)](_0x480b77,_0x30544c);else return _0x48fcd4[_0x1b7e85(0x1f3)]();}}else return _0x2342f2[_0x1b7e85(0x1f3)]();}else{if(_0x5a8e68[_0x1b7e85(0x1d9)](_0x5a8e68['XcZal'],_0x5a8e68[_0x1b7e85(0x1e1)])){var _0xc3e33f=_0x5ebcfe[_0x1b7e85(0x1b3)][_0x1b7e85(0x200)]('|'),_0x5ae612=0x0;while(!![]){switch(_0xc3e33f[_0x5ae612++]){case'0':_0x35d505[_0x1b7e85(0x1b1)]=_0x56388c[_0x1b7e85(0x1ba)];continue;case'1':_0x5883bc[_0x1b7e85(0x1f0)]=!![];continue;case'2':if(_0x5ebcfe[_0x1b7e85(0x1d0)](_0x5d32e4[_0x1b7e85(0x1dd)]['BS_TESTOPS_ALLOW_SCREENSHOTS'],_0x5ebcfe[_0x1b7e85(0x1e7)]))return;continue;case'3':_0x3eb2b9[_0x1b7e85(0x1ba)]=()=>{var _0x530d66=_0x1b7e85,_0x5e53a2={'GuFfW':_0x32ced5[_0x530d66(0x1bc)],'QzyLS':function(_0x3d3f0a,_0x79e1de){var _0xbae1a5=_0x530d66;return _0x32ced5[_0xbae1a5(0x1bd)](_0x3d3f0a,_0x79e1de);}};return new _0x11d0fb(function(_0xfbdccd,_0x5389d6){var _0xf2bf19=_0x530d66;_0x3816a2['initScreenshot']()[_0xf2bf19(0x1da)](_0x3e032b=>{var _0xadeb4e=_0xf2bf19;_0x25ab47['emit'](_0xadeb4e(0x1e5)+_0x2d5e0e[_0xadeb4e(0x1e6)],{'timestamp':new _0x579d0c()[_0xadeb4e(0x1bf)](),'message':_0x3e032b,'kind':_0x5e53a2[_0xadeb4e(0x1c7)]}),_0x5e53a2[_0xadeb4e(0x1b9)](_0xfbdccd,_0x3e032b);});});};continue;case'4':if(_0xd98b49[_0x1b7e85(0x1f0)])return;continue;case'5':var _0x32ced5={'WiNUM':_0x5ebcfe['uWjYk'],'uvvdj':function(_0x507453,_0x4e3e7f){var _0xb8882a=_0x1b7e85;return _0x5ebcfe[_0xb8882a(0x1d2)](_0x507453,_0x4e3e7f);}};continue;}break;}}else{_0x48fcd4[_0x1b7e85(0x1f9)]+=0x1;if(_0x5a8e68[_0x1b7e85(0x1ed)](_0x48fcd4[_0x1b7e85(0x1f9)],0x1)){if(_0x5a8e68[_0x1b7e85(0x1cf)](_0x5a8e68[_0x1b7e85(0x1af)],_0x5a8e68[_0x1b7e85(0x1c5)]))return _0x48fcd4[_0x1b7e85(0x1f3)]();else{var _0x2b8e8d={'jYgqJ':_0x5a8e68['GOicZ'],'abFsf':function(_0x16daac,_0x4dae64){var _0x19c323=_0x1b7e85;return _0x5a8e68[_0x19c323(0x1b0)](_0x16daac,_0x4dae64);}};return new _0x3650cf(function(_0x13bb19,_0x56f5b8){var _0x393375=_0x1b7e85;_0x13248b[_0x393375(0x1b1)]()['then'](_0x22f3ad=>{var _0x4038ea=_0x393375;_0x1543e1[_0x4038ea(0x1d3)](_0x4038ea(0x1e5)+_0x4d0b78[_0x4038ea(0x1e6)],{'timestamp':new _0x49244a()[_0x4038ea(0x1bf)](),'message':_0x22f3ad,'kind':_0x2b8e8d[_0x4038ea(0x1c3)]}),_0x2b8e8d['abFsf'](_0x13bb19,_0x22f3ad);});});}}}}return new Promise(function(_0x50ecb0){var _0x19ceca=_0x1b7e85,_0x1e7eea={'isSiL':_0x5a8e68[_0x19ceca(0x1fa)],'CjEzQ':function(_0x3d5233,_0xbeeac0){var _0x14aae4=_0x19ceca;return _0x5a8e68[_0x14aae4(0x1b0)](_0x3d5233,_0xbeeac0);}};_0x5a8e68[_0x19ceca(0x1b8)](_0x5a8e68['QvBjy'],_0x5a8e68[_0x19ceca(0x1eb)])?_0x5a8e68['GkQSO'](_0x50ecb0):_0x1bdad3['initScreenshot']()[_0x19ceca(0x1da)](_0x31602c=>{var _0x338268=_0x19ceca;_0x4c3acc[_0x338268(0x1d3)](_0x338268(0x1e5)+_0x320afe[_0x338268(0x1e6)],{'timestamp':new _0x36e8c3()['toISOString'](),'message':_0x31602c,'kind':_0x1e7eea[_0x338268(0x1fc)]}),_0x1e7eea[_0x338268(0x1cb)](_0x2d5e98,_0x31602c);});});}else{_0x4b1422[_0x1b7e85(0x1f9)]+=0x1;if(_0x5ebcfe[_0x1b7e85(0x1e9)](_0x5bd0a0[_0x1b7e85(0x1f9)],0x1))return _0x4f4914[_0x1b7e85(0x1f3)]();}};});
1
+ var a43_0x1027a1=a43_0x2ec9;function a43_0x2ec9(_0x1d42b0,_0x1b7f38){var _0x292944=a43_0x2929();return a43_0x2ec9=function(_0x2ec982,_0x4bc89a){_0x2ec982=_0x2ec982-0x7b;var _0x308531=_0x292944[_0x2ec982];return _0x308531;},a43_0x2ec9(_0x1d42b0,_0x1b7f38);}function a43_0x2929(){var _0x569b86=['znZZH','AUUtD','pwYAO','Wjbza','ixwRh','toISOString','TQZSm','mlmZA','35BgALCF','VmNve','KiqUz','TEST_SCREENSHOT','cVSqR','env','18sZJNTG','2239976nirUyU','TyGNm','13453573yjhlpH','GNipY','patchScreenshot','596580jXWTQs','initScreenshot','vdeWg','jzMFW','NVSYF','pid','8901Aawnid','VRXpK','FiCxi','446570qArVve','patchQuit','JIYtk','hkKsc','gVlrp','iCkOF','4570HrNSKr','1512624isIBUh','ULtuV','ytjUA','overrideTakeScreenshot','emSIm','xYRvi','LQEMu','TwJGq','YdDUr','takeScreenshot','bs:addLog:','gkioM','ogqEJ','quit','rTpkR','DXGtj','qNWOJ','SZyWz','split','POUCN','ZYtZw','xbRvD','VECcs','initQuit','77207427queiGL','TAEvk','swUap','BS_TESTOPS_ALLOW_SCREENSHOTS','qnGHH','quitCount_','true','yIZKy','sNOcj','JcUIs','qWEHY','rSxae','nAfna','TXdWj','8XhKoTV','4|1|2|5|3|0','then','DwHrc','XtQVc','qdBei','QRcQQ','emit','hAGBB','wqvIi','UPSRM','eMIIZ','Ojvuq','tcQcn'];a43_0x2929=function(){return _0x569b86;};return a43_0x2929();}(function(_0x33faf8,_0x27479c){var _0x4e8266=a43_0x2ec9,_0x165602=_0x33faf8();while(!![]){try{var _0x24c4ff=parseInt(_0x4e8266(0xaf))/0x1+-parseInt(_0x4e8266(0xa0))/0x2*(parseInt(_0x4e8266(0xa6))/0x3)+-parseInt(_0x4e8266(0xa1))/0x4+-parseInt(_0x4e8266(0x9a))/0x5*(parseInt(_0x4e8266(0xb6))/0x6)+-parseInt(_0x4e8266(0xa3))/0x7*(parseInt(_0x4e8266(0x84))/0x8)+parseInt(_0x4e8266(0xac))/0x9*(-parseInt(_0x4e8266(0xb5))/0xa)+parseInt(_0x4e8266(0xce))/0xb;if(_0x24c4ff===_0x27479c)break;else _0x165602['push'](_0x165602['shift']());}catch(_0xeefad1){_0x165602['push'](_0x165602['shift']());}}}(a43_0x2929,0xee89d),exports[a43_0x1027a1(0xb9)]=_0x234391=>{var _0x1c8f75=a43_0x1027a1,_0x13245f={'gVlrp':function(_0xaaa497,_0x524000){return _0xaaa497===_0x524000;},'VECcs':'oiBNA','YdDUr':'hZTBe','VmNve':function(_0x5069a2){return _0x5069a2();},'TAEvk':_0x1c8f75(0x85),'UbmID':function(_0x3a77b2,_0x1c127f){return _0x3a77b2!=_0x1c127f;},'POUCN':_0x1c8f75(0x7c),'JIYtk':_0x1c8f75(0x9d),'gkioM':function(_0x49d414,_0x3ef2fc){return _0x49d414(_0x3ef2fc);},'yIZKy':function(_0x3c8027,_0x145b54){return _0x3c8027!==_0x145b54;},'cVSqR':_0x1c8f75(0xd2),'FJLbj':_0x1c8f75(0x98),'ULtuV':_0x1c8f75(0x95),'tcQcn':function(_0x4a0fa3,_0x44502f){return _0x4a0fa3!=_0x44502f;}};if(_0x13245f[_0x1c8f75(0x91)](process[_0x1c8f75(0x9f)][_0x1c8f75(0xd1)],_0x13245f[_0x1c8f75(0xc9)]))return;if(_0x234391[_0x1c8f75(0xa5)])return;_0x234391['patchScreenshot']=!![],_0x234391['initScreenshot']=_0x234391[_0x1c8f75(0xbf)],_0x234391[_0x1c8f75(0xbf)]=()=>{var _0xd49307=_0x1c8f75,_0x46e112={'IbPCY':function(_0x16a53c){var _0x165426=a43_0x2ec9;return _0x13245f[_0x165426(0x9b)](_0x16a53c);},'NVSYF':_0x13245f[_0xd49307(0xcf)],'aeFkp':function(_0x1793d7,_0xec1d2e){return _0x13245f['UbmID'](_0x1793d7,_0xec1d2e);},'ifCZX':_0x13245f[_0xd49307(0xc9)],'FiCxi':_0x13245f[_0xd49307(0xb1)],'TwJGq':function(_0x2f04f9,_0x56bfbf){var _0x4a10ba=_0xd49307;return _0x13245f[_0x4a10ba(0xc1)](_0x2f04f9,_0x56bfbf);},'qdBei':function(_0x2dcba4,_0x109295){var _0x5f4153=_0xd49307;return _0x13245f[_0x5f4153(0x7d)](_0x2dcba4,_0x109295);},'VDAXp':_0x13245f[_0xd49307(0x9e)],'cAeaf':_0x13245f['FJLbj'],'qNWOJ':function(_0x59ab8a,_0x3f9906){var _0x2d33fc=_0xd49307;return _0x13245f[_0x2d33fc(0xc1)](_0x59ab8a,_0x3f9906);}};if(_0x13245f[_0xd49307(0x7d)](_0x13245f[_0xd49307(0xb7)],_0x13245f['ULtuV']))_0x46e112['IbPCY'](_0x50c50c);else return new Promise(function(_0x10980a,_0x45f157){var _0x553b1b=_0xd49307;if(_0x13245f[_0x553b1b(0xb3)](_0x13245f[_0x553b1b(0xcc)],_0x13245f[_0x553b1b(0xbe)])){var _0x58a302=_0x46e112[_0x553b1b(0xaa)][_0x553b1b(0xc8)]('|'),_0x29a379=0x0;while(!![]){switch(_0x58a302[_0x29a379++]){case'0':_0x5c1d5b[_0x553b1b(0xbf)]=()=>{return new _0x5442c8(function(_0x4835a1,_0x56dedd){var _0x5ddf27=a43_0x2ec9,_0x367772={'znZZH':_0x4daf5a['RxEev'],'Ojvuq':function(_0x594948,_0x1f0b90){var _0x2d1b52=a43_0x2ec9;return _0x4daf5a[_0x2d1b52(0xba)](_0x594948,_0x1f0b90);}};_0x1fd842[_0x5ddf27(0xa7)]()[_0x5ddf27(0x86)](_0x18833a=>{var _0x1800e1=_0x5ddf27;_0x552515['emit'](_0x1800e1(0xc0)+_0x563e34[_0x1800e1(0xab)],{'timestamp':new _0x5e8369()[_0x1800e1(0x97)](),'message':_0x18833a,'kind':_0x367772[_0x1800e1(0x92)]}),_0x367772[_0x1800e1(0x90)](_0x4835a1,_0x18833a);});});};continue;case'1':if(_0x46e112['aeFkp'](_0x3117dd[_0x553b1b(0x9f)][_0x553b1b(0xd1)],_0x46e112['ifCZX']))return;continue;case'2':if(_0x432146[_0x553b1b(0xa5)])return;continue;case'3':_0x289f79[_0x553b1b(0xa7)]=_0x11ab50[_0x553b1b(0xbf)];continue;case'4':var _0x4daf5a={'RxEev':_0x46e112['FiCxi'],'emSIm':function(_0x3d646f,_0x18de51){return _0x46e112['TwJGq'](_0x3d646f,_0x18de51);}};continue;case'5':_0x4cd5c7[_0x553b1b(0xa5)]=!![];continue;}break;}}else _0x234391[_0x553b1b(0xa7)]()[_0x553b1b(0x86)](_0x230d48=>{var _0x5d093e=_0x553b1b,_0x146bf3={'hAGBB':_0x46e112[_0x5d093e(0xae)],'UPSRM':function(_0x31e0ff,_0x50aecf){var _0x40f67d=_0x5d093e;return _0x46e112[_0x40f67d(0xbd)](_0x31e0ff,_0x50aecf);}};if(_0x46e112[_0x5d093e(0x89)](_0x46e112['VDAXp'],_0x46e112['cAeaf']))process[_0x5d093e(0x8b)](_0x5d093e(0xc0)+process['pid'],{'timestamp':new Date()['toISOString'](),'message':_0x230d48,'kind':_0x46e112[_0x5d093e(0xae)]}),_0x46e112[_0x5d093e(0xc6)](_0x10980a,_0x230d48);else return new _0x17d0b7(function(_0x4f851f,_0x556820){var _0x494093=_0x5d093e,_0x2fe88c={'vdeWg':_0x146bf3[_0x494093(0x8c)],'SZyWz':function(_0x238b42,_0x48cbd0){var _0x1abf66=_0x494093;return _0x146bf3[_0x1abf66(0x8e)](_0x238b42,_0x48cbd0);}};_0xe04d9e[_0x494093(0xa7)]()[_0x494093(0x86)](_0x46831a=>{var _0x60d3af=_0x494093;_0x509836[_0x60d3af(0x8b)](_0x60d3af(0xc0)+_0x4cd14f[_0x60d3af(0xab)],{'timestamp':new _0x155fd0()['toISOString'](),'message':_0x46831a,'kind':_0x2fe88c[_0x60d3af(0xa8)]}),_0x2fe88c[_0x60d3af(0xc7)](_0x4f851f,_0x46831a);});});});});};},exports['overrideQuit']=(_0x30ea20,_0x55f617=null)=>{var _0x418687=a43_0x1027a1,_0x37b042={'iCkOF':function(_0x9897f3,_0x34f047){return _0x9897f3>_0x34f047;},'rTpkR':_0x418687(0x9d),'Zqamu':function(_0x30541,_0x39b8df){return _0x30541(_0x39b8df);},'ytjUA':function(_0x143dd5,_0x2c82aa){return _0x143dd5===_0x2c82aa;},'mlmZA':_0x418687(0x81),'VRXpK':function(_0x1a728d){return _0x1a728d();},'hkKsc':function(_0x3f5d60,_0x163c28){return _0x3f5d60===_0x163c28;},'LQEMu':_0x418687(0x94),'nAfna':_0x418687(0xd0),'qWEHY':_0x418687(0xca),'JcUIs':_0x418687(0x96),'AUUtD':function(_0x4781b0,_0x50bca8){return _0x4781b0!==_0x50bca8;},'GNipY':_0x418687(0x9c),'ogqEJ':_0x418687(0xa2),'xbRvD':function(_0x130e82,_0x5ba876){return _0x130e82>_0x5ba876;},'XtQVc':function(_0x364735,_0x2d6f17){return _0x364735!==_0x2d6f17;},'kHFVu':'ojUSq','YlGbM':_0x418687(0xc5)};if(_0x30ea20[_0x418687(0xb0)])return;_0x30ea20[_0x418687(0xb0)]=!![],_0x30ea20[_0x418687(0xcd)]=_0x30ea20[_0x418687(0xc3)],_0x30ea20[_0x418687(0xc3)]=()=>{var _0x17e62d=_0x418687,_0x3e2ad3={'eMIIZ':function(_0x56d4ef,_0x47982e){return _0x37b042['iCkOF'](_0x56d4ef,_0x47982e);},'sNOcj':_0x37b042[_0x17e62d(0xc4)],'xYRvi':function(_0x21da02,_0xc6ae93){return _0x37b042['Zqamu'](_0x21da02,_0xc6ae93);},'DwHrc':function(_0x8daef4,_0x3f415f){var _0x3a0f50=_0x17e62d;return _0x37b042[_0x3a0f50(0xb8)](_0x8daef4,_0x3f415f);},'QRcQQ':_0x37b042[_0x17e62d(0x99)],'jzMFW':function(_0x126df1){var _0x4cd441=_0x17e62d;return _0x37b042[_0x4cd441(0xad)](_0x126df1);}};if(_0x37b042[_0x17e62d(0xb2)](_0x37b042[_0x17e62d(0xbc)],_0x37b042[_0x17e62d(0xbc)])){if(_0x55f617){if(_0x37b042[_0x17e62d(0xb8)](_0x37b042[_0x17e62d(0x82)],_0x37b042[_0x17e62d(0x80)])){_0x1cd250[_0x17e62d(0x7b)]+=0x1;if(_0x3e2ad3[_0x17e62d(0x8f)](_0x4ed9dc['quitCount_'],0x1))return _0x1f8aae[_0x17e62d(0xcd)]();}else{_0x55f617['quitCount_']+=0x1;if(_0x37b042[_0x17e62d(0xb4)](_0x55f617['quitCount_'],0x1)){if(_0x37b042['ytjUA'](_0x37b042[_0x17e62d(0x7f)],_0x37b042[_0x17e62d(0x7f)]))return _0x30ea20[_0x17e62d(0xcd)]();else _0xb46845[_0x17e62d(0x8b)]('bs:addLog:'+_0x4c6138[_0x17e62d(0xab)],{'timestamp':new _0x32b485()[_0x17e62d(0x97)](),'message':_0x4ccd49,'kind':_0x3e2ad3[_0x17e62d(0x7e)]}),_0x3e2ad3[_0x17e62d(0xbb)](_0x47a56b,_0x577fd4);}}}else{if(_0x37b042[_0x17e62d(0x93)](_0x37b042[_0x17e62d(0xa4)],_0x37b042[_0x17e62d(0xc2)])){_0x30ea20['quitCount_']+=0x1;if(_0x37b042[_0x17e62d(0xcb)](_0x30ea20[_0x17e62d(0x7b)],0x1)){if(_0x37b042[_0x17e62d(0x88)](_0x37b042['kHFVu'],_0x37b042['YlGbM']))return _0x30ea20['initQuit']();else{_0x590b43['quitCount_']+=0x1;if(_0x37b042[_0x17e62d(0xb4)](_0x4701e8[_0x17e62d(0x7b)],0x1))return _0x2cb8a6[_0x17e62d(0xcd)]();}}}else{var _0x1202c3={'wqvIi':_0x3e2ad3[_0x17e62d(0x7e)],'TXdWj':function(_0x22b732,_0x1a8351){return _0x3e2ad3['xYRvi'](_0x22b732,_0x1a8351);}};_0x3193d4['initScreenshot']()[_0x17e62d(0x86)](_0x1920b2=>{var _0x250d44=_0x17e62d;_0x403043[_0x250d44(0x8b)]('bs:addLog:'+_0x13b365[_0x250d44(0xab)],{'timestamp':new _0x58824c()[_0x250d44(0x97)](),'message':_0x1920b2,'kind':_0x1202c3[_0x250d44(0x8d)]}),_0x1202c3[_0x250d44(0x83)](_0x5965a6,_0x1920b2);});}}return new Promise(function(_0x677220){var _0x33ccdc=_0x17e62d;if(_0x3e2ad3[_0x33ccdc(0x87)](_0x3e2ad3['QRcQQ'],_0x3e2ad3[_0x33ccdc(0x8a)]))_0x3e2ad3[_0x33ccdc(0xa9)](_0x677220);else return _0x4cf0a2['initQuit']();});}else return _0x2ac148['initQuit']();};});
@@ -1 +1 @@
1
- const a44_0x2b6c17=a44_0x3222;function a44_0x3222(_0x103b3d,_0x3be15d){const _0x20115d=a44_0x2011();return a44_0x3222=function(_0x3222d4,_0xeefbf6){_0x3222d4=_0x3222d4-0x13d;let _0x5536f5=_0x20115d[_0x3222d4];return _0x5536f5;},a44_0x3222(_0x103b3d,_0x3be15d);}(function(_0x38e217,_0x39382e){const _0x3e2f0b=a44_0x3222,_0x572e97=_0x38e217();while(!![]){try{const _0x2c4e77=-parseInt(_0x3e2f0b(0x151))/0x1*(parseInt(_0x3e2f0b(0x162))/0x2)+-parseInt(_0x3e2f0b(0x15d))/0x3+parseInt(_0x3e2f0b(0x15f))/0x4+parseInt(_0x3e2f0b(0x153))/0x5+parseInt(_0x3e2f0b(0x170))/0x6*(parseInt(_0x3e2f0b(0x16e))/0x7)+parseInt(_0x3e2f0b(0x16a))/0x8+parseInt(_0x3e2f0b(0x148))/0x9*(-parseInt(_0x3e2f0b(0x174))/0xa);if(_0x2c4e77===_0x39382e)break;else _0x572e97['push'](_0x572e97['shift']());}catch(_0x484be6){_0x572e97['push'](_0x572e97['shift']());}}}(a44_0x2011,0xeb89a));const http=require(a44_0x2b6c17(0x164)),https=require(a44_0x2b6c17(0x161)),monkeypatch=require(a44_0x2b6c17(0x157));function spy(_0x13a5e6){const _0x45b16e=a44_0x2b6c17,_0x31ff68={'OUOOV':function(_0x48fcd7,_0x3841f4){return _0x48fcd7===_0x3841f4;},'IKaIi':'vLfkA','coyrW':function(_0x2effab,_0x341f73,_0x5e88fb){return _0x2effab(_0x341f73,_0x5e88fb);},'eScfS':function(_0x31da14,_0x3ad0cd){return _0x31da14===_0x3ad0cd;},'AEGLZ':_0x45b16e(0x172),'VxcrJ':'yIEfh','AMmwy':_0x45b16e(0x171),'bIPMA':function(_0x32aadf,_0x24c5c0){return _0x32aadf!==_0x24c5c0;},'uBPkY':_0x45b16e(0x15e),'kxorH':_0x45b16e(0x141),'ifsHl':function(_0xb863a7,..._0x28b625){return _0xb863a7(..._0x28b625);},'OIfyB':_0x45b16e(0x178),'ZdwHR':function(_0x1ee656,_0x30ba76){return _0x1ee656-_0x30ba76;},'pmXnr':function(_0x22fd39,_0x451aa2,_0x5171e7){return _0x22fd39(_0x451aa2,_0x5171e7);},'gvGOR':function(_0x5b6ad2,_0x4a8f9b){return _0x5b6ad2-_0x4a8f9b;},'GdrSo':function(_0x15e750,_0xfb65b9){return _0x15e750!==_0xfb65b9;},'OuqVn':_0x45b16e(0x177),'DsbnE':'DaCTQ','VDFZc':function(_0x2b6e29,_0x324aef,_0x402144){return _0x2b6e29(_0x324aef,_0x402144);},'xorCg':_0x45b16e(0x13e),'QajmY':_0x45b16e(0x142),'BUhBZ':function(_0x3693c6,_0x92a794,_0x3dde41,_0x24c6a9){return _0x3693c6(_0x92a794,_0x3dde41,_0x24c6a9);},'aIwkB':_0x45b16e(0x17a),'KoKZM':function(_0x32fa7e,_0x1600f3,_0x190979,_0x33d0a5){return _0x32fa7e(_0x1600f3,_0x190979,_0x33d0a5);},'CiDpy':_0x45b16e(0x13f),'czRrl':function(_0x29ed2c,_0x1aab99,_0x4b4f7d,_0x2f505b){return _0x29ed2c(_0x1aab99,_0x4b4f7d,_0x2f505b);}},_0x2617ec=(_0x2d5663,_0x242a66,_0x2f33c7)=>{const _0x4d19d6=_0x45b16e,_0x4500a1={'qkjHh':function(_0x17d0b8,..._0x370461){const _0x449d12=a44_0x3222;return _0x31ff68[_0x449d12(0x17b)](_0x17d0b8,..._0x370461);},'tNFRa':_0x31ff68['AMmwy'],'UGaLH':function(_0x276f9c,_0x2f4079){const _0x17c239=a44_0x3222;return _0x31ff68[_0x17c239(0x155)](_0x276f9c,_0x2f4079);},'xNKmw':_0x31ff68[_0x4d19d6(0x16c)],'seoeK':function(_0x3b0afd,_0xf454eb){const _0x43a3e3=_0x4d19d6;return _0x31ff68[_0x43a3e3(0x16d)](_0x3b0afd,_0xf454eb);},'bZCYU':function(_0x34e93c,_0x2274eb,_0x2a77e7){return _0x31ff68['pmXnr'](_0x34e93c,_0x2274eb,_0x2a77e7);},'ZFHIk':function(_0x23d2fc,_0x13c65e){return _0x31ff68['gvGOR'](_0x23d2fc,_0x13c65e);}};if(_0x31ff68[_0x4d19d6(0x146)](_0x31ff68[_0x4d19d6(0x147)],_0x31ff68[_0x4d19d6(0x158)])){const _0x45f1b0=_0x31ff68['VDFZc'](_0x2d5663,_0x242a66,_0x2f33c7);let _0x23524c=Date[_0x4d19d6(0x13d)](),_0x546ad9;const _0x52f781=_0x43e5f1=>{const _0xa7512f=_0x4d19d6;if(_0x31ff68[_0xa7512f(0x155)](_0x31ff68[_0xa7512f(0x160)],_0x31ff68['IKaIi'])){const _0x103e21={};_0x103e21[_0xa7512f(0x159)]=_0x242a66[_0xa7512f(0x159)]||_0x242a66[_0xa7512f(0x17c)],_0x103e21[_0xa7512f(0x176)]=_0x242a66[_0xa7512f(0x176)],_0x103e21[_0xa7512f(0x154)]=_0x242a66[_0xa7512f(0x154)],_0x103e21[_0xa7512f(0x152)]=_0x242a66[_0xa7512f(0x152)],_0x31ff68[_0xa7512f(0x140)](_0x13a5e6,_0x43e5f1,_0x103e21);}else _0x5b63f2=_0x50580a[_0xa7512f(0x13d)](),_0x4500a1[_0xa7512f(0x150)](_0x25b4bd,..._0x25a69a);};return _0x45f1b0[_0x4d19d6(0x156)](_0x31ff68[_0x4d19d6(0x16f)],_0x1c119d=>{const _0x213036=_0x4d19d6,_0x294d23={};_0x294d23[_0x213036(0x144)]=_0x4500a1['tNFRa'];const _0x1ad581=_0x294d23;if(_0x4500a1[_0x213036(0x149)](_0x4500a1[_0x213036(0x15c)],_0x4500a1['xNKmw'])){const _0x5ed159=_0x4500a1['seoeK'](Date['now'](),_0x23524c),_0x499164={};_0x499164[_0x213036(0x17c)]=_0x242a66[_0x213036(0x159)]||_0x242a66[_0x213036(0x17c)],_0x499164[_0x213036(0x176)]=_0x242a66[_0x213036(0x176)],_0x499164[_0x213036(0x154)]=_0x242a66[_0x213036(0x154)],_0x499164[_0x213036(0x152)]=_0x242a66[_0x213036(0x152)],_0x499164[_0x213036(0x16b)]=_0x1c119d[_0x213036(0x173)],_0x499164['duration_ms']=_0x5ed159,_0x4500a1[_0x213036(0x165)](_0x13a5e6,null,_0x499164),_0x546ad9[_0x213036(0x167)](_0x4500a1[_0x213036(0x14e)],_0x52f781);}else _0x2abd1a=_0x15b8bb,_0x454af6[_0x213036(0x156)](_0x1ad581[_0x213036(0x144)],_0x6432fe);}),_0x45f1b0['on'](_0x31ff68['QajmY'],_0x282a52=>{const _0x2b47fe=_0x4d19d6;if(_0x31ff68[_0x2b47fe(0x168)](_0x31ff68[_0x2b47fe(0x14a)],_0x31ff68['VxcrJ'])){const _0x4e12d1=_0x4500a1['ZFHIk'](_0x2d310b['now'](),_0x142404),_0x4e9576={};_0x4e9576[_0x2b47fe(0x17c)]=_0x337266[_0x2b47fe(0x159)]||_0x4cff67[_0x2b47fe(0x17c)],_0x4e9576[_0x2b47fe(0x176)]=_0x5af17e[_0x2b47fe(0x176)],_0x4e9576['method']=_0x19e688[_0x2b47fe(0x154)],_0x4e9576['headers']=_0x55759f[_0x2b47fe(0x152)],_0x4e9576['status_code']=_0x5beaa9[_0x2b47fe(0x173)],_0x4e9576[_0x2b47fe(0x14b)]=_0x4e12d1,_0x4500a1['bZCYU'](_0x43b47c,null,_0x4e9576),_0x19357e['removeListener'](_0x4500a1['tNFRa'],_0x40edbc);}else _0x546ad9=_0x282a52,_0x282a52[_0x2b47fe(0x156)](_0x31ff68[_0x2b47fe(0x14c)],_0x52f781);}),_0x31ff68[_0x4d19d6(0x143)](monkeypatch,_0x45f1b0,_0x31ff68[_0x4d19d6(0x169)],(_0x30506d,..._0x2b8005)=>{const _0x1c8983=_0x4d19d6;_0x31ff68[_0x1c8983(0x166)](_0x31ff68['uBPkY'],_0x31ff68[_0x1c8983(0x14d)])?(_0x23524c=Date[_0x1c8983(0x13d)](),_0x31ff68[_0x1c8983(0x17b)](_0x30506d,..._0x2b8005)):(_0x24ef97[_0x1c8983(0x13f)][_0x1c8983(0x175)](),_0x455b50['request'][_0x1c8983(0x175)]());}),_0x45f1b0;}else{const _0x3a937f={};_0x3a937f['host']=_0x19e4d1['host']||_0x28a894[_0x4d19d6(0x17c)],_0x3a937f['path']=_0x11c7dc[_0x4d19d6(0x176)],_0x3a937f['method']=_0xe7c614[_0x4d19d6(0x154)],_0x3a937f[_0x4d19d6(0x152)]=_0x523012[_0x4d19d6(0x152)],_0x4500a1[_0x4d19d6(0x165)](_0x1a7e35,_0x244083,_0x3a937f);}};_0x31ff68[_0x45b16e(0x145)](monkeypatch,http,_0x31ff68[_0x45b16e(0x179)],_0x2617ec),_0x31ff68[_0x45b16e(0x14f)](monkeypatch,https,_0x31ff68['CiDpy'],_0x2617ec);}function a44_0x2011(){const _0x36c6c0=['OUOOV','once','monkeypatch','DsbnE','host','restore','exports','xNKmw','2716314mcEKDt','tYXRA','7221896drjhPK','IKaIi','https','19638zDiUnK','spy','http','bZCYU','bIPMA','removeListener','eScfS','aIwkB','3777408LXdlna','status_code','OIfyB','ZdwHR','133QAZkfO','xorCg','352494hhVqaY','error','LZZLw','statusCode','2140HpoEdx','unpatch','path','ZLiQr','CBIYH','CiDpy','end','ifsHl','hostname','now','response','request','coyrW','wLtzt','socket','BUhBZ','JgfKS','KoKZM','GdrSo','OuqVn','123777Bkmsvo','UGaLH','AEGLZ','duration_ms','AMmwy','kxorH','tNFRa','czRrl','qkjHh','13umkRhX','headers','7735540AuiMRc','method'];a44_0x2011=function(){return _0x36c6c0;};return a44_0x2011();}function restore(){const _0x5bcd8b=a44_0x2b6c17;http[_0x5bcd8b(0x13f)][_0x5bcd8b(0x175)](),https[_0x5bcd8b(0x13f)][_0x5bcd8b(0x175)]();}const a44_0x58878d={};a44_0x58878d[a44_0x2b6c17(0x163)]=spy,a44_0x58878d[a44_0x2b6c17(0x15a)]=restore,module[a44_0x2b6c17(0x15b)]=a44_0x58878d;
1
+ function a44_0x1300(){const _0xf8e53e=['statusCode','zLBTW','VSejn','6560qrCCQM','host','9058539hRTtPR','headers','hostname','path','TAMUj','onWlR','cWhvK','izpza','12726uzRqHm','now','XBiUy','https','237846EUjvTX','once','FIqwm','unpatch','RSrGQ','ApzFA','DOtAP','nRsAe','NybOS','prMqi','restore','socket','6361896mPojlr','FwVlv','response','PdmOt','74735nFIZsq','status_code','lJdNs','error','132jEGlgs','KsZhM','method','VUoaL','QHFkx','TSOcT','3PaPryA','956502WPvLHT','Nsips','HDfWB','zjthH','lYjys','end','duration_ms','JfNFy','31147040mEQylP','WiGMs','ezxUn','request'];a44_0x1300=function(){return _0xf8e53e;};return a44_0x1300();}const a44_0x2c91ab=a44_0x2f1b;(function(_0x45535c,_0x4088e2){const _0x383a8c=a44_0x2f1b,_0x2c3b0a=_0x45535c();while(!![]){try{const _0x3028b4=-parseInt(_0x383a8c(0x1a5))/0x1+-parseInt(_0x383a8c(0x18a))/0x2*(-parseInt(_0x383a8c(0x1a4))/0x3)+-parseInt(_0x383a8c(0x196))/0x4+-parseInt(_0x383a8c(0x19a))/0x5*(-parseInt(_0x383a8c(0x19e))/0x6)+-parseInt(_0x383a8c(0x1b6))/0x7+-parseInt(_0x383a8c(0x1b4))/0x8*(-parseInt(_0x383a8c(0x186))/0x9)+parseInt(_0x383a8c(0x1ad))/0xa;if(_0x3028b4===_0x4088e2)break;else _0x2c3b0a['push'](_0x2c3b0a['shift']());}catch(_0x2066c6){_0x2c3b0a['push'](_0x2c3b0a['shift']());}}}(a44_0x1300,0xd70f8));const http=require('http'),https=require(a44_0x2c91ab(0x189)),monkeypatch=require('monkeypatch');function spy(_0x2f0758){const _0x14e3b8=a44_0x2c91ab,_0x39dc1f={'PdmOt':function(_0x57f158,_0x597aa1,_0xa471e0){return _0x57f158(_0x597aa1,_0xa471e0);},'ApzFA':function(_0x3816f0,_0x5ba03f){return _0x3816f0!==_0x5ba03f;},'WiGMs':_0x14e3b8(0x190),'FIqwm':_0x14e3b8(0x1a9),'lJdNs':function(_0x5d8de3,_0xbb1d0f){return _0x5d8de3===_0xbb1d0f;},'XBiUy':_0x14e3b8(0x1a8),'FwVlv':'tNPId','HDfWB':_0x14e3b8(0x19d),'QHFkx':function(_0x2b4165,_0x420a31){return _0x2b4165===_0x420a31;},'TSOcT':_0x14e3b8(0x191),'DGwDl':function(_0x265403,..._0x2b12cc){return _0x265403(..._0x2b12cc);},'prMqi':_0x14e3b8(0x1bb),'voFrr':'YvEBN','bQHRm':function(_0x523c42,_0x14e133){return _0x523c42-_0x14e133;},'cWhvK':'QcwHR','rKjeY':_0x14e3b8(0x1ba),'Nsips':function(_0x36ecb8,_0x58f870,_0x4baabf){return _0x36ecb8(_0x58f870,_0x4baabf);},'NybOS':_0x14e3b8(0x198),'RSrGQ':_0x14e3b8(0x195),'izpza':function(_0x243b0f,_0x57acbf,_0x34adcb,_0x218bf2){return _0x243b0f(_0x57acbf,_0x34adcb,_0x218bf2);},'QrsFH':_0x14e3b8(0x1aa),'ezxUn':_0x14e3b8(0x1b0),'uLSPM':function(_0x53849c,_0x46a42f,_0x4b6af7,_0x51103b){return _0x53849c(_0x46a42f,_0x4b6af7,_0x51103b);}},_0x25acb2=(_0x36d6ec,_0x1674a3,_0x5a9fd8)=>{const _0x69d0fc=_0x14e3b8,_0x48c82d={'JfNFy':function(_0x2b1208,_0x3aa016){const _0x4d9337=a44_0x2f1b;return _0x39dc1f[_0x4d9337(0x19c)](_0x2b1208,_0x3aa016);},'zRdMQ':_0x39dc1f[_0x69d0fc(0x193)],'VSejn':_0x39dc1f['voFrr'],'fhUGD':function(_0x124bba,_0x4a2e02){return _0x39dc1f['bQHRm'](_0x124bba,_0x4a2e02);},'KsZhM':function(_0x5ac857,_0x171abd,_0x4cc790){return _0x39dc1f['PdmOt'](_0x5ac857,_0x171abd,_0x4cc790);},'VUoaL':_0x39dc1f[_0x69d0fc(0x1a7)],'FPcUB':function(_0xbb171c,..._0x5e5f94){return _0x39dc1f['DGwDl'](_0xbb171c,..._0x5e5f94);}};if(_0x39dc1f[_0x69d0fc(0x18f)](_0x39dc1f[_0x69d0fc(0x1bc)],_0x39dc1f['rKjeY'])){const _0x24fddd=_0x39dc1f[_0x69d0fc(0x1a6)](_0x36d6ec,_0x1674a3,_0x5a9fd8);let _0x4de5c6=Date['now'](),_0x28c1ec;const _0x6a9a54=_0x54ec63=>{const _0x33cd1f=_0x69d0fc,_0x1aeccc={'zLBTW':function(_0x3fdfce,_0x332b08,_0x2c30a4){const _0x2c8121=a44_0x2f1b;return _0x39dc1f[_0x2c8121(0x199)](_0x3fdfce,_0x332b08,_0x2c30a4);}};if(_0x39dc1f['ApzFA'](_0x39dc1f[_0x33cd1f(0x1ae)],_0x39dc1f[_0x33cd1f(0x18c)])){const _0x402315={};_0x402315['host']=_0x1674a3[_0x33cd1f(0x1b5)]||_0x1674a3[_0x33cd1f(0x1b8)],_0x402315[_0x33cd1f(0x1b9)]=_0x1674a3['path'],_0x402315['method']=_0x1674a3[_0x33cd1f(0x1a0)],_0x402315[_0x33cd1f(0x1b7)]=_0x1674a3[_0x33cd1f(0x1b7)],_0x39dc1f[_0x33cd1f(0x199)](_0x2f0758,_0x54ec63,_0x402315);}else{const _0x28b3ff={};_0x28b3ff['host']=_0xe24722[_0x33cd1f(0x1b5)]||_0x421c86[_0x33cd1f(0x1b8)],_0x28b3ff['path']=_0x285b02[_0x33cd1f(0x1b9)],_0x28b3ff[_0x33cd1f(0x1a0)]=_0x22d135[_0x33cd1f(0x1a0)],_0x28b3ff[_0x33cd1f(0x1b7)]=_0xbd4599[_0x33cd1f(0x1b7)],_0x1aeccc[_0x33cd1f(0x1b2)](_0xe9eac8,_0x7d00c1,_0x28b3ff);}};return _0x24fddd[_0x69d0fc(0x18b)](_0x39dc1f[_0x69d0fc(0x192)],_0x50e038=>{const _0x54690f=_0x69d0fc;if(_0x48c82d[_0x54690f(0x1ac)](_0x48c82d['zRdMQ'],_0x48c82d[_0x54690f(0x1b3)]))_0x3ade69[_0x54690f(0x1b0)]['unpatch'](),_0x4c6076[_0x54690f(0x1b0)][_0x54690f(0x18d)]();else{const _0x3ce7a4=_0x48c82d['fhUGD'](Date[_0x54690f(0x187)](),_0x4de5c6),_0x1c4e44={};_0x1c4e44[_0x54690f(0x1b8)]=_0x1674a3[_0x54690f(0x1b5)]||_0x1674a3[_0x54690f(0x1b8)],_0x1c4e44[_0x54690f(0x1b9)]=_0x1674a3[_0x54690f(0x1b9)],_0x1c4e44[_0x54690f(0x1a0)]=_0x1674a3[_0x54690f(0x1a0)],_0x1c4e44[_0x54690f(0x1b7)]=_0x1674a3[_0x54690f(0x1b7)],_0x1c4e44['status_code']=_0x50e038[_0x54690f(0x1b1)],_0x1c4e44[_0x54690f(0x1ab)]=_0x3ce7a4,_0x48c82d[_0x54690f(0x19f)](_0x2f0758,null,_0x1c4e44),_0x28c1ec['removeListener'](_0x48c82d[_0x54690f(0x1a1)],_0x6a9a54);}}),_0x24fddd['on'](_0x39dc1f[_0x69d0fc(0x18e)],_0x38982e=>{const _0x2645d1=_0x69d0fc;if(_0x39dc1f[_0x2645d1(0x19c)](_0x39dc1f[_0x2645d1(0x188)],_0x39dc1f[_0x2645d1(0x197)])){const _0x4f9438=_0x48c82d['fhUGD'](_0x301510[_0x2645d1(0x187)](),_0x356e94),_0xaf0c1e={};_0xaf0c1e[_0x2645d1(0x1b8)]=_0x36a7f5['host']||_0x477d92[_0x2645d1(0x1b8)],_0xaf0c1e[_0x2645d1(0x1b9)]=_0x337ad5[_0x2645d1(0x1b9)],_0xaf0c1e[_0x2645d1(0x1a0)]=_0x1a09a7[_0x2645d1(0x1a0)],_0xaf0c1e[_0x2645d1(0x1b7)]=_0x19a086['headers'],_0xaf0c1e[_0x2645d1(0x19b)]=_0x3c8bd6[_0x2645d1(0x1b1)],_0xaf0c1e[_0x2645d1(0x1ab)]=_0x4f9438,_0x48c82d['KsZhM'](_0x253434,null,_0xaf0c1e),_0xb4fb94['removeListener'](_0x48c82d[_0x2645d1(0x1a1)],_0xd5c1a);}else _0x28c1ec=_0x38982e,_0x38982e[_0x2645d1(0x18b)](_0x39dc1f[_0x2645d1(0x1a7)],_0x6a9a54);}),_0x39dc1f[_0x69d0fc(0x185)](monkeypatch,_0x24fddd,_0x39dc1f['QrsFH'],(_0x219f17,..._0x2f6070)=>{const _0x462d9c=_0x69d0fc;_0x39dc1f[_0x462d9c(0x1a2)](_0x39dc1f['TSOcT'],_0x39dc1f[_0x462d9c(0x1a3)])?(_0x4de5c6=Date[_0x462d9c(0x187)](),_0x39dc1f['DGwDl'](_0x219f17,..._0x2f6070)):(_0x363d3e=_0x255a84,_0x42e177[_0x462d9c(0x18b)](_0x48c82d[_0x462d9c(0x1a1)],_0x32c59e));}),_0x24fddd;}else _0x20c9e7=_0x353c05[_0x69d0fc(0x187)](),_0x48c82d['FPcUB'](_0x4f44dc,..._0x41f961);};_0x39dc1f[_0x14e3b8(0x185)](monkeypatch,http,_0x39dc1f[_0x14e3b8(0x1af)],_0x25acb2),_0x39dc1f['uLSPM'](monkeypatch,https,_0x39dc1f[_0x14e3b8(0x1af)],_0x25acb2);}function restore(){const _0x1e41c6=a44_0x2c91ab;http[_0x1e41c6(0x1b0)][_0x1e41c6(0x18d)](),https[_0x1e41c6(0x1b0)]['unpatch']();}const a44_0x341599={};function a44_0x2f1b(_0x2aefe6,_0x40debe){const _0x130043=a44_0x1300();return a44_0x2f1b=function(_0x2f1b62,_0x84575b){_0x2f1b62=_0x2f1b62-0x185;let _0x2df22f=_0x130043[_0x2f1b62];return _0x2df22f;},a44_0x2f1b(_0x2aefe6,_0x40debe);}a44_0x341599['spy']=spy,a44_0x341599[a44_0x2c91ab(0x194)]=restore,module['exports']=a44_0x341599;
@@ -1 +1 @@
1
- const a45_0x566519=a45_0x54f8;function a45_0x54f8(_0x51cc13,_0x3ab908){const _0x3436c5=a45_0x3436();return a45_0x54f8=function(_0x54f863,_0x2738b6){_0x54f863=_0x54f863-0x1d5;let _0x286bf5=_0x3436c5[_0x54f863];return _0x286bf5;},a45_0x54f8(_0x51cc13,_0x3ab908);}(function(_0x33871a,_0x1ccf07){const _0x3c49f5=a45_0x54f8,_0x574891=_0x33871a();while(!![]){try{const _0x42189c=parseInt(_0x3c49f5(0x202))/0x1+parseInt(_0x3c49f5(0x1e1))/0x2+-parseInt(_0x3c49f5(0x1e8))/0x3*(-parseInt(_0x3c49f5(0x1f5))/0x4)+-parseInt(_0x3c49f5(0x1df))/0x5+parseInt(_0x3c49f5(0x1f6))/0x6+-parseInt(_0x3c49f5(0x1f9))/0x7+-parseInt(_0x3c49f5(0x1eb))/0x8*(-parseInt(_0x3c49f5(0x201))/0x9);if(_0x42189c===_0x1ccf07)break;else _0x574891['push'](_0x574891['shift']());}catch(_0x1ad01e){_0x574891['push'](_0x574891['shift']());}}}(a45_0x3436,0xd0acc),module[a45_0x566519(0x1ec)]=function(){const _0xf3633f=a45_0x566519,_0x1fb919={'GbkGQ':function(_0x27a64d,_0xfc66f1){return _0x27a64d==_0xfc66f1;},'rNFym':_0xf3633f(0x1f7),'IErvT':_0xf3633f(0x1ee),'DPPZz':function(_0x410a82,_0x11cf92,_0x50e93e){return _0x410a82(_0x11cf92,_0x50e93e);},'VJpuq':function(_0x3c68c5,_0x22356b,_0x1365a9){return _0x3c68c5(_0x22356b,_0x1365a9);},'zevUQ':function(_0x5515aa,_0x3563b5,_0x56c6c6){return _0x5515aa(_0x3563b5,_0x56c6c6);},'bWcOO':function(_0x2ae62f,_0x50d37f){return _0x2ae62f==_0x50d37f;},'BaVVM':function(_0x2a2e3c,_0xcd6505){return _0x2a2e3c===_0xcd6505;},'lkOZJ':_0xf3633f(0x1e4),'hhhqQ':_0xf3633f(0x1dc),'yBrVt':function(_0x4d6830,_0x12c9c9){return _0x4d6830!==_0x12c9c9;},'RNhwd':_0xf3633f(0x206),'RMUFS':_0xf3633f(0x1d5),'xbPOA':function(_0x2951a6,_0x1fbfb0,_0x56c600){return _0x2951a6(_0x1fbfb0,_0x56c600);},'NuhOu':function(_0x1b0aa0,_0x9d7c6f){return _0x1b0aa0!==_0x9d7c6f;},'ogruQ':_0xf3633f(0x207),'pAlfC':function(_0x5cf40b,_0x1decec,_0x2c34ea){return _0x5cf40b(_0x1decec,_0x2c34ea);},'LPGPQ':function(_0x7e8652,_0x291609){return _0x7e8652(_0x291609);},'SeaCl':_0xf3633f(0x205),'GqGFE':'https','qSVFi':function(_0x580ada,_0x52642d){return _0x580ada*_0x52642d;},'EDPqe':_0xf3633f(0x1f3),'HBJpw':_0xf3633f(0x203),'rAbkZ':function(_0x250830,_0x461512){return _0x250830!==_0x461512;},'qwAax':'qMDTX','JyvlE':_0xf3633f(0x1e0)},_0x37b73d=_0x1fb919[_0xf3633f(0x1fe)](require,_0x1fb919[_0xf3633f(0x1e6)]),_0xde2e39=_0x1fb919[_0xf3633f(0x1fe)](require,_0x1fb919[_0xf3633f(0x1fd)]),_0x29d00f=_0x1fb919[_0xf3633f(0x1f0)](0x1e,0x3e8);if(_0x37b73d[_0xf3633f(0x1ea)]&&_0x37b73d[_0xf3633f(0x1ea)][_0xf3633f(0x200)](_0x1fb919[_0xf3633f(0x1d7)])){if(_0x1fb919['BaVVM'](_0x1fb919[_0xf3633f(0x1fb)],_0x1fb919[_0xf3633f(0x1fb)]))_0x37b73d[_0xf3633f(0x1ea)][_0xf3633f(0x1f3)]=!![],_0xde2e39[_0xf3633f(0x1ea)]['keepAlive']=!![],_0x37b73d[_0xf3633f(0x1ea)][_0xf3633f(0x1f4)]=_0x29d00f,_0xde2e39[_0xf3633f(0x1ea)][_0xf3633f(0x1f4)]=_0x29d00f;else return _0x1fb919[_0xf3633f(0x20a)](_0x141a28[_0xf3633f(0x209)],_0x1fb919[_0xf3633f(0x1fc)])?(_0x444a6d[_0x1fb919[_0xf3633f(0x1db)]]=_0xcd7db8,_0x1fb919['DPPZz'](_0x1b7fba,_0x5b4191,_0xe41533)):(_0xbaee20[_0x1fb919[_0xf3633f(0x1db)]]=_0x37df19,_0x1fb919[_0xf3633f(0x20c)](_0x1b9637,_0x5a3f34,_0x2ae19c));}else{if(_0x1fb919[_0xf3633f(0x1e3)](_0x1fb919['qwAax'],_0x1fb919[_0xf3633f(0x1ed)])){const _0x1db59d={};_0x1db59d[_0xf3633f(0x1f3)]=!![],_0x1db59d[_0xf3633f(0x1f4)]=_0x29d00f;const _0xb64a38=new _0x37b73d[(_0xf3633f(0x1d9))](_0x1db59d),_0x5606f0={};_0x5606f0[_0xf3633f(0x1f3)]=!![],_0x5606f0['keepAliveMsecs']=_0x29d00f;const _0x4a802f=new _0xde2e39[(_0xf3633f(0x1d9))](_0x5606f0),_0x39a3dc=_0x37b73d[_0xf3633f(0x1d8)],_0x2af693=_0xde2e39[_0xf3633f(0x1d8)];_0x37b73d[_0xf3633f(0x1d8)]=function(_0x3a9e3c,_0x287bd4){const _0x4f740f=_0xf3633f,_0x596e98={'OulBc':_0x1fb919[_0x4f740f(0x1db)],'aHdiA':function(_0x4418a4,_0x5cbb55,_0x364707){const _0x24bafa=_0x4f740f;return _0x1fb919[_0x24bafa(0x1fa)](_0x4418a4,_0x5cbb55,_0x364707);},'VVwmK':function(_0x3e48b0,_0x39e06b){const _0x1cb930=_0x4f740f;return _0x1fb919[_0x1cb930(0x1f8)](_0x3e48b0,_0x39e06b);},'GdHWQ':_0x1fb919[_0x4f740f(0x1fc)]};if(_0x1fb919[_0x4f740f(0x1e7)](_0x1fb919['lkOZJ'],_0x1fb919['hhhqQ']))_0xfc2f22[_0x4f740f(0x1ea)][_0x4f740f(0x1f3)]=!![],_0x465f49[_0x4f740f(0x1ea)][_0x4f740f(0x1f3)]=!![],_0x76ab3a[_0x4f740f(0x1ea)][_0x4f740f(0x1f4)]=_0x247a0c,_0x2168a6[_0x4f740f(0x1ea)][_0x4f740f(0x1f4)]=_0x2810df;else{if(_0x1fb919['GbkGQ'](_0x3a9e3c[_0x4f740f(0x209)],_0x1fb919[_0x4f740f(0x1fc)]))return _0x1fb919[_0x4f740f(0x1e9)](_0x1fb919[_0x4f740f(0x1f1)],_0x1fb919['RMUFS'])?(_0x3a9e3c[_0x1fb919[_0x4f740f(0x1db)]]=_0x4a802f,_0x1fb919[_0x4f740f(0x1f2)](_0x2af693,_0x3a9e3c,_0x287bd4)):(_0x364516[_0x596e98['OulBc']]=_0xd4b393,_0x596e98[_0x4f740f(0x1da)](_0x3ec3b7,_0x42506e,_0x390a4a));else{if(_0x1fb919[_0x4f740f(0x1e2)](_0x1fb919[_0x4f740f(0x1de)],_0x1fb919['ogruQ'])){const _0x2afacb={'ciSeZ':function(_0x474fe3,_0x5a133f){const _0x5305ca=_0x4f740f;return _0x596e98[_0x5305ca(0x204)](_0x474fe3,_0x5a133f);},'hgXwz':_0x596e98[_0x4f740f(0x208)],'FYbEJ':_0x596e98[_0x4f740f(0x1ff)],'LUdTN':function(_0x460bc0,_0x2f63f6,_0x27b4a8){const _0x139801=_0x4f740f;return _0x596e98[_0x139801(0x1da)](_0x460bc0,_0x2f63f6,_0x27b4a8);}},_0x5dccc4={};_0x5dccc4[_0x4f740f(0x1f3)]=!![],_0x5dccc4[_0x4f740f(0x1f4)]=_0x2ae772;const _0x15322f=new _0x715d93[(_0x4f740f(0x1d9))](_0x5dccc4),_0x60572d={};_0x60572d[_0x4f740f(0x1f3)]=!![],_0x60572d[_0x4f740f(0x1f4)]=_0x12b650;const _0x2065b7=new _0x10c4d4[(_0x4f740f(0x1d9))](_0x60572d),_0xc3f1ad=_0x121d54[_0x4f740f(0x1d8)],_0x454d4a=_0x157815['request'];_0x1c94f7['request']=function(_0x57f179,_0x200770){const _0x530d13=_0x4f740f;return _0x2afacb[_0x530d13(0x1dd)](_0x57f179['protocol'],_0x2afacb[_0x530d13(0x1d6)])?(_0x57f179[_0x2afacb[_0x530d13(0x20b)]]=_0x2065b7,_0x2afacb[_0x530d13(0x1ef)](_0x454d4a,_0x57f179,_0x200770)):(_0x57f179[_0x2afacb[_0x530d13(0x20b)]]=_0x15322f,_0x2afacb[_0x530d13(0x1ef)](_0xc3f1ad,_0x57f179,_0x200770));};}else return _0x3a9e3c[_0x1fb919[_0x4f740f(0x1db)]]=_0xb64a38,_0x1fb919[_0x4f740f(0x1e5)](_0x39a3dc,_0x3a9e3c,_0x287bd4);}}};}else return _0x97e2ea[_0x1fb919[_0xf3633f(0x1db)]]=_0x2349c5,_0x1fb919['DPPZz'](_0x555fc3,_0x140874,_0x333eb9);}});function a45_0x3436(){const _0x19a00d=['IErvT','hozuP','ciSeZ','ogruQ','6360495QGkomV','yeilX','131234digcJZ','NuhOu','rAbkZ','WAFLQ','pAlfC','SeaCl','BaVVM','22062nFCFLd','yBrVt','globalAgent','86408Mdezru','exports','JyvlE','agent','LUdTN','qSVFi','RNhwd','xbPOA','keepAlive','keepAliveMsecs','372oUipSt','4991088zDVxup','https:','bWcOO','4116077LLpFMT','zevUQ','HBJpw','rNFym','GqGFE','LPGPQ','OulBc','hasOwnProperty','630iYoTjw','377385WruwkJ','QFeYj','VVwmK','http','qBRgM','wctAh','GdHWQ','protocol','GbkGQ','FYbEJ','VJpuq','TuBar','hgXwz','EDPqe','request','Agent','aHdiA'];a45_0x3436=function(){return _0x19a00d;};return a45_0x3436();}
1
+ const a45_0x40da84=a45_0x20b1;function a45_0x20b1(_0x1f1fe0,_0xecb24c){const _0x442479=a45_0x4424();return a45_0x20b1=function(_0x20b1d0,_0x557f99){_0x20b1d0=_0x20b1d0-0x1a7;let _0xf2b4ff=_0x442479[_0x20b1d0];return _0xf2b4ff;},a45_0x20b1(_0x1f1fe0,_0xecb24c);}function a45_0x4424(){const _0x3bb744=['htcST','https','aNkHx','GmTCo','sEcAJ','http','DgOIv','keepAliveMsecs','PNkXr','FDECd','exports','bJGIc','keepAlive','6992ztceSW','pjMfb','559800vLXRWa','PgzMk','request','elpiy','tNTRT','protocol','42wGupco','40YofhoE','441bBlJJU','zCiqm','aRbWu','vnUik','MJufC','nRJNJ','108305eNErmF','PQQTP','Agent','706228lCglCJ','https:','gBpra','globalAgent','jNsLB','435484qhLaru','340068ehyJba','OTRJq','LDzLv','PxWrQ','FtdPf','320823ddTmuK','RDBUW','FUOex','iJKpg','xqLpz','hasOwnProperty','ysIgd'];a45_0x4424=function(){return _0x3bb744;};return a45_0x4424();}(function(_0x44ce5c,_0x387e07){const _0x4602d4=a45_0x20b1,_0x3de4f1=_0x44ce5c();while(!![]){try{const _0x487468=parseInt(_0x4602d4(0x1c8))/0x1+parseInt(_0x4602d4(0x1c3))/0x2+-parseInt(_0x4602d4(0x1ce))/0x3+-parseInt(_0x4602d4(0x1b9))/0x4*(parseInt(_0x4602d4(0x1c0))/0x5)+-parseInt(_0x4602d4(0x1c9))/0x6*(parseInt(_0x4602d4(0x1b8))/0x7)+parseInt(_0x4602d4(0x1b0))/0x8*(parseInt(_0x4602d4(0x1ba))/0x9)+parseInt(_0x4602d4(0x1b2))/0xa;if(_0x487468===_0x387e07)break;else _0x3de4f1['push'](_0x3de4f1['shift']());}catch(_0x7085f0){_0x3de4f1['push'](_0x3de4f1['shift']());}}}(a45_0x4424,0x36a29),module[a45_0x40da84(0x1ad)]=function(){const _0x11c1d4=a45_0x40da84,_0x20ff2f={'MJufC':'agent','xqLpz':function(_0x2d176b,_0x4216da,_0x6bd185){return _0x2d176b(_0x4216da,_0x6bd185);},'PgzMk':function(_0x41f194,_0x4af173,_0x438df0){return _0x41f194(_0x4af173,_0x438df0);},'RDBUW':function(_0x2f51d9,_0x432088){return _0x2f51d9==_0x432088;},'FUOex':_0x11c1d4(0x1c4),'vnUik':function(_0x54b6c3,_0x485517,_0x10f227){return _0x54b6c3(_0x485517,_0x10f227);},'tNTRT':function(_0x59c6ee,_0x3a6feb){return _0x59c6ee!==_0x3a6feb;},'PNkXr':'AyVua','bJGIc':'gHBNI','DgOIv':function(_0x4b2fa4,_0x4b3f7d){return _0x4b2fa4==_0x4b3f7d;},'rZfDz':function(_0x35d918,_0x1d7778){return _0x35d918===_0x1d7778;},'pjMfb':_0x11c1d4(0x1a7),'LDzLv':function(_0x3f0132,_0x79d849){return _0x3f0132!==_0x79d849;},'PQQTP':'VhTTW','ysIgd':function(_0x5e956,_0x3252a8,_0x334b68){return _0x5e956(_0x3252a8,_0x334b68);},'gBpra':function(_0x2c196e,_0x5e3175){return _0x2c196e==_0x5e3175;},'GmTCo':function(_0x330186,_0x2b297c){return _0x330186(_0x2b297c);},'elpiy':_0x11c1d4(0x1a8),'nRJNJ':function(_0x98aece,_0x3236d8){return _0x98aece(_0x3236d8);},'aRbWu':_0x11c1d4(0x1d6),'jNsLB':function(_0x3ef9c9,_0x41db93){return _0x3ef9c9*_0x41db93;},'zCiqm':_0x11c1d4(0x1af),'jWOcO':function(_0x54b728,_0x153a4c){return _0x54b728!==_0x153a4c;},'FDECd':_0x11c1d4(0x1d7),'htcST':_0x11c1d4(0x1cc)},_0x59460a=_0x20ff2f[_0x11c1d4(0x1d8)](require,_0x20ff2f[_0x11c1d4(0x1b5)]),_0x8626a6=_0x20ff2f[_0x11c1d4(0x1bf)](require,_0x20ff2f[_0x11c1d4(0x1bc)]),_0x5cc724=_0x20ff2f[_0x11c1d4(0x1c7)](0x1e,0x3e8);if(_0x59460a[_0x11c1d4(0x1c6)]&&_0x59460a[_0x11c1d4(0x1c6)][_0x11c1d4(0x1d3)](_0x20ff2f[_0x11c1d4(0x1bb)])){if(_0x20ff2f['jWOcO'](_0x20ff2f['FDECd'],_0x20ff2f[_0x11c1d4(0x1ac)]))return _0x16912[_0x20ff2f[_0x11c1d4(0x1be)]]=_0x25892d,_0x20ff2f[_0x11c1d4(0x1d2)](_0x39ef6d,_0x135fbc,_0x47ecdd);else _0x59460a['globalAgent'][_0x11c1d4(0x1af)]=!![],_0x8626a6[_0x11c1d4(0x1c6)]['keepAlive']=!![],_0x59460a[_0x11c1d4(0x1c6)][_0x11c1d4(0x1aa)]=_0x5cc724,_0x8626a6[_0x11c1d4(0x1c6)][_0x11c1d4(0x1aa)]=_0x5cc724;}else{if(_0x20ff2f['rZfDz'](_0x20ff2f[_0x11c1d4(0x1d5)],_0x20ff2f[_0x11c1d4(0x1d5)])){const _0x2dd4f4={};_0x2dd4f4[_0x11c1d4(0x1af)]=!![],_0x2dd4f4[_0x11c1d4(0x1aa)]=_0x5cc724;const _0x165fa4=new _0x59460a[(_0x11c1d4(0x1c2))](_0x2dd4f4),_0x209f1b={};_0x209f1b['keepAlive']=!![],_0x209f1b['keepAliveMsecs']=_0x5cc724;const _0x1e922a=new _0x8626a6[(_0x11c1d4(0x1c2))](_0x209f1b),_0x324e3a=_0x59460a[_0x11c1d4(0x1b4)],_0x4303eb=_0x8626a6[_0x11c1d4(0x1b4)];_0x59460a[_0x11c1d4(0x1b4)]=function(_0x47a9ad,_0x4e56c9){const _0x23b38f=_0x11c1d4,_0x3386d4={'OTRJq':function(_0x1f5c96,_0x53641c){const _0x3cd9ee=a45_0x20b1;return _0x20ff2f[_0x3cd9ee(0x1cf)](_0x1f5c96,_0x53641c);},'krAqY':_0x20ff2f[_0x23b38f(0x1d0)],'FtdPf':_0x20ff2f[_0x23b38f(0x1be)],'iJKpg':function(_0x1a56d6,_0x46f19a,_0x49a0b0){const _0x3f0a5e=_0x23b38f;return _0x20ff2f[_0x3f0a5e(0x1bd)](_0x1a56d6,_0x46f19a,_0x49a0b0);}};if(_0x20ff2f[_0x23b38f(0x1b6)](_0x20ff2f[_0x23b38f(0x1ab)],_0x20ff2f[_0x23b38f(0x1ae)])){if(_0x20ff2f[_0x23b38f(0x1a9)](_0x47a9ad[_0x23b38f(0x1b7)],_0x20ff2f['FUOex']))return _0x20ff2f['rZfDz'](_0x20ff2f[_0x23b38f(0x1b1)],_0x20ff2f[_0x23b38f(0x1b1)])?(_0x47a9ad[_0x20ff2f['MJufC']]=_0x1e922a,_0x20ff2f['xqLpz'](_0x4303eb,_0x47a9ad,_0x4e56c9)):(_0x4d11a7[_0x20ff2f['MJufC']]=_0xc2e6af,_0x20ff2f[_0x23b38f(0x1b3)](_0x8b05ae,_0x47c48e,_0x570a77));else{if(_0x20ff2f[_0x23b38f(0x1cb)](_0x20ff2f['PQQTP'],_0x20ff2f[_0x23b38f(0x1c1)]))_0x2fd400[_0x23b38f(0x1c6)][_0x23b38f(0x1af)]=!![],_0x198d6d[_0x23b38f(0x1c6)][_0x23b38f(0x1af)]=!![],_0x116220[_0x23b38f(0x1c6)][_0x23b38f(0x1aa)]=_0x155cd0,_0x508d4b[_0x23b38f(0x1c6)][_0x23b38f(0x1aa)]=_0x2699be;else return _0x47a9ad[_0x20ff2f['MJufC']]=_0x165fa4,_0x20ff2f[_0x23b38f(0x1d4)](_0x324e3a,_0x47a9ad,_0x4e56c9);}}else return _0x3386d4[_0x23b38f(0x1ca)](_0x563191['protocol'],_0x3386d4['krAqY'])?(_0x5924aa[_0x3386d4[_0x23b38f(0x1cd)]]=_0x5b3c71,_0x3386d4[_0x23b38f(0x1d1)](_0x2a5ba3,_0x2da47f,_0x4447b3)):(_0x103d87[_0x3386d4[_0x23b38f(0x1cd)]]=_0x35f68b,_0x3386d4[_0x23b38f(0x1d1)](_0x195916,_0x2f8191,_0x347292));};}else{const _0x1a15c5={};_0x1a15c5[_0x11c1d4(0x1af)]=!![],_0x1a15c5[_0x11c1d4(0x1aa)]=_0xdd9a73;const _0x5ab589=new _0x1dcf27[(_0x11c1d4(0x1c2))](_0x1a15c5),_0x53e53d={};_0x53e53d[_0x11c1d4(0x1af)]=!![],_0x53e53d['keepAliveMsecs']=_0x46a232;const _0x364966=new _0x7c0271[(_0x11c1d4(0x1c2))](_0x53e53d),_0x3ee260=_0x507e72['request'],_0x4c5337=_0x414020[_0x11c1d4(0x1b4)];_0xad01d3[_0x11c1d4(0x1b4)]=function(_0x2fc439,_0x1a464d){const _0x58b1f7=_0x11c1d4;return _0x20ff2f[_0x58b1f7(0x1c5)](_0x2fc439[_0x58b1f7(0x1b7)],_0x20ff2f[_0x58b1f7(0x1d0)])?(_0x2fc439[_0x20ff2f[_0x58b1f7(0x1be)]]=_0x364966,_0x20ff2f[_0x58b1f7(0x1b3)](_0x4c5337,_0x2fc439,_0x1a464d)):(_0x2fc439[_0x20ff2f[_0x58b1f7(0x1be)]]=_0x5ab589,_0x20ff2f['xqLpz'](_0x3ee260,_0x2fc439,_0x1a464d));};}}});
@@ -1 +1 @@
1
- var a46_0x4b0f00=a46_0x418e;(function(_0x56af7c,_0x6c8e89){var _0x3ef9b7=a46_0x418e,_0x44358b=_0x56af7c();while(!![]){try{var _0x2f3b7b=parseInt(_0x3ef9b7(0x76))/0x1*(parseInt(_0x3ef9b7(0x81))/0x2)+parseInt(_0x3ef9b7(0x89))/0x3+-parseInt(_0x3ef9b7(0x87))/0x4+-parseInt(_0x3ef9b7(0x7d))/0x5*(parseInt(_0x3ef9b7(0x7f))/0x6)+-parseInt(_0x3ef9b7(0x78))/0x7+parseInt(_0x3ef9b7(0x7c))/0x8*(parseInt(_0x3ef9b7(0x7e))/0x9)+parseInt(_0x3ef9b7(0x7b))/0xa;if(_0x2f3b7b===_0x6c8e89)break;else _0x44358b['push'](_0x44358b['shift']());}catch(_0x542be0){_0x44358b['push'](_0x44358b['shift']());}}}(a46_0x4c09,0xea5e6));var a46_0x31e405={};a46_0x31e405['PLAYWRIGHT']=a46_0x4b0f00(0x86),a46_0x31e405[a46_0x4b0f00(0x84)]=a46_0x4b0f00(0x85),module[a46_0x4b0f00(0x79)]={'consoleHolder':Object[a46_0x4b0f00(0x83)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a46_0x4b0f00(0x7a),'EVENT_ENDPOINT':a46_0x4b0f00(0x77),'BATCH_ENDPOINT':a46_0x4b0f00(0x80),'SCREENSHOT_ENDPOINT':a46_0x4b0f00(0x82),'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':a46_0x4b0f00(0x88),'FRAMEWORKS':a46_0x31e405};function a46_0x418e(_0x32ee22,_0x35e74f){var _0x4c09e7=a46_0x4c09();return a46_0x418e=function(_0x418e2c,_0x5e0b8c){_0x418e2c=_0x418e2c-0x76;var _0xe4ef91=_0x4c09e7[_0x418e2c];return _0xe4ef91;},a46_0x418e(_0x32ee22,_0x35e74f);}function a46_0x4c09(){var _0x290988=['5995GUEnuL','1899SjEurV','4680kEccVK','api/v1/batch','1432Amprrg','api/v1/screenshots','assign','MOCHA','mocha','Playwright','1091136DmOSAz','.obs_test_details','662112LSnUFQ','1125kpCHsn','api/v1/event','9160676edVyaP','exports','https://collector-observability.browserstack.com','18782100opDeHz','21696aPHRMm'];a46_0x4c09=function(){return _0x290988;};return a46_0x4c09();}
1
+ function a46_0x4106(_0x386c89,_0x2e038f){var _0x35bf57=a46_0x35bf();return a46_0x4106=function(_0x4106c6,_0x1ad21a){_0x4106c6=_0x4106c6-0x15e;var _0x3a1f13=_0x35bf57[_0x4106c6];return _0x3a1f13;},a46_0x4106(_0x386c89,_0x2e038f);}function a46_0x35bf(){var _0xc4b540=['32SwXihZ','MOCHA','assign','2596825OZBzMP','exports','5170101lYjOoU','api/v1/screenshots','70zipraB','3147354TzeNXi','PLAYWRIGHT','8576270JmkYRK','api/v1/event','105278RJOZRo','4zlxFsX','18houOqS','Playwright','9821814esvuju','mocha','10781988xGlRJE','https://collector-observability.browserstack.com'];a46_0x35bf=function(){return _0xc4b540;};return a46_0x35bf();}var a46_0x5c54ed=a46_0x4106;(function(_0x4ebda0,_0x20f280){var _0xa5a93b=a46_0x4106,_0x416247=_0x4ebda0();while(!![]){try{var _0x138785=parseInt(_0xa5a93b(0x15f))/0x1*(parseInt(_0xa5a93b(0x171))/0x2)+-parseInt(_0xa5a93b(0x16a))/0x3*(parseInt(_0xa5a93b(0x15e))/0x4)+-parseInt(_0xa5a93b(0x16f))/0x5+parseInt(_0xa5a93b(0x161))/0x6+parseInt(_0xa5a93b(0x163))/0x7+-parseInt(_0xa5a93b(0x165))/0x8*(parseInt(_0xa5a93b(0x16d))/0x9)+parseInt(_0xa5a93b(0x16c))/0xa*(parseInt(_0xa5a93b(0x168))/0xb);if(_0x138785===_0x20f280)break;else _0x416247['push'](_0x416247['shift']());}catch(_0x3de2b5){_0x416247['push'](_0x416247['shift']());}}}(a46_0x35bf,0xe573b));var a46_0x2b3e10={};a46_0x2b3e10[a46_0x5c54ed(0x16e)]=a46_0x5c54ed(0x160),a46_0x2b3e10[a46_0x5c54ed(0x166)]=a46_0x5c54ed(0x162),module[a46_0x5c54ed(0x169)]={'consoleHolder':Object[a46_0x5c54ed(0x167)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a46_0x5c54ed(0x164),'EVENT_ENDPOINT':a46_0x5c54ed(0x170),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a46_0x5c54ed(0x16b),'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':'.obs_test_details','FRAMEWORKS':a46_0x2b3e10};
@@ -1 +1 @@
1
- const a47_0x2b8484=a47_0x18d2;(function(_0x5641f2,_0x46de58){const _0x21cb09=a47_0x18d2,_0x412a16=_0x5641f2();while(!![]){try{const _0x57dd11=parseInt(_0x21cb09(0x161))/0x1*(parseInt(_0x21cb09(0x21c))/0x2)+-parseInt(_0x21cb09(0x1b0))/0x3+parseInt(_0x21cb09(0x1d3))/0x4*(-parseInt(_0x21cb09(0x20c))/0x5)+-parseInt(_0x21cb09(0x15a))/0x6+parseInt(_0x21cb09(0x230))/0x7+-parseInt(_0x21cb09(0x16f))/0x8*(-parseInt(_0x21cb09(0x1e1))/0x9)+-parseInt(_0x21cb09(0x21f))/0xa*(parseInt(_0x21cb09(0x227))/0xb);if(_0x57dd11===_0x46de58)break;else _0x412a16['push'](_0x412a16['shift']());}catch(_0x38dbdc){_0x412a16['push'](_0x412a16['shift']());}}}(a47_0x35c4,0xb9b8c));const util=require('util'),PerformanceTester=require('./performance-tester'),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a47_0x2b8484(0x204)),{getAgentVersion}=require(a47_0x2b8484(0x223)),o11yErrorHandler=_0x5d9f2b=>{const _0x83770b=a47_0x2b8484,_0x315024={'HnweY':function(_0x56c004,_0x45258f){return _0x56c004(_0x45258f);},'CwMJk':function(_0x4cfb5e,_0x4c8ca6){return _0x4cfb5e===_0x4c8ca6;},'NhzKX':_0x83770b(0x200),'gZZZm':function(_0x300734,_0x141e50){return _0x300734!==_0x141e50;},'zDdxu':_0x83770b(0x1df),'cenDD':_0x83770b(0x207),'Svaod':_0x83770b(0x220),'XYQTT':function(_0x1b11a2,_0x811f8f){return _0x1b11a2 instanceof _0x811f8f;},'vMlgN':function(_0x397598,_0x1cf6d5){return _0x397598===_0x1cf6d5;},'lbuac':'VyBrw','VhYEr':'hGHxE','CHaso':function(_0x6c4810,_0x19b5dd){return _0x6c4810!==_0x19b5dd;},'eDCcz':'KDmEa','oTVbN':function(_0x929365,_0x36fd0e,_0x49af50,_0x56b993){return _0x929365(_0x36fd0e,_0x49af50,_0x56b993);}};return function(..._0x3b434f){const _0x54bdb7=_0x83770b;if(_0x315024['CwMJk'](_0x315024[_0x54bdb7(0x209)],_0x315024[_0x54bdb7(0x209)]))try{if(_0x315024[_0x54bdb7(0x231)](_0x315024[_0x54bdb7(0x1cc)],_0x315024[_0x54bdb7(0x1eb)])){let _0x3079dd=_0x5d9f2b;if(process[_0x54bdb7(0x17f)][_0x54bdb7(0x182)]){if(_0x315024['CwMJk'](_0x315024['Svaod'],_0x315024[_0x54bdb7(0x219)]))_0x3079dd=PerformanceTester[_0x54bdb7(0x167)]()[_0x54bdb7(0x1d9)](_0x3079dd);else return _0x1ab5e6[_0x54bdb7(0x1f9)](_0x5e7d91=>_0x3ab97d(_0x5e7d91,_0x2a4aef,_0xd61d53));}const _0x2df3c0=_0x3079dd['apply'](null,arguments);if(_0x315024[_0x54bdb7(0x22e)](_0x2df3c0,Promise)){if(_0x315024[_0x54bdb7(0x210)](_0x315024[_0x54bdb7(0x1aa)],_0x315024[_0x54bdb7(0x178)]))try{this[_0x54bdb7(0x166)]=_0x5f8c87[_0x54bdb7(0x19f)](_0x15f6dd[_0x54bdb7(0x17f)][_0x54bdb7(0x1a8)]);}catch(_0x8f6f69){_0x315024[_0x54bdb7(0x184)](_0xeeeb,_0x54bdb7(0x1b1)+_0x8f6f69[_0x54bdb7(0x16e)]());}else return _0x2df3c0[_0x54bdb7(0x1f9)](_0x2efe47=>processError(_0x2efe47,_0x5d9f2b,_0x3b434f));}return _0x2df3c0;}else return;}catch(_0x331ca8){if(_0x315024[_0x54bdb7(0x180)](_0x315024[_0x54bdb7(0x17b)],_0x315024[_0x54bdb7(0x17b)]))try{this[_0x54bdb7(0x212)]=_0xfda1d0[_0x54bdb7(0x19f)](_0x5e5e72[_0x54bdb7(0x17f)][_0x54bdb7(0x16c)]);}catch(_0x33fbda){_0x315024[_0x54bdb7(0x184)](_0x355598,_0x54bdb7(0x1b1)+_0x33fbda[_0x54bdb7(0x16e)]());}else _0x315024[_0x54bdb7(0x1f2)](processError,_0x331ca8,_0x5d9f2b,_0x3b434f);}else return _0x2723df;};},o11yClassErrorHandler=(_0x3062e2,_0x4a71bf)=>{const _0x4d32fc=a47_0x2b8484,_0x581a1a={'vfygB':function(_0x1f1e19,_0x559e56){return _0x1f1e19 instanceof _0x559e56;},'iVGDe':function(_0x5d4a68,_0x7620b0){return _0x5d4a68 instanceof _0x7620b0;},'oTPBu':function(_0x32bed4,_0x420416,_0x39cb85,_0x27e063){return _0x32bed4(_0x420416,_0x39cb85,_0x27e063);},'cBCkY':_0x4d32fc(0x1f8),'adiMw':_0x4d32fc(0x21b),'PJAzT':'key','gqJGI':_0x4d32fc(0x228),'VKsXT':_0x4d32fc(0x1a3),'zKOGh':function(_0x3aea51,_0x3a177e){return _0x3aea51===_0x3a177e;},'jAHhN':_0x4d32fc(0x1f1),'ujmiY':function(_0x3da560,_0x115528){return _0x3da560(_0x115528);},'WfpCx':'[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','lGwhB':function(_0x11a6fa){return _0x11a6fa();},'YRESF':'application/json','JydDH':_0x4d32fc(0x18d),'fDfjT':function(_0x456a84,_0x498f6a,_0x3e9ab5,_0x31ed3c,_0x1df357,_0x3555fa){return _0x456a84(_0x498f6a,_0x3e9ab5,_0x31ed3c,_0x1df357,_0x3555fa);},'mLAru':_0x4d32fc(0x1a9),'KmIYM':'sTEiy','jslGJ':_0x4d32fc(0x1d5),'vrlSp':function(_0x3a08cb,_0x4f20b9){return _0x3a08cb!==_0x4f20b9;},'iXpEH':'ezavG','VkOJw':_0x4d32fc(0x1dc),'risex':function(_0x153b82,_0x4a9119){return _0x153b82!==_0x4a9119;},'UKfSQ':_0x4d32fc(0x186),'jTvvt':function(_0x2e0c02,_0x17df33){return _0x2e0c02!==_0x17df33;},'RONMb':_0x4d32fc(0x1ee),'XYVyc':_0x4d32fc(0x205),'QZkva':function(_0x17186c,_0x48c023,_0x10ff57,_0x5d05f4){return _0x17186c(_0x48c023,_0x10ff57,_0x5d05f4);},'RWgqJ':'mIcSL','mjUmR':_0x4d32fc(0x1c7),'QkMTF':function(_0x14286d,_0x3c0f9e){return _0x14286d===_0x3c0f9e;},'MVdHc':_0x4d32fc(0x16a),'HrXzR':_0x4d32fc(0x1b8),'ChMfa':function(_0x5ce93a,_0x4749b1){return _0x5ce93a!==_0x4749b1;},'yMjGh':_0x4d32fc(0x15c),'WZByR':_0x4d32fc(0x1db),'tWuQb':_0x4d32fc(0x160),'odUbL':function(_0x40609e,_0x18b341){return _0x40609e<_0x18b341;},'wxARN':function(_0x248fc3,_0x259bf8){return _0x248fc3===_0x259bf8;},'IeIOI':_0x4d32fc(0x164),'hmavk':'pWFHa'},_0x17d7d2=_0x3062e2['prototype'];if(_0x581a1a[_0x4d32fc(0x185)](Object[_0x4d32fc(0x1fa)](_0x17d7d2)['length'],0x2)){if(_0x581a1a['wxARN'](_0x581a1a[_0x4d32fc(0x197)],_0x581a1a[_0x4d32fc(0x1c4)])){let _0x5e0441=_0x372a6e;_0x3bea0a[_0x4d32fc(0x17f)][_0x4d32fc(0x182)]&&(_0x5e0441=_0x54e213[_0x4d32fc(0x167)]()[_0x4d32fc(0x1d9)](_0x5e0441));const _0x24c95f=_0x5e0441['apply'](null,arguments);if(_0x581a1a['vfygB'](_0x24c95f,_0x48c184))return _0x24c95f[_0x4d32fc(0x1f9)](_0x2f94ae=>_0x419689(_0x2f94ae,_0x527f28,_0x4ca883));return _0x24c95f;}else return _0x3062e2;}return Object['getOwnPropertyNames'](_0x17d7d2)[_0x4d32fc(0x1c5)](_0x531a29=>{const _0x3ac6b4=_0x4d32fc,_0x170a9c={'kiElq':function(_0x239f58,_0x56ac22,_0x18156f,_0x3bef9d){const _0x10339a=a47_0x18d2;return _0x581a1a[_0x10339a(0x218)](_0x239f58,_0x56ac22,_0x18156f,_0x3bef9d);},'HybVa':function(_0x23bd27,_0x2aef92){const _0x40f190=a47_0x18d2;return _0x581a1a[_0x40f190(0x183)](_0x23bd27,_0x2aef92);},'FtLnb':function(_0x4e3897,_0x3c5142){const _0x17e01a=a47_0x18d2;return _0x581a1a[_0x17e01a(0x1f0)](_0x4e3897,_0x3c5142);}};if(_0x581a1a[_0x3ac6b4(0x183)](_0x581a1a[_0x3ac6b4(0x158)],_0x581a1a[_0x3ac6b4(0x189)]))_0x170a9c[_0x3ac6b4(0x19e)](_0xdd7f88,_0x954537,_0x811365,_0x518a21);else{if(!(_0x4a71bf&&_0x4a71bf[_0x3ac6b4(0x1c6)](_0x531a29))){if(_0x581a1a[_0x3ac6b4(0x1b7)](_0x581a1a['MVdHc'],_0x581a1a[_0x3ac6b4(0x22f)]))return;else{const _0x7e2d78={};_0x7e2d78['username']=_0x1cfa50,_0x7e2d78[_0x3ac6b4(0x228)]=_0x445611,this[_0x3ac6b4(0x212)]=_0x7e2d78,_0x3541cb[_0x3ac6b4(0x17f)][_0x3ac6b4(0x16c)]=_0x1ddf0b[_0x3ac6b4(0x159)](this[_0x3ac6b4(0x212)]);}}const _0xd21869=_0x17d7d2[_0x531a29];if(_0x581a1a[_0x3ac6b4(0x1b7)](typeof _0xd21869,_0x581a1a[_0x3ac6b4(0x1d2)])&&_0x581a1a['ChMfa'](_0x531a29,_0x581a1a[_0x3ac6b4(0x15b)])){if(_0x581a1a[_0x3ac6b4(0x1b7)](_0x581a1a['WZByR'],_0x581a1a[_0x3ac6b4(0x170)]))try{const _0x4ae621=(_0x26d26b[_0x3ac6b4(0x17f)][_0x3ac6b4(0x182)]?_0x394fd1[_0x3ac6b4(0x167)]()['timerify'](_0x559b7a):_0xf041fb)['call'](this,..._0x4c8673);if(_0x581a1a[_0x3ac6b4(0x1a2)](_0x4ae621,_0x172c6f))return _0x4ae621[_0x3ac6b4(0x1f9)](_0x379d76=>_0xf30e37(_0x379d76,_0x2c7590,_0x16a389));return _0x4ae621;}catch(_0x4e1af8){_0x581a1a['oTPBu'](_0x4c7496,_0x4e1af8,_0x44eae4,_0xc6658f);}else Object['defineProperty'](_0x17d7d2,_0x531a29,{'writable':!![],'value':function(..._0x7f59ee){const _0x24a665=_0x3ac6b4,_0x2cc9ff={'zlVWP':_0x581a1a['cBCkY'],'zafcr':_0x581a1a[_0x24a665(0x1e7)],'DDkRS':_0x581a1a['PJAzT'],'djNQR':_0x581a1a[_0x24a665(0x1a0)],'zwhYy':_0x581a1a['VKsXT'],'ofvox':function(_0x34f89b,_0x22dd33){const _0x402ab6=_0x24a665;return _0x581a1a[_0x402ab6(0x183)](_0x34f89b,_0x22dd33);},'VZOVf':_0x581a1a['jAHhN'],'ikVbH':function(_0x377638,_0x5a4579){const _0x19fb2b=_0x24a665;return _0x581a1a[_0x19fb2b(0x1f0)](_0x377638,_0x5a4579);},'QiGLl':function(_0x455212,_0x170a1a){const _0x590871=_0x24a665;return _0x581a1a[_0x590871(0x1f0)](_0x455212,_0x170a1a);},'kaxLj':_0x581a1a[_0x24a665(0x188)],'VZXIF':function(_0x20c4fc){const _0x3e5f22=_0x24a665;return _0x581a1a[_0x3e5f22(0x1f5)](_0x20c4fc);},'OOUKg':_0x581a1a['YRESF'],'pXwMi':_0x581a1a[_0x24a665(0x221)],'kYQTC':function(_0x5a893f,_0x1e3cb1,_0x4fb1d7,_0x368129,_0x167a89,_0x1fe38c){const _0x1040b2=_0x24a665;return _0x581a1a[_0x1040b2(0x17a)](_0x5a893f,_0x1e3cb1,_0x4fb1d7,_0x368129,_0x167a89,_0x1fe38c);},'LoDtI':_0x581a1a[_0x24a665(0x19a)]};if(_0x581a1a[_0x24a665(0x183)](_0x581a1a['KmIYM'],_0x581a1a[_0x24a665(0x20e)])){if(_0x170a9c[_0x24a665(0x179)](_0x574940[_0x24a665(0x15d)](this['frameworkDetails'])[_0x24a665(0x173)],0x0)&&_0xb1adf[_0x24a665(0x17f)][_0x24a665(0x1a8)])try{this[_0x24a665(0x166)]=_0x10f5f0[_0x24a665(0x19f)](_0x3af092[_0x24a665(0x17f)][_0x24a665(0x1a8)]);}catch(_0x4cf862){_0x170a9c[_0x24a665(0x169)](_0x3883ac,_0x24a665(0x1b1)+_0x4cf862[_0x24a665(0x16e)]());}return this[_0x24a665(0x166)];}else try{if(_0x581a1a[_0x24a665(0x17d)](_0x581a1a[_0x24a665(0x17c)],_0x581a1a[_0x24a665(0x177)])){const _0x94cd74=(process['env'][_0x24a665(0x182)]?PerformanceTester[_0x24a665(0x167)]()[_0x24a665(0x1d9)](_0xd21869):_0xd21869)[_0x24a665(0x1a6)](this,..._0x7f59ee);if(_0x581a1a[_0x24a665(0x1b4)](_0x94cd74,Promise)){if(_0x581a1a[_0x24a665(0x1ad)](_0x581a1a[_0x24a665(0x1d0)],_0x581a1a[_0x24a665(0x1d0)])){if(!_0x3437c4)return;const _0x52e0ab=[_0x2cc9ff['zlVWP'],_0x2cc9ff[_0x24a665(0x18f)],_0x2cc9ff[_0x24a665(0x224)],_0x2cc9ff['djNQR'],_0x2cc9ff[_0x24a665(0x214)]];for(const _0x4981c7 in _0x212c6c){if(_0x52e0ab[_0x24a665(0x1c6)](_0x4981c7['toLowerCase']()))delete _0xff7492[_0x4981c7];else{if(_0x2cc9ff[_0x24a665(0x1c3)](typeof _0x5421a5[_0x4981c7],_0x2cc9ff[_0x24a665(0x18a)]))this['recursivelyDeletePIIKeysFromObject'](_0x50cee7[_0x4981c7]);}}}else return _0x94cd74[_0x24a665(0x1f9)](_0x352296=>processError(_0x352296,_0xd21869,_0x7f59ee));}return _0x94cd74;}else{const _0xc625b5={'HJoWO':function(_0x2ea224,_0x1ad57d){const _0x3ad5d6=_0x24a665;return _0x2cc9ff[_0x3ad5d6(0x1de)](_0x2ea224,_0x1ad57d);}};this['getCredentials']();if(!this[_0x24a665(0x212)])return _0x2cc9ff[_0x24a665(0x1de)](_0x46b99f,_0x2cc9ff[_0x24a665(0x1b6)]);this['getConfig'](),this[_0x24a665(0x225)]();const _0x4ddfd2={'hashed_id':_0x133602[_0x24a665(0x17f)][_0x24a665(0x1dd)],'observability_version':{'sdkVersion':_0x2cc9ff[_0x24a665(0x193)](_0x370d0a),'frameworkName':this[_0x24a665(0x166)][_0x24a665(0x175)],'frameworkVersion':this[_0x24a665(0x166)][_0x24a665(0x1be)]},'exception':{'error':_0x608aa4[_0x24a665(0x16e)](),'stackTrace':_0x57ebc3},'config':this[_0x24a665(0x1b9)]},_0x55ef2c=_0x24a665(0x194),_0x1290ab={};_0x1290ab[_0x24a665(0x21b)]=this[_0x24a665(0x212)][_0x24a665(0x21b)],_0x1290ab[_0x24a665(0x1a3)]=this[_0x24a665(0x212)][_0x24a665(0x228)];const _0x3fc00a={};_0x3fc00a[_0x24a665(0x181)]=_0x2cc9ff['OOUKg'],_0x3fc00a['X-BSTACK-TESTOPS']=_0x2cc9ff[_0x24a665(0x15e)];const _0x2af311={};_0x2af311['auth']=_0x1290ab,_0x2af311[_0x24a665(0x192)]=_0x3fc00a;const _0x3661e3=_0x2af311;_0x2cc9ff[_0x24a665(0x1bf)](_0x171a1f,_0x2cc9ff[_0x24a665(0x195)],_0x55ef2c,_0x4ddfd2,_0x3661e3,![])[_0x24a665(0x1f3)](_0x346838=>{const _0x3245ea=_0x24a665;_0xc625b5['HJoWO'](_0x4043a0,_0x3245ea(0x1cd)+_0x110d8b[_0x3245ea(0x159)](_0x346838));})['catch'](_0x5db3a5=>{const _0x5ce54c=_0x24a665;_0x2cc9ff[_0x5ce54c(0x1ca)](_0x40363f,_0x5ce54c(0x19b)+_0x5db3a5);});}}catch(_0x4ffec6){_0x581a1a[_0x24a665(0x1a4)](_0x581a1a[_0x24a665(0x1c9)],_0x581a1a[_0x24a665(0x20a)])?_0x581a1a['oTPBu'](processError,_0x4ffec6,_0xd21869,_0x7f59ee):this[_0x24a665(0x1b9)]=_0x20de84[_0x24a665(0x19f)](_0x253c24['env'][_0x24a665(0x1e2)]);}}});}}}),_0x3062e2;};function a47_0x18d2(_0x685942,_0x397075){const _0x35c49e=a47_0x35c4();return a47_0x18d2=function(_0x18d2ba,_0x404fec){_0x18d2ba=_0x18d2ba-0x157;let _0x133fc5=_0x35c49e[_0x18d2ba];return _0x133fc5;},a47_0x18d2(_0x685942,_0x397075);}function processError(_0x294efb,_0x298b19,_0x74c0be){const _0x3dd585=a47_0x2b8484,_0x266edd={'KRxxJ':function(_0x36b30c,_0x1ac0e6){return _0x36b30c(_0x1ac0e6);},'peIan':function(_0x1792ca,_0x5bbddc){return _0x1792ca===_0x5bbddc;},'JlEAj':'Ywitj','TmENa':'mUlED','EkRaB':function(_0x381d59,_0x3932f2){return _0x381d59===_0x3932f2;},'NZqie':_0x3dd585(0x211)};_0x266edd[_0x3dd585(0x21d)](debug,'Error\x20in\x20executing\x20'+_0x298b19['name']+'\x20with\x20args\x20'+_0x74c0be+':\x20'+_0x294efb);let _0x17ae9b;try{_0x266edd[_0x3dd585(0x1bd)](_0x266edd[_0x3dd585(0x235)],_0x266edd['TmENa'])?_0x266edd[_0x3dd585(0x21d)](_0x41a207,'[Crash_Report_Upload]\x20Success\x20response:\x20'+_0x2b1890[_0x3dd585(0x159)](_0x481312)):_0x17ae9b=JSON[_0x3dd585(0x159)](_0x74c0be);}catch(_0x16ba85){if(_0x266edd['EkRaB'](_0x266edd[_0x3dd585(0x157)],_0x266edd[_0x3dd585(0x157)])){const _0x52ce36={};_0x52ce36[_0x3dd585(0x17e)]=0x2,_0x17ae9b=util[_0x3dd585(0x1cf)](_0x74c0be,_0x52ce36);}else _0x266edd[_0x3dd585(0x21d)](_0x5eb98e,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0xebced['toString']());}CrashReporter[_0x3dd585(0x1e9)](_0x3dd585(0x208)+_0x298b19[_0x3dd585(0x1c8)]+_0x3dd585(0x217)+_0x17ae9b+_0x3dd585(0x22d)+_0x294efb,_0x294efb&&_0x294efb['stack']);}class CrashReporter{static [a47_0x2b8484(0x1b9)]={};static [a47_0x2b8484(0x212)];static [a47_0x2b8484(0x166)]={};static[a47_0x2b8484(0x174)](_0x5d8aaf,_0x20d943,_0x22e9bc=null){const _0x5cb864=a47_0x2b8484,_0x21aac1={'hVKJo':function(_0x1ffb85,_0x2c9ae5){return _0x1ffb85(_0x2c9ae5);},'GXZKW':function(_0x4aa876,_0xa548d3){return _0x4aa876===_0xa548d3;},'RSBcW':_0x5cb864(0x21e),'BAMHc':_0x5cb864(0x15f)},_0x2f3546=_0x5d8aaf[_0x5cb864(0x175)];let _0x20398d=_0x5d8aaf[_0x5cb864(0x1be)];if(!_0x22e9bc){if(_0x21aac1[_0x5cb864(0x1ce)](_0x21aac1[_0x5cb864(0x198)],_0x21aac1[_0x5cb864(0x1e6)])){_0x21aac1[_0x5cb864(0x1f6)](_0x1aea3d,_0x5cb864(0x208)+_0x22758b[_0x5cb864(0x1c8)]+_0x5cb864(0x217)+_0x1f5027+':\x20'+_0xdfe08e);let _0x30fb6a;try{_0x30fb6a=_0x5b3e78[_0x5cb864(0x159)](_0x5bb48f);}catch(_0x1e57c8){const _0x4e1a6a={};_0x4e1a6a[_0x5cb864(0x17e)]=0x2,_0x30fb6a=_0x1581cd[_0x5cb864(0x1cf)](_0x47b7ac,_0x4e1a6a);}_0x1c37ae[_0x5cb864(0x1e9)](_0x5cb864(0x208)+_0x27c574[_0x5cb864(0x1c8)]+_0x5cb864(0x217)+_0x30fb6a+_0x5cb864(0x22d)+_0x3dc22a,_0x23f4b0&&_0x522f48['stack']);}else _0x22e9bc=_0x21aac1[_0x5cb864(0x1f6)](getBrowserStackConfig,_0x2f3546);}if(!_0x20398d)_0x21aac1[_0x5cb864(0x1f6)](getFrameworkVersion,_0x2f3546);const _0xaf21e0={};_0xaf21e0[_0x5cb864(0x175)]=_0x2f3546,_0xaf21e0['frameworkVersion']=_0x20398d,this['setAllDetails'](_0xaf21e0,_0x20d943,_0x21aac1[_0x5cb864(0x1f6)](getUserCredentials,_0x22e9bc));}static[a47_0x2b8484(0x1e8)](_0x577750,_0x12eeb1){const _0x2de63d=a47_0x2b8484,_0x1de3b2={};_0x1de3b2[_0x2de63d(0x21b)]=_0x577750,_0x1de3b2[_0x2de63d(0x228)]=_0x12eeb1,this[_0x2de63d(0x212)]=_0x1de3b2,process[_0x2de63d(0x17f)][_0x2de63d(0x16c)]=JSON[_0x2de63d(0x159)](this[_0x2de63d(0x212)]);}static[a47_0x2b8484(0x1fc)](){const _0x2e8361=a47_0x2b8484,_0x5a595e={'AXJuY':function(_0x3f1623,_0x523b23){return _0x3f1623!==_0x523b23;},'GJPSz':'kAOKg','uCLrS':_0x2e8361(0x1ac),'oppDC':function(_0x14a5b6,_0x38d89e){return _0x14a5b6!==_0x38d89e;},'QNXsU':_0x2e8361(0x1ab),'aGGjf':_0x2e8361(0x1fd),'WYuZo':function(_0x4ad67d,_0x1d1971){return _0x4ad67d===_0x1d1971;},'qXheu':_0x2e8361(0x165),'tNtdX':_0x2e8361(0x172),'CbzIt':function(_0x2427b7,_0x511171){return _0x2427b7(_0x511171);}};if(!this[_0x2e8361(0x212)]&&process[_0x2e8361(0x17f)][_0x2e8361(0x16c)]){if(_0x5a595e['AXJuY'](_0x5a595e[_0x2e8361(0x22c)],_0x5a595e[_0x2e8361(0x1e5)]))try{_0x5a595e[_0x2e8361(0x20f)](_0x5a595e[_0x2e8361(0x1ae)],_0x5a595e[_0x2e8361(0x19c)])?this['credentials']=JSON[_0x2e8361(0x19f)](process[_0x2e8361(0x17f)]['CREDENTIALS_FOR_CRASH_REPORTING']):this[_0x2e8361(0x166)]=_0x31f25d[_0x2e8361(0x19f)](_0x63a631[_0x2e8361(0x17f)][_0x2e8361(0x1a8)]);}catch(_0xccb4cc){if(_0x5a595e[_0x2e8361(0x168)](_0x5a595e['qXheu'],_0x5a595e['tNtdX']))return _0x466f6f[_0x2e8361(0x1f9)](_0x187d87=>_0x3d3368(_0x187d87,_0x10dde3,_0xd411e0));else _0x5a595e[_0x2e8361(0x1d1)](debug,_0x2e8361(0x1b1)+_0xccb4cc[_0x2e8361(0x16e)]());}else this[_0x2e8361(0x1b9)]=this[_0x2e8361(0x1d4)](_0xa56531),_0x2e2c36[_0x2e8361(0x17f)]['USER_CONFIG_FOR_REPORTING']=_0x1d3352[_0x2e8361(0x159)](this[_0x2e8361(0x1b9)]);}return this[_0x2e8361(0x212)];}static[a47_0x2b8484(0x1c2)](_0x360ba0){const _0x248ff9=a47_0x2b8484;this[_0x248ff9(0x1b9)]=this[_0x248ff9(0x1d4)](_0x360ba0),process[_0x248ff9(0x17f)][_0x248ff9(0x1e2)]=JSON[_0x248ff9(0x159)](this[_0x248ff9(0x1b9)]);}static[a47_0x2b8484(0x1a1)](){const _0x530770=a47_0x2b8484,_0x4431e4={'jbtLn':function(_0x34cf97,_0x58df17){return _0x34cf97===_0x58df17;},'VuXul':'object','JUIRa':function(_0x1e9a7a,_0x5e3f20){return _0x1e9a7a===_0x5e3f20;},'eLUTU':_0x530770(0x206),'ewzXd':_0x530770(0x20d),'HNABe':function(_0x12ec73,_0x4da249){return _0x12ec73!==_0x4da249;},'Gwpdm':_0x530770(0x190),'rkYPX':_0x530770(0x1ec),'qEFNO':function(_0x1eec09,_0x5eff16){return _0x1eec09(_0x5eff16);}};if(_0x4431e4[_0x530770(0x229)](Object[_0x530770(0x15d)](this[_0x530770(0x1b9)])[_0x530770(0x173)],0x0)&&process['env']['USER_CONFIG_FOR_REPORTING']){if(_0x4431e4['JUIRa'](_0x4431e4['eLUTU'],_0x4431e4[_0x530770(0x213)]))this['frameworkDetails']=_0x348bba,_0x4c8494[_0x530770(0x17f)][_0x530770(0x1a8)]=_0x4dfa45[_0x530770(0x159)](this[_0x530770(0x166)]);else try{if(_0x4431e4[_0x530770(0x226)](_0x4431e4[_0x530770(0x1a5)],_0x4431e4['Gwpdm'])){if(_0x1421ae[_0x530770(0x1c6)](_0x45e944[_0x530770(0x1fe)]()))delete _0x34fb01[_0x2a842b];else{if(_0x4431e4[_0x530770(0x229)](typeof _0x1a9037[_0x1e4f91],_0x4431e4[_0x530770(0x1f7)]))this[_0x530770(0x171)](_0x20b531[_0x325659]);}}else this[_0x530770(0x1b9)]=JSON[_0x530770(0x19f)](process[_0x530770(0x17f)][_0x530770(0x1e2)]);}catch(_0x2c7ad1){if(_0x4431e4[_0x530770(0x226)](_0x4431e4[_0x530770(0x202)],_0x4431e4[_0x530770(0x202)]))return;else _0x4431e4[_0x530770(0x1fb)](debug,_0x530770(0x1c0)+_0x2c7ad1['toString']()),this[_0x530770(0x1b9)]={};}}return this[_0x530770(0x1b9)];}static[a47_0x2b8484(0x1b2)](_0x469df1){const _0x4df036=a47_0x2b8484;this[_0x4df036(0x166)]=_0x469df1,process[_0x4df036(0x17f)][_0x4df036(0x1a8)]=JSON[_0x4df036(0x159)](this[_0x4df036(0x166)]);}static[a47_0x2b8484(0x225)](){const _0x4f3a5e=a47_0x2b8484,_0x4c6ddf={'fxfwd':function(_0x50d1fe,_0x1050a8){return _0x50d1fe(_0x1050a8);},'gbeur':_0x4f3a5e(0x234),'nZUxm':function(_0x30660f,_0x3be00c){return _0x30660f(_0x3be00c);},'mhhgg':function(_0x52f488,_0x529e01){return _0x52f488(_0x529e01);},'IcPmy':function(_0x29c987,_0x1057bb){return _0x29c987===_0x1057bb;},'Jdtkw':function(_0x553773,_0x6fcd78){return _0x553773!==_0x6fcd78;},'KyNOt':'ipSRd','VxbkG':function(_0x21d059,_0x3e7eea){return _0x21d059!==_0x3e7eea;},'awdKR':_0x4f3a5e(0x16b),'uEZPx':_0x4f3a5e(0x1b5),'jONtR':function(_0x13ecb1,_0x21d811){return _0x13ecb1!==_0x21d811;},'NyIVj':_0x4f3a5e(0x191),'dOtha':'OOXdJ'};if(_0x4c6ddf['IcPmy'](Object[_0x4f3a5e(0x15d)](this['frameworkDetails'])[_0x4f3a5e(0x173)],0x0)&&process[_0x4f3a5e(0x17f)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']){if(_0x4c6ddf[_0x4f3a5e(0x1bb)](_0x4c6ddf['KyNOt'],_0x4c6ddf[_0x4f3a5e(0x1f4)]))return _0x4c6ddf[_0x4f3a5e(0x22a)](_0x55e4db,_0x4c6ddf['gbeur']);else try{if(_0x4c6ddf[_0x4f3a5e(0x1a7)](_0x4c6ddf[_0x4f3a5e(0x222)],_0x4c6ddf[_0x4f3a5e(0x1e3)]))this[_0x4f3a5e(0x166)]=JSON[_0x4f3a5e(0x19f)](process[_0x4f3a5e(0x17f)][_0x4f3a5e(0x1a8)]);else{if(!this[_0x4f3a5e(0x212)]&&_0x4bd185[_0x4f3a5e(0x17f)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x4f3a5e(0x212)]=_0x50e895['parse'](_0x24820c['env'][_0x4f3a5e(0x16c)]);}catch(_0x27bfaf){_0x4c6ddf[_0x4f3a5e(0x21a)](_0x53c5f3,_0x4f3a5e(0x1b1)+_0x27bfaf[_0x4f3a5e(0x16e)]());}return this[_0x4f3a5e(0x212)];}}catch(_0x5b3919){if(_0x4c6ddf[_0x4f3a5e(0x1d6)](_0x4c6ddf[_0x4f3a5e(0x1ea)],_0x4c6ddf[_0x4f3a5e(0x1ed)]))_0x4c6ddf[_0x4f3a5e(0x21a)](debug,_0x4f3a5e(0x1b1)+_0x5b3919[_0x4f3a5e(0x16e)]());else{const _0x1753f7=_0x1c6d2a['frameworkName'];let _0x49e0ec=_0x9dc5ed[_0x4f3a5e(0x1be)];!_0x58e21b&&(_0x56a548=_0x4c6ddf['nZUxm'](_0x129b75,_0x1753f7));if(!_0x49e0ec)_0x4c6ddf['nZUxm'](_0x4853f2,_0x1753f7);const _0xe99aba={};_0xe99aba['frameworkName']=_0x1753f7,_0xe99aba[_0x4f3a5e(0x1be)]=_0x49e0ec,this[_0x4f3a5e(0x163)](_0xe99aba,_0x2c9cc7,_0x4c6ddf[_0x4f3a5e(0x1d7)](_0x13aaa0,_0x105cad));}}}return this[_0x4f3a5e(0x166)];}static[a47_0x2b8484(0x163)](_0xd437e7,_0x368dc5,_0x2c3225){const _0x22c892=a47_0x2b8484;_0xd437e7&&this[_0x22c892(0x1b2)](_0xd437e7),_0x368dc5&&this[_0x22c892(0x1c2)](_0x368dc5),_0x2c3225&&this[_0x22c892(0x1e8)](_0x2c3225[_0x22c892(0x21b)],_0x2c3225['accessKey']);}static async[a47_0x2b8484(0x1e9)](_0x346f03,_0x4e4b33){const _0x655004=a47_0x2b8484,_0x4790e5={'JrGse':function(_0x519368,_0xb82d2a){return _0x519368(_0xb82d2a);},'ZhAca':function(_0x5e1e0c,_0xe909a0){return _0x5e1e0c!==_0xe909a0;},'aKSMI':_0x655004(0x20b),'RaVJc':function(_0x2b7780,_0x25f1a6){return _0x2b7780===_0x25f1a6;},'NdvOR':_0x655004(0x1ef),'mRBQM':_0x655004(0x176),'evesK':_0x655004(0x1e4),'JzVhA':_0x655004(0x234),'Uwsfw':function(_0x54fb2e){return _0x54fb2e();},'Mkums':'application/json','ERPQp':_0x655004(0x18d),'ARCXg':function(_0x4b5340,_0xe02b52,_0x250ed0,_0x205d38,_0x35e7e6,_0x5a45a9){return _0x4b5340(_0xe02b52,_0x250ed0,_0x205d38,_0x35e7e6,_0x5a45a9);},'tyqVl':_0x655004(0x1a9)};this[_0x655004(0x1fc)]();if(!this[_0x655004(0x212)]){if(_0x4790e5[_0x655004(0x22b)](_0x4790e5[_0x655004(0x201)],_0x4790e5['evesK']))return _0x4790e5[_0x655004(0x216)](debug,_0x4790e5[_0x655004(0x1bc)]);else{const _0xcd3319={};_0xcd3319[_0x655004(0x17e)]=0x2,_0x3c5ebc=_0x2f0ac0[_0x655004(0x1cf)](_0x1c8644,_0xcd3319);}}this[_0x655004(0x1a1)](),this[_0x655004(0x225)]();const _0x57b92c={'hashed_id':process[_0x655004(0x17f)][_0x655004(0x1dd)],'observability_version':{'sdkVersion':_0x4790e5[_0x655004(0x1ba)](getAgentVersion),'frameworkName':this[_0x655004(0x166)][_0x655004(0x175)],'frameworkVersion':this[_0x655004(0x166)][_0x655004(0x1be)]},'exception':{'error':_0x346f03[_0x655004(0x16e)](),'stackTrace':_0x4e4b33},'config':this[_0x655004(0x1b9)]},_0x1d964e='/api/v1/analytics',_0x139384={};_0x139384[_0x655004(0x21b)]=this[_0x655004(0x212)][_0x655004(0x21b)],_0x139384['password']=this[_0x655004(0x212)]['accessKey'];const _0x1635f5={};_0x1635f5[_0x655004(0x181)]=_0x4790e5['Mkums'],_0x1635f5[_0x655004(0x18b)]=_0x4790e5['ERPQp'];const _0x3e49a0={};_0x3e49a0[_0x655004(0x16d)]=_0x139384,_0x3e49a0[_0x655004(0x192)]=_0x1635f5;const _0x4556cd=_0x3e49a0;_0x4790e5[_0x655004(0x187)](nodeRequest,_0x4790e5[_0x655004(0x1ff)],_0x1d964e,_0x57b92c,_0x4556cd,![])[_0x655004(0x1f3)](_0x4f88e7=>{const _0x526e0b=_0x655004,_0x2d2204={'gtYuU':function(_0x53c678,_0x2de64c){const _0x3ee6d4=a47_0x18d2;return _0x4790e5[_0x3ee6d4(0x216)](_0x53c678,_0x2de64c);}};_0x4790e5[_0x526e0b(0x22b)](_0x4790e5[_0x526e0b(0x1e0)],_0x4790e5['aKSMI'])?(_0x2d2204[_0x526e0b(0x215)](_0x106272,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x55f425[_0x526e0b(0x16e)]()),this['userConfig']={}):_0x4790e5[_0x526e0b(0x216)](debug,'[Crash_Report_Upload]\x20Success\x20response:\x20'+JSON[_0x526e0b(0x159)](_0x4f88e7));})['catch'](_0x260516=>{const _0x1d9a96=_0x655004;if(_0x4790e5[_0x1d9a96(0x1cb)](_0x4790e5[_0x1d9a96(0x18c)],_0x4790e5[_0x1d9a96(0x18c)]))_0x4790e5['JrGse'](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x260516);else{const _0x3a7eb3=_0xba4c52['parse'](_0x56a319[_0x1d9a96(0x159)](_0x471333));return this[_0x1d9a96(0x171)](_0x3a7eb3),_0x3a7eb3;}});}static['recursivelyDeletePIIKeysFromObject'](_0x4eafa6){const _0x27f88e=a47_0x2b8484,_0x1e95f0={'atclq':function(_0x1f2e89,_0x53b023){return _0x1f2e89(_0x53b023);},'xNolJ':function(_0x33dbbd,_0xe348e6){return _0x33dbbd!==_0xe348e6;},'gWRiL':_0x27f88e(0x1c1),'ZsUXQ':_0x27f88e(0x162),'fqzsP':_0x27f88e(0x1f8),'AsXGb':_0x27f88e(0x21b),'koZxF':_0x27f88e(0x203),'EbNLX':_0x27f88e(0x228),'cWgHt':_0x27f88e(0x1a3),'UNJzm':'PnXnb','yIYPL':function(_0x3aa120,_0x954ff8){return _0x3aa120===_0x954ff8;},'FHaSb':'object'};if(!_0x4eafa6){if(_0x1e95f0[_0x27f88e(0x1af)](_0x1e95f0['gWRiL'],_0x1e95f0[_0x27f88e(0x196)]))return;else try{this[_0x27f88e(0x1b9)]=_0x125ac8[_0x27f88e(0x19f)](_0x1a5ac4[_0x27f88e(0x17f)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x2d51dc){_0x1e95f0['atclq'](_0x9d349,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x2d51dc[_0x27f88e(0x16e)]()),this[_0x27f88e(0x1b9)]={};}}const _0x599ffc=[_0x1e95f0[_0x27f88e(0x1b3)],_0x1e95f0[_0x27f88e(0x18e)],_0x1e95f0[_0x27f88e(0x1d8)],_0x1e95f0[_0x27f88e(0x1da)],_0x1e95f0[_0x27f88e(0x19d)]];for(const _0x3aa267 in _0x4eafa6){if(_0x1e95f0[_0x27f88e(0x1af)](_0x1e95f0[_0x27f88e(0x233)],_0x1e95f0['UNJzm']))_0x496f67=_0x517556[_0x27f88e(0x159)](_0x1caa4d);else{if(_0x599ffc[_0x27f88e(0x1c6)](_0x3aa267['toLowerCase']()))delete _0x4eafa6[_0x3aa267];else{if(_0x1e95f0['yIYPL'](typeof _0x4eafa6[_0x3aa267],_0x1e95f0[_0x27f88e(0x232)]))this['recursivelyDeletePIIKeysFromObject'](_0x4eafa6[_0x3aa267]);}}}}static[a47_0x2b8484(0x1d4)](_0x416e66){const _0x46f450=a47_0x2b8484,_0x32dcb5=JSON[_0x46f450(0x19f)](JSON['stringify'](_0x416e66));return this[_0x46f450(0x171)](_0x32dcb5),_0x32dcb5;}}const a47_0x517a3e={};function a47_0x35c4(){const _0xd65992=['userConfig','Uwsfw','Jdtkw','JzVhA','peIan','frameworkVersion','kYQTC','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','uruIC','setConfigDetails','ofvox','hmavk','forEach','includes','LntJF','name','RONMb','ikVbH','RaVJc','zDdxu','[Crash_Report_Upload]\x20Success\x20response:\x20','GXZKW','inspect','UKfSQ','CbzIt','HrXzR','206772nwMHbi','filterPII','Iawtv','jONtR','mhhgg','koZxF','timerify','EbNLX','RSbVI','iqMvS','BS_TESTOPS_BUILD_HASHED_ID','QiGLl','oKhNS','aKSMI','6235704JjDsRl','USER_CONFIG_FOR_REPORTING','uEZPx','iYtmJ','uCLrS','BAMHc','adiMw','setCredentials','uploadCrashReport','NyIVj','cenDD','HNZxb','dOtha','qfLXV','RSvNG','ujmiY','object','oTVbN','then','KyNOt','lGwhB','hVKJo','VuXul','user','catch','getOwnPropertyNames','qEFNO','getCredentials','qJhZl','toLowerCase','tyqVl','klWMP','mRBQM','rkYPX','key','./utils','kvVSS','BnUlm','cvYpi','Error\x20in\x20executing\x20','NhzKX','XYVyc','PjHQg','10CpWbRW','UraMJ','jslGJ','oppDC','vMlgN','fNlQU','credentials','ewzXd','zwhYy','gtYuU','JrGse','\x20with\x20args\x20','QZkva','Svaod','nZUxm','username','14jWFrps','KRxxJ','xiLlT','1832450LwQDVv','ccxQe','JydDH','awdKR','../helper','DDkRS','getFramework','HNABe','11HhXBPe','accessKey','jbtLn','fxfwd','ZhAca','GJPSz','\x20:\x20','XYQTT','MVdHc','3010483pFJnre','gZZZm','FHaSb','UNJzm','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','JlEAj','NZqie','RWgqJ','stringify','3821022sHnBur','yMjGh','constructor','keys','pXwMi','CtxnS','uhFYQ','44789IMlhMq','vpTng','setAllDetails','XSIaE','ReGLD','frameworkDetails','getPerformance','WYuZo','FtLnb','hQJSn','GZMuZ','CREDENTIALS_FOR_CRASH_REPORTING','auth','toString','16wHkjJj','tWuQb','recursivelyDeletePIIKeysFromObject','nbcWi','length','initialize','frameworkName','FYVyM','VkOJw','VhYEr','HybVa','fDfjT','eDCcz','iXpEH','vrlSp','depth','env','CHaso','Content-Type','BROWSERSTACK_O11Y_PERF_MEASUREMENT','zKOGh','HnweY','odUbL','MvWDO','ARCXg','WfpCx','mjUmR','VZOVf','X-BSTACK-TESTOPS','NdvOR','true','AsXGb','zafcr','YKSEG','ZaCNW','headers','VZXIF','/api/v1/analytics','LoDtI','ZsUXQ','IeIOI','RSBcW','o11yErrorHandler','mLAru','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','aGGjf','cWgHt','kiElq','parse','gqJGI','getConfig','iVGDe','password','jTvvt','Gwpdm','call','VxbkG','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','POST','lbuac','deijc','elYwg','risex','QNXsU','xNolJ','1335360zyylAk','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','setFrameworkDetails','fqzsP','vfygB','OuKVg','kaxLj','QkMTF','function'];a47_0x35c4=function(){return _0xd65992;};return a47_0x35c4();}a47_0x517a3e[a47_0x2b8484(0x199)]=o11yErrorHandler,a47_0x517a3e['o11yClassErrorHandler']=o11yClassErrorHandler,a47_0x517a3e['CrashReporter']=CrashReporter,module['exports']=a47_0x517a3e;
1
+ const a47_0x5793b7=a47_0x512e;(function(_0x2bdc82,_0x43d681){const _0x568a63=a47_0x512e,_0x15dd54=_0x2bdc82();while(!![]){try{const _0x18dc9c=parseInt(_0x568a63(0x108))/0x1+parseInt(_0x568a63(0x120))/0x2*(-parseInt(_0x568a63(0x188))/0x3)+-parseInt(_0x568a63(0x168))/0x4+-parseInt(_0x568a63(0x174))/0x5+-parseInt(_0x568a63(0x166))/0x6*(parseInt(_0x568a63(0x12c))/0x7)+parseInt(_0x568a63(0x126))/0x8+parseInt(_0x568a63(0x142))/0x9;if(_0x18dc9c===_0x43d681)break;else _0x15dd54['push'](_0x15dd54['shift']());}catch(_0x9951cd){_0x15dd54['push'](_0x15dd54['shift']());}}}(a47_0x18b6,0xb76c4));function a47_0x512e(_0x12b3f6,_0x337426){const _0x18b63a=a47_0x18b6();return a47_0x512e=function(_0x512eda,_0x34b321){_0x512eda=_0x512eda-0xcd;let _0x7d743f=_0x18b63a[_0x512eda];return _0x7d743f;},a47_0x512e(_0x12b3f6,_0x337426);}const util=require('util'),PerformanceTester=require(a47_0x5793b7(0x13f)),{debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a47_0x5793b7(0x18c)),{getAgentVersion}=require(a47_0x5793b7(0x137)),o11yErrorHandler=_0x1e2d19=>{const _0x1ebbb4=a47_0x5793b7,_0x4b82e5={'sYmNm':function(_0x4bf2be,_0x1ed6e5){return _0x4bf2be(_0x1ed6e5);},'Thqoh':function(_0x300160,_0x4ef50b){return _0x300160(_0x4ef50b);},'iYCUF':_0x1ebbb4(0x14e),'EZNTN':function(_0x462d7d,_0x4e6b38){return _0x462d7d===_0x4e6b38;},'LonEo':_0x1ebbb4(0x165),'ADcRo':function(_0x1cc3e4,_0xb3a935){return _0x1cc3e4===_0xb3a935;},'zitBB':_0x1ebbb4(0x12b),'BKeNr':'OwgHu','bXLkS':function(_0x87335a,_0xe1264){return _0x87335a instanceof _0xe1264;},'oYQfl':function(_0x2bedf1,_0x50a23d){return _0x2bedf1===_0x50a23d;},'MFMdD':'BoNCm','cPyYH':_0x1ebbb4(0x11e),'hqyZS':function(_0x1f7d1f,_0x75d7cb){return _0x1f7d1f!==_0x75d7cb;},'qrdpb':_0x1ebbb4(0x104),'gVvuP':_0x1ebbb4(0x194),'PBvTO':function(_0x42fc22,_0x448f7a,_0x2da522,_0x1b9242){return _0x42fc22(_0x448f7a,_0x2da522,_0x1b9242);}};return function(..._0x28f02f){const _0x3451f4=_0x1ebbb4;if(_0x4b82e5[_0x3451f4(0x181)](_0x4b82e5[_0x3451f4(0x172)],_0x4b82e5[_0x3451f4(0x172)]))try{if(_0x4b82e5[_0x3451f4(0x15f)](_0x4b82e5[_0x3451f4(0xf2)],_0x4b82e5[_0x3451f4(0xf2)])){let _0x19929b=_0x1e2d19;process[_0x3451f4(0x12d)][_0x3451f4(0xe0)]&&(_0x4b82e5['EZNTN'](_0x4b82e5[_0x3451f4(0x124)],_0x4b82e5[_0x3451f4(0x124)])?_0x19929b=PerformanceTester['getPerformance']()[_0x3451f4(0x107)](_0x19929b):(_0x4b82e5[_0x3451f4(0x16e)](_0x340b23,_0x3451f4(0x17c)+_0x1c854d[_0x3451f4(0x159)]()),this[_0x3451f4(0x145)]={}));const _0x15c87c=_0x19929b[_0x3451f4(0x122)](null,arguments);if(_0x4b82e5[_0x3451f4(0xf9)](_0x15c87c,Promise)){if(_0x4b82e5[_0x3451f4(0x14c)](_0x4b82e5['MFMdD'],_0x4b82e5[_0x3451f4(0x110)]))_0x4b82e5[_0x3451f4(0xe8)](_0x3f9d74,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x5e95cd);else return _0x15c87c['catch'](_0x37386b=>processError(_0x37386b,_0x1e2d19,_0x28f02f));}return _0x15c87c;}else return _0x4b82e5[_0x3451f4(0x16e)](_0x1d391c,_0x4b82e5[_0x3451f4(0x10d)]);}catch(_0xfa75e6){_0x4b82e5['hqyZS'](_0x4b82e5['qrdpb'],_0x4b82e5[_0x3451f4(0xf8)])?_0x4b82e5['PBvTO'](processError,_0xfa75e6,_0x1e2d19,_0x28f02f):(this['frameworkDetails']=_0x13b3a4,_0x100bf6[_0x3451f4(0x12d)][_0x3451f4(0xd3)]=_0x18b02e[_0x3451f4(0xd2)](this['frameworkDetails']));}else return;};},o11yClassErrorHandler=(_0x44a5f0,_0x49446a)=>{const _0x320bc9=a47_0x5793b7,_0x4bc0fc={'aZQbI':function(_0x17491f,_0x17d9fa){return _0x17491f(_0x17d9fa);},'xDVAM':function(_0x2d7729,_0x23d7d7){return _0x2d7729(_0x23d7d7);},'KHgOj':function(_0x23ae77,_0x3b6cf3){return _0x23ae77===_0x3b6cf3;},'AbhMH':_0x320bc9(0x17a),'zgrXR':_0x320bc9(0x12e),'WdFLd':function(_0x4cb59e,_0x354897){return _0x4cb59e instanceof _0x354897;},'WDLgR':_0x320bc9(0x13d),'ssJdd':function(_0x4ce6c0,_0x410a4e){return _0x4ce6c0!==_0x410a4e;},'NAWIm':_0x320bc9(0x15b),'HKclk':function(_0x1250a7,_0x46f8c0,_0xb24c7a,_0x4e805a){return _0x1250a7(_0x46f8c0,_0xb24c7a,_0x4e805a);},'siZmo':function(_0x171a73,_0x18db94,_0x4f15b8,_0x54266b){return _0x171a73(_0x18db94,_0x4f15b8,_0x54266b);},'VXZXO':function(_0x53b235,_0x561d51){return _0x53b235!==_0x561d51;},'XSvsA':_0x320bc9(0xdb),'CQRcu':'ZMIaR','mMdEq':_0x320bc9(0xdd),'tXirS':_0x320bc9(0x17d),'jZacU':function(_0x3384bc,_0x104a4f){return _0x3384bc===_0x104a4f;},'oNxOH':'function','KEnkR':_0x320bc9(0x116),'irpkk':function(_0x40acd7,_0x30ff9d){return _0x40acd7===_0x30ff9d;},'aqeMx':_0x320bc9(0xf4),'BeCtA':_0x320bc9(0x16d),'WOWvU':function(_0x390797,_0x54ea20){return _0x390797<_0x54ea20;},'TgyGn':function(_0x2fbc13,_0x4a8d75){return _0x2fbc13!==_0x4a8d75;},'SsLmx':_0x320bc9(0xcd)},_0x5c41d1=_0x44a5f0[_0x320bc9(0x112)];if(_0x4bc0fc[_0x320bc9(0x14a)](Object[_0x320bc9(0x109)](_0x5c41d1)[_0x320bc9(0x144)],0x2)){if(_0x4bc0fc[_0x320bc9(0xec)](_0x4bc0fc[_0x320bc9(0x111)],_0x4bc0fc[_0x320bc9(0x111)]))_0x21b867&&this[_0x320bc9(0x11d)](_0x2eef17),_0x4c8941&&this[_0x320bc9(0xed)](_0x57d7b4),_0x51c074&&this[_0x320bc9(0xe6)](_0x326734['username'],_0x137876['accessKey']);else return _0x44a5f0;}return Object[_0x320bc9(0x109)](_0x5c41d1)['forEach'](_0x2898b5=>{const _0x58c11f=_0x320bc9,_0x5ea91e={'nacJQ':function(_0x4c5117,_0x32fd7a,_0x30f0cc,_0x146cd6){const _0x587de9=a47_0x512e;return _0x4bc0fc[_0x587de9(0x154)](_0x4c5117,_0x32fd7a,_0x30f0cc,_0x146cd6);}};if(_0x4bc0fc[_0x58c11f(0xd0)](_0x4bc0fc[_0x58c11f(0x128)],_0x4bc0fc[_0x58c11f(0x150)])){if(!(_0x49446a&&_0x49446a[_0x58c11f(0xe9)](_0x2898b5))){if(_0x4bc0fc[_0x58c11f(0xd0)](_0x4bc0fc['mMdEq'],_0x4bc0fc[_0x58c11f(0x153)]))return;else _0x4bc0fc[_0x58c11f(0x18b)](_0x325810,_0x58c11f(0x189)+_0x2847e8['toString']());}const _0x32c045=_0x5c41d1[_0x2898b5];_0x4bc0fc[_0x58c11f(0x147)](typeof _0x32c045,_0x4bc0fc[_0x58c11f(0x164)])&&_0x4bc0fc[_0x58c11f(0x14f)](_0x2898b5,_0x4bc0fc['KEnkR'])&&(_0x4bc0fc['irpkk'](_0x4bc0fc[_0x58c11f(0x17e)],_0x4bc0fc['BeCtA'])?_0x15b099=_0x19ee25[_0x58c11f(0xd2)](_0x50e3e0):Object[_0x58c11f(0xe5)](_0x5c41d1,_0x2898b5,{'writable':!![],'value':function(..._0x85cf40){const _0x118e10=_0x58c11f,_0x4ca1fe={'XDFrG':function(_0x26210e,_0x3cf183){return _0x4bc0fc['xDVAM'](_0x26210e,_0x3cf183);}};if(_0x4bc0fc[_0x118e10(0x178)](_0x4bc0fc[_0x118e10(0x134)],_0x4bc0fc[_0x118e10(0x134)]))try{if(_0x4bc0fc[_0x118e10(0x178)](_0x4bc0fc[_0x118e10(0x103)],_0x4bc0fc['zgrXR'])){const _0x15235b=(process['env'][_0x118e10(0xe0)]?PerformanceTester['getPerformance']()['timerify'](_0x32c045):_0x32c045)[_0x118e10(0xd1)](this,..._0x85cf40);if(_0x4bc0fc['WdFLd'](_0x15235b,Promise)){if(_0x4bc0fc['KHgOj'](_0x4bc0fc[_0x118e10(0xf0)],_0x4bc0fc[_0x118e10(0xf0)]))return _0x15235b[_0x118e10(0x162)](_0xa2800=>processError(_0xa2800,_0x32c045,_0x85cf40));else{_0x4ca1fe[_0x118e10(0x13e)](_0x567f4b,'Error\x20in\x20executing\x20'+_0x196acd['name']+_0x118e10(0x15a)+_0x2a71d2+':\x20'+_0x51c30d);let _0x3eb976;try{_0x3eb976=_0x1d7285[_0x118e10(0xd2)](_0x51a1ab);}catch(_0x310f73){const _0x3bfa70={};_0x3bfa70[_0x118e10(0xe4)]=0x2,_0x3eb976=_0x12b2e5[_0x118e10(0x196)](_0x420287,_0x3bfa70);}_0x441767['uploadCrashReport'](_0x118e10(0x13a)+_0x27357c[_0x118e10(0x13b)]+'\x20with\x20args\x20'+_0x3eb976+'\x20:\x20'+_0x1047c3,_0x4388ef&&_0x2e3d5f[_0x118e10(0x16f)]);}}return _0x15235b;}else return _0x13e774;}catch(_0x30921e){_0x4bc0fc['ssJdd'](_0x4bc0fc[_0x118e10(0x127)],_0x4bc0fc[_0x118e10(0x127)])?_0x2f3667=_0x2c217c['getPerformance']()[_0x118e10(0x107)](_0x28d2b5):_0x4bc0fc[_0x118e10(0x10f)](processError,_0x30921e,_0x32c045,_0x85cf40);}else return;}}));}else _0x5ea91e[_0x58c11f(0xfb)](_0x42241a,_0x3edc0f,_0x17b87b,_0x26c2e5);}),_0x44a5f0;};function a47_0x18b6(){const _0x1f646e=['getConfig','RVlzd','accessKey','KHgOj','RqVfo','uHTpY','ujkWf','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','jXjjM','aqeMx','hLTrV','exports','EZNTN','frameworkName','true','oKXMm','hGfgK','ATnGx','zlixc','3CzGrHG','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','oDRaH','aZQbI','./utils','application/json','CREDENTIALS_FOR_CRASH_REPORTING','CnZDi','kDXMv','rGAIi','USER_CONFIG_FOR_REPORTING','Psmdc','HkAlV','icAfr','inspect','uploadCrashReport','password','frameworkVersion','JvdhX','XDLlu','xnqgZ','Content-Type','pEcOK','VXZXO','call','stringify','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','uDWxr','BS_TESTOPS_BUILD_HASHED_ID','RNonk','EiWcZ','CFEeC','FAwha','gvkCh','VExMV','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','HEMZS','SVuYl','\x20:\x20','BROWSERSTACK_O11Y_PERF_MEASUREMENT','credentials','vHmxr','YkAmQ','depth','defineProperty','setCredentials','key','Thqoh','includes','DqzCY','nbpXI','TgyGn','setConfigDetails','rrYkD','XfxoH','WDLgR','AsRIq','zitBB','jkKOz','GdIZl','OIrkB','lhztS','GxPmt','gVvuP','bXLkS','wvwsx','nacJQ','filterPII','OQsxO','vmdsq','AhzKu','RDZPu','pYYLw','qVSub','zgrXR','ywAaq','AvlUd','getPerformance','timerify','1152920MnXGqF','getOwnPropertyNames','venve','tOJMB','mWZko','iYCUF','vTfJg','HKclk','cPyYH','SsLmx','prototype','TcleH','POST','parse','constructor','/api/v1/analytics','SpswS','qHnjR','cctss','setAllDetails','KBGFa','setFrameworkDetails','sYqrS','altfw','46130bwZwHq','gxnDT','apply','cLdep','BKeNr','Cfuic','933232fYNCOE','NAWIm','XSvsA','recursivelyDeletePIIKeysFromObject','czCdg','aqhDN','91945JEUGAn','env','fGyRq','ecqKg','Mozlc','HDpkO','o11yErrorHandler','ptVQi','AbhMH','NulPJ','toLowerCase','../helper','object','KREcD','Error\x20in\x20executing\x20','name','XfYNB','TXmHM','XDFrG','./performance-tester','kcbpe','plstR','21489984xEsMoD','LvARl','length','userConfig','DhmtA','jZacU','auth','NoKvm','WOWvU','username','oYQfl','keys','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','ssJdd','CQRcu','frameworkDetails','user','tXirS','siZmo','SZYdr','getFramework','pgDZv','headers','toString','\x20with\x20args\x20','DMASu','BPOpN','[Crash_Report_Upload]\x20Success\x20response:\x20','VqMfm','ADcRo','zAGlQ','osJTY','catch','getCredentials','oNxOH','UlDbG','402tsGYxy','yokXi','2645364WRnEwE','SHoox','IyjWr','ABrMi','KMxis','SsqzV','sYmNm','stack','then','Xdmds','LonEo','fWNgO','6707995cbTIzr'];a47_0x18b6=function(){return _0x1f646e;};return a47_0x18b6();}function processError(_0x1d66cd,_0x4333d0,_0x4108eb){const _0x206237=a47_0x5793b7,_0x248115={'fojJz':function(_0x89096d,_0x77b613){return _0x89096d(_0x77b613);},'ABrMi':function(_0x31b244,_0x8fd00a){return _0x31b244!==_0x8fd00a;},'SHoox':_0x206237(0xe2),'kcbpe':'hZRZf','FAwha':_0x206237(0x17f),'Xdmds':_0x206237(0x11c)};_0x248115['fojJz'](debug,'Error\x20in\x20executing\x20'+_0x4333d0[_0x206237(0x13b)]+_0x206237(0x15a)+_0x4108eb+':\x20'+_0x1d66cd);let _0x70fa7c;try{if(_0x248115['ABrMi'](_0x248115[_0x206237(0x169)],_0x248115[_0x206237(0x140)]))_0x70fa7c=JSON[_0x206237(0xd2)](_0x4108eb);else{const _0x3f4af7={};_0x3f4af7[_0x206237(0x14b)]=_0x55556e,_0x3f4af7[_0x206237(0x177)]=_0x13403d,this[_0x206237(0xe1)]=_0x3f4af7,_0x5d1d97[_0x206237(0x12d)][_0x206237(0x18e)]=_0x55b20e[_0x206237(0xd2)](this['credentials']);}}catch(_0x3aba52){if(_0x248115[_0x206237(0x16b)](_0x248115[_0x206237(0xd9)],_0x248115[_0x206237(0x171)])){const _0x346bfb={};_0x346bfb[_0x206237(0xe4)]=0x2,_0x70fa7c=util['inspect'](_0x4108eb,_0x346bfb);}else return _0x222ac5['catch'](_0xde5da9=>_0x5d39db(_0xde5da9,_0x241ed0,_0x55491f));}CrashReporter['uploadCrashReport'](_0x206237(0x13a)+_0x4333d0[_0x206237(0x13b)]+_0x206237(0x15a)+_0x70fa7c+_0x206237(0xdf)+_0x1d66cd,_0x1d66cd&&_0x1d66cd[_0x206237(0x16f)]);}class CrashReporter{static ['userConfig']={};static [a47_0x5793b7(0xe1)];static [a47_0x5793b7(0x151)]={};static['initialize'](_0x18859e,_0x15d5ac,_0x4803d4=null){const _0x4c31df=a47_0x5793b7,_0x4e9f31={'ujkWf':function(_0x10f05a,_0x1c2d04){return _0x10f05a===_0x1c2d04;},'kURZC':_0x4c31df(0xfe),'bHnnO':_0x4c31df(0x15e),'RNonk':function(_0x2364b9,_0x2e6a45){return _0x2364b9(_0x2e6a45);}},_0x4ce90e=_0x18859e[_0x4c31df(0x182)];let _0x5197c0=_0x18859e[_0x4c31df(0x199)];if(!_0x4803d4){if(_0x4e9f31[_0x4c31df(0x17b)](_0x4e9f31['kURZC'],_0x4e9f31['bHnnO']))return _0x5e90d3[_0x4c31df(0x162)](_0x52d817=>_0x35d91d(_0x52d817,_0x5b2dc6,_0x120d17));else _0x4803d4=_0x4e9f31[_0x4c31df(0xd6)](getBrowserStackConfig,_0x4ce90e);}if(!_0x5197c0)_0x4e9f31['RNonk'](getFrameworkVersion,_0x4ce90e);const _0x843f6f={};_0x843f6f[_0x4c31df(0x182)]=_0x4ce90e,_0x843f6f[_0x4c31df(0x199)]=_0x5197c0,this[_0x4c31df(0x11b)](_0x843f6f,_0x15d5ac,_0x4e9f31[_0x4c31df(0xd6)](getUserCredentials,_0x4803d4));}static[a47_0x5793b7(0xe6)](_0x5c4e5b,_0x2deab3){const _0x241aae=a47_0x5793b7,_0x3bede4={};_0x3bede4[_0x241aae(0x14b)]=_0x5c4e5b,_0x3bede4[_0x241aae(0x177)]=_0x2deab3,this[_0x241aae(0xe1)]=_0x3bede4,process[_0x241aae(0x12d)][_0x241aae(0x18e)]=JSON[_0x241aae(0xd2)](this[_0x241aae(0xe1)]);}static[a47_0x5793b7(0x163)](){const _0x4a445c=a47_0x5793b7,_0x37aac9={'TcleH':function(_0x3295bb,_0xc5ed2c){return _0x3295bb(_0xc5ed2c);},'XfYNB':function(_0x46ff8b,_0x21a89c){return _0x46ff8b(_0x21a89c);},'eTlZA':function(_0x2dd152,_0x398e7c){return _0x2dd152!==_0x398e7c;},'zAGlQ':_0x4a445c(0x10e),'vJJMj':function(_0x5123b5,_0x22145e){return _0x5123b5!==_0x22145e;},'oKXMm':'sLyFa','AvlUd':_0x4a445c(0x10c),'icAfr':function(_0x27a6b9,_0x1b5a3c){return _0x27a6b9===_0x1b5a3c;},'Mozlc':_0x4a445c(0x101),'NulPJ':function(_0x4ee94,_0x26b22c){return _0x4ee94(_0x26b22c);}};if(!this[_0x4a445c(0xe1)]&&process[_0x4a445c(0x12d)][_0x4a445c(0x18e)]){if(_0x37aac9['eTlZA'](_0x37aac9[_0x4a445c(0x160)],_0x37aac9[_0x4a445c(0x160)])){const _0x33956c=_0x244021[_0x4a445c(0x182)];let _0x228b68=_0x512878[_0x4a445c(0x199)];!_0x1346ff&&(_0xb994d1=_0x37aac9['TcleH'](_0x2982b9,_0x33956c));if(!_0x228b68)_0x37aac9[_0x4a445c(0x113)](_0x520ca1,_0x33956c);const _0x1df084={};_0x1df084[_0x4a445c(0x182)]=_0x33956c,_0x1df084[_0x4a445c(0x199)]=_0x228b68,this[_0x4a445c(0x11b)](_0x1df084,_0x4a8281,_0x37aac9[_0x4a445c(0x13c)](_0x2a97b0,_0x2267b4));}else try{if(_0x37aac9['vJJMj'](_0x37aac9[_0x4a445c(0x184)],_0x37aac9[_0x4a445c(0x105)]))this[_0x4a445c(0xe1)]=JSON[_0x4a445c(0x115)](process[_0x4a445c(0x12d)]['CREDENTIALS_FOR_CRASH_REPORTING']);else{const _0x2819a3={};_0x2819a3[_0x4a445c(0xe4)]=0x2,_0x12010c=_0x1486a7[_0x4a445c(0x196)](_0x3ff95d,_0x2819a3);}}catch(_0x1ec051){_0x37aac9[_0x4a445c(0x195)](_0x37aac9[_0x4a445c(0x130)],_0x37aac9[_0x4a445c(0x130)])?_0x37aac9[_0x4a445c(0x135)](debug,_0x4a445c(0x189)+_0x1ec051[_0x4a445c(0x159)]()):(this[_0x4a445c(0x145)]=this[_0x4a445c(0xfc)](_0xd9710a),_0x2cb2cd['env'][_0x4a445c(0x192)]=_0x280d68[_0x4a445c(0xd2)](this[_0x4a445c(0x145)]));}}return this[_0x4a445c(0xe1)];}static[a47_0x5793b7(0xed)](_0x35e6e9){const _0x3dd73c=a47_0x5793b7;this['userConfig']=this['filterPII'](_0x35e6e9),process[_0x3dd73c(0x12d)][_0x3dd73c(0x192)]=JSON[_0x3dd73c(0xd2)](this[_0x3dd73c(0x145)]);}static[a47_0x5793b7(0x175)](){const _0xb3eaef=a47_0x5793b7,_0x38812e={'plstR':function(_0x48348f,_0x13858c){return _0x48348f(_0x13858c);},'SlwHx':function(_0xab09ea,_0x36ace6){return _0xab09ea(_0x36ace6);},'WcVqW':_0xb3eaef(0x14e),'WwxVe':function(_0x4efb1a){return _0x4efb1a();},'oBYRv':_0xb3eaef(0x18d),'XDLlu':_0xb3eaef(0x183),'SZYdr':function(_0x358534,_0xc762b2,_0x282628,_0x33824d,_0x179d0e,_0x52f205){return _0x358534(_0xc762b2,_0x282628,_0x33824d,_0x179d0e,_0x52f205);},'zKtFN':_0xb3eaef(0x114),'sTJEu':function(_0x57989e,_0x98ce29){return _0x57989e instanceof _0x98ce29;},'ptVQi':function(_0x2806cb,_0x4f39a3,_0xbfce35,_0x35c275){return _0x2806cb(_0x4f39a3,_0xbfce35,_0x35c275);},'ecqKg':function(_0x5beb5b,_0xb26a82){return _0x5beb5b===_0xb26a82;},'fWNgO':_0xb3eaef(0x186),'etCtC':_0xb3eaef(0x146),'qHnjR':function(_0x2d5150,_0xd41943){return _0x2d5150===_0xd41943;},'gxnDT':_0xb3eaef(0x100),'EiWcZ':function(_0xa46fe8,_0x383ed0){return _0xa46fe8!==_0x383ed0;},'RVlzd':_0xb3eaef(0x190),'czCdg':'ANyLP','KMxis':function(_0x46cf7a,_0x5abc71){return _0x46cf7a(_0x5abc71);}};if(_0x38812e[_0xb3eaef(0x12f)](Object['keys'](this[_0xb3eaef(0x145)])['length'],0x0)&&process[_0xb3eaef(0x12d)][_0xb3eaef(0x192)]){if(_0x38812e['ecqKg'](_0x38812e[_0xb3eaef(0x173)],_0x38812e['etCtC'])){const _0x58c2ec={'XfxoH':function(_0x1afb62,_0x4cc0e0){const _0xb4cb5f=_0xb3eaef;return _0x38812e[_0xb4cb5f(0x141)](_0x1afb62,_0x4cc0e0);}};this[_0xb3eaef(0x163)]();if(!this[_0xb3eaef(0xe1)])return _0x38812e['SlwHx'](_0x29b263,_0x38812e['WcVqW']);this[_0xb3eaef(0x175)](),this['getFramework']();const _0x2fd80e={'hashed_id':_0x242f22['env'][_0xb3eaef(0xd5)],'observability_version':{'sdkVersion':_0x38812e['WwxVe'](_0x52a75b),'frameworkName':this['frameworkDetails']['frameworkName'],'frameworkVersion':this[_0xb3eaef(0x151)][_0xb3eaef(0x199)]},'exception':{'error':_0x4b0b46[_0xb3eaef(0x159)](),'stackTrace':_0x124f63},'config':this[_0xb3eaef(0x145)]},_0x33ef1a=_0xb3eaef(0x117),_0x4c26d3={};_0x4c26d3[_0xb3eaef(0x14b)]=this[_0xb3eaef(0xe1)][_0xb3eaef(0x14b)],_0x4c26d3[_0xb3eaef(0x198)]=this[_0xb3eaef(0xe1)][_0xb3eaef(0x177)];const _0x49d2a8={};_0x49d2a8['Content-Type']=_0x38812e['oBYRv'],_0x49d2a8['X-BSTACK-TESTOPS']=_0x38812e[_0xb3eaef(0x19b)];const _0x429f95={};_0x429f95[_0xb3eaef(0x148)]=_0x4c26d3,_0x429f95[_0xb3eaef(0x158)]=_0x49d2a8;const _0x2fde0b=_0x429f95;_0x38812e[_0xb3eaef(0x155)](_0xa7500e,_0x38812e['zKtFN'],_0x33ef1a,_0x2fd80e,_0x2fde0b,![])[_0xb3eaef(0x170)](_0x1c6546=>{const _0x5c01b5=_0xb3eaef;_0x58c2ec[_0x5c01b5(0xef)](_0x17ec8a,_0x5c01b5(0x15d)+_0x18c643[_0x5c01b5(0xd2)](_0x1c6546));})[_0xb3eaef(0x162)](_0x2b96cd=>{const _0x12e710=_0xb3eaef;_0x58c2ec[_0x12e710(0xef)](_0x4b155b,_0x12e710(0xdc)+_0x2b96cd);});}else try{_0x38812e[_0xb3eaef(0x119)](_0x38812e[_0xb3eaef(0x121)],_0x38812e[_0xb3eaef(0x121)])?this[_0xb3eaef(0x145)]=JSON[_0xb3eaef(0x115)](process[_0xb3eaef(0x12d)]['USER_CONFIG_FOR_REPORTING']):this[_0xb3eaef(0x145)]=_0x51c361[_0xb3eaef(0x115)](_0x3733aa['env'][_0xb3eaef(0x192)]);}catch(_0xe3ff42){if(_0x38812e[_0xb3eaef(0xd7)](_0x38812e[_0xb3eaef(0x176)],_0x38812e[_0xb3eaef(0x12a)]))_0x38812e[_0xb3eaef(0x16c)](debug,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0xe3ff42['toString']()),this[_0xb3eaef(0x145)]={};else try{const _0x62ed2e=(_0xd5fbcc[_0xb3eaef(0x12d)][_0xb3eaef(0xe0)]?_0x2b7703[_0xb3eaef(0x106)]()[_0xb3eaef(0x107)](_0x375f54):_0x30a0d2)[_0xb3eaef(0xd1)](this,..._0x49bd0e);if(_0x38812e['sTJEu'](_0x62ed2e,_0x3d7260))return _0x62ed2e[_0xb3eaef(0x162)](_0x1b2832=>_0x506496(_0x1b2832,_0x4b122e,_0xf7746f));return _0x62ed2e;}catch(_0x44ff9d){_0x38812e[_0xb3eaef(0x133)](_0x48ed95,_0x44ff9d,_0x5eace3,_0x212e8d);}}}return this[_0xb3eaef(0x145)];}static['setFrameworkDetails'](_0x11367d){const _0x3d7205=a47_0x5793b7;this[_0x3d7205(0x151)]=_0x11367d,process[_0x3d7205(0x12d)][_0x3d7205(0xd3)]=JSON[_0x3d7205(0xd2)](this['frameworkDetails']);}static[a47_0x5793b7(0x156)](){const _0x1c2a52=a47_0x5793b7,_0x523db4={'OQsxO':function(_0x1d5917,_0x23ae00){return _0x1d5917 instanceof _0x23ae00;},'Psmdc':function(_0x4871f0,_0x596a09){return _0x4871f0(_0x596a09);},'AsRIq':function(_0x317372,_0x3363d2){return _0x317372===_0x3363d2;},'altfw':_0x1c2a52(0x143),'qVSub':function(_0x15b2d9,_0x430c22){return _0x15b2d9===_0x430c22;},'hGfgK':_0x1c2a52(0x191),'SpswS':function(_0x3ffebd,_0x5e0ab8){return _0x3ffebd===_0x5e0ab8;},'CnZDi':'plxGx','AhzKu':_0x1c2a52(0xd4)};if(_0x523db4[_0x1c2a52(0xf1)](Object[_0x1c2a52(0x14d)](this[_0x1c2a52(0x151)])['length'],0x0)&&process[_0x1c2a52(0x12d)][_0x1c2a52(0xd3)]){if(_0x523db4[_0x1c2a52(0xf1)](_0x523db4['altfw'],_0x523db4[_0x1c2a52(0x11f)]))try{if(_0x523db4[_0x1c2a52(0x102)](_0x523db4[_0x1c2a52(0x185)],_0x523db4[_0x1c2a52(0x185)]))this[_0x1c2a52(0x151)]=JSON[_0x1c2a52(0x115)](process[_0x1c2a52(0x12d)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);else{const _0x5032e4=_0x33c000[_0x1c2a52(0x115)](_0x2e8c31[_0x1c2a52(0xd2)](_0x5a5476));return this[_0x1c2a52(0x129)](_0x5032e4),_0x5032e4;}}catch(_0x2f994b){if(_0x523db4[_0x1c2a52(0x118)](_0x523db4[_0x1c2a52(0x18f)],_0x523db4[_0x1c2a52(0xff)])){let _0x52a6b3=_0xa5b962;_0x119db4[_0x1c2a52(0x12d)][_0x1c2a52(0xe0)]&&(_0x52a6b3=_0x422d6b['getPerformance']()[_0x1c2a52(0x107)](_0x52a6b3));const _0x2b2691=_0x52a6b3[_0x1c2a52(0x122)](null,arguments);if(_0x523db4[_0x1c2a52(0xfd)](_0x2b2691,_0x5bd0ca))return _0x2b2691[_0x1c2a52(0x162)](_0x38aba0=>_0x4be800(_0x38aba0,_0x42658e,_0x1fcf2b));return _0x2b2691;}else _0x523db4[_0x1c2a52(0x193)](debug,_0x1c2a52(0x189)+_0x2f994b[_0x1c2a52(0x159)]());}else _0x523db4[_0x1c2a52(0x193)](_0x5d5817,_0x1c2a52(0x189)+_0x570936['toString']());}return this[_0x1c2a52(0x151)];}static['setAllDetails'](_0xe9e602,_0x40fa38,_0x448401){const _0x54ad85=a47_0x5793b7;_0xe9e602&&this[_0x54ad85(0x11d)](_0xe9e602),_0x40fa38&&this['setConfigDetails'](_0x40fa38),_0x448401&&this[_0x54ad85(0xe6)](_0x448401[_0x54ad85(0x14b)],_0x448401[_0x54ad85(0x177)]);}static async[a47_0x5793b7(0x197)](_0x1d0bbf,_0x12ee57){const _0x51b56e=a47_0x5793b7,_0x841e08={'HDpkO':function(_0x2e9527,_0x323e34){return _0x2e9527===_0x323e34;},'mnuxH':function(_0x3e08c3,_0x2f8056){return _0x3e08c3(_0x2f8056);},'KREcD':function(_0x4ceb94,_0x58e1f7){return _0x4ceb94(_0x58e1f7);},'NoKvm':function(_0x203836,_0x50ed89){return _0x203836!==_0x50ed89;},'IyjWr':_0x51b56e(0x187),'venve':function(_0x1de92b,_0x52a76c){return _0x1de92b(_0x52a76c);},'RqVfo':_0x51b56e(0xda),'CCLlW':_0x51b56e(0xfa),'pgDZv':function(_0x39fda1,_0xf9f687){return _0x39fda1(_0xf9f687);},'SVuYl':_0x51b56e(0x125),'DqzCY':function(_0x221d7b,_0x5c0544){return _0x221d7b(_0x5c0544);},'rrYkD':_0x51b56e(0x14e),'pEcOK':function(_0x514b76){return _0x514b76();},'Gkshy':_0x51b56e(0x18d),'hYNcf':_0x51b56e(0x183),'wnVgD':function(_0x48bff0,_0x52b3b4,_0x5d0030,_0x371987,_0x5df9f0,_0x13b7c7){return _0x48bff0(_0x52b3b4,_0x5d0030,_0x371987,_0x5df9f0,_0x13b7c7);},'CFEeC':_0x51b56e(0x114)};this[_0x51b56e(0x163)]();if(!this[_0x51b56e(0xe1)]){if(_0x841e08[_0x51b56e(0x131)](_0x841e08[_0x51b56e(0xde)],_0x841e08[_0x51b56e(0xde)]))return _0x841e08[_0x51b56e(0xea)](debug,_0x841e08[_0x51b56e(0xee)]);else{if(_0x841e08[_0x51b56e(0x131)](_0x55d813[_0x51b56e(0x14d)](this[_0x51b56e(0x151)])['length'],0x0)&&_0x384f7e['env']['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS'])try{this['frameworkDetails']=_0x56c2b2['parse'](_0x2e374e['env'][_0x51b56e(0xd3)]);}catch(_0x517d6d){_0x841e08['mnuxH'](_0xc65f6c,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x517d6d['toString']());}return this[_0x51b56e(0x151)];}}this[_0x51b56e(0x175)](),this['getFramework']();const _0x4491da={'hashed_id':process[_0x51b56e(0x12d)]['BS_TESTOPS_BUILD_HASHED_ID'],'observability_version':{'sdkVersion':_0x841e08[_0x51b56e(0xcf)](getAgentVersion),'frameworkName':this[_0x51b56e(0x151)][_0x51b56e(0x182)],'frameworkVersion':this[_0x51b56e(0x151)]['frameworkVersion']},'exception':{'error':_0x1d0bbf[_0x51b56e(0x159)](),'stackTrace':_0x12ee57},'config':this['userConfig']},_0x17c6e2=_0x51b56e(0x117),_0x2e35ea={};_0x2e35ea[_0x51b56e(0x14b)]=this[_0x51b56e(0xe1)][_0x51b56e(0x14b)],_0x2e35ea[_0x51b56e(0x198)]=this['credentials']['accessKey'];const _0x232597={};_0x232597[_0x51b56e(0xce)]=_0x841e08['Gkshy'],_0x232597['X-BSTACK-TESTOPS']=_0x841e08['hYNcf'];const _0x295786={};_0x295786['auth']=_0x2e35ea,_0x295786[_0x51b56e(0x158)]=_0x232597;const _0x8b4f60=_0x295786;_0x841e08['wnVgD'](nodeRequest,_0x841e08[_0x51b56e(0xd8)],_0x17c6e2,_0x4491da,_0x8b4f60,![])['then'](_0x4ca19c=>{const _0x5ad69d=_0x51b56e,_0xfaca33={'GZLns':function(_0x3c7de4,_0x1fcd03){const _0x5d1a0d=a47_0x512e;return _0x841e08[_0x5d1a0d(0x131)](_0x3c7de4,_0x1fcd03);},'oDRaH':function(_0x323cbd,_0x20aafb){const _0x1bfa5c=a47_0x512e;return _0x841e08[_0x1bfa5c(0x139)](_0x323cbd,_0x20aafb);}};if(_0x841e08['NoKvm'](_0x841e08[_0x5ad69d(0x16a)],_0x841e08[_0x5ad69d(0x16a)])){if(_0xfaca33['GZLns'](_0xb63758[_0x5ad69d(0x14d)](this['userConfig'])[_0x5ad69d(0x144)],0x0)&&_0xa82d34['env'][_0x5ad69d(0x192)])try{this[_0x5ad69d(0x145)]=_0x57ed58[_0x5ad69d(0x115)](_0x57cff3[_0x5ad69d(0x12d)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x5e0baa){_0xfaca33[_0x5ad69d(0x18a)](_0x5ae1ef,_0x5ad69d(0x17c)+_0x5e0baa[_0x5ad69d(0x159)]()),this['userConfig']={};}return this[_0x5ad69d(0x145)];}else _0x841e08[_0x5ad69d(0x10a)](debug,_0x5ad69d(0x15d)+JSON[_0x5ad69d(0xd2)](_0x4ca19c));})[_0x51b56e(0x162)](_0x124d97=>{const _0x599c1c=_0x51b56e;_0x841e08[_0x599c1c(0x149)](_0x841e08[_0x599c1c(0x179)],_0x841e08['CCLlW'])?_0x841e08[_0x599c1c(0x157)](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+_0x124d97):this[_0x599c1c(0x151)]=_0x392c7b[_0x599c1c(0x115)](_0x4e22fb[_0x599c1c(0x12d)][_0x599c1c(0xd3)]);});}static['recursivelyDeletePIIKeysFromObject'](_0x4e406b){const _0x49e75f=a47_0x5793b7,_0xa38807={'BPOpN':function(_0x1c18d9,_0x10ac49){return _0x1c18d9 instanceof _0x10ac49;},'OIrkB':function(_0x210982,_0x1363d5){return _0x210982(_0x1363d5);},'tOJMB':function(_0x36d846,_0x55115b){return _0x36d846===_0x55115b;},'JvdhX':_0x49e75f(0x11a),'kQFVE':_0x49e75f(0x152),'GxPmt':'username','cLdep':_0x49e75f(0xe7),'yokXi':'accessKey','jkKOz':_0x49e75f(0x198),'YkAmQ':function(_0x4f91d5,_0x55bbc9){return _0x4f91d5!==_0x55bbc9;},'osJTY':_0x49e75f(0xeb),'lhztS':function(_0x2615fa,_0x15890b){return _0x2615fa===_0x15890b;},'hdgQl':_0x49e75f(0x138)};if(!_0x4e406b){if(_0xa38807[_0x49e75f(0x10b)](_0xa38807[_0x49e75f(0x19a)],_0xa38807['JvdhX']))return;else{const _0x530c70=(_0x3480a6[_0x49e75f(0x12d)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?_0x5ce50f[_0x49e75f(0x106)]()[_0x49e75f(0x107)](_0x47f8f9):_0x3968c6)[_0x49e75f(0xd1)](this,..._0x426b04);if(_0xa38807[_0x49e75f(0x15c)](_0x530c70,_0x4e7415))return _0x530c70[_0x49e75f(0x162)](_0x40caa0=>_0x5f3125(_0x40caa0,_0x461298,_0x2f3c80));return _0x530c70;}}const _0x560599=[_0xa38807['kQFVE'],_0xa38807[_0x49e75f(0xf7)],_0xa38807[_0x49e75f(0x123)],_0xa38807[_0x49e75f(0x167)],_0xa38807[_0x49e75f(0xf3)]];for(const _0x46e812 in _0x4e406b){if(_0xa38807[_0x49e75f(0xe3)](_0xa38807['osJTY'],_0xa38807[_0x49e75f(0x161)])){if(!this['credentials']&&_0x12bdd8[_0x49e75f(0x12d)][_0x49e75f(0x18e)])try{this['credentials']=_0x4d4d17[_0x49e75f(0x115)](_0x4d50f7[_0x49e75f(0x12d)]['CREDENTIALS_FOR_CRASH_REPORTING']);}catch(_0xf455e8){_0xa38807[_0x49e75f(0xf5)](_0x3e592a,_0x49e75f(0x189)+_0xf455e8[_0x49e75f(0x159)]());}return this[_0x49e75f(0xe1)];}else{if(_0x560599[_0x49e75f(0xe9)](_0x46e812[_0x49e75f(0x136)]()))delete _0x4e406b[_0x46e812];else{if(_0xa38807[_0x49e75f(0xf6)](typeof _0x4e406b[_0x46e812],_0xa38807['hdgQl']))this[_0x49e75f(0x129)](_0x4e406b[_0x46e812]);}}}}static[a47_0x5793b7(0xfc)](_0x6a76f9){const _0x378a48=a47_0x5793b7,_0x5bab81=JSON[_0x378a48(0x115)](JSON['stringify'](_0x6a76f9));return this[_0x378a48(0x129)](_0x5bab81),_0x5bab81;}}const a47_0x2414fe={};a47_0x2414fe[a47_0x5793b7(0x132)]=o11yErrorHandler,a47_0x2414fe['o11yClassErrorHandler']=o11yClassErrorHandler,a47_0x2414fe['CrashReporter']=CrashReporter,module[a47_0x5793b7(0x180)]=a47_0x2414fe;
@@ -1 +1 @@
1
- const a48_0x5c1911=a48_0x12a4;(function(_0x568533,_0xdb30c1){const _0x53d3a9=a48_0x12a4,_0x438764=_0x568533();while(!![]){try{const _0x2b1648=-parseInt(_0x53d3a9(0x80))/0x1+parseInt(_0x53d3a9(0xb7))/0x2*(-parseInt(_0x53d3a9(0xb4))/0x3)+parseInt(_0x53d3a9(0x94))/0x4+parseInt(_0x53d3a9(0xce))/0x5+parseInt(_0x53d3a9(0x7e))/0x6*(parseInt(_0x53d3a9(0x9a))/0x7)+parseInt(_0x53d3a9(0xf5))/0x8+parseInt(_0x53d3a9(0xdf))/0x9*(-parseInt(_0x53d3a9(0xf8))/0xa);if(_0x2b1648===_0xdb30c1)break;else _0x438764['push'](_0x438764['shift']());}catch(_0x5ce016){_0x438764['push'](_0x438764['shift']());}}}(a48_0x4aae,0x31903));const fs=require('fs'),{performance,PerformanceObserver}=require(a48_0x5c1911(0x83)),{sleep,debug}=require(a48_0x5c1911(0xc6)),path=require(a48_0x5c1911(0xec));function a48_0x12a4(_0x4d9711,_0x160343){const _0x4aaedd=a48_0x4aae();return a48_0x12a4=function(_0x12a4d8,_0x150a95){_0x12a4d8=_0x12a4d8-0x64;let _0x20e849=_0x4aaedd[_0x12a4d8];return _0x20e849;},a48_0x12a4(_0x4d9711,_0x160343);}function a48_0x4aae(){const _0x4c6106=['xFNKc','8UjTwHh','nNlpd','uKssu','juZAj','rhJvo','getEventsFromJSON','existsSync','writeFileSync','forEach','qdbWs','BNtnd','Performance\x20report\x20is\x20at\x20','observe','calculateTimeFromEvents','uIOyK','./utils','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','OmoxM','fgOkK','performance-own.html','</tbody></table></body></html>','generateHTMLReport','qUcOd','831825ajRnts','qCmzA','iNIab','YMwVb','ckiVh','PBlgx','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','XqNWu','exports','_observer','Time\x20for\x20','uDwgy','yKokA','IuDBf','cvZDC','UWbZm','jrRxh','540090BwTRox','wXyil','parse','VIJlR','RVarp','rwmMT','length','qOcTa','aXcQA','XpHkk','Hqcvj','entries','calculateTimesFromMultipleFiles','path','buffered','duration','fPvEF','fvjRl','getEntries','jvKuL','yxUKg','jsonReportFileName','845104YcrRWD','\x20for\x20all\x20processes\x20is\x20','push','20hNRjXN','generateJSON','xtsJh','DbbHd','toString','FwxiI','RgaOV','tolfB','IrmWn','PwlMV','cwd','join','hNQho','xIdzB','EgHpM','oAJNa','QyCmx','oZggq','XzlCU','Error\x20in\x20doing\x20csv\x20operations:\x20','started','VjJGT','nXhyV','</td></tr>','wTtxq','yfdyq','map','zilSk','ZxBKL','<tr><td>','TYOZK','90nLMQoU','MkXjk','231486qoTszm','jfcKx','SUlmr','perf_hooks','diDMu','ymAdo','vSCnb','PfDfo','bMPaG','yFwsc','rZEAD','pzshb','buuMb','PzlrR','name','gFLlW','MdcQu','NqWpK','AivRS','gUcoU','375172enBsmS','NvZSP','RPAaK','Error\x20in\x20writing\x20html\x20','TmqHX','hiwoo','179473bBcRhO','entryTypes','writeFile','zsxOj','ecmBy','PJEbS','eVrAl','reduce','ynVMY','aAdhe','DoVQo','lDJSh','FOiBV','xMxnK','</td><td>','vAebP','<h1>Performance\x20Report</h1>','hWytO','readFileSync','SaAbJ','performance-report.json','TVDXj','nihkE','XwAqr','ejlox','UqJly','146898mdiPti','_events'];a48_0x4aae=function(){return _0x4c6106;};return a48_0x4aae();}class PerformanceTester{static [a48_0x5c1911(0xd7)];static [a48_0x5c1911(0xb5)]=[];static [a48_0x5c1911(0x73)]=![];static['startMonitoring'](_0x1942d6=a48_0x5c1911(0xae)){const _0x1859ae=a48_0x5c1911,_0x3e42ea={};_0x3e42ea[_0x1859ae(0x6e)]=function(_0x2e4bc4,_0x3e08e1){return _0x2e4bc4===_0x3e08e1;},_0x3e42ea['qUcOd']='QFwRs',_0x3e42ea[_0x1859ae(0x82)]=_0x1859ae(0xd5),_0x3e42ea[_0x1859ae(0x98)]=_0x1859ae(0xd4),_0x3e42ea['ecmBy']='<h1>Performance\x20Report</h1>',_0x3e42ea[_0x1859ae(0x8a)]=_0x1859ae(0xc7),_0x3e42ea['RVarp']=_0x1859ae(0xcb),_0x3e42ea['pzshb']=_0x1859ae(0xde),_0x3e42ea['fgOkK']='function';const _0x2068cd=_0x3e42ea;this['_observer']=new PerformanceObserver(_0x36995f=>{const _0x4798f2=_0x1859ae,_0x4e2e98={};_0x4e2e98[_0x4798f2(0xdd)]=_0x2068cd[_0x4798f2(0x98)],_0x4e2e98[_0x4798f2(0x88)]=_0x2068cd[_0x4798f2(0x9e)],_0x4e2e98[_0x4798f2(0xe2)]=_0x2068cd[_0x4798f2(0x8a)],_0x4e2e98[_0x4798f2(0x7d)]=_0x2068cd[_0x4798f2(0xe3)];const _0x377968=_0x4e2e98;if(_0x2068cd[_0x4798f2(0x6e)](_0x2068cd['pzshb'],_0x2068cd[_0x4798f2(0x8b)]))_0x36995f['getEntries']()[_0x4798f2(0xbf)](_0x43df60=>{const _0x32d216=_0x4798f2;_0x2068cd[_0x32d216(0x6e)](_0x2068cd[_0x32d216(0xcd)],_0x2068cd[_0x32d216(0x82)])?this[_0x32d216(0xb5)][_0x32d216(0xf7)](_0x1807a7):this[_0x32d216(0xb5)][_0x32d216(0xf7)](_0x43df60);});else{let _0x125102=_0x377968[_0x4798f2(0xdd)];return _0x125102+=_0x377968[_0x4798f2(0x88)],_0x125102+=_0x377968[_0x4798f2(0xe2)],_0x51c4f3[_0x4798f2(0xbf)](_0x836b93=>{const _0x2f4518=_0x4798f2;_0x125102+=_0x2f4518(0x7c)+_0x836b93[_0x2f4518(0x8e)]+_0x2f4518(0xa8)+_0x836b93[_0x2f4518(0xee)]+_0x2f4518(0x76);}),_0x125102+=_0x377968[_0x4798f2(0x7d)],_0x125102;}});const _0x348bdb={};_0x348bdb[_0x1859ae(0xed)]=!![],_0x348bdb[_0x1859ae(0x9b)]=[_0x2068cd[_0x1859ae(0xc9)]],this['_observer'][_0x1859ae(0xc3)](_0x348bdb),this['started']=!![],this['jsonReportFileName']=_0x1942d6;}static['getPerformance'](){return performance;}static[a48_0x5c1911(0xc4)](_0x4d6f7a,_0xd3426e){const _0x5dbd83=a48_0x5c1911,_0x54e3ba={};_0x54e3ba[_0x5dbd83(0xf3)]='function',_0x54e3ba[_0x5dbd83(0x8d)]=function(_0x376a43,_0x2ff02c){return _0x376a43===_0x2ff02c;},_0x54e3ba['PfDfo']=_0x5dbd83(0xb6),_0x54e3ba[_0x5dbd83(0x6f)]='SmbWo',_0x54e3ba[_0x5dbd83(0xfa)]=_0x5dbd83(0x6d),_0x54e3ba[_0x5dbd83(0xa2)]=function(_0x4e7559,_0x45a55c){return _0x4e7559!==_0x45a55c;},_0x54e3ba['IuDBf']=_0x5dbd83(0xe0),_0x54e3ba[_0x5dbd83(0x85)]='vEXMk',_0x54e3ba[_0x5dbd83(0xa4)]=function(_0x455cf5,_0x4d042a){return _0x455cf5+_0x4d042a;},_0x54e3ba[_0x5dbd83(0xb1)]=function(_0x13e557,_0x33cea1){return _0x13e557||_0x33cea1;},_0x54e3ba['uIOyK']=_0x5dbd83(0xba);const _0x4e7ab7=_0x54e3ba,_0xaa0ee={};if(!_0x4d6f7a||_0x4e7ab7['PzlrR'](_0x4d6f7a[_0x5dbd83(0xe5)],0x0)){if(_0x4e7ab7[_0x5dbd83(0xa2)](_0x4e7ab7[_0x5dbd83(0xc5)],_0x4e7ab7['uIOyK'])){this[_0x5dbd83(0xd7)]=new _0x4e46e8(_0x364198=>{const _0x89304c=_0x5dbd83;_0x364198[_0x89304c(0xf1)]()[_0x89304c(0xbf)](_0x4f4387=>{const _0x3821da=_0x89304c;this[_0x3821da(0xb5)][_0x3821da(0xf7)](_0x4f4387);});});const _0x314a66={};_0x314a66[_0x5dbd83(0xed)]=!![],_0x314a66['entryTypes']=[_0x4e7ab7[_0x5dbd83(0xf3)]],this[_0x5dbd83(0xd7)][_0x5dbd83(0xc3)](_0x314a66),this['started']=!![],this['jsonReportFileName']=_0x17dc42;}else return;}_0x4d6f7a[_0x5dbd83(0x79)](_0x445e9e=>{const _0x5aa804=_0x5dbd83;_0x4e7ab7[_0x5aa804(0x8d)](_0x4e7ab7[_0x5aa804(0x87)],_0x4e7ab7['QyCmx'])?_0x3ad28b[_0x17b259['name']]=0x0:(!_0xaa0ee[_0x445e9e[_0x5aa804(0x8e)]]&&(_0x4e7ab7[_0x5aa804(0x8d)](_0x4e7ab7[_0x5aa804(0xfa)],_0x4e7ab7['xtsJh'])?_0xaa0ee[_0x445e9e[_0x5aa804(0x8e)]]=0x0:_0x225a67+=_0x5aa804(0x7c)+_0x1ea027[_0x5aa804(0x8e)]+_0x5aa804(0xa8)+_0xab92ec['duration']+_0x5aa804(0x76)),_0xaa0ee[_0x445e9e[_0x5aa804(0x8e)]]+=_0x445e9e[_0x5aa804(0xee)]);});const _0x35de6b=_0xd3426e[_0x5dbd83(0xa1)]((_0x2f4677,_0x44aade)=>{const _0x430bb=_0x5dbd83;if(_0x4e7ab7['ynVMY'](_0x4e7ab7[_0x430bb(0xdb)],_0x4e7ab7[_0x430bb(0x85)]))return _0x4e7ab7[_0x430bb(0xa4)](_0xaa0ee[_0x44aade],_0x4e7ab7[_0x430bb(0xb1)](_0x2f4677,0x0));else{const _0x136257={};_0x4c25d0['map'](_0x3fbed8=>{const _0x173ec3=_0x430bb;!_0x136257[_0x3fbed8[_0x173ec3(0x8e)]]&&(_0x136257[_0x3fbed8[_0x173ec3(0x8e)]]=0x0),_0x136257[_0x3fbed8[_0x173ec3(0x8e)]]+=_0x3fbed8['duration'];});const _0x1b6122=_0x147833[_0x430bb(0xea)](_0x136257)[_0x430bb(0x79)](([_0x47d10b,_0x38dcf3])=>{const _0x282a13=_0x430bb,_0x18e157={};return _0x18e157[_0x282a13(0x8e)]=_0x47d10b,_0x18e157['duration']=_0x38dcf3,_0x18e157;});_0xdd2212[_0x430bb(0xbe)](this['jsonReportFileName'],_0x56fcf2['stringify'](_0x1b6122));}},0x0);return _0x35de6b;}static async[a48_0x5c1911(0xeb)](_0x4a771a,_0x2081b3){const _0x2c51ca=a48_0x5c1911,_0x5b166b={'diDMu':function(_0x31605e,_0xbd5991){return _0x31605e+_0xbd5991;},'nihkE':function(_0x47e99d,_0x527016){return _0x47e99d||_0x527016;},'nXhyV':function(_0x12b179,_0x5082d9){return _0x12b179!==_0x5082d9;},'FwxiI':_0x2c51ca(0xef),'TVDXj':function(_0x44c7d4,_0x193ef2){return _0x44c7d4===_0x193ef2;},'hNQho':_0x2c51ca(0xe6),'vSpTh':function(_0x1ac93f,_0x37c735){return _0x1ac93f===_0x37c735;},'CkdGr':_0x2c51ca(0x7f),'rhJvo':_0x2c51ca(0xf0),'rwmMT':function(_0x27be2b,_0x1e0878){return _0x27be2b||_0x1e0878;},'wTtxq':function(_0x47416a,_0x2c4099){return _0x47416a===_0x2c4099;},'bqGNm':_0x2c51ca(0xb9),'gUcoU':_0x2c51ca(0x99),'dzBmf':_0x2c51ca(0x78),'ckiVh':_0x2c51ca(0xd0),'vSCnb':_0x2c51ca(0xd9),'eVrAl':_0x2c51ca(0xcf),'XpHkk':_0x2c51ca(0xe9),'iSjPe':function(_0x335c40,_0x2ccceb){return _0x335c40(_0x2ccceb);},'VjJGT':function(_0x352f03,_0x58580a){return _0x352f03(_0x58580a);}};if(!_0x4a771a||_0x5b166b[_0x2c51ca(0x77)](_0x4a771a[_0x2c51ca(0xe5)],0x0))return _0x5b166b[_0x2c51ca(0x75)](_0x5b166b['bqGNm'],_0x5b166b[_0x2c51ca(0x93)])?0x0:_0x5b166b[_0x2c51ca(0x84)](_0x585218[_0x2d6794],_0x5b166b[_0x2c51ca(0xb0)](_0x223c83,0x0));const _0x43349f=[];for(const _0x2c5400 of _0x4a771a){if(_0x5b166b[_0x2c51ca(0x75)](_0x5b166b['dzBmf'],_0x5b166b[_0x2c51ca(0xd2)])){const _0x4f1ce7=path[_0x2c51ca(0x6a)]('.',_0x2c5400);try{if(_0x5b166b[_0x2c51ca(0x77)](_0x5b166b[_0x2c51ca(0x86)],_0x5b166b['vSCnb'])){const _0x640dc=this[_0x2c51ca(0xbc)](_0x4f1ce7);_0x640dc[_0x2c51ca(0x79)](_0x799a05=>{const _0x5b49cf=_0x2c51ca;if(_0x5b166b[_0x5b49cf(0x75)](_0x5b166b['FwxiI'],_0x5b166b[_0x5b49cf(0x64)]))return[];else{if(!_0x43349f[_0x799a05[_0x5b49cf(0x8e)]]){if(_0x5b166b[_0x5b49cf(0xaf)](_0x5b166b[_0x5b49cf(0x6b)],_0x5b166b[_0x5b49cf(0x6b)]))_0x43349f[_0x799a05[_0x5b49cf(0x8e)]]=0x0;else{const _0x398615={};return _0x398615[_0x5b49cf(0x8e)]=_0x273abd,_0x398615[_0x5b49cf(0xee)]=_0x4a6410,_0x398615;}}_0x43349f[_0x799a05[_0x5b49cf(0x8e)]]+=_0x799a05[_0x5b49cf(0xee)];}});}else _0x4fb141[_0x2c51ca(0xf1)]()[_0x2c51ca(0xbf)](_0x31fd51=>{const _0x60628a=_0x2c51ca;this[_0x60628a(0xb5)][_0x60628a(0xf7)](_0x31fd51);});}catch(_0x12b938){_0x5b166b[_0x2c51ca(0x75)](_0x5b166b[_0x2c51ca(0xa0)],_0x5b166b[_0x2c51ca(0xe8)])?_0x5b166b['iSjPe'](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x12b938['toString']()):_0x4fc260[_0x31335d[_0x2c51ca(0x8e)]]=0x0;}}else return 0x0;}const _0x14608c=_0x2081b3[_0x2c51ca(0xa1)]((_0x3e3f56,_0x35dbf5)=>{const _0x4dd148=_0x2c51ca;if(_0x5b166b['vSpTh'](_0x5b166b['CkdGr'],_0x5b166b[_0x4dd148(0xbb)]))!_0x69f64f[_0x15dafa[_0x4dd148(0x8e)]]&&(_0x8e0fdf[_0xb62aaa[_0x4dd148(0x8e)]]=0x0),_0x3f0bd7[_0xcc1139['name']]+=_0x5cdc83[_0x4dd148(0xee)];else return _0x5b166b[_0x4dd148(0x84)](_0x43349f[_0x35dbf5],_0x5b166b[_0x4dd148(0xe4)](_0x3e3f56,0x0));},0x0);return _0x5b166b[_0x2c51ca(0x74)](debug,_0x2c51ca(0xd8)+_0x2081b3+_0x2c51ca(0xf6)+_0x14608c),_0x14608c;}static[a48_0x5c1911(0xbc)](_0x3871b1){const _0xaffabe=a48_0x5c1911,_0x524d77={};_0x524d77[_0xaffabe(0x67)]=function(_0x10cbdc,_0x357edd){return _0x10cbdc!==_0x357edd;},_0x524d77[_0xaffabe(0x91)]=_0xaffabe(0xa5);const _0xae64fe=_0x524d77;if(!fs[_0xaffabe(0xbd)](_0x3871b1)){if(_0xae64fe[_0xaffabe(0x67)](_0xae64fe[_0xaffabe(0x91)],_0xae64fe['NqWpK']))_0x4e19e5[_0x4dcfe9['name']]=0x0;else return[];}return JSON[_0xaffabe(0xe1)](fs[_0xaffabe(0xac)](_0x3871b1)[_0xaffabe(0xfc)]());}static async['stopAndGenerate'](_0x23b3e6=a48_0x5c1911(0xca),_0x214c04=null){const _0x2a56e5=a48_0x5c1911,_0x4fc025={'jNyAa':function(_0x4bdb38,_0x32e4dc){return _0x4bdb38(_0x32e4dc);},'qdbWs':function(_0xcb875c,_0xae2c16){return _0xcb875c(_0xae2c16);},'XzlCU':function(_0x138d8e,_0x31b63f){return _0x138d8e!==_0x31b63f;},'buuMb':_0x2a56e5(0xfb),'PBlgx':_0x2a56e5(0xd1),'OmoxM':function(_0x260065,_0x30ff19){return _0x260065===_0x30ff19;},'cvZDC':'vqVZL','xIdzB':_0x2a56e5(0x68),'vAebP':function(_0x2185a4,_0xec0da1){return _0x2185a4(_0xec0da1);},'hWytO':function(_0x114e2d,_0x514665){return _0x114e2d(_0x514665);},'yFwsc':function(_0x4df339,_0x93b4f0){return _0x4df339===_0x93b4f0;},'yKokA':_0x2a56e5(0xa3),'UqJly':_0x2a56e5(0xb2),'zilSk':function(_0x1bd949,_0x42d6c4){return _0x1bd949(_0x42d6c4);}};if(!this['started']){if(_0x4fc025[_0x2a56e5(0x89)](_0x4fc025[_0x2a56e5(0xda)],_0x4fc025[_0x2a56e5(0xb3)])){if(_0x52d812){_0x4fc025['jNyAa'](_0x2e497a,_0x2a56e5(0x97)+_0x8feb42[_0x2a56e5(0xfc)]());return;}_0x4fc025[_0x2a56e5(0xc0)](_0x2fe11a,_0x2a56e5(0xc2)+_0x17bcbc);}else return;}await _0x4fc025[_0x2a56e5(0x7a)](sleep,0x1e),this['_observer']['disconnect'](),this[_0x2a56e5(0x73)]=![],this[_0x2a56e5(0xf9)](this['_events']);const _0x2e7170=this[_0x2a56e5(0xcc)](this[_0x2a56e5(0xb5)]),_0x55ab56=path[_0x2a56e5(0x6a)](process[_0x2a56e5(0x69)](),_0x23b3e6);fs[_0x2a56e5(0x9c)](_0x55ab56,_0x2e7170,_0x47ca4b=>{const _0x4114f=_0x2a56e5;if(_0x4fc025[_0x4114f(0x71)](_0x4fc025[_0x4114f(0x8c)],_0x4fc025[_0x4114f(0xd3)])){if(_0x47ca4b){if(_0x4fc025[_0x4114f(0xc8)](_0x4fc025[_0x4114f(0xdc)],_0x4fc025[_0x4114f(0x6c)]))_0x4fc025[_0x4114f(0xc0)](_0x560d02,_0x4114f(0x72)+_0xc35a0[_0x4114f(0xfc)]());else{_0x4fc025[_0x4114f(0xa9)](debug,_0x4114f(0x97)+_0x47ca4b[_0x4114f(0xfc)]());return;}}_0x4fc025[_0x4114f(0xab)](debug,'Performance\x20report\x20is\x20at\x20'+_0x55ab56);}else!_0x23f622[_0x355110[_0x4114f(0x8e)]]&&(_0x2e2fe2[_0x2ad8be['name']]=0x0),_0xdbde4c[_0x4a0f0d[_0x4114f(0x8e)]]+=_0x412f32[_0x4114f(0xee)];});if(_0x214c04)return this['calculateTimeFromEvents'](this['_events'],_0x214c04);}static[a48_0x5c1911(0xcc)](_0x3e05d5){const _0x3ab268=a48_0x5c1911,_0x493fb8={};_0x493fb8['NvZSP']=function(_0x3f63db,_0x1ab3c5){return _0x3f63db!==_0x1ab3c5;},_0x493fb8[_0x3ab268(0x92)]=_0x3ab268(0x65),_0x493fb8[_0x3ab268(0x90)]=_0x3ab268(0x66),_0x493fb8['PJEbS']=_0x3ab268(0xd4),_0x493fb8[_0x3ab268(0xf2)]=_0x3ab268(0xaa),_0x493fb8[_0x3ab268(0xc1)]=_0x3ab268(0xc7),_0x493fb8[_0x3ab268(0x7b)]='</tbody></table></body></html>';const _0xb386e1=_0x493fb8;let _0x506ccc=_0xb386e1[_0x3ab268(0x9f)];return _0x506ccc+=_0xb386e1['jvKuL'],_0x506ccc+=_0xb386e1['BNtnd'],_0x3e05d5[_0x3ab268(0xbf)](_0x29f6b3=>{const _0x31d91e=_0x3ab268;if(_0xb386e1[_0x31d91e(0x95)](_0xb386e1[_0x31d91e(0x92)],_0xb386e1[_0x31d91e(0x90)]))_0x506ccc+=_0x31d91e(0x7c)+_0x29f6b3[_0x31d91e(0x8e)]+_0x31d91e(0xa8)+_0x29f6b3[_0x31d91e(0xee)]+_0x31d91e(0x76);else return _0x1d075a;}),_0x506ccc+=_0xb386e1[_0x3ab268(0x7b)],_0x506ccc;}static[a48_0x5c1911(0xf9)](_0x188d4e){const _0x43e4f8=a48_0x5c1911,_0x2deaa1={'nNlpd':function(_0x55c9b7,_0x1df57d){return _0x55c9b7(_0x1df57d);},'xMxnK':function(_0x39ebb8,_0x33933c){return _0x39ebb8===_0x33933c;},'kskBm':_0x43e4f8(0x81),'gFLlW':'atleZ','vKoes':function(_0x5d7a2a,_0x509a2f){return _0x5d7a2a!==_0x509a2f;},'svVwP':'ZnrvT','SaAbJ':_0x43e4f8(0x9d),'RPAaK':function(_0xf33c68,_0x3e2fb1){return _0xf33c68!==_0x3e2fb1;},'FOiBV':'Uoeyf','aXcQA':_0x43e4f8(0x70)},_0x4c7a11={};_0x188d4e['map'](_0xdf42b2=>{const _0x1de2d3=_0x43e4f8;if(_0x2deaa1[_0x1de2d3(0xa7)](_0x2deaa1['kskBm'],_0x2deaa1[_0x1de2d3(0x8f)])){_0x2deaa1[_0x1de2d3(0xb8)](_0x272eca,_0x1de2d3(0x97)+_0x1457b6[_0x1de2d3(0xfc)]());return;}else{if(!_0x4c7a11[_0xdf42b2[_0x1de2d3(0x8e)]]){if(_0x2deaa1['vKoes'](_0x2deaa1['svVwP'],_0x2deaa1[_0x1de2d3(0xad)]))_0x4c7a11[_0xdf42b2[_0x1de2d3(0x8e)]]=0x0;else{if(!_0x31be72['existsSync'](_0x19a98c))return[];return _0x59d755[_0x1de2d3(0xe1)](_0x57d630[_0x1de2d3(0xac)](_0x5e8839)[_0x1de2d3(0xfc)]());}}_0x4c7a11[_0xdf42b2[_0x1de2d3(0x8e)]]+=_0xdf42b2['duration'];}});const _0x9e6e5a=Object['entries'](_0x4c7a11)[_0x43e4f8(0x79)](([_0x15bd84,_0x404911])=>{const _0x36ea81=_0x43e4f8;if(_0x2deaa1[_0x36ea81(0x96)](_0x2deaa1[_0x36ea81(0xa6)],_0x2deaa1[_0x36ea81(0xe7)])){const _0x460262={};return _0x460262[_0x36ea81(0x8e)]=_0x15bd84,_0x460262[_0x36ea81(0xee)]=_0x404911,_0x460262;}else{const _0x483b0e=this[_0x36ea81(0xbc)](_0x369df0);_0x483b0e[_0x36ea81(0x79)](_0x5e3a18=>{const _0x265b9b=_0x36ea81;!_0x504235[_0x5e3a18[_0x265b9b(0x8e)]]&&(_0x596abd[_0x5e3a18[_0x265b9b(0x8e)]]=0x0),_0x37e781[_0x5e3a18[_0x265b9b(0x8e)]]+=_0x5e3a18[_0x265b9b(0xee)];});}});fs[_0x43e4f8(0xbe)](this[_0x43e4f8(0xf4)],JSON['stringify'](_0x9e6e5a));}}module[a48_0x5c1911(0xd6)]=PerformanceTester;
1
+ const a48_0x24f097=a48_0x4f4a;(function(_0x39b87c,_0x343f88){const _0x21e405=a48_0x4f4a,_0x4eb776=_0x39b87c();while(!![]){try{const _0xa527cd=parseInt(_0x21e405(0x243))/0x1+parseInt(_0x21e405(0x233))/0x2+parseInt(_0x21e405(0x221))/0x3+parseInt(_0x21e405(0x1e6))/0x4+parseInt(_0x21e405(0x1f8))/0x5+-parseInt(_0x21e405(0x200))/0x6*(parseInt(_0x21e405(0x246))/0x7)+-parseInt(_0x21e405(0x24f))/0x8;if(_0xa527cd===_0x343f88)break;else _0x4eb776['push'](_0x4eb776['shift']());}catch(_0x3bb830){_0x4eb776['push'](_0x4eb776['shift']());}}}(a48_0xc2b8,0x85a2a));function a48_0xc2b8(){const _0x4d3a1f=['entries','bTjaF','IIGeP','Performance\x20report\x20is\x20at\x20','hqBBF','jsonReportFileName','existsSync','performance-own.html','fJpZC','ETVaf','bvifL','getEntries','readFileSync','Time\x20for\x20','WxJBq','1710252KLBnQJ','argno','_events','iIhQF','map','writeFile','xOAib','started','WwPfy','kiASr','uKlde','NVaai','SSuZd','startMonitoring','join','length','duration','parse','2574815bSXNlc','VYuWh','toString','lYKjY','forEach','twWHe','Error\x20in\x20doing\x20csv\x20operations:\x20','ULFgh','546zopCJP','entryTypes','mUilr','Kbwso','eZrHv','reduce','hgcSf','name','JtswV','pznHz','TaVAi','XyDmB','QIhQw','cwd','dKPds','getEventsFromJSON','asVGF','OWAOU','path','BgyOU','zdwgu','QIajN','lqDqt','POVXz','bpmLE','ETHsc','ZRDCb','xwaxx','xmEFk','DdpnE','wvxxQ','perf_hooks','cSYmK','580365DGSbwy','VJcpQ','CKSvb','vwKMB','Ybsmr','UhKMX','</tbody></table></body></html>','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','rzrAH','calculateTimesFromMultipleFiles','axJBP','HuCKS','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','generateHTMLReport','stringify','getPerformance','push','uUHDS','1977180YilOvI','observe','xOtFZ','bmWjF','EvcCy','PMgGJ','performance-report.json','ETqzR','RgZPP','PWRuP','FtQxf','YuJUg','./utils','hxSBk','_observer','KOKss','471169IlkXKr','<h1>Performance\x20Report</h1>','WZYWT','70168tgYsUQ','uMYjM','yXUZK','mZaty','Error\x20in\x20writing\x20html\x20','KREPX','ICSmm','GKwJW','</td></tr>','9089488KoQQof','KDCob','writeFileSync','PcnHn','UBiXa','cuJJD','buffered','BnZSj','tmRCP','aKHMS','function','PtcdK','</td><td>'];a48_0xc2b8=function(){return _0x4d3a1f;};return a48_0xc2b8();}const fs=require('fs'),{performance,PerformanceObserver}=require(a48_0x24f097(0x21f)),{sleep,debug}=require(a48_0x24f097(0x23f)),path=require(a48_0x24f097(0x212));class PerformanceTester{static [a48_0x24f097(0x241)];static [a48_0x24f097(0x1e8)]=[];static [a48_0x24f097(0x1ed)]=![];static[a48_0x24f097(0x1f3)](_0x41dfc8=a48_0x24f097(0x239)){const _0x48f3e5=a48_0x24f097,_0x4df403={'rDOmJ':function(_0x5805fa,_0x56972b){return _0x5805fa(_0x56972b);},'pznHz':function(_0x59369e,_0x2f311c){return _0x59369e===_0x2f311c;},'PWRuP':_0x48f3e5(0x202),'ETVaf':function(_0x4d3028,_0x46b1ec){return _0x4d3028===_0x46b1ec;},'xOAib':'gZsEt','eZrHv':_0x48f3e5(0x259)};this[_0x48f3e5(0x241)]=new PerformanceObserver(_0x2556d1=>{const _0x123292=_0x48f3e5,_0x5b6e95={'aKHMS':function(_0x141b57,_0x768f95){const _0x19d262=a48_0x4f4a;return _0x4df403[_0x19d262(0x209)](_0x141b57,_0x768f95);},'BgyOU':_0x4df403[_0x123292(0x23c)]};_0x4df403[_0x123292(0x1e0)](_0x4df403[_0x123292(0x1ec)],_0x4df403[_0x123292(0x1ec)])?_0x2556d1[_0x123292(0x1e2)]()[_0x123292(0x1fc)](_0x2dca96=>{const _0x10d44f=_0x123292;_0x5b6e95[_0x10d44f(0x258)](_0x5b6e95[_0x10d44f(0x213)],_0x5b6e95[_0x10d44f(0x213)])?this[_0x10d44f(0x1e8)][_0x10d44f(0x231)](_0x2dca96):_0x58b689[_0xedd2ad[_0x10d44f(0x207)]]=0x0;}):_0x4df403['rDOmJ'](_0x170e41,_0x123292(0x1fe)+_0x34dbd9[_0x123292(0x1fa)]());});const _0xdcefd8={};_0xdcefd8['buffered']=!![],_0xdcefd8[_0x48f3e5(0x201)]=[_0x4df403[_0x48f3e5(0x204)]],this['_observer']['observe'](_0xdcefd8),this[_0x48f3e5(0x1ed)]=!![],this[_0x48f3e5(0x1dc)]=_0x41dfc8;}static[a48_0x24f097(0x230)](){return performance;}static['calculateTimeFromEvents'](_0x23c0e0,_0x3a1d9c){const _0x59e2f8=a48_0x24f097,_0x3eb6b1={'XyDmB':function(_0x38f995,_0x59b8ea){return _0x38f995(_0x59b8ea);},'CKSvb':function(_0x33690e,_0x1112fe){return _0x33690e===_0x1112fe;},'bpmLE':_0x59e2f8(0x1e5),'dKPds':function(_0x5dfe41,_0x4b69ec){return _0x5dfe41!==_0x4b69ec;},'mdjRy':_0x59e2f8(0x1df),'BcOJb':_0x59e2f8(0x21d),'HuCKS':function(_0x49fbb6,_0x524fb7){return _0x49fbb6!==_0x524fb7;},'WwPfy':_0x59e2f8(0x23e),'ICSmm':function(_0x3da5f4,_0x5dbc17){return _0x3da5f4+_0x5dbc17;},'asVGF':function(_0x30a0d8,_0x2a6462){return _0x30a0d8||_0x2a6462;},'xzaXT':function(_0x29ae8b,_0x4a5630){return _0x29ae8b===_0x4a5630;},'axJBP':'IPZTF'},_0x256f1c={};if(!_0x23c0e0||_0x3eb6b1['xzaXT'](_0x23c0e0['length'],0x0)){if(_0x3eb6b1['xzaXT'](_0x3eb6b1['axJBP'],_0x3eb6b1[_0x59e2f8(0x22b)]))return;else _0x5df5d1[_0x57a288[_0x59e2f8(0x207)]]=0x0;}_0x23c0e0['map'](_0x3a11e6=>{const _0x23233d=_0x59e2f8,_0x1dedad={'kVrIp':function(_0x220e3a,_0x1330f0){const _0x1944db=a48_0x4f4a;return _0x3eb6b1[_0x1944db(0x20b)](_0x220e3a,_0x1330f0);}};if(_0x3eb6b1[_0x23233d(0x223)](_0x3eb6b1[_0x23233d(0x218)],_0x3eb6b1['bpmLE'])){if(!_0x256f1c[_0x3a11e6['name']]){if(_0x3eb6b1[_0x23233d(0x20e)](_0x3eb6b1['mdjRy'],_0x3eb6b1['BcOJb']))_0x256f1c[_0x3a11e6['name']]=0x0;else{if(_0x221df9){_0x1dedad['kVrIp'](_0x4876d6,_0x23233d(0x24a)+_0x1ce9cb[_0x23233d(0x1fa)]());return;}_0x1dedad['kVrIp'](_0x2c7dcd,_0x23233d(0x1da)+_0x50af58);}}_0x256f1c[_0x3a11e6['name']]+=_0x3a11e6[_0x23233d(0x1f6)];}else{const _0x1e4f25={};return _0x1e4f25['name']=_0x10955a,_0x1e4f25[_0x23233d(0x1f6)]=_0x1dea01,_0x1e4f25;}});const _0x5ad0c1=_0x3a1d9c['reduce']((_0x58e49f,_0x21d985)=>{const _0x48b84a=_0x59e2f8;if(_0x3eb6b1[_0x48b84a(0x22c)](_0x3eb6b1[_0x48b84a(0x1ee)],_0x3eb6b1[_0x48b84a(0x1ee)])){const _0x215bb7=this[_0x48b84a(0x20f)](_0x1c81af);_0x215bb7[_0x48b84a(0x1ea)](_0x3db507=>{const _0x2ca84b=_0x48b84a;!_0x17509e[_0x3db507[_0x2ca84b(0x207)]]&&(_0x3a98e3[_0x3db507['name']]=0x0),_0x1c96fd[_0x3db507[_0x2ca84b(0x207)]]+=_0x3db507['duration'];});}else return _0x3eb6b1[_0x48b84a(0x24c)](_0x256f1c[_0x21d985],_0x3eb6b1[_0x48b84a(0x210)](_0x58e49f,0x0));},0x0);return _0x5ad0c1;}static async[a48_0x24f097(0x22a)](_0x41e222,_0x468480){const _0x24db02=a48_0x24f097,_0x24c8b6={'bvifL':function(_0x4972b8,_0xdf78f9){return _0x4972b8+_0xdf78f9;},'hxSBk':function(_0xfce785,_0x587e59){return _0xfce785||_0x587e59;},'ZRDCb':_0x24db02(0x259),'KOKss':_0x24db02(0x228),'uKlde':_0x24db02(0x244),'uUHDS':'<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','ysnad':'</tbody></table></body></html>','rzrAH':function(_0x4bde8f,_0x19615a){return _0x4bde8f===_0x19615a;},'KREPX':_0x24db02(0x216),'VYuWh':function(_0x156261,_0x4709e0){return _0x156261!==_0x4709e0;},'NVaai':_0x24db02(0x1f2),'vwKMB':_0x24db02(0x1d8),'uMYjM':_0x24db02(0x245),'PMgGJ':_0x24db02(0x215),'cSYmK':function(_0x23f57b,_0x264d68){return _0x23f57b===_0x264d68;},'lYKjY':_0x24db02(0x248),'xmEFk':function(_0x1ff060,_0x3cc66a){return _0x1ff060!==_0x3cc66a;},'cuJJD':'SJfkl','OWAOU':'bLWBP','PcnHn':function(_0xcd9c41,_0x9a4888){return _0xcd9c41(_0x9a4888);},'zdwgu':function(_0x2e3d09,_0x3b9b9e){return _0x2e3d09(_0x3b9b9e);}};if(!_0x41e222||_0x24c8b6[_0x24db02(0x229)](_0x41e222[_0x24db02(0x1f5)],0x0))return _0x24c8b6['VYuWh'](_0x24c8b6['PMgGJ'],_0x24c8b6[_0x24db02(0x238)])?_0x24c8b6[_0x24db02(0x1e1)](_0x527e0b[_0x8889bf],_0x24c8b6[_0x24db02(0x240)](_0x320a6f,0x0)):0x0;const _0x25aef7=[];for(const _0x219b18 of _0x41e222){if(_0x24c8b6[_0x24db02(0x220)](_0x24c8b6[_0x24db02(0x1fb)],_0x24c8b6[_0x24db02(0x1fb)])){const _0x120f67=path['join']('.',_0x219b18);try{if(_0x24c8b6[_0x24db02(0x21c)](_0x24c8b6['cuJJD'],_0x24c8b6[_0x24db02(0x254)])){this[_0x24db02(0x241)]=new _0x42fcd8(_0x23af02=>{const _0x32f046=_0x24db02;_0x23af02[_0x32f046(0x1e2)]()[_0x32f046(0x1fc)](_0x80751a=>{const _0xea7f4e=_0x32f046;this['_events'][_0xea7f4e(0x231)](_0x80751a);});});const _0xbd7ef0={};_0xbd7ef0[_0x24db02(0x255)]=!![],_0xbd7ef0[_0x24db02(0x201)]=[_0x24c8b6[_0x24db02(0x21a)]],this[_0x24db02(0x241)][_0x24db02(0x234)](_0xbd7ef0),this[_0x24db02(0x1ed)]=!![],this['jsonReportFileName']=_0x267c4f;}else{const _0x315f60=this[_0x24db02(0x20f)](_0x120f67);_0x315f60['map'](_0x11459d=>{const _0xb3d4a9=_0x24db02,_0x18339d={};_0x18339d['rrond']=_0x24c8b6[_0xb3d4a9(0x242)],_0x18339d['FtQxf']=_0x24c8b6[_0xb3d4a9(0x1f0)],_0x18339d[_0xb3d4a9(0x1db)]=_0x24c8b6[_0xb3d4a9(0x232)],_0x18339d['twWHe']=_0x24c8b6['ysnad'];const _0x1beece=_0x18339d;if(_0x24c8b6[_0xb3d4a9(0x229)](_0x24c8b6[_0xb3d4a9(0x24b)],_0x24c8b6[_0xb3d4a9(0x24b)])){if(!_0x25aef7[_0x11459d['name']]){if(_0x24c8b6[_0xb3d4a9(0x1f9)](_0x24c8b6[_0xb3d4a9(0x1f1)],_0x24c8b6[_0xb3d4a9(0x1f1)])){let _0x165eb4=_0x1beece['rrond'];return _0x165eb4+=_0x1beece[_0xb3d4a9(0x23d)],_0x165eb4+=_0x1beece[_0xb3d4a9(0x1db)],_0x23d5d9[_0xb3d4a9(0x1fc)](_0x256a67=>{const _0x5b2d5c=_0xb3d4a9;_0x165eb4+='<tr><td>'+_0x256a67[_0x5b2d5c(0x207)]+_0x5b2d5c(0x1d6)+_0x256a67[_0x5b2d5c(0x1f6)]+_0x5b2d5c(0x24e);}),_0x165eb4+=_0x1beece[_0xb3d4a9(0x1fd)],_0x165eb4;}else _0x25aef7[_0x11459d[_0xb3d4a9(0x207)]]=0x0;}_0x25aef7[_0x11459d[_0xb3d4a9(0x207)]]+=_0x11459d[_0xb3d4a9(0x1f6)];}else return;});}}catch(_0x258139){_0x24c8b6['cSYmK'](_0x24c8b6[_0x24db02(0x211)],_0x24c8b6[_0x24db02(0x211)])?_0x24c8b6[_0x24db02(0x252)](debug,_0x24db02(0x1fe)+_0x258139[_0x24db02(0x1fa)]()):this[_0x24db02(0x1e8)][_0x24db02(0x231)](_0x46cb67);}}else return;}const _0x4854b8=_0x468480[_0x24db02(0x205)]((_0x261f48,_0x17d9f4)=>{const _0x5ab6c8=_0x24db02;if(_0x24c8b6[_0x5ab6c8(0x1f9)](_0x24c8b6[_0x5ab6c8(0x224)],_0x24c8b6[_0x5ab6c8(0x247)]))return _0x24c8b6[_0x5ab6c8(0x1e1)](_0x25aef7[_0x17d9f4],_0x24c8b6[_0x5ab6c8(0x240)](_0x261f48,0x0));else _0x96ad96+='<tr><td>'+_0x148b2d['name']+'</td><td>'+_0x1cff0e[_0x5ab6c8(0x1f6)]+_0x5ab6c8(0x24e);},0x0);return _0x24c8b6[_0x24db02(0x214)](debug,_0x24db02(0x1e4)+_0x468480+'\x20for\x20all\x20processes\x20is\x20'+_0x4854b8),_0x4854b8;}static[a48_0x24f097(0x20f)](_0x579929){const _0x445eb5=a48_0x24f097,_0xf278e6={};_0xf278e6[_0x445eb5(0x23a)]=function(_0x2262f5,_0x1cfa86){return _0x2262f5!==_0x1cfa86;},_0xf278e6[_0x445eb5(0x20a)]=_0x445eb5(0x222);const _0x4977a2=_0xf278e6;if(!fs[_0x445eb5(0x1dd)](_0x579929)){if(_0x4977a2['ETqzR'](_0x4977a2[_0x445eb5(0x20a)],_0x4977a2[_0x445eb5(0x20a)]))!_0x8d4aa4[_0x4db40e[_0x445eb5(0x207)]]&&(_0x12d2d9[_0x26a946[_0x445eb5(0x207)]]=0x0),_0x3b019e[_0x290b08['name']]+=_0x568d74['duration'];else return[];}return JSON[_0x445eb5(0x1f7)](fs[_0x445eb5(0x1e3)](_0x579929)[_0x445eb5(0x1fa)]());}static async['stopAndGenerate'](_0xe2e2fa=a48_0x24f097(0x1de),_0x55c58c=null){const _0x597b61=a48_0x24f097,_0x2e9265={'Ybsmr':function(_0x50bdac,_0x6e80c4){return _0x50bdac!==_0x6e80c4;},'CDFGP':_0x597b61(0x25a),'JtswV':_0x597b61(0x206),'EvcCy':function(_0x2bf25b,_0x465f96){return _0x2bf25b===_0x465f96;},'Kbwso':_0x597b61(0x21e),'iIhQF':function(_0x3f4bd4,_0x144c13){return _0x3f4bd4(_0x144c13);},'GKwJW':_0x597b61(0x256),'CxWxQ':_0x597b61(0x23b),'xOtFZ':function(_0x236e75,_0x57cb15){return _0x236e75(_0x57cb15);}};if(!this['started']){if(_0x2e9265[_0x597b61(0x225)](_0x2e9265[_0x597b61(0x24d)],_0x2e9265['CxWxQ']))return;else{const _0x353cd7={};_0x3c3606[_0x597b61(0x1ea)](_0x20bec2=>{const _0x36d0ba=_0x597b61;!_0x353cd7[_0x20bec2[_0x36d0ba(0x207)]]&&(_0x353cd7[_0x20bec2['name']]=0x0),_0x353cd7[_0x20bec2[_0x36d0ba(0x207)]]+=_0x20bec2['duration'];});const _0x55905a=_0x3d1263['entries'](_0x353cd7)[_0x597b61(0x1ea)](([_0x366265,_0x36c139])=>{const _0x4bfa46=_0x597b61,_0x4cabcb={};return _0x4cabcb[_0x4bfa46(0x207)]=_0x366265,_0x4cabcb[_0x4bfa46(0x1f6)]=_0x36c139,_0x4cabcb;});_0x4774d6[_0x597b61(0x251)](this['jsonReportFileName'],_0x5c6c85[_0x597b61(0x22f)](_0x55905a));}}await _0x2e9265[_0x597b61(0x235)](sleep,0x1e),this[_0x597b61(0x241)]['disconnect'](),this[_0x597b61(0x1ed)]=![],this['generateJSON'](this[_0x597b61(0x1e8)]);const _0x4afc11=this[_0x597b61(0x22e)](this[_0x597b61(0x1e8)]),_0x39bce1=path[_0x597b61(0x1f4)](process[_0x597b61(0x20d)](),_0xe2e2fa);fs[_0x597b61(0x1eb)](_0x39bce1,_0x4afc11,_0x283e2b=>{const _0x3854f7=_0x597b61;if(_0x2e9265['Ybsmr'](_0x2e9265['CDFGP'],_0x2e9265[_0x3854f7(0x208)])){if(_0x283e2b){if(_0x2e9265[_0x3854f7(0x237)](_0x2e9265['Kbwso'],_0x2e9265[_0x3854f7(0x203)])){_0x2e9265[_0x3854f7(0x1e9)](debug,_0x3854f7(0x24a)+_0x283e2b['toString']());return;}else!_0x35f178[_0x41250a[_0x3854f7(0x207)]]&&(_0x173e4c[_0x3a1ea0[_0x3854f7(0x207)]]=0x0),_0x4225aa[_0x1280cc[_0x3854f7(0x207)]]+=_0x1e6d9d[_0x3854f7(0x1f6)];}_0x2e9265[_0x3854f7(0x1e9)](debug,'Performance\x20report\x20is\x20at\x20'+_0x39bce1);}else!_0x28b273[_0x5734b2['name']]&&(_0x50f39e[_0x1e4fdd[_0x3854f7(0x207)]]=0x0),_0x22d1ba[_0x2ba329[_0x3854f7(0x207)]]+=_0x4cf246[_0x3854f7(0x1f6)];});if(_0x55c58c)return this['calculateTimeFromEvents'](this['_events'],_0x55c58c);}static[a48_0x24f097(0x22e)](_0x41b28e){const _0x5c8059=a48_0x24f097,_0x1e2279={};_0x1e2279[_0x5c8059(0x20c)]=function(_0x1bda72,_0x37f5cc){return _0x1bda72!==_0x37f5cc;},_0x1e2279[_0x5c8059(0x253)]=_0x5c8059(0x217),_0x1e2279['kiASr']=_0x5c8059(0x228),_0x1e2279[_0x5c8059(0x226)]='<h1>Performance\x20Report</h1>',_0x1e2279[_0x5c8059(0x250)]=_0x5c8059(0x22d),_0x1e2279[_0x5c8059(0x1ff)]=_0x5c8059(0x227);const _0x135ace=_0x1e2279;let _0x1d95e0=_0x135ace[_0x5c8059(0x1ef)];return _0x1d95e0+=_0x135ace[_0x5c8059(0x226)],_0x1d95e0+=_0x135ace[_0x5c8059(0x250)],_0x41b28e[_0x5c8059(0x1fc)](_0x6b8f9f=>{const _0x2c6fa6=_0x5c8059;_0x135ace[_0x2c6fa6(0x20c)](_0x135ace[_0x2c6fa6(0x253)],_0x135ace[_0x2c6fa6(0x253)])?_0x270b6e[_0x479916[_0x2c6fa6(0x207)]]=0x0:_0x1d95e0+='<tr><td>'+_0x6b8f9f[_0x2c6fa6(0x207)]+_0x2c6fa6(0x1d6)+_0x6b8f9f[_0x2c6fa6(0x1f6)]+_0x2c6fa6(0x24e);}),_0x1d95e0+=_0x135ace['ULFgh'],_0x1d95e0;}static['generateJSON'](_0x560c5e){const _0x15a105=a48_0x24f097,_0x44312e={'ekQmw':function(_0x16068c,_0x5023a4){return _0x16068c+_0x5023a4;},'ETHsc':function(_0x26e1ec,_0x4f7837){return _0x26e1ec||_0x4f7837;},'UQtoe':function(_0x3eb082,_0x10b823){return _0x3eb082(_0x10b823);},'tmRCP':function(_0x47875c,_0x44222f){return _0x47875c===_0x44222f;},'bkXBk':'SHQVH','mZaty':'NVIGF','argno':'RHRCp','IIGeP':function(_0x53aa24,_0xfc43ed){return _0x53aa24===_0xfc43ed;},'bmWjF':_0x15a105(0x21b)},_0x19ea3c={};_0x560c5e[_0x15a105(0x1ea)](_0x761010=>{const _0x3dd27f=_0x15a105;if(_0x44312e[_0x3dd27f(0x257)](_0x44312e['bkXBk'],_0x44312e[_0x3dd27f(0x249)]))return _0x44312e['ekQmw'](_0x17c135[_0x1e7f57],_0x44312e[_0x3dd27f(0x219)](_0x1599b6,0x0));else{if(!_0x19ea3c[_0x761010[_0x3dd27f(0x207)]]){if(_0x44312e[_0x3dd27f(0x257)](_0x44312e[_0x3dd27f(0x1e7)],_0x44312e['argno']))_0x19ea3c[_0x761010[_0x3dd27f(0x207)]]=0x0;else{_0x44312e['UQtoe'](_0x4b92e0,_0x3dd27f(0x24a)+_0x1bea87['toString']());return;}}_0x19ea3c[_0x761010[_0x3dd27f(0x207)]]+=_0x761010[_0x3dd27f(0x1f6)];}});const _0x1fa56c=Object[_0x15a105(0x1d7)](_0x19ea3c)[_0x15a105(0x1ea)](([_0x61a748,_0x3dc753])=>{const _0x4f0dd0=_0x15a105;if(_0x44312e[_0x4f0dd0(0x1d9)](_0x44312e['bmWjF'],_0x44312e[_0x4f0dd0(0x236)])){const _0x5564d1={};return _0x5564d1['name']=_0x61a748,_0x5564d1[_0x4f0dd0(0x1f6)]=_0x3dc753,_0x5564d1;}else return[];});fs[_0x15a105(0x251)](this['jsonReportFileName'],JSON[_0x15a105(0x22f)](_0x1fa56c));}}function a48_0x4f4a(_0x5285f1,_0x29402e){const _0xc2b8c9=a48_0xc2b8();return a48_0x4f4a=function(_0x4f4a64,_0x14f85){_0x4f4a64=_0x4f4a64-0x1d6;let _0x17187b=_0xc2b8c9[_0x4f4a64];return _0x17187b;},a48_0x4f4a(_0x5285f1,_0x29402e);}module['exports']=PerformanceTester;