[RELEASE] React Native SDK v2.14.7#1281
Merged
cdn34dd merged 1 commit intofeature/v2from Apr 29, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the monorepo and example projects to Datadog React Native SDK version 2.14.7 in preparation for a release.
Changes:
- Bump package versions to 2.14.7 across workspace packages and Lerna, and update SDK version constants (JS/iOS/Android).
- Refresh dependency lockfiles (Yarn + CocoaPods) to reflect the new release version.
- Update
release-content.txtmanifests used for packaging/release verification.
Reviewed changes
Copilot reviewed 20 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Updates workspace dependency references from 2.14.6 to 2.14.7. |
lerna.json |
Bumps monorepo version to 2.14.7. |
NATIVE_SDK_VERSIONS.md |
Adds the 2.14.7 mapping row for native SDK versions. |
packages/core/src/version.ts |
Updates exported JS SDK version string to 2.14.7. |
packages/core/release-content.txt |
Refreshes packaged-file manifest for core release artifact. |
packages/core/package.json |
Bumps core package version to 2.14.7. |
packages/core/ios/Sources/SdkVersion.swift |
Updates iOS SDK version constant to 2.14.7. |
packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt |
Updates Android SDK version constant to 2.14.7. |
packages/codepush/package.json |
Bumps CodePush integration package version and workspace dependency to 2.14.7. |
packages/react-navigation/release-content.txt |
Refreshes packaged-file manifest for react-navigation integration. |
packages/react-navigation/package.json |
Bumps react-navigation integration package version and devDependency to 2.14.7. |
packages/react-native-navigation/release-content.txt |
Refreshes packaged-file manifest for react-native-navigation integration. |
packages/react-native-navigation/package.json |
Bumps react-native-navigation integration package version and devDependency to 2.14.7. |
packages/react-native-webview/package.json |
Bumps webview integration package version to 2.14.7. |
packages/react-native-session-replay/release-content.txt |
Refreshes packaged-file manifest for session replay package. |
packages/react-native-session-replay/package.json |
Bumps session replay package version to 2.14.7. |
packages/react-native-babel-plugin/release-content.txt |
Refreshes packaged-file manifest for the Babel plugin package. |
packages/react-native-babel-plugin/package.json |
Bumps Babel plugin package version to 2.14.7. |
packages/react-native-apollo-client/release-content.txt |
Refreshes packaged-file manifest for the Apollo Client integration. |
packages/react-native-apollo-client/package.json |
Bumps Apollo Client integration package version to 2.14.7. |
packages/internal-testing-tools/package.json |
Bumps internal testing tools package version to 2.14.7. |
example/ios/Podfile.lock |
Updates example app pod lock to Datadog pods 2.14.7 (and refreshed checksums). |
example-new-architecture/ios/Podfile.lock |
Updates new-architecture example pod lock to Datadog pods 2.14.7 (and refreshed checksums). |
benchmarks/ios/Podfile.lock |
Updates benchmarks app pod lock to Datadog pods 2.14.7 (and refreshed checksums). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
marco-saia-datadog
approved these changes
Apr 29, 2026
sbarrio
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Prepares v2.14.7 release which includes several important updates and fixes.
What's Changed
Full Changelog: 2.14.6...carlosnogueira/release-v2.14.7
Review checklist (to be filled by reviewers)