Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dev-packages/e2e-tests/test-applications/astro-6/tests/tracing…
….serverIslands.test.ts

Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
  • Loading branch information
Lms24 and chargome authored Mar 19, 2026
commit 51f5a225943876aad7d849111590252c409ba608
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { expect, test } from '@playwright/test';
import { waitForTransaction } from '@sentry-internal/test-utils';

// Skipping this test FOR NOW because there's a known bug in Astro 6.0.2 that causes
// server-islands to not work correctly with the node adapter:
// https://github.com/withastro/astro/issues/15753
test.describe('tracing in static routes with server islands', () => {
test('only sends client pageload transaction and server island endpoint transaction', async ({ page }) => {
const clientPageloadTxnPromise = waitForTransaction('astro-6', txnEvent => {
Expand Down
Loading