Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
476
def
is_reprocessed_event(data: Mapping[str, Any]) -> bool:
477
return
bool(_get_original_issue_id(data))
478
479
480
def
_get_original_issue_id(data: Mapping[str, Any]) -> int | None:
Callers
2
save_error_events
Method · 0.90
post_process_group
Function · 0.90
Calls
1
_get_original_issue_id
Function · 0.85
Tested by
no test coverage detected