Skip to content

Commit 7ec680f

Browse files
author
Luca Forstner
committed
Fix bug in dropUndefinedKeys that kept references to original data
1 parent febd6cd commit 7ec680f

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/public-api/startTransaction/circular_data

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/public-api/startTransaction/circular_data/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sentryTest('should be able to handle circular data', async ({ getLocalTestPath,
1313

1414
expect(eventData.contexts).toMatchObject({
1515
trace: {
16-
data: { lays: { contains: { lays: { contains: '[Circular ~]' } } } },
16+
data: { lays: { contains: '[Circular ~]' } },
1717
},
1818
});
1919

0 commit comments

Comments
 (0)