lightrun 1.23.0 → 1.24.0

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 (126) hide show
  1. package/build/src/agent/agent-logger.js +1 -1
  2. package/build/src/agent/blocklisting/blocklisting-patterns.js +1 -1
  3. package/build/src/agent/blocklisting/dummy-blocklist-manager.js +1 -1
  4. package/build/src/agent/blocklisting/patterns-blocklist-manager.js +1 -1
  5. package/build/src/agent/config.js +1 -1
  6. package/build/src/agent/configuration-provider.js +1 -1
  7. package/build/src/agent/controller.js +1 -1
  8. package/build/src/agent/debuglet-helpers/createDebuggee.js +1 -0
  9. package/build/src/agent/debuglet-helpers/createDebuggeeMetadata.js +1 -0
  10. package/build/src/agent/debuglet-helpers/createUniquifier.js +1 -0
  11. package/build/src/agent/debuglet-helpers/delimit.js +1 -0
  12. package/build/src/agent/debuglet-helpers/format.js +1 -0
  13. package/build/src/agent/debuglet-helpers/getAgentConfig.js +1 -0
  14. package/build/src/agent/debuglet-helpers/getPlatform.js +1 -0
  15. package/build/src/agent/debuglet-helpers/mapSubtract.js +1 -0
  16. package/build/src/agent/debuglet-helpers/normalizeConfig.js +1 -0
  17. package/build/src/agent/debuglet-helpers/tokenize.js +1 -0
  18. package/build/src/agent/debuglet.js +1 -1
  19. package/build/src/agent/environment-metadata.js +1 -1
  20. package/build/src/agent/io/file-index.js +1 -1
  21. package/build/src/agent/io/scan-results.js +1 -1
  22. package/build/src/agent/io/scanner.js +1 -1
  23. package/build/src/agent/io/sourcemapper.js +1 -1
  24. package/build/src/agent/leaky-bucket.js +1 -1
  25. package/build/src/agent/log-data.js +1 -1
  26. package/build/src/agent/piping-manager.js +1 -1
  27. package/build/src/agent/quota-manager.js +1 -1
  28. package/build/src/agent/reduction/redaction-manager-re2js.js +1 -1
  29. package/build/src/agent/reduction/redaction-manager.js +1 -1
  30. package/build/src/agent/state/inspector-state.js +1 -1
  31. package/build/src/agent/state/legacy-state.js +1 -1
  32. package/build/src/agent/util/debug-assert.js +1 -1
  33. package/build/src/agent/util/utils.js +1 -1
  34. package/build/src/agent/util/validator.js +1 -1
  35. package/build/src/agent/v8/debugapi.js +1 -1
  36. package/build/src/agent/v8/inspector-debugapi.js +1 -1
  37. package/build/src/agent/v8/legacy-debugapi.js +1 -1
  38. package/build/src/agent/v8/v8inspector.js +1 -1
  39. package/build/src/client/stackdriver/debug.js +1 -1
  40. package/build/src/client/stackdriver/status-message.js +1 -1
  41. package/build/src/debuggee.js +1 -1
  42. package/build/src/gcp.js +1 -1
  43. package/build/src/index.d.ts +561 -18
  44. package/build/src/index.js +1 -1
  45. package/build/src/lambda.js +1 -1
  46. package/build/src/resources/version.txt +1 -1
  47. package/build/src/types/lightrun.js +1 -1
  48. package/build/src/types/stackdriver.js +1 -1
  49. package/build/src/types/v8.js +1 -1
  50. package/package.json +8 -11
  51. package/build/src/agent/agent-logger.d.ts +0 -10
  52. package/build/src/agent/agent-logger.js.map +0 -1
  53. package/build/src/agent/blocklisting/blocklisting-patterns.d.ts +0 -6
  54. package/build/src/agent/blocklisting/blocklisting-patterns.js.map +0 -1
  55. package/build/src/agent/blocklisting/dummy-blocklist-manager.d.ts +0 -6
  56. package/build/src/agent/blocklisting/dummy-blocklist-manager.js.map +0 -1
  57. package/build/src/agent/blocklisting/patterns-blocklist-manager.d.ts +0 -10
  58. package/build/src/agent/blocklisting/patterns-blocklist-manager.js.map +0 -1
  59. package/build/src/agent/config.d.ts +0 -418
  60. package/build/src/agent/config.js.map +0 -1
  61. package/build/src/agent/configuration-provider.d.ts +0 -19
  62. package/build/src/agent/configuration-provider.js.map +0 -1
  63. package/build/src/agent/controller.d.ts +0 -71
  64. package/build/src/agent/controller.js.map +0 -1
  65. package/build/src/agent/debuglet.d.ts +0 -234
  66. package/build/src/agent/debuglet.js.map +0 -1
  67. package/build/src/agent/environment-metadata.d.ts +0 -36
  68. package/build/src/agent/environment-metadata.js.map +0 -1
  69. package/build/src/agent/io/file-index.d.ts +0 -76
  70. package/build/src/agent/io/file-index.js.map +0 -1
  71. package/build/src/agent/io/scan-results.d.ts +0 -60
  72. package/build/src/agent/io/scan-results.js.map +0 -1
  73. package/build/src/agent/io/scanner.d.ts +0 -43
  74. package/build/src/agent/io/scanner.js.map +0 -1
  75. package/build/src/agent/io/sourcemapper.d.ts +0 -72
  76. package/build/src/agent/io/sourcemapper.js.map +0 -1
  77. package/build/src/agent/leaky-bucket.d.ts +0 -16
  78. package/build/src/agent/leaky-bucket.js.map +0 -1
  79. package/build/src/agent/log-data.d.ts +0 -13
  80. package/build/src/agent/log-data.js.map +0 -1
  81. package/build/src/agent/piping-manager.d.ts +0 -39
  82. package/build/src/agent/piping-manager.js.map +0 -1
  83. package/build/src/agent/quota-manager.d.ts +0 -40
  84. package/build/src/agent/quota-manager.js.map +0 -1
  85. package/build/src/agent/reduction/redaction-manager-re2.d.ts +0 -8
  86. package/build/src/agent/reduction/redaction-manager-re2.js +0 -1
  87. package/build/src/agent/reduction/redaction-manager-re2.js.map +0 -1
  88. package/build/src/agent/reduction/redaction-manager-re2js.d.ts +0 -8
  89. package/build/src/agent/reduction/redaction-manager-re2js.js.map +0 -1
  90. package/build/src/agent/reduction/redaction-manager.d.ts +0 -6
  91. package/build/src/agent/reduction/redaction-manager.js.map +0 -1
  92. package/build/src/agent/state/inspector-state.d.ts +0 -28
  93. package/build/src/agent/state/inspector-state.js.map +0 -1
  94. package/build/src/agent/state/legacy-state.d.ts +0 -22
  95. package/build/src/agent/state/legacy-state.js.map +0 -1
  96. package/build/src/agent/util/debug-assert.d.ts +0 -22
  97. package/build/src/agent/util/debug-assert.js.map +0 -1
  98. package/build/src/agent/util/utils.d.ts +0 -65
  99. package/build/src/agent/util/utils.js.map +0 -1
  100. package/build/src/agent/util/validator.d.ts +0 -12
  101. package/build/src/agent/util/validator.js.map +0 -1
  102. package/build/src/agent/v8/debugapi.d.ts +0 -23
  103. package/build/src/agent/v8/debugapi.js.map +0 -1
  104. package/build/src/agent/v8/inspector-debugapi.d.ts +0 -82
  105. package/build/src/agent/v8/inspector-debugapi.js.map +0 -1
  106. package/build/src/agent/v8/legacy-debugapi.d.ts +0 -58
  107. package/build/src/agent/v8/legacy-debugapi.js.map +0 -1
  108. package/build/src/agent/v8/v8inspector.d.ts +0 -53
  109. package/build/src/agent/v8/v8inspector.js.map +0 -1
  110. package/build/src/client/stackdriver/debug.d.ts +0 -43
  111. package/build/src/client/stackdriver/debug.js.map +0 -1
  112. package/build/src/client/stackdriver/status-message.d.ts +0 -35
  113. package/build/src/client/stackdriver/status-message.js.map +0 -1
  114. package/build/src/debuggee.d.ts +0 -80
  115. package/build/src/debuggee.js.map +0 -1
  116. package/build/src/gcp.d.ts +0 -2
  117. package/build/src/gcp.js.map +0 -1
  118. package/build/src/index.js.map +0 -1
  119. package/build/src/lambda.d.ts +0 -2
  120. package/build/src/lambda.js.map +0 -1
  121. package/build/src/types/lightrun.d.ts +0 -18
  122. package/build/src/types/lightrun.js.map +0 -1
  123. package/build/src/types/stackdriver.d.ts +0 -79
  124. package/build/src/types/stackdriver.js.map +0 -1
  125. package/build/src/types/v8.d.ts +0 -214
  126. package/build/src/types/v8.js.map +0 -1
@@ -1 +1 @@
1
- const a0_0x2852ce=a0_0x2d7b;(function(_0x245838,_0x270073){const _0x103813=a0_0x2d7b,_0x4a1501=_0x245838();while(!![]){try{const _0x1d0eba=-parseInt(_0x103813(0xee))/0x1+parseInt(_0x103813(0x102))/0x2*(-parseInt(_0x103813(0xf0))/0x3)+-parseInt(_0x103813(0xed))/0x4+parseInt(_0x103813(0xe7))/0x5*(parseInt(_0x103813(0xf1))/0x6)+-parseInt(_0x103813(0x103))/0x7+-parseInt(_0x103813(0xfa))/0x8+parseInt(_0x103813(0xfb))/0x9*(parseInt(_0x103813(0xf8))/0xa);if(_0x1d0eba===_0x270073)break;else _0x4a1501['push'](_0x4a1501['shift']());}catch(_0x431a18){_0x4a1501['push'](_0x4a1501['shift']());}}}(a0_0x6795,0xc4b75));const a0_0x46c61d=(function(){let _0x2b5305=!![];return function(_0x4abaf2,_0x49e78c){const _0x27e486=_0x2b5305?function(){const _0x585655=a0_0x2d7b;if(_0x49e78c){const _0x38afc8=_0x49e78c[_0x585655(0xf3)](_0x4abaf2,arguments);return _0x49e78c=null,_0x38afc8;}}:function(){};return _0x2b5305=![],_0x27e486;};}()),a0_0x2c9170=a0_0x46c61d(this,function(){const _0x3b23c6=a0_0x2d7b;return a0_0x2c9170[_0x3b23c6(0x104)]()[_0x3b23c6(0xf9)](_0x3b23c6(0xea))[_0x3b23c6(0x104)]()[_0x3b23c6(0xfd)](a0_0x2c9170)[_0x3b23c6(0xf9)]('(((.+)+)+)+$');});a0_0x2c9170();'use strict';Object[a0_0x2852ce(0x101)](exports,a0_0x2852ce(0x100),{'value':!![]});function a0_0x6795(){const _0x3c9fbb=['351659JtIGwd','createLogger','309909UTKvjZ','6BMFiKp','winston-daily-rotate-file','apply','transports','info','error','winston','5090kqBbNY','search','3828816Hhcfyd','47223vSuKBR',']\x20-\x20','constructor','toUpperCase','warn','__esModule','defineProperty','18ezwLGr','1833321SjosYU','toString','AGENT_LOG_FILE','YYYY-MM-DD-HH','default','3404010USgivF','lightrun_nodejs_agent.log','logger','(((.+)+)+)+$','20m','debug','2095540JxxLPT'];a0_0x6795=function(){return _0x3c9fbb;};return a0_0x6795();}const winston_1=require(a0_0x2852ce(0xf7)),DailyRotateFile=require(a0_0x2852ce(0xf2)),{combine,printf,timestamp}=winston_1['format'],{Console}=winston_1[a0_0x2852ce(0xf4)];function a0_0x2d7b(_0x2149d6,_0x2d0f99){const _0x33f87b=a0_0x6795();return a0_0x2d7b=function(_0x2c9170,_0x46c61d){_0x2c9170=_0x2c9170-0xe4;let _0x6795e6=_0x33f87b[_0x2c9170];return _0x6795e6;},a0_0x2d7b(_0x2149d6,_0x2d0f99);}function getLoggerTransport(_0x5af78f){const _0x2bb994=a0_0x2852ce;if(_0x5af78f)return new DailyRotateFile({'dirname':_0x5af78f,'filename':AgentLogger[_0x2bb994(0xe4)],'datePattern':_0x2bb994(0xe5),'createSymlink':!![],'symlinkName':AgentLogger[_0x2bb994(0xe4)],'maxSize':_0x2bb994(0xeb),'maxFiles':'10'});return new Console();}class AgentLogger{constructor(_0x16d5be,_0x4e0299,_0x364cc3){const _0x373b4f=a0_0x2852ce;this[_0x373b4f(0xe9)]=winston_1[_0x373b4f(0xef)]({'level':_0x4e0299,'transports':[getLoggerTransport(_0x16d5be),new Console({'level':_0x364cc3,'stderrLevels':[_0x373b4f(0xec),_0x373b4f(0xf5),_0x373b4f(0xff),_0x373b4f(0xf6)]})],'format':combine(timestamp(),printf(({level:_0x11a121,message:_0x261a9a,timestamp:_0x14e271})=>{const _0x69ee8b=_0x373b4f;return _0x14e271+'\x20['+_0x11a121[_0x69ee8b(0xfe)]()+_0x69ee8b(0xfc)+_0x261a9a;}),winston_1['format']['json']())});}static[a0_0x2852ce(0xef)](_0x3d7ee6,_0x1b8b59,_0x5df53f){return new AgentLogger(_0x3d7ee6,_0x1b8b59,_0x5df53f);}[a0_0x2852ce(0xec)](..._0x2c3aa1){const _0x3f8eb0=a0_0x2852ce;this['logger'][_0x3f8eb0(0xec)](_0x2c3aa1);}['info'](..._0x5c3dfa){const _0x1aacdf=a0_0x2852ce;this[_0x1aacdf(0xe9)][_0x1aacdf(0xf5)](_0x5c3dfa);}[a0_0x2852ce(0xff)](..._0x4746ee){const _0x25886c=a0_0x2852ce;this[_0x25886c(0xe9)][_0x25886c(0xff)](_0x4746ee);}['error'](..._0x1b63ba){const _0x22c36e=a0_0x2852ce;this[_0x22c36e(0xe9)]['error'](_0x1b63ba);}}exports[a0_0x2852ce(0xe6)]=AgentLogger,AgentLogger[a0_0x2852ce(0xe4)]=a0_0x2852ce(0xe8);
1
+ const a0_0x657cf6=a0_0x13bf;(function(_0x3d3f77,_0x257309){const _0x481092=a0_0x13bf,_0x4c4cd7=_0x3d3f77();while(!![]){try{const _0x194190=-parseInt(_0x481092(0x75))/0x1*(-parseInt(_0x481092(0x6b))/0x2)+-parseInt(_0x481092(0x80))/0x3+-parseInt(_0x481092(0x83))/0x4*(parseInt(_0x481092(0x70))/0x5)+parseInt(_0x481092(0x76))/0x6+parseInt(_0x481092(0x6e))/0x7+-parseInt(_0x481092(0x87))/0x8*(parseInt(_0x481092(0x73))/0x9)+parseInt(_0x481092(0x82))/0xa*(-parseInt(_0x481092(0x7e))/0xb);if(_0x194190===_0x257309)break;else _0x4c4cd7['push'](_0x4c4cd7['shift']());}catch(_0x16a48f){_0x4c4cd7['push'](_0x4c4cd7['shift']());}}}(a0_0x43a8,0x676ce));const a0_0x16ac79=(function(){let _0xe97ba0=!![];return function(_0x4b59bb,_0x1d896e){const _0x14dfee=_0xe97ba0?function(){const _0x52f6b3=a0_0x13bf;if(_0x1d896e){const _0x218b42=_0x1d896e[_0x52f6b3(0x7c)](_0x4b59bb,arguments);return _0x1d896e=null,_0x218b42;}}:function(){};return _0xe97ba0=![],_0x14dfee;};}()),a0_0x5e9a84=a0_0x16ac79(this,function(){const _0x166ccf=a0_0x13bf;return a0_0x5e9a84[_0x166ccf(0x77)]()[_0x166ccf(0x7f)](_0x166ccf(0x6a))[_0x166ccf(0x77)]()[_0x166ccf(0x72)](a0_0x5e9a84)['search'](_0x166ccf(0x6a));});a0_0x5e9a84();'use strict';function a0_0x43a8(){const _0x5f053d=['default','10lcnhxH','964WQBwEV','AGENT_LOG_FILE','winston','toUpperCase','80DNTYIY','info','createLogger','transports','format','YYYY-MM-DD-HH','(((.+)+)+)+$','69514QVQmTZ','debug','lightrun_nodejs_agent.log','2492014ODhbdZ','logger','4505VtbApv','20m','constructor','265932duxrFc','winston-daily-rotate-file','23rRpSzS','672786FXAPTS','toString','defineProperty','warn','error','__esModule','apply','json','1342847zKgEOS','search','627648nfxzPM'];a0_0x43a8=function(){return _0x5f053d;};return a0_0x43a8();}Object[a0_0x657cf6(0x78)](exports,a0_0x657cf6(0x7b),{'value':!![]});function a0_0x13bf(_0x661532,_0x1dcea3){const _0x213192=a0_0x43a8();return a0_0x13bf=function(_0x5e9a84,_0x16ac79){_0x5e9a84=_0x5e9a84-0x67;let _0x43a803=_0x213192[_0x5e9a84];return _0x43a803;},a0_0x13bf(_0x661532,_0x1dcea3);}const winston_1=require(a0_0x657cf6(0x85)),DailyRotateFile=require(a0_0x657cf6(0x74)),{combine,printf,timestamp}=winston_1[a0_0x657cf6(0x68)],{Console}=winston_1[a0_0x657cf6(0x67)];function getLoggerTransport(_0x39e348){const _0x5970b0=a0_0x657cf6;if(_0x39e348)return new DailyRotateFile({'dirname':_0x39e348,'filename':AgentLogger[_0x5970b0(0x84)],'datePattern':_0x5970b0(0x69),'createSymlink':!![],'symlinkName':AgentLogger['AGENT_LOG_FILE'],'maxSize':_0x5970b0(0x71),'maxFiles':'10'});return new Console();}class AgentLogger{constructor(_0x24d130,_0x47eff9,_0x528b63){const _0x5778c5=a0_0x657cf6;this[_0x5778c5(0x6f)]=(0x0,winston_1[_0x5778c5(0x89)])({'level':_0x47eff9,'transports':[getLoggerTransport(_0x24d130),new Console({'level':_0x528b63,'stderrLevels':[_0x5778c5(0x6c),_0x5778c5(0x88),_0x5778c5(0x79),_0x5778c5(0x7a)]})],'format':combine(timestamp(),printf(({level:_0x1d97b9,message:_0x48a7a1,timestamp:_0x261985})=>{const _0xc06742=_0x5778c5;return _0x261985+'\x20['+_0x1d97b9[_0xc06742(0x86)]()+']\x20-\x20'+_0x48a7a1;}),winston_1[_0x5778c5(0x68)][_0x5778c5(0x7d)]())});}static[a0_0x657cf6(0x89)](_0x13bc04,_0x318308,_0x7d8772){return new AgentLogger(_0x13bc04,_0x318308,_0x7d8772);}[a0_0x657cf6(0x6c)](..._0x1ce3e7){const _0x16d254=a0_0x657cf6;this[_0x16d254(0x6f)][_0x16d254(0x6c)](_0x1ce3e7);}[a0_0x657cf6(0x88)](..._0x33de58){const _0x3feccf=a0_0x657cf6;this[_0x3feccf(0x6f)][_0x3feccf(0x88)](_0x33de58);}[a0_0x657cf6(0x79)](..._0x9c1622){const _0x3a3bb8=a0_0x657cf6;this[_0x3a3bb8(0x6f)]['warn'](_0x9c1622);}['error'](..._0x1c74c9){const _0x3b2137=a0_0x657cf6;this['logger'][_0x3b2137(0x7a)](_0x1c74c9);}}exports[a0_0x657cf6(0x81)]=AgentLogger,AgentLogger[a0_0x657cf6(0x84)]=a0_0x657cf6(0x6d);
@@ -1 +1 @@
1
- const a1_0x2bee40=a1_0x37a6;(function(_0x326184,_0x1bdd54){const _0x705efb=a1_0x37a6,_0x454a16=_0x326184();while(!![]){try{const _0x99c02=parseInt(_0x705efb(0xb1))/0x1*(parseInt(_0x705efb(0xbe))/0x2)+-parseInt(_0x705efb(0xc0))/0x3*(parseInt(_0x705efb(0xa7))/0x4)+-parseInt(_0x705efb(0xae))/0x5*(parseInt(_0x705efb(0xb3))/0x6)+parseInt(_0x705efb(0xa8))/0x7*(parseInt(_0x705efb(0xb0))/0x8)+-parseInt(_0x705efb(0xbf))/0x9*(-parseInt(_0x705efb(0xba))/0xa)+-parseInt(_0x705efb(0xb9))/0xb*(parseInt(_0x705efb(0xab))/0xc)+parseInt(_0x705efb(0xad))/0xd*(parseInt(_0x705efb(0xac))/0xe);if(_0x99c02===_0x1bdd54)break;else _0x454a16['push'](_0x454a16['shift']());}catch(_0xf33254){_0x454a16['push'](_0x454a16['shift']());}}}(a1_0x39ad,0xa4afa));function a1_0x37a6(_0x56e40d,_0x453af2){const _0x3cabce=a1_0x39ad();return a1_0x37a6=function(_0xda4051,_0x101e4e){_0xda4051=_0xda4051-0xa6;let _0x39adf5=_0x3cabce[_0xda4051];return _0x39adf5;},a1_0x37a6(_0x56e40d,_0x453af2);}const a1_0x101e4e=(function(){let _0x17760c=!![];return function(_0x4325ac,_0x5cead8){const _0x57ac25=_0x17760c?function(){const _0x371e26=a1_0x37a6;if(_0x5cead8){const _0x3c7f8a=_0x5cead8[_0x371e26(0xaa)](_0x4325ac,arguments);return _0x5cead8=null,_0x3c7f8a;}}:function(){};return _0x17760c=![],_0x57ac25;};}()),a1_0xda4051=a1_0x101e4e(this,function(){const _0x4771eb=a1_0x37a6;return a1_0xda4051['toString']()[_0x4771eb(0xa9)]('(((.+)+)+)+$')['toString']()['constructor'](a1_0xda4051)[_0x4771eb(0xa9)]('(((.+)+)+)+$');});a1_0xda4051();'use strict';Object[a1_0x2bee40(0xbb)](exports,a1_0x2bee40(0xb8),{'value':!![]}),exports[a1_0x2bee40(0xaf)]=void 0x0;class BlocklistingPatterns{constructor(_0x1e318d){const _0x12864f=a1_0x2bee40;this['inversePatterns']=[],this[_0x12864f(0xb7)]=[],_0x1e318d&&_0x1e318d['forEach'](_0x444f97=>{const _0x22f320=_0x12864f;_0x444f97&&(_0x444f97[0x0]==='!'?this[_0x22f320(0xbd)][_0x22f320(0xb6)](new RegExp(_0x444f97[_0x22f320(0xbc)](0x1))):this[_0x22f320(0xb7)][_0x22f320(0xb6)](new RegExp(_0x444f97)));});}[a1_0x2bee40(0xa6)](_0x33c87a){const _0x6f3954=a1_0x2bee40,_0x2b9ff4=_0xd9cfb7=>_0x33c87a[_0x6f3954(0xb5)](_0xd9cfb7);return this[_0x6f3954(0xbd)][_0x6f3954(0xb2)]!==0x0&&!this[_0x6f3954(0xbd)][_0x6f3954(0xb4)](_0x2b9ff4)||this[_0x6f3954(0xb7)][_0x6f3954(0xb4)](_0x2b9ff4);}}function a1_0x39ad(){const _0x257957=['BlocklistingPatterns','7532320KYLOeB','5736XkTwRE','length','7122fyoIWz','some','match','push','patterns','__esModule','12307196GOCLye','46340XwAoiz','defineProperty','substring','inversePatterns','346wzGify','1251KGYeMH','29811TqYeeo','matches','276CAAhnI','7CDJSkm','search','apply','12TqByzX','38206Bipqjc','3679JaMant','3670VvoncY'];a1_0x39ad=function(){return _0x257957;};return a1_0x39ad();}exports[a1_0x2bee40(0xaf)]=BlocklistingPatterns;
1
+ const a1_0x59683b=a1_0x32bd;(function(_0x634741,_0x5ae231){const _0x1b279d=a1_0x32bd,_0x175a43=_0x634741();while(!![]){try{const _0x5216e7=-parseInt(_0x1b279d(0x1c6))/0x1+-parseInt(_0x1b279d(0x1dc))/0x2+parseInt(_0x1b279d(0x1d0))/0x3*(-parseInt(_0x1b279d(0x1c7))/0x4)+-parseInt(_0x1b279d(0x1ca))/0x5*(-parseInt(_0x1b279d(0x1da))/0x6)+-parseInt(_0x1b279d(0x1d4))/0x7*(parseInt(_0x1b279d(0x1ce))/0x8)+-parseInt(_0x1b279d(0x1d1))/0x9*(parseInt(_0x1b279d(0x1d5))/0xa)+parseInt(_0x1b279d(0x1cb))/0xb;if(_0x5216e7===_0x5ae231)break;else _0x175a43['push'](_0x175a43['shift']());}catch(_0x539499){_0x175a43['push'](_0x175a43['shift']());}}}(a1_0x32f6,0x35588));function a1_0x32bd(_0x54b2a1,_0x1d5abf){const _0x505834=a1_0x32f6();return a1_0x32bd=function(_0x3920a9,_0x5388d8){_0x3920a9=_0x3920a9-0x1c3;let _0x32f6dc=_0x505834[_0x3920a9];return _0x32f6dc;},a1_0x32bd(_0x54b2a1,_0x1d5abf);}const a1_0x5388d8=(function(){let _0x217aa3=!![];return function(_0x1d3a2c,_0x303c3d){const _0x195f62=_0x217aa3?function(){const _0x127a40=a1_0x32bd;if(_0x303c3d){const _0x2b8dfb=_0x303c3d[_0x127a40(0x1c8)](_0x1d3a2c,arguments);return _0x303c3d=null,_0x2b8dfb;}}:function(){};return _0x217aa3=![],_0x195f62;};}()),a1_0x3920a9=a1_0x5388d8(this,function(){const _0x23b475=a1_0x32bd;return a1_0x3920a9[_0x23b475(0x1d8)]()[_0x23b475(0x1d2)](_0x23b475(0x1d7))['toString']()[_0x23b475(0x1db)](a1_0x3920a9)[_0x23b475(0x1d2)]('(((.+)+)+)+$');});a1_0x3920a9();'use strict';Object[a1_0x59683b(0x1c4)](exports,'__esModule',{'value':!![]}),exports['BlocklistingPatterns']=void 0x0;class BlocklistingPatterns{constructor(_0x4ad10f){const _0x27b7a3=a1_0x59683b;this[_0x27b7a3(0x1d3)]=[],this[_0x27b7a3(0x1c5)]=[],_0x4ad10f&&_0x4ad10f['forEach'](_0x415720=>{const _0x4e6a26=_0x27b7a3;_0x415720&&(_0x415720[0x0]==='!'?this['inversePatterns'][_0x4e6a26(0x1d6)](new RegExp(_0x415720[_0x4e6a26(0x1cf)](0x1))):this[_0x4e6a26(0x1c5)][_0x4e6a26(0x1d6)](new RegExp(_0x415720)));});}[a1_0x59683b(0x1cd)](_0x33d9e9){const _0x47a5a3=a1_0x59683b,_0x38be76=_0x1c3416=>_0x33d9e9[_0x47a5a3(0x1d9)](_0x1c3416);return this['inversePatterns'][_0x47a5a3(0x1c9)]!==0x0&&!this[_0x47a5a3(0x1d3)]['some'](_0x38be76)||this['patterns'][_0x47a5a3(0x1c3)](_0x38be76);}}exports[a1_0x59683b(0x1cc)]=BlocklistingPatterns;function a1_0x32f6(){const _0x89e904=['matches','26088mGZZXh','substring','861447DRPGSm','8649dQoIEY','search','inversePatterns','238TiMplT','2830ySrgjM','push','(((.+)+)+)+$','toString','match','6kTLzaO','constructor','635038qwtBiL','some','defineProperty','patterns','10291qqKMQy','4rYQvOH','apply','length','762635LhcDUR','11701503JMAlcd','BlocklistingPatterns'];a1_0x32f6=function(){return _0x89e904;};return a1_0x32f6();}
@@ -1 +1 @@
1
- var a2_0x1bdb11=a2_0x2a4e;(function(_0x3c90e4,_0x13e650){var _0x25ca9a=a2_0x2a4e,_0x6ae144=_0x3c90e4();while(!![]){try{var _0x400562=-parseInt(_0x25ca9a(0x1d2))/0x1*(parseInt(_0x25ca9a(0x1ce))/0x2)+-parseInt(_0x25ca9a(0x1d3))/0x3+-parseInt(_0x25ca9a(0x1ca))/0x4*(-parseInt(_0x25ca9a(0x1d6))/0x5)+-parseInt(_0x25ca9a(0x1c8))/0x6+-parseInt(_0x25ca9a(0x1d5))/0x7*(-parseInt(_0x25ca9a(0x1cc))/0x8)+-parseInt(_0x25ca9a(0x1d0))/0x9*(-parseInt(_0x25ca9a(0x1c4))/0xa)+parseInt(_0x25ca9a(0x1cd))/0xb*(parseInt(_0x25ca9a(0x1d9))/0xc);if(_0x400562===_0x13e650)break;else _0x6ae144['push'](_0x6ae144['shift']());}catch(_0x329315){_0x6ae144['push'](_0x6ae144['shift']());}}}(a2_0x4f50,0x1a687));var a2_0x5a6c64=(function(){var _0x1568b2=!![];return function(_0x3085b0,_0x27224d){var _0x2fdacb=_0x1568b2?function(){var _0x5d9aef=a2_0x2a4e;if(_0x27224d){var _0x13977c=_0x27224d[_0x5d9aef(0x1c6)](_0x3085b0,arguments);return _0x27224d=null,_0x13977c;}}:function(){};return _0x1568b2=![],_0x2fdacb;};}()),a2_0x149c92=a2_0x5a6c64(this,function(){var _0x40c067=a2_0x2a4e;return a2_0x149c92['toString']()[_0x40c067(0x1c5)]('(((.+)+)+)+$')[_0x40c067(0x1d7)]()[_0x40c067(0x1d8)](a2_0x149c92)[_0x40c067(0x1c5)](_0x40c067(0x1c7));});a2_0x149c92();function a2_0x4f50(){var _0x5db53f=['__esModule','1556XmuFBG','shouldBlock','698792EwnHCI','382877QJyRdU','184dMafEK','defineProperty','435267jUkKOD','value','1751MWeNdH','593886IUqpRw','DummyBlocklistManager','14gwBEpT','1795EivrlL','toString','constructor','48UqUMjv','10HFcKyS','search','apply','(((.+)+)+)+$','208314RDTjvW'];a2_0x4f50=function(){return _0x5db53f;};return a2_0x4f50();}'use strict';Object[a2_0x1bdb11(0x1cf)](exports,a2_0x1bdb11(0x1c9),{'value':!![]}),exports[a2_0x1bdb11(0x1d4)]=void 0x0;function a2_0x2a4e(_0x15e199,_0x220200){var _0x3ab31a=a2_0x4f50();return a2_0x2a4e=function(_0x149c92,_0x5a6c64){_0x149c92=_0x149c92-0x1c4;var _0x4f502a=_0x3ab31a[_0x149c92];return _0x4f502a;},a2_0x2a4e(_0x15e199,_0x220200);}class DummyBlocklistManager{constructor(_0x1dec38){var _0x555618=a2_0x1bdb11;this[_0x555618(0x1d1)]=_0x1dec38;}[a2_0x1bdb11(0x1cb)](){return this['value'];}}exports[a2_0x1bdb11(0x1d4)]=DummyBlocklistManager;
1
+ function a2_0x5b42(_0x10db5d,_0x3e525e){var _0x2ceafc=a2_0xbfe4();return a2_0x5b42=function(_0x2d6505,_0x2b9e27){_0x2d6505=_0x2d6505-0x1ca;var _0xbfe4c6=_0x2ceafc[_0x2d6505];return _0xbfe4c6;},a2_0x5b42(_0x10db5d,_0x3e525e);}var a2_0x6be72e=a2_0x5b42;(function(_0x62bdc,_0x566b4d){var _0x4c154c=a2_0x5b42,_0x416bca=_0x62bdc();while(!![]){try{var _0x1f3a0c=parseInt(_0x4c154c(0x1d8))/0x1+parseInt(_0x4c154c(0x1d1))/0x2*(-parseInt(_0x4c154c(0x1cb))/0x3)+-parseInt(_0x4c154c(0x1cc))/0x4+-parseInt(_0x4c154c(0x1d5))/0x5*(-parseInt(_0x4c154c(0x1cd))/0x6)+-parseInt(_0x4c154c(0x1d3))/0x7+-parseInt(_0x4c154c(0x1d6))/0x8*(parseInt(_0x4c154c(0x1da))/0x9)+parseInt(_0x4c154c(0x1cf))/0xa;if(_0x1f3a0c===_0x566b4d)break;else _0x416bca['push'](_0x416bca['shift']());}catch(_0xa73b92){_0x416bca['push'](_0x416bca['shift']());}}}(a2_0xbfe4,0xaebd6));var a2_0x2b9e27=(function(){var _0x2a2439=!![];return function(_0x6570a1,_0x47a6a2){var _0x4f81dc=_0x2a2439?function(){var _0x46b785=a2_0x5b42;if(_0x47a6a2){var _0x525a9c=_0x47a6a2[_0x46b785(0x1d2)](_0x6570a1,arguments);return _0x47a6a2=null,_0x525a9c;}}:function(){};return _0x2a2439=![],_0x4f81dc;};}()),a2_0x2d6505=a2_0x2b9e27(this,function(){var _0x4f5a2a=a2_0x5b42;return a2_0x2d6505[_0x4f5a2a(0x1ca)]()[_0x4f5a2a(0x1db)](_0x4f5a2a(0x1d0))[_0x4f5a2a(0x1ca)]()[_0x4f5a2a(0x1d4)](a2_0x2d6505)[_0x4f5a2a(0x1db)](_0x4f5a2a(0x1d0));});a2_0x2d6505();'use strict';Object['defineProperty'](exports,a2_0x6be72e(0x1d7),{'value':!![]}),exports[a2_0x6be72e(0x1d9)]=void 0x0;class DummyBlocklistManager{constructor(_0x455fb2){var _0x36a620=a2_0x6be72e;this[_0x36a620(0x1ce)]=_0x455fb2;}['shouldBlock'](){var _0x2e2125=a2_0x6be72e;return this[_0x2e2125(0x1ce)];}}function a2_0xbfe4(){var _0x1c381d=['5138511VnSPpR','constructor','50ETbnsM','6675952jLIWhi','__esModule','476088FAfQoH','DummyBlocklistManager','9mHfpJY','search','toString','278022tnwsYx','2813060xJAjXO','108090YWeErk','value','30727200jTfGfk','(((.+)+)+)+$','16JSMzQU','apply'];a2_0xbfe4=function(){return _0x1c381d;};return a2_0xbfe4();}exports['DummyBlocklistManager']=DummyBlocklistManager;
@@ -1 +1 @@
1
- const a3_0x203251=a3_0x173f;(function(_0x4bc065,_0x1d3907){const _0x23a108=a3_0x173f,_0x18d6c5=_0x4bc065();while(!![]){try{const _0x5b4c04=parseInt(_0x23a108(0xe7))/0x1*(-parseInt(_0x23a108(0xea))/0x2)+parseInt(_0x23a108(0xdc))/0x3+parseInt(_0x23a108(0xe9))/0x4+parseInt(_0x23a108(0xf3))/0x5*(-parseInt(_0x23a108(0xf1))/0x6)+-parseInt(_0x23a108(0xed))/0x7*(-parseInt(_0x23a108(0xe8))/0x8)+-parseInt(_0x23a108(0xe3))/0x9*(-parseInt(_0x23a108(0xe4))/0xa)+parseInt(_0x23a108(0xf4))/0xb;if(_0x5b4c04===_0x1d3907)break;else _0x18d6c5['push'](_0x18d6c5['shift']());}catch(_0x38a33c){_0x18d6c5['push'](_0x18d6c5['shift']());}}}(a3_0x36ba,0xb17e3));const a3_0x5ef45a=(function(){let _0x4eb197=!![];return function(_0x28cb23,_0x4ad65f){const _0xec468f=_0x4eb197?function(){if(_0x4ad65f){const _0x24e0bd=_0x4ad65f['apply'](_0x28cb23,arguments);return _0x4ad65f=null,_0x24e0bd;}}:function(){};return _0x4eb197=![],_0xec468f;};}()),a3_0x529ac9=a3_0x5ef45a(this,function(){const _0x502ce9=a3_0x173f;return a3_0x529ac9[_0x502ce9(0xeb)]()[_0x502ce9(0xf2)](_0x502ce9(0xdd))[_0x502ce9(0xeb)]()[_0x502ce9(0xde)](a3_0x529ac9)[_0x502ce9(0xf2)]('(((.+)+)+)+$');});function a3_0x173f(_0x146288,_0x291a5c){const _0x3566b1=a3_0x36ba();return a3_0x173f=function(_0x529ac9,_0x5ef45a){_0x529ac9=_0x529ac9-0xdc;let _0x36baf3=_0x3566b1[_0x529ac9];return _0x36baf3;},a3_0x173f(_0x146288,_0x291a5c);}function a3_0x36ba(){const _0x450455=['toString','shouldBlock','406nipczh','./blocklisting-patterns','config','BlocklistingPatterns','129534lVTCcD','search','100mWzPOD','710281cEgkRb','731901pHKOoX','(((.+)+)+)+$','constructor','defineProperty','blocklist','blocklistExceptions','matches','6073425JRpMNK','10bboebu','../util/utils','stripWorkingDir','752996yogKwt','55696mAcWkY','2098512qbrFNM','2QrrxCa'];a3_0x36ba=function(){return _0x450455;};return a3_0x36ba();}a3_0x529ac9();'use strict';Object[a3_0x203251(0xdf)](exports,'__esModule',{'value':!![]}),exports['PatternsBlocklistManager']=void 0x0;const blocklisting_patterns_1=require(a3_0x203251(0xee)),utils=require(a3_0x203251(0xe5));class PatternsBlocklistManager{constructor(_0x3cf4de,_0x3ee4cc,_0x1d6c9b){const _0x38a63e=a3_0x203251;this[_0x38a63e(0xe0)]=new blocklisting_patterns_1[(_0x38a63e(0xf0))](_0x3cf4de),this[_0x38a63e(0xe1)]=new blocklisting_patterns_1[(_0x38a63e(0xf0))](_0x3ee4cc),this[_0x38a63e(0xef)]=_0x1d6c9b;}[a3_0x203251(0xec)](_0xe98579){const _0x2977dc=a3_0x203251;_0xe98579=this[_0x2977dc(0xe6)](_0xe98579);if(this[_0x2977dc(0xe1)]['matches'](_0xe98579))return![];return this[_0x2977dc(0xe0)][_0x2977dc(0xe2)](_0xe98579);}[a3_0x203251(0xe6)](_0x237d52){const _0x5cc6c8=a3_0x203251;if(utils['isPathInCurrentWorkingDirectory'](_0x237d52,this[_0x5cc6c8(0xef)]))return utils['stripCurrentWorkingDirectory'](_0x237d52,this[_0x5cc6c8(0xef)]);return _0x237d52;}}exports['PatternsBlocklistManager']=PatternsBlocklistManager;
1
+ function a3_0x4b97(_0x155f23,_0x1cf065){const _0x2f8400=a3_0x55ca();return a3_0x4b97=function(_0x157a61,_0x478a3c){_0x157a61=_0x157a61-0x114;let _0x55cae4=_0x2f8400[_0x157a61];return _0x55cae4;},a3_0x4b97(_0x155f23,_0x1cf065);}const a3_0x4be830=a3_0x4b97;(function(_0x5cdc49,_0x18900c){const _0x29bf9b=a3_0x4b97,_0x1568e7=_0x5cdc49();while(!![]){try{const _0x4efe96=-parseInt(_0x29bf9b(0x127))/0x1*(-parseInt(_0x29bf9b(0x114))/0x2)+-parseInt(_0x29bf9b(0x12a))/0x3*(parseInt(_0x29bf9b(0x129))/0x4)+parseInt(_0x29bf9b(0x128))/0x5+-parseInt(_0x29bf9b(0x116))/0x6+-parseInt(_0x29bf9b(0x11f))/0x7*(-parseInt(_0x29bf9b(0x123))/0x8)+parseInt(_0x29bf9b(0x119))/0x9+-parseInt(_0x29bf9b(0x12d))/0xa;if(_0x4efe96===_0x18900c)break;else _0x1568e7['push'](_0x1568e7['shift']());}catch(_0x15965f){_0x1568e7['push'](_0x1568e7['shift']());}}}(a3_0x55ca,0x34af9));function a3_0x55ca(){const _0x33198e=['1799930qnNPpu','config','165050nIPmjI','BlocklistingPatterns','360552rGmLao','matches','(((.+)+)+)+$','3125673WXUebP','../util/utils','apply','blocklist','isPathInCurrentWorkingDirectory','stripWorkingDir','419713dNpbvn','constructor','stripCurrentWorkingDirectory','PatternsBlocklistManager','8QfnDVG','blocklistExceptions','shouldBlock','search','3AUuMvj','480935tgBnDX','8DJkKsO','442698plnoJg','toString','__esModule'];a3_0x55ca=function(){return _0x33198e;};return a3_0x55ca();}const a3_0x478a3c=(function(){let _0x6f8ed4=!![];return function(_0x237021,_0x36ed57){const _0x1c4820=_0x6f8ed4?function(){const _0xbd5776=a3_0x4b97;if(_0x36ed57){const _0x4df016=_0x36ed57[_0xbd5776(0x11b)](_0x237021,arguments);return _0x36ed57=null,_0x4df016;}}:function(){};return _0x6f8ed4=![],_0x1c4820;};}()),a3_0x157a61=a3_0x478a3c(this,function(){const _0x4054a2=a3_0x4b97;return a3_0x157a61['toString']()[_0x4054a2(0x126)](_0x4054a2(0x118))[_0x4054a2(0x12b)]()[_0x4054a2(0x120)](a3_0x157a61)[_0x4054a2(0x126)](_0x4054a2(0x118));});a3_0x157a61();'use strict';Object['defineProperty'](exports,a3_0x4be830(0x12c),{'value':!![]}),exports[a3_0x4be830(0x122)]=void 0x0;const blocklisting_patterns_1=require('./blocklisting-patterns'),utils=require(a3_0x4be830(0x11a));class PatternsBlocklistManager{constructor(_0x551bfc,_0x2c046d,_0x12d849){const _0x59095a=a3_0x4be830;this[_0x59095a(0x11c)]=new blocklisting_patterns_1[(_0x59095a(0x115))](_0x551bfc),this[_0x59095a(0x124)]=new blocklisting_patterns_1[(_0x59095a(0x115))](_0x2c046d),this[_0x59095a(0x12e)]=_0x12d849;}[a3_0x4be830(0x125)](_0x1ee6ee){const _0x59b10f=a3_0x4be830;_0x1ee6ee=this[_0x59b10f(0x11e)](_0x1ee6ee);if(this[_0x59b10f(0x124)][_0x59b10f(0x117)](_0x1ee6ee))return![];return this[_0x59b10f(0x11c)]['matches'](_0x1ee6ee);}['stripWorkingDir'](_0x5c92){const _0x2c6601=a3_0x4be830;if(utils[_0x2c6601(0x11d)](_0x5c92,this[_0x2c6601(0x12e)]))return utils[_0x2c6601(0x121)](_0x5c92,this[_0x2c6601(0x12e)]);return _0x5c92;}}exports[a3_0x4be830(0x122)]=PatternsBlocklistManager;
@@ -1 +1 @@
1
- const a4_0x3fb9dd=a4_0x35cc;(function(_0x3fc437,_0x5685cf){const _0x17f00e=a4_0x35cc,_0x17f906=_0x3fc437();while(!![]){try{const _0x333fb1=parseInt(_0x17f00e(0x9e))/0x1+parseInt(_0x17f00e(0xae))/0x2+-parseInt(_0x17f00e(0xa2))/0x3*(parseInt(_0x17f00e(0xb9))/0x4)+-parseInt(_0x17f00e(0xaa))/0x5+-parseInt(_0x17f00e(0xb0))/0x6+parseInt(_0x17f00e(0xa1))/0x7+-parseInt(_0x17f00e(0xbd))/0x8*(-parseInt(_0x17f00e(0x9f))/0x9);if(_0x333fb1===_0x5685cf)break;else _0x17f906['push'](_0x17f906['shift']());}catch(_0x528ae6){_0x17f906['push'](_0x17f906['shift']());}}}(a4_0xfe8d,0xcd878));const a4_0x97cfaf=(function(){let _0x3dc978=!![];return function(_0x463d9f,_0xa99265){const _0x3a8532=_0x3dc978?function(){const _0x3df562=a4_0x35cc;if(_0xa99265){const _0x211e77=_0xa99265[_0x3df562(0x9d)](_0x463d9f,arguments);return _0xa99265=null,_0x211e77;}}:function(){};return _0x3dc978=![],_0x3a8532;};}()),a4_0x161efc=a4_0x97cfaf(this,function(){const _0xfb4e73=a4_0x35cc;return a4_0x161efc[_0xfb4e73(0xb3)]()['search'](_0xfb4e73(0xa3))[_0xfb4e73(0xb3)]()[_0xfb4e73(0xa6)](a4_0x161efc)['search'](_0xfb4e73(0xa3));});a4_0x161efc();function a4_0xfe8d(){const _0x6f4e02=['tmpdir','3006045gfCOPP','Production','Agent\x20Configuration:\x20','debug','2313484hIXpVo','exists','3356910bKjuOI','none','lightrunSecret','toString','.js','not\x20set!','existsSync','info','logMainConfigParams','5276PcVeEi','defineProperty','515a630cfd1fb908e30087bcc20b7413ad146b9bf2b23d3aaa72c28e45b24fb2','agentConfigFile','26584uNDHCs','!!!\x20NOT\x20SET\x20!!!','apply','1543102cYcUff','387KGOmBC','defaultConfig','5133632ANNIld','3579khgaoA','(((.+)+)+)+$','cwd','__esModule','constructor','node_modules/lightrun/build/src/resources/lightrun-self-signed.pem','set'];a4_0xfe8d=function(){return _0x6f4e02;};return a4_0xfe8d();}'use strict';Object[a4_0x3fb9dd(0xba)](exports,a4_0x3fb9dd(0xa5),{'value':!![]}),exports['logMainConfigParams']=exports[a4_0x3fb9dd(0xa0)]=void 0x0;const os_1=require('os'),fs_1=require('fs');function a4_0x35cc(_0x54f6e3,_0x18226f){const _0x3d3f11=a4_0xfe8d();return a4_0x35cc=function(_0x161efc,_0x97cfaf){_0x161efc=_0x161efc-0x9d;let _0xfe8d2c=_0x3d3f11[_0x161efc];return _0xfe8d2c;},a4_0x35cc(_0x54f6e3,_0x18226f);}exports[a4_0x3fb9dd(0xa0)]={'workingDirectory':process[a4_0x3fb9dd(0xa4)](),'allowRootAsWorkingDirectory':![],'description':undefined,'allowExpressions':!![],'serviceContext':{'service':undefined,'version':undefined,'minorVersion_':undefined},'appPathRelativeToRepository':undefined,'javascriptFileExtensions':[a4_0x3fb9dd(0xb4)],'pathResolver':undefined,'breakpointUpdateIntervalSec':0x1e,'breakpointExpirationSec':0x3c*0x3c,'expressionsEvalTimeoutMillis':0x7d0,'capture':{'includeNodeModules':![],'maxFrames':0x14,'maxExpandFrames':0x5,'maxProperties':0xa,'maxVariableSize':0x100,'maxSnapshotBufferSize':0xfde8,'maxWatchListVariableSize':0x8000},'log':{'logger':console},'internal':{'registerDelayOnFetcherErrorSec':0x1e,'maxRequestRetryDelaySeconds':0x28},'forceNewAgent_':![],'testMode_':![],'apiEndpoint':'app.lightrun.com','lightrunSecret':'','agentLog':{'logsPath':os_1[a4_0x3fb9dd(0xa9)](),'level':a4_0x3fb9dd(0xb7),'stdErrThreshold':a4_0x3fb9dd(0xb1),'collectCooldownMs':0x3e8*0x3c,'maxLogFileBytes':0x400*0x400},'pinnedCerts':[a4_0x3fb9dd(0xbb),'ee80811b38e7e6c2dc4cc372cbea86bd86b446b012e427f2e19bf094afba5d12'],'noCheckCertificate':![],'caPath':a4_0x3fb9dd(0xa7),'metadata':{'registration':{'tags':[a4_0x3fb9dd(0xab)]}},'transmissionBulkMaxSize':0xa,'quota':{'maxConditionCost':0x1,'maxCPUCost':0x1,'maxDynamicLogRate':0x1e,'maxDynamicLogByteRate':0x5000,'ignoreQuota':![],'quotaRecoverySeconds':0x1},'agentConfigFile':'agent.config','resetV8DebuggerThreshold':0x1e,'fetchBreakpointsOnce':![],'lightrunWaitForInit':![],'lightrunInitWaitTimeMs':0x7d0,'requestTimeoutMs':0x4e20};function logMainConfigParams(_0x470ecf,_0x22a191){const _0x5187be=a4_0x3fb9dd;let _0x2ca55f=_0x470ecf[_0x5187be(0xbc)];_0x2ca55f?_0x2ca55f+=',\x20\x20\x20the\x20file\x20'+(fs_1[_0x5187be(0xb6)](_0x470ecf['agentConfigFile'])?_0x5187be(0xaf):'DOESN\x27T\x20EXIST'):_0x2ca55f=_0x5187be(0xb5);const _0x3b938e={..._0x470ecf,'lightrunSecret':_0x470ecf[_0x5187be(0xb2)]?_0x5187be(0xa8):_0x5187be(0xbe),'agentConfigFile':_0x2ca55f};_0x22a191[_0x5187be(0xad)](_0x5187be(0xac),_0x3b938e);}exports[a4_0x3fb9dd(0xb8)]=logMainConfigParams;
1
+ const a4_0xbec6bb=a4_0x5cf7;function a4_0x5cf7(_0x6cf7cd,_0x3f4612){const _0x3cc580=a4_0x5760();return a4_0x5cf7=function(_0x2bf557,_0x5b855d){_0x2bf557=_0x2bf557-0x1dd;let _0x5760d8=_0x3cc580[_0x2bf557];return _0x5760d8;},a4_0x5cf7(_0x6cf7cd,_0x3f4612);}(function(_0x556088,_0x5ad8b3){const _0x5533ea=a4_0x5cf7,_0x4492d7=_0x556088();while(!![]){try{const _0xeac057=-parseInt(_0x5533ea(0x1ea))/0x1*(-parseInt(_0x5533ea(0x1f9))/0x2)+-parseInt(_0x5533ea(0x1ee))/0x3*(parseInt(_0x5533ea(0x1ff))/0x4)+parseInt(_0x5533ea(0x1f0))/0x5*(parseInt(_0x5533ea(0x1e4))/0x6)+parseInt(_0x5533ea(0x1e6))/0x7*(parseInt(_0x5533ea(0x1e9))/0x8)+parseInt(_0x5533ea(0x1ed))/0x9*(-parseInt(_0x5533ea(0x1e5))/0xa)+-parseInt(_0x5533ea(0x1f7))/0xb+-parseInt(_0x5533ea(0x1f2))/0xc;if(_0xeac057===_0x5ad8b3)break;else _0x4492d7['push'](_0x4492d7['shift']());}catch(_0x6d53de){_0x4492d7['push'](_0x4492d7['shift']());}}}(a4_0x5760,0xee3ff));const a4_0x5b855d=(function(){let _0x3c7989=!![];return function(_0x1ca303,_0x1febe0){const _0x1fd079=_0x3c7989?function(){const _0x198458=a4_0x5cf7;if(_0x1febe0){const _0x8f5606=_0x1febe0[_0x198458(0x1df)](_0x1ca303,arguments);return _0x1febe0=null,_0x8f5606;}}:function(){};return _0x3c7989=![],_0x1fd079;};}()),a4_0x2bf557=a4_0x5b855d(this,function(){const _0x2e1cdc=a4_0x5cf7;return a4_0x2bf557[_0x2e1cdc(0x1e1)]()[_0x2e1cdc(0x1fe)]('(((.+)+)+)+$')[_0x2e1cdc(0x1e1)]()['constructor'](a4_0x2bf557)[_0x2e1cdc(0x1fe)](_0x2e1cdc(0x1f3));});a4_0x2bf557();function a4_0x5760(){const _0x48a3e9=['defineProperty','exists','apply','agentConfigFile','toString','__esModule','Production','66qdvDhY','70OPcKnb','7IoXMoj','DOESN\x27T\x20EXIST','info','14769128oripWp','9218anfYcf','none',',\x20\x20\x20the\x20file\x20','1649871Vzsrbd','1011WTpoSu','.js','313330cizIVg','node_modules/lightrun/build/src/resources/lightrun-self-signed.pem','5839260WoawNE','(((.+)+)+)+$','defaultConfig','lightrunSecret','existsSync','4137133pRJmMe','!!!\x20NOT\x20SET\x20!!!','158gEwzqH','not\x20set!','515a630cfd1fb908e30087bcc20b7413ad146b9bf2b23d3aaa72c28e45b24fb2','debug','app.lightrun.com','search','1684UoYuKA'];a4_0x5760=function(){return _0x48a3e9;};return a4_0x5760();}'use strict';Object[a4_0xbec6bb(0x1dd)](exports,a4_0xbec6bb(0x1e2),{'value':!![]}),exports['logMainConfigParams']=exports[a4_0xbec6bb(0x1f4)]=void 0x0;const os_1=require('os'),fs_1=require('fs');exports[a4_0xbec6bb(0x1f4)]={'workingDirectory':process['cwd'](),'allowRootAsWorkingDirectory':![],'description':undefined,'allowExpressions':!![],'serviceContext':{'service':undefined,'version':undefined,'minorVersion_':undefined},'appPathRelativeToRepository':undefined,'javascriptFileExtensions':[a4_0xbec6bb(0x1ef)],'pathResolver':undefined,'breakpointUpdateIntervalSec':0x1e,'breakpointExpirationSec':0x3c*0x3c,'expressionsEvalTimeoutMillis':0x7d0,'capture':{'includeNodeModules':![],'maxFrames':0x14,'maxExpandFrames':0x5,'maxProperties':0xa,'maxVariableSize':0x100,'maxSnapshotBufferSize':0xfde8,'maxWatchListVariableSize':0x8000},'log':{'logger':console},'internal':{'registerDelayOnFetcherErrorSec':0x1e,'maxRequestRetryDelaySeconds':0x28},'forceNewAgent_':![],'testMode_':![],'apiEndpoint':a4_0xbec6bb(0x1fd),'lightrunSecret':'','agentLog':{'logsPath':(0x0,os_1['tmpdir'])(),'level':a4_0xbec6bb(0x1e8),'stdErrThreshold':a4_0xbec6bb(0x1eb),'collectCooldownMs':0x3e8*0x3c,'maxLogFileBytes':0x400*0x400},'pinnedCerts':[a4_0xbec6bb(0x1fb),'ee80811b38e7e6c2dc4cc372cbea86bd86b446b012e427f2e19bf094afba5d12'],'noCheckCertificate':![],'caPath':a4_0xbec6bb(0x1f1),'metadata':{'registration':{'tags':[a4_0xbec6bb(0x1e3)]}},'transmissionBulkMaxSize':0xa,'quota':{'maxConditionCost':0x1,'maxCPUCost':0x1,'maxDynamicLogRate':0x1e,'maxDynamicLogByteRate':0x5000,'ignoreQuota':![],'quotaRecoverySeconds':0x1},'agentConfigFile':'agent.config','resetV8DebuggerThreshold':0x1e,'fetchBreakpointsOnce':![],'lightrunWaitForInit':![],'lightrunInitWaitTimeMs':0x7d0,'requestTimeoutMs':0x4e20};function logMainConfigParams(_0x154870,_0x306b47){const _0x1c6961=a4_0xbec6bb;let _0x296968=_0x154870[_0x1c6961(0x1e0)];_0x296968?_0x296968+=_0x1c6961(0x1ec)+((0x0,fs_1[_0x1c6961(0x1f6)])(_0x154870[_0x1c6961(0x1e0)])?_0x1c6961(0x1de):_0x1c6961(0x1e7)):_0x296968=_0x1c6961(0x1fa);const _0x4bfdb2={..._0x154870,'lightrunSecret':_0x154870[_0x1c6961(0x1f5)]?'set':_0x1c6961(0x1f8),'agentConfigFile':_0x296968};_0x306b47[_0x1c6961(0x1fc)]('Agent\x20Configuration:\x20',_0x4bfdb2);}exports['logMainConfigParams']=logMainConfigParams;
@@ -1 +1 @@
1
- var a5_0xb789e9=a5_0xee90;(function(_0x5ab9e3,_0x4cdebe){var _0x321dfa=a5_0xee90,_0x31367d=_0x5ab9e3();while(!![]){try{var _0x3eedf2=-parseInt(_0x321dfa(0x1ed))/0x1*(parseInt(_0x321dfa(0x1dd))/0x2)+parseInt(_0x321dfa(0x1e4))/0x3*(parseInt(_0x321dfa(0x1ef))/0x4)+-parseInt(_0x321dfa(0x1e1))/0x5+-parseInt(_0x321dfa(0x1ec))/0x6+parseInt(_0x321dfa(0x1df))/0x7+-parseInt(_0x321dfa(0x1e9))/0x8+parseInt(_0x321dfa(0x1da))/0x9;if(_0x3eedf2===_0x4cdebe)break;else _0x31367d['push'](_0x31367d['shift']());}catch(_0x298a9c){_0x31367d['push'](_0x31367d['shift']());}}}(a5_0x14e8,0x4f21d));var a5_0x4d19f0=(function(){var _0x58594e=!![];return function(_0xb2dad3,_0x537ee7){var _0x570f5e=_0x58594e?function(){var _0x34ebdd=a5_0xee90;if(_0x537ee7){var _0x384a50=_0x537ee7[_0x34ebdd(0x1f0)](_0xb2dad3,arguments);return _0x537ee7=null,_0x384a50;}}:function(){};return _0x58594e=![],_0x570f5e;};}()),a5_0x371005=a5_0x4d19f0(this,function(){var _0x5628da=a5_0xee90;return a5_0x371005[_0x5628da(0x1db)]()[_0x5628da(0x1ee)](_0x5628da(0x1e3))[_0x5628da(0x1db)]()['constructor'](a5_0x371005)[_0x5628da(0x1ee)](_0x5628da(0x1e3));});a5_0x371005();function a5_0x14e8(){var _0x28ad06=['apply','ConfigurationProvider','6925887SmqrcL','toString','getMaxVariableSize','130mtlRBE','capture','3987571GNHeiM','maxStringLength','2759380EUnclf','getMaxSnapshotBufferSize','(((.+)+)+)+$','340071gXrnKA','maxWatchListVariableSize','resolvedDebugAgentConfig','__esModule','maxDataSize','404192SHijYh','getMaxWatchListVariableSize','defineProperty','3183432MEYrTI','3418eLZNdX','search','12hwAvOW'];a5_0x14e8=function(){return _0x28ad06;};return a5_0x14e8();}'use strict';function a5_0xee90(_0x5da4f4,_0x1c3f74){var _0x7ae72a=a5_0x14e8();return a5_0xee90=function(_0x371005,_0x4d19f0){_0x371005=_0x371005-0x1da;var _0x14e852=_0x7ae72a[_0x371005];return _0x14e852;},a5_0xee90(_0x5da4f4,_0x1c3f74);}Object[a5_0xb789e9(0x1eb)](exports,a5_0xb789e9(0x1e7),{'value':!![]}),exports[a5_0xb789e9(0x1f1)]=void 0x0;class ConfigurationProvider{constructor(_0x246f6b){var _0x24481d=a5_0xb789e9;this[_0x24481d(0x1e6)]=_0x246f6b;}[a5_0xb789e9(0x1dc)](){var _0x16680e=a5_0xb789e9;return this[_0x16680e(0x1e6)][_0x16680e(0x1de)][_0x16680e(0x1e0)]||this['resolvedDebugAgentConfig'][_0x16680e(0x1de)]['maxVariableSize'];}[a5_0xb789e9(0x1ea)](){var _0x212b03=a5_0xb789e9;return this[_0x212b03(0x1e6)][_0x212b03(0x1de)][_0x212b03(0x1e5)];}[a5_0xb789e9(0x1e2)](){var _0x30d2a4=a5_0xb789e9;return this[_0x30d2a4(0x1e6)][_0x30d2a4(0x1de)][_0x30d2a4(0x1e8)]||this['resolvedDebugAgentConfig']['capture']['maxSnapshotBufferSize'];}}exports[a5_0xb789e9(0x1f1)]=ConfigurationProvider;
1
+ var a5_0x49d9ed=a5_0x44de;(function(_0x23b517,_0x49cdfd){var _0x1481d1=a5_0x44de,_0x2d93dc=_0x23b517();while(!![]){try{var _0x201772=parseInt(_0x1481d1(0xb1))/0x1+-parseInt(_0x1481d1(0xa8))/0x2*(parseInt(_0x1481d1(0xaa))/0x3)+-parseInt(_0x1481d1(0xa3))/0x4*(-parseInt(_0x1481d1(0xb2))/0x5)+-parseInt(_0x1481d1(0xad))/0x6*(parseInt(_0x1481d1(0xb5))/0x7)+parseInt(_0x1481d1(0xa9))/0x8+-parseInt(_0x1481d1(0xaf))/0x9+-parseInt(_0x1481d1(0xb0))/0xa*(-parseInt(_0x1481d1(0xab))/0xb);if(_0x201772===_0x49cdfd)break;else _0x2d93dc['push'](_0x2d93dc['shift']());}catch(_0x3dda94){_0x2d93dc['push'](_0x2d93dc['shift']());}}}(a5_0x3ece,0xaee74));function a5_0x3ece(){var _0x32caa6=['resolvedDebugAgentConfig','getMaxWatchListVariableSize','7ERrKIo','getMaxVariableSize','constructor','search','capture','maxWatchListVariableSize','toString','defineProperty','maxVariableSize','8KUSCDS','maxSnapshotBufferSize','(((.+)+)+)+$','ConfigurationProvider','__esModule','49374nzFhfP','8014816eqtgqF','93Mauijg','59477cBmYAf','apply','6977850GNdfuF','getMaxSnapshotBufferSize','2375838QALaqg','1990KAETGr','190531KCjAat','1600705vBphbe'];a5_0x3ece=function(){return _0x32caa6;};return a5_0x3ece();}var a5_0x492cc0=(function(){var _0x496ea6=!![];return function(_0x280b81,_0x4b928d){var _0x3456f7=_0x496ea6?function(){var _0x23a0fb=a5_0x44de;if(_0x4b928d){var _0x20ae95=_0x4b928d[_0x23a0fb(0xac)](_0x280b81,arguments);return _0x4b928d=null,_0x20ae95;}}:function(){};return _0x496ea6=![],_0x3456f7;};}()),a5_0x1c5a37=a5_0x492cc0(this,function(){var _0x4843d0=a5_0x44de;return a5_0x1c5a37[_0x4843d0(0xa0)]()[_0x4843d0(0xb8)](_0x4843d0(0xa5))[_0x4843d0(0xa0)]()[_0x4843d0(0xb7)](a5_0x1c5a37)[_0x4843d0(0xb8)](_0x4843d0(0xa5));});a5_0x1c5a37();'use strict';Object[a5_0x49d9ed(0xa1)](exports,a5_0x49d9ed(0xa7),{'value':!![]}),exports[a5_0x49d9ed(0xa6)]=void 0x0;function a5_0x44de(_0x148c39,_0x3ea60f){var _0x17fab0=a5_0x3ece();return a5_0x44de=function(_0x1c5a37,_0x492cc0){_0x1c5a37=_0x1c5a37-0xa0;var _0x3ecef9=_0x17fab0[_0x1c5a37];return _0x3ecef9;},a5_0x44de(_0x148c39,_0x3ea60f);}class ConfigurationProvider{constructor(_0x2dc398){this['resolvedDebugAgentConfig']=_0x2dc398;}[a5_0x49d9ed(0xb6)](){var _0x34a982=a5_0x49d9ed;return this['resolvedDebugAgentConfig'][_0x34a982(0xb9)]['maxStringLength']||this[_0x34a982(0xb3)][_0x34a982(0xb9)][_0x34a982(0xa2)];}[a5_0x49d9ed(0xb4)](){var _0x418d1d=a5_0x49d9ed;return this[_0x418d1d(0xb3)][_0x418d1d(0xb9)][_0x418d1d(0xba)];}[a5_0x49d9ed(0xae)](){var _0x1a31fc=a5_0x49d9ed;return this[_0x1a31fc(0xb3)][_0x1a31fc(0xb9)]['maxDataSize']||this[_0x1a31fc(0xb3)][_0x1a31fc(0xb9)][_0x1a31fc(0xa4)];}}exports[a5_0x49d9ed(0xa6)]=ConfigurationProvider;
@@ -1 +1 @@
1
- const a6_0x12822a=a6_0x2091;(function(_0x3bccc4,_0x3f9438){const _0x411214=a6_0x2091,_0x298406=_0x3bccc4();while(!![]){try{const _0x434d26=parseInt(_0x411214(0x172))/0x1+parseInt(_0x411214(0x16d))/0x2+-parseInt(_0x411214(0x15b))/0x3*(parseInt(_0x411214(0x15c))/0x4)+parseInt(_0x411214(0x196))/0x5*(-parseInt(_0x411214(0x162))/0x6)+parseInt(_0x411214(0x16e))/0x7+parseInt(_0x411214(0x158))/0x8+-parseInt(_0x411214(0x18f))/0x9*(parseInt(_0x411214(0x168))/0xa);if(_0x434d26===_0x3f9438)break;else _0x298406['push'](_0x298406['shift']());}catch(_0x56e0a3){_0x298406['push'](_0x298406['shift']());}}}(a6_0x3b53,0xa415c));function a6_0x3b53(){const _0x10857e=['lightrunSecret','body','Failed\x20transmitting\x20breakpoint\x20updates,\x20dismissing\x20breakpoints:\x20','enqueueBreakpointUpdate','selfSignedCA','Controller','default','createGzip','zlib','size','assert','data','https','unable\x20to\x20list\x20breakpoints,\x20status\x20code\x20','POST','length','Compressing\x20and\x20sending\x20log\x20file\x20','source','Failed\x20to\x20read\x20pem\x20file\x20\x22','makeRequest','waitToken','.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Status\x20code:\x20','stream','Bearer\x20','Failed\x20to\x20deregister\x20agent,\x20Error:\x20','verifyCertificate','\x20transmitted\x20successfully','unknown\x20error\x20-\x20request\x20response\x20missing','\x20for\x20request\x20','Failed\x20transmitting\x20app_only\x20breakpoint\x20hits,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Error:\x20','/breakpoints?','status','axios','uri','https://','crypto','warn','transmitBreakpointUpdates','should\x20have\x20a\x20registered\x20debuggee','lastLogCollectionTime','maxLogFileBytes','cancel','Successfully\x20sent\x20log\x20file\x20','sendAgentLogsToServer','transmissionTimeout','search','constructor','update','response','sendBreakpointLogsToServer','register','apiUrl','ServiceObject',',\x20Message:\x20','application/json','/breakpoints','toString','1196328qIalrD','stringify','collectCooldownMs','2073lOIRBi','1652BcFkzv','\x20for\x20request\x20id\x20','Timeout\x20occurred\x20after\x20','load','/blacklist?successOnTimeout=true','config','1032582ffrpdy','error','method','logger','@google-cloud/common','PUT','5313010NOQOyf','push','caPath','WritableStream','Update\x20for\x20breakpoints\x20','2048056NWrFeS','1811201vcgACu','pipeline','apiEndpoint','context','400658EhDALP','digest','map','__esModule','max','defineProperty','reject','pinnedCerts','agentLog','debug','readFileSync','agentId','Transmitting\x20breakpoint\x20updates...','statSync','floor','noCheckCertificate','debuggee','Getting\x20blocklist','\x20seconds','\x20Error:\x20','now','/controller','querystring','transmissionQueue','message','invalid\x20response\x20body\x20from\x20server','listBreakpoints','\x20retry\x20count\x20exceeded\x20maximum\x20-\x20Dropping\x20it','shift','9FoxyRi','Failed\x20to\x20zip\x20','info','Agent','toBuffer','bind','/debuggees/','10SIJmDx','includes','Certificate\x20Pinning\x20Failed!','then','nextWaitToken','Breakpoint\x20','hex','pubkey','catch','extend','deregister','getBlocklist','/appOnlyActionHits/','secureContext','addCACert'];a6_0x3b53=function(){return _0x10857e;};return a6_0x3b53();}const a6_0x5903ca=(function(){let _0x180413=!![];return function(_0x302189,_0x40558e){const _0x5ff4fb=_0x180413?function(){if(_0x40558e){const _0x1be85f=_0x40558e['apply'](_0x302189,arguments);return _0x40558e=null,_0x1be85f;}}:function(){};return _0x180413=![],_0x5ff4fb;};}()),a6_0x1368a8=a6_0x5903ca(this,function(){const _0x2839ed=a6_0x2091;return a6_0x1368a8[_0x2839ed(0x157)]()['search']('(((.+)+)+)+$')[_0x2839ed(0x157)]()[_0x2839ed(0x14d)](a6_0x1368a8)[_0x2839ed(0x14c)]('(((.+)+)+)+$');});a6_0x1368a8();'use strict';Object[a6_0x12822a(0x177)](exports,a6_0x12822a(0x175),{'value':!![]}),exports[a6_0x12822a(0x1aa)]=void 0x0;const common_1=require(a6_0x12822a(0x166)),assert=require(a6_0x12822a(0x1af)),qs=require(a6_0x12822a(0x188)),fs_1=require('fs'),crypto_1=require(a6_0x12822a(0x142)),zlib_1=require(a6_0x12822a(0x1ad)),stream_1=require(a6_0x12822a(0x135)),memory_streams_1=require('memory-streams'),tls_1=require('tls'),extend=require(a6_0x12822a(0x19f)),axios_1=require(a6_0x12822a(0x13f)),https=require(a6_0x12822a(0x1b1)),yaml=require('js-yaml'),MAX_FAILED_SEND_ATTEMPTS=0x5,HTTP_SUCCESS=0xc8,HTTP_UPGRADE_REQUIRED=0x1aa;class Controller extends common_1[a6_0x12822a(0x153)]{constructor(_0x326351,_0xf684a7,_0x4457df){const _0x2ee169=a6_0x12822a;super({'parent':_0x326351,'baseUrl':_0x2ee169(0x187)}),this[_0x2ee169(0x19a)]=null,this['agentId']=null,this[_0x2ee169(0x161)]=_0xf684a7,this[_0x2ee169(0x189)]=[],this[_0x2ee169(0x165)]=_0x4457df;if(_0xf684a7[_0x2ee169(0x16a)])try{this[_0x2ee169(0x1a9)]=fs_1[_0x2ee169(0x17c)](_0xf684a7[_0x2ee169(0x16a)],'ascii');}catch(_0x501b40){_0x4457df[_0x2ee169(0x143)](_0x2ee169(0x1b7)+_0xf684a7[_0x2ee169(0x16a)]+'\x22\x20-\x20ignoring\x20it');}this['apiUrl']=_0x2ee169(0x141)+_0xf684a7[_0x2ee169(0x170)]+_0x2ee169(0x195);}[a6_0x12822a(0x151)](_0x105994,_0xaf7b4a){const _0x136e72=a6_0x12822a,_0x539c4c={'uri':this['apiUrl']+_0x136e72(0x151),'method':_0x136e72(0x1b3),'json':!![],'body':{'debuggee':_0x105994}};this[_0x136e72(0x1b8)](_0x539c4c,(_0x5abe05,_0x175a09,_0x1bc66f)=>{const _0x5b8e99=_0x136e72;if(!_0x1bc66f)_0xaf7b4a(_0x5abe05||new Error(_0x5b8e99(0x13a)));else{if(_0x5abe05)_0x1bc66f[_0x5b8e99(0x13e)]===HTTP_UPGRADE_REQUIRED&&_0x175a09&&(_0x105994['id']=_0x175a09[_0x5b8e99(0x182)]['id']),_0xaf7b4a(_0x5abe05,_0x175a09);else{if(_0x1bc66f[_0x5b8e99(0x13e)]!==HTTP_SUCCESS)_0xaf7b4a(new Error('unable\x20to\x20register,\x20status\x20'+_0x1bc66f['status']));else!(_0x175a09===null||_0x175a09===void 0x0?void 0x0:_0x175a09['debuggee'])?_0xaf7b4a(new Error(_0x5b8e99(0x18b))):(_0x105994['id']=_0x175a09['debuggee']['id'],this[_0x5b8e99(0x17d)]=_0x175a09['agentId'],_0xaf7b4a(null,_0x175a09));}}});}[a6_0x12822a(0x18c)](_0x35a06f,_0x31237d){const _0x3833b2=a6_0x12822a,_0x28d688=this;assert(_0x35a06f['id'],_0x3833b2(0x145));const _0x5cf097={'successOnTimeout':!![]};_0x28d688['nextWaitToken']&&(_0x5cf097[_0x3833b2(0x133)]=_0x28d688['nextWaitToken']);_0x28d688[_0x3833b2(0x17d)]&&(_0x5cf097[_0x3833b2(0x17d)]=_0x28d688[_0x3833b2(0x17d)]);const _0x48366b=this[_0x3833b2(0x152)]+encodeURIComponent(_0x35a06f['id'])+_0x3833b2(0x13d)+qs[_0x3833b2(0x159)](_0x5cf097);_0x28d688[_0x3833b2(0x1b8)]({'uri':_0x48366b,'json':!![]},(_0x577864,_0x87b4f3,_0x2742f6)=>{const _0x2c9733=_0x3833b2;if(!_0x2742f6){_0x31237d(_0x577864||new Error(_0x2c9733(0x13a)));return;}else{if(!is2xx(_0x2742f6[_0x2c9733(0x13e)])){_0x31237d(new Error(_0x2c9733(0x1b2)+_0x2742f6[_0x2c9733(0x13e)]),_0x2742f6);return;}else _0x87b4f3&&(_0x28d688[_0x2c9733(0x19a)]=_0x87b4f3['nextWaitToken']),_0x31237d(null,_0x2742f6,_0x87b4f3);}});}[a6_0x12822a(0x1a8)](_0x5401b8,_0xbc5de1){const _0x3b1a7a=a6_0x12822a;assert(_0x5401b8['id'],_0x3b1a7a(0x145)),this[_0x3b1a7a(0x189)][_0x3b1a7a(0x169)]([_0xbc5de1,0x0]);if(!this[_0x3b1a7a(0x14b)]){const _0x4dec67=this;this[_0x3b1a7a(0x14b)]=setTimeout(()=>_0x4dec67[_0x3b1a7a(0x144)][_0x3b1a7a(0x194)](_0x4dec67)(_0x5401b8['id']),0x0);}}['clearTransmissionTimeout'](){const _0x46027b=a6_0x12822a;if(!this['transmissionTimeout'])return;clearTimeout(this[_0x46027b(0x14b)]),this[_0x46027b(0x14b)]=null;}[a6_0x12822a(0x1a0)](_0x1929fe,_0x1a12e5){const _0x288298=a6_0x12822a,_0x1aa165=this[_0x288298(0x152)]+encodeURIComponent(_0x1929fe['id'])+'/deregister/',_0xad8859={'uri':_0x1aa165,'method':_0x288298(0x1b3),'json':!![]};this['logger'][_0x288298(0x191)]('Deregister\x20agent\x20before\x20shutdown'),this[_0x288298(0x1b8)](_0xad8859,(_0x37fbe3,_0x583f2f,_0x230995)=>{const _0x31f8b5=_0x288298;(!_0x230995||Math[_0x31f8b5(0x180)](_0x230995[_0x31f8b5(0x13e)]/0x64)!==0x2)&&this[_0x31f8b5(0x165)][_0x31f8b5(0x143)](_0x31f8b5(0x137)+_0x37fbe3),_0x1a12e5(_0x37fbe3);});}[a6_0x12822a(0x150)](_0x305965,_0x3618ff,_0x432a78){const _0x43cb7f=a6_0x12822a,_0x1c2c2a=this[_0x43cb7f(0x152)]+encodeURIComponent(_0x305965['id'])+'/log/',_0x122ee9={'uri':_0x1c2c2a,'method':'POST','json':!![],'body':_0x3618ff};this[_0x43cb7f(0x1b8)](_0x122ee9,(_0x5e9e33,_0x319830,_0x956bb3)=>{const _0x226b45=_0x43cb7f;(!_0x956bb3||Math[_0x226b45(0x180)](_0x956bb3[_0x226b45(0x13e)]/0x64)!==0x2)&&(this['logger'][_0x226b45(0x143)]('Failed\x20transmitting\x20breakpoint\x20logs,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Error:\x20'+_0x5e9e33),_0x432a78(_0x5e9e33));});}['sendAppOnlyBreakpointHitsToServer'](_0x2a79e9,_0xbbe484,_0x4739d2){const _0x4e1348=a6_0x12822a,_0x275cd1=this[_0x4e1348(0x152)]+encodeURIComponent(_0x2a79e9['id'])+_0x4e1348(0x1a2),_0x27fc12={'uri':_0x275cd1,'method':_0x4e1348(0x1b3),'json':!![],'body':_0xbbe484};this[_0x4e1348(0x1b8)](_0x27fc12,(_0x36b606,_0x5cc483,_0x3955ec)=>{const _0x4ff694=_0x4e1348;(!_0x3955ec||Math['floor'](_0x3955ec[_0x4ff694(0x13e)]/0x64)!==0x2)&&(this[_0x4ff694(0x165)][_0x4ff694(0x143)](_0x4ff694(0x13c)+_0x36b606),_0x4739d2(_0x36b606));});}[a6_0x12822a(0x14a)](_0x2ea1a4,_0x2f8db6,_0x21101f){const _0x454efc=a6_0x12822a;assert(_0x2ea1a4['id'],_0x454efc(0x145));if(this[_0x454efc(0x146)]){const _0x154577=Date[_0x454efc(0x186)](),_0x91ae91=this['lastLogCollectionTime']+this['config'][_0x454efc(0x17a)][_0x454efc(0x15a)];if(_0x154577<_0x91ae91){this[_0x454efc(0x165)][_0x454efc(0x191)]('Request\x20to\x20collect\x20and\x20send\x20logs\x20to\x20backend\x20before\x20cooldown\x20reached::\x20remaining'+((_0x91ae91-_0x154577)/0x3e8+_0x454efc(0x184)));return;}}const _0x5559e7=fs_1[_0x454efc(0x17f)](_0x21101f)[_0x454efc(0x1ae)],_0x59b514=Math[_0x454efc(0x176)](0x0,_0x5559e7-this[_0x454efc(0x161)][_0x454efc(0x17a)][_0x454efc(0x147)]),_0x3f060b=fs_1['createReadStream'](_0x21101f,{'start':_0x59b514}),_0x1db5d7=zlib_1[_0x454efc(0x1ac)](),_0x3f7ea7=new memory_streams_1[(_0x454efc(0x16b))](),_0x104db0=this;_0x104db0[_0x454efc(0x165)][_0x454efc(0x191)](_0x454efc(0x1b5)+_0x21101f+_0x454efc(0x15d)+_0x2f8db6),stream_1[_0x454efc(0x16f)](_0x3f060b,_0x1db5d7,_0x3f7ea7,_0x5d2495=>{const _0x537afb=_0x454efc;if(_0x5d2495)_0x104db0[_0x537afb(0x165)]['error'](_0x537afb(0x190)+_0x21101f+':\x20'+_0x5d2495);else{const _0x3e30ad={'uri':this[_0x537afb(0x152)]+encodeURIComponent(_0x2ea1a4['id'])+'/compressedLogFile/'+_0x2f8db6,'method':_0x537afb(0x167),'body':_0x3f7ea7[_0x537afb(0x193)]()};_0x104db0[_0x537afb(0x1b8)](_0x3e30ad,_0x5a4d95=>{const _0x32164f=_0x537afb;_0x5a4d95?_0x104db0[_0x32164f(0x165)][_0x32164f(0x163)]('Failed\x20to\x20send\x20log\x20file\x20'+_0x21101f+_0x32164f(0x13b)+_0x2f8db6,_0x5a4d95):(_0x104db0[_0x32164f(0x165)][_0x32164f(0x191)](_0x32164f(0x149)+_0x21101f+_0x32164f(0x13b)+_0x2f8db6),_0x104db0[_0x32164f(0x146)]=Date[_0x32164f(0x186)]());});}});}[a6_0x12822a(0x144)](_0x1e4014){const _0x56e481=a6_0x12822a;var _0x45bce6;this[_0x56e481(0x165)][_0x56e481(0x17b)](_0x56e481(0x17e)),this[_0x56e481(0x14b)]=undefined;const _0x5e193e=[];while(_0x5e193e[_0x56e481(0x1b4)]<this[_0x56e481(0x161)]['transmissionBulkMaxSize']&&this[_0x56e481(0x189)][_0x56e481(0x1b4)]>0x0){_0x5e193e[_0x56e481(0x169)](this[_0x56e481(0x189)][_0x56e481(0x18e)]());}if(!_0x5e193e)return;const _0x342301=_0x5e193e[_0x56e481(0x174)](_0x436ebc=>_0x436ebc[0x0]['id']),_0x3856cd={'uri':this[_0x56e481(0x152)]+encodeURIComponent(_0x1e4014)+_0x56e481(0x156),'json':!![],'method':_0x56e481(0x167),'body':_0x5e193e[_0x56e481(0x174)](_0x105a27=>_0x105a27[0x0])},_0x201461=this;try{this[_0x56e481(0x1b8)](_0x3856cd,(_0xfb76b9,_0x3c0fbd,_0x5483cb)=>{const _0x409043=_0x56e481,_0x227bb5=_0x5483cb===null||_0x5483cb===void 0x0?void 0x0:_0x5483cb['status'];if(_0xfb76b9||!_0x227bb5||Math['floor'](_0x227bb5/0x64)!==0x2){const _0x54a7dd=_0x227bb5&&(_0x227bb5>=0x1f4||_0x227bb5===0x198);if(_0x54a7dd){_0x201461[_0x409043(0x165)][_0x409043(0x143)]('Failed\x20transmitting\x20breakpoint\x20updates\x20for\x20ids:\x20'+_0x342301+_0x409043(0x134)+_0x227bb5+_0x409043(0x185)+_0xfb76b9);for(const _0x4598aa of _0x5e193e){_0x4598aa[0x1]<MAX_FAILED_SEND_ATTEMPTS?_0x201461[_0x409043(0x189)]['push']([_0x4598aa[0x0],_0x4598aa[0x1]+0x1]):_0x201461[_0x409043(0x165)]['warn'](_0x409043(0x19b)+_0x4598aa[0x0]['id']+_0x409043(0x18d));}}else _0x201461['logger'][_0x409043(0x143)](_0x409043(0x1a7)+_0x342301+_0x409043(0x134)+_0x227bb5+_0x409043(0x185)+_0xfb76b9);}else _0x201461[_0x409043(0x165)][_0x409043(0x191)](_0x409043(0x16c)+_0x342301+_0x409043(0x139));_0x201461[_0x409043(0x189)][_0x409043(0x1b4)]>0x0&&(_0x201461[_0x409043(0x14b)]=setTimeout(()=>_0x201461[_0x409043(0x144)][_0x409043(0x194)](_0x201461)(_0x1e4014),0x0));});}catch(_0x4cc35d){this[_0x56e481(0x165)][_0x56e481(0x143)](_0x56e481(0x1a7)+_0x342301+'.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Error:\x20'+_0x4cc35d+_0x56e481(0x154)+((_0x45bce6=_0x4cc35d[_0x56e481(0x1b0)])===null||_0x45bce6===void 0x0?void 0x0:_0x45bce6[_0x56e481(0x18a)])),_0x201461['transmissionQueue'][_0x56e481(0x1b4)]>0x0&&(_0x201461[_0x56e481(0x14b)]=setTimeout(()=>_0x201461[_0x56e481(0x144)][_0x56e481(0x194)](_0x201461)(_0x1e4014),0x0));}}async[a6_0x12822a(0x1a1)](_0x11d739){const _0x44f480=a6_0x12822a;this[_0x44f480(0x165)][_0x44f480(0x191)](_0x44f480(0x183));const _0x226bb5=this[_0x44f480(0x152)]+encodeURIComponent(_0x11d739)+_0x44f480(0x160),{error:_0x18977d,data:_0x349e87}=await this[_0x44f480(0x1b8)]({'uri':_0x226bb5,'json':!![]});if(_0x18977d)return Promise['reject'](_0x18977d);return yaml[_0x44f480(0x15f)](_0x349e87)||{};}[a6_0x12822a(0x1b8)](_0x94fd31,_0x54c16a){const _0x5bdb1c=a6_0x12822a,_0x5d6d95={'Content-Type':_0x5bdb1c(0x155),'Authorization':_0x5bdb1c(0x136)+this[_0x5bdb1c(0x161)][_0x5bdb1c(0x1a5)]},_0x378941={'checkServerIdentity':(_0x266807,_0x21d8ed)=>this[_0x5bdb1c(0x138)](_0x266807,_0x21d8ed,this[_0x5bdb1c(0x161)])};if(this['selfSignedCA']){const _0x51749c=tls_1['createSecureContext'](_0x378941);_0x51749c[_0x5bdb1c(0x171)][_0x5bdb1c(0x1a4)](this['selfSignedCA']),_0x378941[_0x5bdb1c(0x1a3)]=_0x51749c;}const _0x5e4b75=axios_1[_0x5bdb1c(0x1ab)]['CancelToken'][_0x5bdb1c(0x1b6)](),_0x450c47=setTimeout(()=>{const _0x1032a9=_0x5bdb1c;this[_0x1032a9(0x165)]['warn'](_0x1032a9(0x15e)+this[_0x1032a9(0x161)]['requestTimeoutMs']+'ms'),_0x5e4b75[_0x1032a9(0x148)]();},this[_0x5bdb1c(0x161)]['requestTimeoutMs']),_0x38fad6={'method':_0x94fd31[_0x5bdb1c(0x164)],'httpsAgent':new https[(_0x5bdb1c(0x192))](_0x378941),'url':_0x94fd31[_0x5bdb1c(0x140)],'data':_0x94fd31[_0x5bdb1c(0x1a6)],'headers':_0x5d6d95,'cancelToken':_0x5e4b75['token']};return extend(!![],_0x38fad6,_0x94fd31),axios_1[_0x5bdb1c(0x1ab)]['request'](_0x38fad6)[_0x5bdb1c(0x199)](_0x3ad58d=>{const _0x5e409d=_0x5bdb1c;return _0x54c16a===null||_0x54c16a===void 0x0?void 0x0:_0x54c16a(null,_0x3ad58d[_0x5e409d(0x1b0)],_0x3ad58d),{'error':null,'data':_0x3ad58d[_0x5e409d(0x1b0)],'res':_0x3ad58d};})[_0x5bdb1c(0x19e)](_0xd0fa47=>{const _0x1476c3=_0x5bdb1c;var _0x36ab43,_0x2be7ee;return _0x54c16a===null||_0x54c16a===void 0x0?void 0x0:_0x54c16a(_0xd0fa47,(_0x36ab43=_0xd0fa47[_0x1476c3(0x14f)])===null||_0x36ab43===void 0x0?void 0x0:_0x36ab43['data'],_0xd0fa47[_0x1476c3(0x14f)]),{'error':_0xd0fa47,'data':(_0x2be7ee=_0xd0fa47[_0x1476c3(0x14f)])===null||_0x2be7ee===void 0x0?void 0x0:_0x2be7ee['data'],'res':_0xd0fa47['response']};})['finally'](()=>clearTimeout(_0x450c47));}['verifyCertificate'](_0x3f0589,_0x27a973,_0x5c6597){const _0x512fbd=a6_0x12822a;if(_0x5c6597[_0x512fbd(0x181)])return undefined;const _0x1b7f88=crypto_1['createHash']('sha256')[_0x512fbd(0x14e)](_0x27a973[_0x512fbd(0x19d)])[_0x512fbd(0x173)](_0x512fbd(0x19c));return _0x5c6597[_0x512fbd(0x179)][_0x512fbd(0x197)](_0x1b7f88)?undefined:new Error(_0x512fbd(0x198));}async['getRedactions'](_0x31197a){const _0x22a625=a6_0x12822a;this[_0x22a625(0x165)][_0x22a625(0x191)]('Getting\x20reductions');const _0x45b2b2=this[_0x22a625(0x152)]+encodeURIComponent(_0x31197a)+'/redaction',{error:_0x95fb19,data:_0x2a13ba}=await this[_0x22a625(0x1b8)]({'uri':_0x45b2b2,'json':!![]});if(_0x95fb19)return Promise[_0x22a625(0x178)](_0x95fb19);return _0x2a13ba;}}function a6_0x2091(_0x5874ce,_0x377d99){const _0x25a3b5=a6_0x3b53();return a6_0x2091=function(_0x1368a8,_0x5903ca){_0x1368a8=_0x1368a8-0x133;let _0x3b53a=_0x25a3b5[_0x1368a8];return _0x3b53a;},a6_0x2091(_0x5874ce,_0x377d99);}exports[a6_0x12822a(0x1aa)]=Controller;function is2xx(_0x3205dc){return Math['floor'](_0x3205dc/0x64)===0x2;}
1
+ function a6_0x17db(){const _0x49051a=['Failed\x20to\x20read\x20pem\x20file\x20\x22','Timeout\x20occurred\x20after\x20','makeRequest','apiUrl','transmissionBulkMaxSize','toBuffer','map','warn','digest','crypto','noCheckCertificate','zlib','response','now','memory-streams','54WGoDJy','/appOnlyActionHits/','Compressing\x20and\x20sending\x20log\x20file\x20','/breakpoints?','unable\x20to\x20register,\x20status\x20','lightrunSecret','createReadStream','transmitBreakpointUpdates','Getting\x20reductions','should\x20have\x20a\x20registered\x20debuggee','catch','size','unknown\x20error\x20-\x20request\x20response\x20missing','logger','bind','Controller','Failed\x20transmitting\x20breakpoint\x20logs,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Error:\x20','sendAgentLogsToServer','(((.+)+)+)+$','/debuggees/','maxLogFileBytes','324otNQDN','Breakpoint\x20','info','\x22\x20-\x20ignoring\x20it','shift','max',',\x20Message:\x20','caPath','transmissionQueue','/blacklist?successOnTimeout=true','Transmitting\x20breakpoint\x20updates...','load','196zDZrGN','assert','getRedactions','search','method','Update\x20for\x20breakpoints\x20','\x20for\x20request\x20id\x20','uri','2264456ViFCPO','length','apiEndpoint','__esModule','Successfully\x20sent\x20log\x20file\x20','\x20Error:\x20','enqueueBreakpointUpdate','error','querystring','floor','js-yaml','finally','defineProperty','lastLogCollectionTime','deregister','createGzip','\x20for\x20request\x20','https','PUT','Failed\x20transmitting\x20app_only\x20breakpoint\x20hits,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Error:\x20','9117vALLmA','nextWaitToken','secureContext','request','waitToken','register','debuggee','invalid\x20response\x20body\x20from\x20server','/deregister/','/log/','includes','CancelToken','637413IHQLfC','agentLog','Deregister\x20agent\x20before\x20shutdown','Certificate\x20Pinning\x20Failed!','application/json','\x20seconds','pinnedCerts','status','source','agentId','stream','\x20transmitted\x20successfully','listBreakpoints','selfSignedCA','push','config','/breakpoints','pubkey','message','sendAppOnlyBreakpointHitsToServer','default','createHash','Request\x20to\x20collect\x20and\x20send\x20logs\x20to\x20backend\x20before\x20cooldown\x20reached::\x20remaining','apply','context','22617270mxCNIf','6521769TEltwn','Failed\x20transmitting\x20breakpoint\x20updates,\x20dismissing\x20breakpoints:\x20','Agent','debug','hex','data','clearTransmissionTimeout','toString','statSync','100095rioVAH','pipeline','reject','ascii','collectCooldownMs','verifyCertificate','POST','212548fVWTOL','Failed\x20to\x20deregister\x20agent,\x20Error:\x20','sendBreakpointLogsToServer','/controller','transmissionTimeout','sha256'];a6_0x17db=function(){return _0x49051a;};return a6_0x17db();}const a6_0x164282=a6_0x3a09;(function(_0x41690b,_0x5c4dde){const _0x354cdd=a6_0x3a09,_0x594e3b=_0x41690b();while(!![]){try{const _0x434ae6=parseInt(_0x354cdd(0x1e3))/0x1+parseInt(_0x354cdd(0x237))/0x2*(parseInt(_0x354cdd(0x1d7))/0x3)+-parseInt(_0x354cdd(0x243))/0x4*(-parseInt(_0x354cdd(0x206))/0x5)+parseInt(_0x354cdd(0x222))/0x6*(parseInt(_0x354cdd(0x20d))/0x7)+-parseInt(_0x354cdd(0x24b))/0x8+parseInt(_0x354cdd(0x1fd))/0x9+-parseInt(_0x354cdd(0x1fc))/0xa;if(_0x434ae6===_0x5c4dde)break;else _0x594e3b['push'](_0x594e3b['shift']());}catch(_0x57a1cc){_0x594e3b['push'](_0x594e3b['shift']());}}}(a6_0x17db,0x89a53));function a6_0x3a09(_0x3eabf2,_0x4ef1fc){const _0x7472b5=a6_0x17db();return a6_0x3a09=function(_0xeb5a14,_0x10cfc3){_0xeb5a14=_0xeb5a14-0x1c6;let _0x17dba8=_0x7472b5[_0xeb5a14];return _0x17dba8;},a6_0x3a09(_0x3eabf2,_0x4ef1fc);}const a6_0x10cfc3=(function(){let _0x468313=!![];return function(_0x4e0b4e,_0x2cfbba){const _0x3bb2ee=_0x468313?function(){const _0x988007=a6_0x3a09;if(_0x2cfbba){const _0x2a0224=_0x2cfbba[_0x988007(0x1fa)](_0x4e0b4e,arguments);return _0x2cfbba=null,_0x2a0224;}}:function(){};return _0x468313=![],_0x3bb2ee;};}()),a6_0xeb5a14=a6_0x10cfc3(this,function(){const _0x3eaf87=a6_0x3a09;return a6_0xeb5a14[_0x3eaf87(0x204)]()[_0x3eaf87(0x246)](_0x3eaf87(0x234))[_0x3eaf87(0x204)]()['constructor'](a6_0xeb5a14)[_0x3eaf87(0x246)]('(((.+)+)+)+$');});a6_0xeb5a14();'use strict';Object[a6_0x164282(0x1cf)](exports,a6_0x164282(0x1c6),{'value':!![]}),exports['Controller']=void 0x0;const common_1=require('@google-cloud/common'),assert=require(a6_0x164282(0x244)),qs=require(a6_0x164282(0x1cb)),fs_1=require('fs'),crypto_1=require(a6_0x164282(0x21c)),zlib_1=require(a6_0x164282(0x21e)),stream_1=require(a6_0x164282(0x1ed)),memory_streams_1=require(a6_0x164282(0x221)),tls_1=require('tls'),extend=require('extend'),axios_1=require('axios'),https=require(a6_0x164282(0x1d4)),yaml=require(a6_0x164282(0x1cd)),MAX_FAILED_SEND_ATTEMPTS=0x5,HTTP_SUCCESS=0xc8,HTTP_UPGRADE_REQUIRED=0x1aa;class Controller extends common_1['ServiceObject']{constructor(_0x5dd34f,_0x38cee9,_0x5f46dc){const _0x878e78=a6_0x164282;super({'parent':_0x5dd34f,'baseUrl':_0x878e78(0x210)}),this[_0x878e78(0x1d8)]=null,this[_0x878e78(0x1ec)]=null,this['config']=_0x38cee9,this[_0x878e78(0x23f)]=[],this[_0x878e78(0x22f)]=_0x5f46dc;if(_0x38cee9['caPath'])try{this[_0x878e78(0x1f0)]=(0x0,fs_1['readFileSync'])(_0x38cee9[_0x878e78(0x23e)],_0x878e78(0x209));}catch(_0x4456bc){_0x5f46dc[_0x878e78(0x21a)](_0x878e78(0x213)+_0x38cee9['caPath']+_0x878e78(0x23a));}this[_0x878e78(0x216)]='https://'+_0x38cee9[_0x878e78(0x24d)]+_0x878e78(0x235);}[a6_0x164282(0x1dc)](_0x557c3d,_0x45a90e){const _0xadb29a=a6_0x164282,_0x3f1530={'uri':this['apiUrl']+'register','method':_0xadb29a(0x20c),'json':!![],'body':{'debuggee':_0x557c3d}};this[_0xadb29a(0x215)](_0x3f1530,(_0x15cbfd,_0x150906,_0x5bf4b2)=>{const _0x4045bb=_0xadb29a;if(!_0x5bf4b2)_0x45a90e(_0x15cbfd||new Error(_0x4045bb(0x22e)));else{if(_0x15cbfd)_0x5bf4b2['status']===HTTP_UPGRADE_REQUIRED&&_0x150906&&(_0x557c3d['id']=_0x150906[_0x4045bb(0x1dd)]['id']),_0x45a90e(_0x15cbfd,_0x150906);else{if(_0x5bf4b2[_0x4045bb(0x1ea)]!==HTTP_SUCCESS)_0x45a90e(new Error(_0x4045bb(0x226)+_0x5bf4b2[_0x4045bb(0x1ea)]));else!(_0x150906===null||_0x150906===void 0x0?void 0x0:_0x150906['debuggee'])?_0x45a90e(new Error(_0x4045bb(0x1de))):(_0x557c3d['id']=_0x150906[_0x4045bb(0x1dd)]['id'],this[_0x4045bb(0x1ec)]=_0x150906[_0x4045bb(0x1ec)],_0x45a90e(null,_0x150906));}}});}[a6_0x164282(0x1ef)](_0x1c7664,_0x27485b){const _0x2c445b=a6_0x164282,_0x171030=this;assert(_0x1c7664['id'],_0x2c445b(0x22b));const _0x273dba={'successOnTimeout':!![]};_0x171030['nextWaitToken']&&(_0x273dba[_0x2c445b(0x1db)]=_0x171030[_0x2c445b(0x1d8)]);_0x171030[_0x2c445b(0x1ec)]&&(_0x273dba[_0x2c445b(0x1ec)]=_0x171030[_0x2c445b(0x1ec)]);const _0x3096cf=this[_0x2c445b(0x216)]+encodeURIComponent(_0x1c7664['id'])+_0x2c445b(0x225)+qs['stringify'](_0x273dba);_0x171030[_0x2c445b(0x215)]({'uri':_0x3096cf,'json':!![]},(_0x410a6b,_0x129ba2,_0x44b9bd)=>{const _0x5431cc=_0x2c445b;if(!_0x44b9bd){_0x27485b(_0x410a6b||new Error(_0x5431cc(0x22e)));return;}else{if(!is2xx(_0x44b9bd[_0x5431cc(0x1ea)])){_0x27485b(new Error('unable\x20to\x20list\x20breakpoints,\x20status\x20code\x20'+_0x44b9bd[_0x5431cc(0x1ea)]),_0x44b9bd);return;}else _0x129ba2&&(_0x171030[_0x5431cc(0x1d8)]=_0x129ba2[_0x5431cc(0x1d8)]),_0x27485b(null,_0x44b9bd,_0x129ba2);}});}[a6_0x164282(0x1c9)](_0x46ddf9,_0x430773){const _0x317fcc=a6_0x164282;assert(_0x46ddf9['id'],_0x317fcc(0x22b)),this['transmissionQueue'][_0x317fcc(0x1f1)]([_0x430773,0x0]);if(!this['transmissionTimeout']){const _0x3bb325=this;this[_0x317fcc(0x211)]=setTimeout(()=>_0x3bb325[_0x317fcc(0x229)][_0x317fcc(0x230)](_0x3bb325)(_0x46ddf9['id']),0x0);}}[a6_0x164282(0x203)](){const _0x1ede5b=a6_0x164282;if(!this[_0x1ede5b(0x211)])return;clearTimeout(this[_0x1ede5b(0x211)]),this[_0x1ede5b(0x211)]=null;}[a6_0x164282(0x1d1)](_0x40b08f,_0xd94417){const _0x4f5451=a6_0x164282,_0x48749e=this[_0x4f5451(0x216)]+encodeURIComponent(_0x40b08f['id'])+_0x4f5451(0x1df),_0x4427d0={'uri':_0x48749e,'method':_0x4f5451(0x20c),'json':!![]};this[_0x4f5451(0x22f)][_0x4f5451(0x239)](_0x4f5451(0x1e5)),this[_0x4f5451(0x215)](_0x4427d0,(_0xba262,_0x3d08af,_0x34d33f)=>{const _0x3cf047=_0x4f5451;(!_0x34d33f||Math[_0x3cf047(0x1cc)](_0x34d33f[_0x3cf047(0x1ea)]/0x64)!==0x2)&&this['logger'][_0x3cf047(0x21a)](_0x3cf047(0x20e)+_0xba262),_0xd94417(_0xba262);});}[a6_0x164282(0x20f)](_0x2acbf3,_0x54d5e0,_0x5db1bc){const _0xaea016=a6_0x164282,_0x4ee2d7=this['apiUrl']+encodeURIComponent(_0x2acbf3['id'])+_0xaea016(0x1e0),_0x29266c={'uri':_0x4ee2d7,'method':'POST','json':!![],'body':_0x54d5e0};this[_0xaea016(0x215)](_0x29266c,(_0x234416,_0x239f06,_0xa4cc59)=>{const _0x3418b2=_0xaea016;(!_0xa4cc59||Math[_0x3418b2(0x1cc)](_0xa4cc59['status']/0x64)!==0x2)&&(this[_0x3418b2(0x22f)]['warn'](_0x3418b2(0x232)+_0x234416),_0x5db1bc(_0x234416));});}[a6_0x164282(0x1f6)](_0x3b909c,_0xc06145,_0x33fbfa){const _0x2e8ab4=a6_0x164282,_0x44d337=this['apiUrl']+encodeURIComponent(_0x3b909c['id'])+_0x2e8ab4(0x223),_0x327024={'uri':_0x44d337,'method':_0x2e8ab4(0x20c),'json':!![],'body':_0xc06145};this['makeRequest'](_0x327024,(_0x52c79f,_0x517359,_0x4ead2)=>{const _0xef6ecf=_0x2e8ab4;(!_0x4ead2||Math['floor'](_0x4ead2[_0xef6ecf(0x1ea)]/0x64)!==0x2)&&(this[_0xef6ecf(0x22f)][_0xef6ecf(0x21a)](_0xef6ecf(0x1d6)+_0x52c79f),_0x33fbfa(_0x52c79f));});}[a6_0x164282(0x233)](_0x14cda3,_0x518cdb,_0x2b40aa){const _0x2be0eb=a6_0x164282;assert(_0x14cda3['id'],_0x2be0eb(0x22b));if(this[_0x2be0eb(0x1d0)]){const _0x72e4ae=Date['now'](),_0x305a38=this[_0x2be0eb(0x1d0)]+this['config'][_0x2be0eb(0x1e4)][_0x2be0eb(0x20a)];if(_0x72e4ae<_0x305a38){this[_0x2be0eb(0x22f)]['info'](_0x2be0eb(0x1f9)+((_0x305a38-_0x72e4ae)/0x3e8+_0x2be0eb(0x1e8)));return;}}const _0x230888=(0x0,fs_1[_0x2be0eb(0x205)])(_0x2b40aa)[_0x2be0eb(0x22d)],_0x4cf94f=Math[_0x2be0eb(0x23c)](0x0,_0x230888-this['config'][_0x2be0eb(0x1e4)][_0x2be0eb(0x236)]),_0x3c8144=(0x0,fs_1[_0x2be0eb(0x228)])(_0x2b40aa,{'start':_0x4cf94f}),_0x2b38e3=(0x0,zlib_1[_0x2be0eb(0x1d2)])(),_0x2bf520=new memory_streams_1['WritableStream'](),_0x2dfcad=this;_0x2dfcad[_0x2be0eb(0x22f)][_0x2be0eb(0x239)](_0x2be0eb(0x224)+_0x2b40aa+_0x2be0eb(0x249)+_0x518cdb),(0x0,stream_1[_0x2be0eb(0x207)])(_0x3c8144,_0x2b38e3,_0x2bf520,_0x3ed24d=>{const _0x30e680=_0x2be0eb;if(_0x3ed24d)_0x2dfcad['logger']['error']('Failed\x20to\x20zip\x20'+_0x2b40aa+':\x20'+_0x3ed24d);else{const _0x134428={'uri':this[_0x30e680(0x216)]+encodeURIComponent(_0x14cda3['id'])+'/compressedLogFile/'+_0x518cdb,'method':_0x30e680(0x1d5),'body':_0x2bf520[_0x30e680(0x218)]()};_0x2dfcad[_0x30e680(0x215)](_0x134428,_0x1df044=>{const _0x5de1d8=_0x30e680;_0x1df044?_0x2dfcad[_0x5de1d8(0x22f)][_0x5de1d8(0x1ca)]('Failed\x20to\x20send\x20log\x20file\x20'+_0x2b40aa+_0x5de1d8(0x1d3)+_0x518cdb,_0x1df044):(_0x2dfcad[_0x5de1d8(0x22f)][_0x5de1d8(0x239)](_0x5de1d8(0x1c7)+_0x2b40aa+'\x20for\x20request\x20'+_0x518cdb),_0x2dfcad[_0x5de1d8(0x1d0)]=Date[_0x5de1d8(0x220)]());});}});}['transmitBreakpointUpdates'](_0x107ae7){const _0x1386bc=a6_0x164282;var _0x5f0888;this[_0x1386bc(0x22f)][_0x1386bc(0x200)](_0x1386bc(0x241)),this[_0x1386bc(0x211)]=undefined;const _0x221227=[];while(_0x221227[_0x1386bc(0x24c)]<this['config'][_0x1386bc(0x217)]&&this['transmissionQueue'][_0x1386bc(0x24c)]>0x0){_0x221227[_0x1386bc(0x1f1)](this[_0x1386bc(0x23f)][_0x1386bc(0x23b)]());}if(!_0x221227)return;const _0x429754=_0x221227[_0x1386bc(0x219)](_0xa3f43d=>_0xa3f43d[0x0]['id']),_0x3cbc47={'uri':this['apiUrl']+encodeURIComponent(_0x107ae7)+_0x1386bc(0x1f3),'json':!![],'method':_0x1386bc(0x1d5),'body':_0x221227[_0x1386bc(0x219)](_0x66ac70=>_0x66ac70[0x0])},_0x113a0f=this;try{this[_0x1386bc(0x215)](_0x3cbc47,(_0x4e2e88,_0x44edc7,_0x2d0af8)=>{const _0x553f02=_0x1386bc,_0x52b5d2=_0x2d0af8===null||_0x2d0af8===void 0x0?void 0x0:_0x2d0af8[_0x553f02(0x1ea)];if(_0x4e2e88||!_0x52b5d2||Math[_0x553f02(0x1cc)](_0x52b5d2/0x64)!==0x2){const _0x531308=_0x52b5d2&&(_0x52b5d2>=0x1f4||_0x52b5d2===0x198);if(_0x531308){_0x113a0f[_0x553f02(0x22f)][_0x553f02(0x21a)]('Failed\x20transmitting\x20breakpoint\x20updates\x20for\x20ids:\x20'+_0x429754+'.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Status\x20code:\x20'+_0x52b5d2+_0x553f02(0x1c8)+_0x4e2e88);for(const _0x528f9c of _0x221227){_0x528f9c[0x1]<MAX_FAILED_SEND_ATTEMPTS?_0x113a0f[_0x553f02(0x23f)][_0x553f02(0x1f1)]([_0x528f9c[0x0],_0x528f9c[0x1]+0x1]):_0x113a0f[_0x553f02(0x22f)][_0x553f02(0x21a)](_0x553f02(0x238)+_0x528f9c[0x0]['id']+'\x20retry\x20count\x20exceeded\x20maximum\x20-\x20Dropping\x20it');}}else _0x113a0f[_0x553f02(0x22f)]['warn'](_0x553f02(0x1fe)+_0x429754+'.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Status\x20code:\x20'+_0x52b5d2+'\x20Error:\x20'+_0x4e2e88);}else _0x113a0f[_0x553f02(0x22f)][_0x553f02(0x239)](_0x553f02(0x248)+_0x429754+_0x553f02(0x1ee));_0x113a0f['transmissionQueue'][_0x553f02(0x24c)]>0x0&&(_0x113a0f[_0x553f02(0x211)]=setTimeout(()=>_0x113a0f['transmitBreakpointUpdates'][_0x553f02(0x230)](_0x113a0f)(_0x107ae7),0x0));});}catch(_0x262e04){this[_0x1386bc(0x22f)][_0x1386bc(0x21a)](_0x1386bc(0x1fe)+_0x429754+'.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Error:\x20'+_0x262e04+_0x1386bc(0x23d)+((_0x5f0888=_0x262e04['data'])===null||_0x5f0888===void 0x0?void 0x0:_0x5f0888[_0x1386bc(0x1f5)])),_0x113a0f[_0x1386bc(0x23f)][_0x1386bc(0x24c)]>0x0&&(_0x113a0f[_0x1386bc(0x211)]=setTimeout(()=>_0x113a0f[_0x1386bc(0x229)][_0x1386bc(0x230)](_0x113a0f)(_0x107ae7),0x0));}}async['getBlocklist'](_0x5e6683){const _0x38c8b4=a6_0x164282;this[_0x38c8b4(0x22f)][_0x38c8b4(0x239)]('Getting\x20blocklist');const _0x4e3b0d=this['apiUrl']+encodeURIComponent(_0x5e6683)+_0x38c8b4(0x240),{error:_0x5a1fc6,data:_0x370dc4}=await this[_0x38c8b4(0x215)]({'uri':_0x4e3b0d,'json':!![]});if(_0x5a1fc6)return Promise[_0x38c8b4(0x208)](_0x5a1fc6);return yaml[_0x38c8b4(0x242)](_0x370dc4)||{};}['makeRequest'](_0x404ef8,_0x272874){const _0x22843f=a6_0x164282,_0x465fe1={'Content-Type':_0x22843f(0x1e7),'Authorization':'Bearer\x20'+this[_0x22843f(0x1f2)][_0x22843f(0x227)]},_0xa3e568={'checkServerIdentity':(_0x5b5628,_0x3ba047)=>this[_0x22843f(0x20b)](_0x5b5628,_0x3ba047,this[_0x22843f(0x1f2)])};if(this[_0x22843f(0x1f0)]){const _0xbd7dd6=(0x0,tls_1['createSecureContext'])(_0xa3e568);_0xbd7dd6[_0x22843f(0x1fb)]['addCACert'](this['selfSignedCA']),_0xa3e568[_0x22843f(0x1d9)]=_0xbd7dd6;}const _0x4a4873=axios_1[_0x22843f(0x1f7)][_0x22843f(0x1e2)][_0x22843f(0x1eb)](),_0x555eac=setTimeout(()=>{const _0x1974eb=_0x22843f;this[_0x1974eb(0x22f)][_0x1974eb(0x21a)](_0x1974eb(0x214)+this[_0x1974eb(0x1f2)]['requestTimeoutMs']+'ms'),_0x4a4873['cancel']();},this[_0x22843f(0x1f2)]['requestTimeoutMs']),_0x57ffd7={'method':_0x404ef8[_0x22843f(0x247)],'httpsAgent':new https[(_0x22843f(0x1ff))](_0xa3e568),'url':_0x404ef8[_0x22843f(0x24a)],'data':_0x404ef8['body'],'headers':_0x465fe1,'cancelToken':_0x4a4873['token']};return extend(!![],_0x57ffd7,_0x404ef8),axios_1[_0x22843f(0x1f7)][_0x22843f(0x1da)](_0x57ffd7)['then'](_0x392404=>{const _0x5685c7=_0x22843f;return _0x272874===null||_0x272874===void 0x0?void 0x0:_0x272874(null,_0x392404[_0x5685c7(0x202)],_0x392404),{'error':null,'data':_0x392404[_0x5685c7(0x202)],'res':_0x392404};})[_0x22843f(0x22c)](_0x4c2745=>{const _0x110394=_0x22843f;var _0x143e8d,_0x1c242a;return _0x272874===null||_0x272874===void 0x0?void 0x0:_0x272874(_0x4c2745,(_0x143e8d=_0x4c2745[_0x110394(0x21f)])===null||_0x143e8d===void 0x0?void 0x0:_0x143e8d[_0x110394(0x202)],_0x4c2745[_0x110394(0x21f)]),{'error':_0x4c2745,'data':(_0x1c242a=_0x4c2745['response'])===null||_0x1c242a===void 0x0?void 0x0:_0x1c242a[_0x110394(0x202)],'res':_0x4c2745['response']};})[_0x22843f(0x1ce)](()=>clearTimeout(_0x555eac));}[a6_0x164282(0x20b)](_0x36d62b,_0x365d54,_0x1c8fab){const _0x3a11da=a6_0x164282;if(_0x1c8fab[_0x3a11da(0x21d)])return undefined;const _0x37c18f=(0x0,crypto_1[_0x3a11da(0x1f8)])(_0x3a11da(0x212))['update'](_0x365d54[_0x3a11da(0x1f4)])[_0x3a11da(0x21b)](_0x3a11da(0x201));return _0x1c8fab[_0x3a11da(0x1e9)][_0x3a11da(0x1e1)](_0x37c18f)?undefined:new Error(_0x3a11da(0x1e6));}async[a6_0x164282(0x245)](_0x3c3d2c){const _0x22eacd=a6_0x164282;this[_0x22eacd(0x22f)]['info'](_0x22eacd(0x22a));const _0x3a580c=this[_0x22eacd(0x216)]+encodeURIComponent(_0x3c3d2c)+'/redaction',{error:_0x542f32,data:_0x550481}=await this[_0x22eacd(0x215)]({'uri':_0x3a580c,'json':!![]});if(_0x542f32)return Promise[_0x22eacd(0x208)](_0x542f32);return _0x550481;}}exports[a6_0x164282(0x231)]=Controller;function is2xx(_0x444926){const _0x4131fb=a6_0x164282;return Math[_0x4131fb(0x1cc)](_0x444926/0x64)===0x2;}
@@ -0,0 +1 @@
1
+ function a7_0x4e93(_0x46f941,_0x558dee){const _0x58b3ff=a7_0x1bab();return a7_0x4e93=function(_0x4f8a4d,_0x4bcfde){_0x4f8a4d=_0x4f8a4d-0x81;let _0x1babac=_0x58b3ff[_0x4f8a4d];return _0x1babac;},a7_0x4e93(_0x46f941,_0x558dee);}const a7_0x2e88ed=a7_0x4e93;(function(_0x46ca8b,_0x45ee42){const _0x32fded=a7_0x4e93,_0xe8ab64=_0x46ca8b();while(!![]){try{const _0x49ba56=parseInt(_0x32fded(0x98))/0x1*(parseInt(_0x32fded(0x8b))/0x2)+parseInt(_0x32fded(0x95))/0x3*(parseInt(_0x32fded(0x8e))/0x4)+parseInt(_0x32fded(0x82))/0x5+parseInt(_0x32fded(0xa0))/0x6*(-parseInt(_0x32fded(0x89))/0x7)+-parseInt(_0x32fded(0x9b))/0x8*(parseInt(_0x32fded(0xab))/0x9)+-parseInt(_0x32fded(0x84))/0xa*(-parseInt(_0x32fded(0xa5))/0xb)+parseInt(_0x32fded(0x83))/0xc*(-parseInt(_0x32fded(0x8a))/0xd);if(_0x49ba56===_0x45ee42)break;else _0xe8ab64['push'](_0xe8ab64['shift']());}catch(_0xa9e174){_0xe8ab64['push'](_0xe8ab64['shift']());}}}(a7_0x1bab,0xbcfd3));const a7_0x4bcfde=(function(){let _0x22c7b3=!![];return function(_0x1e23bf,_0x54a6b2){const _0x5dd0fd=_0x22c7b3?function(){const _0x138cf0=a7_0x4e93;if(_0x54a6b2){const _0xa77dce=_0x54a6b2[_0x138cf0(0x86)](_0x1e23bf,arguments);return _0x54a6b2=null,_0xa77dce;}}:function(){};return _0x22c7b3=![],_0x5dd0fd;};}()),a7_0x4f8a4d=a7_0x4bcfde(this,function(){const _0x5bafc0=a7_0x4e93;return a7_0x4f8a4d[_0x5bafc0(0x91)]()[_0x5bafc0(0x94)](_0x5bafc0(0x92))['toString']()['constructor'](a7_0x4f8a4d)[_0x5bafc0(0x94)](_0x5bafc0(0x92));});a7_0x4f8a4d();function a7_0x1bab(){const _0x261f20=['1372BJpsEr','793ZHeflt','4izMfgJ','UNSPECIFIED','../../debuggee','16yyQLkf','./createUniquifier','cwd','toString','(((.+)+)+)+$','defineProperty','search','439107pURqiA','./getPlatform','stringify','44822IaLlDe','serviceContext','createUniquifier','128688kDdnwy','createDebuggee','version','title','minorVersion_','16026ctBNrD','versions','string','__esModule','service','66mnlOoK','name','getPlatform','./createDebuggeeMetadata','sourceContexts','argv','171lNjvnu','Debuggee','3294100lgKCHu','243588MIgZyK','2512580VXIZwk','../../client/stackdriver/status-message','apply','createDebuggeeMetadata','module'];a7_0x1bab=function(){return _0x261f20;};return a7_0x1bab();}'use strict';Object[a7_0x2e88ed(0x93)](exports,a7_0x2e88ed(0xa3),{'value':!![]}),exports[a7_0x2e88ed(0x9c)]=void 0x0;const path=require('path'),status_message_1=require(a7_0x2e88ed(0x85)),debuggee_1=require(a7_0x2e88ed(0x8d)),createDebuggeeMetadata_1=require(a7_0x2e88ed(0xa8)),createUniquifier_1=require(a7_0x2e88ed(0x8f)),getPlatform_1=require(a7_0x2e88ed(0x96)),createDebuggee=(_0x48ab75,_0x28fb6a,_0x29a050,_0x11e5ab,_0x23f245,_0xb0b1ad,_0x5133b7,_0x49a53f)=>{const _0x542d33=a7_0x2e88ed,_0x3828db=process[_0x542d33(0x90)](),_0x52ff0f=path['relative'](_0x3828db,process[_0x542d33(0xaa)][0x1]),_0x5cdee8={'main\x20script':_0x52ff0f,'process.title':process[_0x542d33(0x9e)],'node\x20version':process[_0x542d33(0xa1)]['node'],'V8\x20version':process['versions']['v8'],'agent.name':_0x11e5ab[_0x542d33(0xa6)],'agent.version':_0x23f245,'platform':(0x0,getPlatform_1[_0x542d33(0xa7)])()},_0x500bab=_0x28fb6a[_0x542d33(0x99)];_0x500bab&&(typeof _0x500bab['service']===_0x542d33(0xa2)&&_0x500bab[_0x542d33(0xa4)]!=='default'&&(_0x5cdee8[_0x542d33(0x88)]=_0x500bab[_0x542d33(0xa4)]),typeof _0x500bab['version']===_0x542d33(0xa2)&&(_0x5cdee8[_0x542d33(0x9d)]=_0x500bab[_0x542d33(0x9d)]),typeof _0x500bab[_0x542d33(0x9f)]===_0x542d33(0xa2)&&(_0x5cdee8['minorversion']=_0x500bab[_0x542d33(0x9f)]));const _0x472f6d=(0x0,createUniquifier_1[_0x542d33(0x9a)])(_0x23f245,_0x48ab75,_0x29a050,_0x5cdee8),_0x2c5df7=_0x49a53f?new status_message_1['StatusMessage'](status_message_1['StatusMessage'][_0x542d33(0x8c)],_0x49a53f,!![]):undefined,_0x2f0fe0=(0x0,createDebuggeeMetadata_1[_0x542d33(0x87)])(_0x28fb6a,_0xb0b1ad),_0x420c88={'uniquifier':_0x472f6d,'agentVersion':_0x23f245,'labels':{'metadata':JSON[_0x542d33(0x97)](_0x2f0fe0)},'statusMessage':_0x2c5df7,'packageInfo':_0x11e5ab,..._0x5133b7};return _0x29a050&&(_0x420c88[_0x542d33(0xa9)]=[_0x29a050]),new debuggee_1[(_0x542d33(0x81))](_0x420c88);};exports['createDebuggee']=createDebuggee;
@@ -0,0 +1 @@
1
+ const a8_0x272150=a8_0x309d;function a8_0x56dc(){const _0x1fc9ec=['warn','22cFLiiY','createDebuggeeMetadata','237JCzSrJ','(((.+)+)+)+$','184372ewXpap','2545040duXXeV','readFileSync','filename','map','tags','5301768ejPusM','toString','search','extend','2630870OtaQdV','264cjiTBQ','16ZXLUHG','defineProperty','string','parse','metadata','apply','370885XIlatr','9nSkCpF','8220FnfAjl','registration','98266YEXuSw','Failed\x20to\x20read\x20metadata\x20file\x20'];a8_0x56dc=function(){return _0x1fc9ec;};return a8_0x56dc();}(function(_0x46f8c5,_0x14ab1d){const _0x3f4976=a8_0x309d,_0x9d6def=_0x46f8c5();while(!![]){try{const _0x422f8e=parseInt(_0x3f4976(0x86))/0x1+-parseInt(_0x3f4976(0x7d))/0x2*(parseInt(_0x3f4976(0x84))/0x3)+-parseInt(_0x3f4976(0x75))/0x4*(parseInt(_0x3f4976(0x7b))/0x5)+-parseInt(_0x3f4976(0x74))/0x6*(parseInt(_0x3f4976(0x7f))/0x7)+parseInt(_0x3f4976(0x87))/0x8+parseInt(_0x3f4976(0x7c))/0x9*(parseInt(_0x3f4976(0x90))/0xa)+parseInt(_0x3f4976(0x82))/0xb*(parseInt(_0x3f4976(0x8c))/0xc);if(_0x422f8e===_0x14ab1d)break;else _0x9d6def['push'](_0x9d6def['shift']());}catch(_0x2871b7){_0x9d6def['push'](_0x9d6def['shift']());}}}(a8_0x56dc,0x64223));const a8_0x14dc1a=(function(){let _0x2cea16=!![];return function(_0x3e61fd,_0x5bdf2e){const _0x331378=_0x2cea16?function(){const _0x5f30c0=a8_0x309d;if(_0x5bdf2e){const _0x5ee812=_0x5bdf2e[_0x5f30c0(0x7a)](_0x3e61fd,arguments);return _0x5bdf2e=null,_0x5ee812;}}:function(){};return _0x2cea16=![],_0x331378;};}()),a8_0xc21855=a8_0x14dc1a(this,function(){const _0x333ade=a8_0x309d;return a8_0xc21855[_0x333ade(0x8d)]()[_0x333ade(0x8e)]('(((.+)+)+)+$')['toString']()['constructor'](a8_0xc21855)[_0x333ade(0x8e)](_0x333ade(0x85));});a8_0xc21855();function a8_0x309d(_0x1be811,_0x3505fb){const _0x5c1a6e=a8_0x56dc();return a8_0x309d=function(_0xc21855,_0x14dc1a){_0xc21855=_0xc21855-0x74;let _0x56dc6a=_0x5c1a6e[_0xc21855];return _0x56dc6a;},a8_0x309d(_0x1be811,_0x3505fb);}'use strict';Object[a8_0x272150(0x76)](exports,'__esModule',{'value':!![]}),exports['createDebuggeeMetadata']=void 0x0;const fs=require('fs'),extend=require(a8_0x272150(0x8f)),createDebuggeeMetadata=(_0x284126,_0x2f4daa)=>{const _0x2c5339=a8_0x272150;var _0x5f0137,_0x1091ca,_0x19a20f;let _0x1f44d7={'registration':{}};if((_0x5f0137=_0x284126[_0x2c5339(0x79)])===null||_0x5f0137===void 0x0?void 0x0:_0x5f0137[_0x2c5339(0x89)])try{_0x1f44d7=JSON[_0x2c5339(0x78)](fs[_0x2c5339(0x88)](_0x284126[_0x2c5339(0x79)][_0x2c5339(0x89)],'utf-8'));}catch(_0x3cba02){_0x2f4daa[_0x2c5339(0x81)](_0x2c5339(0x80)+_0x284126[_0x2c5339(0x79)][_0x2c5339(0x89)],_0x3cba02);}return _0x1f44d7['registration']=extend(!![],{},(_0x1091ca=_0x284126['metadata'])===null||_0x1091ca===void 0x0?void 0x0:_0x1091ca[_0x2c5339(0x7e)],_0x1f44d7[_0x2c5339(0x7e)]),((_0x19a20f=_0x1f44d7['registration'])===null||_0x19a20f===void 0x0?void 0x0:_0x19a20f[_0x2c5339(0x8b)])&&(_0x1f44d7['registration'][_0x2c5339(0x8b)]=_0x1f44d7[_0x2c5339(0x7e)][_0x2c5339(0x8b)][_0x2c5339(0x8a)](_0x51350b=>typeof _0x51350b===_0x2c5339(0x77)?{'name':_0x51350b}:_0x51350b)),_0x1f44d7;};exports[a8_0x272150(0x83)]=createDebuggeeMetadata;
@@ -0,0 +1 @@
1
+ function a9_0x7225(_0x3f9593,_0x3ab83f){const _0x423f9c=a9_0x45d7();return a9_0x7225=function(_0x9dbd0e,_0x131d13){_0x9dbd0e=_0x9dbd0e-0xe2;let _0x45d712=_0x423f9c[_0x9dbd0e];return _0x45d712;},a9_0x7225(_0x3f9593,_0x3ab83f);}const a9_0x5ed15e=a9_0x7225;(function(_0x40d78d,_0x31e843){const _0xab35df=a9_0x7225,_0x103433=_0x40d78d();while(!![]){try{const _0x1fcee8=-parseInt(_0xab35df(0xf0))/0x1*(parseInt(_0xab35df(0xf9))/0x2)+-parseInt(_0xab35df(0xe8))/0x3+-parseInt(_0xab35df(0xe5))/0x4*(parseInt(_0xab35df(0xef))/0x5)+-parseInt(_0xab35df(0xf4))/0x6+parseInt(_0xab35df(0xe4))/0x7*(-parseInt(_0xab35df(0xed))/0x8)+-parseInt(_0xab35df(0xe2))/0x9+-parseInt(_0xab35df(0xea))/0xa*(-parseInt(_0xab35df(0xf7))/0xb);if(_0x1fcee8===_0x31e843)break;else _0x103433['push'](_0x103433['shift']());}catch(_0x565414){_0x103433['push'](_0x103433['shift']());}}}(a9_0x45d7,0x55a3f));const a9_0x131d13=(function(){let _0x4275be=!![];return function(_0x4a393a,_0x57b834){const _0x20d508=_0x4275be?function(){const _0x509b0b=a9_0x7225;if(_0x57b834){const _0x4e1ba9=_0x57b834[_0x509b0b(0xe3)](_0x4a393a,arguments);return _0x57b834=null,_0x4e1ba9;}}:function(){};return _0x4275be=![],_0x20d508;};}()),a9_0x9dbd0e=a9_0x131d13(this,function(){const _0x434067=a9_0x7225;return a9_0x9dbd0e[_0x434067(0xeb)]()['search']('(((.+)+)+)+$')[_0x434067(0xeb)]()[_0x434067(0xf3)](a9_0x9dbd0e)[_0x434067(0xf2)]('(((.+)+)+)+$');});a9_0x9dbd0e();'use strict';Object[a9_0x5ed15e(0xec)](exports,a9_0x5ed15e(0xf8),{'value':!![]}),exports[a9_0x5ed15e(0xe7)]=void 0x0;const crypto=require(a9_0x5ed15e(0xf1)),createUniquifier=(_0x1ad159,_0x1bcda5,_0x92c283,_0x24717b)=>{const _0x321c77=a9_0x5ed15e,_0x4bd1cb=_0x1ad159+_0x1bcda5+JSON[_0x321c77(0xf6)](_0x92c283)+JSON[_0x321c77(0xf6)](_0x24717b);return crypto[_0x321c77(0xee)](_0x321c77(0xe6))[_0x321c77(0xf5)](_0x4bd1cb)['digest'](_0x321c77(0xe9));};exports[a9_0x5ed15e(0xe7)]=createUniquifier;function a9_0x45d7(){const _0x268ce1=['4145364IVPyIS','update','stringify','253uWTVZh','__esModule','732112yomTam','3443472lbZDxl','apply','2100ULSdJN','2391028BHDoyu','sha1','createUniquifier','911175vYWFCD','hex','1225010oEsWVJ','toString','defineProperty','3352SMUBpk','createHash','5rWQOwv','1gaqLjW','crypto','search','constructor'];a9_0x45d7=function(){return _0x268ce1;};return a9_0x45d7();}
@@ -0,0 +1 @@
1
+ const a10_0x550415=a10_0x1beb;(function(_0x10be5c,_0x38a63f){const _0x1ab57b=a10_0x1beb,_0xb7af8a=_0x10be5c();while(!![]){try{const _0x1105aa=-parseInt(_0x1ab57b(0x12a))/0x1*(parseInt(_0x1ab57b(0x126))/0x2)+parseInt(_0x1ab57b(0x130))/0x3+parseInt(_0x1ab57b(0x132))/0x4+parseInt(_0x1ab57b(0x127))/0x5*(parseInt(_0x1ab57b(0x12c))/0x6)+-parseInt(_0x1ab57b(0x124))/0x7*(-parseInt(_0x1ab57b(0x125))/0x8)+parseInt(_0x1ab57b(0x123))/0x9+-parseInt(_0x1ab57b(0x128))/0xa;if(_0x1105aa===_0x38a63f)break;else _0xb7af8a['push'](_0xb7af8a['shift']());}catch(_0x3d0af3){_0xb7af8a['push'](_0xb7af8a['shift']());}}}(a10_0x1dac,0x2d2c2));const a10_0x3ca131=(function(){let _0x28ca20=!![];return function(_0x50dc92,_0x5e7d54){const _0x1b7a7e=_0x28ca20?function(){const _0x4cfb69=a10_0x1beb;if(_0x5e7d54){const _0x2b569f=_0x5e7d54[_0x4cfb69(0x12e)](_0x50dc92,arguments);return _0x5e7d54=null,_0x2b569f;}}:function(){};return _0x28ca20=![],_0x1b7a7e;};}()),a10_0x42572d=a10_0x3ca131(this,function(){const _0x30d3b8=a10_0x1beb;return a10_0x42572d['toString']()['search']('(((.+)+)+)+$')[_0x30d3b8(0x129)]()['constructor'](a10_0x42572d)[_0x30d3b8(0x133)](_0x30d3b8(0x120));});function a10_0x1dac(){const _0x3d6c2f=['apply','delimit','350205ltzgoX','length','759088ytgHbt','search','(((.+)+)+)+$','split','push','2260530PveacT','112469YbCOEu','8XwZCKT','27162FehiMR','10840exaAbO','4674160uxSxet','toString','14IkkPLC','__esModule','744VEaJAp','defineProperty'];a10_0x1dac=function(){return _0x3d6c2f;};return a10_0x1dac();}a10_0x42572d();'use strict';Object[a10_0x550415(0x12d)](exports,a10_0x550415(0x12b),{'value':!![]}),exports[a10_0x550415(0x12f)]=void 0x0;const delimit=(_0xa3bc6d,_0x181a3c)=>{const _0x3de0ad=a10_0x550415,_0xb40881=_0xa3bc6d[_0x3de0ad(0x121)](_0x181a3c),_0xfcba65=[];_0xfcba65[_0x3de0ad(0x122)](_0xb40881[0x0]);for(let _0x5e757a=0x1;_0x5e757a<_0xb40881[_0x3de0ad(0x131)];_0x5e757a++){_0xfcba65[_0x3de0ad(0x122)]({'v':_0x181a3c},_0xb40881[_0x5e757a]);}return _0xfcba65;};function a10_0x1beb(_0x3dd739,_0x4dd0f4){const _0x16feda=a10_0x1dac();return a10_0x1beb=function(_0x42572d,_0x3ca131){_0x42572d=_0x42572d-0x120;let _0x1dac63=_0x16feda[_0x42572d];return _0x1dac63;},a10_0x1beb(_0x3dd739,_0x4dd0f4);}exports[a10_0x550415(0x12f)]=delimit;
@@ -0,0 +1 @@
1
+ function a11_0x2c98(_0x5aea97,_0x1c35a0){const _0x1e82c0=a11_0x45f1();return a11_0x2c98=function(_0x9dbe51,_0x3a1b8a){_0x9dbe51=_0x9dbe51-0x126;let _0x45f128=_0x1e82c0[_0x9dbe51];return _0x45f128;},a11_0x2c98(_0x5aea97,_0x1c35a0);}const a11_0x2919fd=a11_0x2c98;(function(_0x55f4ce,_0x1531ce){const _0x3c6594=a11_0x2c98,_0x27d1c8=_0x55f4ce();while(!![]){try{const _0x58265f=parseInt(_0x3c6594(0x131))/0x1*(-parseInt(_0x3c6594(0x12b))/0x2)+parseInt(_0x3c6594(0x132))/0x3+-parseInt(_0x3c6594(0x12d))/0x4+-parseInt(_0x3c6594(0x129))/0x5*(parseInt(_0x3c6594(0x12f))/0x6)+parseInt(_0x3c6594(0x12c))/0x7*(parseInt(_0x3c6594(0x130))/0x8)+-parseInt(_0x3c6594(0x12e))/0x9+parseInt(_0x3c6594(0x137))/0xa*(parseInt(_0x3c6594(0x134))/0xb);if(_0x58265f===_0x1531ce)break;else _0x27d1c8['push'](_0x27d1c8['shift']());}catch(_0x5785dd){_0x27d1c8['push'](_0x27d1c8['shift']());}}}(a11_0x45f1,0x305af));const a11_0x3a1b8a=(function(){let _0x1095a7=!![];return function(_0x3bab14,_0x2a3c66){const _0x56793c=_0x1095a7?function(){if(_0x2a3c66){const _0xa6dc30=_0x2a3c66['apply'](_0x3bab14,arguments);return _0x2a3c66=null,_0xa6dc30;}}:function(){};return _0x1095a7=![],_0x56793c;};}()),a11_0x9dbe51=a11_0x3a1b8a(this,function(){const _0x1583ac=a11_0x2c98;return a11_0x9dbe51[_0x1583ac(0x126)]()['search'](_0x1583ac(0x12a))[_0x1583ac(0x126)]()[_0x1583ac(0x127)](a11_0x9dbe51)[_0x1583ac(0x13a)](_0x1583ac(0x12a));});a11_0x9dbe51();function a11_0x45f1(){const _0x27422b=['38296ewsVEt','1SjdILH','808947sshpLC','length','11DTPQGd','tokenize','./tokenize','2684270AKdYdM','defineProperty','format','search','toString','constructor','join','185jtXzvx','(((.+)+)+)+$','15158JgoUTr','112nBILyQ','156112RNFIBw','2354625mBAXbg','17574rONxMk'];a11_0x45f1=function(){return _0x27422b;};return a11_0x45f1();}'use strict';Object[a11_0x2919fd(0x138)](exports,'__esModule',{'value':!![]}),exports[a11_0x2919fd(0x139)]=void 0x0;const tokenize_1=require(a11_0x2919fd(0x136)),format=(_0x150f3b,_0x7b16b1)=>{const _0x364250=a11_0x2919fd,_0x34d01d=(0x0,tokenize_1[_0x364250(0x135)])(_0x150f3b,_0x7b16b1[_0x364250(0x133)]);for(let _0x1d0fce=0x0;_0x1d0fce<_0x34d01d[_0x364250(0x133)];_0x1d0fce++){if(!_0x34d01d[_0x1d0fce]['v'])continue;if(_0x34d01d[_0x1d0fce]['v']==='$$'){_0x34d01d[_0x1d0fce]='$';continue;}for(let _0x466c4c=0x0;_0x466c4c<_0x7b16b1[_0x364250(0x133)];_0x466c4c++){if(_0x34d01d[_0x1d0fce]['v']==='$'+_0x466c4c){_0x34d01d[_0x1d0fce]=_0x7b16b1[_0x466c4c];break;}}}return _0x34d01d[_0x364250(0x128)]('');};exports[a11_0x2919fd(0x139)]=format;
@@ -0,0 +1 @@
1
+ const a12_0x3c9239=a12_0x4e97;(function(_0x407a2b,_0x3e7c50){const _0x577a4c=a12_0x4e97,_0x77c2c7=_0x407a2b();while(!![]){try{const _0x4c6b7e=parseInt(_0x577a4c(0x1a0))/0x1*(parseInt(_0x577a4c(0x1b3))/0x2)+-parseInt(_0x577a4c(0x19b))/0x3+-parseInt(_0x577a4c(0x197))/0x4*(parseInt(_0x577a4c(0x1a4))/0x5)+-parseInt(_0x577a4c(0x1aa))/0x6*(-parseInt(_0x577a4c(0x193))/0x7)+parseInt(_0x577a4c(0x19f))/0x8+parseInt(_0x577a4c(0x1a9))/0x9+-parseInt(_0x577a4c(0x1b8))/0xa*(parseInt(_0x577a4c(0x191))/0xb);if(_0x4c6b7e===_0x3e7c50)break;else _0x77c2c7['push'](_0x77c2c7['shift']());}catch(_0x383002){_0x77c2c7['push'](_0x77c2c7['shift']());}}}(a12_0x5827,0xc9c4d));const a12_0x27dd65=(function(){let _0x4a472b=!![];return function(_0x4f4c01,_0x1a11da){const _0x471156=_0x4a472b?function(){const _0xdc9cb6=a12_0x4e97;if(_0x1a11da){const _0x44a888=_0x1a11da[_0xdc9cb6(0x1a1)](_0x4f4c01,arguments);return _0x1a11da=null,_0x44a888;}}:function(){};return _0x4a472b=![],_0x471156;};}()),a12_0x5582d6=a12_0x27dd65(this,function(){const _0x30f63e=a12_0x4e97;return a12_0x5582d6[_0x30f63e(0x1a7)]()['search'](_0x30f63e(0x1a3))[_0x30f63e(0x1a7)]()[_0x30f63e(0x19c)](a12_0x5582d6)[_0x30f63e(0x1af)]('(((.+)+)+)+$');});function a12_0x5827(){const _0x404644=['constructor','existsSync','ignore_quota','13055768PVkhEW','4239AIzCnK','apply','dynamic_log_quota_recovery_ms','(((.+)+)+)+$','1860qhfHiu','fetch_breakpoints_once','breakpoint_expiration_sec','toString','getFirst','6469002YMVGBY','60558oVFycu','transmission_bulk_max_size','pinned_certs','getBoolean','getInt','search','max_watchlist_variable_size','noCheckCertificate','trim','264AxeupQ','max_snapshot_buffer_size','apiEndpoint','getAgentConfig','max_log_file_bytes','70WUtzMC','getFloat','24178pIZBKD','split','56HtJUmZ','extra_paths','max_snapshot_frame_count','map','16208YTAGrt','max_condition_cost','max_log_cpu_cost','__esModule','1925598MchjcL'];a12_0x5827=function(){return _0x404644;};return a12_0x5827();}a12_0x5582d6();'use strict';function a12_0x4e97(_0x50786e,_0x1f45a6){const _0x477007=a12_0x5827();return a12_0x4e97=function(_0x5582d6,_0x27dd65){_0x5582d6=_0x5582d6-0x190;let _0x5827af=_0x477007[_0x5582d6];return _0x5827af;},a12_0x4e97(_0x50786e,_0x1f45a6);}Object['defineProperty'](exports,a12_0x3c9239(0x19a),{'value':!![]}),exports[a12_0x3c9239(0x1b6)]=void 0x0;const properties=require('java-properties'),fs=require('fs'),getAgentConfig=_0x24895a=>{const _0x373e27=a12_0x3c9239;var _0x5e110f,_0xbd3f06,_0x4cea1b;if(fs[_0x373e27(0x19d)](_0x24895a)){const _0x28856f=properties['of'](_0x24895a);return{'lightrunSecret':_0x28856f[_0x373e27(0x1a8)]('com.lightrun.secret'),'apiEndpoint':_0x28856f[_0x373e27(0x1a8)](_0x373e27(0x1b5)),'breakpointExpirationSec':_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x1a6)),'transmissionBulkMaxSize':_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x1ab)),'noCheckCertificate':_0x28856f[_0x373e27(0x1ad)](_0x373e27(0x1b1)),'pinnedCerts':(_0x5e110f=_0x28856f[_0x373e27(0x1a8)](_0x373e27(0x1ac)))===null||_0x5e110f===void 0x0?void 0x0:_0x5e110f[_0x373e27(0x192)](','),'metadata':{'filename':_0x28856f[_0x373e27(0x1a8)]('agent_regmetadata_file')},'capture':{'maxFrames':_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x195)),'maxDataSize':_0x28856f['getInt']('max_snapshot_buffer_size'),'maxSnapshotBufferSize':_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x1b4)),'maxVariableSize':_0x28856f[_0x373e27(0x1ae)]('max_variable_size'),'maxWatchListVariableSize':_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x1b0))},'agentLog':{'collectCooldownMs':_0x28856f[_0x373e27(0x1ae)]('collect_log_cooldown_ms'),'maxLogFileBytes':_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x1b7))},'quota':{'ignoreQuota':_0x28856f[_0x373e27(0x1ad)](_0x373e27(0x19e)),'maxCPUCost':_0x28856f['getFloat'](_0x373e27(0x199)),'maxConditionCost':_0x28856f[_0x373e27(0x190)](_0x373e27(0x198)),'maxDynamicLogRate':_0x28856f[_0x373e27(0x1ae)]('max_dynamic_log_rate'),'maxDynamicLogByteRate':_0x28856f[_0x373e27(0x1ae)]('max_dynamic_log_bytes_rate'),'quotaRecoverySeconds':_0x28856f['getInt'](_0x373e27(0x1a2))&&_0x28856f[_0x373e27(0x1ae)](_0x373e27(0x1a2))/0x3e8},'fetchBreakpointsOnce':_0x28856f[_0x373e27(0x1ad)](_0x373e27(0x1a5)),'extraPaths':(_0x4cea1b=(_0xbd3f06=_0x28856f[_0x373e27(0x1a8)](_0x373e27(0x194)))===null||_0xbd3f06===void 0x0?void 0x0:_0xbd3f06[_0x373e27(0x192)](','))===null||_0x4cea1b===void 0x0?void 0x0:_0x4cea1b[_0x373e27(0x196)](_0x52e19b=>_0x52e19b[_0x373e27(0x1b2)]())};}return;};exports['getAgentConfig']=getAgentConfig;
@@ -0,0 +1 @@
1
+ 'use strict';const a13_0x2e29e3=a13_0x3e47;function a13_0x3aea(){const _0xf24ae7=['env','6122525DOxTNe','6nheuUS','(((.+)+)+)+$','Platforms','7011708LMwLLt','8264ILXdJO','31916555tQhfBr','2DRAqiz','search','605944voQDhu','6739270KITQHU','2807IUMsOE','1321948AFQrNd','__esModule','getPlatform','toString','9combWr','DEFAULT','CLOUD_FUNCTION'];a13_0x3aea=function(){return _0xf24ae7;};return a13_0x3aea();}(function(_0x1b63aa,_0x7e676c){const _0x4dd50c=a13_0x3e47,_0x13974b=_0x1b63aa();while(!![]){try{const _0x183937=-parseInt(_0x4dd50c(0x1a2))/0x1*(-parseInt(_0x4dd50c(0x19d))/0x2)+parseInt(_0x4dd50c(0x197))/0x3*(parseInt(_0x4dd50c(0x19f))/0x4)+parseInt(_0x4dd50c(0x196))/0x5+parseInt(_0x4dd50c(0x19a))/0x6+parseInt(_0x4dd50c(0x1a1))/0x7*(parseInt(_0x4dd50c(0x19b))/0x8)+-parseInt(_0x4dd50c(0x1a6))/0x9*(parseInt(_0x4dd50c(0x1a0))/0xa)+-parseInt(_0x4dd50c(0x19c))/0xb;if(_0x183937===_0x7e676c)break;else _0x13974b['push'](_0x13974b['shift']());}catch(_0x5729e1){_0x13974b['push'](_0x13974b['shift']());}}}(a13_0x3aea,0xd130c));function a13_0x3e47(_0x20e864,_0x423b37){const _0x2f4897=a13_0x3aea();return a13_0x3e47=function(_0x473108,_0x2428dd){_0x473108=_0x473108-0x195;let _0x3aea2f=_0x2f4897[_0x473108];return _0x3aea2f;},a13_0x3e47(_0x20e864,_0x423b37);}Object['defineProperty'](exports,a13_0x2e29e3(0x1a3),{'value':!![]}),exports[a13_0x2e29e3(0x1a4)]=exports['Platforms']=void 0x0;var Platforms;(function(_0x52d414){const _0xfac6cb=a13_0x2e29e3,_0x5f1fbb=(function(){let _0x457303=!![];return function(_0x80116d,_0x397a1e){const _0x51d619=_0x457303?function(){if(_0x397a1e){const _0x1295f4=_0x397a1e['apply'](_0x80116d,arguments);return _0x397a1e=null,_0x1295f4;}}:function(){};return _0x457303=![],_0x51d619;};}()),_0x303f07=_0x5f1fbb(this,function(){const _0x9ecf86=a13_0x3e47;return _0x303f07[_0x9ecf86(0x1a5)]()['search'](_0x9ecf86(0x198))[_0x9ecf86(0x1a5)]()['constructor'](_0x303f07)[_0x9ecf86(0x19e)](_0x9ecf86(0x198));});_0x303f07(),_0x52d414[_0xfac6cb(0x1a8)]='cloud_function',_0x52d414['DEFAULT']='default';}(Platforms=exports[a13_0x2e29e3(0x199)]||(exports[a13_0x2e29e3(0x199)]={})));const getPlatform=()=>{const _0x277230=a13_0x2e29e3,{FUNCTION_NAME:_0x4c516e,FUNCTION_TARGET:_0x1cfd37}=process[_0x277230(0x195)];if(_0x4c516e||_0x1cfd37)return Platforms[_0x277230(0x1a8)];return Platforms[_0x277230(0x1a7)];};exports[a13_0x2e29e3(0x1a4)]=getPlatform;
@@ -0,0 +1 @@
1
+ const a14_0x2de49e=a14_0x5355;(function(_0x14b419,_0x57033d){const _0x5c4629=a14_0x5355,_0x1fe716=_0x14b419();while(!![]){try{const _0x1ae311=parseInt(_0x5c4629(0xd0))/0x1+-parseInt(_0x5c4629(0xcd))/0x2*(parseInt(_0x5c4629(0xdb))/0x3)+parseInt(_0x5c4629(0xd4))/0x4+parseInt(_0x5c4629(0xdf))/0x5*(parseInt(_0x5c4629(0xdc))/0x6)+-parseInt(_0x5c4629(0xcf))/0x7+parseInt(_0x5c4629(0xd8))/0x8*(-parseInt(_0x5c4629(0xd7))/0x9)+parseInt(_0x5c4629(0xd5))/0xa*(parseInt(_0x5c4629(0xdd))/0xb);if(_0x1ae311===_0x57033d)break;else _0x1fe716['push'](_0x1fe716['shift']());}catch(_0x4909e5){_0x1fe716['push'](_0x1fe716['shift']());}}}(a14_0x12f1,0x7ab41));function a14_0x5355(_0x12b9a2,_0x55e868){const _0x287084=a14_0x12f1();return a14_0x5355=function(_0x541b2e,_0x2a2981){_0x541b2e=_0x541b2e-0xcd;let _0x12f1eb=_0x287084[_0x541b2e];return _0x12f1eb;},a14_0x5355(_0x12b9a2,_0x55e868);}function a14_0x12f1(){const _0x4076bb=['toString','2531208YHcLBL','10lBacsG','push','88353PKDLpu','280YyyxcK','constructor','mapSubtract','3TBIBuP','6eBTkAe','11600006lWwFJl','search','1582795gqlRZj','1855478IGsnIT','apply','3706430XpKHZp','299510ksLtLJ','defineProperty','(((.+)+)+)+$'];a14_0x12f1=function(){return _0x4076bb;};return a14_0x12f1();}const a14_0x2a2981=(function(){let _0x2b06f9=!![];return function(_0x1283ef,_0x4e699b){const _0x5a1bf2=_0x2b06f9?function(){const _0x4a00af=a14_0x5355;if(_0x4e699b){const _0xe84ae9=_0x4e699b[_0x4a00af(0xce)](_0x1283ef,arguments);return _0x4e699b=null,_0xe84ae9;}}:function(){};return _0x2b06f9=![],_0x5a1bf2;};}()),a14_0x541b2e=a14_0x2a2981(this,function(){const _0x44e6d3=a14_0x5355;return a14_0x541b2e['toString']()[_0x44e6d3(0xde)](_0x44e6d3(0xd2))[_0x44e6d3(0xd3)]()[_0x44e6d3(0xd9)](a14_0x541b2e)[_0x44e6d3(0xde)](_0x44e6d3(0xd2));});a14_0x541b2e();'use strict';Object[a14_0x2de49e(0xd1)](exports,'__esModule',{'value':!![]}),exports['mapSubtract']=void 0x0;const mapSubtract=(_0x15edb9,_0x3aed26)=>{const _0x16d40d=a14_0x2de49e,_0x5d73c4=[];for(const _0x330b8f in _0x15edb9){!_0x3aed26[_0x330b8f]&&_0x5d73c4[_0x16d40d(0xd6)](_0x15edb9[_0x330b8f]);}return _0x5d73c4;};exports[a14_0x2de49e(0xda)]=mapSubtract;
@@ -0,0 +1 @@
1
+ function a15_0x21cb(_0x22b9a4,_0x37772d){const _0x4df9cd=a15_0x1d1c();return a15_0x21cb=function(_0x3fe046,_0x360ae8){_0x3fe046=_0x3fe046-0x123;let _0x1d1ce5=_0x4df9cd[_0x3fe046];return _0x1d1ce5;},a15_0x21cb(_0x22b9a4,_0x37772d);}const a15_0x3b5f86=a15_0x21cb;(function(_0x2c6f7c,_0x4c3e9b){const _0x58c382=a15_0x21cb,_0x34bde1=_0x2c6f7c();while(!![]){try{const _0x2323b8=parseInt(_0x58c382(0x133))/0x1*(parseInt(_0x58c382(0x128))/0x2)+-parseInt(_0x58c382(0x14a))/0x3*(-parseInt(_0x58c382(0x150))/0x4)+-parseInt(_0x58c382(0x135))/0x5+-parseInt(_0x58c382(0x13e))/0x6+parseInt(_0x58c382(0x147))/0x7+-parseInt(_0x58c382(0x134))/0x8*(parseInt(_0x58c382(0x12f))/0x9)+-parseInt(_0x58c382(0x12d))/0xa;if(_0x2323b8===_0x4c3e9b)break;else _0x34bde1['push'](_0x34bde1['shift']());}catch(_0xb46d0a){_0x34bde1['push'](_0x34bde1['shift']());}}}(a15_0x1d1c,0x90606));const a15_0x360ae8=(function(){let _0x27e0d4=!![];return function(_0x3ece37,_0x2abc93){const _0x4ef01f=_0x27e0d4?function(){const _0x3d40a3=a15_0x21cb;if(_0x2abc93){const _0x936c9b=_0x2abc93[_0x3d40a3(0x14c)](_0x3ece37,arguments);return _0x2abc93=null,_0x936c9b;}}:function(){};return _0x27e0d4=![],_0x4ef01f;};}()),a15_0x3fe046=a15_0x360ae8(this,function(){const _0x1de220=a15_0x21cb;return a15_0x3fe046['toString']()[_0x1de220(0x13f)](_0x1de220(0x13c))[_0x1de220(0x12b)]()['constructor'](a15_0x3fe046)[_0x1de220(0x13f)](_0x1de220(0x13c));});a15_0x3fe046();'use strict';Object[a15_0x3b5f86(0x142)](exports,a15_0x3b5f86(0x13b),{'value':!![]}),exports[a15_0x3b5f86(0x12e)]=void 0x0;const extend=require(a15_0x3b5f86(0x140)),config_1=require('../config'),utils_1=require(a15_0x3b5f86(0x131)),getAgentConfig_1=require('./getAgentConfig'),normalizeConfig=_0xb0c11f=>{const _0x1428ed=a15_0x3b5f86,_0x108438={'serviceContext':{'service':process['env']['GAE_SERVICE']||process[_0x1428ed(0x14e)][_0x1428ed(0x13a)]||process[_0x1428ed(0x14e)][_0x1428ed(0x146)],'version':process[_0x1428ed(0x14e)][_0x1428ed(0x132)]||process[_0x1428ed(0x14e)]['GAE_MODULE_VERSION']||process['env'][_0x1428ed(0x12a)],'minorVersion_':process['env'][_0x1428ed(0x145)]||process['env'][_0x1428ed(0x127)]},'metadata':{'filename':process[_0x1428ed(0x14e)][_0x1428ed(0x124)],'registration':{}},'lightrunSecret':process[_0x1428ed(0x14e)][_0x1428ed(0x130)],'apiEndpoint':process[_0x1428ed(0x14e)][_0x1428ed(0x14d)],'noCheckCertificate':(0x0,utils_1[_0x1428ed(0x13d)])(process[_0x1428ed(0x14e)][_0x1428ed(0x144)]),'fetchBreakpointsOnce':(0x0,utils_1[_0x1428ed(0x13d)])(process[_0x1428ed(0x14e)][_0x1428ed(0x14f)]),'lightrunWaitForInit':(0x0,utils_1[_0x1428ed(0x13d)])(process['env'][_0x1428ed(0x148)]),'lightrunInitWaitTimeMs':process[_0x1428ed(0x14e)][_0x1428ed(0x14b)]};process['env'][_0x1428ed(0x136)]&&(_0x108438[_0x1428ed(0x143)][_0x1428ed(0x12c)]=process[_0x1428ed(0x14e)][_0x1428ed(0x136)],_0x108438['serviceContext'][_0x1428ed(0x139)]='unversioned');process['env'][_0x1428ed(0x125)]&&(_0x108438[_0x1428ed(0x129)][_0x1428ed(0x123)]={'tags':process[_0x1428ed(0x14e)][_0x1428ed(0x125)][_0x1428ed(0x137)](',')});const _0x4db997=(0x0,getAgentConfig_1[_0x1428ed(0x149)])(process[_0x1428ed(0x14e)][_0x1428ed(0x141)]||(_0xb0c11f===null||_0xb0c11f===void 0x0?void 0x0:_0xb0c11f['agentConfigFile'])||config_1['defaultConfig'][_0x1428ed(0x138)]);return extend(!![],{},config_1[_0x1428ed(0x126)],_0x4db997,_0xb0c11f,_0x108438);};function a15_0x1d1c(){const _0x54a3ab=['LIGHTRUN_AGENT_CONFIG','defineProperty','serviceContext','NO_CHECK_CERTIFICATE','GAE_DEPLOYMENT_ID','K_SERVICE','5286701TPmGgu','LIGHTRUN_WAIT_FOR_INIT','getAgentConfig','108pfSBMW','LIGHTRUN_INIT_WAIT_TIME_MS','apply','LIGHTRUN_API_ENDPOINT','env','FETCH_BREAKPOINTS_ONCE','116068OxwBLN','registration','LIGHTRUN_METADATA_FILE','LIGHTRUN_TAGS','defaultConfig','GAE_MINOR_VERSION','766vYCpzs','metadata','K_REVISION','toString','service','5699750CXCpaq','normalizeConfig','1780902cAChJH','LIGHTRUN_SECRET','../util/utils','GAE_VERSION','1041ERypye','8SfwoPf','3199625fmnbdI','FUNCTION_NAME','split','agentConfigFile','version','GAE_MODULE_NAME','__esModule','(((.+)+)+)+$','getBooleanValue','1196484WLRVpx','search','extend'];a15_0x1d1c=function(){return _0x54a3ab;};return a15_0x1d1c();}exports['normalizeConfig']=normalizeConfig;
@@ -0,0 +1 @@
1
+ const a16_0x280633=a16_0x52e3;function a16_0x3e71(){const _0x101a3f=['(((.+)+)+)+$','constructor','delimit','212200txqUZt','defineProperty','5HWWnxm','tokenize','push','54GCBhvU','length','search','toString','72717ELfpbR','__esModule','2020120RpKpHl','1095747yPlgAH','2xlKZBI','./delimit','865168gEFDJO','1443366YGXope','573223Stetkr'];a16_0x3e71=function(){return _0x101a3f;};return a16_0x3e71();}(function(_0x9de023,_0x58eed5){const _0x3b9d3e=a16_0x52e3,_0x20c635=_0x9de023();while(!![]){try{const _0x42c7ee=-parseInt(_0x3b9d3e(0x117))/0x1*(-parseInt(_0x3b9d3e(0x11b))/0x2)+parseInt(_0x3b9d3e(0x11a))/0x3+-parseInt(_0x3b9d3e(0x10e))/0x4*(-parseInt(_0x3b9d3e(0x110))/0x5)+parseInt(_0x3b9d3e(0x11e))/0x6+parseInt(_0x3b9d3e(0x10a))/0x7+parseInt(_0x3b9d3e(0x11d))/0x8*(-parseInt(_0x3b9d3e(0x113))/0x9)+parseInt(_0x3b9d3e(0x119))/0xa;if(_0x42c7ee===_0x58eed5)break;else _0x20c635['push'](_0x20c635['shift']());}catch(_0x5bfbb1){_0x20c635['push'](_0x20c635['shift']());}}}(a16_0x3e71,0x5980a));function a16_0x52e3(_0x2cbda9,_0x2cb930){const _0x13cf98=a16_0x3e71();return a16_0x52e3=function(_0x33a3b0,_0x32fa43){_0x33a3b0=_0x33a3b0-0x10a;let _0x3e715a=_0x13cf98[_0x33a3b0];return _0x3e715a;},a16_0x52e3(_0x2cbda9,_0x2cb930);}const a16_0x32fa43=(function(){let _0x4be54b=!![];return function(_0x2ef40d,_0x3e17d3){const _0xa8cb84=_0x4be54b?function(){if(_0x3e17d3){const _0x1fe566=_0x3e17d3['apply'](_0x2ef40d,arguments);return _0x3e17d3=null,_0x1fe566;}}:function(){};return _0x4be54b=![],_0xa8cb84;};}()),a16_0x33a3b0=a16_0x32fa43(this,function(){const _0x52bba5=a16_0x52e3;return a16_0x33a3b0['toString']()[_0x52bba5(0x115)](_0x52bba5(0x10b))[_0x52bba5(0x116)]()[_0x52bba5(0x10c)](a16_0x33a3b0)[_0x52bba5(0x115)](_0x52bba5(0x10b));});a16_0x33a3b0();'use strict';Object[a16_0x280633(0x10f)](exports,a16_0x280633(0x118),{'value':!![]}),exports[a16_0x280633(0x111)]=void 0x0;const delimit_1=require(a16_0x280633(0x11c)),tokenize=(_0x4e958e,_0x39cbe3)=>{const _0x22ce15=a16_0x280633;let _0xba9019=(0x0,delimit_1[_0x22ce15(0x10d)])(_0x4e958e,'$$');for(let _0x4a5488=_0x39cbe3-0x1;_0x4a5488>=0x0;_0x4a5488--){const _0x4c7bcb=[];for(let _0xd3ef0b=0x0;_0xd3ef0b<_0xba9019[_0x22ce15(0x114)];_0xd3ef0b++){_0xba9019[_0xd3ef0b]['v']?_0x4c7bcb[_0x22ce15(0x112)](_0xba9019[_0xd3ef0b]):_0x4c7bcb[_0x22ce15(0x112)](...(0x0,delimit_1[_0x22ce15(0x10d)])(_0xba9019[_0xd3ef0b],'$'+_0x4a5488));}_0xba9019=_0x4c7bcb;}return _0xba9019;};exports[a16_0x280633(0x111)]=tokenize;