@blaxel/core 0.2.75-preview.116 → 0.2.75

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.
@@ -207,8 +207,8 @@ function initSentry() {
207
207
  captureException(error);
208
208
  }
209
209
  };
210
- process.on("SIGTERM", signalHandler);
211
- process.on("SIGINT", signalHandler);
210
+ process.once("SIGTERM", signalHandler);
211
+ process.once("SIGINT", signalHandler);
212
212
  process.on("uncaughtExceptionMonitor", uncaughtExceptionMonitorHandler);
213
213
  // Intercept console.error to capture SDK errors that are caught and logged
214
214
  const originalConsoleError = console.error;
@@ -9,8 +9,8 @@ const index_js_1 = require("../authentication/index.js");
9
9
  const env_js_1 = require("../common/env.js");
10
10
  const node_js_1 = require("../common/node.js");
11
11
  // Build info - these placeholders are replaced at build time by build:replace-imports
12
- const BUILD_VERSION = "0.2.75-preview.116";
13
- const BUILD_COMMIT = "c11786dc016c39977cd4ecffa18d74c192186415";
12
+ const BUILD_VERSION = "0.2.75";
13
+ const BUILD_COMMIT = "a52f1d2904f5271eb8fb07cf252c1ab92fefcb5a";
14
14
  const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
15
15
  // Cache for config.yaml tracking value
16
16
  let configTrackingValue = null;