diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 07aee0d..cc7f2f9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,6 +72,10 @@ sentry { // variable and read it into this property. authToken = getLocalProperty("SENTRY_AUTH_TOKEN") + // The url of your Sentry instance. If you're using SAAS (not self hosting) you do not have to + // set this. If you are self hosting you can set your URL here + url = "https://sentry.io" + // 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