Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 66b6381

Browse files
authored
πŸ“ Clarify how telemetry flags work (#194)
1 parent 141b532 commit 66b6381

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

β€Žconfigs/common/mozconfigβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ export MOZ_INCLUDE_SOURCE_INFO=1
1818
export MOZ_REQUIRE_SIGNING=
1919
export MOZ_SOURCE_REPO=https://github.com/pulse-browser/browser
2020
export MOZ_SOURCE_CHANGESET=${changeset}
21+
22+
# Enable these to enable mozilla telemetry and tracking. By default, mozilla will not build telemetry code.
23+
# MOZ_TELEMETRY_REPORTING=1
24+
# MOZ_DATA_REPORTING=1
25+

β€Žconfigs/linux/mozconfigβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@
88
# ac_add_options --disable-debug
99
# ac_add_options --enable-updater
1010

11-
# Enable these to enable mozilla telemetry and tracking
12-
# mk_add_options MOZ_TELEMETRY_REPORTING=
13-
# mk_add_options MOZ_DATA_REPORTING=

β€Žconfigs/macos/mozconfigβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@
99
# ac_add_options --enable-updater
1010
# mk_add_options MOZ_MAKE_FLAGS="-j4"
1111

12-
# Enable these to enable mozilla telemetry and tracking
13-
# mk_add_options MOZ_TELEMETRY_REPORTING=
14-
# mk_add_options MOZ_DATA_REPORTING=
15-
1612
# ac_add_options --with-wasi-sysroot=/Users/school/Downloads/wasi-sdk-14.0/share/wasi-sysroot
1713
ac_add_options --without-wasm-sandboxed-libraries

β€Žconfigs/windows/mozconfigβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
# ac_add_options --enable-rust-simd
44
# ac_add_options --enable-crashreporter
55

6-
# Enable these to enable mozilla telemetry and tracking
7-
# mk_add_options MOZ_TELEMETRY_REPORTING=
8-
# mk_add_options MOZ_DATA_REPORTING=
9-
10-
# Provide the mozilla stub installer. This is basicly an IE8 window that
116
# installs pulse in the background
127
# TODO: rebrand this to look more like pulse
138
export MOZ_STUB_INSTALLER=1

0 commit comments

Comments
Β (0)