Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Bundle Analysis: Remove logging noise from retries#1186

Merged
JerrySentry merged 2 commits intomainfrom
ba_less_noise_logging
Mar 28, 2025
Merged

Bundle Analysis: Remove logging noise from retries#1186
JerrySentry merged 2 commits intomainfrom
ba_less_noise_logging

Conversation

@JerrySentry
Copy link
Copy Markdown
Contributor

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@sentry
Copy link
Copy Markdown

sentry Bot commented Mar 28, 2025

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: tasks/bundle_analysis_processor.py

Function Unhandled Issue
process_impl_within_lock UnboundLocalError: cannot access local variable 'result' where it is not associated with a value a...
Event Count: 60

Did you find this useful? React with a 👍 or 👎

@@ -195,18 +195,10 @@ def process_impl_within_lock(
result.update_upload(carriedforward=carriedforward)

processing_results.append(result.as_dict())
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Putting SQLAlchemyError in the catch all.

@seer-by-sentry
Copy link
Copy Markdown
Contributor

✅ Sentry found no issues in your recent changes ✅

@codecov-notifications
Copy link
Copy Markdown

codecov-notifications Bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.71%. Comparing base (e932541) to head (dd5e9ac).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1186   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files         455      455           
  Lines       37205    37203    -2     
=======================================
- Hits        36354    36353    -1     
+ Misses        851      850    -1     
Flag Coverage Δ
integration 42.76% <0.00%> (-0.01%) ⬇️
unit 90.54% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JerrySentry JerrySentry marked this pull request as ready for review March 28, 2025 17:20
Copy link
Copy Markdown
Contributor

@ajay-sentry ajay-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@JerrySentry JerrySentry added this pull request to the merge queue Mar 28, 2025
Merged via the queue into main with commit 6e3bd8b Mar 28, 2025
28 of 29 checks passed
@JerrySentry JerrySentry deleted the ba_less_noise_logging branch March 28, 2025 17:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants