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 1da522d commit 1caefb7Copy full SHA for 1caefb7
dev-packages/e2e-tests/test-applications/nextjs-turbo/tests/app-router/route-handlers.test.ts
@@ -45,7 +45,7 @@ test('Should create a transaction for route handlers and correctly set span stat
45
expect(routehandlerTransaction.contexts?.trace?.op).toBe('http.server');
46
});
47
48
-test.only('Should record exceptions and transactions for faulty route handlers', async ({ request }) => {
+test('Should record exceptions and transactions for faulty route handlers', async ({ request }) => {
49
const errorEventPromise = waitForError('nextjs-turbo', errorEvent => {
50
return errorEvent?.exception?.values?.[0]?.value === 'Dynamic route handler error';
51
0 commit comments