Skip to content

Commit 063cf69

Browse files
authored
Merge pull request #49620 from Expensify/dsilva_updateFullstoryVersion
Update Fullstory version
2 parents d645fa5 + 3ee34dc commit 063cf69

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
3030
classpath("com.google.firebase:perf-plugin:1.4.1")
3131
// Fullstory integration
32-
classpath ("com.fullstory:gradle-plugin-local:1.49.0")
32+
classpath ("com.fullstory:gradle-plugin-local:1.52.0")
3333

3434
// NOTE: Do not place your application dependencies here; they belong
3535
// in the individual module build.gradle files

ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ target 'NotificationServiceExtension' do
121121
pod 'AirshipServiceExtension'
122122
end
123123

124-
pod 'FullStory', :http => 'https://ios-releases.fullstory.com/fullstory-1.49.0-xcframework.tar.gz'
124+
pod 'FullStory', :http => 'https://ios-releases.fullstory.com/fullstory-1.52.0-xcframework.tar.gz'

ios/Podfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ PODS:
143143
- GoogleUtilities/Environment (~> 7.7)
144144
- "GoogleUtilities/NSData+zlib (~> 7.7)"
145145
- fmt (9.1.0)
146-
- FullStory (1.49.0)
147-
- fullstory_react-native (1.4.2):
146+
- FullStory (1.52.0)
147+
- fullstory_react-native (1.7.1):
148148
- DoubleConversion
149149
- FullStory (~> 1.14)
150150
- glog
@@ -2700,7 +2700,7 @@ DEPENDENCIES:
27002700
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
27012701
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
27022702
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
2703-
- "FullStory (from `{:http=>\"https://ios-releases.fullstory.com/fullstory-1.49.0-xcframework.tar.gz\"}`)"
2703+
- "FullStory (from `{:http=>\"https://ios-releases.fullstory.com/fullstory-1.52.0-xcframework.tar.gz\"}`)"
27042704
- "fullstory_react-native (from `../node_modules/@fullstory/react-native`)"
27052705
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
27062706
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
@@ -2874,7 +2874,7 @@ EXTERNAL SOURCES:
28742874
fmt:
28752875
:podspec: "../node_modules/react-native/third-party-podspecs/fmt.podspec"
28762876
FullStory:
2877-
:http: https://ios-releases.fullstory.com/fullstory-1.49.0-xcframework.tar.gz
2877+
:http: https://ios-releases.fullstory.com/fullstory-1.52.0-xcframework.tar.gz
28782878
fullstory_react-native:
28792879
:path: "../node_modules/@fullstory/react-native"
28802880
glog:
@@ -3089,7 +3089,7 @@ EXTERNAL SOURCES:
30893089

30903090
CHECKOUT OPTIONS:
30913091
FullStory:
3092-
:http: https://ios-releases.fullstory.com/fullstory-1.49.0-xcframework.tar.gz
3092+
:http: https://ios-releases.fullstory.com/fullstory-1.52.0-xcframework.tar.gz
30933093

30943094
SPEC CHECKSUMS:
30953095
Airship: bb32ff2c5a811352da074480357d9f02dbb8f327
@@ -3116,8 +3116,8 @@ SPEC CHECKSUMS:
31163116
FirebasePerformance: 0c01a7a496657d7cea86d40c0b1725259d164c6c
31173117
FirebaseRemoteConfig: 2d6e2cfdb49af79535c8af8a80a4a5009038ec2b
31183118
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
3119-
FullStory: c95f74445f871bc344cdc4a4e4ece61b5554e55d
3120-
fullstory_react-native: 1818ee93dc38801665f26869f7ad68abb698a89a
3119+
FullStory: c8a10b2358c0d33c57be84d16e4c440b0434b33d
3120+
fullstory_react-native: 44dc2c85a6316df2713e6cb0048ce5719c3b0bab
31213121
glog: 69ef571f3de08433d766d614c73a9838a06bf7eb
31223122
GoogleAppMeasurement: 5ba1164e3c844ba84272555e916d0a6d3d977e91
31233123
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
@@ -3248,6 +3248,6 @@ SPEC CHECKSUMS:
32483248
VisionCamera: c6c8aa4b028501fc87644550fbc35a537d4da3fb
32493249
Yoga: a1d7895431387402a674fd0d1c04ec85e87909b8
32503250

3251-
PODFILE CHECKSUM: e479ec84cb53e5fd463486d71dfee91708d3fd9a
3251+
PODFILE CHECKSUM: a07e55247056ec5d84d1af31d694506efff3cfe2
32523252

32533253
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)