You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks good — One thing I did notice in my testing is that the store/state on sentry errors is meaningless as it can easily become very big — also, sentry truncate this field to 512 bytes or something like that.
For now I've just gone with sending the action; But something I may do in the future is to have my middleware keep a FIFO list of recent actions, capped at say 10 or 20, and then send that with the error
The call to configure & install Raven should be wrapped:
The text was updated successfully, but these errors were encountered: