From 2c4ae178dc754481986000cac6e9688b296d50e4 Mon Sep 17 00:00:00 2001 From: Gyuheon Oh Date: Mon, 18 May 2026 16:22:41 -0400 Subject: [PATCH 1/2] Update errors intake flag default json to be true --- metadata/supported-configurations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/supported-configurations.json b/metadata/supported-configurations.json index 827230f46ae..01087b11aa4 100644 --- a/metadata/supported-configurations.json +++ b/metadata/supported-configurations.json @@ -971,9 +971,9 @@ ], "DD_CRASHTRACKING_ERRORS_INTAKE_ENABLED": [ { - "version": "A", + "version": "B", "type": "boolean", - "default": "false", + "default": "true", "aliases": [] } ], From 13bf80e8fb3deffb46da74df39cf8a3eaa0b96d3 Mon Sep 17 00:00:00 2001 From: Gyuheon Oh Date: Tue, 19 May 2026 08:43:44 -0400 Subject: [PATCH 2/2] Trigger CI