We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468311f commit 4de5326Copy full SHA for 4de5326
packages/worker/src/worker.ts
@@ -1126,7 +1126,7 @@ export class Worker {
1126
const completion = await this.workflowCodecRunner.encodeCompletion(unencodedCompletion);
1127
this.log.trace('Completed activation', workflowLogAttributes(state.info));
1128
1129
- span.setAttribute('close', close).end();
+ span.setAttribute('close', close);
1130
return { state, output: { close, completion, parentSpan } };
1131
} catch (err) {
1132
if (err instanceof errors.UnexpectedError) {
0 commit comments