Sentry Plugin Extension
Functions
Properties
Configure additional directories to be included in the source bundle which is used for source context. The directories should be specified relative to the Gradle module/project's root. For example, if you have a custom source set alongside 'main', the parameter would be 'src/custom/java'.
Whether the plugin should attempt to auto-upload the mapping file to Sentry or not. If disabled the plugin will run a dry-run. Default is enabled.
Whether the plugin should attempt to auto-upload the native debug symbols to Sentry or not. If disabled the plugin will run a dry-run. Default is enabled.
Whether the plugin should attempt to auto-upload the mapping file to Sentry or not. If disabled the plugin will run a dry-run. Default is enabled.
Whether the plugin should attempt to auto-upload the source context to Sentry or not. If disabled the plugin will run a dry-run. Default is enabled.
Turn on support for GuardSquare's tools integration (Dexguard and External Proguard). If enabled, the plugin will try to consume and upload the mapping file produced by Dexguard and External Proguard. Default is disabled.
List of Android build types that should be ignored by the Sentry plugin.
List of Android build flavors that should be ignored by the Sentry plugin.
List of Android build variants that should be ignored by the Sentry plugin.
Disables or enables the reporting of dependencies metadata for Sentry. If enabled the plugin will collect external dependencies and will take care of uploading them to Sentry as part of events. If disabled, all the logic related to dependencies metadata report will be excluded.
Includes or not the source code of native code when uploading native symbols for Sentry. This executes sentry-cli with the --include-sources param. automatically so you don't need to do it manually.
Disables or enables the handling of Proguard mapping for Sentry. If enabled the plugin will generate a UUID and will take care of uploading the mapping to Sentry. If disabled, all the logic related to proguard mapping will be excluded. Default is enabled.
Disables or enables the handling of source context for Sentry. If enabled the plugin will generate a UUID and will take care of uploading the source context to Sentry. If disabled, all the logic related to source context will be excluded. Default is disabled.
The slug of the Sentry project to use for uploading proguard mappings/source contexts.
The DSN (Sentry URL) telemetry data is sent to.
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.