Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsentry/sentry
/ mark_event_reprocessed
Function
mark_event_reprocessed
src/sentry/reprocessing2.py:537–537 ·
view source on GitHub ↗
(data: MutableMapping[str, Any], *, num_events: int = 1)
Source
from the content-addressed store, hash-verified
535
536
@overload
537
def
mark_event_reprocessed(data: MutableMapping[str, Any], *, num_events: int = 1) -> None: ...
538
539
540
@overload
Callers
1
handle_remaining_events
Function · 0.90
Calls
3
_get_original_issue_id
Function · 0.85
delay
Method · 0.80
mark_event_reprocessed
Method · 0.45
Tested by
no test coverage detected