Merge pull request #3532 from SDA-SE/feat/sentry

Refactor the Sentry plugin to use the proxy backend instead of a custom backend
This commit is contained in:
Patrik Oldsberg
2020-12-08 16:24:51 +01:00
committed by GitHub
37 changed files with 407 additions and 483 deletions
+7
View File
@@ -58,6 +58,13 @@ proxy:
Authorization:
$env: BUILDKITE_TOKEN
'/sentry/api':
target: https://sentry.io/api/
allowedMethods: ['GET']
headers:
Authorization:
$env: SENTRY_TOKEN
organization:
name: My Company