Skip to content

ref(boto3): Move crumbs to integration - #7165

Merged
sentrivana merged 59 commits into
masterfrom
ivana/move-http-crumbs-5
Aug 12, 2026
Merged

ref(boto3): Move crumbs to integration#7165
sentrivana merged 59 commits into
masterfrom
ivana/move-http-crumbs-5

Conversation

@sentrivana

Copy link
Copy Markdown
Contributor

Description

Set boto3 breadcrumbs in the integration directly, without relying on maybe_create_breadcrumbs_from_span.

Also, add breadcrumb tests to test_s3.py and remove the maybe_create_breadcrumbs_from_span util now that nothing needs it anymore.

Issues

Closes #7067

@sentrivana
sentrivana marked this pull request as ready for review August 11, 2026 10:36
@sentrivana
sentrivana requested a review from a team as a code owner August 11, 2026 10:36

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7bd4d0b. Configure here.

Comment thread sentry_sdk/integrations/boto3.py
Comment thread sentry_sdk/integrations/boto3.py
@sentrivana
sentrivana marked this pull request as draft August 11, 2026 10:38
@sentrivana
sentrivana marked this pull request as ready for review August 11, 2026 10:51
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

112448 passed | ⏭️ 6759 skipped | Total: 119207 | Pass Rate: 94.33% | Execution Time: 405m 37s

📊 Comparison with Base Branch

Metric Change
Total Tests 📈 +314
Passed Tests 📈 +304
Failed Tests
Skipped Tests 📈 +10

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 2480 uncovered lines.
✅ Project coverage is 90.22%. Comparing base (base) to head (head).

Files with missing lines (1)
File Patch % Lines
sentry_sdk/integrations/boto3.py 100.00% ⚠️ 4 partials
Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    90.22%    90.22%        —%
==========================================
  Files          193       193         —
  Lines        25345     25361       +16
  Branches      9286      9302       +16
==========================================
+ Hits         22866     22881       +15
- Misses        2479      2480        +1
- Partials      1427      1434        +7

Generated by Codecov Action

Base automatically changed from ivana/move-http-crumbs-4 to master August 12, 2026 12:41
@sentrivana
sentrivana enabled auto-merge (squash) August 12, 2026 12:43
@sentrivana
sentrivana merged commit 4e4ea83 into master Aug 12, 2026
139 checks passed
@sentrivana
sentrivana deleted the ivana/move-http-crumbs-5 branch August 12, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set breadcrumbs in HTTP client integrations in the streaming trace lifecycle

3 participants