sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Structured Logs: Logs for crashes

Open philipphofmann opened this issue 5 months ago • 2 comments

Description

The initial log buffering https://github.com/getsentry/sentry-cocoa/issues/5580 only buffers the logs in memory. So when a crash happens, the logs get lost. For some crashes, it's essential to have the logs to know what caused them.

See this develop docs page for an exact specification.

philipphofmann avatar Jul 18 '25 07:07 philipphofmann