Skip to content

Commit c18ef3e

Browse files
committed
fix(404): do not include target, as it is redundant with URL
1 parent 8fc9e9b commit c18ef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
btnContainer.append(backBtn);
2727
}
2828
}
29-
sampleRUM('404', { source: document.referrer, target: window.location.href });
29+
sampleRUM('404', { source: document.referrer });
3030
});
3131
</script>
3232
<link rel="stylesheet" href="/styles/styles.css">

0 commit comments

Comments
 (0)