Disabling Google Analytics
Starting from 5.0.0 version of the app, we are collecting some analytics information to undersand how features of our app are used. We are not collecting any customer data. We mainly collect, how many times each feature of app is used, how long a function is executing. Using this information, we can better focus our development effort to the most used features, spot performance issues. Here is a few example of analytics event we send to Google Analytis Reports:
Client Id | Function Name | Invocation Time | Count |
|---|---|---|---|
3234-28a1-313-a57a-231231 | saveTeam | 245ms | - |
3234-28a1-313-a57a-231231 | getReports | 414ms | 23 |
You can turn off analytics collection entirely anytime using admin.atlassian.com without losing any app feature.
Navigate to https://admin.atlassian.com
Select your organization
Click on “Apps” from the top navigation bar
Select your site from “Sites” section on the left navigation
Click on “Connected apps” from the left navigation to see a list of all apps installed
Locate the row for “WorklogPRO - Timesheets for Jira” app and click on “View app details” link
Scroll to the bottom of the page and click on “Disable analytics access”.