-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Only Include Top Most SDK Frame in Generated Stacktraces #1544
Comments
Routing to @getsentry/team-mobile for triage. ⏲️ |
Thanks for raising @sindresorhus . Sentry's frames shouldn't be included in In App. |
If you're using the SaaS, could you please share the link of an event in Sentry? |
@bruno-garcia and @sindresorhus, Sentry doesn't mark the frames of the Cocoa SDK as in-app, see. This grouping rule makes sure to mark frames starting with @sindresorhus, above you mentioned
Do you think we should remove the whole stacktrace of the SentrySDK from |
Yes. Or at least only show the single (first) |
It kind of makes sense, @sindresorhus. I add this to our backlog. It should be an easy fix (last famous words 😁) as these frames are not marked as in-app they shouldn't have an impact on grouping, but we should double-check that. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Please keep this open. |
Environment
SaaS (https://sentry.io/)
Version
No response
Steps to Reproduce
SentrySDK.captureError()
(Sentry Cocoa 7.5.2)Expected Result
I expected it to only show stack traces for my app.
Actual Result
The first stack trace is:
While I understand it sometimes can be useful to see where it crashed in a system framework. Seeing internal Sentry stack traces is not useful.
The text was updated successfully, but these errors were encountered: