@sentry/junior 0.45.0 → 0.47.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/dist/app.js +1148 -629
- package/dist/{chunk-QAMTCT2R.js → chunk-ELM6HJ6S.js} +1 -1
- package/dist/cli/snapshot-warmup.js +1 -1
- package/package.json +1 -1
|
@@ -494,7 +494,7 @@ var NON_INTERACTIVE_ENV = {
|
|
|
494
494
|
GCM_INTERACTIVE: "never",
|
|
495
495
|
DEBIAN_FRONTEND: "noninteractive",
|
|
496
496
|
// Git credential isolation: prevent git from sending its own auth so the
|
|
497
|
-
// sandbox
|
|
497
|
+
// sandbox egress proxy's header transforms are the sole credential source.
|
|
498
498
|
GIT_ASKPASS: "/bin/true",
|
|
499
499
|
GIT_CONFIG_NOSYSTEM: "1",
|
|
500
500
|
GIT_CONFIG_COUNT: "2",
|