Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NATIVE_SDK_VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| React Native | iOS Bridge / iOS SDK | Android Bridge / Android SDK |
|-------------|---------------------|-----------------------------|
| 2.9.1 | 2.27.0 | 2.21.0 |
| 2.9.0 | 2.27.0 | 2.21.0 |
| 2.8.2 | 2.27.0 | 2.19.2 |
| 2.8.1 | 2.27.0 | 2.19.2 |
Expand Down
8 changes: 4 additions & 4 deletions example-new-architecture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- DatadogInternal (= 2.27.0)
- DatadogRUM (2.27.0):
- DatadogInternal (= 2.27.0)
- DatadogSDKReactNative (2.9.0):
- DatadogSDKReactNative (2.9.1):
- DatadogCore (~> 2.27.0)
- DatadogCrashReporting (~> 2.27.0)
- DatadogLogs (~> 2.27.0)
Expand All @@ -37,7 +37,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- DatadogSDKReactNative/Tests (2.9.0):
- DatadogSDKReactNative/Tests (2.9.1):
- DatadogCore (~> 2.27.0)
- DatadogCrashReporting (~> 2.27.0)
- DatadogLogs (~> 2.27.0)
Expand Down Expand Up @@ -1703,7 +1703,7 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
https://github.com/CocoaPods/Specs.git:
- DatadogCore
- DatadogCrashReporting
- DatadogInternal
Expand Down Expand Up @@ -1855,7 +1855,7 @@ SPEC CHECKSUMS:
DatadogInternal: 3c5cae6772295fd175a9de11e4747a9322aaa4e7
DatadogLogs: 09d6358dc7682f9d3eaea85dd418f82d2db3560c
DatadogRUM: 0f267df8c9c8579a291870c2bce4549587391a07
DatadogSDKReactNative: 9deab46d60cd26bc214f41bf02d77b8b5b19aff4
DatadogSDKReactNative: 2abdc16dc4e3fd6efff3eeb9637145724cc11428
DatadogTrace: f46c8220c73463d09741013f385a6e27cd39185b
DatadogWebViewTracking: dc8376420c8686efd09d00752bc1034b639d180b
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
Expand Down
Loading
Loading