Files
codex/codex-rs/feedback
gerry-oai 5533375287 Support custom report event titles (#42814)
## Why

Callers need to label report events without causing submissions that share a title
to be grouped together and suppress new-issue alerts.

## What changed

- Use the caller-provided title tag for the event message and exception type when
  its value is nonblank.
- Give custom-titled events a unique fingerprint so each report remains separate.
- Preserve the existing session-based title and grouping when the tag is missing
  or blank.

## Testing

Add event contract tests covering custom, missing, and blank titles; preserved
comments; Unicode and whitespace; and unique fingerprints.

GitOrigin-RevId: 8a03065bb6c4d4d0cfb741496e2aa2e8ac102327
2026-09-04 18:02:08 +00:00
..