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 688a92d commit fbf25c5Copy full SHA for fbf25c5
plugins/node/opentelemetry-instrumentation-winston/src/instrumentation.ts
@@ -221,8 +221,7 @@ export class WinstonInstrumentation extends InstrumentationBase {
221
args[0].transports = newTransports;
222
} catch (err) {
223
instrumentation._diag.warn(
224
- 'OpenTelemetry Winston transport is not available, log records will not be automatically sent.',
225
- err
+ '@opentelemetry/winston-transport is not available, log records will not be automatically sent.'
226
);
227
}
228
0 commit comments