diff --git a/packages/nextjs/test/integration/test/client/tracingFetch.test.ts b/packages/nextjs/test/integration/test/client/tracingFetch.test.ts index 7c3256c5e6a7..18bc60b6b054 100644 --- a/packages/nextjs/test/integration/test/client/tracingFetch.test.ts +++ b/packages/nextjs/test/integration/test/client/tracingFetch.test.ts @@ -40,6 +40,7 @@ test('should correctly instrument `fetch` for performance tracing', async ({ pag timestamp: expect.any(Number), trace_id: expect.any(String), status: expect.any(String), + 'http.response_content_length': expect.any(String), }), ]), );