You can use BurpSuite for this. When you capture the traffic from the web application, you can use the ViewState Parser provided in Burpsuite to check for the ViewState structure. This will disclose if there is any data being sent to the server through ViiewState. And then it is upto you to decide whether the data is sensitive enough or not.