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(browser): Remove development-only wrapper from Spotlight auto-enablement
The Spotlight auto-enablement code was wrapped in rollup-include-development-only,
which stripped it from production builds. But users install production builds of
the SDK from npm and still expect auto-enablement to work during their app's
development (when they set NEXT_PUBLIC_SENTRY_SPOTLIGHT=true, etc.).
The env vars won't be set in production deployments anyway, and users can
explicitly disable Spotlight with `spotlight: false` if needed.
0 commit comments