-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
feat(auto_source_config): Do not process categorized frames #88440
feat(auto_source_config): Do not process categorized frames #88440
Conversation
A developer may clone an Android sample app, thus, we can end up creating a code mapping and stack trace rule for it. This change prevents attempting to create code mappings and stack trace rules for frames we have already categorized with our internal rules. In other words, only non-categorized frames will be attempted.
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #88440 +/- ##
===========================================
+ Coverage 71.28% 87.72% +16.43%
===========================================
Files 10000 10002 +2
Lines 566438 566609 +171
Branches 22257 22257
===========================================
+ Hits 403800 497069 +93269
+ Misses 162220 69122 -93098
Partials 418 418 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
A developer may clone an Android sample app, thus, we can end up creating a code mapping and stack trace rule for it. This change prevents attempting to create code mappings and stack trace rules for frames we have already categorized with our internal rules. In other words, only non-categorized frames will be attempted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
A developer may clone an Android sample app, thus, we can end up creating a code mapping and stack trace rule for it.
This change prevents attempting to create code mappings and stack trace rules for frames we have already categorized with our internal rules.
In other words, only non-categorized frames will be attempted.