We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using rollup v2.77.0 as a bundler and I am getting the following warning when I build my project with the apm-rum package v5.12.0:
(!) Circular dependencies node_modules/@elastic/apm-rum-core/dist/es/common/utils.js -> node_modules/@elastic/apm-rum-core/dist/es/common/polyfills.js -> node_modules/@elastic/apm-rum-core/dist/es/common/utils.js node_modules/opentracing/lib/span.js -> node_modules/opentracing/lib/noop.js -> node_modules/opentracing/lib/span.js node_modules/opentracing/lib/tracer.js -> node_modules/opentracing/lib/functions.js -> node_modules/opentracing/lib/reference.js -> node_modules/opentracing/lib/span.js -> node_modules/opentracing/lib/noop.js -> node_modules/opentracing/lib/tracer.js
As far as I can see, it does not affect the usage, but it is not pretty either. Also, it seems that opentracing is having the same problem as well.
The text was updated successfully, but these errors were encountered:
Hi @Delta843,
Thanks for reporting this to us, much appreciated, we will review it 👍
Cheers, Alberto
Sorry, something went wrong.
No branches or pull requests
I am using rollup v2.77.0 as a bundler and I am getting the following warning when I build my project with the apm-rum package v5.12.0:
As far as I can see, it does not affect the usage, but it is not pretty either.
Also, it seems that opentracing is having the same problem as well.
The text was updated successfully, but these errors were encountered: