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

ref(sentry apps): Don't pass in event for send_alert_event #80263

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Christinarlong
Copy link
Contributor

@Christinarlong Christinarlong commented Nov 5, 2024

refactor send_alert_event to get event data & IssueOccurance from nodestore
This task occurs like 3/s in US (compared to 500/s for send_process_resource_change) so shouldn't hit any rate limits

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 5, 2024
@Christinarlong Christinarlong changed the title Christinarlong/send alert event use nodestore ref(sentry apps): Don't pass in event for send_alert_event Nov 5, 2024
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 9 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/sentry_apps/tasks/sentry_apps.py 50.00% 7 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #80263       +/-   ##
===========================================
+ Coverage   51.11%   78.08%   +26.97%     
===========================================
  Files        7154     7185       +31     
  Lines      315858   317308     +1450     
  Branches    43555    43732      +177     
===========================================
+ Hits       161444   247781    +86337     
+ Misses     153294    63183    -90111     
- Partials     1120     6344     +5224     

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.

1 participant