Skip to content

Commit be6d26f

Browse files
committed
fix test
1 parent 479db09 commit be6d26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-express/tests/server-transactions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test('Propagates trace when ErrorBoundary is triggered', async ({ page }) => {
101101

102102
test('Sends two linked transactions (server & client) to Sentry', async ({ page }) => {
103103
// We use this to identify the transactions
104-
const testTag = uuid4();
104+
const testTag = crypto.randomUUID();
105105

106106
const httpServerTransactionPromise = waitForTransaction('create-remix-app-express', transactionEvent => {
107107
return transactionEvent.contexts?.trace?.op === 'http.server' && transactionEvent.tags?.['sentry_test'] === testTag;

0 commit comments

Comments
 (0)