We get a lot of warnings in the console like "Transaction '37dcaa14-3c14-42a1-82b6-969cceca1b0f' being closed due to inactivity timeout. Make sure you close your transactions." But we have no way of finding the source of those transactions. The warnings don't list any identifying information such as the database connection or project, let alone which screen or component started the transaction.
Searching our projects for "commitTransaction" yields hundreds of results, too many to look at all of them to find out which one is not being closed. And there is no way to export results from Find/Replace so we can compare them to a search for "closeTransaction" which is another separate issue.