Hi,
I’ve got a python application running on linux devices. They may or may not have internet at the time of a crash. They usually get internet connection at some point. So basically my scenario is record errors while offline and try to send them when devices online. I can record errors messages in database but sentry seems record another information like packages information etc. Is there any way to record errors while offline. What is the best approach for this scenario.
Thanks.