Currently an error for getting a shard iterator is just swallowed entirely. We should probably fail the capture when this happens, but as a really low-effort debugging benefit we can at least log these errors if they happen.
Workflow steps:
(How does one use this feature, and how has it changed)
Documentation links affected:
(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)
Description:
Currently an error for getting a shard iterator is just swallowed entirely. We should probably fail the capture when this happens, but as a really low-effort debugging benefit we can at least log these errors if they happen.
Workflow steps:
(How does one use this feature, and how has it changed)
Documentation links affected:
(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)
Notes for reviewers:
(anything that might help someone review this PR)
This change is