You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(issues): Adding exception capture on Postgres timeout to keep them visible internally
A small addition on top of #87691. There we changed it so these errors are now treated as user errors
but actually these could possibly come from our own Postgres queries taking too long even on reasonable queries, and without capturing
we wouldn't even know they are happening.
Even if thats not the case we want to keep these errors visible in Sentry to be able to monitor them.
0 commit comments