hyperoslo / hyperoslo/ios-foundation
Client-side logging
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
From time to time, it can be very useful to include client-side logging for applications. A really easy way to do this is to setup Sentry (https://github.com/getsentry/sentry-swift). We have this implemented in our own products to trigger alarms for critical parts of the application. I don't know if it can be considered a requirement but I think it should be on everyones radar that this kind of feature exists and is available for anyone who wants to implement it.
When we decided on going with Sentry, we made that decision because the backend also uses the same logging system and it is good for PM's to have it all in one place, we also have our own Sentry server which was also a deciding factor.
With that said, it might not be the defacto answer to what we should use, the bug reports can be a bit wonky at times if you don't set it up correctly and the overview is not super optimal. But it does work and like I said earlier, it is really easy to setup and send "alarms".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.