@vm0/cli 9.90.4 → 9.90.5
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.90.
|
|
52
|
+
release: "9.90.5",
|
|
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.90.
|
|
71
|
+
version: "9.90.5",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -18772,6 +18772,11 @@ var FEATURE_SWITCHES = {
|
|
|
18772
18772
|
enabled: false,
|
|
18773
18773
|
enabledUserHashes: STAFF_USER_HASHES,
|
|
18774
18774
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
18775
|
+
},
|
|
18776
|
+
["activityLogList" /* ActivityLogList */]: {
|
|
18777
|
+
maintainer: "ethan@vm0.ai",
|
|
18778
|
+
enabled: false,
|
|
18779
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
18775
18780
|
}
|
|
18776
18781
|
};
|
|
18777
18782
|
async function isFeatureEnabled(key, ctx) {
|
|
@@ -20893,4 +20898,4 @@ export {
|
|
|
20893
20898
|
pollEvents,
|
|
20894
20899
|
showNextSteps
|
|
20895
20900
|
};
|
|
20896
|
-
//# sourceMappingURL=chunk-
|
|
20901
|
+
//# sourceMappingURL=chunk-4ZDCMT63.js.map
|