hotfix for terser dependabot failure (#1766)

- upgrade @sentry
- place sentry dsn in github secrets
This commit is contained in:
Vim 2022-07-25 14:18:47 -04:00 committed by GitHub
commit 70cc0e392e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 135 additions and 172 deletions

View file

@ -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,
},
},