I've installed and configured Firebase Performance SDK using the following documentation for iOS: https://firebase.google.com/docs/perf-mon/get-started-ios
However, I noticed that after adding it to my app as well as a simple trace and waiting 24 hours, performance data is not appearing in the Firebase Console. Upon further investigation, I noticed I'm receiving the following error message in the XCode console:
[Firebase/Performance][I-PRF300005] URL length exceeds limits, truncating recorded URL - https://settings.crashlytics.com/spi/v2/platforms/ios/apps/com.[mycompany].[app_id]/settings.
So my questions are: 1. How and where does one increase the url limit for crashlytics? 2. Is this the only reason why performance data is not appearing within the Firebase Console? Any insight and assistance is greatly appreciated regarding this important issue.