mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
863 stars 46 forks source link

feat: Add normalized ReportableError to errors #1559

Closed jrconlin closed 3 months ago

jrconlin commented 3 months ago

We want to do things like add tags and other features to sync errors the way that we do in other packages. To do so, we're backporting ReportableError from Autopush to Syncstorage.

This also addresses:

Closes SYNC-4262

jrconlin commented 3 months ago

I'll file a quick follow-up PR that has these fixes.