Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Jun 26, 2024
1 parent 4e27b34 commit 5305e0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ export class WinstonInstrumentation extends InstrumentationBase {
args[0].transports = newTransports;
} catch (err) {
instrumentation._diag.warn(
'@opentelemetry/winston-transport is not available, log records will not be automatically sent.');
'@opentelemetry/winston-transport is not available, log records will not be automatically sent.'
);
}
}
}
Expand Down

0 comments on commit 5305e0b

Please sign in to comment.