jraska / github-client

Experimental architecture app with example usage intended to be a showcase, test and skeleton app.
Apache License 2.0
228 stars 27 forks source link

Cloud function to attribute crash to module #495

Open jraska opened 3 years ago

jraska commented 3 years ago
jraska commented 3 years ago

https://firebase.google.com/docs/crashlytics/bigquery-export#streaming-export

jraska commented 3 years ago

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

jraska commented 1 year ago

Other option could be exporting the logs into Collector of Observability data and do processing there.

Or perhaps strea data from BigQuery through the collector.