Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Tracking and Adjust Logging #36

Merged
merged 11 commits into from
Oct 5, 2024
Merged

Reduce Tracking and Adjust Logging #36

merged 11 commits into from
Oct 5, 2024

Conversation

VensGTH
Copy link
Contributor

@VensGTH VensGTH commented Oct 5, 2024

Summary

  • Removed Additional Tracking from the Client: Reduced unnecessary tracking and data collection to enhance user privacy.

  • Tracked Creator Status: Implemented logic to accurately maintain the creator status of users.

  • Disabled Action Logging Based on Creator Status: Adjusted logging functionality to prevent non-creator users from sending logs when using creator tools.

Details

1. Telemetry Reduction:

  • Removed additional tracking during the login process.

2. Creator Status Tracking:

  • Differentiated between "real" creators and others

3. Conditional Action Logging:

  • Implemented conditional logging to ensure that only "real" creators' tool usage is logged.

  • Non-creator users are no longer sending logs when using creator tools.

@dhkatz dhkatz merged commit e62e118 into dhkatz:master Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants