Open
Description
Is it possible to enrich TimeoutException to include ActivityId/RequestId? We are getting from time to time TimeoutExceptions with message like that:
The request channel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
When trace logger is enabled, I can see messages coming from Dataverse lib, like that:
[TerminalFailure] Failed to Execute Command - Retrieve : SessionID=someGuid : RequestID=anotherGuid : Retrieve Request to Dataverse via IOrganizationService duration...
Is it possible to pass this kind of data in an exception?