We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We got integration test for sentry-cli upload commands here: #2191
We'll need to change:
https://github.com/getsentry/github-workflows/blob/fe18d6efa7d9802333d50e8e4567afbdc99844cc/sentry-cli/integration-test/action.psm1#L14
To include the proguard mapping command
Then change the test file:
sentry-dotnet/test/sentry-cli-integration.Tests.ps1
Lines 89 to 101 in f7edf0e
To include the Sample Android app, which is configured to upload.
This should avoid regressions.
The text was updated successfully, but these errors were encountered:
Also, from what I can tell the proguard mapping is broken at the moment:
sentry-proguard.cfg
'$(SentryCLI)' != ''
Sorry, something went wrong.
Support to upload mapping added here:
Before that we added some built-in rules that must be available at build time:
Sentry.Bindings.Android
An attempt to fix this:
Giorgi
Successfully merging a pull request may close this issue.
We got integration test for sentry-cli upload commands here: #2191
We'll need to change:
https://github.com/getsentry/github-workflows/blob/fe18d6efa7d9802333d50e8e4567afbdc99844cc/sentry-cli/integration-test/action.psm1#L14
To include the proguard mapping command
Then change the test file:
sentry-dotnet/test/sentry-cli-integration.Tests.ps1
Lines 89 to 101 in f7edf0e
To include the Sample Android app, which is configured to upload.
This should avoid regressions.
The text was updated successfully, but these errors were encountered: