module "sentry" {
  source = "git@github.com:theorchard/terraform-sentry.git//?ref=5.0.0"

  environment        = var.environment
  platform           = "python-fastapi"
  service_name       = var.service_name
  application_family = var.application_family
  teams              = ["marketing-data-intelligence"]
}
