Skip to content

Commit

Permalink
build(react-native): update coca performance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Dec 4, 2024
1 parent 573f79a commit 6cc9a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-react-native-fixture
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ function installCocoaPerformance() {
const podfilePath = resolve(fixtureDir, 'ios/Podfile')
let podfile = fs.readFileSync(podfilePath, 'utf8')

const performancePod = `pod 'BugsnagPerformance', :git => 'https://github.com/bugsnag/bugsnag-cocoa-performance.git', :branch => 'integration/react-native-integration'`
const performancePod = `pod 'BugsnagPerformance', :git => 'https://github.com/bugsnag/bugsnag-cocoa-performance.git', :branch => 'ya/crosstalk-api-startspan-improvements'`
const targetSection = 'target \'reactnative\' do'

podfile = podfile.replace(targetSection, `${targetSection}\n ${performancePod}`)
Expand Down

0 comments on commit 6cc9a9d

Please sign in to comment.