Skip to content
Closed
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.6.7 | 2.25.0 | 2.19.2 |
| 2.6.6 | 2.25.0 | 2.19.2 |
| 2.6.5 | 2.25.0 | 2.19.2 |
| 2.6.4 | 2.24.0 | 2.19.2 |
Expand Down
4 changes: 2 additions & 2 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.25.0)
- DatadogRUM (2.25.0):
- DatadogInternal (= 2.25.0)
- DatadogSDKReactNative (2.6.6):
- DatadogSDKReactNative (2.6.7):
- DatadogCore (~> 2.25.0)
- DatadogCrashReporting (~> 2.25.0)
- DatadogLogs (~> 2.25.0)
Expand Down Expand Up @@ -1760,7 +1760,7 @@ SPEC CHECKSUMS:
DatadogInternal: e9b6cef84448ee32f73bc9b37646708a65c1b8ae
DatadogLogs: 623d89158ef3a4a7545a8fbce9afa4cedc576324
DatadogRUM: ff0661b42124d90c9ff2538c3cc1b806ddf7620c
DatadogSDKReactNative: 62527e877834b7ba2f429bb35c98a601f319cc84
DatadogSDKReactNative: 97ba946dc09cc87c12d7277a2877cd3d0166187f
DatadogTrace: 4e1aac322eafd8568fd4a966b02e58fbb5af0612
DatadogWebViewTracking: 3b2465b5a5bf10f187807e490678a2e0a3c2daae
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
Expand Down
18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ PODS:
- DatadogInternal (= 2.25.0)
- DatadogRUM (2.25.0):
- DatadogInternal (= 2.25.0)
- DatadogSDKReactNative (2.6.6):
- DatadogSDKReactNative (2.6.7):
- DatadogCore (~> 2.25.0)
- DatadogCrashReporting (~> 2.25.0)
- DatadogLogs (~> 2.25.0)
- DatadogRUM (~> 2.25.0)
- DatadogTrace (~> 2.25.0)
- DatadogWebViewTracking (~> 2.25.0)
- React-Core
- DatadogSDKReactNative/Tests (2.6.6):
- DatadogSDKReactNative/Tests (2.6.7):
- DatadogCore (~> 2.25.0)
- DatadogCrashReporting (~> 2.25.0)
- DatadogLogs (~> 2.25.0)
- DatadogRUM (~> 2.25.0)
- DatadogTrace (~> 2.25.0)
- DatadogWebViewTracking (~> 2.25.0)
- React-Core
- DatadogSDKReactNativeSessionReplay (2.6.6):
- DatadogSDKReactNativeSessionReplay (2.6.7):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.25.0)
- React-Core
- DatadogSDKReactNativeSessionReplay/Tests (2.6.6):
- DatadogSDKReactNativeSessionReplay/Tests (2.6.7):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.25.0)
- React-Core
- React-RCTText
- DatadogSDKReactNativeWebView (2.6.6):
- DatadogSDKReactNativeWebView (2.6.7):
- DatadogInternal (~> 2.25.0)
- DatadogSDKReactNative
- DatadogWebViewTracking (~> 2.25.0)
- React-Core
- DatadogSDKReactNativeWebView/Tests (2.6.6):
- DatadogSDKReactNativeWebView/Tests (2.6.7):
- DatadogInternal (~> 2.25.0)
- DatadogSDKReactNative
- DatadogWebViewTracking (~> 2.25.0)
Expand Down Expand Up @@ -1893,9 +1893,9 @@ SPEC CHECKSUMS:
DatadogInternal: e9b6cef84448ee32f73bc9b37646708a65c1b8ae
DatadogLogs: 623d89158ef3a4a7545a8fbce9afa4cedc576324
DatadogRUM: ff0661b42124d90c9ff2538c3cc1b806ddf7620c
DatadogSDKReactNative: bd9118e2dcea9c408906f6ae62ddf7f906abdc1f
DatadogSDKReactNativeSessionReplay: 261b0ef6ba318dd0d03089a4c6e492ef6f380d16
DatadogSDKReactNativeWebView: ee244ebde9a5906b8de2ff21fdef7196c9598be7
DatadogSDKReactNative: 3ff6b58a0aa52ddfeda1f953731683da06aec062
DatadogSDKReactNativeSessionReplay: b400a27b0f1b624915314259ef56051c94d614af
DatadogSDKReactNativeWebView: 794d77e72d6fdea11fa90e527fb6aefe35754162
DatadogSessionReplay: 857b566583a7866869d944eb9929dd655fbd8b01
DatadogTrace: 4e1aac322eafd8568fd4a966b02e58fbb5af0612
DatadogWebViewTracking: 3b2465b5a5bf10f187807e490678a2e0a3c2daae
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "2.6.6",
"version": "2.6.7",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/codepush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-code-push",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.6.6",
"@datadog/mobile-react-native": "^2.6.7",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.26.0",
"react-native-code-push": "7.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
package com.datadog.reactnative

// This is automatically updated by the update-version.sh script
internal const val SDK_VERSION = "2.6.6"
internal const val SDK_VERSION = "2.6.7"
2 changes: 1 addition & 1 deletion packages/core/ios/Sources/SdkVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
import Foundation

// This is automatically updated by the update-version.sh script
let SdkVersion = "2.6.6"
let SdkVersion = "2.6.7"
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '2.6.6';
export const version = '2.6.7';
2 changes: 1 addition & 1 deletion packages/internal-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/react-native-internal-testing-tools",
"version": "2.6.6",
"version": "2.6.7",
"description": "Internal tools for testing the Datadog React Native SDK.",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-apollo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-apollo-client",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to interact with Apollo Client and Datadog",
"keywords": [
"datadog",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-navigation",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.6.6",
"@datadog/mobile-react-native": "^2.6.7",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.26.0",
"react-native-gesture-handler": "1.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-session-replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-session-replay",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to enable session replay with Datadog",
"keywords": [
"datadog",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-native-webview",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to interact with react-native-webview and Datadog",
"keywords": [
"datadog",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datadog/mobile-react-navigation",
"version": "2.6.6",
"version": "2.6.7",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepare": "rm -rf lib && yarn bob build"
},
"devDependencies": {
"@datadog/mobile-react-native": "^2.6.6",
"@datadog/mobile-react-native": "^2.6.7",
"@react-navigation/native-v5": "npm:@react-navigation/native@5.9.8",
"@react-navigation/native-v6": "npm:@react-navigation/native@6.1.2",
"@react-navigation/stack-v5": "npm:@react-navigation/stack@5.14.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush"
dependencies:
"@datadog/mobile-react-native": ^2.6.6
"@datadog/mobile-react-native": ^2.6.7
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.26.0
react-native-code-push: 7.1.0
Expand All @@ -2471,7 +2471,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-navigation@workspace:packages/react-native-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.6.6
"@datadog/mobile-react-native": ^2.6.7
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.26.0
react-native-gesture-handler: 1.10.3
Expand Down Expand Up @@ -2512,7 +2512,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^2.6.6, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^2.6.7, @datadog/mobile-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native@workspace:packages/core"
dependencies:
Expand All @@ -2529,7 +2529,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.6.6
"@datadog/mobile-react-native": ^2.6.7
"@react-navigation/native-v5": "npm:@react-navigation/native@5.9.8"
"@react-navigation/native-v6": "npm:@react-navigation/native@6.1.2"
"@react-navigation/stack-v5": "npm:@react-navigation/stack@5.14.2"
Expand Down
Loading