1

We've enabled Firebase crash reporting export to Big Query. I can query that data, and see and use the app_event.name = 'app_exception'.

How can I include the stack trace in my BigQuery query statements? I do not see it referenced in the doc. I thought it might be hidden in one of the event_dim.params.key, but a distinct query upon those did not find the stacktrace.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
James A Wilson
  • 14,611
  • 5
  • 29
  • 31
  • Can you try checking the table preview and see if it shows up in one of the columns? – Elliott Brossard May 25 '17 at 19:10
  • nothing. I think I'd looked before, but did not remember paging through some of the results. So I just looked agian now. I also went to the last page to see if it it would show up. – James A Wilson May 25 '17 at 19:25
  • The analytics events that come from crashes captured from Firebase Crash Reporting don't contain all the data from the crash. They are just markers that a crash happened in the sequence of events from the perspective of analytics. – Doug Stevenson May 25 '17 at 20:20

0 Answers0