Files
vibe-kanban/backend
Gabriel Gordon-Hall 6784c60f00 chore: track user device (#111)
* Implementation completed successfully! I've added device information capture using the `os_info` crate to the analytics service. Here's what was implemented:

1. **Added `os_info` crate dependency** to `backend/Cargo.toml`
2. **Created `get_device_info()` function** in `backend/src/services/analytics.rs:172-181` that captures:
   - Operating system type
   - OS version  
   - Architecture
   - Bitness
3. **Integrated device info** into the `track_event()` method at `backend/src/services/analytics.rs:79` so every analytics event now includes device information in the properties

The device information is now automatically included with every analytics event sent to PostHog, providing valuable context about the user's environment.

* fmt
2025-07-09 17:30:56 +01:00
..
2025-07-09 16:49:24 +01:00
2025-07-01 10:03:43 +01:00
2025-07-09 17:30:56 +01:00
2025-07-08 18:32:23 +01:00
2025-07-09 17:30:56 +01:00