matrix-org/dendrite

Update Sentry reporting further

開放

#3,306 建立於 2024年1月18日

 (0 則留言) (0 個反應) (0 位負責人)Go (658 個分叉)auto 404
T-Taskgood first issue

倉庫指標

星標
 (5,632 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

https://github.com/matrix-org/dendrite/pull/3305 made reporting errors a bit better, but there are still places in the code where we CaptureException in go routines, possibly still sending garbage to Sentry. For reference: https://docs.sentry.io/platforms/go/usage/concurrency/

It may also make sense to check if we even should report said errors to sentry, as e.g. we should always be able json.Unmarshal things we sent to JetStream ourselves.

貢獻者指南