-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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-dependancy in latest build (7.101.1) #10726
Comments
Hi, thanks for writing in. We are aware of this but don't consider it harmful right now. Everything should work as expected. We will eventually fix this in the near future. Please ignore the warnings for now. |
Thank you for replying. I will ignore the warning, Thnx! |
Might be a bigger blocker than we think. #10698 is unable to be merged because the bundler plugins rely on old span API. When I try to upgrade the SDK in the bundler plugins (so that we can vendor it in as per getsentry/sentry-javascript-bundler-plugins#459) I can't build because of the circular dependency. |
@AbhiPrasad that is a different kind of circular dependency than outlined in this issue. In your case it's an issue with our monorepo setup where we are using the local SDK in the repo for the E2E tests. Ideally we just remove the dependency from the bundler plugins. |
yeah when I tried to do this rollup wouldn't build for the bundler plugins
|
@AbhiPrasad It is just a warning we can ignore in the bundler plugin repo. I configured rollup there to throw on warnings because usually we would like to avoid all warnings. We can turn that off for the time being. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
7.101.1
Framework Version
No response
Link to Sentry event
No response
SDK Setup
Using the circular-dependency-plugin (https://www.npmjs.com/package/circular-dependency-plugin)
I get warnings on circular dependacies in my webpack build:
This is my setup:
Steps to Reproduce
Run the circular-dependancy tool with webpaclk, check the output.
This is the js code i use in my
webpack.config.js
:Expected Result
No circular-dependancies detected
Actual Result
The text was updated successfully, but these errors were encountered: