How to add an error boundary in react redux application?

How to add an error boundary in react redux application?

You need to be more specific. Do you need an error boundary at a specific point in your application, and/or does it have anything to do with react-redux? Otherwise just write a class component following the pattern in the docs and wrap some component near the top of your application in it.