Skip to content

Commit

Permalink
correct analytics traffic pointer (#7212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan authored Feb 21, 2020
1 parent 14ffb5f commit 83aa252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/lib/consent-manager-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const isProd = process.env.NODE_ENV === 'production'

const segmentWriteKey = isProd
? 'OdSFDq9PfujQpmkZf03dFpcUlywme4sC'
? 'qW11yxgipKMsKFKQUCpTVgQUYftYsJj0'
: '0EXTgkNx0Ydje2PGXVbRhpKKoe5wtzcE'

// TODO: refactor into web components
Expand Down

0 comments on commit 83aa252

Please sign in to comment.