Whitelisting Firebase Crashlytics SDK

Deadly 提交于 2021-01-28 12:00:33

问题


I just finished a migration to the new Firebase Crashlytics SDK.

On the past I added rules in accordance to this post. But as you may notice it relates to the now deprecated Fabric alternative.

What is the newest update on this matter? Which domains should I whitelist if I want to allow the reports to go through a firewall.


回答1:


the endpoints at present time remain the same. However, at some point this year this will need to be updated.




回答2:


Here is the updated information:

For Firebase Crashlytics (SDK versions 4.x and up)

*.crashlytics.com
crashlyticsreports-pa.googleapis.com

For Fabric Crashlytics (SDK versions 3.x)

*.fabric.io
*.crashlytics.com


来源:https://stackoverflow.com/questions/61897186/whitelisting-firebase-crashlytics-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!