Closed mronnblom-ith closed 4 months ago
The reason for this is that in .NET Isolated version of Durable Functions they've changed the field name for storing those exception details in XXXHistory table.
Previously the field was called "Details", now as I can see, it is called "FailureDetails".
And the issue only surfaces for .NET Isolated orchestrations (older ones are displayed correctly).
Anyway, a small fix is needed in both DfMon InProc and DfMon Isolated, to make the history be fetched correctly.
Thanks a lot for the fix, @epDugas ! Here is your Isolated beta package: https://www.nuget.org/packages/DurableFunctionsMonitor.DotNetIsolated/6.5.0-beta1
Sorry for the delay @scale-tone. I can confirm that 6.5.0-beta1 fixes this issue.
Fixed in v6.5
Reproduce:
FunctionApp
EnableUserCodeException
does not matterDFM
Actual:
Expected:
DFM in-process does this.