v9.1.0
What's Changed
Telemetry Callback Options
This release introduces telemetry callbacks to CodePushOptions, enabling you to monitor the operational stability of updates.
- onUpdateSuccess
- onUpdateRollback
- onDownloadStart
- onDownloadSuccess
- onSyncError
- feat(Runtime): add callback options for update success and rollback by @floydkim in #54
- feat(Runtime): add download start, success, and sync error callbacks by @floydkim in #58
Full Changelog: v9.0.1...v9.1.0