You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nextjs): use resolve.alias to point @sentry/browser to dev build
Instead of modifying conditionNames (which wasn't working reliably),
use webpack's resolve.alias to explicitly point @sentry/browser to
its CJS development build for client bundles in dev mode.
This enables Spotlight auto-enablement from env vars in Next.js dev mode.
0 commit comments