ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
50 stars 29 forks source link

Look into hosting crash reporting entry point as part of API #485

Open hellais opened 3 years ago

hellais commented 3 years ago

This is about evaluating if we can submit crash reports directly as part of the OONI API and then submitting them to the sentry backend after we have done the cleaning of the metadata ourselves.

Related: https://github.com/ooni/probe/issues/1400 https://github.com/ooni/probe/issues/1401

hellais commented 3 years ago

An alternative option could be hosting this middleware on our infrastructure and do the scrubbing as part of this component: https://docs.sentry.io/product/relay/.