Skip to content

Commit

Permalink
logcrash: mark ReportOrPanic as deprecated
Browse files Browse the repository at this point in the history
Epic: none
Release note: None
  • Loading branch information
erikgrinaker committed Jul 10, 2023
1 parent 57bd880 commit bafceaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/util/log/logcrash/crash_reporting.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ func SendReport(
//
// Like SendCrashReport, the format string should not contain any sensitive
// data, and unsafe reportables will be redacted before reporting.
//
// DEPRECATED: use the must package instead.
func ReportOrPanic(
ctx context.Context, sv *settings.Values, format string, reportables ...interface{},
) {
Expand Down

0 comments on commit bafceaa

Please sign in to comment.