Firebase崩溃报告电子邮件

问题描述:

我已经为我的项目实施了 Firebase 崩溃报告基本设置,并且没有任何问题。是否可以在我的电子邮件上获取这些错误报告?在崩溃报告仪表板上,我无法找到非致命错误或致命错误的电子邮件发送功能。

I have implemented Firebase crash report basic setup for my project and it worked perfectly without any problem. Is it possible to get those error report on my email? I am unable to find email sending feature for non fatal or fatal error on crash report dashboard.

FirebaseCrash.report(新异常(我在Android上的第一个Firebase非致命错误)); / b>

FirebaseCrash.report(new Exception("My first Firebase non-fatal error on Android"));

是的,您可以通过以下5个简单步骤获取您的电子邮件中的错误报告:

Yes, you can get error reports on your email, in 5 simple steps:


  1. 转到Firebase控制台上的订阅标签
  2. 选择您的项目

  3. 您将看到两个选项:一个用于新群集,另一个用于回归。 b $ b
  4. 当你点击其中的一个,你会看到一个电子邮件复选框。检查它,然后点击保存。

  5. 完成,现在您可以获取用于注册Firebase的电子邮件帐户的报告。

  1. Go to the subscriptions tab on the Firebase console.
  2. Select your project
  3. You'll see two options: one for new clusters and one for regressions.
  4. When you click on one of those, you'll see an email checkbox. Check it and click on save.
  5. Done, now you can get the reports on the email account that you used to sign up for Firebase.