Skip to content

sentry: implement breadcrumbs based on journal

Harald Sitter requested to merge work/sitter/logs into master

this is a fairly non-invasive approach to log collection. when operating in coredumpd mode we have drkonqi itself retrieve the last 30 log entries created by the pid and attach them as breadcrumbs to the event payload. this then renders as additional data points in sentry

Merge request reports