Skip to content

Commit 3d13df0

Browse files
Lms24cursoragent
andcommitted
test(v10): Update Connect URL attribute expectations
Keep the exact Connect server span assertion aligned with the URL attributes added by the v10 backport. Refs #22496 Co-Authored-By: GPT-5.6 Sol <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6ae37e8 commit 3d13df0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev-packages/e2e-tests/test-applications/node-connect/tests/transactions.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ test('Sends an API route transaction', async ({ baseURL }) => {
2424
'otel.kind': 'SERVER',
2525
'http.response.status_code': 200,
2626
'http.url': 'http://localhost:3030/test-transaction',
27+
'url.full': 'http://localhost:3030/test-transaction',
28+
'url.path': '/test-transaction',
2729
'http.host': 'localhost:3030',
2830
'net.host.name': 'localhost',
2931
'http.method': 'GET',

0 commit comments

Comments
 (0)