Closed HonzaR closed 1 month ago
As part of the error listeners stacktrace reports analysis, we found out that they do not get the entire throwable tree as they should.
Add cause to the FailedSynchronizationException parameters.
cause
FailedSynchronizationException
Is your feature request related to a problem? Please describe.
As part of the error listeners stacktrace reports analysis, we found out that they do not get the entire throwable tree as they should.
Describe the solution you'd like
Add
cause
to theFailedSynchronizationException
parameters.Alternatives you've considered
Additional context