mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 16:04:18 -07:00
hotfix for terser dependabot failure (#1766)
- upgrade @sentry - place sentry dsn in github secrets
This commit is contained in:
parent
a93a5a5928
commit
70cc0e392e
3 changed files with 135 additions and 172 deletions
|
@ -101,7 +101,7 @@ module.exports = {
|
|||
{
|
||||
resolve: '@sentry/gatsby',
|
||||
options: {
|
||||
dsn: 'https://da0c28c22c9e4ff69d81650cabdec3d9@o1022662.ingest.sentry.io/5989007',
|
||||
dsn: process.env.SENTRY_DSN,
|
||||
sampleRate: 0.7,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue