mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 00:08:59 +00:00
send telemetry synchronously in a background thread
This commit is contained in:
@@ -23,7 +23,7 @@ pub const App = struct {
|
||||
loop.* = try Loop.init(allocator);
|
||||
errdefer loop.deinit();
|
||||
|
||||
const telemetry = Telemetry.init(allocator, loop, run_mode);
|
||||
const telemetry = Telemetry.init(allocator, run_mode);
|
||||
errdefer telemetry.deinit();
|
||||
|
||||
return .{
|
||||
|
||||
Reference in New Issue
Block a user