pipe(
gen(function* () {
yield* logInfo(`Executing operation ${op.name}`);
// ...
}),
annotate(Annotations.EXECUTOR_ID, executedBy.id),
withSpan(Spans.ADAPTER_WEB_CONTEXT),
)
pipe(
gen(function* () {
yield* logInfo(`Executing operation ${op.name}`);
// ...
}),
annotate(Annotations.EXECUTOR_ID, executedBy.id),
withSpan(Spans.ADAPTER_WEB_CONTEXT),
)