Skip to content

Commit fda4f24

Browse files
committed
test(astro): Add E2E test for catch-all routes
1 parent fc17dae commit fda4f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/astro-5/tests/tracing.dynamic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ test.describe('nested SSR routes (client, server, server request)', () => {
233233
expect(serverRequestHTTPClientSpan).toMatchObject({
234234
op: 'http.client',
235235
origin: 'auto.http.otel.node_fetch',
236-
description: 'GET http://localhost:3030/api/user/myUsername123.json', // todo: parametrize (this is just a span though - no transaction)
236+
description: 'GET http://localhost:3030/api/user/myUsername123.json', // http.client does not need to be parametrized
237237
data: {
238238
'sentry.op': 'http.client',
239239
'sentry.origin': 'auto.http.otel.node_fetch',

0 commit comments

Comments
 (0)