Skip to content

Commit cb55461

Browse files
authored
Merge pull request #357 from adobe/404-target
fix(404): do not include target, as it is redundant with URL
2 parents 8fc9e9b + c18ef3e commit cb55461

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)