Skip to content

Commit d2d14d4

Browse files
nicohrubecclaude
andcommitted
fix(e2e): Pin astro version in astro-6 test app
Astro 6.3.0 removed `getAdapterLogger()` from `BaseApp`, breaking compatibility with `@astrojs/node@10.0.6` which still calls it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 339086b commit d2d14d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/astro-6

dev-packages/e2e-tests/test-applications/astro-6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@playwright/test": "~1.56.0",
1717
"@sentry-internal/test-utils": "link:../../../test-utils",
1818
"@sentry/astro": "file:../../packed/sentry-astro-packed.tgz",
19-
"astro": "^6.0.6"
19+
"astro": "6.0.6"
2020
},
2121
"volta": {
2222
"node": "22.22.0",

0 commit comments

Comments
 (0)