Hi Everyone,
As a somewhat related topic to the recent announcement about the legacy telemetry crash ping being removed soon, I wanted to also announce the availability of the telemetry.firefox_crashes view (implemented by Ben Wu in DENG-8594). This combines all of the separate crash tables/views into one, deduplicates pings to avoid miscounting, and more. See the firefox source docs for more information on the tables included. Unless you have a specific technical reason not to, you should always prefer to use this table when aggregating crash statistics or joining with symbolicated crash ping data in moz-fx-data-shared-prod.crash_ping_ingest_external.ingest_output.
- Alex
P.S.: Try not to confuse it with telemetry.crash, which is the legacy telemetry crash ping. Unfortunately there aren't many good ways to avoid such confusion since the new view needed to live in a broad, cross-platform namespace.