Ditectrev / CloudMaster-Swift

CloudMaster Swift is an iOS application for studying cloud certifications developed by Ditectrev's Community.
https://apps.apple.com/app/cloudmaster-swift/id6503601139
Apache License 2.0
6 stars 1 forks source link

Monitoring & Alerting #35

Open danieldanielecki opened 3 months ago

danieldanielecki commented 3 months ago

as already mentioned in https://github.com/Ditectrev/CloudMaster-Swift/issues/33 we had an improvement to error handle in https://github.com/Ditectrev/CloudMaster-Swift/pull/34, but those aren't notifying anyone for now.

It'd make sense to implement some kind of Monitoring & Alerting functionality to log these exceptions somewhere. I have an experience with Crashlytics in my React Native mobile app, but open to use different tool, such as Sentry.

Read more about it:

Sentry should be more vendor agnostic, while Firebase will kind of lean us to lock with their platform. I'm open for alternatives as well, and whatever @b3n3w you'd like to learn/use ;-)

b3n3w commented 3 months ago

Will read a little about Crashlytics