2

I've migrated our apps from Fabric's Crashlytics to Firebase Crashlytics, since Fabric's dashboard will be shut down on March 31, 2020.

In Fabric's dashboard, I could disable a particular version (so its crashes won't show in unfiltered crash list) as described in this answer.

I couldn't find similar functionality in Firebase dashboard. Is there a way to disable a particular version there?

Alex Lipov
  • 13,503
  • 5
  • 64
  • 87
  • I've also checked the [guide](https://docs.fabric.io/android/examples/firebase/index.html) which was created for smooth Crashlytics transition from Fabric to Firebase, but it doesn't mention version disabling. – Alex Lipov Jan 28 '20 at 14:07
  • I am using firebase crashlytics recently, I did not see the option to disable version. but you can filter the versions. – majurageerthan Jan 28 '20 at 14:11
  • @majuran I'm aware to the fact that I can filter versions, though I'm specifically interested in viewing unfiltered (or in more common case: group-filtered using asterisk) results. In such scenario, there are specific versions which are irrelevant and I want to delete their data. – Alex Lipov Jan 28 '20 at 14:33
  • I suggest contacting [Fabric support](https://support.crashlytics.com/) or [Firebase support](https://support.google.com/firebase/contact/support) if you're having problems with the console. – Doug Stevenson Jan 28 '20 at 16:06
  • @DougStevenson thanks! I've contacted Firebase support and received a very prompt response. – Alex Lipov Jan 29 '20 at 08:54

1 Answers1

7

I've contacted Firebase's support and received response saying that there is currently no way to disable a particular version in same manner as it was possible in Fabric's dashboard, though they will consider to add similar functionality in future releases.

Alex Lipov
  • 13,503
  • 5
  • 64
  • 87