Skip to content

Commit 995b04d

Browse files
committed
Add newly introduced flags attribute from OTLP transactions
1 parent d4f247f commit 995b04d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev-packages/e2e-tests/test-applications/node-otel-without-tracing/tests/transactions.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ test('Sends an API route transaction to OTLP', async ({ baseURL }) => {
6565
status: { code: 0 },
6666
links: [],
6767
droppedLinksCount: 0,
68+
flags: expect.any(Number),
6869
},
6970
{
7071
traceId: expect.any(String),
@@ -80,6 +81,7 @@ test('Sends an API route transaction to OTLP', async ({ baseURL }) => {
8081
status: { code: 0 },
8182
links: [],
8283
droppedLinksCount: 0,
84+
flags: expect.any(Number),
8385
},
8486
]);
8587

@@ -116,6 +118,7 @@ test('Sends an API route transaction to OTLP', async ({ baseURL }) => {
116118
status: { code: 0 },
117119
links: [],
118120
droppedLinksCount: 0,
121+
flags: expect.any(Number),
119122
},
120123
]);
121124

@@ -157,6 +160,7 @@ test('Sends an API route transaction to OTLP', async ({ baseURL }) => {
157160
},
158161
links: [],
159162
droppedLinksCount: 0,
163+
flags: expect.any(Number),
160164
},
161165
]);
162166
});

0 commit comments

Comments
 (0)