Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.45 KB

Analytics.md

File metadata and controls

46 lines (32 loc) · 2.45 KB

Allure Report's Anonymous usage statistics

Allure report has begun gathering anonymous aggregate user behaviour analytics and reporting these to Google Analytics.

Why?

Allure report is provided free of charge and we don't have direct communication with its users nor time resources to ask directly for their feedback. As result, we now use anonymous aggregate user analytics to help us understand how Allure Report is being used.

What?

Allure's analytics record some shared information for every event:

With the recorded information, it is not possible for us to match any particular real user with the anonymized user ID.

When/Where?

Allure's analytics are sent throughout Allure report's plugins to Google Analytics over HTTPS.

How?

The code is viewable in GaPlugin.java

Opting out

Allure analytics helps us maintainers and leaving it on is appreciated. However, if you want to opt out of Allure's analytics, you can set this variable in your environment:

export ALLURE_NO_ANALYTICS=1