@vm0/cli 9.100.2 → 9.100.3
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.100.
|
|
52
|
+
release: "9.100.3",
|
|
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.100.
|
|
71
|
+
version: "9.100.3",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -31991,4 +31991,4 @@ export {
|
|
|
31991
31991
|
parseTime,
|
|
31992
31992
|
paginate
|
|
31993
31993
|
};
|
|
31994
|
-
//# sourceMappingURL=chunk-
|
|
31994
|
+
//# sourceMappingURL=chunk-2LDZF5WC.js.map
|