Performance_schema not capturing prepared stements

Hi all, we are trying to get an ideal of all the queries we have running against our databases but we can’t see any of the prepared statements that are coming from a jdbc connection. We have everything that I am aware of enabled for performance_schema. The setup_consumers table has the following enabled;
events_statements_current, events_statements_history, events_statements_history_long, global_instrumentation, thread_instrumentation, statements_digest

If we run a prepared statements on the server or through mysql workbench we are able to pick it.

We are running MySQL Percona 5.6.29-76.2

Did you found any way to fix this problem ?