Add sentry monitoring for all runtime errors (#767)

* Add sentry monitoring for all runtime errors

* Modify CDN ID to older CDN

- waiting for access from Zivaro
This commit is contained in:
Vim 2021-10-04 13:19:08 -04:00 committed by GitHub
commit e2f68dc46f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 149 additions and 1 deletions

View file

@ -79,7 +79,7 @@ jobs:
- name: Invalidate cache on AWS CDNs
uses: chetan/invalidate-cloudfront-action@master
env:
DISTRIBUTION: "E27WCOZZ03KIBX" # TODO: set this as ENV var above
DISTRIBUTION: "ED03LPVC4OXSW" # TODO: update to new CDN after access is provided
PATHS: "/*"
AWS_REGION: "us-east-1"
AWS_ACCESS_KEY_ID: ${{ secrets.CLIENT_DEV_AWS_ACCESS_KEY_ID }}