| Type | Name and description |
|---|---|
boolean |
autoProguardConfig |
boolean |
autoUpload |
boolean |
includeNativeSourcesIncludes or not the source code of native code for Sentry. |
java.lang.String |
manifestPath |
boolean |
uploadNativeSymbolsDisables or enables the automatic configuration of Native Symbols for Sentry. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Includes or not 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.
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.