Empty crashlytics template in Looker Studio

Hi everyone,

I am successfully exporting my Crashlytics data to BigQuery, and tried to export it to the provided Looker Studio template in the documentation. (https://lookerstudio.google.com/u/0/reporting/10TMAKxL0ZxcNGTLDQy1LAF5V7uNDYxRC/page/1xZU/preview?hl...)

The issue is, when selecting 'use my own data' and my crashlytics table, (selecting default), i get all errors and no data is displayed, like this:

unaipm_0-1680604523880.png

Where I get all 'Unknown data source' messages. How can I use the template?

Thanks in advance,

Unai

2 3 671
3 REPLIES 3

Hi @unaipm,

Welcome back to Google Cloud Community.

Just like crash reports, you can embed logs and custom keys to add context to the NSError. However, there is a difference in what logs are attached to crashes versus logged errors. When a crash occurs and the app is relaunched, the logs Crashlytics retrieves from disk are those that were written right up to the time of the crash. When you log an NSError, the app does not immediately terminate. Because Crashlytics only sends the logged error report on the next app launch and must limit the amount of space allocated for logs on disk, it is possible to log enough after an NSError is recorded so that all relevant logs are rotated out by the time Crashlytics sends the report from the device. Keep this balance in mind when logging NSErrors and using logs and custom keys in your app.

Here are some reference that might help you.
https://cloud.google.com/bigquery/docs/transfer-troubleshooting?_ga=2.207506003.-1362987118.16807088...

https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios

 

Hi Aris_0,

I am not having any trouble with NSErrors or data transfers. As I said, my data transfers work fine and I get all the data in BigQuery.

The problem is that when using the Crashlytics template in Looker Studio, when selecting 'use my own data' and my crashlytics table, (selecting default), i get all errors and no data is displayed, in all the graphics I get 'Unknown data source' messages. How can I use the template?

I'm also getting same error. The data exports are working correctly and I can even query the data, but report doesn't work.