@vm0/cli 9.103.1 → 9.103.2
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.
|
@@ -49,7 +49,7 @@ if (DSN) {
|
|
|
49
49
|
Sentry.init({
|
|
50
50
|
dsn: DSN,
|
|
51
51
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
52
|
-
release: "9.103.
|
|
52
|
+
release: "9.103.2",
|
|
53
53
|
sendDefaultPii: false,
|
|
54
54
|
tracesSampleRate: 0,
|
|
55
55
|
shutdownTimeout: 500,
|
|
@@ -68,7 +68,7 @@ if (DSN) {
|
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
Sentry.setContext("cli", {
|
|
71
|
-
version: "9.103.
|
|
71
|
+
version: "9.103.2",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -29920,7 +29920,8 @@ var FEATURE_SWITCHES = {
|
|
|
29920
29920
|
},
|
|
29921
29921
|
["computerUse" /* ComputerUse */]: {
|
|
29922
29922
|
maintainer: "ethan@vm0.ai",
|
|
29923
|
-
enabled: false
|
|
29923
|
+
enabled: false,
|
|
29924
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
29924
29925
|
},
|
|
29925
29926
|
["mobileChatListPage" /* MobileChatListPage */]: {
|
|
29926
29927
|
maintainer: "ethan@vm0.ai",
|
|
@@ -29930,6 +29931,11 @@ var FEATURE_SWITCHES = {
|
|
|
29930
29931
|
maintainer: "ethan@vm0.ai",
|
|
29931
29932
|
enabled: false,
|
|
29932
29933
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
29934
|
+
},
|
|
29935
|
+
["auditLink" /* AuditLink */]: {
|
|
29936
|
+
maintainer: "ethan@vm0.ai",
|
|
29937
|
+
enabled: false,
|
|
29938
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
29933
29939
|
}
|
|
29934
29940
|
};
|
|
29935
29941
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -32221,4 +32227,4 @@ export {
|
|
|
32221
32227
|
parseTime,
|
|
32222
32228
|
paginate
|
|
32223
32229
|
};
|
|
32224
|
-
//# sourceMappingURL=chunk-
|
|
32230
|
+
//# sourceMappingURL=chunk-M2EPCU5K.js.map
|