-
Notifications
You must be signed in to change notification settings - Fork 136
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
feature: crash logger #1161
Comments
Hello @fleficher 👋 Thanks for pointing out the issue. I can confirm that there is a discrepancy between platforms. I'll discuss with the team and try to prioritise the fix. |
Quick question: |
Hi @maciejburda we're using crash reporting + logs + RUM. |
Thanks! Currently on iOS, only RUM crash event will be generated. There is a discrepancy between platforms, as Android sends crash reports to both RUM and logs. However, our team is working towards resolving this discrepancy in the near future. |
Hey @fleficher 👋 this was fixed in #1209 and released in 1.17.0 |
The thing
Hi 👋
On the Android SDK, when the crash reports feature is configured, a logger with the name "crash" is automatically created and logs the errors.
This logger is missing on the iOS SDK. It would be useful to have it, especially to be able to create metrics based on crash logs.
The text was updated successfully, but these errors were encountered: