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

Circular dependencies warning when using rollup #1332

Open
Delta843 opened this issue Jan 24, 2023 · 1 comment
Open

Circular dependencies warning when using rollup #1332

Delta843 opened this issue Jan 24, 2023 · 1 comment
Labels

Comments

@Delta843
Copy link

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.

@devcorpio
Copy link
Contributor

Hi @Delta843,

Thanks for reporting this to us, much appreciated, we will review it 👍

Cheers,
Alberto

@devcorpio devcorpio added the dev label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants