File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -927,6 +927,9 @@ jobs:
927927 NEXT_PUBLIC_E2E_TEST_DSN : ' https://username@domain/123'
928928 PUBLIC_E2E_TEST_DSN : ' https://username@domain/123'
929929 REACT_APP_E2E_TEST_DSN : ' https://username@domain/123'
930+ VITE_E2E_TEST_DSN : ' https://username@domain/123'
931+ # For Spotlight environment variable tests
932+ VITE_SENTRY_SPOTLIGHT : ' true'
930933 E2E_TEST_SENTRY_ORG_SLUG : ' sentry-javascript-sdks'
931934 E2E_TEST_SENTRY_PROJECT : ' sentry-javascript-e2e-tests'
932935 strategy :
@@ -1056,6 +1059,9 @@ jobs:
10561059 NEXT_PUBLIC_E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
10571060 PUBLIC_E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
10581061 REACT_APP_E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
1062+ VITE_E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
1063+ # For Spotlight environment variable tests
1064+ VITE_SENTRY_SPOTLIGHT : ' true'
10591065 E2E_TEST_SENTRY_ORG_SLUG : ' sentry-javascript-sdks'
10601066 E2E_TEST_SENTRY_PROJECT : ' sentry-javascript-e2e-tests'
10611067 strategy :
You can’t perform that action at this time.
0 commit comments