Skip to content

Commit

Permalink
fixup! move @opentelemetry/exporter-jaeger to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Aug 22, 2023
1 parent cc1b64b commit fe05e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class TracerProviderWithEnvExporters extends NodeTracerProvider {
return new JaegerExporter();
} catch (e) {
throw new Error(
`Could not instantiate JaegerExporter. This could be due to the JaegerExporter's lack of support for bundling. If possible, use @opentelemetry/exporter-trace-otlp-proto instead. Original Error: ${e}`
`Could not instantiate JaegerExporter. As of 0.43.0, the exporter must be installed manually. If you have installed it, the error could be due to the JaegerExporter's lack of support for bundling. If possible, use @opentelemetry/exporter-trace-otlp-proto instead. Original Error: ${e}`
);
}
}
Expand Down

0 comments on commit fe05e70

Please sign in to comment.