Reid Levesque
Results
2
issues of
Reid Levesque
I have created the following `sentry_metric_alert`: ```hcl resource "sentry_metric_alert" "failure_rate" { organization = var.organization_slug project = var.project_slug name = "Failure Rate is over 10% for the last hour in dev"...
**Describe the PR** When you authorize in Swagger UI using the `@securitydefinitions.oauth2.accessCode` it redirects to oauth2-redirect.html. Before this PR that page results in a 404. After the PR, the page...