Skip to content
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

Closed
fleficher opened this issue Feb 9, 2023 · 5 comments
Closed

feature: crash logger #1161

fleficher opened this issue Feb 9, 2023 · 5 comments
Assignees

Comments

@fleficher
Copy link

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.

@maciejburda
Copy link
Member

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.

@maciejburda
Copy link
Member

Quick question:
Which features of the SDK do you use simultaneously? It's Crash Reporting and Logs only or also Real User Monitoring?

@maciejburda maciejburda self-assigned this Feb 9, 2023
@fleficher
Copy link
Author

Quick question: Which features of the SDK do you use simultaneously? It's Crash Reporting and Logs only or also Real User Monitoring?

Hi @maciejburda we're using crash reporting + logs + RUM.

@maciejburda
Copy link
Member

maciejburda commented Feb 10, 2023

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.

@maxep
Copy link
Member

maxep commented Mar 24, 2023

Hey @fleficher 👋 this was fixed in #1209 and released in 1.17.0

@maxep maxep closed this as completed Mar 24, 2023
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