Skip to content

Commit

Permalink
Merge pull request #719 from DataDog/marcosaia/RUM-5744/tvos-compatib…
Browse files Browse the repository at this point in the history
…ility

[RUM-5744] iOS: exclude DatadogWebViewTracking in tvOS
  • Loading branch information
marco-saia-datadog authored Aug 26, 2024
2 parents 176e173 + afa8f54 commit 2365f6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/DatadogSDKReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Pod::Spec.new do |s|
s.dependency 'DatadogTrace', '~> 2.14.1'
s.dependency 'DatadogRUM', '~> 2.14.1'
s.dependency 'DatadogCrashReporting', '~> 2.14.1'
s.dependency 'DatadogWebViewTracking', '~> 2.14.1'

# DatadogWebViewTracking is not available for tvOS
s.ios.dependency 'DatadogWebViewTracking', '~> 2.14.1'

s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'ios/Tests/**/*.{swift,json}'
Expand Down

0 comments on commit 2365f6d

Please sign in to comment.