From a137c18f34cefaa9090da7bb4f68965e56897510 Mon Sep 17 00:00:00 2001 From: Barbora Plasovska Date: Mon, 9 Feb 2026 15:34:50 +0100 Subject: [PATCH] RUM-14055 Remove ResponseSize from addResourceMetrics API --- packages/core/ios/Sources/DdRumImplementation.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/core/ios/Sources/DdRumImplementation.swift b/packages/core/ios/Sources/DdRumImplementation.swift index 0ac8a19bf..9667c20b6 100644 --- a/packages/core/ios/Sources/DdRumImplementation.swift +++ b/packages/core/ios/Sources/DdRumImplementation.swift @@ -317,9 +317,6 @@ public class DdRumImplementation: NSObject { ssl: ssl, firstByte: firstByte, download: download, - // no need to define the size here, because if it is missing, - // it will be taken from the command - responseSize: nil, attributes: [:] ) }