mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 18:06:33 +00:00
crash: tag the thread type
This commit is contained in:
@@ -194,6 +194,7 @@ fn threadMain_(self: *Thread) !void {
|
||||
|
||||
// Setup our crash metadata
|
||||
crash.sentry.thread_state = .{
|
||||
.type = .renderer,
|
||||
.surface = self.renderer.surface_mailbox.surface,
|
||||
};
|
||||
defer crash.sentry.thread_state = null;
|
||||
|
Reference in New Issue
Block a user