Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/nextjs
SDK Version
7.22.0
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
I believe it has something to do with
#6291
Have a custom webpack config:
/** * @type {import('next').NextConfig} */constnextConfig={
...
sentry: {disableClientWebpackPlugin: true,disableServerWebpackPlugin: true,},webpack(config,{ dev }){console.log('hi');returnconfig;},};Expected Result
Echoes "hi" since it's picked up by Next
Actual Result
My webpack config is ignored
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/nextjs
SDK Version
7.22.0
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
I believe it has something to do with
#6291
Have a custom webpack config:
Expected Result
Echoes "hi" since it's picked up by Next
Actual Result
My webpack config is ignored