Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter-jaeger] add support for using the JaegerExporter with bundling tools #3752

Open
pichlermarc opened this issue Apr 24, 2023 · 2 comments

Comments

@pichlermarc
Copy link
Member

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.

Additional context

#3739
#3521

@pichlermarc
Copy link
Member Author

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.

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant