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(e2e): Explicitly add Spotlight integration in test app
The automatic Spotlight enablement via VITE_SENTRY_SPOTLIGHT env var
only works with the SDK's dev builds (spotlight code is stripped from
prod builds). For E2E testing, we explicitly add the integration.
This tests that:
1. The VITE_SENTRY_SPOTLIGHT env var is correctly parsed and available
2. The spotlightBrowserIntegration correctly sends events to the sidecar
0 commit comments