-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
report: rework the composition to use redacted verbose printouts
This commit changes the composition of Sentry reports to include a redacted verbose printout of the error at the beginning of the main Message field. This ensures that error objects with more complex printouts than just safe detail strings get spelled out more clearly in the sentry reports. One example of this is that the tree structure of errors included behind barriers (e.g. that included behind errors.NewAssertionErrorWithWrappedErrf) is preserved in the sentry printout.
- Loading branch information
Showing
15 changed files
with
10,510 additions
and
4,519 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.