Commit b2716ec
committed
fix(ci): Remove global Spotlight env vars from E2E tests
Spotlight env vars (VITE_SENTRY_SPOTLIGHT, NEXT_PUBLIC_SENTRY_SPOTLIGHT)
should only be set for tests that specifically test Spotlight functionality.
Setting them globally was causing other tests to potentially behave
differently (e.g., adding Spotlight integration, making extra network
requests).
The nextjs-15-spotlight test already has NEXT_PUBLIC_SENTRY_SPOTLIGHT
set in its next.config.js, so it will continue to work.1 parent b9d3337 commit b2716ec
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
932 | | - | |
933 | | - | |
| 931 | + | |
| 932 | + | |
934 | 933 | | |
935 | 934 | | |
936 | 935 | | |
| |||
1065 | 1064 | | |
1066 | 1065 | | |
1067 | 1066 | | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
| 1067 | + | |
| 1068 | + | |
1071 | 1069 | | |
1072 | 1070 | | |
1073 | 1071 | | |
| |||
0 commit comments