Sanskar Agrawal
Sanskar Agrawal
> Can you give more information please? > > * The RPC you are running > * Who commented and told you to download a mediafire file (I do not...
> 1. You could share a similar example that recreate the issue, this will help us to reproduce and debug > 2. OK > 3. You can use home brew...
^^ +1 on this
> Configure your sentry.client.config.ts file to only bundle/include the Sentry SDK for prod builds Only for `.client`? I think we should do for `server.config` and `edge.config` as well?
@lforst  Why is there a noticible 2 min latency when running build? For me this is one of the biggest latency concerns.
> > > Configure your sentry.client.config.ts file to only bundle/include the Sentry SDK for prod builds > > > > > > Only for `.client`? I think we should do...
@lforst to validate the same, I disabled Sentry by exporting `nextConfig` directly without wrapping it in `withSentryConfig` and guess what - I saved `2 minutes` 🕐 . Build time down...
Hm, so one of the workarounds to fix build time which I have is - conditionally exporting the config on the basis of env from `next.config.js`. But that leads to...
> This is not supported so I don't recommend doing that Fair but having said that huge build times just for every commit I push in preview envs is something...