Skip to content

Commit fb2d2cf

Browse files
authored
Merge pull request #900 from DataDog/sbarrio/release-v2.8.2
[RELEASE] React Native SDK v2.8.2
2 parents ad10e7e + c2e81bb commit fb2d2cf

File tree

16 files changed

+33
-32
lines changed

16 files changed

+33
-32
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.8.2 | 2.27.0 | 2.19.2 |
34
| 2.8.1 | 2.27.0 | 2.19.2 |
45
| 2.8.0 | 2.27.0 | 2.19.2 |
56
| 2.7.1 | 2.25.0 | 2.19.2 |

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.27.0)
1111
- DatadogRUM (2.27.0):
1212
- DatadogInternal (= 2.27.0)
13-
- DatadogSDKReactNative (2.8.1):
13+
- DatadogSDKReactNative (2.8.2):
1414
- DatadogCore (~> 2.27.0)
1515
- DatadogCrashReporting (~> 2.27.0)
1616
- DatadogLogs (~> 2.27.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNative/Tests (2.8.1):
40+
- DatadogSDKReactNative/Tests (2.8.2):
4141
- DatadogCore (~> 2.27.0)
4242
- DatadogCrashReporting (~> 2.27.0)
4343
- DatadogLogs (~> 2.27.0)
@@ -1855,7 +1855,7 @@ SPEC CHECKSUMS:
18551855
DatadogInternal: 3c5cae6772295fd175a9de11e4747a9322aaa4e7
18561856
DatadogLogs: 09d6358dc7682f9d3eaea85dd418f82d2db3560c
18571857
DatadogRUM: 0f267df8c9c8579a291870c2bce4549587391a07
1858-
DatadogSDKReactNative: 89c59b599c0d29c39a14877d201077406a71d2db
1858+
DatadogSDKReactNative: 1c754be7af8f4f23b7761b1f7f2d1119fb384233
18591859
DatadogTrace: f46c8220c73463d09741013f385a6e27cd39185b
18601860
DatadogWebViewTracking: dc8376420c8686efd09d00752bc1034b639d180b
18611861
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5

example/ios/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- DatadogInternal (= 2.27.0)
1111
- DatadogRUM (2.27.0):
1212
- DatadogInternal (= 2.27.0)
13-
- DatadogSDKReactNative (2.8.1):
13+
- DatadogSDKReactNative (2.8.2):
1414
- DatadogCore (~> 2.27.0)
1515
- DatadogCrashReporting (~> 2.27.0)
1616
- DatadogLogs (~> 2.27.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNative/Tests (2.8.1):
40+
- DatadogSDKReactNative/Tests (2.8.2):
4141
- DatadogCore (~> 2.27.0)
4242
- DatadogCrashReporting (~> 2.27.0)
4343
- DatadogLogs (~> 2.27.0)
@@ -64,7 +64,7 @@ PODS:
6464
- ReactCommon/turbomodule/bridging
6565
- ReactCommon/turbomodule/core
6666
- Yoga
67-
- DatadogSDKReactNativeSessionReplay (2.8.1):
67+
- DatadogSDKReactNativeSessionReplay (2.8.2):
6868
- DatadogSDKReactNative
6969
- DatadogSessionReplay (~> 2.27.0)
7070
- DoubleConversion
@@ -87,7 +87,7 @@ PODS:
8787
- ReactCommon/turbomodule/bridging
8888
- ReactCommon/turbomodule/core
8989
- Yoga
90-
- DatadogSDKReactNativeSessionReplay/Tests (2.8.1):
90+
- DatadogSDKReactNativeSessionReplay/Tests (2.8.2):
9191
- DatadogSDKReactNative
9292
- DatadogSessionReplay (~> 2.27.0)
9393
- DoubleConversion
@@ -111,7 +111,7 @@ PODS:
111111
- ReactCommon/turbomodule/bridging
112112
- ReactCommon/turbomodule/core
113113
- Yoga
114-
- DatadogSDKReactNativeWebView (2.8.1):
114+
- DatadogSDKReactNativeWebView (2.8.2):
115115
- DatadogInternal (~> 2.27.0)
116116
- DatadogSDKReactNative
117117
- DatadogWebViewTracking (~> 2.27.0)
@@ -135,7 +135,7 @@ PODS:
135135
- ReactCommon/turbomodule/bridging
136136
- ReactCommon/turbomodule/core
137137
- Yoga
138-
- DatadogSDKReactNativeWebView/Tests (2.8.1):
138+
- DatadogSDKReactNativeWebView/Tests (2.8.2):
139139
- DatadogInternal (~> 2.27.0)
140140
- DatadogSDKReactNative
141141
- DatadogWebViewTracking (~> 2.27.0)
@@ -2219,23 +2219,23 @@ EXTERNAL SOURCES:
22192219
:path: "../node_modules/react-native/ReactCommon/yoga"
22202220

22212221
SPEC CHECKSUMS:
2222-
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
2222+
boost: 1dca942403ed9342f98334bf4c3621f011aa7946
22232223
DatadogCore: 68aee4ffcc3ea17a3b0aa527907757883fc72c84
22242224
DatadogCrashReporting: e6a83b143394e28c9c1cb48c5cfb18eff507b3be
22252225
DatadogInternal: 3c5cae6772295fd175a9de11e4747a9322aaa4e7
22262226
DatadogLogs: 09d6358dc7682f9d3eaea85dd418f82d2db3560c
22272227
DatadogRUM: 0f267df8c9c8579a291870c2bce4549587391a07
2228-
DatadogSDKReactNative: 89c59b599c0d29c39a14877d201077406a71d2db
2229-
DatadogSDKReactNativeSessionReplay: 4da834c672dcf1838c3f905f0eaf86e0c7f5cf3b
2230-
DatadogSDKReactNativeWebView: b49da6ff42a48c7106593e2a34cb48fb8338b1f8
2228+
DatadogSDKReactNative: 1c754be7af8f4f23b7761b1f7f2d1119fb384233
2229+
DatadogSDKReactNativeSessionReplay: 1d27df3478f5ecb7c00414a1d9bcd201f728670a
2230+
DatadogSDKReactNativeWebView: 039e9bdfd91add6d4c5592647eb3cc00cba94354
22312231
DatadogSessionReplay: c23310d576ccfaaca9ecac6afafb0f12e5c480d4
22322232
DatadogTrace: f46c8220c73463d09741013f385a6e27cd39185b
22332233
DatadogWebViewTracking: dc8376420c8686efd09d00752bc1034b639d180b
2234-
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
2234+
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
22352235
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
22362236
FBLazyVector: 7605ea4810e0e10ae4815292433c09bf4324ba45
22372237
fmt: 01b82d4ca6470831d1cc0852a1af644be019e8f6
2238-
glog: 69ef571f3de08433d766d614c73a9838a06bf7eb
2238+
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
22392239
hermes-engine: 9e868dc7be781364296d6ee2f56d0c1a9ef0bb11
22402240
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
22412241
OpenTelemetrySwiftApi: aaee576ed961e0c348af78df58b61300e95bd104

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.8.1",
3+
"version": "2.8.2",
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.8.1",
3+
"version": "2.8.2",
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 = "2.8.1"
10+
internal const val SDK_VERSION = "2.8.2"

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.8.1"
10+
let SdkVersion = "2.8.2"

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

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.8.1';
2+
export const version = '2.8.2';

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.8.1",
3+
"version": "2.8.2",
44
"description": "Internal tools for testing the Datadog React Native SDK.",
55
"keywords": [
66
"datadog",

0 commit comments

Comments
 (0)