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(hc): Prevent exception from siloed_atomic (#52326)
An exception rises from `router.db_for_write` if the database doesn't
exist in the environment, as observed with `SENTRY_USE_SILOS` set to
true. Introduce a custom exception type to mark this condition, and
catch it when setting the atomic impl. This should be equivalent
behavior, as we only care about whether "missing" database is equal to
`using` (which a null value won't be).
0 commit comments