diff --git a/html/early.js b/html/early.js
index 06396a3..a919922 100644
--- a/html/early.js
+++ b/html/early.js
@@ -585,6 +585,9 @@ if (uuid != null) {
console.log("Chunks enabled!");
chunkNames = (pTracks ? data.chunks_all : data.chunks) || [];
nHistoryItems = chunkNames.length;
+ if (usp.has('showTrace')) {
+ nHistoryItems = 0;
+ }
enable_uat = (data.enable_uat == "true");
enable_pf_data = (data.pf_data == "true");
if (enable_uat)