Improve usage analytics configuration UX (#1585)

- Add sidebar link to correct config section.
- Update example identifier to match actual generated identifiers
This commit is contained in:
Zach Wasserman 2021-08-09 09:51:09 -07:00 committed by GitHub
parent 8e6f04d7c5
commit 08c51af248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -223,7 +223,7 @@ class AppConfigForm extends Component {
}
const json = {
anonymous_identifier: 1,
anonymous_identifier: "wmTH972f06USpahr41LHpgLKAhgZL",
fleet_version: "x.x.x",
hosts_enrolled_count: 12345,
};
@ -519,7 +519,7 @@ class AppConfigForm extends Component {
<a id="usage-stats">Usage statistics</a>
</h2>
<p className={`${baseClass}__section-description`}>
Help us improve Fleet by sending us anonymous usage statistics.
Help improve Fleet by sending anonymous usage statistics.
<br />
<br />
This information helps our team better understand feature adoption

View file

@ -81,6 +81,9 @@ class AppSettingsPage extends Component {
<li>
<a href="#agent-options">Global agent options</a>
</li>
<li>
<a href="#usage-stats">Usage statistics</a>
</li>
<li>
<a href="#advanced-options">Advanced options</a>
</li>