You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
13
13
14
14
### :bug: (Bug Fix)
15
15
16
+
* fix(sdk-node): fix initialization in bundled environments by not loading @opentelemetry/exporter-jaeger[#3739](https://github.com/open-telemetry/opentelemetry-js/pull/3739)@pichlermarc
`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}`
Copy file name to clipboardExpand all lines: packages/opentelemetry-exporter-jaeger/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
-`@opentelemetry/exporter-trace-otlp-grpc`
10
10
-`@opentelemetry/exporter-trace-otlp-http`
11
11
12
+
**NOTE: Bundling (with e.g. `webpack`, `rollup`, `esbuild`, ...) is not supported by this package. Please use `@opentelemetry/exporter-trace-otlp-proto` instead.**
13
+
12
14
OpenTelemetry Jaeger Trace Exporter allows the user to send collected traces to Jaeger.
13
15
14
16
[Jaeger](https://jaeger.readthedocs.io/en/latest/), inspired by [Dapper](https://research.google.com/pubs/pub36356.html) and [OpenZipkin](http://zipkin.io/), is a distributed tracing system released as open source by [Uber Technologies](http://uber.github.io/). It is used for monitoring and troubleshooting microservices-based distributed systems, including:
0 commit comments