This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Sentry noise: Sentry is attempting to send N pending error messages
#14069
Labels
A-Logging
Synapse's logs (structured or otherwise). Not metrics.
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Z-Sentry
Issue was discovered by looking at Sentry reports on Matrix.org
E.g. https://sentry.tools.element.io/organizations/element/issues/608
Presumably comes from https://github.com/getsentry/sentry-python/blob/4c09f3203d6d19789c6fa729a2e46557ad4ea913/sentry_sdk/integrations/atexit.py#L30-L33
Given that we redirect stderr -> twisted -> stdlib logging (for Reasons :TM:) this ends up as an ERROR; I think a warning makes more sense. There are some notes here.
The text was updated successfully, but these errors were encountered: