Skip to content

Commit 3acfee6

Browse files
Merge pull request #52 from topcoder-platform/TCA-314_heap
TCA-314 Removes heap from non-prod -> dev
2 parents 0df0272 + de346d6 commit 3acfee6

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)