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 2fb2b9d commit adf1cf8Copy full SHA for adf1cf8
packages/core/test/lib/tracing/trace.test.ts
@@ -1324,7 +1324,7 @@ describe('startInactiveSpan', () => {
1324
origin: 'manual',
1325
},
1326
});
1327
- expect(innerTransaction?.spans).toEqual(undefined);
+ expect(innerTransaction?.spans).toEqual([]);
1328
expect(innerTransaction?.transaction).toEqual('inner transaction');
1329
expect(innerTransaction?.sdkProcessingMetadata).toEqual({
1330
dynamicSamplingContext: {
0 commit comments