Description
Description
We have recently introduced a new way to set request data, which is based on normalizedRequest
, which is pre-processed. We already use this in node for http, but there are some remaining usages where we still set request
that we have to update to instead set normalizedRequest
:
- astro/src/server/middleware.ts
- bun/src/integrations/bunserver.ts
- cloudflare/src/scope-utils.ts
- google-cloud-serverless/src/gcpfunction/http.ts
- nextjs/src/common/captureRequestError.ts
- nextjs/src/common/withServerActionInstrumentation.ts
- nextjs/src/common/wrapGenerationFunctionWithSentry.ts
- nextjs/src/common/wrapMiddlewareWithSentry.ts
- nextjs/src/common/wrapRouteHandlerWithSentry.ts
- nextjs/src/common/wrapServerComponentWithSentry.ts
- nextjs/src/common/pages-router-instrumentation/_error.ts
- nextjs/src/common/pages-router-instrumentation/wrapApiHandlerWithSentry.ts
- nextjs/src/common/utils/wrapperUtils.ts
- nextjs/src/edge/wrapApiHandlerWithSentry.ts
- remix/src/utils/errors.ts
- remix/src/utils/instrumentServer.ts
- sveltekit/src/server/handle.ts