Skip to content

Commit 2b79c61

Browse files
fix/missing status field from span
1 parent 3e685e9 commit 2b79c61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opentelemetry-node/src/exporters/tracing-exporter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class TraceoTracingExporter extends OTLPTraceExporter {
3030
return {
3131
name: span.name,
3232
attributes: span.attributes,
33+
status: span.status,
3334
links: span.links,
3435
events: span.events,
3536
duration: span.duration,

0 commit comments

Comments
 (0)