本文介绍了现在将Fabric迁移到crashlytics的最佳方法是什么(2020年5月之后,所有数据和仪表板都消失了)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用Fabric 2年了,现在我需要迁移到Firebase。这是进行下一步的好方法是什么?我应该删除所有与架构相关的集成并将Firebase添加为新集成。

I have used Fabric before 2 years.Now I need to migrate to firebase. Here what is the good way to proceed? Shall I remove all fabric related integrations and add firebase as new integration.

或者

我是否需要使用现有的Fabric帐户添加Firebase?

Shall I need to add the firebase with the existing fabric account?

有什么最佳做法吗?

推荐答案

Firebaser在这里-

Firebaser here -

如果您错过了从Fabric迁移到Firebase的迁移窗口,最好的方法是设置一个新的Firebase项目,将所需的应用程序添加到Firebase项目中,然后进行操作,以使Firebase Crashlytics正常运行。如Misha所指出的那样,Firebase Crashlytics SDK现在是受支持的主要Crashlytics SDK,并且旧的Fabric SDK在11月15日之后将不再报告崩溃。

If you missed the migration window to move from Fabric to Firebase, the best way forward is to set up a new Firebase project, add your desired apps to your Firebase project, and then follow the Crashlytics onboarding instructions to get Firebase Crashlytics working. The Firebase Crashlytics SDK is now the main supported Crashlytics SDK, and the old Fabric SDK will no longer report crashes past November 15th, as Misha noted.

一旦您能够验证测试崩溃发生在您的仪表板上,您应该已经准备好将其包含在可以发布给用户的实时版本中。

Once you've been able to verify that a test crash has come through to your dashboard, you should be all set to include it in a live version that goes out to your users.

这篇关于现在将Fabric迁移到crashlytics的最佳方法是什么(2020年5月之后,所有数据和仪表板都消失了)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 20:16