@vm0/cli 9.223.21 → 9.224.0
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/{chunk-TDXNPHY4.js → chunk-4O5XHEIB.js} +3 -3
- package/{chunk-6JTSX2VN.js → chunk-FA4KU3RA.js} +2 -2
- package/{chunk-WHYOTBW2.js → chunk-RVMGMFEC.js} +3 -2
- package/{chunk-WHYOTBW2.js.map → chunk-RVMGMFEC.js.map} +1 -1
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/{logs-YENNRVDI.js → logs-E3PEHRBC.js} +3 -3
- package/package.json +1 -1
- package/{search-KL7JJ7TM.js → search-ULNN3MEL.js} +3 -3
- package/zero.js +4 -4
- package/zero.js.map +1 -1
- /package/{chunk-TDXNPHY4.js.map → chunk-4O5XHEIB.js.map} +0 -0
- /package/{chunk-6JTSX2VN.js.map → chunk-FA4KU3RA.js.map} +0 -0
- /package/{logs-YENNRVDI.js.map → logs-E3PEHRBC.js.map} +0 -0
- /package/{search-KL7JJ7TM.js.map → search-ULNN3MEL.js.map} +0 -0
|
@@ -50,7 +50,7 @@ if (DSN) {
|
|
|
50
50
|
Sentry.init({
|
|
51
51
|
dsn: DSN,
|
|
52
52
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
53
|
-
release: "9.
|
|
53
|
+
release: "9.224.0",
|
|
54
54
|
sendDefaultPii: false,
|
|
55
55
|
tracesSampleRate: 0,
|
|
56
56
|
shutdownTimeout: 500,
|
|
@@ -69,7 +69,7 @@ if (DSN) {
|
|
|
69
69
|
}
|
|
70
70
|
});
|
|
71
71
|
Sentry.setContext("cli", {
|
|
72
|
-
version: "9.
|
|
72
|
+
version: "9.224.0",
|
|
73
73
|
command: process.argv.slice(2).join(" ")
|
|
74
74
|
});
|
|
75
75
|
Sentry.setContext("runtime", {
|
|
@@ -146,4 +146,4 @@ async function configureGlobalProxyFromEnv() {
|
|
|
146
146
|
export {
|
|
147
147
|
configureGlobalProxyFromEnv
|
|
148
148
|
};
|
|
149
|
-
//# sourceMappingURL=chunk-
|
|
149
|
+
//# sourceMappingURL=chunk-4O5XHEIB.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
parseBoundedLogCount,
|
|
11
11
|
parseSearchQuery,
|
|
12
12
|
parseTime
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-RVMGMFEC.js";
|
|
14
14
|
import {
|
|
15
15
|
searchZeroLogs
|
|
16
16
|
} from "./chunk-4H75SIDD.js";
|
|
@@ -176,4 +176,4 @@ export {
|
|
|
176
176
|
runLogsSearch,
|
|
177
177
|
searchCommand
|
|
178
178
|
};
|
|
179
|
-
//# sourceMappingURL=chunk-
|
|
179
|
+
//# sourceMappingURL=chunk-FA4KU3RA.js.map
|
|
@@ -16682,7 +16682,8 @@ var FEATURE_SWITCHES = {
|
|
|
16682
16682
|
["htmlArtifactCommentEditing" /* HtmlArtifactCommentEditing */]: {
|
|
16683
16683
|
maintainer: "bingjie@vm0.ai",
|
|
16684
16684
|
description: "Enable the HTML artifact comment-editing workflow for collecting DOM comments and preparing instrumented working-copy edits.",
|
|
16685
|
-
enabled: false
|
|
16685
|
+
enabled: false,
|
|
16686
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
16686
16687
|
},
|
|
16687
16688
|
["computerUseDesktopPlugins" /* ComputerUseDesktopPlugins */]: {
|
|
16688
16689
|
maintainer: "lancy@vm0.ai",
|
|
@@ -19084,4 +19085,4 @@ export {
|
|
|
19084
19085
|
collectLogItems,
|
|
19085
19086
|
parseSearchQuery
|
|
19086
19087
|
};
|
|
19087
|
-
//# sourceMappingURL=chunk-
|
|
19088
|
+
//# sourceMappingURL=chunk-RVMGMFEC.js.map
|