mozilla-mobile / telemetry-ios

A generic library for sending telemetry pings from iOS applications to Mozilla's telemetry service.
Mozilla Public License 2.0
28 stars 23 forks source link

Track crashes in core ping #76

Open garvankeeley opened 7 years ago

garvankeeley commented 7 years ago

This will be a simple boolean. Not sure what general API is available to check if a previous run crashed; Firefox iOS would have this available through Sentry.

garvankeeley commented 7 years ago

Use event counting in https://github.com/mozilla-mobile/telemetry-ios/issues/70 And just set "crash": 0/1