sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(crons): Add api for fetching checkin processing errors for an org

Open wedamija opened this issue 1 year ago • 1 comments

This allows us to return processing errors for organizations. Can be filtered by project id

wedamija avatar May 09 '24 00:05 wedamija

Codecov Report

Attention: Patch coverage is 98.63014% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 80.04%. Comparing base (2fda6f1) to head (d5b764a). Report is 2 commits behind head on master.

:exclamation: Current head d5b764a differs from pull request most recent head 191ed93. Consider uploading reports for the commit 191ed93 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #70563      +/-   ##
==========================================
+ Coverage   71.20%   80.04%   +8.83%     
==========================================
  Files        6502     6504       +2     
  Lines      290427   290598     +171     
  Branches    50051    50080      +29     
==========================================
+ Hits       206806   232605   +25799     
+ Misses      83179    57555   -25624     
+ Partials      442      438       -4     
Files Coverage Δ
src/sentry/api/urls.py 100.00% <100.00%> (ø)
...ts/organization_monitor_processing_errors_index.py 100.00% <100.00%> (ø)
...dpoints/project_monitor_processing_errors_index.py 100.00% <100.00%> (ø)
src/sentry/monitors/serializers.py 100.00% <100.00%> (+2.95%) :arrow_up:
src/sentry/monitors/processing_errors.py 97.81% <95.00%> (-0.58%) :arrow_down:

... and 1297 files with indirect coverage changes

codecov[bot] avatar May 10 '24 00:05 codecov[bot]