Skip to content

Commit 5da51fa

Browse files
Merge pull request #911 from DataDog/marcosaia/release-v2.9.0
[RELEASE] React Native SDK v2.9.0
2 parents f81a30a + cd7de43 commit 5da51fa

File tree

21 files changed

+351
-44
lines changed

21 files changed

+351
-44
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.9.0 | 2.27.0 | 2.21.0 |
34
| 2.8.2 | 2.27.0 | 2.19.2 |
45
| 2.8.1 | 2.27.0 | 2.19.2 |
56
| 2.8.0 | 2.27.0 | 2.19.2 |

example-new-architecture/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
13
# Resolve react_native_pods.rb with node to allow for hoisting
24
require Pod::Executable.execute_command('node', ['-p',
35
'require.resolve(

example-new-architecture/ios/Podfile.lock

Lines changed: 4 additions & 4 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.2):
13+
- DatadogSDKReactNative (2.9.0):
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.2):
40+
- DatadogSDKReactNative/Tests (2.9.0):
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: 956da5fbbead751dc3926d912083cbac4915ca97
1858+
DatadogSDKReactNative: 9deab46d60cd26bc214f41bf02d77b8b5b19aff4
18591859
DatadogTrace: f46c8220c73463d09741013f385a6e27cd39185b
18601860
DatadogWebViewTracking: dc8376420c8686efd09d00752bc1034b639d180b
18611861
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
@@ -1925,6 +1925,6 @@ SPEC CHECKSUMS:
19251925
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19261926
Yoga: feb4910aba9742cfedc059e2b2902e22ffe9954a
19271927

1928-
PODFILE CHECKSUM: f7035bf6c731beaedc18e482a664b7d0a2056b09
1928+
PODFILE CHECKSUM: d9d720c99b6fffec4dd489d565a544a358a52b83
19291929

19301930
COCOAPODS: 1.16.2

example/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
13
# Resolve react_native_pods.rb with node to allow for hoisting
24
require Pod::Executable.execute_command('node', ['-p',
35
'require.resolve(

0 commit comments

Comments
 (0)