mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-03 12:24:40 +00:00
pkg/sentry: custom transports
This commit is contained in:
10
pkg/sentry/envelope.zig
Normal file
10
pkg/sentry/envelope.zig
Normal file
@@ -0,0 +1,10 @@
|
||||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const c = @import("c.zig").c;
|
||||
|
||||
/// sentry_envelope_t
|
||||
pub const Envelope = opaque {
|
||||
pub fn deinit(self: *Envelope) void {
|
||||
c.sentry_envelope_free(@ptrCast(self));
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user