Skip to content

Sentry Next.js Turbopack printing out loads of debug logs in CI by default #19115

@lourd

Description

@lourd

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

10.37.0

Framework Version

next.js 16.1.6

Link to Sentry event

No response

Reproduction Example/SDK Setup

No response

Steps to Reproduce

  1. Create a next.js app
  2. Add the withSentryConfig wrapper to the next config
  3. Build it on github actions
  4. See that there are loads of debug logs

This happens even with debug: false set in the options passed to withSentryConfig

Expected Result

Only warnings, errors and info is printed in the output

Actual Result

These are the first few dozen of nearly 8,000 debug lines

Image

Additional Context

We recently switched from Webpack to Turbopack for our Next.js application. We didn't have these before, it seems to be specific the the turbopack integration.

Priority

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.

Metadata

Metadata

Assignees

Projects

Status

Waiting for: Community

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions