@datadog/mobile-react-native-session-replay 2.8.2 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,16 @@ Pod::Spec.new do |s|
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
xcconfig = {
|
|
33
|
-
"HEADER_SEARCH_PATHS" => "$(
|
|
33
|
+
"HEADER_SEARCH_PATHS" => "$(inherited) " +
|
|
34
|
+
"$(PODS_ROOT)/React-RCTFabric/** " +
|
|
35
|
+
"$(PODS_ROOT)/React-FabricComponents/** " +
|
|
36
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_RCTFabric.framework/Headers/** " +
|
|
37
|
+
"$(PODS_CONFIGURATION_BUILD_DIR)/React-FabricComponents/React_FabricComponents.framework/Headers/**",
|
|
38
|
+
"USER_HEADER_SEARCH_PATHS" => "$(inherited) " +
|
|
39
|
+
"$(PODS_ROOT)/React-RCTFabric/** " +
|
|
40
|
+
"$(PODS_ROOT)/React-FabricComponents/** " +
|
|
41
|
+
"${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_RCTFabric.framework/Headers/** " +
|
|
42
|
+
"$(PODS_CONFIGURATION_BUILD_DIR)/React-FabricComponents/React_FabricComponents.framework/Headers/**"
|
|
34
43
|
}
|
|
35
44
|
|
|
36
45
|
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
|
package/android/build.gradle
CHANGED
|
@@ -209,8 +209,8 @@ dependencies {
|
|
|
209
209
|
api "com.facebook.react:react-android:$reactNativeVersion"
|
|
210
210
|
}
|
|
211
211
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
212
|
-
implementation "com.datadoghq:dd-sdk-android-session-replay:2.
|
|
213
|
-
implementation "com.datadoghq:dd-sdk-android-internal:2.
|
|
212
|
+
implementation "com.datadoghq:dd-sdk-android-session-replay:2.21.0"
|
|
213
|
+
implementation "com.datadoghq:dd-sdk-android-internal:2.21.0"
|
|
214
214
|
implementation project(path: ':datadog_mobile-react-native')
|
|
215
215
|
|
|
216
216
|
testImplementation "org.junit.platform:junit-platform-launcher:1.6.2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datadog/mobile-react-native-session-replay",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "A client-side React Native module to enable session replay with Datadog",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"datadog",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"javaPackageName": "com.datadog.reactnative.sessionreplay"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "5da51fa8effce3e51c3cbd74b27e9a105d79e5a7"
|
|
94
94
|
}
|