MCPcopy
hub / github.com/getsentry/sentry / _get_original_issue_id

Function _get_original_issue_id

src/sentry/reprocessing2.py:480–481  ·  view source on GitHub ↗
(data: Mapping[str, Any])

Source from the content-addressed store, hash-verified

478
479
480def _get_original_issue_id(data: Mapping[str, Any]) -> int | None:
481 return get_path(data, "contexts", "reprocessing", "original_issue_id")
482
483
484def buffered_handle_remaining_events(

Callers 2

is_reprocessed_eventFunction · 0.85
mark_event_reprocessedFunction · 0.85

Calls 1

get_pathFunction · 0.90

Tested by

no test coverage detected