-
Notifications
You must be signed in to change notification settings - Fork 836
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
Browser tracing without Metrics #3016
Comments
The problem here is that @opentelemetry/otlp-transformer depends on @opentelemetry/sdk-metrics-base. We have efforts on this, like #2973. However, with tree-shaking, it is supposed to add no additional bundle size if the metrics part is not used at all. |
I think the problem comes when
without |
This is related to #2855 it seems. We agreed in the last SIG meeting to correctly set |
Removing the bug label since this is not really a bug, but a requested enhancement. |
I am going to close this as it is covered by #2855. Please put your +1 there |
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
1.3.0/0.29.1
Please provide the code you used to setup the OpenTelemetry SDK
What did you expect to see?/What did you see instead?
OTLPTraceExporter ends up pulling sdk-metrics-base into the bundle -- even though I'm not using metrics.
Ends up adding an extra 50KB in my bundle.
The text was updated successfully, but these errors were encountered: