summaryrefslogtreecommitdiff
path: root/src/crash/sentry.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test macOSMitchell Hashimoto
2025-06-20debug: properly set thread names on macOSQwerasd
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
2025-01-02core: add build option to disable sentryJeffrey C. Ollie
2025-01-02crash: prefer XDG cache dir if availableMitchell Hashimoto
2025-01-03Use bundle ID for macOS cache directory pathBryan Lee
2025-01-03Respect `XDG_CACHE_HOME` and use`NSFileManager` for cache pathsBryan Lee
2024-12-29Allow startup without $HOME writableMitchell Hashimoto
2024-11-14core: make surface use only renderer.SizeMitchell Hashimoto
2024-09-10crash: add directory listing, allocation freeMitchell Hashimoto
2024-09-10feat: basic +crash-report cli actionJeffrey C. Ollie
2024-09-06crash: parse attachments from sentry envelopeMitchell Hashimoto
2024-09-06crash: data model for encoded vs decoded itemsMitchell Hashimoto
2024-09-02crash: tag the thread typeMitchell Hashimoto
2024-09-02crash: beforeSend needs to add contexts to the event directlyMitchell Hashimoto
2024-09-01renderer/termio attach thread local state for crash captureMitchell Hashimoto
2024-09-01crash: try to attach dimensions to the crash reportMitchell Hashimoto
2024-09-01crash: add build mode to sentry tagsMitchell Hashimoto
2024-08-31pty: reset all signals after forkMitchell Hashimoto
2024-08-31crash: initialize sentry off-threadMitchell Hashimoto
2024-08-31pkg/sentry: uuid string is null-terminatedMitchell Hashimoto
2024-08-31crash: discard envelopes that do not contain a crashMitchell Hashimoto
2024-08-31move crash init to crash packageMitchell Hashimoto