2/20/2021

How we do (not) collect data

2 min read

It’s been a while since we started to develop our open-source tool for measuring Developer ExperienceDX Scanner. To make our product more trustworthy, we decided to tell you how we do (not) collect data and what we do with your code, so you don’t need to check it on your own (but sure you can!). We added links to our code so the checks are easier for you.

How the DX Scanner scans the code

There are two ways to scan your code.

Locally

You can run DX Scanner with dx-scanner run [your local path] from the terminal which makes the code run on your computer. If it’s public we don’t need any credentials. If it’s private, we will ask you for credentials. The reason is, we use VCS API (e.g. GitHub API) for getting some information about your pull requests, issues and other collaboration information to measure your teamwork (e.g. if you do pull requests, write conventional commit messages etc.)

Remotely

You can also run the DX Scanner just with the URL of your project with command dx-scanner run [remote url]. If it’s public, we don’t need any credentials. We will just clone the repository in temporary folder and scan it as we do it with a local repository. If it’s private, we need your credentials so we can clone the repository in the temporary folder (which is on your device) and then ask the API for pull requests, commits etc.

We don’t send data anywhere except the DX Scanner Dashboard if you’re registered there and provide a DXS API token in the DX Scanner. You will be the only one who can see the data in your Dashboard (or your invited coworkers).

What data do we collect (if you provide us with DXS access token)

We don’t send any parts of your code anywhere and since the scanning happens on your computer, we can’t really access it in any way. Only data we ever send (to your dashboard) are shown below.

Time to scan your repository!

Now you know that it is totally safe to scan your repository and measure developer experience with our DX Scanner.

Try open-source to look at some suggestions for better programming life here.

Collect data from DX Scanner and see them in your very own dashboard. Analyze outcomes and your work and teamwork over time here.

Thanks

Thank you for your interest in DX Scanner! If you have any questions you can contact us on GitHub or our Slack!

62834e8700792f2a2520583a_1_4416tlPnYgBuV5cEPQ7cYg.png

Author