mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 17:38:10 +00:00
add driver field to navigate telemetry
This commit is contained in:
@@ -98,7 +98,6 @@ pub const LightPanda = struct {
|
||||
try std.json.stringify(event, .{ .emit_null_optional_fields = false }, arr.writer(self.allocator));
|
||||
|
||||
var response_header_buffer: [2048]u8 = undefined;
|
||||
|
||||
const result = try client.fetch(.{
|
||||
.method = .POST,
|
||||
.payload = arr.items,
|
||||
|
||||
Reference in New Issue
Block a user