Add Sentry (#127)

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit was merged in pull request #127.
This commit is contained in:
2020-08-18 18:32:29 +01:00
committed by GitHub
parent a4ae987f94
commit 02c397bca2
5 changed files with 1821 additions and 27 deletions

View File

@@ -2,6 +2,7 @@
"require": {
"ramsey/uuid": "^4.0",
"vlucas/phpdotenv": "^5.0",
"jumbojett/openid-connect-php": "^0.9.0"
"jumbojett/openid-connect-php": "^0.9.0",
"sentry/sdk": "^2.1"
}
}