Skip to content

Commit

Permalink
MWPW-155315 Set Marketo POI
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed Sep 25, 2024
1 parent 94a0e5c commit f5b3b8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ export const LIBS = setLibs(window.location);
if (document.querySelector('.faas')) {
loadStyle('/styles/faas.css');
}
if (getMetadata('marketo-poi')) {
sessionStorage.setItem('marketo_poi', getMetadata('marketo-poi'));
}
const observer = new PerformanceObserver((list) => {
list.getEntries().forEach((entry) => {
if (entry.responseStatus === 404) window.lana?.log(`The resource ${entry.name} returned a 404 status.`, { tags: 'errorType=error,module=resource-404' });
Expand Down

0 comments on commit f5b3b8d

Please sign in to comment.