-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack serialization performance warnings when using @sentry/nextjs #15100
Comments
Hello @scobbe, thank you for filing this. Could you please provide a reproduction repo? I tried setting up a new nextjs project using |
same issue here with same env , however do not have reproduction repo sadly |
Same issue here. Only happened when I added sentry in and the build (running npm run dev) now takes a LOT longer. Versions:
|
We still need a reproduction for this to investigate further. Thanks! |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nestjs
SDK Version
8.50.0
Framework Version
React 19.0.0, Next 15.1.4, Node 22.9.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
Description
When adding Sentry configuration to
next.config.ts
usingwithSentryConfig
, I encounter the following warning during the build process:Is this a known issue? Are there any recommendations for addressing this warning, such as additional configuration options or workarounds?
Thank you!
Steps to Reproduce
Start with a minimal
next.config.ts
file:Update the file to include Sentry's configuration using
withSentryConfig
:Run the build process.
Expected Result
The build completes without warnings or errors.
Actual Result
The following warning appears during the build process:
The text was updated successfully, but these errors were encountered: