Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove a crash from dashboard - Crashlytics

Recently, I decided to migrate from Parse and use the lighter and easier tool, Crashlytics. I've been playing with the interface for a long time and it is already responding every developer needs except one thing:
In addition to close an issue, Is it possible to permanently remove a crash from the crash list in dashboard?

In my case, I planted some force crashes (by throwing a simple RuntimeException) in order to test the performance and stability of Crashlytics, but now seeing them beside real crashes is completely on my nerve. Any idea on how to get rid of them?

like image 258
Suall1969 Avatar asked Jul 28 '15 18:07

Suall1969


People also ask

How do I turn off Crashlytics on Android?

Here's a couple of ways to disable Crashlytics while you are doing your debug builds! Use a different android:versionString for debug and release builds and then disable crash reporting from the Crashlytics web dashboard for the debug version. Wrap the call to Crashlytics.

What is settings Crashlytics?

Crashlytics helps collecting, analyzing and organizing app crash reports.

What is non fatal and crashes in Crashlytics?

In addition to automatically reporting your app's crashes, Crashlytics lets you record non-fatal exceptions and sends them to you the next time your app launches. Note: Crashlytics only stores the most recent eight exceptions in a given app session.


2 Answers

You can't completely remove the crashes. You can, however, only show crashes that are open instead of showing all crashes as it sounds like you might be doing. You could also increment your app version, but that may not be of that much use to just hide crashes that you forced for testing.

like image 98
dm78 Avatar answered Oct 11 '22 13:10

dm78


You can close the issue, so it will not be shown again for the reported version.

like image 37
Rafael Toledo Avatar answered Oct 11 '22 13:10

Rafael Toledo