From d5673ea09c73ef427519b90c7d3d61a8964079f2 Mon Sep 17 00:00:00 2001 From: Jeremy Asuncion Date: Tue, 7 May 2024 13:48:03 -0700 Subject: [PATCH] ignore rum error for ad blocker (#1314) --- .happy/terraform/modules/cloudwatch-alarm/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.happy/terraform/modules/cloudwatch-alarm/main.tf b/.happy/terraform/modules/cloudwatch-alarm/main.tf index 9e166290a..60e65472a 100644 --- a/.happy/terraform/modules/cloudwatch-alarm/main.tf +++ b/.happy/terraform/modules/cloudwatch-alarm/main.tf @@ -116,6 +116,8 @@ resource aws_cloudwatch_log_metric_filter frontend_uncaught_error { "-\"ResizeObserver loop\"", "-\"Script error\"", "-\"The request is not allowed by the user agent\"", + # Error from adblocker + "Cannot redefine property: googletag" ]) count = var.metrics_enabled ? 1 : 0