We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a871d5c commit 9a5c140Copy full SHA for 9a5c140
packages/node-integration-tests/suites/express/tracing/test.ts
@@ -68,6 +68,8 @@ test.each([['array1'], ['array5']])(
68
transaction: 'GET /test/array1,/\\/test\\/array[2-9]',
69
transaction_info: {
70
source: 'route',
71
+ changes: [],
72
+ propagations: 0,
73
},
74
contexts: {
75
trace: {
@@ -104,6 +106,8 @@ test.each([
104
106
transaction: 'GET /test/arr/:id,/\\/test\\/arr[0-9]*\\/required(path)?(\\/optionalPath)?\\/(lastParam)?',
105
107
108
109
110
111
112
113
0 commit comments