-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add a flag to override release artifacts #3355
Comments
This is very necessary! |
+1 |
We need this to update source maps for a react-native app. |
@mgiachetti can you clarify this a bit? |
@mitsuhiko The current api doesn't support update an artifact just create and if the file already exists it fails. this is how we are using the endpoint:
We could create a new release for each time a pull request change, but this will be unmanageable, for the amount of new releases. also the issues would not be grouped under the same release. |
@mgiachetti did you see the sentry-cli binary? It deals with all of this automatically and also supports sourcemap rewriting which is necessary for latest react-native versions from what i can tell (though that part is not documented yet. But we're trying to work on that atm). |
@mitsuhiko nice cli! |
+1 |
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 label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Add a way to make the release file upload idempotent by replacing whatever is already there if needed.
The text was updated successfully, but these errors were encountered: