♻️(frontend) encapsulate PostHog capture calls in the telemetry module

Move the remaining direct `posthog.capture` calls behind the
telemetry module, so PostHog is only referenced from a single place.

Call sites now use the telemetry API instead of touching PostHog
directly, making it easier to swap the backend later without
changing every call site.
This commit is contained in:
lebaudantoine
2026-08-07 16:10:05 +02:00
committed by aleb_the_flash
parent 48c0cb320e
commit fb3ee56702
10 changed files with 45 additions and 127 deletions
+1
View File
@@ -11,6 +11,7 @@ and this project adheres to
### Changed
- ♻️(frontend) encapsulate error tracking behind a telemetry module
- ♻️(frontend) encapsulate PostHog capture calls in the telemetry module
## [1.25.2] - 2026-08-06