-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Use Sentry CLI to create release during build #2142
Comments
This will be on by default (for Release configuration only), as long as you have the MSBuild configuration properties set to use Sentry CLI. If you are setting release in code, we may end up with different numbers. Add mechanism to opt-out. |
Do together with #2143 |
We are needing the release after build functionality that this will add. |
Thanks. This makes it easier to gauge interest in the feature! |
Well, it kind of ate up a few hours of our time, as we already used the webpack integration where it did this already, and we thought the other integrations where alike in functionality. Took us a bit of diagnosing before realizing they were not same in functionality. |
This would be a very useful feature! Along with the commit uploading. Cheers |
On thing that might be nice to consider: Having our own property to allow overwriting the release we're creating from commandline. |
Split from #2074
Draft PR started: #2113
The text was updated successfully, but these errors were encountered: