From 96418896eec79cce293ca8f9d155e6ebd47603d4 Mon Sep 17 00:00:00 2001 From: Chattox <33847899+Chattox@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:49:00 +0100 Subject: [PATCH] feat: TAR-110 update datadog config --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d760cab..69466d5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,12 +17,12 @@ function App() { env: ddEnv, site: "datadoghq.com", service: "dc-extension-seo-meta-tags", - version: "1.1.0", trackResources: true, trackLongTasks: true, trackUserInteractions: true, defaultPrivacyLevel: "allow", sessionSampleRate: 100, + sessionReplaySampleRate: 100, usePartitionedCrossSiteSessionCookie: true, proxy: "https://dd-proxy.amplience.net", });