From 854c2855100f0caa8c637436049ef8e99f77f3e9 Mon Sep 17 00:00:00 2001 From: Marco Saia Date: Mon, 22 Jul 2024 15:11:32 +0200 Subject: [PATCH] Bump to version 2.4.2 --- example-new-architecture/ios/Podfile.lock | 6 +- example/ios/Podfile.lock | 14 ++-- lerna.json | 4 +- packages/codepush/package.json | 4 +- .../com/datadog/reactnative/SdkVersion.kt | 2 +- packages/core/ios/Sources/SdkVersion.swift | 2 +- packages/core/package.json | 2 +- packages/core/release-content.txt | 77 ++++++++++++++++++- packages/core/src/version.ts | 2 +- packages/internal-testing-tools/package.json | 2 +- .../react-native-apollo-client/package.json | 2 +- packages/react-native-navigation/package.json | 4 +- .../release-content.txt | 70 +++++++++++++++++ .../react-native-session-replay/package.json | 2 +- packages/react-native-webview/package.json | 2 +- packages/react-navigation/package.json | 4 +- packages/react-navigation/release-content.txt | 71 +++++++++++++++++ yarn.lock | 8 +- 18 files changed, 247 insertions(+), 31 deletions(-) diff --git a/example-new-architecture/ios/Podfile.lock b/example-new-architecture/ios/Podfile.lock index 33c94dd3a..fae14b06b 100644 --- a/example-new-architecture/ios/Podfile.lock +++ b/example-new-architecture/ios/Podfile.lock @@ -11,7 +11,7 @@ PODS: - DatadogInternal (= 2.14.1) - DatadogRUM (2.14.1): - DatadogInternal (= 2.14.1) - - DatadogSDKReactNative (2.4.1): + - DatadogSDKReactNative (2.4.2): - DatadogCore (~> 2.14.1) - DatadogCrashReporting (~> 2.14.1) - DatadogLogs (~> 2.14.1) @@ -1416,7 +1416,7 @@ SPEC CHECKSUMS: DatadogInternal: 9d326664fe7aaef4c159aaf19a32cd2675b4c5fe DatadogLogs: d97eff8fba4541fad3bfaa8e8bcf8a272d246537 DatadogRUM: 2c4d698619557aad6bf031178a046a70799b561d - DatadogSDKReactNative: 5fe944d29e8f376d82c0ee920b1b4985028e9cf2 + DatadogSDKReactNative: f96a93e58991d0afb50aea458ba1f18fe087faef DatadogTrace: 18adb831078595a21210fdb7aad1db379e90dac1 DatadogWebViewTracking: 5306fb6a663df6c1579c2eacf95c95d05735bb18 DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 @@ -1486,4 +1486,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: acc878fa62d12f0e947079ca1aa621551b3699ee -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ef3cfee0d..2d02f7f70 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -10,7 +10,7 @@ PODS: - DatadogInternal (= 2.14.1) - DatadogRUM (2.14.1): - DatadogInternal (= 2.14.1) - - DatadogSDKReactNative (2.4.1): + - DatadogSDKReactNative (2.4.2): - DatadogCore (~> 2.14.1) - DatadogCrashReporting (~> 2.14.1) - DatadogLogs (~> 2.14.1) @@ -18,7 +18,7 @@ PODS: - DatadogTrace (~> 2.14.1) - DatadogWebViewTracking (~> 2.14.1) - React-Core - - DatadogSDKReactNative/Tests (2.4.1): + - DatadogSDKReactNative/Tests (2.4.2): - DatadogCore (~> 2.14.1) - DatadogCrashReporting (~> 2.14.1) - DatadogLogs (~> 2.14.1) @@ -26,11 +26,11 @@ PODS: - DatadogTrace (~> 2.14.1) - DatadogWebViewTracking (~> 2.14.1) - React-Core - - DatadogSDKReactNativeSessionReplay (2.4.1-alpha.0): + - DatadogSDKReactNativeSessionReplay (2.4.2-alpha.0): - DatadogSDKReactNative - DatadogSessionReplay (~> 2.14.1) - React-Core - - DatadogSDKReactNativeSessionReplay/Tests (2.4.1-alpha.0): + - DatadogSDKReactNativeSessionReplay/Tests (2.4.2-alpha.0): - DatadogSDKReactNative - DatadogSessionReplay (~> 2.14.1) - React-Core @@ -1331,8 +1331,8 @@ SPEC CHECKSUMS: DatadogInternal: 9d326664fe7aaef4c159aaf19a32cd2675b4c5fe DatadogLogs: d97eff8fba4541fad3bfaa8e8bcf8a272d246537 DatadogRUM: 2c4d698619557aad6bf031178a046a70799b561d - DatadogSDKReactNative: b8c3d66cacacabdcb8859412c232d2cc39e2a71f - DatadogSDKReactNativeSessionReplay: 6178d72df530a9cdc963b3870354ce548645d3ae + DatadogSDKReactNative: f403f190a392abd1ed7cdfe90c424c46f7aae250 + DatadogSDKReactNativeSessionReplay: 7251012dd10d7a65fcf88a752b0da9ed28be1890 DatadogSessionReplay: 1a9597ff672b32a2b7cb1bed24fa29a584386807 DatadogTrace: 18adb831078595a21210fdb7aad1db379e90dac1 DatadogWebViewTracking: 5306fb6a663df6c1579c2eacf95c95d05735bb18 @@ -1399,4 +1399,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d1c28e31d36be3f711ff8b7f62be08140e301d83 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/lerna.json b/lerna.json index 2b75acb66..04e1e10a5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,8 @@ { "npmClient": "yarn", - "version": "2.4.1", + "version": "2.4.2", "packages": [ "packages/*" ], "$schema": "node_modules/lerna/schemas/lerna-schema.json" -} +} \ No newline at end of file diff --git a/packages/codepush/package.json b/packages/codepush/package.json index 3d901c956..8bbc1cd50 100644 --- a/packages/codepush/package.json +++ b/packages/codepush/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-code-push", - "version": "2.4.1", + "version": "2.4.2", "description": "A client-side React Native module to interact with Appcenter Codepush and Datadog", "keywords": [ "datadog", @@ -38,7 +38,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@datadog/mobile-react-native": "^2.4.1", + "@datadog/mobile-react-native": "^2.4.2", "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-code-push": "7.1.0" diff --git a/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt b/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt index d754f3de5..58d1bb958 100644 --- a/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt +++ b/packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt @@ -7,4 +7,4 @@ package com.datadog.reactnative // This is automatically updated by the update-version.sh script -internal const val SDK_VERSION = "2.4.1" +internal const val SDK_VERSION = "2.4.2" diff --git a/packages/core/ios/Sources/SdkVersion.swift b/packages/core/ios/Sources/SdkVersion.swift index 603330fcb..72b4fe13b 100644 --- a/packages/core/ios/Sources/SdkVersion.swift +++ b/packages/core/ios/Sources/SdkVersion.swift @@ -7,4 +7,4 @@ import Foundation // This is automatically updated by the update-version.sh script -let SdkVersion = "2.4.1" +let SdkVersion = "2.4.2" diff --git a/packages/core/package.json b/packages/core/package.json index 8a0012ac1..e55997844 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native", - "version": "2.4.1", + "version": "2.4.2", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", diff --git a/packages/core/release-content.txt b/packages/core/release-content.txt index 87eedb7bf..8bac3504a 100644 --- a/packages/core/release-content.txt +++ b/packages/core/release-content.txt @@ -15,12 +15,13 @@ package/android/src/main/kotlin/com/datadog/reactnative/DdSdkImplementation.kt package/android/src/main/kotlin/com/datadog/reactnative/DdSdkNativeInitialization.kt package/android/src/main/kotlin/com/datadog/reactnative/DdSdkReactNativePackage.kt package/android/src/main/kotlin/com/datadog/reactnative/DdTraceImplementation.kt +package/android/src/main/kotlin/com/datadog/reactnative/FrameRateProvider.kt package/android/src/main/kotlin/com/datadog/reactnative/GlobalState.kt package/android/src/main/kotlin/com/datadog/reactnative/JSONFileReader.kt package/android/src/main/kotlin/com/datadog/reactnative/NoOpViewTrackingStrategy.kt package/android/src/main/kotlin/com/datadog/reactnative/ProxyAuthenticator.kt package/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt -package/android/src/main/kotlin/com/datadog/reactnative/VitalFrameCallback.kt +package/android/src/main/kotlin/com/datadog/reactnative/UiThreadExecutor.kt package/android/src/newarch/kotlin/com/datadog/reactnative/DdLogs.kt package/android/src/newarch/kotlin/com/datadog/reactnative/DdRum.kt package/android/src/newarch/kotlin/com/datadog/reactnative/DdSdk.kt @@ -44,6 +45,7 @@ package/android/src/test/kotlin/com/datadog/tools/unit/MapExt.kt package/android/src/test/kotlin/com/datadog/tools/unit/MockRumMonitor.kt package/android/src/test/kotlin/com/datadog/tools/unit/ReflectUtils.kt package/android/src/test/kotlin/com/datadog/tools/unit/RemoveFinalModifierJava.java +package/android/src/test/kotlin/com/datadog/tools/unit/TestUiThreadExecutor.kt package/android/src/test/kotlin/com/datadog/tools/unit/forge/ActionEventForgeryFactory.kt package/android/src/test/kotlin/com/datadog/tools/unit/forge/BaseConfigurator.kt package/android/src/test/kotlin/com/datadog/tools/unit/forge/DdSdkConfigurationForgeryFactory.kt @@ -111,6 +113,8 @@ package/lib/commonjs/nativeModulesTypes.js package/lib/commonjs/nativeModulesTypes.js.map package/lib/commonjs/polyfills.js package/lib/commonjs/polyfills.js.map +package/lib/commonjs/rum/DdAttributes.js +package/lib/commonjs/rum/DdAttributes.js.map package/lib/commonjs/rum/DdRum.js package/lib/commonjs/rum/DdRum.js.map package/lib/commonjs/rum/eventMappers/actionEventMapper.js @@ -245,6 +249,8 @@ package/lib/module/nativeModulesTypes.js package/lib/module/nativeModulesTypes.js.map package/lib/module/polyfills.js package/lib/module/polyfills.js.map +package/lib/module/rum/DdAttributes.js +package/lib/module/rum/DdAttributes.js.map package/lib/module/rum/DdRum.js package/lib/module/rum/DdRum.js.map package/lib/module/rum/eventMappers/actionEventMapper.js @@ -356,71 +362,139 @@ package/lib/module/utils/time-provider/TimeProvider.js.map package/lib/module/version.js package/lib/module/version.js.map package/lib/typescript/DdSdkReactNative.d.ts +package/lib/typescript/DdSdkReactNative.d.ts.map package/lib/typescript/DdSdkReactNativeConfiguration.d.ts +package/lib/typescript/DdSdkReactNativeConfiguration.d.ts.map package/lib/typescript/InternalLog.d.ts +package/lib/typescript/InternalLog.d.ts.map package/lib/typescript/ProxyConfiguration.d.ts +package/lib/typescript/ProxyConfiguration.d.ts.map package/lib/typescript/SdkVerbosity.d.ts +package/lib/typescript/SdkVerbosity.d.ts.map package/lib/typescript/TrackingConsent.d.ts +package/lib/typescript/TrackingConsent.d.ts.map package/lib/typescript/index.d.ts +package/lib/typescript/index.d.ts.map package/lib/typescript/logs/DdLogs.d.ts +package/lib/typescript/logs/DdLogs.d.ts.map package/lib/typescript/logs/eventMapper.d.ts +package/lib/typescript/logs/eventMapper.d.ts.map package/lib/typescript/logs/types.d.ts +package/lib/typescript/logs/types.d.ts.map package/lib/typescript/nativeModulesTypes.d.ts +package/lib/typescript/nativeModulesTypes.d.ts.map +package/lib/typescript/rum/DdAttributes.d.ts +package/lib/typescript/rum/DdAttributes.d.ts.map package/lib/typescript/rum/DdRum.d.ts +package/lib/typescript/rum/DdRum.d.ts.map package/lib/typescript/rum/eventMappers/actionEventMapper.d.ts +package/lib/typescript/rum/eventMappers/actionEventMapper.d.ts.map package/lib/typescript/rum/eventMappers/errorEventMapper.d.ts +package/lib/typescript/rum/eventMappers/errorEventMapper.d.ts.map package/lib/typescript/rum/eventMappers/resourceEventMapper.d.ts +package/lib/typescript/rum/eventMappers/resourceEventMapper.d.ts.map package/lib/typescript/rum/instrumentation/DdRumErrorTracking.d.ts +package/lib/typescript/rum/instrumentation/DdRumErrorTracking.d.ts.map package/lib/typescript/rum/instrumentation/interactionTracking/DdEventsInterceptor.d.ts +package/lib/typescript/rum/instrumentation/interactionTracking/DdEventsInterceptor.d.ts.map package/lib/typescript/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.d.ts +package/lib/typescript/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.d.ts.map package/lib/typescript/rum/instrumentation/interactionTracking/EventsInterceptor.d.ts +package/lib/typescript/rum/instrumentation/interactionTracking/EventsInterceptor.d.ts.map package/lib/typescript/rum/instrumentation/interactionTracking/NoOpEventsInterceptor.d.ts +package/lib/typescript/rum/instrumentation/interactionTracking/NoOpEventsInterceptor.d.ts.map package/lib/typescript/rum/instrumentation/interactionTracking/ShallowObjectEqualityChecker.d.ts +package/lib/typescript/rum/instrumentation/interactionTracking/ShallowObjectEqualityChecker.d.ts.map package/lib/typescript/rum/instrumentation/interactionTracking/getJsxRuntime.d.ts +package/lib/typescript/rum/instrumentation/interactionTracking/getJsxRuntime.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/DdRumResourceTracking.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/DdRumResourceTracking.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/TracingIdentifier.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/TracingIdentifier.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/distributedTracing.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/distributedTracing.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingHeaders.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingHeaders.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/firstPartyHosts.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/distributedTracing/firstPartyHosts.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/graphql/graphqlHeaders.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/graphql/graphqlHeaders.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/ResourceReporter.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/ResourceReporter.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/internalDevResourceBlocklist.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/internalDevResourceBlocklist.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/resourceTiming.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/resourceTiming.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/URLHostParser.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/URLHostParser.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/XHRProxy.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/XHRProxy.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/responseSize.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/responseSize.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/interfaces/RequestProxy.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/interfaces/RequestProxy.d.ts.map package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/interfaces/RumResource.d.ts +package/lib/typescript/rum/instrumentation/resourceTracking/requestProxy/interfaces/RumResource.d.ts.map package/lib/typescript/rum/types.d.ts +package/lib/typescript/rum/types.d.ts.map package/lib/typescript/sdk/AttributesSingleton/AttributesSingleton.d.ts +package/lib/typescript/sdk/AttributesSingleton/AttributesSingleton.d.ts.map package/lib/typescript/sdk/AttributesSingleton/types.d.ts +package/lib/typescript/sdk/AttributesSingleton/types.d.ts.map package/lib/typescript/sdk/DatadogProvider/Buffer/BoundedBuffer.d.ts +package/lib/typescript/sdk/DatadogProvider/Buffer/BoundedBuffer.d.ts.map package/lib/typescript/sdk/DatadogProvider/Buffer/BufferSingleton.d.ts +package/lib/typescript/sdk/DatadogProvider/Buffer/BufferSingleton.d.ts.map package/lib/typescript/sdk/DatadogProvider/Buffer/DatadogBuffer.d.ts +package/lib/typescript/sdk/DatadogProvider/Buffer/DatadogBuffer.d.ts.map package/lib/typescript/sdk/DatadogProvider/Buffer/PassThroughBuffer.d.ts +package/lib/typescript/sdk/DatadogProvider/Buffer/PassThroughBuffer.d.ts.map package/lib/typescript/sdk/DatadogProvider/Buffer/bufferNativeCall.d.ts +package/lib/typescript/sdk/DatadogProvider/Buffer/bufferNativeCall.d.ts.map package/lib/typescript/sdk/DatadogProvider/DatadogProvider.d.ts +package/lib/typescript/sdk/DatadogProvider/DatadogProvider.d.ts.map package/lib/typescript/sdk/DdSdk.d.ts +package/lib/typescript/sdk/DdSdk.d.ts.map package/lib/typescript/sdk/EventMappers/EventMapper.d.ts +package/lib/typescript/sdk/EventMappers/EventMapper.d.ts.map package/lib/typescript/sdk/EventMappers/utils/deepClone.d.ts +package/lib/typescript/sdk/EventMappers/utils/deepClone.d.ts.map package/lib/typescript/sdk/FileBasedConfiguration/FileBasedConfiguration.d.ts +package/lib/typescript/sdk/FileBasedConfiguration/FileBasedConfiguration.d.ts.map package/lib/typescript/sdk/GlobalState/GlobalState.d.ts +package/lib/typescript/sdk/GlobalState/GlobalState.d.ts.map package/lib/typescript/sdk/UserInfoSingleton/UserInfoSingleton.d.ts +package/lib/typescript/sdk/UserInfoSingleton/UserInfoSingleton.d.ts.map package/lib/typescript/sdk/UserInfoSingleton/types.d.ts +package/lib/typescript/sdk/UserInfoSingleton/types.d.ts.map package/lib/typescript/specs/NativeDdLogs.d.ts +package/lib/typescript/specs/NativeDdLogs.d.ts.map package/lib/typescript/specs/NativeDdRum.d.ts +package/lib/typescript/specs/NativeDdRum.d.ts.map package/lib/typescript/specs/NativeDdSdk.d.ts +package/lib/typescript/specs/NativeDdSdk.d.ts.map package/lib/typescript/specs/NativeDdTrace.d.ts +package/lib/typescript/specs/NativeDdTrace.d.ts.map package/lib/typescript/trace/DdTrace.d.ts +package/lib/typescript/trace/DdTrace.d.ts.map package/lib/typescript/types.d.ts +package/lib/typescript/types.d.ts.map package/lib/typescript/utils/Timer.d.ts +package/lib/typescript/utils/Timer.d.ts.map package/lib/typescript/utils/argsUtils.d.ts +package/lib/typescript/utils/argsUtils.d.ts.map package/lib/typescript/utils/errorUtils.d.ts +package/lib/typescript/utils/errorUtils.d.ts.map package/lib/typescript/utils/jsUtils.d.ts +package/lib/typescript/utils/jsUtils.d.ts.map package/lib/typescript/utils/longTasksUtils.d.ts +package/lib/typescript/utils/longTasksUtils.d.ts.map package/lib/typescript/utils/time-provider/DefaultTimeProvider.d.ts +package/lib/typescript/utils/time-provider/DefaultTimeProvider.d.ts.map package/lib/typescript/utils/time-provider/TimeProvider.d.ts +package/lib/typescript/utils/time-provider/TimeProvider.d.ts.map package/lib/typescript/version.d.ts +package/lib/typescript/version.d.ts.map package/package.json package/scripts/replace-react-require.js package/src/DdSdkReactNative.tsx @@ -446,6 +520,7 @@ package/src/logs/eventMapper.ts package/src/logs/types.ts package/src/nativeModulesTypes.ts package/src/polyfills.js +package/src/rum/DdAttributes.ts package/src/rum/DdRum.ts package/src/rum/__mocks__/MockTimeProvider.ts package/src/rum/__tests__/DdRum.test.ts diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 6f8d83488..c70e9d161 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1,2 +1,2 @@ // generated by genversion -export const version = '2.4.1'; +export const version = '2.4.2'; diff --git a/packages/internal-testing-tools/package.json b/packages/internal-testing-tools/package.json index aaaec46b7..017947a82 100644 --- a/packages/internal-testing-tools/package.json +++ b/packages/internal-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/react-native-internal-testing-tools", - "version": "2.4.1", + "version": "2.4.2", "description": "Internal tools for testing the Datadog React Native SDK.", "keywords": [ "datadog", diff --git a/packages/react-native-apollo-client/package.json b/packages/react-native-apollo-client/package.json index 75077581e..22a860fcc 100644 --- a/packages/react-native-apollo-client/package.json +++ b/packages/react-native-apollo-client/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-apollo-client", - "version": "2.4.1", + "version": "2.4.2", "description": "A client-side React Native module to interact with Apollo Client and Datadog", "keywords": [ "datadog", diff --git a/packages/react-native-navigation/package.json b/packages/react-native-navigation/package.json index 31a263edc..04a55f433 100644 --- a/packages/react-native-navigation/package.json +++ b/packages/react-native-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-navigation", - "version": "2.4.1", + "version": "2.4.2", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", @@ -36,7 +36,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@datadog/mobile-react-native": "^2.4.1", + "@datadog/mobile-react-native": "^2.4.2", "@testing-library/react-native": "7.0.2", "react-native-builder-bob": "0.26.0", "react-native-gesture-handler": "1.10.3", diff --git a/packages/react-native-navigation/release-content.txt b/packages/react-native-navigation/release-content.txt index 81214e772..1a44ebdb6 100644 --- a/packages/react-native-navigation/release-content.txt +++ b/packages/react-native-navigation/release-content.txt @@ -8,73 +8,143 @@ package/lib/module/index.js.map package/lib/module/rum/instrumentation/DdRumReactNativeNavigationTracking.js package/lib/module/rum/instrumentation/DdRumReactNativeNavigationTracking.js.map package/lib/typescript/core/src/DdSdkReactNative.d.ts +package/lib/typescript/core/src/DdSdkReactNative.d.ts.map package/lib/typescript/core/src/DdSdkReactNativeConfiguration.d.ts +package/lib/typescript/core/src/DdSdkReactNativeConfiguration.d.ts.map package/lib/typescript/core/src/InternalLog.d.ts +package/lib/typescript/core/src/InternalLog.d.ts.map package/lib/typescript/core/src/ProxyConfiguration.d.ts +package/lib/typescript/core/src/ProxyConfiguration.d.ts.map package/lib/typescript/core/src/SdkVerbosity.d.ts +package/lib/typescript/core/src/SdkVerbosity.d.ts.map package/lib/typescript/core/src/TrackingConsent.d.ts +package/lib/typescript/core/src/TrackingConsent.d.ts.map package/lib/typescript/core/src/index.d.ts +package/lib/typescript/core/src/index.d.ts.map package/lib/typescript/core/src/logs/DdLogs.d.ts +package/lib/typescript/core/src/logs/DdLogs.d.ts.map package/lib/typescript/core/src/logs/eventMapper.d.ts +package/lib/typescript/core/src/logs/eventMapper.d.ts.map package/lib/typescript/core/src/logs/types.d.ts +package/lib/typescript/core/src/logs/types.d.ts.map package/lib/typescript/core/src/nativeModulesTypes.d.ts +package/lib/typescript/core/src/nativeModulesTypes.d.ts.map +package/lib/typescript/core/src/rum/DdAttributes.d.ts +package/lib/typescript/core/src/rum/DdAttributes.d.ts.map package/lib/typescript/core/src/rum/DdRum.d.ts +package/lib/typescript/core/src/rum/DdRum.d.ts.map package/lib/typescript/core/src/rum/eventMappers/actionEventMapper.d.ts +package/lib/typescript/core/src/rum/eventMappers/actionEventMapper.d.ts.map package/lib/typescript/core/src/rum/eventMappers/errorEventMapper.d.ts +package/lib/typescript/core/src/rum/eventMappers/errorEventMapper.d.ts.map package/lib/typescript/core/src/rum/eventMappers/resourceEventMapper.d.ts +package/lib/typescript/core/src/rum/eventMappers/resourceEventMapper.d.ts.map package/lib/typescript/core/src/rum/instrumentation/DdRumErrorTracking.d.ts +package/lib/typescript/core/src/rum/instrumentation/DdRumErrorTracking.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdEventsInterceptor.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdEventsInterceptor.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/EventsInterceptor.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/EventsInterceptor.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/NoOpEventsInterceptor.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/NoOpEventsInterceptor.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/ShallowObjectEqualityChecker.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/ShallowObjectEqualityChecker.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/getJsxRuntime.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/getJsxRuntime.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/DdRumResourceTracking.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/DdRumResourceTracking.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/TracingIdentifier.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/TracingIdentifier.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracing.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracing.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingHeaders.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingHeaders.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/firstPartyHosts.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/firstPartyHosts.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/graphql/graphqlHeaders.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/graphql/graphqlHeaders.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/ResourceReporter.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/ResourceReporter.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/internalDevResourceBlocklist.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/internalDevResourceBlocklist.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/resourceTiming.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/resourceTiming.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/URLHostParser.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/URLHostParser.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/XHRProxy.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/XHRProxy.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/responseSize.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/responseSize.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RequestProxy.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RequestProxy.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RumResource.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RumResource.d.ts.map package/lib/typescript/core/src/rum/types.d.ts +package/lib/typescript/core/src/rum/types.d.ts.map package/lib/typescript/core/src/sdk/AttributesSingleton/AttributesSingleton.d.ts +package/lib/typescript/core/src/sdk/AttributesSingleton/AttributesSingleton.d.ts.map package/lib/typescript/core/src/sdk/AttributesSingleton/types.d.ts +package/lib/typescript/core/src/sdk/AttributesSingleton/types.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BoundedBuffer.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BoundedBuffer.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BufferSingleton.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BufferSingleton.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/DatadogBuffer.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/DatadogBuffer.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/PassThroughBuffer.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/PassThroughBuffer.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/bufferNativeCall.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/bufferNativeCall.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/DatadogProvider.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/DatadogProvider.d.ts.map package/lib/typescript/core/src/sdk/DdSdk.d.ts +package/lib/typescript/core/src/sdk/DdSdk.d.ts.map package/lib/typescript/core/src/sdk/EventMappers/EventMapper.d.ts +package/lib/typescript/core/src/sdk/EventMappers/EventMapper.d.ts.map package/lib/typescript/core/src/sdk/EventMappers/utils/deepClone.d.ts +package/lib/typescript/core/src/sdk/EventMappers/utils/deepClone.d.ts.map package/lib/typescript/core/src/sdk/FileBasedConfiguration/FileBasedConfiguration.d.ts +package/lib/typescript/core/src/sdk/FileBasedConfiguration/FileBasedConfiguration.d.ts.map package/lib/typescript/core/src/sdk/GlobalState/GlobalState.d.ts +package/lib/typescript/core/src/sdk/GlobalState/GlobalState.d.ts.map package/lib/typescript/core/src/sdk/UserInfoSingleton/UserInfoSingleton.d.ts +package/lib/typescript/core/src/sdk/UserInfoSingleton/UserInfoSingleton.d.ts.map package/lib/typescript/core/src/sdk/UserInfoSingleton/types.d.ts +package/lib/typescript/core/src/sdk/UserInfoSingleton/types.d.ts.map package/lib/typescript/core/src/specs/NativeDdLogs.d.ts +package/lib/typescript/core/src/specs/NativeDdLogs.d.ts.map package/lib/typescript/core/src/specs/NativeDdRum.d.ts +package/lib/typescript/core/src/specs/NativeDdRum.d.ts.map package/lib/typescript/core/src/specs/NativeDdSdk.d.ts +package/lib/typescript/core/src/specs/NativeDdSdk.d.ts.map package/lib/typescript/core/src/specs/NativeDdTrace.d.ts +package/lib/typescript/core/src/specs/NativeDdTrace.d.ts.map package/lib/typescript/core/src/trace/DdTrace.d.ts +package/lib/typescript/core/src/trace/DdTrace.d.ts.map package/lib/typescript/core/src/types.d.ts +package/lib/typescript/core/src/types.d.ts.map package/lib/typescript/core/src/utils/Timer.d.ts +package/lib/typescript/core/src/utils/Timer.d.ts.map package/lib/typescript/core/src/utils/argsUtils.d.ts +package/lib/typescript/core/src/utils/argsUtils.d.ts.map package/lib/typescript/core/src/utils/errorUtils.d.ts +package/lib/typescript/core/src/utils/errorUtils.d.ts.map package/lib/typescript/core/src/utils/jsUtils.d.ts +package/lib/typescript/core/src/utils/jsUtils.d.ts.map package/lib/typescript/core/src/utils/longTasksUtils.d.ts +package/lib/typescript/core/src/utils/longTasksUtils.d.ts.map package/lib/typescript/core/src/utils/time-provider/DefaultTimeProvider.d.ts +package/lib/typescript/core/src/utils/time-provider/DefaultTimeProvider.d.ts.map package/lib/typescript/core/src/utils/time-provider/TimeProvider.d.ts +package/lib/typescript/core/src/utils/time-provider/TimeProvider.d.ts.map package/lib/typescript/core/src/version.d.ts +package/lib/typescript/core/src/version.d.ts.map package/lib/typescript/react-native-navigation/src/index.d.ts +package/lib/typescript/react-native-navigation/src/index.d.ts.map package/lib/typescript/react-native-navigation/src/rum/instrumentation/DdRumReactNativeNavigationTracking.d.ts +package/lib/typescript/react-native-navigation/src/rum/instrumentation/DdRumReactNativeNavigationTracking.d.ts.map package/package.json package/src/__tests__/rum/instrumentation/DdRumReactNativeNavigationTracking.test.tsx package/src/__tests__/rum/instrumentation/__utils__/AppStateMock.ts diff --git a/packages/react-native-session-replay/package.json b/packages/react-native-session-replay/package.json index 8ba7cbffe..7abe4a921 100644 --- a/packages/react-native-session-replay/package.json +++ b/packages/react-native-session-replay/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-session-replay", - "version": "2.4.1-alpha.0", + "version": "2.4.2-alpha.0", "description": "A client-side React Native module to enable session replay with Datadog", "keywords": [ "datadog", diff --git a/packages/react-native-webview/package.json b/packages/react-native-webview/package.json index 256671299..88d81b874 100644 --- a/packages/react-native-webview/package.json +++ b/packages/react-native-webview/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-native-webview", - "version": "2.4.1", + "version": "2.4.2", "description": "A client-side React Native module to interact with react-native-webview and Datadog", "keywords": [ "datadog", diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index dcbdbd3be..9f28f304f 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@datadog/mobile-react-navigation", - "version": "2.4.1", + "version": "2.4.2", "description": "A client-side React Native module to interact with Datadog", "keywords": [ "datadog", @@ -36,7 +36,7 @@ "prepare": "rm -rf lib && yarn bob build" }, "devDependencies": { - "@datadog/mobile-react-native": "^2.4.1", + "@datadog/mobile-react-native": "^2.4.2", "@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", diff --git a/packages/react-navigation/release-content.txt b/packages/react-navigation/release-content.txt index ffe1b9603..c2937654a 100644 --- a/packages/react-navigation/release-content.txt +++ b/packages/react-navigation/release-content.txt @@ -12,74 +12,145 @@ package/lib/module/rum/instrumentation/DdRumReactNavigationTracking.js.map package/lib/module/rum/instrumentation/react-navigation.js package/lib/module/rum/instrumentation/react-navigation.js.map package/lib/typescript/core/src/DdSdkReactNative.d.ts +package/lib/typescript/core/src/DdSdkReactNative.d.ts.map package/lib/typescript/core/src/DdSdkReactNativeConfiguration.d.ts +package/lib/typescript/core/src/DdSdkReactNativeConfiguration.d.ts.map package/lib/typescript/core/src/InternalLog.d.ts +package/lib/typescript/core/src/InternalLog.d.ts.map package/lib/typescript/core/src/ProxyConfiguration.d.ts +package/lib/typescript/core/src/ProxyConfiguration.d.ts.map package/lib/typescript/core/src/SdkVerbosity.d.ts +package/lib/typescript/core/src/SdkVerbosity.d.ts.map package/lib/typescript/core/src/TrackingConsent.d.ts +package/lib/typescript/core/src/TrackingConsent.d.ts.map package/lib/typescript/core/src/index.d.ts +package/lib/typescript/core/src/index.d.ts.map package/lib/typescript/core/src/logs/DdLogs.d.ts +package/lib/typescript/core/src/logs/DdLogs.d.ts.map package/lib/typescript/core/src/logs/eventMapper.d.ts +package/lib/typescript/core/src/logs/eventMapper.d.ts.map package/lib/typescript/core/src/logs/types.d.ts +package/lib/typescript/core/src/logs/types.d.ts.map package/lib/typescript/core/src/nativeModulesTypes.d.ts +package/lib/typescript/core/src/nativeModulesTypes.d.ts.map +package/lib/typescript/core/src/rum/DdAttributes.d.ts +package/lib/typescript/core/src/rum/DdAttributes.d.ts.map package/lib/typescript/core/src/rum/DdRum.d.ts +package/lib/typescript/core/src/rum/DdRum.d.ts.map package/lib/typescript/core/src/rum/eventMappers/actionEventMapper.d.ts +package/lib/typescript/core/src/rum/eventMappers/actionEventMapper.d.ts.map package/lib/typescript/core/src/rum/eventMappers/errorEventMapper.d.ts +package/lib/typescript/core/src/rum/eventMappers/errorEventMapper.d.ts.map package/lib/typescript/core/src/rum/eventMappers/resourceEventMapper.d.ts +package/lib/typescript/core/src/rum/eventMappers/resourceEventMapper.d.ts.map package/lib/typescript/core/src/rum/instrumentation/DdRumErrorTracking.d.ts +package/lib/typescript/core/src/rum/instrumentation/DdRumErrorTracking.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdEventsInterceptor.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdEventsInterceptor.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/DdRumUserInteractionTracking.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/EventsInterceptor.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/EventsInterceptor.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/NoOpEventsInterceptor.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/NoOpEventsInterceptor.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/ShallowObjectEqualityChecker.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/ShallowObjectEqualityChecker.d.ts.map package/lib/typescript/core/src/rum/instrumentation/interactionTracking/getJsxRuntime.d.ts +package/lib/typescript/core/src/rum/instrumentation/interactionTracking/getJsxRuntime.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/DdRumResourceTracking.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/DdRumResourceTracking.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/TracingIdentifier.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/TracingIdentifier.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracing.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracing.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingHeaders.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/distributedTracingHeaders.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/firstPartyHosts.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/distributedTracing/firstPartyHosts.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/graphql/graphqlHeaders.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/graphql/graphqlHeaders.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/ResourceReporter.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/ResourceReporter.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/internalDevResourceBlocklist.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/internalDevResourceBlocklist.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/resourceTiming.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/DatadogRumResource/resourceTiming.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/URLHostParser.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/URLHostParser.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/XHRProxy.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/XHRProxy.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/responseSize.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/XHRProxy/responseSize.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RequestProxy.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RequestProxy.d.ts.map package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RumResource.d.ts +package/lib/typescript/core/src/rum/instrumentation/resourceTracking/requestProxy/interfaces/RumResource.d.ts.map package/lib/typescript/core/src/rum/types.d.ts +package/lib/typescript/core/src/rum/types.d.ts.map package/lib/typescript/core/src/sdk/AttributesSingleton/AttributesSingleton.d.ts +package/lib/typescript/core/src/sdk/AttributesSingleton/AttributesSingleton.d.ts.map package/lib/typescript/core/src/sdk/AttributesSingleton/types.d.ts +package/lib/typescript/core/src/sdk/AttributesSingleton/types.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BoundedBuffer.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BoundedBuffer.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BufferSingleton.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/BufferSingleton.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/DatadogBuffer.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/DatadogBuffer.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/PassThroughBuffer.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/PassThroughBuffer.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/bufferNativeCall.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/Buffer/bufferNativeCall.d.ts.map package/lib/typescript/core/src/sdk/DatadogProvider/DatadogProvider.d.ts +package/lib/typescript/core/src/sdk/DatadogProvider/DatadogProvider.d.ts.map package/lib/typescript/core/src/sdk/DdSdk.d.ts +package/lib/typescript/core/src/sdk/DdSdk.d.ts.map package/lib/typescript/core/src/sdk/EventMappers/EventMapper.d.ts +package/lib/typescript/core/src/sdk/EventMappers/EventMapper.d.ts.map package/lib/typescript/core/src/sdk/EventMappers/utils/deepClone.d.ts +package/lib/typescript/core/src/sdk/EventMappers/utils/deepClone.d.ts.map package/lib/typescript/core/src/sdk/FileBasedConfiguration/FileBasedConfiguration.d.ts +package/lib/typescript/core/src/sdk/FileBasedConfiguration/FileBasedConfiguration.d.ts.map package/lib/typescript/core/src/sdk/GlobalState/GlobalState.d.ts +package/lib/typescript/core/src/sdk/GlobalState/GlobalState.d.ts.map package/lib/typescript/core/src/sdk/UserInfoSingleton/UserInfoSingleton.d.ts +package/lib/typescript/core/src/sdk/UserInfoSingleton/UserInfoSingleton.d.ts.map package/lib/typescript/core/src/sdk/UserInfoSingleton/types.d.ts +package/lib/typescript/core/src/sdk/UserInfoSingleton/types.d.ts.map package/lib/typescript/core/src/specs/NativeDdLogs.d.ts +package/lib/typescript/core/src/specs/NativeDdLogs.d.ts.map package/lib/typescript/core/src/specs/NativeDdRum.d.ts +package/lib/typescript/core/src/specs/NativeDdRum.d.ts.map package/lib/typescript/core/src/specs/NativeDdSdk.d.ts +package/lib/typescript/core/src/specs/NativeDdSdk.d.ts.map package/lib/typescript/core/src/specs/NativeDdTrace.d.ts +package/lib/typescript/core/src/specs/NativeDdTrace.d.ts.map package/lib/typescript/core/src/trace/DdTrace.d.ts +package/lib/typescript/core/src/trace/DdTrace.d.ts.map package/lib/typescript/core/src/types.d.ts +package/lib/typescript/core/src/types.d.ts.map package/lib/typescript/core/src/utils/Timer.d.ts +package/lib/typescript/core/src/utils/Timer.d.ts.map package/lib/typescript/core/src/utils/argsUtils.d.ts +package/lib/typescript/core/src/utils/argsUtils.d.ts.map package/lib/typescript/core/src/utils/errorUtils.d.ts +package/lib/typescript/core/src/utils/errorUtils.d.ts.map package/lib/typescript/core/src/utils/jsUtils.d.ts +package/lib/typescript/core/src/utils/jsUtils.d.ts.map package/lib/typescript/core/src/utils/longTasksUtils.d.ts +package/lib/typescript/core/src/utils/longTasksUtils.d.ts.map package/lib/typescript/core/src/utils/time-provider/DefaultTimeProvider.d.ts +package/lib/typescript/core/src/utils/time-provider/DefaultTimeProvider.d.ts.map package/lib/typescript/core/src/utils/time-provider/TimeProvider.d.ts +package/lib/typescript/core/src/utils/time-provider/TimeProvider.d.ts.map package/lib/typescript/core/src/version.d.ts +package/lib/typescript/core/src/version.d.ts.map package/lib/typescript/react-navigation/src/index.d.ts +package/lib/typescript/react-navigation/src/index.d.ts.map package/lib/typescript/react-navigation/src/rum/instrumentation/DdRumReactNavigationTracking.d.ts +package/lib/typescript/react-navigation/src/rum/instrumentation/DdRumReactNavigationTracking.d.ts.map package/lib/typescript/react-navigation/src/rum/instrumentation/react-navigation.d.ts +package/lib/typescript/react-navigation/src/rum/instrumentation/react-navigation.d.ts.map package/package.json package/src/__tests__/rum/instrumentation/DdRumReactNavigationTracking.test.tsx package/src/__tests__/rum/instrumentation/__utils__/AppStateMock.ts diff --git a/yarn.lock b/yarn.lock index 45dc5b9cd..b3e9d9b5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2572,7 +2572,7 @@ __metadata: version: 0.0.0-use.local resolution: "@datadog/mobile-react-native-code-push@workspace:packages/codepush" dependencies: - "@datadog/mobile-react-native": ^2.4.1 + "@datadog/mobile-react-native": ^2.4.2 "@testing-library/react-native": 7.0.2 react-native-builder-bob: 0.26.0 react-native-code-push: 7.1.0 @@ -2588,7 +2588,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.4.1 + "@datadog/mobile-react-native": ^2.4.2 "@testing-library/react-native": 7.0.2 react-native-builder-bob: 0.26.0 react-native-gesture-handler: 1.10.3 @@ -2628,7 +2628,7 @@ __metadata: languageName: unknown linkType: soft -"@datadog/mobile-react-native@^2.4.1, @datadog/mobile-react-native@workspace:packages/core": +"@datadog/mobile-react-native@^2.4.2, @datadog/mobile-react-native@workspace:packages/core": version: 0.0.0-use.local resolution: "@datadog/mobile-react-native@workspace:packages/core" dependencies: @@ -2644,7 +2644,7 @@ __metadata: version: 0.0.0-use.local resolution: "@datadog/mobile-react-navigation@workspace:packages/react-navigation" dependencies: - "@datadog/mobile-react-native": ^2.4.1 + "@datadog/mobile-react-native": ^2.4.2 "@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"