mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-29 10:31:40 +00:00
crash: add directory listing, allocation free
This commit is contained in:
@@ -2,10 +2,15 @@
|
||||
//! whether that's setting up the system to catch crashes (Sentry client),
|
||||
//! introspecting crash reports, writing crash reports to disk, etc.
|
||||
|
||||
const dir = @import("dir.zig");
|
||||
const sentry_envelope = @import("sentry_envelope.zig");
|
||||
|
||||
pub const sentry = @import("sentry.zig");
|
||||
pub const Envelope = sentry_envelope.Envelope;
|
||||
pub const defaultDir = dir.defaultDir;
|
||||
pub const Dir = dir.Dir;
|
||||
pub const ReportIterator = dir.ReportIterator;
|
||||
pub const Report = dir.Report;
|
||||
|
||||
// The main init/deinit functions for global state.
|
||||
pub const init = sentry.init;
|
||||
|
||||
Reference in New Issue
Block a user