@vm0/cli 9.102.7 → 9.102.8
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.102.
|
|
52
|
+
release: "9.102.8",
|
|
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.102.
|
|
71
|
+
version: "9.102.8",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -30002,6 +30002,11 @@ var FEATURE_SWITCHES = {
|
|
|
30002
30002
|
enabled: false,
|
|
30003
30003
|
enabledUserHashes: STAFF_USER_HASHES,
|
|
30004
30004
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
30005
|
+
},
|
|
30006
|
+
["mobileChatListPage" /* MobileChatListPage */]: {
|
|
30007
|
+
maintainer: "ethan@vm0.ai",
|
|
30008
|
+
enabled: false,
|
|
30009
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
30005
30010
|
}
|
|
30006
30011
|
};
|
|
30007
30012
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -32292,4 +32297,4 @@ export {
|
|
|
32292
32297
|
parseTime,
|
|
32293
32298
|
paginate
|
|
32294
32299
|
};
|
|
32295
|
-
//# sourceMappingURL=chunk-
|
|
32300
|
+
//# sourceMappingURL=chunk-RB5K354K.js.map
|