mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
Add navigate telemetry
This commit is contained in:
@@ -10,7 +10,7 @@ const log = std.log.scoped(.telemetry);
|
||||
const ID_FILE = "lightpanda.id";
|
||||
|
||||
pub const Telemetry = TelemetryT(blk: {
|
||||
// if (builtin.mode == .Debug or builtin.is_test) break :blk NoopProvider;
|
||||
if (builtin.mode == .Debug or builtin.is_test) break :blk NoopProvider;
|
||||
break :blk @import("lightpanda.zig").LightPanda;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user