Transaction Group History and Logging

Is there any sort of logging when Transaction Groups are triggered, like what is provided/sent and what response is received, errors, etc.?

I have a nuisance Transaction where we are calling a mssql stored procedure that is successful executing, but the data isn't aligning, so I want to capture transactions for a shift and try to find the problem.

If there's no built-in recording, any suggestions to try and do a temporary logging setup easily to log all details of a transaction? The transaction has around 40 I/O into a mssql stored procedure.

Thanks!