openedx / event-bus-kafka

Kafka implementation for Open edX event bus
GNU Affero General Public License v3.0
4 stars 5 forks source link

feat: Use custom exceptions for recording errors. #193

Closed dianakhuang closed 1 year ago

dianakhuang commented 1 year ago

In the past, we used generic exceptions to record errors to New Relic. This creates custom exceptions for producing and consuming so that we can query New Relic on custom exceptions instead of relying on log messages.

https://github.com/edx/edx-arch-experiments/issues/389

Merge checklist: Check off if complete or not applicable: