Skip to content

Commit 5bc4b0e

Browse files
Merge pull request #991 from DataDog/marcosaia/release/v2.12.1
[RELEASE] React Native SDK v2.12.1
2 parents 8c8dbaa + 06c15eb commit 5bc4b0e

File tree

21 files changed

+37
-47
lines changed

21 files changed

+37
-47
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.12.1 | 2.30.0 | 2.25.0 |
34
| 2.12.0 | 2.30.0 | 2.25.0 |
45
| 2.11.1 | 2.30.0 | 2.25.0 |
56
| 2.11.0 | 2.30.0 | 2.25.0 |

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 (= 2.30.0)
1111
- DatadogRUM (2.30.0):
1212
- DatadogInternal (= 2.30.0)
13-
- DatadogSDKReactNative (2.12.0):
13+
- DatadogSDKReactNative (2.12.1):
1414
- DatadogCore (= 2.30.0)
1515
- DatadogCrashReporting (= 2.30.0)
1616
- DatadogLogs (= 2.30.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNativeSessionReplay (2.12.0):
40+
- DatadogSDKReactNativeSessionReplay (2.12.1):
4141
- DatadogSDKReactNative
4242
- DatadogSessionReplay (= 2.30.0)
4343
- DoubleConversion
@@ -60,7 +60,7 @@ PODS:
6060
- ReactCommon/turbomodule/bridging
6161
- ReactCommon/turbomodule/core
6262
- Yoga
63-
- DatadogSDKReactNativeWebView (2.12.0):
63+
- DatadogSDKReactNativeWebView (2.12.1):
6464
- DatadogInternal (= 2.30.0)
6565
- DatadogSDKReactNative
6666
- DatadogWebViewTracking (= 2.30.0)
@@ -2074,9 +2074,9 @@ SPEC CHECKSUMS:
20742074
DatadogInternal: 7aeb48e254178a0c462c3953dc0a8a8d64499a93
20752075
DatadogLogs: 4324739de62a6059e07d70bf6ceceed78764edeb
20762076
DatadogRUM: f36949a38285f3b240a7be577d425f8518e087d4
2077-
DatadogSDKReactNative: f7ac6859101fbe35df71d12861d6089b381fbc4c
2078-
DatadogSDKReactNativeSessionReplay: 6733995696754da786141b6900e0dfcdde9aeeb0
2079-
DatadogSDKReactNativeWebView: 3a050f32844fdc076bade7d95730a1ef28cc079a
2077+
DatadogSDKReactNative: 6bb6b9db6669f38edafa1354eda6d24b0285b385
2078+
DatadogSDKReactNativeSessionReplay: aaf36cb0f1dded23a57ece8782419b1ee2b6ba4b
2079+
DatadogSDKReactNativeWebView: c631bcd2d7fa712e291341128e1b8dafce0926b3
20802080
DatadogSessionReplay: 682c4d56b88cdb4d94e20c6db13f9630a725b178
20812081
DatadogTrace: bfea32b6ed2870829629a9296cf526221493cc3e
20822082
DatadogWebViewTracking: 78c20d8e5f1ade506f4aadaec5690c1a63283fe2

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 (= 2.30.0)
1111
- DatadogRUM (2.30.0):
1212
- DatadogInternal (= 2.30.0)
13-
- DatadogSDKReactNative (2.12.0):
13+
- DatadogSDKReactNative (2.12.1):
1414
- DatadogCore (= 2.30.0)
1515
- DatadogCrashReporting (= 2.30.0)
1616
- DatadogLogs (= 2.30.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNative/Tests (2.12.0):
40+
- DatadogSDKReactNative/Tests (2.12.1):
4141
- DatadogCore (= 2.30.0)
4242
- DatadogCrashReporting (= 2.30.0)
4343
- DatadogLogs (= 2.30.0)
@@ -1855,7 +1855,7 @@ SPEC CHECKSUMS:
18551855
DatadogInternal: 7aeb48e254178a0c462c3953dc0a8a8d64499a93
18561856
DatadogLogs: 4324739de62a6059e07d70bf6ceceed78764edeb
18571857
DatadogRUM: f36949a38285f3b240a7be577d425f8518e087d4
1858-
DatadogSDKReactNative: b780f68445a1a701df03e56408c345f245c9d6c8
1858+
DatadogSDKReactNative: b2ce73815472d5612bc6a7aa58a0b331294ce429
18591859
DatadogTrace: bfea32b6ed2870829629a9296cf526221493cc3e
18601860
DatadogWebViewTracking: 78c20d8e5f1ade506f4aadaec5690c1a63283fe2
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 (= 2.30.0)
1111
- DatadogRUM (2.30.0):
1212
- DatadogInternal (= 2.30.0)
13-
- DatadogSDKReactNative (2.12.0):
13+
- DatadogSDKReactNative (2.12.1):
1414
- DatadogCore (= 2.30.0)
1515
- DatadogCrashReporting (= 2.30.0)
1616
- DatadogLogs (= 2.30.0)
1717
- DatadogRUM (= 2.30.0)
1818
- DatadogTrace (= 2.30.0)
1919
- DatadogWebViewTracking (= 2.30.0)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.12.0):
21+
- DatadogSDKReactNative/Tests (2.12.1):
2222
- DatadogCore (= 2.30.0)
2323
- DatadogCrashReporting (= 2.30.0)
2424
- DatadogLogs (= 2.30.0)
2525
- DatadogRUM (= 2.30.0)
2626
- DatadogTrace (= 2.30.0)
2727
- DatadogWebViewTracking (= 2.30.0)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.12.0):
29+
- DatadogSDKReactNativeSessionReplay (2.12.1):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (= 2.30.0)
3232
- DoubleConversion
@@ -49,7 +49,7 @@ PODS:
4949
- ReactCommon/turbomodule/bridging
5050
- ReactCommon/turbomodule/core
5151
- Yoga
52-
- DatadogSDKReactNativeSessionReplay/Tests (2.12.0):
52+
- DatadogSDKReactNativeSessionReplay/Tests (2.12.1):
5353
- DatadogSDKReactNative
5454
- DatadogSessionReplay (= 2.30.0)
5555
- DoubleConversion
@@ -73,12 +73,12 @@ PODS:
7373
- ReactCommon/turbomodule/bridging
7474
- ReactCommon/turbomodule/core
7575
- Yoga
76-
- DatadogSDKReactNativeWebView (2.12.0):
76+
- DatadogSDKReactNativeWebView (2.12.1):
7777
- DatadogInternal (= 2.30.0)
7878
- DatadogSDKReactNative
7979
- DatadogWebViewTracking (= 2.30.0)
8080
- React-Core
81-
- DatadogSDKReactNativeWebView/Tests (2.12.0):
81+
- DatadogSDKReactNativeWebView/Tests (2.12.1):
8282
- DatadogInternal (= 2.30.0)
8383
- DatadogSDKReactNative
8484
- DatadogWebViewTracking (= 2.30.0)
@@ -1993,9 +1993,9 @@ SPEC CHECKSUMS:
19931993
DatadogInternal: 7aeb48e254178a0c462c3953dc0a8a8d64499a93
19941994
DatadogLogs: 4324739de62a6059e07d70bf6ceceed78764edeb
19951995
DatadogRUM: f36949a38285f3b240a7be577d425f8518e087d4
1996-
DatadogSDKReactNative: 8396a207474c8645415d698cd8d632c74cfa8b65
1997-
DatadogSDKReactNativeSessionReplay: 8dcf9b465e15530b996e59ce5f6413674f59d99b
1998-
DatadogSDKReactNativeWebView: e7b043f133d8ed06f7ea08ed104f99b4157e54f6
1996+
DatadogSDKReactNative: 4dac5e6ce44317b7f3e3173c23a7196df698019b
1997+
DatadogSDKReactNativeSessionReplay: 1044b7351420643b5b111390eaa85807e06d4a42
1998+
DatadogSDKReactNativeWebView: a0b416ee07b785ced7b75eaeaaaf683405bf8e64
19991999
DatadogSessionReplay: 682c4d56b88cdb4d94e20c6db13f9630a725b178
20002000
DatadogTrace: bfea32b6ed2870829629a9296cf526221493cc3e
20012001
DatadogWebViewTracking: 78c20d8e5f1ade506f4aadaec5690c1a63283fe2

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

packages/codepush/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-code-push",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
55
"keywords": [
66
"datadog",

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 = ""
10+
internal const val SDK_VERSION = "2.12.1"

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

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

packages/core/release-content.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ package/lib/commonjs/utils/jsUtils.js
260260
package/lib/commonjs/utils/jsUtils.js.map
261261
package/lib/commonjs/utils/longTasksUtils.js
262262
package/lib/commonjs/utils/longTasksUtils.js.map
263-
package/lib/commonjs/utils/telemetry.js
264-
package/lib/commonjs/utils/telemetry.js.map
265263
package/lib/commonjs/utils/time-provider/DefaultTimeProvider.js
266264
package/lib/commonjs/utils/time-provider/DefaultTimeProvider.js.map
267265
package/lib/commonjs/utils/time-provider/TimeProvider.js
@@ -438,8 +436,6 @@ package/lib/module/utils/jsUtils.js
438436
package/lib/module/utils/jsUtils.js.map
439437
package/lib/module/utils/longTasksUtils.js
440438
package/lib/module/utils/longTasksUtils.js.map
441-
package/lib/module/utils/telemetry.js
442-
package/lib/module/utils/telemetry.js.map
443439
package/lib/module/utils/time-provider/DefaultTimeProvider.js
444440
package/lib/module/utils/time-provider/DefaultTimeProvider.js.map
445441
package/lib/module/utils/time-provider/TimeProvider.js
@@ -614,8 +610,6 @@ package/lib/typescript/utils/jsUtils.d.ts
614610
package/lib/typescript/utils/jsUtils.d.ts.map
615611
package/lib/typescript/utils/longTasksUtils.d.ts
616612
package/lib/typescript/utils/longTasksUtils.d.ts.map
617-
package/lib/typescript/utils/telemetry.d.ts
618-
package/lib/typescript/utils/telemetry.d.ts.map
619613
package/lib/typescript/utils/time-provider/DefaultTimeProvider.d.ts
620614
package/lib/typescript/utils/time-provider/DefaultTimeProvider.d.ts.map
621615
package/lib/typescript/utils/time-provider/TimeProvider.d.ts
@@ -761,7 +755,6 @@ package/src/utils/argsUtils.ts
761755
package/src/utils/errorUtils.ts
762756
package/src/utils/jsUtils.ts
763757
package/src/utils/longTasksUtils.ts
764-
package/src/utils/telemetry.ts
765758
package/src/utils/time-provider/DefaultTimeProvider.tsx
766759
package/src/utils/time-provider/TimeProvider.tsx
767760
package/src/utils/Timer.ts

0 commit comments

Comments
 (0)