mozilla-services / contile

This is the back-end server for the Mozilla Tile Service (MTS)
https://mozilla-services.github.io/contile/
Mozilla Public License 2.0
19 stars 2 forks source link

chore: disable sentry's debug-images feature #545

Closed pjenvey closed 1 year ago

pjenvey commented 1 year ago

which produced errors when sentry ingests events

https://github.com/getsentry/sentry-rust/issues/574

Marking this as a draft pending a response in the above issue. It seems disabling debug-images solves this, reproduced locally:

w/ debug-images: https://mozilla.sentry.io/issues/4153058160/events/02f583026aa144d6ab237b249a9e294d/?project=6173345

w/out: https://mozilla.sentry.io/issues/4153058160/events/1da82656d0ae4df99ca640a9ed7aea09/?project=6173345

pjenvey commented 1 year ago

Confirmed with upstream we don't want debug-images. @ncloudioj we should roll this small change into a 1.11.3 so sentry won't pester us with "Failed to process" emails for every event.