mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.8 KiB
45 lines
1.8 KiB
3 years ago
|
---
|
||
|
title: 'Usage Information'
|
||
|
description: 'Non-sensitive and anonymous usage information'
|
||
|
---
|
||
|
|
||
3 years ago
|
NocoDB is a fast growing open source project which is UI heavy and we are committed to providing a solution that exceeds the expectations of the users and community.
|
||
3 years ago
|
We are also committed to continuing to develop and make NocoDB even better than it is today.
|
||
|
To that end, NocoDB contains a feature in which anonymous and otherwise non-sensitive data is collected.
|
||
|
This anonymous and non-sensitive data gives a better understanding of how users are interacting and using the product.
|
||
|
|
||
|
## Context
|
||
3 years ago
|
We will always continue to do hands-on UI/UX testing, surveys, issue tracking and roadmap.
|
||
|
Otherwise talk with the Community while striving to understand
|
||
3 years ago
|
and deliver what is being asked for and what is needed, by any means available.
|
||
|
|
||
3 years ago
|
However, these above actions alone are often insufficient
|
||
|
- To maintain an overall picture of the product usage.
|
||
|
- Prioritising the efforts.
|
||
|
- Impact of any breaking changes.
|
||
|
- To understand whether UI improvements are helpful to users.
|
||
3 years ago
|
|
||
|
## What we collect ?
|
||
3 years ago
|
We collect actions made on models (project, table, view, sharedView, user, hook, image, sharedBase etc) periodically with :
|
||
3 years ago
|
- System information (OS, node version, docker or npm)
|
||
2 years ago
|
- Environment (dev, staging, production)
|
||
|
- Instance information (Unique machine ID, database type, count of projects and users)
|
||
3 years ago
|
- Failures.
|
||
|
|
||
|
|
||
3 years ago
|
|
||
3 years ago
|
Our UI Dashboard is a Vuejs-Nuxtjs app. Actions taken on UI with completely anonymized route names are sent as payload.
|
||
|
|
||
2 years ago
|
|
||
3 years ago
|
|
||
|
## What we DO NOT collect ?
|
||
3 years ago
|
We do not collect any private or sensitive information, such as:
|
||
|
- Personally identifiable information
|
||
3 years ago
|
- Credential information (endpoints, ports, DB connections, username/password)
|
||
2 years ago
|
- Database/User data
|
||
3 years ago
|
|
||
|
|
||
|
## Opt-out
|
||
|
To disable usage information collection please set following environment variable.
|
||
3 years ago
|
> NC_DISABLE_TELE=true
|