We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9eb59 commit 28e0d1aCopy full SHA for 28e0d1a
src/payment/index.js
@@ -16,6 +16,8 @@ async function chargeServiceHandler(call, callback) {
16
if (!span)
17
{
18
span = tracer.startSpan('chargeServiceHandler');
19
+ // Mark this new span as active
20
+ tracer.setSpan(tracer.context.active(), span)
21
startedSpan = true;
22
}
23
0 commit comments