-
-
Save mieitza/e63423eb16d45ae419617f1107e18851 to your computer and use it in GitHub Desktop.
[BigQuery + Firebase Crashlytics] Crashes from May 9th
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#standardSQL | |
SELECT | |
event_id, issue_id, blame_frame.file, blame_frame.line | |
FROM | |
`projectId.firebase_crashlytics.package_name_ANDROID` | |
WHERE | |
FORMAT_TIMESTAMP("%Y%m%d", TIMESTAMP_TRUNC(event_timestamp, DAY)) = '20190509' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment