Polly
Polly copied to clipboard
[DRAFT] Add TelemetrySource to ExecutionRejectedException
trafficstars
Pull Request
The issue or feature being addressed
#2345
Details on the issue fix or feature implementation
Done
- Added
TelemetrySourceproperty to theExecutionRejectedException - Extended
ResilienceStrategyTelemetrywith aUpdateTelemetrySourcemethod - Updated several strategies to populate
TelemetrySourceon the thrown exception
Missing
- Unit tests
Confirm the following
- [x] I started this PR by branching from the head of the default branch
- [x] I have targeted the PR to merge into the default branch
- [x] I have included unit tests for the issue/feature
- [x] I have successfully run a local build