We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0df0272 + de346d6 commit 3acfee6Copy full SHA for 3acfee6
config/analytics-settings.js
@@ -2,8 +2,7 @@ exports.prodAnalyticsId = null;
2
exports.devAnalyticsId = null;
3
4
exports.prodSegmentId = '8fCbi94o3ruUUGxRRGxWu194t6iVq9LH';
5
-// TODO: TCA-371 set this to null so we're not tracking non-prod
6
-exports.devSegmentId = '8fCbi94o3ruUUGxRRGxWu194t6iVq9LH';
+exports.devSegmentId = null;
7
8
exports.prodTagManagerId = 'GTM-MXXQHG8';
9
exports.devTagManagerId = 'GTM-W7B537Z';
0 commit comments