mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 15:41:38 -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
|
@ -96,5 +96,12 @@ module.exports = {
|
|||
allowList: ['DATA_SOURCE'],
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: '@sentry/gatsby',
|
||||
options: {
|
||||
dsn: 'https://da0c28c22c9e4ff69d81650cabdec3d9@o1022662.ingest.sentry.io/5989007',
|
||||
sampleRate: 0.7,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue