Skip to content

Commit 152c9bf

Browse files
committed
one more debug
1 parent 34eb4a0 commit 152c9bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/route-handlers.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ test('Should create a transaction for route handlers', async ({ request }) => {
1616

1717
const routehandlerTransaction = await routehandlerTransactionPromise;
1818

19+
console.log('THIS IS IT', JSON.stringify(routehandlerTransaction, null, 2));
20+
1921
expect(routehandlerTransaction.contexts?.trace?.status).toBe('ok');
2022
expect(routehandlerTransaction.contexts?.trace?.op).toBe('http.server');
2123
expect(routehandlerTransaction.request).toBeDefined();

0 commit comments

Comments
 (0)