From 8c7f95df9f08c71c52fd766f00d9a4f65faefb70 Mon Sep 17 00:00:00 2001 From: "seer-by-sentry[bot]" <157164994+seer-by-sentry[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 12:08:53 +0000 Subject: [PATCH] fix: Enhance ad network error suppression to include Adform --- src/components/Gam.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/Gam.tsx b/src/components/Gam.tsx index 99a89887..0e5276cf 100644 --- a/src/components/Gam.tsx +++ b/src/components/Gam.tsx @@ -42,13 +42,13 @@ export function GamOnPageChange() { try { window.fusetag.pageInit() } catch (error) { - // Suppress cross-origin errors from Publift Fuse ad viewability measurement + // Suppress cross-origin errors from ad network scripts (Publift Fuse, Adform, etc.) // These can occur on iOS Safari due to strict Same-Origin Policy enforcement console.debug('Error during fusetag.pageInit():', error) } }) } catch (error) { - // Suppress cross-origin errors from Publift Fuse ad viewability measurement + // Suppress cross-origin errors from ad network scripts console.debug('Error calling fusetag.que.push():', error) } } @@ -58,20 +58,21 @@ export const GamScripts = () => (