mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-27 17:53:55 +00:00
don't send empty envelopes
This commit is contained in:
@@ -31,4 +31,8 @@ pub const Value = struct {
|
||||
pub fn incref(self: Value) Value {
|
||||
c.sentry_value_incref(self.value);
|
||||
}
|
||||
|
||||
pub fn isNull(self: Value) bool {
|
||||
return c.sentry_value_is_null(self.value) != 0;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user