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

telemtry and anonymous data : identifiant? #9

Closed
Grummfy opened this issue May 7, 2016 · 2 comments
Closed

telemtry and anonymous data : identifiant? #9

Grummfy opened this issue May 7, 2016 · 2 comments

Comments

@Grummfy
Copy link
Member

Grummfy commented May 7, 2016

hello,
it could be cool, even for anonyous to have some uniq identifiant if they want.

So instead of the name of the project or a uniqid it could be some key stored locally?

@jubianchi
Copy link
Member

@Grummfy as you can see in the readme, you can manually set the project name using $telemetry->setProjectName('my/project');.

I was thinking of adding another function here to anonimize only the project name:

$telemetry
    ->readProjectNameFromComposerJson(__DIR__ . '/composer.json')
    ->anonimizeProjectName()
;

Here, we would read the full project name from composer.json and only anonymize the last part of the name, keeping the vendor name clear.

@jubianchi
Copy link
Member

closed by #11

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

No branches or pull requests

2 participants