mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-20 06:53:51 -07:00
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:
parent
72d80a5803
commit
e2f68dc46f
4 changed files with 149 additions and 1 deletions
2
.github/workflows/deploy_main.yml
vendored
2
.github/workflows/deploy_main.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue