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): Honor explicit spotlight option even without env var
Previously, the Spotlight integration logic was gated behind checking
if the NEXT_PUBLIC_SENTRY_SPOTLIGHT env var was set. This meant that
if a user set `spotlight: true` in Sentry.init() without the env var,
their explicit configuration was silently ignored.
Now the code always checks resolveSpotlightOptions which properly
handles both the explicit option and the env var with correct precedence.
0 commit comments