getsentry / raven-csharp

Superseded by: https://github.com/getsentry/sentry-dotnet
BSD 3-Clause "New" or "Revised" License
231 stars 121 forks source link

Question: Can this be used when app is offline #255

Closed stefandevo closed 5 years ago

stefandevo commented 6 years ago

Hi, just checking, but when this library is used in Xamarin mobile apps, is there any way of getting logs when the device is offline; meaning, it will hold the logs until the device is back online again?

bruno-garcia commented 6 years ago

Not the C# integration but if its Xamarin Android you can integrate the Java SDK which allows that, I believe. Also, the iOS should work with the Objective C SDK.

What kind of Xamarin app is it?

We'll support on C# too, hopefully soon.

bruno-garcia commented 5 years ago

Tracked here: https://github.com/getsentry/sentry-dotnet/issues/80