Skip to content

Commit

Permalink
[Common] Set Sentry URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ajou4095 committed Jan 14, 2024
1 parent 3646ac4 commit 4b7f189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b7f189

Please sign in to comment.