-
-
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
Bundle sentry-cli
in Sentry
NuGet package
#2074
Comments
To make it easier to get the org/proj/auth information to get CLI going, we can use the |
Hey @bruno-garcia, I was seeing some weird Sentry related errors during my build and I was a bit surprised to see that all this was added to the main Sentry package. The errors I'm seeing are:
Please note that I didn't opt-in to upload any info at all as I would need security team to approve it. It's a geat feature but I feel like it should be added to another package like EDIT : I just saw #2216, I'll update to newest version it should fix my issue |
Sentry CLI offers many features.
The main features we use during build phase of projects are:
While many dev ecosystems are used to pull a binary and run via the CLI. In others, build system automation abstracts these. We integrate with many, such as Gradle, Fastlane and Webpack.
In the current integrations we have a mock server that simulates Sentry and validates things. This helps us integration test things such as symbol upload.
Goals
sentry-cli
in the finalSentry
NuGet package - Use Sentry CLI after build to upload symbols #2107GitHub workflow to automatically open PR with updates for Sentry CLIUpload Release info to SentrySENTRY_ALLOW_FAILURE
env var<SentryUploadSymbols>true</SentryUploadSymbols>
in app csproj)Opt-in to upload commit infoRelates to:
enable-suspect-commits
team-mobile#33The text was updated successfully, but these errors were encountered: