Skip to content

Add multi-cause unwrap into Sentry reporting - #119

Merged
dhartunian merged 1 commit into
cockroachdb:go-1.20-upgradefrom
dhartunian:multierror-sentry
Aug 23, 2023
Merged

Add multi-cause unwrap into Sentry reporting#119
dhartunian merged 1 commit into
cockroachdb:go-1.20-upgradefrom
dhartunian:multierror-sentry

Conversation

@dhartunian

@dhartuniandhartunian commented Aug 17, 2023

Copy link
Copy Markdown
Contributor

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

@knzknz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This LGTM after the 1st commit is finalized.

Reviewed 11 of 11 files at r2, all commit messages.
Reviewable status: 11 of 18 files reviewed, all discussions resolved

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.
@dhartunian

Copy link
Copy Markdown
ContributorAuthor

@knz updated.

@dhartunian
dhartunian requested a review from knzAugust 23, 2023 15:16
knz
knz approved these changes Aug 23, 2023
@dhartunian
dhartunian merged commit f13c94d into cockroachdb:go-1.20-upgradeAug 23, 2023
@dhartunian
dhartunian deleted the multierror-sentry branch August 23, 2023 15:20
Sign up for freeto 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.

2 participants

@dhartunian@knz