personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

activities: log day-load errors alongside error card

Add the missing window.logError call in the existing catch so day-load
failures show up in the shell error log and status indicator like every
other Wave-migrated site.

+1
+1
apps/activities/_day.html
··· 951 951 } 952 952 }; 953 953 } catch (err) { 954 + window.logError(err, { context: 'activities-day-load' }); 954 955 window.SurfaceState.replaceLoading('timelineView', window.SurfaceState.errorCard({ 955 956 heading: 'Couldn\'t load activities', 956 957 desc: 'Reload the page to try again.',