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

@ -96,5 +96,12 @@ module.exports = {
allowList: ['DATA_SOURCE'],
},
},
{
resolve: '@sentry/gatsby',
options: {
dsn: 'https://da0c28c22c9e4ff69d81650cabdec3d9@o1022662.ingest.sentry.io/5989007',
sampleRate: 0.7,
},
},
],
};