Firebase 性能 |控制台中没有数据出现

Firebase Performance | No Data appears in Console

我已经使用以下 iOS 文档安装并配置了 Firebase Performance SDK: https://firebase.google.com/docs/perf-mon/get-started-ios

但是,我注意到在将它添加到我的应用程序以及一个简单的跟踪并等待 24 小时后, 性能数据未出现在 Firebase 控制台中。 经过进一步调查,我注意到我在 XCode 控制台中收到以下错误消息:

[Firebase/Performance][I-PRF300005] URL 长度超出限制,截断记录 URL - https://settings.crashlytics.com/spi/v2/platforms/ios/apps/com.[mycompany].[app_id]/settings.

所以我的问题是: 1. 如何以及在哪里增加 crashlytics 的 url 限制? 2. 这是性能数据没有出现在 Firebase 控制台中的唯一原因吗? 对于这个重要问题,我们将不胜感激任何见解和帮助。

经过几天的等待,我这边没有任何变化,性能数据确实出现了。 此外,这是 Firebase 支持部门关于 URL 长度的官方回复:

"Our engineers noted that this is working as intended. When URLs are too long, it is not printed out and the max url length that can be is coded is 2000 bytes. This is to guard our system against programming errors. it is also possible that the you’ve encountered a malformed URL or a bad URL request."

希望这对某人有所帮助!