register

fun register(project: Project, variant: SentryVariant, bundleSourcesTask: TaskProvider<BundleSourcesTask>, debug: Property<Boolean>, cliExecutable: String, autoUploadSourceContext: Property<Boolean>, sentryOrg: Provider<String>, sentryProject: Provider<String>, sentryAuthToken: Property<String>, includeSourceContext: Property<Boolean>, taskSuffix: String = ""): TaskProvider<UploadSourceBundleTask>