Skip to content

Commit

Permalink
Merge pull request #3318 from kiva/promote-master-20211011
Browse files Browse the repository at this point in the history
Promote master 20211011
  • Loading branch information
mcstover authored Oct 8, 2021
2 parents b24e7cc + 1399ed3 commit 5336932
Show file tree
Hide file tree
Showing 41 changed files with 248 additions and 196 deletions.
4 changes: 2 additions & 2 deletions config/audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ module.exports = merge(base, {
fbOgNameSpace: 'audit-kiva',
enableFullStory: false,
quantcastId: '',
enableSentry: true,
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@sentry.io/1201287',
enableSentry: false,
sentryURI: '',
algoliaConfig: {
enableAA: true,
group: 'audit',
Expand Down
2 changes: 1 addition & 1 deletion config/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = merge(base, {
enableFullStory: false,
quantcastId: '',
enableSentry: true,
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@sentry.io/1201287',
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@o7540.ingest.sentry.io/1201287',
algoliaConfig: {
enableAA: true,
group: 'dev',
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
enableFullStory: true,
quantcastId: 'p-UvyXGCbGgb8xA',
enableSentry: true,
sentryURI: 'https://3ab8031cd8bf45d48f79e2b77657e16e@sentry.io/1201288',
sentryURI: 'https://3ab8031cd8bf45d48f79e2b77657e16e@o7540.ingest.sentry.io/1201288',
algoliaConfig: {
enableAA: true,
group: 'prod',
Expand Down
2 changes: 1 addition & 1 deletion config/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = merge(base, {
enableFullStory: false,
quantcastId: '',
enableSentry: true,
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@sentry.io/1201287',
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@o7540.ingest.sentry.io/1201287',
algoliaConfig: {
enableAA: false,
group: 'stage',
Expand Down
2 changes: 1 addition & 1 deletion config/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = merge(base, {
enableFullStory: false,
quantcastId: '',
enableSentry: false,
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@sentry.io/1201287',
sentryURI: 'https://7ce141b23c4a4e6091c206d08442f0e9@o7540.ingest.sentry.io/1201287',
algoliaConfig: {
enableAA: false,
group: 'test',
Expand Down
Loading

0 comments on commit 5336932

Please sign in to comment.