diff --git a/scripts/new-relic.postbuild.ts b/scripts/new-relic.postbuild.ts index 7a9f49637..8231be286 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},