Skip to content

Commit 226434b

Browse files
Merge pull request #728 from DataDog/marcosaia/release-v2.4.4
[RELEASE] React Native Datadog SDK v2.4.4
2 parents 3f7d633 + 0001e7f commit 226434b

File tree

16 files changed

+59
-57
lines changed

16 files changed

+59
-57
lines changed

example-new-architecture/ios/Podfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
22
- boost (1.83.0)
3-
- DatadogCore (2.16.0):
4-
- DatadogInternal (= 2.16.0)
5-
- DatadogCrashReporting (2.16.0):
6-
- DatadogInternal (= 2.16.0)
3+
- DatadogCore (2.18.0):
4+
- DatadogInternal (= 2.18.0)
5+
- DatadogCrashReporting (2.18.0):
6+
- DatadogInternal (= 2.18.0)
77
- PLCrashReporter (~> 1.11.2)
8-
- DatadogInternal (2.16.0)
9-
- DatadogLogs (2.16.0):
10-
- DatadogInternal (= 2.16.0)
11-
- DatadogRUM (2.16.0):
12-
- DatadogInternal (= 2.16.0)
13-
- DatadogSDKReactNative (2.4.3):
14-
- DatadogCore (~> 2.16.0)
15-
- DatadogCrashReporting (~> 2.16.0)
16-
- DatadogLogs (~> 2.16.0)
17-
- DatadogRUM (~> 2.16.0)
18-
- DatadogTrace (~> 2.16.0)
19-
- DatadogWebViewTracking (~> 2.16.0)
8+
- DatadogInternal (2.18.0)
9+
- DatadogLogs (2.18.0):
10+
- DatadogInternal (= 2.18.0)
11+
- DatadogRUM (2.18.0):
12+
- DatadogInternal (= 2.18.0)
13+
- DatadogSDKReactNative (2.4.4):
14+
- DatadogCore (~> 2.18.0)
15+
- DatadogCrashReporting (~> 2.18.0)
16+
- DatadogLogs (~> 2.18.0)
17+
- DatadogRUM (~> 2.18.0)
18+
- DatadogTrace (~> 2.18.0)
19+
- DatadogWebViewTracking (~> 2.18.0)
2020
- DoubleConversion
2121
- glog
2222
- hermes-engine
@@ -37,11 +37,11 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogTrace (2.16.0):
41-
- DatadogInternal (= 2.16.0)
40+
- DatadogTrace (2.18.0):
41+
- DatadogInternal (= 2.18.0)
4242
- OpenTelemetrySwiftApi (= 1.6.0)
43-
- DatadogWebViewTracking (2.16.0):
44-
- DatadogInternal (= 2.16.0)
43+
- DatadogWebViewTracking (2.18.0):
44+
- DatadogInternal (= 2.18.0)
4545
- DoubleConversion (1.1.6)
4646
- FBLazyVector (0.74.3)
4747
- fmt (9.1.0)
@@ -1398,14 +1398,14 @@ EXTERNAL SOURCES:
13981398

13991399
SPEC CHECKSUMS:
14001400
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1401-
DatadogCore: 4cf2a1fe0e60ebcb12a459328f652da6268de140
1402-
DatadogCrashReporting: 380f559499c2d2171c40ddfbf9d4206f772fdca1
1403-
DatadogInternal: 67742f9aac1b123f5bda9d6e3bb22ab1773fda0b
1404-
DatadogLogs: 1278623e6235c5fff7e68d0d4914cee11d828f8d
1405-
DatadogRUM: 4bac99a16de3c1ebebd9a1c3e6361cf1b13da83c
1406-
DatadogSDKReactNative: 504a6a06c57a0a91b48c5e6e053859a189e0caf1
1407-
DatadogTrace: 7ac25fb96a022159f6cba44fa88c68569c984da8
1408-
DatadogWebViewTracking: a8cac9ca5d3aa3c2ace3fbe6072dfd77425deae8
1401+
DatadogCore: 24f3bf4daa04949ef98b706ec4d4cb3cfde5443c
1402+
DatadogCrashReporting: 1a16f982c569f0d7058779a4540d4506002c89c6
1403+
DatadogInternal: 4719225e5e3a5550a52196930cecdf2a589820b2
1404+
DatadogLogs: 0365989aebbf3d0c7cb7346cf2bbb932c0eacc01
1405+
DatadogRUM: 8461273acc87ddfe4a8bbc6e6672ae9542471f86
1406+
DatadogSDKReactNative: 0137703a52fffb7e132d2a8c3e0193432eb8981d
1407+
DatadogTrace: cc8ae210c274aa40658da83c9cc15de85bde405a
1408+
DatadogWebViewTracking: eeb8ea3fa13983752d2cc4dc0994664bf8388e15
14091409
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
14101410
FBLazyVector: 7e977dd099937dc5458851233141583abba49ff2
14111411
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120

example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ PODS:
1010
- DatadogInternal (= 2.18.0)
1111
- DatadogRUM (2.18.0):
1212
- DatadogInternal (= 2.18.0)
13-
- DatadogSDKReactNative (2.4.3):
13+
- DatadogSDKReactNative (2.4.4):
1414
- DatadogCore (~> 2.18.0)
1515
- DatadogCrashReporting (~> 2.18.0)
1616
- DatadogLogs (~> 2.18.0)
1717
- DatadogRUM (~> 2.18.0)
1818
- DatadogTrace (~> 2.18.0)
1919
- DatadogWebViewTracking (~> 2.18.0)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.4.3):
21+
- DatadogSDKReactNative/Tests (2.4.4):
2222
- DatadogCore (~> 2.18.0)
2323
- DatadogCrashReporting (~> 2.18.0)
2424
- DatadogLogs (~> 2.18.0)
2525
- DatadogRUM (~> 2.18.0)
2626
- DatadogTrace (~> 2.18.0)
2727
- DatadogWebViewTracking (~> 2.18.0)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.4.3-alpha.0):
29+
- DatadogSDKReactNativeSessionReplay (2.4.4-alpha.0):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (~> 2.18.0)
3232
- React-Core
33-
- DatadogSDKReactNativeSessionReplay/Tests (2.4.3-alpha.0):
33+
- DatadogSDKReactNativeSessionReplay/Tests (2.4.4-alpha.0):
3434
- DatadogSDKReactNative
3535
- DatadogSessionReplay (~> 2.18.0)
3636
- React-Core
@@ -1213,14 +1213,14 @@ PODS:
12131213
- React-logger (= 0.74.3)
12141214
- React-perflogger (= 0.74.3)
12151215
- React-utils (= 0.74.3)
1216-
- ReactNativeNavigation (7.38.2):
1216+
- ReactNativeNavigation (7.40.1):
12171217
- HMSegmentedControl
12181218
- React-Core
12191219
- React-CoreModules
12201220
- React-RCTImage
12211221
- React-RCTText
1222-
- ReactNativeNavigation/Core (= 7.38.2)
1223-
- ReactNativeNavigation/Core (7.38.2):
1222+
- ReactNativeNavigation/Core (= 7.40.1)
1223+
- ReactNativeNavigation/Core (7.40.1):
12241224
- HMSegmentedControl
12251225
- React-Core
12261226
- React-CoreModules
@@ -1476,8 +1476,8 @@ SPEC CHECKSUMS:
14761476
DatadogInternal: 4719225e5e3a5550a52196930cecdf2a589820b2
14771477
DatadogLogs: 0365989aebbf3d0c7cb7346cf2bbb932c0eacc01
14781478
DatadogRUM: 8461273acc87ddfe4a8bbc6e6672ae9542471f86
1479-
DatadogSDKReactNative: 18393899c440460e72428b7bb70ceb6ce7b26ae6
1480-
DatadogSDKReactNativeSessionReplay: be2fab2b7ae689cc9e4c3b0e7e6d11bce1bb99f3
1479+
DatadogSDKReactNative: 1bdbebae33aa0b9dd4e9054a6a9bb09d8ca875c8
1480+
DatadogSDKReactNativeSessionReplay: b44da5bca3a58700b2add61e0ddc554c71da6fba
14811481
DatadogSessionReplay: c08f0df752e916639b04251eb3bf06dcda80591a
14821482
DatadogTrace: cc8ae210c274aa40658da83c9cc15de85bde405a
14831483
DatadogWebViewTracking: eeb8ea3fa13983752d2cc4dc0994664bf8388e15
@@ -1538,7 +1538,7 @@ SPEC CHECKSUMS:
15381538
React-runtimescheduler: 0c80752bceb80924cb8a4babc2a8e3ed70d41e87
15391539
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
15401540
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
1541-
ReactNativeNavigation: 1bacf9c6c29029e386bb10a837c06b0d72e9ae11
1541+
ReactNativeNavigation: 84cfcceb62947491beda20b96c5999c15ff5b959
15421542
RNCAsyncStorage: ec53e44dc3e75b44aa2a9f37618a49c3bc080a7a
15431543
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
15441544
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211

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.4.3",
3+
"version": "2.4.4",
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": "2.4.3",
3+
"version": "2.4.4",
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": "^2.4.3",
41+
"@datadog/mobile-react-native": "^2.4.4",
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.4.3"
10+
internal const val SDK_VERSION = "2.4.4"

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 = "2.4.3"
10+
let SdkVersion = "2.4.4"

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": "2.4.3",
3+
"version": "2.4.4",
44
"description": "A client-side React Native module to interact with Datadog",
55
"keywords": [
66
"datadog",

packages/core/release-content.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ package/android/src/main/kotlin/com/datadog/reactnative/DdSdkConfigurationExt.kt
1414
package/android/src/main/kotlin/com/datadog/reactnative/DdSdkImplementation.kt
1515
package/android/src/main/kotlin/com/datadog/reactnative/DdSdkNativeInitialization.kt
1616
package/android/src/main/kotlin/com/datadog/reactnative/DdSdkReactNativePackage.kt
17+
package/android/src/main/kotlin/com/datadog/reactnative/DdSdkSynthetics.kt
1718
package/android/src/main/kotlin/com/datadog/reactnative/DdTraceImplementation.kt
1819
package/android/src/main/kotlin/com/datadog/reactnative/FrameRateProvider.kt
1920
package/android/src/main/kotlin/com/datadog/reactnative/GlobalState.kt

packages/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '2.4.3';
2+
export const version = '2.4.4';

packages/internal-testing-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/react-native-internal-testing-tools",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "Internal tools for testing the Datadog React Native SDK.",
55
"keywords": [
66
"datadog",

0 commit comments

Comments
 (0)