-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
--ignore-missing
doesn't work
#153
Comments
Hi! thank you for the issue, I'll be looking into it |
Just a little bit more info, I develop new features into a branch and then I squash and merge this branch into the development branch. So I think I uploaded the debug symbols in a feature branch (the feature was to add sentry and test sentry debug symbols upload), and later when I merge/squased this branch I can't upload the symbols without seeing an error. |
Any update? This is effecting our application's CI/CD pipeline for production. |
happening to my projects too. |
We are looking into this now, thank you for reporting this. |
@feinstein Just a question, does it work as expected when you add Line 59 in 0f87661
|
This is probably an error message from |
It does work when I add it to the yaml file. This limitation would be useful to be added into the docs. |
@feinstein Yes, It's not ideal that the error references a solution that does not work for the plugin, but rather for the underlying component we are using. Only adds confusion. @mattsolle @brightknight08 Please also check if adding |
@feinstein We have updated our troubleshooting section. |
Great, thanks a lot! |
I got an error at the end of the upload saying:
So then I added the
--ignore-missing
flag and rundart run sentry_dart_plugin --ignore-missing
, but then I continue to get the same error.The commit was squashed.
The text was updated successfully, but these errors were encountered: