Skip to content

Commit 79c58eb

Browse files
Merge pull request #676 from DataDog/marcosaia/release-v2.3.6
[RELEASE] React Native SDK v2.3.6
2 parents 44c9272 + e836d72 commit 79c58eb

File tree

21 files changed

+58
-27
lines changed

21 files changed

+58
-27
lines changed

example-new-architecture/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PODS:
1111
- DatadogInternal (= 2.7.1)
1212
- DatadogRUM (2.7.1):
1313
- DatadogInternal (= 2.7.1)
14-
- DatadogSDKReactNative (2.3.5):
14+
- DatadogSDKReactNative (2.3.6):
1515
- DatadogCore (~> 2.7.1)
1616
- DatadogCrashReporting (~> 2.7.1)
1717
- DatadogLogs (~> 2.7.1)
@@ -1413,7 +1413,7 @@ SPEC CHECKSUMS:
14131413
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
14141414
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
14151415
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
1416-
DatadogSDKReactNative: 793b352304a2e746a8a4f91ca714de810be5e459
1416+
DatadogSDKReactNative: 65a87cf33b9dde71b730ccb98713fa8709dbaf67
14171417
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
14181418
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48
14191419
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ PODS:
1010
- DatadogInternal (= 2.7.1)
1111
- DatadogRUM (2.7.1):
1212
- DatadogInternal (= 2.7.1)
13-
- DatadogSDKReactNative (2.3.5):
13+
- DatadogSDKReactNative (2.3.6):
1414
- DatadogCore (~> 2.7.1)
1515
- DatadogCrashReporting (~> 2.7.1)
1616
- DatadogLogs (~> 2.7.1)
1717
- DatadogRUM (~> 2.7.1)
1818
- DatadogTrace (~> 2.7.1)
1919
- DatadogWebViewTracking (~> 2.7.1)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.3.5):
21+
- DatadogSDKReactNative/Tests (2.3.6):
2222
- DatadogCore (~> 2.7.1)
2323
- DatadogCrashReporting (~> 2.7.1)
2424
- DatadogLogs (~> 2.7.1)
2525
- DatadogRUM (~> 2.7.1)
2626
- DatadogTrace (~> 2.7.1)
2727
- DatadogWebViewTracking (~> 2.7.1)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.3.5-alpha.0):
29+
- DatadogSDKReactNativeSessionReplay (2.3.6-alpha.0):
3030
- DatadogSDKReactNative
3131
- DatadogSessionReplay (~> 2.7.1)
3232
- React-Core
33-
- DatadogSDKReactNativeSessionReplay/Tests (2.3.5-alpha.0):
33+
- DatadogSDKReactNativeSessionReplay/Tests (2.3.6-alpha.0):
3434
- DatadogSDKReactNative
3535
- DatadogSessionReplay (~> 2.7.1)
3636
- React-Core
@@ -1328,8 +1328,8 @@ SPEC CHECKSUMS:
13281328
DatadogInternal: b9217da25018284c087a2ed4b9bb3b0f26c767c0
13291329
DatadogLogs: 3b4132eefa67f196bb3ab2d603c1a2acd1292615
13301330
DatadogRUM: 8845815ba89f5ab8ceee765ee268f7de36f3e35d
1331-
DatadogSDKReactNative: 1182b908fb9a13e4268abb439f26bed6ba105959
1332-
DatadogSDKReactNativeSessionReplay: 1d073c6607b5f516a8366d659cceac5c7fdcd66d
1331+
DatadogSDKReactNative: 2abe05ac536daaf462cc801db9c9ad8b36eb2f8d
1332+
DatadogSDKReactNativeSessionReplay: 8709d75b13290d95a793de50d107ca869522a650
13331333
DatadogSessionReplay: f189054bd2fc2d14c487fd614f04b2b8041dd81f
13341334
DatadogTrace: a63da746c609bd4c683bca61a94429889e33b11e
13351335
DatadogWebViewTracking: 713f862ddd89173e0a3f5342cefa23def40f0f48

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.3.5",
3+
"version": "2.3.6",
44
"packages": [
55
"packages/*"
66
],

packages/codepush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/mobile-react-native-code-push",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "A client-side React Native module to interact with Appcenter Codepush and Datadog",
55
"keywords": [
66
"datadog",
@@ -38,7 +38,7 @@
3838
"prepare": "rm -rf lib && yarn bob build"
3939
},
4040
"devDependencies": {
41-
"@datadog/mobile-react-native": "^2.3.5",
41+
"@datadog/mobile-react-native": "^2.3.6",
4242
"@testing-library/react-native": "7.0.2",
4343
"react-native-builder-bob": "0.17.1",
4444
"react-native-code-push": "7.0.5"

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.3.5"
10+
internal const val SDK_VERSION = "2.3.6"

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.3.5"
10+
let SdkVersion = "2.3.6"

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

packages/core/release-content.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ package/lib/commonjs/types.js
201201
package/lib/commonjs/types.js.map
202202
package/lib/commonjs/utils/Timer.js
203203
package/lib/commonjs/utils/Timer.js.map
204+
package/lib/commonjs/utils/argsUtils.js
205+
package/lib/commonjs/utils/argsUtils.js.map
204206
package/lib/commonjs/utils/errorUtils.js
205207
package/lib/commonjs/utils/errorUtils.js.map
206208
package/lib/commonjs/utils/jsUtils.js
@@ -327,6 +329,8 @@ package/lib/module/types.js
327329
package/lib/module/types.js.map
328330
package/lib/module/utils/Timer.js
329331
package/lib/module/utils/Timer.js.map
332+
package/lib/module/utils/argsUtils.js
333+
package/lib/module/utils/argsUtils.js.map
330334
package/lib/module/utils/errorUtils.js
331335
package/lib/module/utils/errorUtils.js.map
332336
package/lib/module/utils/jsUtils.js
@@ -396,6 +400,7 @@ package/lib/typescript/specs/NativeDdTrace.d.ts
396400
package/lib/typescript/trace/DdTrace.d.ts
397401
package/lib/typescript/types.d.ts
398402
package/lib/typescript/utils/Timer.d.ts
403+
package/lib/typescript/utils/argsUtils.d.ts
399404
package/lib/typescript/utils/errorUtils.d.ts
400405
package/lib/typescript/utils/jsUtils.d.ts
401406
package/lib/typescript/utils/longTasksUtils.d.ts
@@ -495,13 +500,16 @@ package/src/specs/NativeDdRum.ts
495500
package/src/specs/NativeDdSdk.ts
496501
package/src/specs/NativeDdTrace.ts
497502
package/src/trace/DdTrace.ts
503+
package/src/trace/__tests__/DdTrace.test.ts
498504
package/src/types.tsx
499505
package/src/utils/Timer.ts
500506
package/src/utils/__mocks__/jsUtils.ts
501507
package/src/utils/__tests__/TimeProvider.test.tsx
502508
package/src/utils/__tests__/Timer.test.ts
509+
package/src/utils/__tests__/argsUtils.test.ts
503510
package/src/utils/__tests__/errorUtils.test.ts
504511
package/src/utils/__tests__/longTasksUtils.test.ts
512+
package/src/utils/argsUtils.ts
505513
package/src/utils/errorUtils.ts
506514
package/src/utils/jsUtils.ts
507515
package/src/utils/longTasksUtils.ts

packages/core/src/trace/__tests__/DdTrace.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* eslint-disable @typescript-eslint/ban-ts-comment */
2+
/*
3+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
4+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
5+
* Copyright 2016-Present Datadog, Inc.
6+
*/
7+
18
import { NativeModules } from 'react-native';
29

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

packages/core/src/utils/__tests__/argsUtils.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* eslint-disable @typescript-eslint/ban-ts-comment */
2+
/*
3+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
4+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
5+
* Copyright 2016-Present Datadog, Inc.
6+
*/
7+
18
import { InternalLog } from '../../InternalLog';
29
import { SdkVerbosity } from '../../SdkVerbosity';
310
import { validateContext } from '../argsUtils';

0 commit comments

Comments
 (0)