Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Aug 23, 2023
1 parent a0e5f67 commit 4def1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/util/attributeLogRecordProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class AttributeLogProcessor extends BatchLogRecordProcessor {
super(exporter);
this._attributes = attributes;
}
// Override onStart to apply span attributes before exporting
// Override onEmit to apply log record attributes before exporting
onEmit(record: LogRecord) {
record.setAttributes(this._attributes);
super.onEmit(record);
Expand Down

0 comments on commit 4def1ea

Please sign in to comment.