feat(react-router): Drop low-quality transactions via ignoreSpans
#46366
Annotations
2 errors and 2 notices
|
../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ─────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
11 |
12 | await page.goto('/');
> 13 | await page.waitForTimeout(500);
| ^
14 | await page.getByRole('link', { name: 'Error' }).click();
15 |
16 | const orpcError = await orpcErrorPromise;
at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13:14
|
|
../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ─────────────
Test timeout of 30000ms exceeded.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading