MCPcopy
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
537def mark_event_reprocessed(data: MutableMapping[str, Any], *, num_events: int = 1) -> None: ...
538
539
540@overload

Callers 1

handle_remaining_eventsFunction · 0.90

Calls 3

_get_original_issue_idFunction · 0.85
delayMethod · 0.80

Tested by

no test coverage detected