Skip to content

Conversation

@snigdhas
Copy link
Contributor

@snigdhas snigdhas commented Jul 24, 2024

Check the seer-based-priority flag to determine if we need to calculate first-event severity for incoming events. If the flag is not set, we default to the current behavior which determines severity for python and javascript projects.

Once the flag is GA, we should remove this platform check and only calculate the severity if the flag (subscription-based) is enabled for an org.

Fixes #74757

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 24, 2024
@codecov
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.17%. Comparing base (ffb2e65) to head (80d9ace).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #74823      +/-   ##
==========================================
+ Coverage   76.26%   78.17%   +1.90%     
==========================================
  Files        6740     6741       +1     
  Lines      300666   300692      +26     
  Branches    51707    51700       -7     
==========================================
+ Hits       229301   235064    +5763     
+ Misses      64737    59299    -5438     
+ Partials     6628     6329     -299     

see 492 files with indirect coverage changes

@snigdhas snigdhas marked this pull request as ready for review July 24, 2024 18:16
@snigdhas snigdhas requested a review from a team as a code owner July 24, 2024 18:16
@snigdhas snigdhas merged commit 9a2f9e9 into master Jul 25, 2024
@snigdhas snigdhas deleted the snigdha/seer-priority-severity-calculation branch July 25, 2024 17:55
Christinarlong pushed a commit that referenced this pull request Jul 26, 2024
…74823)

Check the seer-based-priority flag to determine if we need to calculate
first-event severity for incoming events. If the flag is not set, we
default to the current behavior which determines severity for python and
javascript projects.

Once the flag is GA, we should remove this platform check and only
calculate the severity if the flag (subscription-based) is enabled for
an org.

Fixes #74757
@github-actions github-actions bot locked and limited conversation to collaborators Aug 10, 2024
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.

Apply feature flag to first event severity and priority calculations

3 participants