Skip to content

Commit

Permalink
update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbielik committed Jul 31, 2023
1 parent 87b0ae3 commit cbbd8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/broken_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@

<script>
window.braze.logCustomEvent("broken page", {
url: window.location.href
hostname: location.hostname,
pathname: location.pathname,
});
window.braze.requestImmediateDataFlush();
</script>
Expand Down

0 comments on commit cbbd8be

Please sign in to comment.