Skip to content

Commit 6efb940

Browse files
authored
Merge pull request #1107 from DataDog/sbarrio/v3/update-with-latest-from-v2
[CHORE] Bring latest changes from v2.14.1 into V3 feature branch
2 parents 84230b6 + 1dba53b commit 6efb940

File tree

32 files changed

+978
-3734
lines changed

32 files changed

+978
-3734
lines changed

NATIVE_SDK_VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| React Native | iOS Bridge / iOS SDK | Android Bridge / Android SDK |
22
|-------------|---------------------|-----------------------------|
3+
| 2.14.1 | 2.30.2 | 2.26.2 |
34
| 2.14.0 | 2.30.2 | 2.26.2 |
45
| 2.13.2 | 2.30.2 | 2.26.2 |
56
| 2.13.1 | 2.30.2 | 2.26.2 |

benchmarks/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- DatadogInternal (= 3.4.0)
1111
- DatadogRUM (3.4.0):
1212
- DatadogInternal (= 3.4.0)
13-
- DatadogSDKReactNative (2.14.0):
13+
- DatadogSDKReactNative (2.14.1):
1414
- DatadogCore (= 3.4.0)
1515
- DatadogCrashReporting (= 3.4.0)
1616
- DatadogLogs (= 3.4.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNativeSessionReplay (2.14.0):
40+
- DatadogSDKReactNativeSessionReplay (2.14.1):
4141
- DatadogSDKReactNative
4242
- DatadogSessionReplay (= 3.4.0)
4343
- DoubleConversion
@@ -60,7 +60,7 @@ PODS:
6060
- ReactCommon/turbomodule/bridging
6161
- ReactCommon/turbomodule/core
6262
- Yoga
63-
- DatadogSDKReactNativeWebView (2.14.0):
63+
- DatadogSDKReactNativeWebView (2.14.1):
6464
- DatadogInternal (= 3.4.0)
6565
- DatadogSDKReactNative
6666
- DatadogWebViewTracking (= 3.4.0)
@@ -2075,9 +2075,9 @@ SPEC CHECKSUMS:
20752075
DatadogInternal: b0372935ad8dde5ad06960fe8d88c39b2cc92bcc
20762076
DatadogLogs: 484bb1bfe0c9a7cb2a7d9733f61614e8ea7b2f3a
20772077
DatadogRUM: 00069b27918e0ce4a9223b87b4bfa7929d6a0a1f
2078-
DatadogSDKReactNative: 92d5aa9086ff036530cb78c5439aeee24de93e34
2079-
DatadogSDKReactNativeSessionReplay: ccfc4d275a97d516ebcb643d03f86210db2380a8
2080-
DatadogSDKReactNativeWebView: 4cccdf90e3bb877f5d79eb688a28aad7f74ff4cf
2078+
DatadogSDKReactNative: 09e2b0a4de201ebe1a6ceb54e98fa309c3fecad1
2079+
DatadogSDKReactNativeSessionReplay: bdbee9e397fd03b77280b6d95e398a8a589593b4
2080+
DatadogSDKReactNativeWebView: 0bc52c443edca92cdd9d426f280468bdc8076236
20812081
DatadogSessionReplay: 462a3a2e39e9e2193528cf572c8d1acfd6cdace1
20822082
DatadogTrace: 852cb80f9370eb1321eb30a73c82c8e3d9e4e980
20832083
DatadogWebViewTracking: 32dfeaf7aad47a605a689ed12e0d21ee8eb56141

benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/core": "7.25.2",
4141
"@babel/preset-env": "7.25.3",
4242
"@babel/runtime": "^7.26.10",
43-
"@datadog/datadog-ci": "3.12.0",
43+
"@datadog/datadog-ci": "^4.4.0",
4444
"@react-native-community/cli": "15.0.1",
4545
"@react-native-community/cli-platform-android": "15.0.1",
4646
"@react-native-community/cli-platform-ios": "15.0.1",

example-new-architecture/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- DatadogInternal (= 3.4.0)
1111
- DatadogRUM (3.4.0):
1212
- DatadogInternal (= 3.4.0)
13-
- DatadogSDKReactNative (2.14.0):
13+
- DatadogSDKReactNative (2.14.1):
1414
- DatadogCore (= 3.4.0)
1515
- DatadogCrashReporting (= 3.4.0)
1616
- DatadogLogs (= 3.4.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNative/Tests (2.14.0):
40+
- DatadogSDKReactNative/Tests (2.14.1):
4141
- DatadogCore (= 3.4.0)
4242
- DatadogCrashReporting (= 3.4.0)
4343
- DatadogLogs (= 3.4.0)
@@ -1855,7 +1855,7 @@ SPEC CHECKSUMS:
18551855
DatadogInternal: b0372935ad8dde5ad06960fe8d88c39b2cc92bcc
18561856
DatadogLogs: 484bb1bfe0c9a7cb2a7d9733f61614e8ea7b2f3a
18571857
DatadogRUM: 00069b27918e0ce4a9223b87b4bfa7929d6a0a1f
1858-
DatadogSDKReactNative: 8bfd30eecba2ecc242140b7b4319d5f49be5a179
1858+
DatadogSDKReactNative: dc365391ece79c792de428048724e17b1905deb7
18591859
DatadogTrace: 852cb80f9370eb1321eb30a73c82c8e3d9e4e980
18601860
DatadogWebViewTracking: 32dfeaf7aad47a605a689ed12e0d21ee8eb56141
18611861
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385

example/ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ PODS:
1010
- DatadogInternal (= 3.4.0)
1111
- DatadogRUM (3.4.0):
1212
- DatadogInternal (= 3.4.0)
13-
- DatadogSDKReactNative (2.14.0):
13+
- DatadogSDKReactNative (2.14.1):
1414
- DatadogCore (= 3.4.0)
1515
- DatadogCrashReporting (= 3.4.0)
1616
- DatadogLogs (= 3.4.0)
1717
- DatadogRUM (= 3.4.0)
1818
- DatadogTrace (= 3.4.0)
1919
- DatadogWebViewTracking (= 3.4.0)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.14.0):
21+
- DatadogSDKReactNative/Tests (2.14.1):
2222
- DatadogCore (= 3.4.0)
2323
- DatadogCrashReporting (= 3.4.0)
2424
- DatadogLogs (= 3.4.0)
2525
- DatadogRUM (= 3.4.0)
2626
- DatadogTrace (= 3.4.0)
2727
- DatadogWebViewTracking (= 3.4.0)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.14.0):
29+
- DatadogSDKReactNativeSessionReplay (2.14.1):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (= 3.4.0)
3232
- DoubleConversion
@@ -49,7 +49,7 @@ PODS:
4949
- ReactCommon/turbomodule/bridging
5050
- ReactCommon/turbomodule/core
5151
- Yoga
52-
- DatadogSDKReactNativeSessionReplay/Tests (2.14.0):
52+
- DatadogSDKReactNativeSessionReplay/Tests (2.14.1):
5353
- DatadogSDKReactNative
5454
- DatadogSessionReplay (= 3.4.0)
5555
- DoubleConversion
@@ -73,12 +73,12 @@ PODS:
7373
- ReactCommon/turbomodule/bridging
7474
- ReactCommon/turbomodule/core
7575
- Yoga
76-
- DatadogSDKReactNativeWebView (2.14.0):
76+
- DatadogSDKReactNativeWebView (2.14.1):
7777
- DatadogInternal (= 3.4.0)
7878
- DatadogSDKReactNative
7979
- DatadogWebViewTracking (= 3.4.0)
8080
- React-Core
81-
- DatadogSDKReactNativeWebView/Tests (2.14.0):
81+
- DatadogSDKReactNativeWebView/Tests (2.14.1):
8282
- DatadogInternal (= 3.4.0)
8383
- DatadogSDKReactNative
8484
- DatadogWebViewTracking (= 3.4.0)
@@ -1993,9 +1993,9 @@ SPEC CHECKSUMS:
19931993
DatadogInternal: b0372935ad8dde5ad06960fe8d88c39b2cc92bcc
19941994
DatadogLogs: 484bb1bfe0c9a7cb2a7d9733f61614e8ea7b2f3a
19951995
DatadogRUM: 00069b27918e0ce4a9223b87b4bfa7929d6a0a1f
1996-
DatadogSDKReactNative: 177767e5521ac53b759baef08e74f218231f2d35
1997-
DatadogSDKReactNativeSessionReplay: 7f69610ddcd542ad0b1652cad3cf2a969b32335a
1998-
DatadogSDKReactNativeWebView: 87b2c59fc708a79c74a9b7730de4ea812f470e80
1996+
DatadogSDKReactNative: a518e82bafe915c80f6495bd17dfe8d54b9b7c8b
1997+
DatadogSDKReactNativeSessionReplay: b7ab52020b149e8cfc4a319ed9a947b5a4bae606
1998+
DatadogSDKReactNativeWebView: 0492d1d9144ec1c717970776398639dc4eaa30e4
19991999
DatadogSessionReplay: 462a3a2e39e9e2193528cf572c8d1acfd6cdace1
20002000
DatadogTrace: 852cb80f9370eb1321eb30a73c82c8e3d9e4e980
20012001
DatadogWebViewTracking: 32dfeaf7aad47a605a689ed12e0d21ee8eb56141

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/core": "^7.25.2",
3737
"@babel/preset-env": "^7.25.3",
3838
"@babel/runtime": "^7.26.10",
39-
"@datadog/datadog-ci": "^2.39.0",
39+
"@datadog/datadog-ci": "^4.4.0",
4040
"@react-native/babel-preset": "0.76.9",
4141
"@react-native/eslint-config": "0.76.9",
4242
"@react-native/metro-config": "0.76.9",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"packages": [
55
"packages/*"
66
],

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-react-native": "3.10.0",
5858
"genversion": "3.0.2",
5959
"jest": "^29.7.0",
60-
"lerna": "9.0.0",
60+
"lerna": "9.0.3",
6161
"metro": "^0.83.1",
6262
"pod-install": "0.1.14",
6363
"prettier": "2.2.0",
@@ -83,6 +83,13 @@
8383
},
8484
"packageManager": "yarn@3.4.1",
8585
"resolutions": {
86+
"@istanbuljs/load-nyc-config/js-yaml": "3.14.2",
87+
"@yarnpkg/parsers/js-yaml": "3.14.2",
88+
"cosmiconfig@npm:5.2.1/js-yaml": "3.14.2",
89+
"front-matter@npm:4.0.2/js-yaml": "3.14.2",
90+
"node-forge": "^1.3.1",
91+
"cacache/glob": "^10.5.0",
92+
"@npmcli/arborist": "^9.1.8",
8693
"ejs": "3.1.10",
8794
"shell-quote": "^1.7.3",
8895
"cross-spawn": "7.0.5",

packages/codepush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/mobile-react-native-code-push",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
55
"keywords": [
66
"datadog",
@@ -38,7 +38,7 @@
3838
"prepare": "rm -rf lib && yarn bob build"
3939
},
4040
"devDependencies": {
41-
"@datadog/mobile-react-native": "workspace:2.14.0",
41+
"@datadog/mobile-react-native": "workspace:2.14.1",
4242
"@testing-library/react-native": "7.0.2",
4343
"react-native-builder-bob": "0.26.0",
4444
"react-native-code-push": "7.1.0"

packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
package com.datadog.reactnative
88

99
// This is automatically updated by the update-version.sh script
10-
internal const val SDK_VERSION = "2.14.0"
10+
internal const val SDK_VERSION = "2.14.1"

0 commit comments

Comments
 (0)