Skip to content

Conversation

@mxtmx
Copy link
Contributor

@mxtmx mxtmx commented Oct 26, 2025

Error View is a React view in the dashboard UI that displays Logcat errors filtered to the tag "OpModeManager". It is a developer / debugging tool inside the configurable dashboard layout that shows runtime errors coming from the robot/opmode manager.

Screen.Recording.2025-10-26.at.12.44.02.PM.mov


return {
...state,
errors: groupedErrors.slice(-1000), // Keep only last 1000 errors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1000 seems like a lot -- does 100 sound more reasonable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants