mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 14:58:33 +00:00
found reproducing other issues: 1. In the APNs cron, the logger wasn't good enough to print an slice and the log message was "unsupported type" 2. `APNSDeliveryError` _always_ had `Err` set to nil, while we were catching those errors, it was impossible to see the cause in the logs (always printed err=nil) # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Manual QA for all new/changed functionality
1 line
53 B
Text
1 line
53 B
Text
* Fixed logic to properly catch and log APNs errors.
|