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

Stackframe by address #1623

Closed
PaulWoitaschek opened this issue Jan 12, 2022 · 2 comments
Closed

Stackframe by address #1623

PaulWoitaschek opened this issue Jan 12, 2022 · 2 comments

Comments

@PaulWoitaschek
Copy link

Problem Statement

I want to integrate kotlin multiplatform crashes with sentry.
Currently the support is not good as it just shows all issues labeled as "OutOfMemory" without any helpful message and with no stacktrace.

Solution Brainstorm

To workaround that it should be possible to use create stacktrace frames by address.

Here is how it's currently possible with firebase:
stackFrameWithAddress

On firebase you can now see the actual stacktrace coming from kotlin.

@philipphofmann
Copy link
Member

Thanks for opening up this issue. We already have an issue for this see #924. Please upvote there so we can give it a higher priority.

@PaulWoitaschek
Copy link
Author

It would be a great start if you provide the entry point like firebase does.
I don't need the full API, but rather any connection. We are kind of in a blind flight mode right now ;-)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants