This is a submission for DEV's Summer Bug Smash: Clear the Lineup, powered by Sentry.

Project Overview

I was working on a small Python component that performs a preflight check and

then, if the check succeeds, invokes one synchronous operation callback. A

counter records whether that callback invocation returned normally.