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

chore(seer grouping): Remove older stacktrace length filtering code #82434

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Dec 19, 2024

NOTE: I won't merge this until we're happy with the results of #82414.


This is a follow-up to #82414, which added a stacktrace length filter on Seer calls based on the frame counts added recently to StacktraceGroupingComonent. Now that that code is handling the filtering, the current implementation, which is somewhat more complex and is based on throwing and catching TooManyOnlySystemFramesException, can be removed.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 19, 2024
@lobsterkatie lobsterkatie changed the title stop raising too many frames exception chore(seer grouping): Remove older stacktrace length filtering code Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #82434   +/-   ##
=======================================
  Coverage   80.42%   80.43%           
=======================================
  Files        7315     7315           
  Lines      322577   322555   -22     
  Branches    21039    21039           
=======================================
- Hits       259447   259433   -14     
+ Misses      62723    62715    -8     
  Partials      407      407           

Base automatically changed from kmclb-use-tallies-for-excessive-frame-seer-filter to master December 20, 2024 17:44
@lobsterkatie lobsterkatie force-pushed the kmclb-remove-too-many-frames-exception-code branch from 839c94d to 05561aa Compare December 20, 2024 17:46
@lobsterkatie lobsterkatie marked this pull request as ready for review December 20, 2024 17:51
@lobsterkatie lobsterkatie requested a review from a team as a code owner December 20, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants