Skip to content

Commit 11df2c4

Browse files
committed
fix test
1 parent 6c52130 commit 11df2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue/test/router.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ function getAttributesForRoute(route: Route): SpanAttributes {
423423
const attributes: SpanAttributes = {};
424424

425425
for (const key of Object.keys(params)) {
426+
attributes[`url.path.parameter.${key}`] = params[key];
426427
attributes[`params.${key}`] = params[key];
427428
}
428429
for (const key of Object.keys(query)) {

0 commit comments

Comments
 (0)