don't try (and fail) to get userData after clearing context

This commit is contained in:
Karl Seguin
2025-03-03 19:44:38 +08:00
parent accf2c0e5e
commit 2609671982
2 changed files with 21 additions and 20 deletions

View File

@@ -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;
});