SentryPluginExtension

abstract class SentryPluginExtension @Inject() constructor(project: Project)

Properties

autoUpload
Link copied to clipboard
val autoUpload: Property<Boolean>
Whether the plugin should attempt to auto-upload the mapping file to Sentry or not.
ignoredBuildTypes
Link copied to clipboard
val ignoredBuildTypes: ListProperty<String>
List of Android build types that should be ignored by the Sentry plugin.
ignoredFlavors
Link copied to clipboard
val ignoredFlavors: ListProperty<String>
List of Android build flavors that should be ignored by the Sentry plugin.
ignoredVariants
Link copied to clipboard
val ignoredVariants: ListProperty<String>
List of Android build variants that should be ignored by the Sentry plugin.
includeNativeSources
Link copied to clipboard
val includeNativeSources: Property<Boolean>
Includes or not the source code of native code for Sentry.
uploadNativeSymbols
Link copied to clipboard
val uploadNativeSymbols: Property<Boolean>
Disables or enables the automatic configuration of Native Symbols for Sentry.