@@ -1576,11 +1576,8 @@ describe('continueTrace', () => {
1576
1576
) ;
1577
1577
1578
1578
expect ( scope . getPropagationContext ( ) ) . toEqual ( {
1579
- dsc : { } , // DSC should be an empty object (frozen), because there was an incoming trace
1580
- sampled : false ,
1581
- parentSpanId : '1121201211212012' ,
1582
1579
spanId : expect . any ( String ) ,
1583
- traceId : '12312012123120121231201212312012' ,
1580
+ traceId : expect . any ( String ) ,
1584
1581
} ) ;
1585
1582
1586
1583
expect ( scope . getScopeData ( ) . sdkProcessingMetadata ) . toEqual ( { } ) ;
@@ -1609,14 +1606,8 @@ describe('continueTrace', () => {
1609
1606
) ;
1610
1607
1611
1608
expect ( scope . getPropagationContext ( ) ) . toEqual ( {
1612
- dsc : {
1613
- environment : 'production' ,
1614
- version : '1.0' ,
1615
- } ,
1616
- sampled : true ,
1617
- parentSpanId : '1121201211212012' ,
1618
1609
spanId : expect . any ( String ) ,
1619
- traceId : '12312012123120121231201212312012' ,
1610
+ traceId : expect . any ( String ) ,
1620
1611
} ) ;
1621
1612
1622
1613
expect ( scope . getScopeData ( ) . sdkProcessingMetadata ) . toEqual ( { } ) ;
@@ -1645,16 +1636,9 @@ describe('continueTrace', () => {
1645
1636
) ;
1646
1637
1647
1638
expect ( scope . getPropagationContext ( ) ) . toEqual ( {
1648
- dsc : {
1649
- environment : 'production' ,
1650
- version : '1.0' ,
1651
- } ,
1652
- sampled : true ,
1653
- parentSpanId : '1121201211212012' ,
1654
1639
spanId : expect . any ( String ) ,
1655
- traceId : '12312012123120121231201212312012' ,
1640
+ traceId : expect . any ( String ) ,
1656
1641
} ) ;
1657
-
1658
1642
expect ( scope . getScopeData ( ) . sdkProcessingMetadata ) . toEqual ( { } ) ;
1659
1643
} ) ;
1660
1644
0 commit comments