Long Zhao
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...
Hi axios team, any update on this one?
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', }, ```