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

Function is_reprocessed_event

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

Source from the content-addressed store, hash-verified

474
475
476def is_reprocessed_event(data: Mapping[str, Any]) -> bool:
477 return bool(_get_original_issue_id(data))
478
479
480def _get_original_issue_id(data: Mapping[str, Any]) -> int | None:

Callers 2

save_error_eventsMethod · 0.90
post_process_groupFunction · 0.90

Calls 1

_get_original_issue_idFunction · 0.85

Tested by

no test coverage detected