Skip to content

Commit

Permalink
Merge pull request #676 from DataDog/marcosaia/release-v2.3.6
Browse files Browse the repository at this point in the history
[RELEASE] React Native SDK v2.3.6
  • Loading branch information
marco-saia-datadog authored Jun 13, 2024
2 parents 44c9272 + e836d72 commit 79c58eb
Show file tree
Hide file tree
Showing 21 changed files with 58 additions and 27 deletions.
4 changes: 2 additions & 2 deletions example-new-architecture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PODS:
- DatadogInternal (= 2.7.1)
- DatadogRUM (2.7.1):
- DatadogInternal (= 2.7.1)
- DatadogSDKReactNative (2.3.5):
- DatadogSDKReactNative (2.3.6):
- DatadogCore (~> 2.7.1)
- DatadogCrashReporting (~> 2.7.1)
- DatadogLogs (~> 2.7.1)
Expand Down Expand Up @@ -1413,7 +1413,7 @@ SPEC CHECKSUMS:
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
DatadogSDKReactNative: 793b352304a2e746a8a4f91ca714de810be5e459
DatadogSDKReactNative: 65a87cf33b9dde71b730ccb98713fa8709dbaf67
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ PODS:
- DatadogInternal (= 2.7.1)
- DatadogRUM (2.7.1):
- DatadogInternal (= 2.7.1)
- DatadogSDKReactNative (2.3.5):
- DatadogSDKReactNative (2.3.6):
- DatadogCore (~> 2.7.1)
- DatadogCrashReporting (~> 2.7.1)
- DatadogLogs (~> 2.7.1)
- DatadogRUM (~> 2.7.1)
- DatadogTrace (~> 2.7.1)
- DatadogWebViewTracking (~> 2.7.1)
- React-Core
- DatadogSDKReactNative/Tests (2.3.5):
- DatadogSDKReactNative/Tests (2.3.6):
- DatadogCore (~> 2.7.1)
- DatadogCrashReporting (~> 2.7.1)
- DatadogLogs (~> 2.7.1)
- DatadogRUM (~> 2.7.1)
- DatadogTrace (~> 2.7.1)
- DatadogWebViewTracking (~> 2.7.1)
- React-Core
- DatadogSDKReactNativeSessionReplay (2.3.5-alpha.0):
- DatadogSDKReactNativeSessionReplay (2.3.6-alpha.0):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.7.1)
- React-Core
- DatadogSDKReactNativeSessionReplay/Tests (2.3.5-alpha.0):
- DatadogSDKReactNativeSessionReplay/Tests (2.3.6-alpha.0):
- DatadogSDKReactNative
- DatadogSessionReplay (~> 2.7.1)
- React-Core
Expand Down Expand Up @@ -1328,8 +1328,8 @@ SPEC CHECKSUMS:
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
DatadogSDKReactNative: 1182b908fb9a13e4268abb439f26bed6ba105959
DatadogSDKReactNativeSessionReplay: 1d073c6607b5f516a8366d659cceac5c7fdcd66d
DatadogSDKReactNative: 2abe05ac536daaf462cc801db9c9ad8b36eb2f8d
DatadogSDKReactNativeSessionReplay: 8709d75b13290d95a793de50d107ca869522a650
DatadogSessionReplay: f189054bd2fc2d14c487fd614f04b2b8041dd81f
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48
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.3.5",
"version": "2.3.6",
"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.3.5",
"version": "2.3.6",
"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.3.5",
"@datadog/mobile-react-native": "^2.3.6",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-code-push": "7.0.5"
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.3.5"
internal const val SDK_VERSION = "2.3.6"
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.3.5"
let SdkVersion = "2.3.6"
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.3.5",
"version": "2.3.6",
"description": "A client-side React Native module to interact with Datadog",
"keywords": [
"datadog",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/release-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ package/lib/commonjs/types.js
package/lib/commonjs/types.js.map
package/lib/commonjs/utils/Timer.js
package/lib/commonjs/utils/Timer.js.map
package/lib/commonjs/utils/argsUtils.js
package/lib/commonjs/utils/argsUtils.js.map
package/lib/commonjs/utils/errorUtils.js
package/lib/commonjs/utils/errorUtils.js.map
package/lib/commonjs/utils/jsUtils.js
Expand Down Expand Up @@ -327,6 +329,8 @@ package/lib/module/types.js
package/lib/module/types.js.map
package/lib/module/utils/Timer.js
package/lib/module/utils/Timer.js.map
package/lib/module/utils/argsUtils.js
package/lib/module/utils/argsUtils.js.map
package/lib/module/utils/errorUtils.js
package/lib/module/utils/errorUtils.js.map
package/lib/module/utils/jsUtils.js
Expand Down Expand Up @@ -396,6 +400,7 @@ package/lib/typescript/specs/NativeDdTrace.d.ts
package/lib/typescript/trace/DdTrace.d.ts
package/lib/typescript/types.d.ts
package/lib/typescript/utils/Timer.d.ts
package/lib/typescript/utils/argsUtils.d.ts
package/lib/typescript/utils/errorUtils.d.ts
package/lib/typescript/utils/jsUtils.d.ts
package/lib/typescript/utils/longTasksUtils.d.ts
Expand Down Expand Up @@ -495,13 +500,16 @@ package/src/specs/NativeDdRum.ts
package/src/specs/NativeDdSdk.ts
package/src/specs/NativeDdTrace.ts
package/src/trace/DdTrace.ts
package/src/trace/__tests__/DdTrace.test.ts
package/src/types.tsx
package/src/utils/Timer.ts
package/src/utils/__mocks__/jsUtils.ts
package/src/utils/__tests__/TimeProvider.test.tsx
package/src/utils/__tests__/Timer.test.ts
package/src/utils/__tests__/argsUtils.test.ts
package/src/utils/__tests__/errorUtils.test.ts
package/src/utils/__tests__/longTasksUtils.test.ts
package/src/utils/argsUtils.ts
package/src/utils/errorUtils.ts
package/src/utils/jsUtils.ts
package/src/utils/longTasksUtils.ts
Expand Down
7 changes: 7 additions & 0 deletions packages/core/src/trace/__tests__/DdTrace.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import { NativeModules } from 'react-native';

import { InternalLog } from '../../InternalLog';
Expand Down
7 changes: 7 additions & 0 deletions packages/core/src/utils/__tests__/argsUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import { InternalLog } from '../../InternalLog';
import { SdkVerbosity } from '../../SdkVerbosity';
import { validateContext } from '../argsUtils';
Expand Down
7 changes: 7 additions & 0 deletions packages/core/src/utils/argsUtils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import { InternalLog } from '../InternalLog';
import { SdkVerbosity } from '../SdkVerbosity';

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.3.5';
export const version = '2.3.6';
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.3.5",
"version": "2.3.6",
"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.3.5",
"version": "2.3.6",
"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.3.5",
"version": "2.3.6",
"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.3.5",
"@datadog/mobile-react-native": "^2.3.6",
"@testing-library/react-native": "7.0.2",
"react-native-builder-bob": "0.17.1",
"react-native-gesture-handler": "1.10.3",
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-navigation/release-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ package/lib/typescript/core/src/specs/NativeDdTrace.d.ts
package/lib/typescript/core/src/trace/DdTrace.d.ts
package/lib/typescript/core/src/types.d.ts
package/lib/typescript/core/src/utils/Timer.d.ts
package/lib/typescript/core/src/utils/argsUtils.d.ts
package/lib/typescript/core/src/utils/errorUtils.d.ts
package/lib/typescript/core/src/utils/jsUtils.d.ts
package/lib/typescript/core/src/utils/longTasksUtils.d.ts
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.3.5-alpha.0",
"version": "2.3.6-alpha.0",
"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.3.5",
"version": "2.3.6",
"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.3.5",
"version": "2.3.6",
"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.3.5",
"@datadog/mobile-react-native": "^2.3.6",
"@react-navigation/native-v5": "npm:@react-navigation/[email protected]",
"@react-navigation/native-v6": "npm:@react-navigation/[email protected]",
"@react-navigation/stack-v5": "npm:@react-navigation/[email protected]",
Expand Down
1 change: 1 addition & 0 deletions packages/react-navigation/release-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ package/lib/typescript/core/src/specs/NativeDdTrace.d.ts
package/lib/typescript/core/src/trace/DdTrace.d.ts
package/lib/typescript/core/src/types.d.ts
package/lib/typescript/core/src/utils/Timer.d.ts
package/lib/typescript/core/src/utils/argsUtils.d.ts
package/lib/typescript/core/src/utils/errorUtils.d.ts
package/lib/typescript/core/src/utils/jsUtils.d.ts
package/lib/typescript/core/src/utils/longTasksUtils.d.ts
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush"
dependencies:
"@datadog/mobile-react-native": ^2.3.5
"@datadog/mobile-react-native": ^2.3.6
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-code-push: 7.0.5
Expand All @@ -3927,7 +3927,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.3.5
"@datadog/mobile-react-native": ^2.3.6
"@testing-library/react-native": 7.0.2
react-native-builder-bob: 0.17.1
react-native-gesture-handler: 1.10.3
Expand Down Expand Up @@ -3967,7 +3967,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datadog/mobile-react-native@^2.3.5, @datadog/mobile-react-native@workspace:packages/core":
"@datadog/mobile-react-native@^2.3.6, @datadog/mobile-react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-native@workspace:packages/core"
dependencies:
Expand All @@ -3983,7 +3983,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation"
dependencies:
"@datadog/mobile-react-native": ^2.3.5
"@datadog/mobile-react-native": ^2.3.6
"@react-navigation/native-v5": "npm:@react-navigation/[email protected]"
"@react-navigation/native-v6": "npm:@react-navigation/[email protected]"
"@react-navigation/stack-v5": "npm:@react-navigation/[email protected]"
Expand Down

0 comments on commit 79c58eb

Please sign in to comment.