@vm0/cli 9.177.5 → 9.177.6
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.177.
|
|
74086
|
+
release: "9.177.6",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.177.
|
|
74105
|
+
version: "9.177.6",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -94896,6 +94896,9 @@ var adAttributionMetadataSchema = external_exports.object({
|
|
|
94896
94896
|
vm0_experiment: external_exports.string().min(1).max(100).optional(),
|
|
94897
94897
|
vm0_variant: external_exports.string().min(1).max(100).optional(),
|
|
94898
94898
|
lp_variant: external_exports.string().min(1).max(100).optional(),
|
|
94899
|
+
gclid: external_exports.string().min(1).max(200).optional(),
|
|
94900
|
+
gbraid: external_exports.string().min(1).max(200).optional(),
|
|
94901
|
+
wbraid: external_exports.string().min(1).max(200).optional(),
|
|
94899
94902
|
gclid_present: external_exports.literal("true").optional(),
|
|
94900
94903
|
gbraid_present: external_exports.literal("true").optional(),
|
|
94901
94904
|
wbraid_present: external_exports.literal("true").optional()
|
|
@@ -132805,4 +132808,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132805
132808
|
undici/lib/web/websocket/frame.js:
|
|
132806
132809
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132807
132810
|
*/
|
|
132808
|
-
//# sourceMappingURL=chunk-
|
|
132811
|
+
//# sourceMappingURL=chunk-VDRCD6P3.js.map
|