Skip to content

Add DioException response data to error breadcrumb #3164

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

denrase
Copy link
Collaborator

@denrase denrase commented Aug 12, 2025

📜 Description

Add DioException response data to error breadcrumb

💡 Motivation and Context

Closes #3023

💚 How did you test it?

Tests

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPii is enabled
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@denrase denrase marked this pull request as ready for review August 12, 2025 11:47
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.04%. Comparing base (e10be73) to head (840bfdf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3164      +/-   ##
==========================================
+ Coverage   87.79%   97.04%   +9.24%     
==========================================
  Files         291        9     -282     
  Lines        9888      169    -9719     
==========================================
- Hits         8681      164    -8517     
+ Misses       1207        5    -1202     

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

@denrase denrase requested a review from buenaflor August 12, 2025 11:55
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.

Enable detailed breadcrumbs for HTTP error responses in Dio’s Sentry Interceptor
2 participants