Skip to content

Commit de346d6

Browse files
TCA-314 #comment This commit removes heap from non-prod environments #time5m
1 parent 624a624 commit de346d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/analytics-settings.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ exports.prodAnalyticsId = null;
22
exports.devAnalyticsId = null;
33

44
exports.prodSegmentId = '8fCbi94o3ruUUGxRRGxWu194t6iVq9LH';
5-
// TODO: TCA-371 set this to null so we're not tracking non-prod
6-
exports.devSegmentId = '8fCbi94o3ruUUGxRRGxWu194t6iVq9LH';
5+
exports.devSegmentId = null;
76

87
exports.prodTagManagerId = 'GTM-MXXQHG8';
98
exports.devTagManagerId = 'GTM-W7B537Z';

0 commit comments

Comments
 (0)