From 255f2fc6f9a33a51e5b424d93cca5ea17cb53959 Mon Sep 17 00:00:00 2001 From: Marco Saia Date: Thu, 13 Aug 2026 17:37:13 +0200 Subject: [PATCH] fix: add modulesProvider in package.json --- packages/core/package.json | 9 +++++++++ packages/internal-testing-tools/package.json | 5 +++++ packages/react-native-session-replay/package.json | 5 +++++ 3 files changed, 19 insertions(+) diff --git a/packages/core/package.json b/packages/core/package.json index 6ae0c5e3f..06ecca948 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -113,6 +113,15 @@ "jsSrcsDir": "./src/specs", "android": { "javaPackageName": "com.datadog.reactnative" + }, + "ios": { + "modulesProvider": { + "DdFlags": "DdFlags", + "DdLogs": "DdLogs", + "DdRum": "DdRum", + "DdSdk": "DdSdk", + "DdTrace": "DdTrace" + } } }, "dependencies": { diff --git a/packages/internal-testing-tools/package.json b/packages/internal-testing-tools/package.json index 3b0cb8777..e2384a6be 100644 --- a/packages/internal-testing-tools/package.json +++ b/packages/internal-testing-tools/package.json @@ -91,6 +91,11 @@ "jsSrcsDir": "./src/specs", "android": { "javaPackageName": "com.datadog.reactnative.internaltesting" + }, + "ios": { + "modulesProvider": { + "DdInternalTesting": "DdInternalTesting" + } } }, "dependencies": { diff --git a/packages/react-native-session-replay/package.json b/packages/react-native-session-replay/package.json index 003adc82f..d5bb17cab 100644 --- a/packages/react-native-session-replay/package.json +++ b/packages/react-native-session-replay/package.json @@ -91,6 +91,11 @@ "jsSrcsDir": "./src/specs", "android": { "javaPackageName": "com.datadog.reactnative.sessionreplay" + }, + "ios": { + "modulesProvider": { + "DdSessionReplay": "DdSessionReplay" + } } }, "dependencies": {