mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

feat: add apns error reason to the metric reporting #1458

Closed jrconlin closed 2 years ago

jrconlin commented 2 years ago

Closes #1457

Description

Add the APNS error reason to the notification.bridge.error tags. This is a work around to expose the APNS error so that we can determine failure causes for APNS.

Issue(s)

Closes #1457