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 valueInjectionLoader for Spotlight config instead of DefinePlugin
DefinePlugin only performs static text replacement and doesn't work with
the SDK's dynamic property access (process.env[key]). Instead, use the
existing valueInjectionLoader to inject Spotlight config into globalThis,
which the browser SDK already checks as a fallback.
0 commit comments