-
- Downloads
gunicorn: disable sentry logging event reporting by default
By default, sentry's logging integration will report any error or exception-level logging as an event. Now that we explicitly capture exceptions in the RPC server app, we can disable this automatic event generation, and only use the logging integration to generate breadcrumbs.
Please register or sign in to comment