Incomplete Redux state

Hello,
I’m using createReduxEnhancer stateTransformer to select only few interesting keys from the state. So far so good. In the browser Network tab I can see that context[“redux.state”] is sending correctly an JS object with 6 keys. However in the Issue viewer on sentry.io in the REDUX.STATE Latest state section I can see only 1 key! Actually the one which is alphabetically first. Oh and there is second key “type” with value “default” which is actually not sent at all. I guess some filter on the server side?
Does anybody have a clue, what it is happening there?
M