Sentry Issue: 29K-CUPCAKE-16X
_HKObjectValidationFailureException: startDate (2025-03-26 10:30:00 +0000) cannot occur after endDate (2025-03-26 10:29:55 +0000)
File "<compiler-generated>", in HKCategorySample.__allocating_init
File "<compiler-generated>", in ReactNativeHealthkit.saveCategorySample
...
(20 additional frame(s) were not displayed)
Happens when user has mindfulness minutes enabled and tries to join a live session before it has started. Basically logging a mindfulness minute in the future
|
logMindfulMinutes(dayjs(session.startTime).toDate()); |