Commit 75cacba
authored
🤖 fix: filter telemetry DAUs from CI/automation environments (#953)
Added comprehensive CI environment detection to prevent automated
sources (CI pipelines, testing) from being counted as DAUs.
## CI Providers Filtered
- GitHub Actions, GitLab CI, Jenkins, CircleCI, Travis CI
- Azure Pipelines, Bitbucket Pipelines, TeamCity, Buildkite
- AWS CodeBuild, Drone CI, AppVeyor, Vercel, Netlify
Both backend (`telemetryService.ts`) and frontend (`client.ts`) now
check for CI environments before sending telemetry events.
_Generated with `mux`_1 parent 480ca3f commit 75cacba
File tree
2 files changed
+69
-8
lines changed- src
- common/telemetry
- node/services
2 files changed
+69
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
16 | 35 | | |
17 | 36 | | |
18 | 37 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
24 | 44 | | |
25 | 45 | | |
26 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
29 | 69 | | |
30 | 70 | | |
31 | 71 | | |
32 | 72 | | |
33 | 73 | | |
34 | 74 | | |
35 | 75 | | |
36 | | - | |
| 76 | + | |
| 77 | + | |
37 | 78 | | |
38 | 79 | | |
39 | 80 | | |
| |||
0 commit comments