Skip to content

Commit ac5081f

Browse files
committed
Update svelte mini app for e2e
1 parent c9c658e commit ac5081f

File tree

7 files changed

+496
-483
lines changed

7 files changed

+496
-483
lines changed

.devcontainer/.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ VERSION="3.4.5"
66

77
# E2E testing
88
SENTRY_DSN="http://user:[email protected]/project/42"
9-
SENTRY_DSN_JS="http://user:[email protected]/project/43"
9+
# SENTRY_DSN_JS="http://user:[email protected]/project/43"
10+
SENTRY_DSN_JS=""
1011

1112
SENTRY_E2E_RAILS_APP_PORT=4000
1213
SENTRY_E2E_SVELTE_APP_PORT=4001

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
env:
2929
DOCKER_IMAGE: "ghcr.io/getsentry/sentry-ruby-devcontainer-3.4"
30-
DOCKER_TAG: "latest"
30+
DOCKER_TAG: "d54d0ea1ee3e0d49f2b86d2689278447ccbbe0f9"
3131

3232
steps:
3333
- name: Checkout code

0 commit comments

Comments
 (0)