From 25948b7dcbd4910a17b6dc0664ded81302c51850 Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Tue, 3 Sep 2024 18:09:27 -0600 Subject: [PATCH] new-relic --- scripts/new-relic.postbuild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/new-relic.postbuild.ts b/scripts/new-relic.postbuild.ts index e350b3947..3f5440712 100644 --- a/scripts/new-relic.postbuild.ts +++ b/scripts/new-relic.postbuild.ts @@ -26,7 +26,7 @@ export function newRelic(indexHtml: string, options) { }, privacy: { cookies_enabled: true, - } + }, ajax: {autoStart: false}, jserrors: {autoStart: false}, metrics: {autoStart: false},