Skip to content

Commit

Permalink
Excluding RUM errors for Cannot redefine property
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed May 30, 2024
1 parent a1f017c commit e9a8cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .happy/terraform/modules/cloudwatch-alarm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource aws_cloudwatch_log_metric_filter frontend_uncaught_error {
"-\"Script error\"",
"-\"The request is not allowed by the user agent\"",
# Error from adblocker
"Cannot redefine property: googletag"
"-\"Cannot redefine property\"",
])
count = var.metrics_enabled ? 1 : 0

Expand Down

0 comments on commit e9a8cb2

Please sign in to comment.