
variable "sentry_base_url" {
  type        = string
  description = "This is the target Sentry base API endpoint. The default value is https://app.getsentry.com/api/. The value must be provided when working with Sentry On-Premise. The value can be sourced from the SENTRY_BASE_URL environment variabl"
  default     = "https://sentry.delphiplatform.io/api/"
}
