Hi,
I just added the Firebase Performance monitoring to our app. After a couple of week I just see 14 Sample for our main endpoint, but according Google Analytics we have ~345k Sessions with multiple requests to the endpoint.
Can it be, that the performance monitoring is not working for our released version?
Or can this be a conflict with our custom URLProtocol implementation, so that your protocol is not able doing the monitoring?
In our PLIST file I disabled following features, since I only wanted to focus on the Performance measuring:
- FIREBASE_ANALYTICS_COLLECTION_ENABLED
- FirebaseScreenReportingEnabled
- GoogleUtilitiesAppDelegateProxyEnabled
I installed the SDK using CocoaPods
pod 'Firebase/Analytics', '~> 6.2'
pod 'Firebase/Performance', '~> 6.2'
The project was build using Xcode 10.2.1 with deployment target iOS 11.
Best,
Thomas