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

Symbolicate and mark non-in-app _callSuper babel helper frames #4076

Open
krystofwoldrich opened this issue Sep 10, 2024 · 1 comment
Open

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Sep 10, 2024

Description

Some Babel helper frames are missing source context and are seemingly unsymbolicated.

# Before symbolication
  at _callSuper(app:///index.android.bundle:1:2175645061)


# After symbolication
  at _callSuper(app:///index.android.bundle:1:65)

At minimum we should not mark these frames as in-app as this will break grouping. (The fix might include change on back-end, unsure at the moment.)

Ideally we would show source context. (Unknown if possible)

@krystofwoldrich
Copy link
Member Author

Suggested by @lucas-zimerman.

The simplest solution would be to add default rule of _callSuper is not in-app.

https://docs.sentry.io/concepts/data-management/event-grouping/stack-trace-rules/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant