Assuming the following definitions are in place:
The crash free sessions number is the percentage of sessions in the specified time range not ended by a crash of the application.
The crash free users is the percentage of distinct users who did not experience a crash during the specified time period.
Is it possible to calculate p1 of the above using analytical data exports into BigQuery? Closest thing I was able to find is this ticket on SO BigQuery Crashlytics - Crash free users / sessions but I think what it actually does is calculating p2 and not p1. To rephrase my question, how to identify user sessions and link them with crash experiences if any?