@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.
- package/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/common/sentry.js +2 -2
- package/dist/cjs/common/settings.js +2 -2
- package/dist/cjs-browser/.tsbuildinfo +1 -1
- package/dist/cjs-browser/common/sentry.js +2 -2
- package/dist/cjs-browser/common/settings.js +2 -2
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/common/sentry.js +2 -2
- package/dist/esm/common/settings.js +2 -2
- package/dist/esm-browser/.tsbuildinfo +1 -1
- package/dist/esm-browser/common/sentry.js +2 -2
- package/dist/esm-browser/common/settings.js +2 -2
- package/package.json +1 -1
|
@@ -207,8 +207,8 @@ function initSentry() {
|
|
|
207
207
|
captureException(error);
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
|
-
process.
|
|
211
|
-
process.
|
|
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
|
|
13
|
-
const BUILD_COMMIT = "
|
|
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;
|