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 9c94642 commit a871d5cCopy full SHA for a871d5c
packages/node-integration-tests/suites/express/tracing/test.ts
@@ -68,8 +68,6 @@ 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: {
@@ -106,8 +104,6 @@ test.each([
106
104
transaction: 'GET /test/arr/:id,/\\/test\\/arr[0-9]*\\/required(path)?(\\/optionalPath)?\\/(lastParam)?',
107
105
108
109
110
111
112
113
0 commit comments