github-client
github-client copied to clipboard
Cloud function to attribute crash to module
- https://firebase.google.com/docs/reference/functions/providers_crashlytics_.issuebuilder
- Experiment a bit if we can set somehow properties to the crash
- The cloud function is triggered only for new issues, not for each issue - only known way is bigquery
https://firebase.google.com/docs/crashlytics/bigquery-export#streaming-export
Played a bit with BigQuery access logs - there isn't any id in logs and as such any logic could be triggered by the logs, but requires other time based selection - possibly job running each 15/X minutes could be a good enough