Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class SentryPlugin @Inject constructor(buildEvents: BuildEventListenerRegistryInternal) : Plugin<Project>

Functions

Link copied to clipboard
fun Project.cliExecutableProvider(): Provider<String>
Link copied to clipboard
fun AndroidComponentsExtension<*, *, *>.configure(project: Project, extension: SentryPluginExtension, buildEvents: BuildEventListenerRegistryInternal, cliExecutable: Provider<String>, sentryOrg: String?, sentryProject: String?)
fun AppExtension.configure(project: Project, extension: SentryPluginExtension, cliExecutable: Provider<String>, sentryOrg: String?, sentryProject: String?, buildEvents: BuildEventListenerRegistryInternal)