Merge pull request #2130 from zed-industries/inform-user-that-telemetry-can-be-disabled

Inform user that telemetry can be disabled
This commit is contained in:
Joseph T. Lyons 2023-02-07 21:15:16 -05:00 committed by GitHub
commit 582f5d0114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -615,7 +615,7 @@ fn open_telemetry_log_file(
0..0, 0..0,
concat!( concat!(
"// Zed collects anonymous usage data to help us understand how people are using the app.\n", "// Zed collects anonymous usage data to help us understand how people are using the app.\n",
"// After the beta release, we'll provide the ability to opt out of this telemetry.\n", "// Telemetry can be disabled via the `settings.json` file.\n",
"// Here is the data that has been reported for the current session:\n", "// Here is the data that has been reported for the current session:\n",
"\n" "\n"
), ),