File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Test/SequentialIntegration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ public enum TracingLinkType
9
9
public class RabbitMQTracingOptions
10
10
{
11
11
public bool UseRoutingKeyAsOperationName { get ; set ; } = true ;
12
- public TracingLinkType LinkType { get ; set ; } = TracingLinkType . AlwaysLink ;
12
+ public TracingLinkType LinkType { get ; set ; } = TracingLinkType . AlwaysParentChildAndLink ;
13
13
}
14
14
}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public void TestDefaultTracingOptions()
91
91
92
92
Assert . True ( RabbitMQActivitySource . UseRoutingKeyAsOperationName ) ;
93
93
Assert . True ( RabbitMQActivitySource . TracingOptions . UseRoutingKeyAsOperationName ) ;
94
- Assert . Equal ( TracingLinkType . AlwaysLink , RabbitMQActivitySource . TracingOptions . LinkType ) ;
94
+ Assert . Equal ( TracingLinkType . AlwaysParentChildAndLink , RabbitMQActivitySource . TracingOptions . LinkType ) ;
95
95
}
96
96
97
97
[ Theory ]
You can’t perform that action at this time.
0 commit comments