Skip to content

NextJs 15.3 shows warning after adding Sentry #16091

Open
@ChristianKohler

Description

@ChristianKohler

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

9.13

Framework Version

15.3

Link to Sentry event

No response

Reproduction Example/SDK Setup

No response

Steps to Reproduce

  1. Install NextJs 15.3
  2. Add Sentry using the wizard
  3. Run npm run dev
  4. See the following warning

Expected Result

No warning or a better way to understand that this warning comes in combination with Sentry. Since this is a NextJs warning I started to look into the turbopack configuration..

Actual Result

next dev --turbopack

   ▲ Next.js 15.3.0 (Turbopack)
   - Local:        http://localhost:3000
   - Network:      http://192.168.215.4:3000
   - Experiments (use with caution):
     · clientTraceMetadata

 ✓ Starting...
 ✓ Compiled instrumentation Node.js in 379ms
 ✓ Compiled instrumentation Edge in 134ms
 ✓ Ready in 1210ms
++ ⚠ Webpack is configured while Turbopack is not, which may cause problems.
++ ⚠ See instructions if you need to configure Turbopack:
  https://nextjs.org/docs/app/api-reference/next-config-js/turbo

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions