Harsh boricha
Results
2
comments of
Harsh boricha
Anyone got the solution on how to integrate sentry with next-compose-plugin?
To everyone still wondering. I used it like this and It worked for me. ``` module.exports = withSentryConfig( withPlugins( [ [withAntdLess, antdConfig()], withImages // [withSentryConfig, SentryWebpackPluginOptions] ], nextConfig ), SentryWebpackPluginOptions...