Skip to content

Commit d1503f2

Browse files
Merge pull request #604 from DataDog/louiszawadzki/release-2.1.0
Bump to version 2.1.0
2 parents e2aae39 + 7dae301 commit d1503f2

File tree

41 files changed

+183
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+183
-25
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.6.0)
1212
- DatadogRUM (2.6.0):
1313
- DatadogInternal (= 2.6.0)
14-
- DatadogSDKReactNative (2.0.4):
14+
- DatadogSDKReactNative (2.1.0):
1515
- DatadogCore (~> 2.6.0)
1616
- DatadogCrashReporting (~> 2.6.0)
1717
- DatadogLogs (~> 2.6.0)
@@ -964,7 +964,7 @@ SPEC CHECKSUMS:
964964
DatadogInternal: 6febbce547fac204638f2ef5fe53cea49d05215b
965965
DatadogLogs: 23905c3f91c8c3c9ab3bd0f00ec5c070fccafa36
966966
DatadogRUM: 691819a9d5fc1924f783af6ad6eb609e5ab35e72
967-
DatadogSDKReactNative: 6938d628a1323a48bf71fe59126cdd88a34d0adf
967+
DatadogSDKReactNative: 1ea4d336a516e40a47f98cd09fdc5466d31bceac
968968
DatadogTrace: e099ae8cab89bd01575809a93acdc3f69b599cbe
969969
DatadogWebViewTracking: d1c6e9b349444d8996380dd0545bdb3abd620302
970970
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ PODS:
1010
- DatadogInternal (= 2.6.0)
1111
- DatadogRUM (2.6.0):
1212
- DatadogInternal (= 2.6.0)
13-
- DatadogSDKReactNative (2.0.4):
13+
- DatadogSDKReactNative (2.1.0):
1414
- DatadogCore (~> 2.6.0)
1515
- DatadogCrashReporting (~> 2.6.0)
1616
- DatadogLogs (~> 2.6.0)
1717
- DatadogRUM (~> 2.6.0)
1818
- DatadogTrace (~> 2.6.0)
1919
- DatadogWebViewTracking (~> 2.6.0)
2020
- React-Core
21-
- DatadogSDKReactNative/Tests (2.0.4):
21+
- DatadogSDKReactNative/Tests (2.1.0):
2222
- DatadogCore (~> 2.6.0)
2323
- DatadogCrashReporting (~> 2.6.0)
2424
- DatadogLogs (~> 2.6.0)
2525
- DatadogRUM (~> 2.6.0)
2626
- DatadogTrace (~> 2.6.0)
2727
- DatadogWebViewTracking (~> 2.6.0)
2828
- React-Core
29-
- DatadogSDKReactNativeSessionReplay (2.0.4-alpha.0):
29+
- DatadogSDKReactNativeSessionReplay (2.1.0):
3030
- DatadogSessionReplay (~> 2.6.0)
3131
- React-Core
32-
- DatadogSDKReactNativeSessionReplay/Tests (2.0.4-alpha.0):
32+
- DatadogSDKReactNativeSessionReplay/Tests (2.1.0):
3333
- DatadogSessionReplay (~> 2.6.0)
3434
- React-Core
3535
- React-RCTText
@@ -575,8 +575,8 @@ SPEC CHECKSUMS:
575575
DatadogInternal: 6febbce547fac204638f2ef5fe53cea49d05215b
576576
DatadogLogs: 23905c3f91c8c3c9ab3bd0f00ec5c070fccafa36
577577
DatadogRUM: 691819a9d5fc1924f783af6ad6eb609e5ab35e72
578-
DatadogSDKReactNative: 6975bf3b5127f99de6ed837f1151883283bd633a
579-
DatadogSDKReactNativeSessionReplay: 050dca3199efa728bf124ec400cd61c332496321
578+
DatadogSDKReactNative: 9373d9f7731946436c23d6cb9f8ad3924a8cf159
579+
DatadogSDKReactNativeSessionReplay: a73a0e7bed8a49a117d8667ed6cd8d1926e68ea6
580580
DatadogSessionReplay: 0198de603c4d7d0755d61f33f13855b9743586af
581581
DatadogTrace: e099ae8cab89bd01575809a93acdc3f69b599cbe
582582
DatadogWebViewTracking: d1c6e9b349444d8996380dd0545bdb3abd620302

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.0.4",
3+
"version": "2.1.0",
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.0.4",
3+
"version": "2.1.0",
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.0.4",
41+
"@datadog/mobile-react-native": "^2.1.0",
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/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.0.4",
3+
"version": "2.1.0",
44
"description": "A client-side React Native module to interact with Datadog",
55
"keywords": [
66
"datadog",

packages/core/release-content.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ package/android/src/test/kotlin/com/datadog/tools/unit/GenericAssert.kt
3737
package/android/src/test/kotlin/com/datadog/tools/unit/MapExt.kt
3838
package/android/src/test/kotlin/com/datadog/tools/unit/MockRumMonitor.kt
3939
package/android/src/test/kotlin/com/datadog/tools/unit/ReflectUtils.kt
40+
package/android/src/test/kotlin/com/datadog/tools/unit/RemoveFinalModifierJava.java
4041
package/android/src/test/kotlin/com/datadog/tools/unit/forge/ActionEventForgeryFactory.kt
4142
package/android/src/test/kotlin/com/datadog/tools/unit/forge/BaseConfigurator.kt
4243
package/android/src/test/kotlin/com/datadog/tools/unit/forge/DdSdkConfigurationForgeryFactory.kt
@@ -52,6 +53,7 @@ package/ios/DdSdkReactNative.xcodeproj/project.xcworkspace/contents.xcworkspaced
5253
package/ios/Sources/AnyEncodable.swift
5354
package/ios/Sources/Attributes.swift
5455
package/ios/Sources/DatadogSDKReactNative.h
56+
package/ios/Sources/DatadogSDKWrapper.swift
5557
package/ios/Sources/DdLogs.h
5658
package/ios/Sources/DdLogs.mm
5759
package/ios/Sources/DdLogsImplementation.swift

packages/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '2.0.4';
2+
export const version = '2.1.0';

packages/internal-testing-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/react-native-internal-testing-tools",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Internal tools for testing the Datadog React Native SDK.",
55
"keywords": [
66
"datadog",

packages/internal-testing-tools/src/assertions/__tests__/logs.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
3+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
4+
* Copyright 2016-Present Datadog, Inc.
5+
*/
6+
17
import { buildLogsAssertions } from '../logs';
28

39
const generateLogsAssertions = (length: number) => {

packages/internal-testing-tools/src/assertions/__tests__/trace.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
3+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
4+
* Copyright 2016-Present Datadog, Inc.
5+
*/
6+
17
import { buildTraceAssertions } from '../trace';
28

39
const generateTraceAssertions = (length: number) => {

0 commit comments

Comments
 (0)