We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c7026 commit 8ae8d8dCopy full SHA for 8ae8d8d
dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/request-instrumentation.test.ts
@@ -1,7 +1,7 @@
1
import { expect, test } from '@playwright/test';
2
import { waitForTransaction } from '../event-proxy-server';
3
4
-test('Should send a transaction with a fetch span', async ({ request }) => {
+test('Should send a transaction with a http span', async ({ request }) => {
5
const transactionPromise = waitForTransaction('nextjs-13-app-dir', async transactionEvent => {
6
return transactionEvent?.transaction === 'GET /api/request-instrumentation';
7
});
0 commit comments