Skip to content

Commit 32199a2

Browse files
authored
Merge pull request #253 from mozilla/default-enable-telemetry
Enable Telemetry in Enterprise builds by default.
2 parents 7980b1e + 41c67ab commit 32199a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/mozconfig.common.enterprise

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ac_add_options --enable-application=browser
22
ac_add_options --enable-enterprise
33

4+
# Enterprise builds use Telemetry for security logging,
5+
# and it goes to the console, so enable it by default.
6+
ac_add_options MOZ_TELEMETRY_REPORTING=1
7+
48
ac_add_options --enable-strip
59

610
### For a debug build uncomment below and comment --enable-strip

0 commit comments

Comments
 (0)