Closed JustFly1984 closed 3 years ago
Currently I'm updating next.js app, and I see that we have an integration in next.config.js by leveraging @zeit/next-source-maps@0.0.8 I've looked at https://www.npmjs.com/package/@zeit/next-source-maps and it is deprecated, in favor of now native next.js source map support: https://nextjs.org/docs/advanced-features/source-maps
Do you have an example on how to integrate source map upload with current version of nextjs?
I've found an example https://github.com/honeybadger-io/nextjs-with-honeybadger/blob/master/next.config.js
I just get rid of @zeit/next-source-maps@0.0.8 and followed this one instead
Currently I'm updating next.js app, and I see that we have an integration in next.config.js by leveraging @zeit/next-source-maps@0.0.8 I've looked at https://www.npmjs.com/package/@zeit/next-source-maps and it is deprecated, in favor of now native next.js source map support: https://nextjs.org/docs/advanced-features/source-maps
Do you have an example on how to integrate source map upload with current version of nextjs?