cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.04k stars 66 forks source link

Add multi-cause unwrap into Sentry reporting #119

Closed dhartunian closed 11 months ago

dhartunian commented 11 months ago

This commit modifies the causal detail collection code in report.go to recurse through both the single-cause chain and the multi-cause chain if applicable when collecting information for the Sentry report.


Please only review the last commit. Earlier ones are in #115 and #118.


This change is Reviewable

dhartunian commented 11 months ago

@knz updated.