Usage Metrics - Southclaws/sampctl GitHub Wiki
sampctl routinely collects anonymous usage metrics to help direct development focus. The information collected does not include:
- Scripts
- File names
- Username
- Computer information
build
namesruntime
names
Information does include:
- The name of the command used
- Some flags (not including those that contain information, such as
--buildFile
) - A unique identifier
You can see all the changes that the analytics update introduced here: https://github.com/Southclaws/sampctl/compare/361ad48...97eab72
You may opt out of metrics tracking by setting metrics
to false
in ~/.samp/config.json
.