Skip to content

Commit

Permalink
Merge pull request #1231 from newrelic/segment-key
Browse files Browse the repository at this point in the history
chore: updated segment write key
  • Loading branch information
John P Vajda authored Apr 7, 2021
2 parents 0a078d0 + b50f586 commit 8e5cf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
component: require.resolve('./src/layouts'),
mobileBreakpoint: '760px',
},
prism: {
prism: {
languages: ['yaml', 'sass', 'scss', 'java'],
},
splitio: {
Expand Down Expand Up @@ -98,7 +98,7 @@ module.exports = {
tessen: {
product: 'DEV',
subproduct: 'TDEV',
segmentWriteKey: 'AEfP8c1VSuFxhMdk3jYFQrYQV9sHbUXx',
segmentWriteKey: 'Ako0hclX8WGHwl9rm4n5uxLtT4wgEtuU',
trackPageViews: true,
pageView: {
name: 'pageView',
Expand Down

0 comments on commit 8e5cf6e

Please sign in to comment.