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
Is your feature request related to a problem? Please describe.
Currently, the JaegerExporter tries to load .thrift files from the file system when being required, which causes problems when used with bundling tools (see #3521).
Describe the solution you'd like
Add support for using the exporter with tools like webpack, rollup, esbuild.
More specifically JaegerExporter depends on jaeger-client, which loads those files. By not depending on the jaeger-client we'd also fix #3759 as a side-effect of that.
Is your feature request related to a problem? Please describe.
Currently, the
JaegerExporter
tries to load.thrift
files from the file system when beingrequire
d, which causes problems when used with bundling tools (see #3521).Describe the solution you'd like
Add support for using the exporter with tools like
webpack
,rollup
,esbuild
.Additional context
#3739
#3521
The text was updated successfully, but these errors were encountered: