Summary
Currently, local telemetry is always enabled via the proxy in the SQLite database. This feature request is to provide users with an option to disable local telemetry, allowing them to opt out if they don't need it. Telemetry should remain enabled by default.
Expected Behavior
- Local telemetry remains enabled by default.
- Add a user-facing option to disable local telemetry when using the proxy with the SQLite database.
- Documentation/help text should clarify the default and opt-out option.
Motivation
Some users may may not need local telemetry tracking. Providing this option increases flexibility and perfromance.
Acceptance Criteria
- The option to disable local telemetry can be set through configuration or CLI argument.
- Opting out should persist across sessions, if relevant.
- The default behavior remains unchanged (telemetry enabled) unless explicitly disabled by the user.
- Relevant documentation is updated.
Additional Context
- Ensure that disabling telemetry does not impact other core functionalities.
Summary
Currently, local telemetry is always enabled via the proxy in the SQLite database. This feature request is to provide users with an option to disable local telemetry, allowing them to opt out if they don't need it. Telemetry should remain enabled by default.
Expected Behavior
Motivation
Some users may may not need local telemetry tracking. Providing this option increases flexibility and perfromance.
Acceptance Criteria
Additional Context