9

While I've successfully reported custom events to Fabric, I'm not able to view the details of the events.

Hovering the graph and the table gives me snippets of the event logs but the text strings are cut off, it's so frustrating

There are 2 "download" buttons in the following screenshot.
However, clicking on them only gives me the count of the events, not the events themselves
enter image description here

ericn
  • 12,476
  • 16
  • 84
  • 127

2 Answers2

13

Mike from Fabric here. There is not currently a way to download the custom attributes associated with Answers' events. Noted that you'd love to have this added in.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77
  • Hi! Is there a way to see whole custom attribute text? I have the same problem as above, text strings are cut off – Wojtek Jun 25 '17 at 11:35
  • 2
    @Wojtek Not at the moment, but if you hover over the event in the graph, you would see the full string. – Mike Bonnell Jun 26 '17 at 20:10
  • 3
    @MikeBonnell addition of that feature is much appreciated. – Malik Umar Jul 10 '17 at 07:56
  • 4
    We too would love to see this feature added. Would certainly help us with debugging and customer support. – Ernest Cunningham Sep 21 '17 at 03:17
  • likewise - would really love this feature. – jkamdjou Oct 07 '17 at 20:46
  • 7
    What is the point of the custom events if you don't have access to the data? – Beltalowda Oct 19 '17 at 21:03
  • Answers has always been a real-time, opinionated view of analytics. Our approach won't work for every app. You have access to the top 10 data elements per custom attribute that you send up to highlight the top attributes per event. – Mike Bonnell Oct 20 '17 at 12:19
  • I'd like to express my interest in this feature as well. Collecting that opinionated view is excellent, but I actually want to see the text feedback that comes with it (and export it!). It's not enough that you show only the first few characters of the top 10 data elements. – ChristianLinnell Feb 14 '19 at 21:57
  • Given that Fabric is being retired, if you want this functionality, I'd recommend setting up Google Analytics in Firebase and using Big Query to export the data. – Mike Bonnell Feb 14 '19 at 22:00
2

I found something that works for me for now:

  1. Click on 1 Crashlytics crash
  2. Click on a version number under Recent Activity
  3. There I can view the log from Crashlytics.log(int priority, String tag, String msg); together with the user's ID and hashed email

enter image description hereenter image description here

ericn
  • 12,476
  • 16
  • 84
  • 127