feat: Include endpoint URI in connection failure events #2686
Conversation
|
I'd love to update the public API docs but would need some more help. The contribution guide mentions to use intellisense, but do you mean start typing and use the autocomplete or does it support this kind of generation? |
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
There is no public API change in this PR, so no need of public API doc update. |
Codecov Report
@@ Coverage Diff @@
## main #2686 +/- ##
==========================================
- Coverage 82.95% 82.93% -0.03%
==========================================
Files 249 249
Lines 8703 8704 +1
==========================================
- Hits 7220 7219 -1
- Misses 1483 1485 +2
|
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
|
I didn't add any additional testing since Any guidance on the testing side on what I should improve? |
Changes
Include endpoint URI in connection failure events to help improve troubleshooting to ensure that the called endpoint is configured correctly.
For significant contributions please make sure you have completed the following items:
[ ] Design discussion issue #[ ] Changes in public API reviewedDid not update public API given the event source is internal.