@vercel/redwood 2.4.3 → 2.4.4

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2649,7 +2649,8 @@ var build = async ({
2649
2649
  runtime: nodeVersion.runtime,
2650
2650
  shouldAddHelpers: false,
2651
2651
  shouldAddSourcemapSupport: false,
2652
- awsLambdaHandler
2652
+ awsLambdaHandler,
2653
+ shouldDisableAutomaticFetchInstrumentation: process.env.VERCEL_TRACING_DISABLE_AUTOMATIC_FETCH_INSTRUMENTATION === "1"
2653
2654
  });
2654
2655
  lambdaOutputs[outputName] = lambda;
2655
2656
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/redwood",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs",
@@ -22,7 +22,7 @@
22
22
  "@types/aws-lambda": "8.10.19",
23
23
  "@types/node": "14.18.33",
24
24
  "@types/semver": "6.0.0",
25
- "@vercel/build-utils": "13.2.0",
25
+ "@vercel/build-utils": "13.2.1",
26
26
  "@vercel/routing-utils": "5.3.0",
27
27
  "execa": "3.2.0",
28
28
  "fs-extra": "11.1.0",