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

feat(save_event): Always use cache for stacktrace processing #56535

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

armenzg
Copy link
Member

@armenzg armenzg commented Sep 20, 2023

We enabled it for EA customers last week without any issues. It reduces the stacktrace normalization by 40%. It's most noticeable with Native events.

A repeat of #56413 which got reverted by mistake.

We enabled it for EA customers last week without any issues.
It reduces the stacktrace normalization by 40%.
@armenzg armenzg self-assigned this Sep 20, 2023
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 20, 2023
@armenzg armenzg marked this pull request as ready for review September 20, 2023 01:55
@armenzg armenzg requested a review from a team as a code owner September 20, 2023 01:55
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #56535 (f073403) into master (9ca515e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master   #56535      +/-   ##
==========================================
+ Coverage   78.59%   78.60%   +0.01%     
==========================================
  Files        5081     5081              
  Lines      218745   218742       -3     
  Branches    37047    37047              
==========================================
+ Hits       171927   171947      +20     
+ Misses      41251    41231      -20     
+ Partials     5567     5564       -3     
Files Changed Coverage
src/sentry/stacktraces/processing.py ø
src/sentry/eventstore/models.py 100.00%
src/sentry/grouping/enhancer/__init__.py 100.00%

@armenzg armenzg merged commit 954844c into master Sep 20, 2023
51 checks passed
@armenzg armenzg deleted the enable-stacktrace-caching-for-all-orgs branch September 20, 2023 11:32
@github-actions github-actions bot locked and limited conversation to collaborators Oct 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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