Skip to content

Commit

Permalink
Merge pull request #105 from Infomaniak/removeUploadNativeSymbols
Browse files Browse the repository at this point in the history
Remove uploadNativeSymbols
  • Loading branch information
tevincent authored Oct 17, 2024
2 parents 6316d0e + 11e605c commit c46e47c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ sentry {
// If you disable this, you'll need to manually upload the mapping files with sentry-cli when you do a release.
// Default is enabled.
autoUploadProguardMapping = true

// Disables or enables the automatic configuration of Native Symbols for Sentry.
// This executes sentry-cli automatically so you don't need to do it manually.
// Default is disabled.
uploadNativeSymbols = true


// Does or doesn't include the source code of native code for Sentry.
// This executes sentry-cli with the --include-sources param. automatically so you don't need to do it manually.
// Default is disabled.
Expand Down

0 comments on commit c46e47c

Please sign in to comment.