Closes #145 by posting catastrophic errors instead of just logging them. No tests because we don't have mocks set up for this repo 😢 .
Uses the publish() method directly instead of record(), which is different than everything else here, but which is good for moving away from the legacy runner.
Closes #145 by posting catastrophic errors instead of just logging them. No tests because we don't have mocks set up for this repo 😢 .
Uses the
publish()
method directly instead ofrecord()
, which is different than everything else here, but which is good for moving away from the legacy runner.