https://github.com/leon-ai/telemetry
π‘ Telemetry service of Leon.
https://github.com/leon-ai/telemetry
Last synced: 8 months ago
JSON representation
π‘ Telemetry service of Leon.
- Host: GitHub
- URL: https://github.com/leon-ai/telemetry
- Owner: leon-ai
- Created: 2023-04-10T14:39:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T13:16:07.000Z (over 2 years ago)
- Last Synced: 2025-04-20T18:40:59.657Z (9 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telemetry
Telemetry is the service for Leon that collects data to improve the experience. This initiative is completely anonymous and is only used to improve Leon.
It has been inspired from the series of articles [Transparent Telemetry for Open-Source Projects](https://research.swtch.com/telemetry-intro).
It can easily be disabled by setting `LEON_TELEMETRY` to `false` in your `.env` file located in the root of your Leon instance.
## Why Telemetry?
> Without telemetry, developers rely on bug reports and surveys to find out when their software isnβt working or how it is being used. Both of these techniques are too limited in their effectiveness.
## What Data is Collected?
Feel free to browse this repository to see what data is collected.
It uses the [Prisma](https://www.prisma.io/) ORM (self-hosted). You can find the schema in the `prisma/schema.prisma` file.