Problem Statement
Feedback from a user.
Currently, when a state is trimmed due to size limits we do not visually signal the user that the context has been trimmed. This is especially confusing when the user also uses the attachReduxState option, where now a portion of the state is in the middle of the issue and the full state at the bottom. The user scrolling through may not realize that the context is trimmed.
Solution Brainstorm
We should attach something to the context to signify that the context is being trimmed similarly to how we do it for messages with the ...
Maybe we should remove that context altogether when attachReduxState is used.