Skip to content

Commit

Permalink
fix: upgrade sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Dec 13, 2023
1 parent 4e60e76 commit 2247d42
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 216 deletions.
1 change: 1 addition & 0 deletions config/dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ module.exports = {
photoPath: process.env.PHOTO_PATH || 'https://www-dev-kiva-org.freetls.fastly.net/img/',
publicPath: process.env.PUBLIC_PATH || `https://www.${baseUrl}/`,
sentryURI: process.env.SENTRY_URI || 'https://[email protected]/1201287',
sentryTraceSampleRate: process.env.SENTRY_TRACE_RATE || 0.1,
snowplowUri: process.env.SNOWPLOW_URI || 'events.fivetran.com/snowplow/v5qt54ocr2nm',
transport: 'https',
},
Expand Down
1 change: 1 addition & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
fbOgNameSpace: 'kivadotorg',
enableSentry: true,
sentryURI: 'https://[email protected]/1201288',
sentryTraceSampleRate: 0.1,
algoliaConfig: {
group: 'prod',
appId: 'H4ONVZQ2C6',
Expand Down
Loading

0 comments on commit 2247d42

Please sign in to comment.