📈(frontend) track errors when starting or stopping a recording

Send an analytics event whenever starting or stopping a recording
fails, so we can monitor how often it happens.

It also gives support the context needed to understand what went
wrong when inspecting a user's session.
This commit is contained in:
lebaudantoine
2026-08-21 15:09:57 +02:00
parent 1bd2325ad2
commit e1eb30d798
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Added
- 📈(frontend) track errors when starting or stopping a recording
### Changed
- ✨(backend) accept form-urlencoded on the user token endpoint