Skip to content

Use Sentry Exception Logging

Andrew Newdigate requested to merge use-sentry into master

Closes #141 (closed)

Description of the sentry reporting logic

This MR adds sentry exception reporting to the GRPC middleware.

There are two categories of reported exception.

  1. Panics: all panics within a grpc error handler will be reported

  2. Error responses: all non-OK errors will be reported.

Edited by Andrew Newdigate

Merge request reports