@cmmd-center/forge 0.13.71 → 0.13.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bin.mjs CHANGED
@@ -45272,10 +45272,10 @@ function getRequestContentLengthAttribute$1(request) {
45272
45272
  return length >= 0 ? encoding && encoding !== "identity" ? { "http.request_content_length": length } : { "http.request_content_length_uncompressed": length } : {};
45273
45273
  }
45274
45274
  //#endregion
45275
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/debug-build.js
45275
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/debug-build.js
45276
45276
  const DEBUG_BUILD$3 = typeof __SENTRY_DEBUG__ === "undefined" || __SENTRY_DEBUG__;
45277
45277
  //#endregion
45278
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/http/httpServerIntegration.js
45278
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/http/httpServerIntegration.js
45279
45279
  init_esm$1();
45280
45280
  const HTTP_SERVER_INSTRUMENTED_KEY = createContextKey("sentry_http_server_instrumented");
45281
45281
  const INTEGRATION_NAME$36 = "Http.Server";
@@ -49056,7 +49056,7 @@ var require_src$7 = /* @__PURE__ */ __commonJSMin(((exports) => {
49056
49056
  exports.internal = { _export: require_exporter()._export };
49057
49057
  }));
49058
49058
  //#endregion
49059
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/http/httpServerSpansIntegration.js
49059
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/http/httpServerSpansIntegration.js
49060
49060
  init_esm$1();
49061
49061
  var import_src$3 = require_src$7();
49062
49062
  const INTEGRATION_NAME$35 = "Http.ServerSpans";
@@ -51939,12 +51939,12 @@ var require_src$4 = /* @__PURE__ */ __commonJSMin(((exports) => {
51939
51939
  });
51940
51940
  }));
51941
51941
  //#endregion
51942
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/nodeVersion.js
51942
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/nodeVersion.js
51943
51943
  const NODE_VERSION = parseSemver$1(process.versions.node);
51944
51944
  const NODE_MAJOR = NODE_VERSION.major;
51945
51945
  const NODE_MINOR = NODE_VERSION.minor;
51946
51946
  //#endregion
51947
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/http/SentryHttpInstrumentation.js
51947
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/http/SentryHttpInstrumentation.js
51948
51948
  init_esm$1();
51949
51949
  const FULLY_SUPPORTS_HTTP_DIAGNOSTICS_CHANNEL = NODE_VERSION.major === 22 && NODE_VERSION.minor >= 12 || NODE_VERSION.major === 23 && NODE_VERSION.minor >= 2 || NODE_VERSION.major >= 24;
51950
51950
  function instrumentHttpOutgoingRequests(instrumentationOptions = {}) {
@@ -51990,7 +51990,7 @@ function instrumentHttpOutgoingRequestsViaMonkeyPatching(options) {
51990
51990
  patchHttpModuleClient(http, options);
51991
51991
  }
51992
51992
  //#endregion
51993
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/http/index.js
51993
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/http/index.js
51994
51994
  const INTEGRATION_NAME$34 = "Http";
51995
51995
  Object.assign(instrumentHttpOutgoingRequests, { id: `${INTEGRATION_NAME$34}.sentry` });
51996
51996
  const httpIntegration$1 = defineIntegration((options = {}) => {
@@ -52031,7 +52031,7 @@ const httpIntegration$1 = defineIntegration((options = {}) => {
52031
52031
  };
52032
52032
  });
52033
52033
  //#endregion
52034
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/outgoingFetchRequest.js
52034
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/outgoingFetchRequest.js
52035
52035
  const SENTRY_TRACE_HEADER$1 = "sentry-trace";
52036
52036
  const SENTRY_BAGGAGE_HEADER$1 = "baggage";
52037
52037
  const W3C_TRACEPARENT_HEADER = "traceparent";
@@ -52158,7 +52158,7 @@ function getAbsoluteUrl$1(origin, path = "/") {
52158
52158
  }
52159
52159
  }
52160
52160
  //#endregion
52161
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/node-fetch/undici-instrumentation.js
52161
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/node-fetch/undici-instrumentation.js
52162
52162
  const ATTR_HTTP_REQUEST_METHOD_ORIGINAL = "http.request.method_original";
52163
52163
  const _channelSubs = [];
52164
52164
  const spanFromReq = /* @__PURE__ */ new WeakMap();
@@ -52347,7 +52347,7 @@ function getAbsoluteUrl(origin, path = "/") {
52347
52347
  return `${url}${path}`;
52348
52348
  }
52349
52349
  //#endregion
52350
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/node-fetch/index.js
52350
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/node-fetch/index.js
52351
52351
  const _nativeNodeFetchIntegration$1 = ((options = {}) => {
52352
52352
  return {
52353
52353
  name: "NodeFetch",
@@ -56788,10 +56788,10 @@ function getStoreWithActiveSpan(span) {
56788
56788
  return spanIsIgnored(span) && getRootSpan$1(span) !== span || span.spanContext().traceState?.get("sentry.ignored") === "1" ? activeContext : trace.setSpan(activeContext, span);
56789
56789
  }
56790
56790
  //#endregion
56791
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/otel/contextManager.js
56791
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/otel/contextManager.js
56792
56792
  const SentryContextManager = SentryAsyncLocalStorageContextManager;
56793
56793
  //#endregion
56794
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/otel/logger.js
56794
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/otel/logger.js
56795
56795
  init_esm$1();
56796
56796
  function setupOpenTelemetryLogger() {
56797
56797
  diag.disable();
@@ -56804,7 +56804,7 @@ function setupOpenTelemetryLogger() {
56804
56804
  }, DiagLogLevel.DEBUG);
56805
56805
  }
56806
56806
  //#endregion
56807
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/otel/instrument.js
56807
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/otel/instrument.js
56808
56808
  var import_src$2 = require_src$4();
56809
56809
  const INSTRUMENTED = {};
56810
56810
  function generateInstrumentOnce(name, creatorOrClass, optionsCallback) {
@@ -56839,7 +56839,7 @@ function _generateInstrumentOnceWithOptions(name, instrumentationClass, optionsC
56839
56839
  }, { id: name });
56840
56840
  }
56841
56841
  //#endregion
56842
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/childProcess.js
56842
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/childProcess.js
56843
56843
  const INTEGRATION_NAME$33 = "ChildProcess";
56844
56844
  const childProcessIntegration = defineIntegration((options = {}) => {
56845
56845
  return {
@@ -56905,7 +56905,7 @@ function captureWorkerThreadEvents(worker, options) {
56905
56905
  });
56906
56906
  }
56907
56907
  //#endregion
56908
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/context.js
56908
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/context.js
56909
56909
  const readFileAsync = promisify$1(readFile);
56910
56910
  const readDirAsync = promisify$1(readdir);
56911
56911
  const INTEGRATION_NAME$32 = "Context";
@@ -57240,7 +57240,7 @@ function getCloudResourceContext() {
57240
57240
  else return;
57241
57241
  }
57242
57242
  //#endregion
57243
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/contextlines.js
57243
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/contextlines.js
57244
57244
  const LRU_FILE_CONTENTS_CACHE = new LRUMap(10);
57245
57245
  const LRU_FILE_CONTENTS_FS_READ_FAILED = new LRUMap(20);
57246
57246
  const DEFAULT_LINES_OF_CONTEXT = 7;
@@ -57438,7 +57438,7 @@ const _contextLinesIntegration = ((options = {}) => {
57438
57438
  });
57439
57439
  const contextLinesIntegration = defineIntegration(_contextLinesIntegration);
57440
57440
  //#endregion
57441
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/debug.js
57441
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/debug.js
57442
57442
  let cachedDebuggerEnabled;
57443
57443
  async function isDebuggerEnabled() {
57444
57444
  if (cachedDebuggerEnabled === void 0) try {
@@ -57449,7 +57449,7 @@ async function isDebuggerEnabled() {
57449
57449
  return cachedDebuggerEnabled;
57450
57450
  }
57451
57451
  //#endregion
57452
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/local-variables/common.js
57452
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/local-variables/common.js
57453
57453
  function filterFrameVariables(vars, behavior) {
57454
57454
  return filterKeyValueData(vars, behavior);
57455
57455
  }
@@ -57483,7 +57483,7 @@ function functionNamesMatch(a, b) {
57483
57483
  return a === b || `Object.${a}` === b || a === `Object.${b}` || isAnonymous(a) && isAnonymous(b);
57484
57484
  }
57485
57485
  //#endregion
57486
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/local-variables/local-variables-async.js
57486
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/local-variables/local-variables-async.js
57487
57487
  const base64WorkerScript = "LyohIEBzZW50cnkvbm9kZS1jb3JlIDEwLjcwLjAgKDAzNTZmZmQpIHwgaHR0cHM6Ly9naXRodWIuY29tL2dldHNlbnRyeS9zZW50cnktamF2YXNjcmlwdCAqLwppbXBvcnR7U2Vzc2lvbiBhcyBlfWZyb20ibm9kZTppbnNwZWN0b3IvcHJvbWlzZXMiO2ltcG9ydHt3b3JrZXJEYXRhIGFzIHR9ZnJvbSJub2RlOndvcmtlcl90aHJlYWRzIjtjb25zdCBuPWdsb2JhbFRoaXMsaT17fTtjb25zdCBvPSJfX1NFTlRSWV9FUlJPUl9MT0NBTF9WQVJJQUJMRVNfXyI7Y29uc3QgYT10O2Z1bmN0aW9uIHMoLi4uZSl7YS5kZWJ1ZyYmZnVuY3Rpb24oZSl7aWYoISgiY29uc29sZSJpbiBuKSlyZXR1cm4gZSgpO2NvbnN0IHQ9bi5jb25zb2xlLG89e30sYT1PYmplY3Qua2V5cyhpKTthLmZvckVhY2goZT0+e2NvbnN0IG49aVtlXTtvW2VdPXRbZV0sdFtlXT1ufSk7dHJ5e3JldHVybiBlKCl9ZmluYWxseXthLmZvckVhY2goZT0+e3RbZV09b1tlXX0pfX0oKCk9PmNvbnNvbGUubG9nKCJbTG9jYWxWYXJpYWJsZXMgV29ya2VyXSIsLi4uZSkpfWFzeW5jIGZ1bmN0aW9uIGMoZSx0LG4saSl7Y29uc3Qgbz1hd2FpdCBlLnBvc3QoIlJ1bnRpbWUuZ2V0UHJvcGVydGllcyIse29iamVjdElkOnQsb3duUHJvcGVydGllczohMH0pO2lbbl09by5yZXN1bHQuZmlsdGVyKGU9PiJsZW5ndGgiIT09ZS5uYW1lJiYhaXNOYU4ocGFyc2VJbnQoZS5uYW1lLDEwKSkpLnNvcnQoKGUsdCk9PnBhcnNlSW50KGUubmFtZSwxMCktcGFyc2VJbnQodC5uYW1lLDEwKSkubWFwKGU9PmUudmFsdWU/LnZhbHVlKX1hc3luYyBmdW5jdGlvbiByKGUsdCxuLGkpe2NvbnN0IG89YXdhaXQgZS5wb3N0KCJSdW50aW1lLmdldFByb3BlcnRpZXMiLHtvYmplY3RJZDp0LG93blByb3BlcnRpZXM6ITB9KTtpW25dPW8ucmVzdWx0Lm1hcChlPT5bZS5uYW1lLGUudmFsdWU/LnZhbHVlXSkucmVkdWNlKChlLFt0LG5dKT0+KGVbdF09bixlKSx7fSl9ZnVuY3Rpb24gdShlLHQpe2UudmFsdWUmJigidmFsdWUiaW4gZS52YWx1ZT92b2lkIDA9PT1lLnZhbHVlLnZhbHVlfHxudWxsPT09ZS52YWx1ZS52YWx1ZT90W2UubmFtZV09YDwke2UudmFsdWUudmFsdWV9PmA6dFtlLm5hbWVdPWUudmFsdWUudmFsdWU6ImRlc2NyaXB0aW9uImluIGUudmFsdWUmJiJmdW5jdGlvbiIhPT1lLnZhbHVlLnR5cGU/dFtlLm5hbWVdPWA8JHtlLnZhbHVlLmRlc2NyaXB0aW9ufT5gOiJ1bmRlZmluZWQiPT09ZS52YWx1ZS50eXBlJiYodFtlLm5hbWVdPSI8dW5kZWZpbmVkPiIpKX1hc3luYyBmdW5jdGlvbiBsKGUsdCl7Y29uc3Qgbj1hd2FpdCBlLnBvc3QoIlJ1bnRpbWUuZ2V0UHJvcGVydGllcyIse29iamVjdElkOnQsb3duUHJvcGVydGllczohMH0pLGk9e307Zm9yKGNvbnN0IHQgb2Ygbi5yZXN1bHQpaWYodC52YWx1ZT8ub2JqZWN0SWQmJiJBcnJheSI9PT10LnZhbHVlLmNsYXNzTmFtZSl7Y29uc3Qgbj10LnZhbHVlLm9iamVjdElkO2F3YWl0IGMoZSxuLHQubmFtZSxpKX1lbHNlIGlmKHQudmFsdWU/Lm9iamVjdElkJiYiT2JqZWN0Ij09PXQudmFsdWUuY2xhc3NOYW1lKXtjb25zdCBuPXQudmFsdWUub2JqZWN0SWQ7YXdhaXQgcihlLG4sdC5uYW1lLGkpfWVsc2UgdC52YWx1ZSYmdSh0LGkpO3JldHVybiBpfWxldCBmOyhhc3luYyBmdW5jdGlvbigpe2NvbnN0IHQ9bmV3IGU7dC5jb25uZWN0VG9NYWluVGhyZWFkKCkscygiQ29ubmVjdGVkIHRvIG1haW4gdGhyZWFkIik7bGV0IG49ITE7dC5vbigiRGVidWdnZXIucmVzdW1lZCIsKCk9PntuPSExfSksdC5vbigiRGVidWdnZXIucGF1c2VkIixlPT57bj0hMCxhc3luYyBmdW5jdGlvbihlLHtyZWFzb246dCxkYXRhOntvYmplY3RJZDpufSxjYWxsRnJhbWVzOml9KXtpZigiZXhjZXB0aW9uIiE9PXQmJiJwcm9taXNlUmVqZWN0aW9uIiE9PXQpcmV0dXJuO2lmKGY/LigpLG51bGw9PW4pcmV0dXJuO2NvbnN0IGE9W107Zm9yKGxldCB0PTA7dDxpLmxlbmd0aDt0Kyspe2NvbnN0e3Njb3BlQ2hhaW46bixmdW5jdGlvbk5hbWU6byx0aGlzOnN9PWlbdF0sYz1uLmZpbmQoZT0+ImxvY2FsIj09PWUudHlwZSkscj0iZ2xvYmFsIiE9PXMuY2xhc3NOYW1lJiZzLmNsYXNzTmFtZT9gJHtzLmNsYXNzTmFtZX0uJHtvfWA6bztpZih2b2lkIDA9PT1jPy5vYmplY3Qub2JqZWN0SWQpYVt0XT17ZnVuY3Rpb246cn07ZWxzZXtjb25zdCBuPWF3YWl0IGwoZSxjLm9iamVjdC5vYmplY3RJZCk7YVt0XT17ZnVuY3Rpb246cix2YXJzOm59fX1hd2FpdCBlLnBvc3QoIlJ1bnRpbWUuY2FsbEZ1bmN0aW9uT24iLHtmdW5jdGlvbkRlY2xhcmF0aW9uOmBmdW5jdGlvbigpIHsgdGhpcy4ke299ID0gdGhpcy4ke299IHx8ICR7SlNPTi5zdHJpbmdpZnkoYSl9OyB9YCxzaWxlbnQ6ITAsb2JqZWN0SWQ6bn0pLGF3YWl0IGUucG9zdCgiUnVudGltZS5yZWxlYXNlT2JqZWN0Iix7b2JqZWN0SWQ6bn0pfSh0LGUucGFyYW1zKS50aGVuKGFzeW5jKCk9PntuJiZhd2FpdCB0LnBvc3QoIkRlYnVnZ2VyLnJlc3VtZSIpfSxhc3luYyBlPT57biYmYXdhaXQgdC5wb3N0KCJEZWJ1Z2dlci5yZXN1bWUiKX0pfSksYXdhaXQgdC5wb3N0KCJEZWJ1Z2dlci5lbmFibGUiKTtjb25zdCBpPSExIT09YS5jYXB0dXJlQWxsRXhjZXB0aW9ucztpZihhd2FpdCB0LnBvc3QoIkRlYnVnZ2VyLnNldFBhdXNlT25FeGNlcHRpb25zIix7c3RhdGU6aT8iYWxsIjoidW5jYXVnaHQifSksaSl7Y29uc3QgZT1hLm1heEV4Y2VwdGlvbnNQZXJTZWNvbmR8fDUwO2Y9ZnVuY3Rpb24oZSx0LG4pe2xldCBpPTAsbz01LGE9MDtyZXR1cm4gc2V0SW50ZXJ2YWwoKCk9PnswPT09YT9pPmUmJihvKj0yLG4obyksbz44NjQwMCYmKG89ODY0MDApLGE9byk6KGEtPTEsMD09PWEmJnQoKSksaT0wfSwxZTMpLnVucmVmKCksKCk9PntpKz0xfX0oZSxhc3luYygpPT57cygiUmF0ZS1saW1pdCBsaWZ0ZWQuIiksYXdhaXQgdC5wb3N0KCJEZWJ1Z2dlci5zZXRQYXVzZU9uRXhjZXB0aW9ucyIse3N0YXRlOiJhbGwifSl9LGFzeW5jIGU9PntzKGBSYXRlLWxpbWl0IGV4Y2VlZGVkLiBEaXNhYmxpbmcgY2FwdHVyaW5nIG9mIGNhdWdodCBleGNlcHRpb25zIGZvciAke2V9IHNlY29uZHMuYCksYXdhaXQgdC5wb3N0KCJEZWJ1Z2dlci5zZXRQYXVzZU9uRXhjZXB0aW9ucyIse3N0YXRlOiJ1bmNhdWdodCJ9KX0pfX0pKCkuY2F0Y2goZT0+e3MoIkZhaWxlZCB0byBzdGFydCBkZWJ1Z2dlciIsZSl9KSxzZXRJbnRlcnZhbCgoKT0+e30sMWU0KTs=";
57488
57488
  function log$1(...args) {
57489
57489
  debug$1.log("[LocalVariables]", ...args);
@@ -57561,7 +57561,7 @@ const localVariablesAsyncIntegration = defineIntegration(((integrationOptions =
57561
57561
  };
57562
57562
  }));
57563
57563
  //#endregion
57564
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/local-variables/local-variables-sync.js
57564
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/local-variables/local-variables-sync.js
57565
57565
  function hashFrames(frames) {
57566
57566
  if (frames === void 0) return;
57567
57567
  return frames.slice(-10).reduce((acc, frame) => `${acc},${frame.function},${frame.lineno},${frame.colno}`, "");
@@ -57787,12 +57787,12 @@ const _localVariablesSyncIntegration = ((options = {}, sessionOverride) => {
57787
57787
  });
57788
57788
  const localVariablesSyncIntegration = defineIntegration(_localVariablesSyncIntegration);
57789
57789
  //#endregion
57790
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/local-variables/index.js
57790
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/local-variables/index.js
57791
57791
  const localVariablesIntegration = (options = {}) => {
57792
57792
  return NODE_VERSION.major < 19 ? localVariablesSyncIntegration(options) : localVariablesAsyncIntegration(options);
57793
57793
  };
57794
57794
  //#endregion
57795
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/modules.js
57795
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/modules.js
57796
57796
  let moduleCache;
57797
57797
  const INTEGRATION_NAME$29 = "Modules";
57798
57798
  function getServerModules() {
@@ -57839,7 +57839,7 @@ function getModulesFromPackageJson() {
57839
57839
  };
57840
57840
  }
57841
57841
  //#endregion
57842
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/errorhandling.js
57842
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/errorhandling.js
57843
57843
  const DEFAULT_SHUTDOWN_TIMEOUT = 2e3;
57844
57844
  function logAndExitProcess(error) {
57845
57845
  consoleSandbox(() => {
@@ -57861,7 +57861,7 @@ function logAndExitProcess(error) {
57861
57861
  });
57862
57862
  }
57863
57863
  //#endregion
57864
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/onuncaughtexception.js
57864
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/onuncaughtexception.js
57865
57865
  const INTEGRATION_NAME$28 = "OnUncaughtException";
57866
57866
  const onUncaughtExceptionIntegration = defineIntegration((options = {}) => {
57867
57867
  const optionsWithDefaults = {
@@ -57923,7 +57923,7 @@ function makeErrorHandler(client, options) {
57923
57923
  }, { _errorHandler: true });
57924
57924
  }
57925
57925
  //#endregion
57926
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/onunhandledrejection.js
57926
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/onunhandledrejection.js
57927
57927
  const INTEGRATION_NAME$27 = "OnUnhandledRejection";
57928
57928
  const DEFAULT_IGNORES = [{ name: "AI_NoOutputGeneratedError" }, { name: "AbortError" }];
57929
57929
  const _onUnhandledRejectionIntegration = ((options = {}) => {
@@ -57995,7 +57995,7 @@ function handleRejection(reason, mode) {
57995
57995
  }
57996
57996
  }
57997
57997
  //#endregion
57998
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/processSession.js
57998
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/processSession.js
57999
57999
  const INTEGRATION_NAME$26 = "ProcessSession";
58000
58000
  const processSessionIntegration = defineIntegration(() => {
58001
58001
  return {
@@ -58009,7 +58009,7 @@ const processSessionIntegration = defineIntegration(() => {
58009
58009
  };
58010
58010
  });
58011
58011
  //#endregion
58012
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/spotlight.js
58012
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/spotlight.js
58013
58013
  const INTEGRATION_NAME$25 = "Spotlight";
58014
58014
  const _spotlightIntegration = ((options = {}) => {
58015
58015
  const _options = { sidecarUrl: options.sidecarUrl || "http://localhost:8969/stream" };
@@ -58065,7 +58065,7 @@ function parseSidecarUrl(url) {
58065
58065
  }
58066
58066
  }
58067
58067
  //#endregion
58068
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/console.js
58068
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/console.js
58069
58069
  const consoleIntegration = defineIntegration((options = {}) => {
58070
58070
  return {
58071
58071
  name: "Console",
@@ -58148,7 +58148,7 @@ function patchWithDefineProperty(consoleObj, level) {
58148
58148
  }
58149
58149
  }
58150
58150
  //#endregion
58151
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/integrations/systemError.js
58151
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/integrations/systemError.js
58152
58152
  const INTEGRATION_NAME$24 = "NodeSystemError";
58153
58153
  function isSystemError(error) {
58154
58154
  if (!(error instanceof Error)) return false;
@@ -58180,7 +58180,7 @@ const systemErrorIntegration = defineIntegration((options = {}) => {
58180
58180
  };
58181
58181
  });
58182
58182
  //#endregion
58183
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/proxy/base.js
58183
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/proxy/base.js
58184
58184
  var _a$3;
58185
58185
  const INTERNAL = /* @__PURE__ */ Symbol("AgentBaseInternalState");
58186
58186
  var Agent$1 = class extends (_a$3 = http.Agent, _a$3) {
@@ -58231,7 +58231,7 @@ var Agent$1 = class extends (_a$3 = http.Agent, _a$3) {
58231
58231
  }
58232
58232
  };
58233
58233
  //#endregion
58234
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/proxy/parse-proxy-response.js
58234
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/proxy/parse-proxy-response.js
58235
58235
  function debugLog$1(...args) {
58236
58236
  debug$1.log("[https-proxy-agent:parse-proxy-response]", ...args);
58237
58237
  }
@@ -58310,7 +58310,7 @@ function parseProxyResponse(socket) {
58310
58310
  });
58311
58311
  }
58312
58312
  //#endregion
58313
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/proxy/index.js
58313
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/proxy/index.js
58314
58314
  function debugLog(...args) {
58315
58315
  debug$1.log("[https-proxy-agent]", ...args);
58316
58316
  }
@@ -58402,7 +58402,7 @@ function omit$1(obj, ...keys) {
58402
58402
  return ret;
58403
58403
  }
58404
58404
  //#endregion
58405
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/transports/http.js
58405
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/transports/http.js
58406
58406
  const GZIP_THRESHOLD = 1024 * 32;
58407
58407
  function streamFromBody(body) {
58408
58408
  return new Readable({ read() {
@@ -58478,7 +58478,7 @@ function createRequestExecutor(options, httpModule, agent) {
58478
58478
  };
58479
58479
  }
58480
58480
  //#endregion
58481
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/spotlight.js
58481
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/spotlight.js
58482
58482
  function getSpotlightConfig(optionsSpotlight) {
58483
58483
  if (optionsSpotlight === false) return false;
58484
58484
  if (typeof optionsSpotlight === "string") return optionsSpotlight;
@@ -58487,7 +58487,7 @@ function getSpotlightConfig(optionsSpotlight) {
58487
58487
  return optionsSpotlight === true ? envUrl ?? true : envBool ?? envUrl;
58488
58488
  }
58489
58489
  //#endregion
58490
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/module.js
58490
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/module.js
58491
58491
  function normalizeWindowsPath(path) {
58492
58492
  return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
58493
58493
  }
@@ -58510,7 +58510,7 @@ function createGetModuleFromFilename(basePath = process.argv[1] ? dirname$2(proc
58510
58510
  };
58511
58511
  }
58512
58512
  //#endregion
58513
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/sdk/api.js
58513
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/sdk/api.js
58514
58514
  function getSentryRelease(fallback) {
58515
58515
  if (process.env.SENTRY_RELEASE) return process.env.SENTRY_RELEASE;
58516
58516
  if (GLOBAL_OBJ.SENTRY_RELEASE?.id) return GLOBAL_OBJ.SENTRY_RELEASE.id;
@@ -58521,7 +58521,7 @@ function getSentryRelease(fallback) {
58521
58521
  }
58522
58522
  const defaultStackParser = createStackParser(nodeStackLineParser(createGetModuleFromFilename()));
58523
58523
  //#endregion
58524
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/sdk/client.js
58524
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/sdk/client.js
58525
58525
  init_esm$1();
58526
58526
  const DEFAULT_CLIENT_REPORT_FLUSH_INTERVAL_MS = 6e4;
58527
58527
  var NodeClient = class extends ServerRuntimeClient {
@@ -58610,7 +58610,7 @@ var NodeClient = class extends ServerRuntimeClient {
58610
58610
  }
58611
58611
  };
58612
58612
  //#endregion
58613
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/detection.js
58613
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/detection.js
58614
58614
  let hasWarnedAboutNodeVersion;
58615
58615
  function supportsEsmLoaderHooks() {
58616
58616
  if (NODE_MAJOR >= 21 || NODE_MAJOR === 20 && NODE_MINOR >= 6 || NODE_MAJOR === 18 && NODE_MINOR >= 19) return true;
@@ -58623,7 +58623,7 @@ function supportsEsmLoaderHooks() {
58623
58623
  return false;
58624
58624
  }
58625
58625
  //#endregion
58626
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/sdk/esmLoader.js
58626
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/sdk/esmLoader.js
58627
58627
  var import_import_in_the_middle = require_import_in_the_middle();
58628
58628
  function initializeEsmLoader() {
58629
58629
  if (!supportsEsmLoaderHooks()) return;
@@ -58644,7 +58644,7 @@ function initializeEsmLoader() {
58644
58644
  }
58645
58645
  }
58646
58646
  //#endregion
58647
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/sdk/index.js
58647
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/sdk/index.js
58648
58648
  function getDefaultIntegrations$1() {
58649
58649
  return [
58650
58650
  inboundFiltersIntegration(),
@@ -58749,12 +58749,12 @@ function updateScopeFromEnvVariables() {
58749
58749
  }
58750
58750
  }
58751
58751
  //#endregion
58752
- //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+f508091a6b911e9b/node_modules/@sentry/node-core/build/esm/utils/addOriginToSpan.js
58752
+ //#region ../../node_modules/.bun/@sentry+node-core@10.70.0+6772024d103d287d/node_modules/@sentry/node-core/build/esm/utils/addOriginToSpan.js
58753
58753
  function addOriginToSpan(span, origin) {
58754
58754
  span.setAttribute(SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, origin);
58755
58755
  }
58756
58756
  //#endregion
58757
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/http.js
58757
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/http.js
58758
58758
  const INTEGRATION_NAME$23 = "Http";
58759
58759
  Object.assign(instrumentHttpOutgoingRequests, { id: `${INTEGRATION_NAME$23}.sentry` });
58760
58760
  const httpIntegration = defineIntegration((options = {}) => {
@@ -58810,7 +58810,7 @@ const httpIntegration = defineIntegration((options = {}) => {
58810
58810
  };
58811
58811
  });
58812
58812
  //#endregion
58813
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/node-fetch.js
58813
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/node-fetch.js
58814
58814
  const _nativeNodeFetchIntegration = ((options = {}) => {
58815
58815
  return {
58816
58816
  name: "NodeFetch",
@@ -58828,10 +58828,10 @@ function _shouldInstrumentSpans(options, clientOptions = {}) {
58828
58828
  return options.spans ?? (!clientOptions.skipOpenTelemetrySetup && hasSpansEnabled(clientOptions));
58829
58829
  }
58830
58830
  //#endregion
58831
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/debug-build.js
58831
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/debug-build.js
58832
58832
  const DEBUG_BUILD$1 = typeof __SENTRY_DEBUG__ === "undefined" || __SENTRY_DEBUG__;
58833
58833
  //#endregion
58834
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/utils/setHttpServerSpanRouteAttribute.js
58834
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/utils/setHttpServerSpanRouteAttribute.js
58835
58835
  function setHttpServerSpanRouteAttribute(route) {
58836
58836
  const activeSpan = getActiveSpan$1();
58837
58837
  if (!activeSpan) return;
@@ -58841,7 +58841,7 @@ function setHttpServerSpanRouteAttribute(route) {
58841
58841
  rootSpan.setAttribute("http.route", route);
58842
58842
  }
58843
58843
  //#endregion
58844
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/express.js
58844
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/express.js
58845
58845
  const INTEGRATION_NAME$22 = "Express";
58846
58846
  const SUPPORTED_VERSIONS$4 = [">=4.0.0 <6"];
58847
58847
  const instrumentExpress = generateInstrumentOnce(INTEGRATION_NAME$22, (options) => new ExpressInstrumentation(options));
@@ -58875,7 +58875,7 @@ const _expressIntegration = ((options) => {
58875
58875
  });
58876
58876
  const expressIntegration = defineIntegration(_expressIntegration);
58877
58877
  //#endregion
58878
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/enums/AttributeNames.js
58878
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/enums/AttributeNames.js
58879
58879
  var AttributeNames$6 = /* @__PURE__ */ ((AttributeNames2) => {
58880
58880
  AttributeNames2["FASTIFY_NAME"] = "fastify.name";
58881
58881
  AttributeNames2["FASTIFY_TYPE"] = "fastify.type";
@@ -58894,10 +58894,10 @@ var FastifyNames = /* @__PURE__ */ ((FastifyNames2) => {
58894
58894
  return FastifyNames2;
58895
58895
  })(FastifyNames || {});
58896
58896
  //#endregion
58897
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/constants.js
58897
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/constants.js
58898
58898
  const spanRequestSymbol = /* @__PURE__ */ Symbol("opentelemetry.instrumentation.fastify.request_active_span");
58899
58899
  //#endregion
58900
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/utils.js
58900
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/utils.js
58901
58901
  init_esm$1();
58902
58902
  function startSpan(reply, tracer, spanName, spanAttributes = {}) {
58903
58903
  const span = tracer.startSpan(spanName, { attributes: spanAttributes });
@@ -58945,7 +58945,7 @@ function isPromise$1(val) {
58945
58945
  return typeof val === "object" && val && typeof Object.getOwnPropertyDescriptor(val, "then")?.value === "function" || false;
58946
58946
  }
58947
58947
  //#endregion
58948
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/instrumentation.js
58948
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/fastify/v3/instrumentation.js
58949
58949
  init_esm$1();
58950
58950
  const PACKAGE_NAME$18 = "@sentry/instrumentation-fastify-v3";
58951
58951
  const ANONYMOUS_NAME$1 = "anonymous";
@@ -60704,7 +60704,7 @@ const _fastifyIntegration = ((options) => {
60704
60704
  });
60705
60705
  const fastifyIntegration = defineIntegration((options = {}) => _fastifyIntegration(options));
60706
60706
  //#endregion
60707
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/InstrumentationNodeModuleFile.js
60707
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/InstrumentationNodeModuleFile.js
60708
60708
  var InstrumentationNodeModuleFile = class {
60709
60709
  constructor(name, supportedVersions, patch, unpatch) {
60710
60710
  this.name = normalize(name);
@@ -60714,7 +60714,7 @@ var InstrumentationNodeModuleFile = class {
60714
60714
  }
60715
60715
  };
60716
60716
  //#endregion
60717
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/enum.js
60717
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/enum.js
60718
60718
  var AllowedOperationTypes = /* @__PURE__ */ ((AllowedOperationTypes2) => {
60719
60719
  AllowedOperationTypes2["QUERY"] = "query";
60720
60720
  AllowedOperationTypes2["MUTATION"] = "mutation";
@@ -60756,7 +60756,7 @@ var SpanNames$1 = /* @__PURE__ */ ((SpanNames2) => {
60756
60756
  return SpanNames2;
60757
60757
  })(SpanNames$1 || {});
60758
60758
  //#endregion
60759
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/enums/AttributeNames.js
60759
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/enums/AttributeNames.js
60760
60760
  var AttributeNames$5 = /* @__PURE__ */ ((AttributeNames2) => {
60761
60761
  AttributeNames2["SOURCE"] = "graphql.source";
60762
60762
  AttributeNames2["FIELD_NAME"] = "graphql.field.name";
@@ -60768,14 +60768,14 @@ var AttributeNames$5 = /* @__PURE__ */ ((AttributeNames2) => {
60768
60768
  return AttributeNames2;
60769
60769
  })(AttributeNames$5 || {});
60770
60770
  //#endregion
60771
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/symbols.js
60771
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/symbols.js
60772
60772
  const OTEL_PATCHED_SYMBOL = /* @__PURE__ */ Symbol.for("opentelemetry.patched");
60773
60773
  const OTEL_GRAPHQL_DATA_SYMBOL = /* @__PURE__ */ Symbol.for("opentelemetry.graphql_data");
60774
60774
  //#endregion
60775
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/internal-types.js
60775
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/internal-types.js
60776
60776
  const OPERATION_NOT_SUPPORTED = "Operation$operationName$not supported";
60777
60777
  //#endregion
60778
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/utils.js
60778
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/utils.js
60779
60779
  const OPERATION_VALUES = Object.values(AllowedOperationTypes);
60780
60780
  const isPromise = (value) => {
60781
60781
  return typeof value?.then === "function";
@@ -60977,7 +60977,7 @@ function wrapFieldResolver(getConfig, fieldResolver, isDefaultResolver = false)
60977
60977
  return wrappedFieldResolver;
60978
60978
  }
60979
60979
  //#endregion
60980
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/instrumentation.js
60980
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/vendored/instrumentation.js
60981
60981
  const PACKAGE_NAME$16 = "@sentry/instrumentation-graphql";
60982
60982
  const ORIGIN$7 = "auto.graphql.otel.graphql";
60983
60983
  const DEFAULT_CONFIG = { ignoreResolveSpans: false };
@@ -61198,7 +61198,7 @@ function getGraphqlOperationNamesFromAttribute(attr) {
61198
61198
  return `${attr}`;
61199
61199
  }
61200
61200
  //#endregion
61201
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/index.js
61201
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/graphql/index.js
61202
61202
  const INTEGRATION_NAME$18 = "Graphql";
61203
61203
  const instrumentGraphql = generateInstrumentOnce(INTEGRATION_NAME$18, GraphQLInstrumentation, (_options) => getOptionsWithDefaults(_options));
61204
61204
  const _graphqlIntegration = ((options = {}) => {
@@ -61219,7 +61219,7 @@ function getOptionsWithDefaults(options) {
61219
61219
  };
61220
61220
  }
61221
61221
  //#endregion
61222
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/vendored/semconv.js
61222
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/vendored/semconv.js
61223
61223
  const ATTR_MESSAGING_DESTINATION_PARTITION_ID = "messaging.destination.partition.id";
61224
61224
  const ATTR_MESSAGING_KAFKA_MESSAGE_KEY = "messaging.kafka.message.key";
61225
61225
  const ATTR_MESSAGING_KAFKA_MESSAGE_TOMBSTONE = "messaging.kafka.message.tombstone";
@@ -61230,7 +61230,7 @@ const MESSAGING_OPERATION_TYPE_VALUE_SEND = "send";
61230
61230
  const MESSAGING_SYSTEM_VALUE_KAFKA = "kafka";
61231
61231
  const ERROR_TYPE_VALUE_OTHER = "_OTHER";
61232
61232
  //#endregion
61233
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/vendored/utils.js
61233
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/vendored/utils.js
61234
61234
  init_esm$1();
61235
61235
  const PRODUCER_ORIGIN = "auto.kafkajs.otel.producer";
61236
61236
  const CONSUMER_ORIGIN$1 = "auto.kafkajs.otel.consumer";
@@ -61313,7 +61313,7 @@ function endSpansOnPromise(spans, sendPromise) {
61313
61313
  });
61314
61314
  }
61315
61315
  //#endregion
61316
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/vendored/instrumentation.js
61316
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/vendored/instrumentation.js
61317
61317
  const PACKAGE_NAME$15 = "@sentry/instrumentation-kafkajs";
61318
61318
  var KafkaJsInstrumentation = class extends import_src$2.InstrumentationBase {
61319
61319
  constructor(config = {}) {
@@ -61505,7 +61505,7 @@ var KafkaJsInstrumentation = class extends import_src$2.InstrumentationBase {
61505
61505
  }
61506
61506
  };
61507
61507
  //#endregion
61508
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/index.js
61508
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/kafka/index.js
61509
61509
  const INTEGRATION_NAME$17 = "Kafka";
61510
61510
  const instrumentKafka = generateInstrumentOnce(INTEGRATION_NAME$17, () => new KafkaJsInstrumentation());
61511
61511
  const _kafkaIntegration = (() => {
@@ -61518,7 +61518,7 @@ const _kafkaIntegration = (() => {
61518
61518
  });
61519
61519
  const kafkaIntegration = defineIntegration(_kafkaIntegration);
61520
61520
  //#endregion
61521
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/lrumemoizer/vendored/instrumentation.js
61521
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/lrumemoizer/vendored/instrumentation.js
61522
61522
  const PACKAGE_NAME$14 = "@sentry/instrumentation-lru-memoizer";
61523
61523
  var LruMemoizerInstrumentation = class extends import_src$2.InstrumentationBase {
61524
61524
  constructor() {
@@ -61542,7 +61542,7 @@ var LruMemoizerInstrumentation = class extends import_src$2.InstrumentationBase
61542
61542
  }
61543
61543
  };
61544
61544
  //#endregion
61545
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/lrumemoizer/index.js
61545
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/lrumemoizer/index.js
61546
61546
  const INTEGRATION_NAME$16 = "LruMemoizer";
61547
61547
  const instrumentLruMemoizer = generateInstrumentOnce(INTEGRATION_NAME$16, () => new LruMemoizerInstrumentation());
61548
61548
  const _lruMemoizerIntegration = (() => {
@@ -61555,7 +61555,7 @@ const _lruMemoizerIntegration = (() => {
61555
61555
  });
61556
61556
  const lruMemoizerIntegration = defineIntegration(_lruMemoizerIntegration);
61557
61557
  //#endregion
61558
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/vendored/utils.js
61558
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/vendored/utils.js
61559
61559
  const ORIGIN$6 = "auto.db.otel.mongo";
61560
61560
  function getV4SpanAttributes(connectionCtx, ns, command, operation) {
61561
61561
  return getV4SpanAttributes$1(connectionCtx, ns, command, operation, ORIGIN$6);
@@ -61585,7 +61585,7 @@ function shouldSkipInstrumentation$1() {
61585
61585
  return !getActiveSpan$1();
61586
61586
  }
61587
61587
  //#endregion
61588
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/vendored/patches.js
61588
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/vendored/patches.js
61589
61589
  function getV3PatchOperation(operationName) {
61590
61590
  return (original) => {
61591
61591
  return function patchedServerCommand(server, ns, ops, options, callback) {
@@ -61674,7 +61674,7 @@ function getV4ConnectionPoolCheckOut() {
61674
61674
  };
61675
61675
  }
61676
61676
  //#endregion
61677
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/vendored/instrumentation.js
61677
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/vendored/instrumentation.js
61678
61678
  const PACKAGE_NAME$13 = "@sentry/instrumentation-mongodb";
61679
61679
  var MongoDBInstrumentation = class extends import_src$2.InstrumentationBase {
61680
61680
  constructor(config = {}) {
@@ -61752,7 +61752,7 @@ var MongoDBInstrumentation = class extends import_src$2.InstrumentationBase {
61752
61752
  }
61753
61753
  };
61754
61754
  //#endregion
61755
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/index.js
61755
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongo/index.js
61756
61756
  const INTEGRATION_NAME$15 = "Mongo";
61757
61757
  const instrumentMongo = generateInstrumentOnce(INTEGRATION_NAME$15, () => new MongoDBInstrumentation());
61758
61758
  const _mongoIntegration = (() => {
@@ -61765,7 +61765,7 @@ const _mongoIntegration = (() => {
61765
61765
  });
61766
61766
  const mongoIntegration = defineIntegration(_mongoIntegration);
61767
61767
  //#endregion
61768
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongoose/vendored/utils.js
61768
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongoose/vendored/utils.js
61769
61769
  function setErrorStatus(span, error) {
61770
61770
  span.setStatus({
61771
61771
  code: 2,
@@ -61795,7 +61795,7 @@ function handleCallbackResponse(callback, exec, originalThis, span, args) {
61795
61795
  return exec.apply(originalThis, args);
61796
61796
  }
61797
61797
  //#endregion
61798
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongoose/vendored/mongoose.js
61798
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongoose/vendored/mongoose.js
61799
61799
  const PACKAGE_NAME$12 = "@sentry/instrumentation-mongoose";
61800
61800
  const ORIGIN$5 = "auto.db.otel.mongoose";
61801
61801
  const contextCaptureFunctionsCommon = [
@@ -61992,7 +61992,7 @@ var MongooseInstrumentation = class extends import_src$2.InstrumentationBase {
61992
61992
  }
61993
61993
  };
61994
61994
  //#endregion
61995
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mongoose/index.js
61995
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mongoose/index.js
61996
61996
  const INTEGRATION_NAME$14 = "Mongoose";
61997
61997
  const instrumentMongoose = generateInstrumentOnce(INTEGRATION_NAME$14, () => new MongooseInstrumentation());
61998
61998
  const _mongooseIntegration = (() => {
@@ -62005,11 +62005,11 @@ const _mongooseIntegration = (() => {
62005
62005
  });
62006
62006
  const mongooseIntegration = defineIntegration(_mongooseIntegration);
62007
62007
  //#endregion
62008
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/vendored/semconv.js
62008
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/vendored/semconv.js
62009
62009
  const ATTR_DB_CONNECTION_STRING$3 = "db.connection_string";
62010
62010
  const DB_SYSTEM_VALUE_MYSQL$1 = "mysql";
62011
62011
  //#endregion
62012
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/vendored/utils.js
62012
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/vendored/utils.js
62013
62013
  function getConfig$1(config) {
62014
62014
  const { host, port, database, user } = config?.connectionConfig || config || {};
62015
62015
  return {
@@ -62036,7 +62036,7 @@ function getSpanName$2(query) {
62036
62036
  return rawQuery;
62037
62037
  }
62038
62038
  //#endregion
62039
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/vendored/instrumentation.js
62039
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/vendored/instrumentation.js
62040
62040
  const PACKAGE_NAME$11 = "@sentry/instrumentation-mysql";
62041
62041
  const ORIGIN$4 = "auto.db.otel.mysql";
62042
62042
  var MySQLInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -62187,7 +62187,7 @@ var MySQLInstrumentation = class extends import_src$2.InstrumentationBase {
62187
62187
  }
62188
62188
  };
62189
62189
  //#endregion
62190
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/index.js
62190
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql/index.js
62191
62191
  const INTEGRATION_NAME$13 = "Mysql";
62192
62192
  const instrumentMysql = generateInstrumentOnce(INTEGRATION_NAME$13, () => new MySQLInstrumentation({}));
62193
62193
  const _mysqlIntegration = (() => {
@@ -62200,11 +62200,11 @@ const _mysqlIntegration = (() => {
62200
62200
  });
62201
62201
  const mysqlIntegration = defineIntegration(_mysqlIntegration);
62202
62202
  //#endregion
62203
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/vendored/semconv.js
62203
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/vendored/semconv.js
62204
62204
  const ATTR_DB_CONNECTION_STRING$2 = "db.connection_string";
62205
62205
  const DB_SYSTEM_VALUE_MYSQL = "mysql";
62206
62206
  //#endregion
62207
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/vendored/utils.js
62207
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/vendored/utils.js
62208
62208
  function getConnectionAttributes(config) {
62209
62209
  const { host, port, database, user } = getConfig(config);
62210
62210
  const attrs = {
@@ -62265,7 +62265,7 @@ function getConnectionPrototypeToInstrument(connection) {
62265
62265
  return connectionPrototype;
62266
62266
  }
62267
62267
  //#endregion
62268
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/vendored/instrumentation.js
62268
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/vendored/instrumentation.js
62269
62269
  const PACKAGE_NAME$10 = "@sentry/instrumentation-mysql2";
62270
62270
  const ORIGIN$3 = "auto.db.otel.mysql2";
62271
62271
  const supportedVersions$6 = [">=1.4.2 <3.20.0"];
@@ -62353,7 +62353,7 @@ var MySQL2Instrumentation = class extends import_src$2.InstrumentationBase {
62353
62353
  }
62354
62354
  };
62355
62355
  //#endregion
62356
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/index.js
62356
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/mysql2/index.js
62357
62357
  const INTEGRATION_NAME$12 = "Mysql2";
62358
62358
  const instrumentMysql2 = generateInstrumentOnce(INTEGRATION_NAME$12, () => new MySQL2Instrumentation());
62359
62359
  const _mysql2Integration = (() => {
@@ -62370,7 +62370,7 @@ function isDiagnosticsChannelInjectionEnabled() {
62370
62370
  }
62371
62371
  function resolveDiagnosticsChannelInjection() {}
62372
62372
  //#endregion
62373
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/utils/redisCache.js
62373
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/utils/redisCache.js
62374
62374
  const SINGLE_ARG_COMMANDS = [
62375
62375
  "get",
62376
62376
  "set",
@@ -62440,7 +62440,7 @@ function flatten(input) {
62440
62440
  return result;
62441
62441
  }
62442
62442
  //#endregion
62443
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/redis/cache.js
62443
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/redis/cache.js
62444
62444
  let _redisOptions = {};
62445
62445
  function setRedisOptions(options) {
62446
62446
  _redisOptions = options;
@@ -62467,11 +62467,11 @@ const cacheResponseHook = (span, redisCommand, cmdArgs, response) => {
62467
62467
  span.updateName(_redisOptions.maxCacheKeyLength ? truncate$2(spanDescription, _redisOptions.maxCacheKeyLength) : spanDescription);
62468
62468
  };
62469
62469
  //#endregion
62470
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/redis/vendored/semconv.js
62470
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/redis/vendored/semconv.js
62471
62471
  const ATTR_DB_CONNECTION_STRING$1 = "db.connection_string";
62472
62472
  const DB_SYSTEM_VALUE_REDIS = "redis";
62473
62473
  //#endregion
62474
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/redis/vendored/ioredis-instrumentation.js
62474
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/redis/vendored/ioredis-instrumentation.js
62475
62475
  const PACKAGE_NAME$9 = "@sentry/instrumentation-ioredis";
62476
62476
  const ORIGIN$2 = "auto.db.otel.redis";
62477
62477
  const SUPPORTED_VERSIONS$2 = [">=2.0.0 <5.11.0"];
@@ -62587,7 +62587,7 @@ var IORedisInstrumentation = class extends import_src$2.InstrumentationBase {
62587
62587
  }
62588
62588
  };
62589
62589
  //#endregion
62590
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/redis/vendored/redis-instrumentation.js
62590
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/redis/vendored/redis-instrumentation.js
62591
62591
  const PACKAGE_NAME$8 = "@sentry/instrumentation-redis";
62592
62592
  const ORIGIN$1 = "auto.db.otel.redis";
62593
62593
  const OTEL_OPEN_SPANS = /* @__PURE__ */ Symbol("opentelemetry.instrumentation.redis.open_spans");
@@ -62916,7 +62916,7 @@ var RedisInstrumentation = class extends import_src$2.InstrumentationBase {
62916
62916
  }
62917
62917
  };
62918
62918
  //#endregion
62919
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/redis/index.js
62919
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/redis/index.js
62920
62920
  const INTEGRATION_NAME$11 = "Redis";
62921
62921
  const instrumentIORedis = generateInstrumentOnce(`${INTEGRATION_NAME$11}.IORedis`, () => {
62922
62922
  return new IORedisInstrumentation({ responseHook: cacheResponseHook });
@@ -62941,7 +62941,7 @@ const _redisIntegration = ((options = {}) => {
62941
62941
  });
62942
62942
  const redisIntegration = defineIntegration(_redisIntegration);
62943
62943
  //#endregion
62944
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/enums/SpanNames.js
62944
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/enums/SpanNames.js
62945
62945
  var SpanNames = /* @__PURE__ */ ((SpanNames2) => {
62946
62946
  SpanNames2["QUERY_PREFIX"] = "pg.query";
62947
62947
  SpanNames2["CONNECT"] = "pg.connect";
@@ -62949,7 +62949,7 @@ var SpanNames = /* @__PURE__ */ ((SpanNames2) => {
62949
62949
  return SpanNames2;
62950
62950
  })(SpanNames || {});
62951
62951
  //#endregion
62952
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/enums/AttributeNames.js
62952
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/enums/AttributeNames.js
62953
62953
  var AttributeNames$4 = /* @__PURE__ */ ((AttributeNames2) => {
62954
62954
  AttributeNames2["PG_PLAN"] = "db.postgresql.plan";
62955
62955
  AttributeNames2["IDLE_TIMEOUT_MILLIS"] = "db.postgresql.idle.timeout.millis";
@@ -62957,11 +62957,11 @@ var AttributeNames$4 = /* @__PURE__ */ ((AttributeNames2) => {
62957
62957
  return AttributeNames2;
62958
62958
  })(AttributeNames$4 || {});
62959
62959
  //#endregion
62960
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/semconv.js
62960
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/semconv.js
62961
62961
  const ATTR_DB_CONNECTION_STRING = "db.connection_string";
62962
62962
  const DB_SYSTEM_VALUE_POSTGRESQL = "postgresql";
62963
62963
  //#endregion
62964
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/utils.js
62964
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/utils.js
62965
62965
  const ORIGIN = "auto.db.otel.postgres";
62966
62966
  function getQuerySpanName(dbName, queryConfig) {
62967
62967
  if (!queryConfig) return SpanNames.QUERY_PREFIX;
@@ -63077,7 +63077,7 @@ function isObjectWithTextString(it) {
63077
63077
  return typeof it === "object" && typeof it?.text === "string";
63078
63078
  }
63079
63079
  //#endregion
63080
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/instrumentation.js
63080
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/vendored/instrumentation.js
63081
63081
  const PACKAGE_NAME$7 = "@sentry/instrumentation-pg";
63082
63082
  function extractModuleExports(module) {
63083
63083
  return module[Symbol.toStringTag] === "Module" ? module.default : module;
@@ -63243,7 +63243,7 @@ function handleConnectResult(span, connectResult) {
63243
63243
  });
63244
63244
  }
63245
63245
  //#endregion
63246
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/index.js
63246
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgres/index.js
63247
63247
  const INTEGRATION_NAME$10 = "Postgres";
63248
63248
  const instrumentPostgres = generateInstrumentOnce(INTEGRATION_NAME$10, PgInstrumentation, (options) => ({ ignoreConnectSpans: options?.ignoreConnectSpans ?? false }));
63249
63249
  const _postgresIntegration = ((options) => {
@@ -63256,7 +63256,7 @@ const _postgresIntegration = ((options) => {
63256
63256
  });
63257
63257
  const postgresIntegration = defineIntegration(_postgresIntegration);
63258
63258
  //#endregion
63259
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/postgresjs.js
63259
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/postgresjs.js
63260
63260
  init_esm$1();
63261
63261
  const INTEGRATION_NAME$9 = "PostgresJs";
63262
63262
  const SUPPORTED_VERSIONS$1 = [">=3.0.0 <4"];
@@ -63468,7 +63468,7 @@ const _postgresJsIntegration = ((options) => {
63468
63468
  });
63469
63469
  const postgresJsIntegration = defineIntegration(_postgresJsIntegration);
63470
63470
  //#endregion
63471
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/enums/AttributeNames.js
63471
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/enums/AttributeNames.js
63472
63472
  var AttributeNames$3 = /* @__PURE__ */ ((AttributeNames2) => {
63473
63473
  AttributeNames2["HAPI_TYPE"] = "hapi.type";
63474
63474
  AttributeNames2["PLUGIN_NAME"] = "hapi.plugin.name";
@@ -63476,7 +63476,7 @@ var AttributeNames$3 = /* @__PURE__ */ ((AttributeNames2) => {
63476
63476
  return AttributeNames2;
63477
63477
  })(AttributeNames$3 || {});
63478
63478
  //#endregion
63479
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/internal-types.js
63479
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/internal-types.js
63480
63480
  const HapiComponentName = "@hapi/hapi";
63481
63481
  const handlerPatched = /* @__PURE__ */ Symbol("hapi-handler-patched");
63482
63482
  const HapiLayerType = {
@@ -63494,7 +63494,7 @@ const HapiLifecycleMethodNames = /* @__PURE__ */ new Set([
63494
63494
  "onRequest"
63495
63495
  ]);
63496
63496
  //#endregion
63497
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/utils.js
63497
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/utils.js
63498
63498
  function getPluginName(plugin) {
63499
63499
  if (plugin.name) return plugin.name;
63500
63500
  else return plugin.pkg.name;
@@ -63558,7 +63558,7 @@ const getPluginFromInput = (pluginObj) => {
63558
63558
  return pluginObj;
63559
63559
  };
63560
63560
  //#endregion
63561
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/instrumentation.js
63561
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/vendored/instrumentation.js
63562
63562
  init_esm$1();
63563
63563
  const PACKAGE_NAME$6 = "@sentry/instrumentation-hapi";
63564
63564
  var HapiInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -63775,7 +63775,7 @@ var HapiInstrumentation = class extends import_src$2.InstrumentationBase {
63775
63775
  }
63776
63776
  };
63777
63777
  //#endregion
63778
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/index.js
63778
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hapi/index.js
63779
63779
  const INTEGRATION_NAME$8 = "Hapi";
63780
63780
  const instrumentHapi = generateInstrumentOnce(INTEGRATION_NAME$8, () => new HapiInstrumentation());
63781
63781
  const _hapiIntegration = (() => {
@@ -63788,7 +63788,7 @@ const _hapiIntegration = (() => {
63788
63788
  });
63789
63789
  const hapiIntegration = defineIntegration(_hapiIntegration);
63790
63790
  //#endregion
63791
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hono/constants.js
63791
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hono/constants.js
63792
63792
  const AttributeNames$2 = {
63793
63793
  HONO_TYPE: "hono.type",
63794
63794
  HONO_NAME: "hono.name"
@@ -63798,7 +63798,7 @@ const HonoTypes = {
63798
63798
  REQUEST_HANDLER: "request_handler"
63799
63799
  };
63800
63800
  //#endregion
63801
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hono/instrumentation.js
63801
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hono/instrumentation.js
63802
63802
  init_esm$1();
63803
63803
  const PACKAGE_NAME$5 = "@sentry/instrumentation-hono";
63804
63804
  const PACKAGE_VERSION = "0.0.1";
@@ -63960,7 +63960,7 @@ var HonoInstrumentation = class extends import_src$2.InstrumentationBase {
63960
63960
  }
63961
63961
  };
63962
63962
  //#endregion
63963
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/hono/index.js
63963
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/hono/index.js
63964
63964
  const INTEGRATION_NAME$7 = "Hono";
63965
63965
  function addHonoSpanAttributes(span) {
63966
63966
  const attributes = spanToJSON(span).data;
@@ -63993,21 +63993,21 @@ const _honoIntegration = (() => {
63993
63993
  });
63994
63994
  const honoIntegration = defineIntegration(_honoIntegration);
63995
63995
  //#endregion
63996
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/types.js
63996
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/types.js
63997
63997
  var KoaLayerType = /* @__PURE__ */ ((KoaLayerType2) => {
63998
63998
  KoaLayerType2["ROUTER"] = "router";
63999
63999
  KoaLayerType2["MIDDLEWARE"] = "middleware";
64000
64000
  return KoaLayerType2;
64001
64001
  })(KoaLayerType || {});
64002
64002
  //#endregion
64003
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/enums/AttributeNames.js
64003
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/enums/AttributeNames.js
64004
64004
  var AttributeNames$1 = /* @__PURE__ */ ((AttributeNames2) => {
64005
64005
  AttributeNames2["KOA_TYPE"] = "koa.type";
64006
64006
  AttributeNames2["KOA_NAME"] = "koa.name";
64007
64007
  return AttributeNames2;
64008
64008
  })(AttributeNames$1 || {});
64009
64009
  //#endregion
64010
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/utils.js
64010
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/utils.js
64011
64011
  const getMiddlewareMetadata = (context, layer, isRouter, layerPath) => {
64012
64012
  if (isRouter) return {
64013
64013
  attributes: {
@@ -64030,10 +64030,10 @@ const isLayerIgnored = (type, config) => {
64030
64030
  return !!(Array.isArray(config?.ignoreLayersType) && config?.ignoreLayersType?.includes(type));
64031
64031
  };
64032
64032
  //#endregion
64033
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/internal-types.js
64033
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/internal-types.js
64034
64034
  const kLayerPatched = /* @__PURE__ */ Symbol("koa-layer-patched");
64035
64035
  //#endregion
64036
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/instrumentation.js
64036
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/koa/vendored/instrumentation.js
64037
64037
  init_esm$1();
64038
64038
  const PACKAGE_NAME$4 = "@sentry/instrumentation-koa";
64039
64039
  var KoaInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -64123,7 +64123,7 @@ var KoaInstrumentation = class extends import_src$2.InstrumentationBase {
64123
64123
  }
64124
64124
  };
64125
64125
  //#endregion
64126
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/koa/index.js
64126
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/koa/index.js
64127
64127
  const INTEGRATION_NAME$6 = "Koa";
64128
64128
  const instrumentKoa = generateInstrumentOnce(INTEGRATION_NAME$6, KoaInstrumentation, (options = {}) => {
64129
64129
  return { ignoreLayersType: options.ignoreLayersType };
@@ -64138,7 +64138,7 @@ const _koaIntegration = ((options = {}) => {
64138
64138
  });
64139
64139
  const koaIntegration = defineIntegration(_koaIntegration);
64140
64140
  //#endregion
64141
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/enums/AttributeNames.js
64141
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/enums/AttributeNames.js
64142
64142
  var AttributeNames = /* @__PURE__ */ ((AttributeNames2) => {
64143
64143
  AttributeNames2["CONNECT_TYPE"] = "connect.type";
64144
64144
  AttributeNames2["CONNECT_NAME"] = "connect.name";
@@ -64150,10 +64150,10 @@ var ConnectTypes = /* @__PURE__ */ ((ConnectTypes2) => {
64150
64150
  return ConnectTypes2;
64151
64151
  })(ConnectTypes || {});
64152
64152
  //#endregion
64153
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/internal-types.js
64153
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/internal-types.js
64154
64154
  const _LAYERS_STORE_PROPERTY = /* @__PURE__ */ Symbol("opentelemetry.instrumentation-connect.request-route-stack");
64155
64155
  //#endregion
64156
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/utils.js
64156
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/utils.js
64157
64157
  const addNewStackLayer = (request) => {
64158
64158
  if (Array.isArray(request[_LAYERS_STORE_PROPERTY]) === false) Object.defineProperty(request, _LAYERS_STORE_PROPERTY, {
64159
64159
  enumerable: false,
@@ -64173,7 +64173,7 @@ const generateRoute = (request) => {
64173
64173
  return request[_LAYERS_STORE_PROPERTY].reduce((acc, sub) => acc.replace(/\/+$/, "") + sub);
64174
64174
  };
64175
64175
  //#endregion
64176
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/instrumentation.js
64176
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/connect/vendored/instrumentation.js
64177
64177
  const PACKAGE_NAME$3 = "@sentry/instrumentation-connect";
64178
64178
  const ANONYMOUS_NAME = "anonymous";
64179
64179
  var ConnectInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -64300,7 +64300,7 @@ var ConnectInstrumentation = class extends import_src$2.InstrumentationBase {
64300
64300
  }
64301
64301
  };
64302
64302
  //#endregion
64303
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/connect/index.js
64303
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/connect/index.js
64304
64304
  const INTEGRATION_NAME$5 = "Connect";
64305
64305
  const instrumentConnect = generateInstrumentOnce(INTEGRATION_NAME$5, () => new ConnectInstrumentation());
64306
64306
  const _connectIntegration = (() => {
@@ -64313,11 +64313,11 @@ const _connectIntegration = (() => {
64313
64313
  });
64314
64314
  const connectIntegration = defineIntegration(_connectIntegration);
64315
64315
  //#endregion
64316
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/vendored/semconv.js
64316
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/vendored/semconv.js
64317
64317
  const ATTR_DB_SQL_TABLE = "db.sql.table";
64318
64318
  const DB_SYSTEM_VALUE_MSSQL = "mssql";
64319
64319
  //#endregion
64320
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/vendored/utils.js
64320
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/vendored/utils.js
64321
64321
  function getSpanName(operation, db, sql, bulkLoadTable) {
64322
64322
  if (operation === "execBulkLoad" && bulkLoadTable && db) return `${operation} ${bulkLoadTable} ${db}`;
64323
64323
  if (operation === "callProcedure") {
@@ -64336,7 +64336,7 @@ const once$2 = (fn) => {
64336
64336
  };
64337
64337
  };
64338
64338
  //#endregion
64339
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/vendored/instrumentation.js
64339
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/vendored/instrumentation.js
64340
64340
  const PACKAGE_NAME$2 = "@sentry/instrumentation-tedious";
64341
64341
  const CURRENT_DATABASE = /* @__PURE__ */ Symbol("opentelemetry.instrumentation-tedious.current-database");
64342
64342
  const PATCHED_METHODS = [
@@ -64459,7 +64459,7 @@ const _TediousInstrumentation = class _TediousInstrumentation extends import_src
64459
64459
  _TediousInstrumentation.COMPONENT = "tedious";
64460
64460
  let TediousInstrumentation = _TediousInstrumentation;
64461
64461
  //#endregion
64462
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/index.js
64462
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/tedious/index.js
64463
64463
  const INTEGRATION_NAME$4 = "Tedious";
64464
64464
  const instrumentTedious = generateInstrumentOnce(INTEGRATION_NAME$4, () => new TediousInstrumentation({}));
64465
64465
  const _tediousIntegration = (() => {
@@ -64472,7 +64472,7 @@ const _tediousIntegration = (() => {
64472
64472
  });
64473
64473
  const tediousIntegration = defineIntegration(_tediousIntegration);
64474
64474
  //#endregion
64475
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/genericPool/vendored/instrumentation.js
64475
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/genericPool/vendored/instrumentation.js
64476
64476
  const MODULE_NAME = "generic-pool";
64477
64477
  const PACKAGE_NAME$1 = "@sentry/instrumentation-generic-pool";
64478
64478
  var GenericPoolInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -64553,7 +64553,7 @@ var GenericPoolInstrumentation = class extends import_src$2.InstrumentationBase
64553
64553
  }
64554
64554
  };
64555
64555
  //#endregion
64556
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/genericPool/index.js
64556
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/genericPool/index.js
64557
64557
  const INTEGRATION_NAME$3 = "GenericPool";
64558
64558
  const instrumentGenericPool = generateInstrumentOnce(INTEGRATION_NAME$3, () => new GenericPoolInstrumentation({}));
64559
64559
  const _genericPoolIntegration = (() => {
@@ -64566,7 +64566,7 @@ const _genericPoolIntegration = (() => {
64566
64566
  });
64567
64567
  const genericPoolIntegration = defineIntegration(_genericPoolIntegration);
64568
64568
  //#endregion
64569
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/types.js
64569
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/types.js
64570
64570
  var EndOperation = /* @__PURE__ */ ((EndOperation2) => {
64571
64571
  EndOperation2["AutoAck"] = "auto ack";
64572
64572
  EndOperation2["Ack"] = "ack";
@@ -64580,7 +64580,7 @@ var EndOperation = /* @__PURE__ */ ((EndOperation2) => {
64580
64580
  return EndOperation2;
64581
64581
  })(EndOperation || {});
64582
64582
  //#endregion
64583
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/semconv.js
64583
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/semconv.js
64584
64584
  const ATTR_MESSAGING_OPERATION = "messaging.operation";
64585
64585
  const ATTR_MESSAGING_DESTINATION = "messaging.destination";
64586
64586
  const ATTR_MESSAGING_DESTINATION_KIND = "messaging.destination_kind";
@@ -64593,7 +64593,7 @@ const ATTR_MESSAGING_CONVERSATION_ID = "messaging.conversation_id";
64593
64593
  const MESSAGING_DESTINATION_KIND_VALUE_TOPIC = "topic";
64594
64594
  const MESSAGING_OPERATION_VALUE_PROCESS = "process";
64595
64595
  //#endregion
64596
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/utils.js
64596
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/utils.js
64597
64597
  init_esm$1();
64598
64598
  const PUBLISHER_ORIGIN = "auto.amqplib.otel.publisher";
64599
64599
  const CONSUMER_ORIGIN = "auto.amqplib.otel.consumer";
@@ -64689,7 +64689,7 @@ function startConsumeSpan(queue, msg, channel) {
64689
64689
  });
64690
64690
  }
64691
64691
  //#endregion
64692
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/patches.js
64692
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/patches.js
64693
64693
  const CONSUME_TIMEOUT_MS = 1e3 * 60;
64694
64694
  function endConsumerSpan(message, isRejected, operation, requeue) {
64695
64695
  const storedSpan = message[MESSAGE_STORED_SPAN];
@@ -64844,7 +64844,7 @@ function getPublishPatch(original) {
64844
64844
  };
64845
64845
  }
64846
64846
  //#endregion
64847
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/instrumentation.js
64847
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/vendored/instrumentation.js
64848
64848
  const PACKAGE_NAME = "@sentry/instrumentation-amqplib";
64849
64849
  const supportedVersions$5 = [">=0.5.5 <2"];
64850
64850
  var AmqplibInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -64895,7 +64895,7 @@ var AmqplibInstrumentation = class extends import_src$2.InstrumentationBase {
64895
64895
  }
64896
64896
  };
64897
64897
  //#endregion
64898
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/index.js
64898
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/amqplib/index.js
64899
64899
  const INTEGRATION_NAME$2 = "Amqplib";
64900
64900
  const instrumentAmqplib = generateInstrumentOnce(INTEGRATION_NAME$2, () => new AmqplibInstrumentation());
64901
64901
  const _amqplibIntegration = (() => {
@@ -64908,10 +64908,10 @@ const _amqplibIntegration = (() => {
64908
64908
  });
64909
64909
  const amqplibIntegration = defineIntegration(_amqplibIntegration);
64910
64910
  //#endregion
64911
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/vercelai/constants.js
64911
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/vercelai/constants.js
64912
64912
  const INTEGRATION_NAME$1 = "VercelAI";
64913
64913
  //#endregion
64914
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/vercelai/instrumentation.js
64914
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/vercelai/instrumentation.js
64915
64915
  const SUPPORTED_VERSIONS = [">=3.0.0 <7"];
64916
64916
  const INSTRUMENTED_METHODS = [
64917
64917
  "generateText",
@@ -65036,7 +65036,7 @@ var SentryVercelAiInstrumentation = class extends import_src$2.InstrumentationBa
65036
65036
  }
65037
65037
  };
65038
65038
  //#endregion
65039
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/vercelai/index.js
65039
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/vercelai/index.js
65040
65040
  const instrumentVercelAi = generateInstrumentOnce(INTEGRATION_NAME$1, () => new SentryVercelAiInstrumentation({}));
65041
65041
  function shouldForceIntegration(client) {
65042
65042
  return !!client.getIntegrationByName("Modules")?.getModules?.()?.ai;
@@ -65056,7 +65056,7 @@ const _vercelAIIntegration = ((options = {}) => {
65056
65056
  });
65057
65057
  const vercelAIIntegration = defineIntegration(_vercelAIIntegration);
65058
65058
  //#endregion
65059
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/openai/instrumentation.js
65059
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/openai/instrumentation.js
65060
65060
  const supportedVersions$4 = [">=4.0.0 <7"];
65061
65061
  var SentryOpenAiInstrumentation = class extends import_src$2.InstrumentationBase {
65062
65062
  constructor(config = {}) {
@@ -65122,7 +65122,7 @@ var SentryOpenAiInstrumentation = class extends import_src$2.InstrumentationBase
65122
65122
  }
65123
65123
  };
65124
65124
  //#endregion
65125
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/openai/index.js
65125
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/openai/index.js
65126
65126
  const instrumentOpenAi = generateInstrumentOnce(OPENAI_INTEGRATION_NAME, (options) => new SentryOpenAiInstrumentation(options));
65127
65127
  const _openAiIntegration = ((options = {}) => {
65128
65128
  return {
@@ -65134,7 +65134,7 @@ const _openAiIntegration = ((options = {}) => {
65134
65134
  });
65135
65135
  const openAIIntegration = defineIntegration(_openAiIntegration);
65136
65136
  //#endregion
65137
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/anthropic-ai/instrumentation.js
65137
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/anthropic-ai/instrumentation.js
65138
65138
  const supportedVersions$3 = [">=0.19.2 <1.0.0"];
65139
65139
  var SentryAnthropicAiInstrumentation = class extends import_src$2.InstrumentationBase {
65140
65140
  constructor(config = {}) {
@@ -65190,7 +65190,7 @@ var SentryAnthropicAiInstrumentation = class extends import_src$2.Instrumentatio
65190
65190
  }
65191
65191
  };
65192
65192
  //#endregion
65193
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/anthropic-ai/index.js
65193
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/anthropic-ai/index.js
65194
65194
  const instrumentAnthropicAi = generateInstrumentOnce(ANTHROPIC_AI_INTEGRATION_NAME, (options) => new SentryAnthropicAiInstrumentation(options));
65195
65195
  const _anthropicAIIntegration = ((options = {}) => {
65196
65196
  return {
@@ -65203,7 +65203,7 @@ const _anthropicAIIntegration = ((options = {}) => {
65203
65203
  });
65204
65204
  const anthropicAIIntegration = defineIntegration(_anthropicAIIntegration);
65205
65205
  //#endregion
65206
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/google-genai/instrumentation.js
65206
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/google-genai/instrumentation.js
65207
65207
  const supportedVersions$2 = [">=0.10.0 <2"];
65208
65208
  var SentryGoogleGenAiInstrumentation = class extends import_src$2.InstrumentationBase {
65209
65209
  constructor(config = {}) {
@@ -65241,7 +65241,7 @@ var SentryGoogleGenAiInstrumentation = class extends import_src$2.Instrumentatio
65241
65241
  }
65242
65242
  };
65243
65243
  //#endregion
65244
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/google-genai/index.js
65244
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/google-genai/index.js
65245
65245
  const instrumentGoogleGenAI = generateInstrumentOnce(GOOGLE_GENAI_INTEGRATION_NAME, (options) => new SentryGoogleGenAiInstrumentation(options));
65246
65246
  const _googleGenAIIntegration = ((options = {}) => {
65247
65247
  return {
@@ -65253,7 +65253,7 @@ const _googleGenAIIntegration = ((options = {}) => {
65253
65253
  });
65254
65254
  const googleGenAIIntegration = defineIntegration(_googleGenAIIntegration);
65255
65255
  //#endregion
65256
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/langchain/instrumentation.js
65256
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/langchain/instrumentation.js
65257
65257
  const supportedVersions$1 = [">=0.1.0 <2.0.0"];
65258
65258
  function wrapRunnableMethod(originalMethod, sentryHandler, _methodName) {
65259
65259
  return new Proxy(originalMethod, { apply(target, thisArg, args) {
@@ -65359,7 +65359,7 @@ var SentryLangChainInstrumentation = class extends import_src$2.InstrumentationB
65359
65359
  }
65360
65360
  };
65361
65361
  //#endregion
65362
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/langchain/index.js
65362
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/langchain/index.js
65363
65363
  const instrumentLangChain = generateInstrumentOnce(LANGCHAIN_INTEGRATION_NAME, (options) => new SentryLangChainInstrumentation(options));
65364
65364
  const _langChainIntegration = ((options = {}) => {
65365
65365
  return {
@@ -65371,7 +65371,7 @@ const _langChainIntegration = ((options = {}) => {
65371
65371
  });
65372
65372
  const langChainIntegration = defineIntegration(_langChainIntegration);
65373
65373
  //#endregion
65374
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/langgraph/instrumentation.js
65374
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/langgraph/instrumentation.js
65375
65375
  const supportedVersions = [">=0.0.0 <2.0.0"];
65376
65376
  var SentryLangGraphInstrumentation = class extends import_src$2.InstrumentationBase {
65377
65377
  constructor(config = {}) {
@@ -65437,7 +65437,7 @@ var SentryLangGraphInstrumentation = class extends import_src$2.InstrumentationB
65437
65437
  }
65438
65438
  };
65439
65439
  //#endregion
65440
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/langgraph/index.js
65440
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/langgraph/index.js
65441
65441
  const instrumentLangGraph = generateInstrumentOnce(LANGGRAPH_INTEGRATION_NAME, (options) => new SentryLangGraphInstrumentation(options));
65442
65442
  const _langGraphIntegration = ((options = {}) => {
65443
65443
  return {
@@ -65449,7 +65449,7 @@ const _langGraphIntegration = ((options = {}) => {
65449
65449
  });
65450
65450
  const langGraphIntegration = defineIntegration(_langGraphIntegration);
65451
65451
  //#endregion
65452
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/otel/patches/firestore.js
65452
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/otel/patches/firestore.js
65453
65453
  function patchFirestore(firestoreSupportedVersions, wrap, unwrap) {
65454
65454
  const moduleFirestoreCJS = new import_src$2.InstrumentationNodeModuleDefinition("@firebase/firestore", firestoreSupportedVersions, (moduleExports) => wrapMethods(moduleExports, wrap, unwrap));
65455
65455
  for (const file of [
@@ -65564,7 +65564,7 @@ function buildAttributes(reference) {
65564
65564
  return attributes;
65565
65565
  }
65566
65566
  //#endregion
65567
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/otel/patches/functions.js
65567
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/otel/patches/functions.js
65568
65568
  function patchFunctions(functionsSupportedVersions, wrap, unwrap) {
65569
65569
  const moduleFunctionsCJS = new import_src$2.InstrumentationNodeModuleDefinition("firebase-functions", functionsSupportedVersions);
65570
65570
  [
@@ -65682,7 +65682,7 @@ function unwrapCommonFunctions(moduleExports, unwrap) {
65682
65682
  return moduleExports;
65683
65683
  }
65684
65684
  //#endregion
65685
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/otel/firebaseInstrumentation.js
65685
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/otel/firebaseInstrumentation.js
65686
65686
  const firestoreSupportedVersions = [">=3.0.0 <5"];
65687
65687
  const functionsSupportedVersions = [">=6.0.0 <7"];
65688
65688
  var FirebaseInstrumentation = class extends import_src$2.InstrumentationBase {
@@ -65701,7 +65701,7 @@ var FirebaseInstrumentation = class extends import_src$2.InstrumentationBase {
65701
65701
  }
65702
65702
  };
65703
65703
  //#endregion
65704
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/firebase.js
65704
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/firebase/firebase.js
65705
65705
  const INTEGRATION_NAME = "Firebase";
65706
65706
  const instrumentFirebase = generateInstrumentOnce(INTEGRATION_NAME, () => new FirebaseInstrumentation());
65707
65707
  const _firebaseIntegration = (() => {
@@ -65714,7 +65714,7 @@ const _firebaseIntegration = (() => {
65714
65714
  });
65715
65715
  const firebaseIntegration = defineIntegration(_firebaseIntegration);
65716
65716
  //#endregion
65717
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/integrations/tracing/index.js
65717
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/integrations/tracing/index.js
65718
65718
  function getAutoPerformanceIntegrations() {
65719
65719
  return [
65720
65720
  expressIntegration(),
@@ -65747,7 +65747,7 @@ function getAutoPerformanceIntegrations() {
65747
65747
  ];
65748
65748
  }
65749
65749
  //#endregion
65750
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/sdk/initOtel.js
65750
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/sdk/initOtel.js
65751
65751
  init_esm$1();
65752
65752
  const MAX_MAX_SPAN_WAIT_DURATION = 1e6;
65753
65753
  const OTEL_API_GLOBAL_KEY = /* @__PURE__ */ Symbol.for("opentelemetry.js.api.1");
@@ -65832,7 +65832,7 @@ function _clampSpanProcessorTimeout(maxSpanWaitDuration) {
65832
65832
  return maxSpanWaitDuration;
65833
65833
  }
65834
65834
  //#endregion
65835
- //#region ../../node_modules/.bun/@sentry+node@10.70.0+cfd4f484ffd29da6/node_modules/@sentry/node/build/esm/sdk/index.js
65835
+ //#region ../../node_modules/.bun/@sentry+node@10.70.0+50e9adb009a4d404/node_modules/@sentry/node/build/esm/sdk/index.js
65836
65836
  function getDefaultIntegrationsWithoutPerformance() {
65837
65837
  return getDefaultIntegrations$1().filter((integration) => integration.name !== "Http" && integration.name !== "NodeFetch").concat(httpIntegration(), nativeNodeFetchIntegration());
65838
65838
  }
@@ -65979,7 +65979,7 @@ function normalizeNumberish(value) {
65979
65979
  }
65980
65980
  //#endregion
65981
65981
  //#region package.json
65982
- var version$1 = "0.13.71";
65982
+ var version$1 = "0.13.72";
65983
65983
  //#endregion
65984
65984
  //#region src/sentry.ts
65985
65985
  const SERVER_APP_NAME = "forge-server";
@@ -298094,7 +298094,7 @@ function resolveBuildCommitFromEnv(env) {
298094
298094
  * environment descriptor down instead of reporting an honest "unknown".
298095
298095
  */
298096
298096
  function readBakedBuildCommit() {
298097
- return "8e9fcb0318612dd80655f7c9662dd9128b8f005c";
298097
+ return "429b8e0076cab9a5db82af0b126262cd492f2acf";
298098
298098
  }
298099
298099
  async function resolveServerBuildCommit(input) {
298100
298100
  if (isFullCommitSha(input.baked)) return input.baked;