Closed Steffen911 closed 1 month ago
Fixes #10
Adds a new useProducerContextAsConsumerParent that defaults to false. When set to true, the consumer trace uses the context of the producer as its active context, i.e. it keeps the same traceId. In that case, there is no link to the producer span.
useProducerContextAsConsumerParent
@Steffen911 Could you make it so that Prettier is happy? 😅
@unflxw It should be happy now 😄
Issue
Fixes #10
What
Adds a new
useProducerContextAsConsumerParent
that defaults to false. When set to true, the consumer trace uses the context of the producer as its active context, i.e. it keeps the same traceId. In that case, there is no link to the producer span.