quickstart-unity icon indicating copy to clipboard operation
quickstart-unity copied to clipboard

Exceptions with long messages don't appear in Crashlytics dashboard

Open revolt3r opened this issue 5 years ago • 1 comments

[REQUIRED] Please fill in the following fields:

  • Unity editor version: 2018.4.17f1
  • Firebase Unity SDK version: 6.15.2
  • Source you installed the SDK: Package Manager
  • Problematic Firebase Component: Crashlytics
  • Other Firebase Components in use: Analytics
  • Additional SDKs you are using: irrelevant
  • Platform you are using the Unity editor on: Windows
  • Platform you are targeting: iOS & Android
  • Scripting Runtime: IL2CPP

[REQUIRED] Please describe the issue here:

When logging an exception with a really long message, the exception doesn't appear in the dashboard: Crashlytics.LogException(new Exception(message, e));

Steps to reproduce:

Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)? What's the issue repro rate? 100%

What happened? How can we make the problem occur? Log an exception with a 100 characters message -> error appears in Firebase Crashlytics dashboard Log an exception with a 10.000 characters message -> error doesn't appear in Firebase Crashlytics dashboard

revolt3r avatar Oct 28 '20 09:10 revolt3r

Hi @revolt3r,

I've created an internal ticket b/171906740 to track this issue and assigned it to the Crashlytics team directly.

Thanks!

DellaBitta avatar Oct 28 '20 20:10 DellaBitta