Closed feinstein closed 1 year ago
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 ignore_missing: true
to the yaml config?
This is probably an error message from sentry-cli
, which we are using/wrapping. Everything in the dart plugin should be configured via the yaml config and not by command line parameters.
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 ignore_missing: true
to your configuration to see if this resolves your issue.
@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.