Skip to content

Commit

Permalink
FileSpanExporter.ts fix,
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Orlovsky committed Oct 4, 2024
1 parent f607b8b commit d433a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exporters/FileSpanExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class FileSpanExporter extends FileExporter<ReadableSpan> {
status: span.status,
events: span.events,
resource: {
attributes: span.resource.attributes
}
attributes: span.resource.attributes,
},
};
}
}

0 comments on commit d433a7c

Please sign in to comment.