Skip to content

Commit ae203d8

Browse files
committed
fix: update telemetry default setting from opt-out to opt-in model
1 parent 4e8bfc4 commit ae203d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/golf/core/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def is_telemetry_enabled() -> bool:
8282
2. GOLF_TEST_MODE environment variable (always disabled in test mode)
8383
3. GOLF_TELEMETRY environment variable
8484
4. Persistent preference file
85-
5. Default to True (opt-out model)
85+
5. Default to False (opt-in model)
8686
"""
8787
global _telemetry_enabled
8888

0 commit comments

Comments
 (0)