Skip to content

[CHORE] Bump iOS SDK to version 3.14.0 - #1344

Closed
cdn34dd wants to merge 4 commits into
developfrom
carlosnogueira/chore/bump-ios-sdk-3.14.0
Closed

[CHORE] Bump iOS SDK to version 3.14.0#1344
cdn34dd wants to merge 4 commits into
developfrom
carlosnogueira/chore/bump-ios-sdk-3.14.0

Conversation

@cdn34dd

@cdn34ddcdn34dd commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

Update the iOS SDK dependency to latest version (3.14.0)

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)
  • If this PR is auto-generated, please make sure also to manually update the code related to the change

CopilotAI lite review requested due to automatic review settings July 21, 2026 09:37
@cdn34dd
cdn34dd requested a review from a team as a code ownerJuly 21, 2026 09:37
@cdn34dd
cdn34ddforce-pushed the carlosnogueira/chore/bump-ios-sdk-3.14.0 branch from a63b9ce to fad074dCompareJuly 21, 2026 09:38

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the pinned Datadog iOS SDK CocoaPods dependencies used by the React Native core, WebView, and Session Replay packages to version 3.14.0, and refreshes the example/benchmark lockfiles accordingly.

Changes:

  • Bump Datadog iOS pods in DatadogSDKReactNative.podspec (Core/Logs/Trace/RUM/CrashReporting/Flags/WebViewTracking) to 3.14.0.
  • Bump Datadog iOS pods in WebView and Session Replay podspecs to 3.14.0.
  • Update Podfile.lock files (examples + benchmarks) to reflect the new resolved versions (including OpenTelemetry Swift updates).

Reviewed changes

Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
packages/react-native-webview/DatadogSDKReactNativeWebView.podspecBumps DatadogWebViewTracking and DatadogInternal to 3.14.0.
packages/react-native-session-replay/DatadogSDKReactNativeSessionReplay.podspecBumps DatadogSessionReplay to 3.14.0.
packages/core/DatadogSDKReactNative.podspecBumps core Datadog iOS SDK pod dependencies to 3.14.0 (plus iOS-only WebViewTracking).
example/ios/Podfile.lockUpdates resolved pods/checksums to the 3.14.0 Datadog iOS SDK set.
example-new-architecture/ios/Podfile.lockUpdates resolved pods/checksums to the 3.14.0 Datadog iOS SDK set.
benchmarks/ios/Podfile.lockUpdates resolved pods/checksums; reflects OpenTelemetry Swift 2.5.x resolution.
benchmarks/ios/PodfileBumps OpenTelemetry-Swift-Sdk constraint to ~> 2.5.0 to match the updated DatadogTrace dependency chain.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sbarrio

Copy link
Copy Markdown
Collaborator

LGTM

Did you get a chance to build and launch the benchmark app?, just in case we also need to update the Vitals module 🤞

@datadog-datadog-us1-prod

datadog-datadog-us1-prodBot commented Jul 21, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 122f2e5 | Docs | Datadog PR Page | Give us feedback!

CopilotAI review requested due to automatic review settings August 14, 2026 14:18

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 8 changed files in this pull request and generated no new comments.

CopilotAI review requested due to automatic review settings August 14, 2026 14:44

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 8 changed files in this pull request and generated no new comments.

CopilotAI review requested due to automatic review settings August 14, 2026 15:12

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 9 changed files in this pull request and generated 1 comment.

Suppressed comments (1)

packages/core/DatadogSDKReactNative.podspec:24

  • This PR bumps the pinned iOS SDK pods to 3.14.0, but NATIVE_SDK_VERSIONS.md still lists iOS Bridge / iOS SDK as 3.11.0 for the current React Native versions. To keep the repo’s published version matrix accurate, it should be updated alongside this dependency bump.
 s.dependency 'DatadogCore', '3.14.0'
s.dependency 'DatadogLogs', '3.14.0'
s.dependency 'DatadogTrace', '3.14.0'


private(set) var startedSpans = [MockSpan]()
func startSpan(operationName: String, references: [OTReference]?, tags: [String: Encodable]?, startTime: Date?) -> OTSpan {
func startSpan(operationName: String, references: [OTReference]?, tags: [String: Encodable & Sendable]?, startTime: Date?) -> OTSpan {
@cdn34dd

Copy link
Copy Markdown
CollaboratorAuthor

closing in favor of #1381

@cdn34ddcdn34dd closed this Aug 27, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@cdn34dd@sbarrio