Skip to content

Commit 1f9a6af

Browse files
authored
Merge pull request #1280 from DataDog/carlosnogueira/release-v3.4.0
[RELEASE] React Native SDK v3.4.0
2 parents dc76d2c + fc11978 commit 1f9a6af

26 files changed

Lines changed: 420 additions & 456 deletions

File tree

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+
| 3.4.0 | 3.10.0 | 3.8.0 |
34
| 3.3.0 | 3.8.2 | 3.8.0 |
45
| 3.2.0 | 3.8.2 | 3.8.0 |
56
| 3.1.2 | 3.5.0 | 3.5.0 |

benchmarks/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PODS:
1313
- DatadogInternal (= 3.10.0)
1414
- DatadogRUM (3.10.0):
1515
- DatadogInternal (= 3.10.0)
16-
- DatadogSDKReactNative (3.3.0):
16+
- DatadogSDKReactNative (3.4.0):
1717
- DatadogCore (= 3.10.0)
1818
- DatadogCrashReporting (= 3.10.0)
1919
- DatadogFlags (= 3.10.0)
@@ -41,7 +41,7 @@ PODS:
4141
- ReactCommon/turbomodule/bridging
4242
- ReactCommon/turbomodule/core
4343
- Yoga
44-
- DatadogSDKReactNativeSessionReplay (3.3.0):
44+
- DatadogSDKReactNativeSessionReplay (3.4.0):
4545
- DatadogSDKReactNative
4646
- DatadogSessionReplay (= 3.10.0)
4747
- DoubleConversion
@@ -64,7 +64,7 @@ PODS:
6464
- ReactCommon/turbomodule/bridging
6565
- ReactCommon/turbomodule/core
6666
- Yoga
67-
- DatadogSDKReactNativeWebView (3.3.0):
67+
- DatadogSDKReactNativeWebView (3.4.0):
6868
- DatadogInternal (= 3.10.0)
6969
- DatadogSDKReactNative
7070
- DatadogWebViewTracking (= 3.10.0)
@@ -2094,9 +2094,9 @@ SPEC CHECKSUMS:
20942094
DatadogInternal: b81d08e4035de78140488b7422c239b17b89d251
20952095
DatadogLogs: 20381f731050c500c85d36f4799cf0f28a56915e
20962096
DatadogRUM: 4f863c5330d85d6b54bb372d830929ad3b5006ab
2097-
DatadogSDKReactNative: 2d03d9524f43e93a40a466b53982bd303b045e1a
2098-
DatadogSDKReactNativeSessionReplay: 1127faae3e8ee11e6b4b480053e1fbfe382f653d
2099-
DatadogSDKReactNativeWebView: 25996d34b0b283c37d98e2e079e00b925d09edd1
2097+
DatadogSDKReactNative: 72113cd4f223791588af6853e03722e5bbfcae81
2098+
DatadogSDKReactNativeSessionReplay: 349f90a23e72a0ca572e7fcb803ba7acb5d9f1e7
2099+
DatadogSDKReactNativeWebView: 22a2b265c16e9ea7d450ce3b80192ac173d4b653
21002100
DatadogSessionReplay: aef317ccd62a089691899bc7153177deec3c66d6
21012101
DatadogTrace: c51a2bde28197cb1bab50031c83a82e3a1dbcf30
21022102
DatadogWebViewTracking: 7775faa20f2044f2948c2eb246889ba5ceefbd6a

example-new-architecture/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PODS:
1313
- DatadogInternal (= 3.10.0)
1414
- DatadogRUM (3.10.0):
1515
- DatadogInternal (= 3.10.0)
16-
- DatadogSDKReactNative (3.3.0):
16+
- DatadogSDKReactNative (3.4.0):
1717
- DatadogCore (= 3.10.0)
1818
- DatadogCrashReporting (= 3.10.0)
1919
- DatadogFlags (= 3.10.0)
@@ -41,7 +41,7 @@ PODS:
4141
- ReactCommon/turbomodule/bridging
4242
- ReactCommon/turbomodule/core
4343
- Yoga
44-
- DatadogSDKReactNative/Tests (3.3.0):
44+
- DatadogSDKReactNative/Tests (3.4.0):
4545
- DatadogCore (= 3.10.0)
4646
- DatadogCrashReporting (= 3.10.0)
4747
- DatadogFlags (= 3.10.0)
@@ -1872,7 +1872,7 @@ SPEC CHECKSUMS:
18721872
DatadogInternal: b81d08e4035de78140488b7422c239b17b89d251
18731873
DatadogLogs: 20381f731050c500c85d36f4799cf0f28a56915e
18741874
DatadogRUM: 4f863c5330d85d6b54bb372d830929ad3b5006ab
1875-
DatadogSDKReactNative: ed20f3f410658475d8ef360d6723f880e9cbb1ee
1875+
DatadogSDKReactNative: 0871c12fc0fa3a6a78d9c8dd0f65f15bd9950b7e
18761876
DatadogTrace: c51a2bde28197cb1bab50031c83a82e3a1dbcf30
18771877
DatadogWebViewTracking: 7775faa20f2044f2948c2eb246889ba5ceefbd6a
18781878
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385

example/ios/Podfile.lock

Lines changed: 9 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PODS:
1313
- DatadogInternal (= 3.10.0)
1414
- DatadogRUM (3.10.0):
1515
- DatadogInternal (= 3.10.0)
16-
- DatadogSDKReactNative (3.3.0):
16+
- DatadogSDKReactNative (3.4.0):
1717
- DatadogCore (= 3.10.0)
1818
- DatadogCrashReporting (= 3.10.0)
1919
- DatadogFlags (= 3.10.0)
@@ -22,7 +22,7 @@ PODS:
2222
- DatadogTrace (= 3.10.0)
2323
- DatadogWebViewTracking (= 3.10.0)
2424
- React-Core
25-
- DatadogSDKReactNative/Tests (3.3.0):
25+
- DatadogSDKReactNative/Tests (3.4.0):
2626
- DatadogCore (= 3.10.0)
2727
- DatadogCrashReporting (= 3.10.0)
2828
- DatadogFlags (= 3.10.0)
@@ -31,59 +31,21 @@ PODS:
3131
- DatadogTrace (= 3.10.0)
3232
- DatadogWebViewTracking (= 3.10.0)
3333
- React-Core
34-
- DatadogSDKReactNativeSessionReplay (3.3.0):
34+
- DatadogSDKReactNativeSessionReplay (3.4.0):
3535
- DatadogSDKReactNative
3636
- DatadogSessionReplay (= 3.10.0)
37-
- DoubleConversion
38-
- glog
39-
- hermes-engine
40-
- RCT-Folly (= 2024.10.14.00)
41-
- RCTRequired
42-
- RCTTypeSafety
4337
- React-Core
44-
- React-debug
45-
- React-Fabric
46-
- React-featureflags
47-
- React-graphics
48-
- React-ImageManager
49-
- React-NativeModulesApple
50-
- React-RCTFabric
51-
- React-rendererdebug
52-
- React-utils
53-
- ReactCodegen
54-
- ReactCommon/turbomodule/bridging
55-
- ReactCommon/turbomodule/core
56-
- Yoga
57-
- DatadogSDKReactNativeSessionReplay/Tests (3.3.0):
38+
- DatadogSDKReactNativeSessionReplay/Tests (3.4.0):
5839
- DatadogSDKReactNative
5940
- DatadogSessionReplay (= 3.10.0)
60-
- DoubleConversion
61-
- glog
62-
- hermes-engine
63-
- RCT-Folly (= 2024.10.14.00)
64-
- RCTRequired
65-
- RCTTypeSafety
6641
- React-Core
67-
- React-debug
68-
- React-Fabric
69-
- React-featureflags
70-
- React-graphics
71-
- React-ImageManager
72-
- React-NativeModulesApple
73-
- React-RCTFabric
7442
- React-RCTText
75-
- React-rendererdebug
76-
- React-utils
77-
- ReactCodegen
78-
- ReactCommon/turbomodule/bridging
79-
- ReactCommon/turbomodule/core
80-
- Yoga
81-
- DatadogSDKReactNativeWebView (3.3.0):
43+
- DatadogSDKReactNativeWebView (3.4.0):
8244
- DatadogInternal (= 3.10.0)
8345
- DatadogSDKReactNative
8446
- DatadogWebViewTracking (= 3.10.0)
8547
- React-Core
86-
- DatadogSDKReactNativeWebView/Tests (3.3.0):
48+
- DatadogSDKReactNativeWebView/Tests (3.4.0):
8749
- DatadogInternal (= 3.10.0)
8850
- DatadogSDKReactNative
8951
- DatadogWebViewTracking (= 3.10.0)
@@ -2010,9 +1972,9 @@ SPEC CHECKSUMS:
20101972
DatadogInternal: b81d08e4035de78140488b7422c239b17b89d251
20111973
DatadogLogs: 20381f731050c500c85d36f4799cf0f28a56915e
20121974
DatadogRUM: 4f863c5330d85d6b54bb372d830929ad3b5006ab
2013-
DatadogSDKReactNative: 007959aa61bf705baa9160acee4f75107533c4e1
2014-
DatadogSDKReactNativeSessionReplay: b383803a261b404bbc3b71744d2f86d001c9ce0c
2015-
DatadogSDKReactNativeWebView: 5fed9ac5c4807d00897fad86e26e2143bf0dba4f
1975+
DatadogSDKReactNative: c7d0a4d8ced869ce285d8e1f7c00726805290c6b
1976+
DatadogSDKReactNativeSessionReplay: 46872f6f1f8acaa636e942a32156829412d99041
1977+
DatadogSDKReactNativeWebView: 848c6aca6181570e2d635b87b1e4ca2df0b7ece9
20161978
DatadogSessionReplay: aef317ccd62a089691899bc7153177deec3c66d6
20171979
DatadogTrace: c51a2bde28197cb1bab50031c83a82e3a1dbcf30
20181980
DatadogWebViewTracking: 7775faa20f2044f2948c2eb246889ba5ceefbd6a

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": "3.3.0",
3+
"version": "3.4.0",
44
"packages": [
55
"packages/*"
66
],

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": "3.3.0",
3+
"version": "3.4.0",
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:3.3.0",
41+
"@datadog/mobile-react-native": "workspace:3.4.0",
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 = "3.3.0"
10+
internal const val SDK_VERSION = "3.4.0"

packages/core/ios/Sources/SdkVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
import Foundation
88

99
// This is automatically updated by the update-version.sh script
10-
let SdkVersion = "3.3.0"
10+
let SdkVersion = "3.4.0"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/mobile-react-native",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "A client-side React Native module to interact with Datadog",
55
"keywords": [
66
"datadog",

0 commit comments

Comments
 (0)