Skip to content

Safe and production-ready to use in iOS? #368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fzyzcjy opened this issue Oct 13, 2021 · 5 comments
Closed

Safe and production-ready to use in iOS? #368

fzyzcjy opened this issue Oct 13, 2021 · 5 comments

Comments

@fzyzcjy
Copy link
Contributor

fzyzcjy commented Oct 13, 2021

This is counterpart of #367 , but since android and ios are often quite different in architecture, I create a separate issue.


Hi thanks for the lib! I wonder whether this lib is safe and production-ready to use in Android? More specifically:

  1. Will it crash (segfault, etc) once in a while? Because I see backtrace says that ... can lead this library to segfault ....
  2. Will the symbols be symbolized? Since backtraces broken on the Android bot rust-lang/rust#17520 seems to be an open issue.
  3. Most importantly, are we ensured that the problems above never happen on every mobile phone (Android>=21 is acceptable)? In other words, if most of the phones work, but a small portion of phones crash or segfault, that is still terrible.

I am willing to use Sentry Rust but I have the worries above. Thanks for any suggestions!

Environment

How do you use Sentry?
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
saas

Which SDK and version?
e.g: JavaScript 5.11.1, .NET 1.2.0
rust latest

@Swatinem
Copy link
Member

As I said in the other issue, this should be as safe as Rust itself.

Which last time I checked is still a bit annoying to get working, primarily due to rust-lang/rust#35968 and similar issues.

@fzyzcjy
Copy link
Contributor Author

fzyzcjy commented Oct 13, 2021

Ok... So, same as in the other thread - is there anyone who successfully use it in ios?

@kamilogorek
Copy link
Contributor

Closing the issue, as it seems like the original issue has been answered.
Please do not hesitate to ping me if it is still relevant, and I will happily reopen it.
Cheers!

@fzyzcjy
Copy link
Contributor Author

fzyzcjy commented Jun 23, 2022

Btw I have been using it for half a year without problems. 🎉

@kamilogorek
Copy link
Contributor

@fzyzcjy great to hear that, thanks for letting us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants