Long Zhao

Results 6 comments of Long Zhao

Any plan on this one? I'm currently doing something like this to get rid of the message ``` import * as Sentry from '@sentry/nextjs'; // ISSUE: https://github.com/getsentry/sentry-javascript/issues/3852 // API resolved...

We are facing a similar issue that was ultimately resolved with a monkey patch in `jest.config.js` ``` moduleNameMapper: { '@sentry/nextjs': '/node_modules/@sentry/nextjs', }, ```