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

Include stack trace when sampling errors are surfaced #2329

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

amontanez24
Copy link
Contributor

@amontanez24 amontanez24 commented Dec 21, 2024

resolve #2326
This PR changes the way we resurface the error to use Exception Chaining. This makes it more clear that the error we raise was directly caused by the error we previously caught

Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.57%. Comparing base (0d203be) to head (b13829a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2329   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files          58       58           
  Lines        6085     6085           
=======================================
  Hits         5998     5998           
  Misses         87       87           
Flag Coverage Δ
integration 82.11% <100.00%> (ø)
unit 97.41% <100.00%> (ø)

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.

@amontanez24 amontanez24 merged commit 3e676fa into main Jan 2, 2025
78 checks passed
@amontanez24 amontanez24 deleted the issue-2326-include-stacktrace-sampling-errors branch January 2, 2025 19:56
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.

Include stack trace when sampling errors are surfaced
3 participants