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(ci): Add NEXT_PUBLIC_SENTRY_SPOTLIGHT env var for E2E tests
The nextjs-15-spotlight test expects NEXT_PUBLIC_SENTRY_SPOTLIGHT to be set,
but CI only set VITE_SENTRY_SPOTLIGHT. Adding the Next.js variant so the
Spotlight auto-enablement test works in CI.
Also fix import to use @sentry/browser directly for spotlightBrowserIntegration
to avoid build order issues.
0 commit comments