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
Stop reporting transient RevenueCat network errors to Sentry (#87)
RC login (Purchases.logIn) and offerings (Purchases.getOfferings) both
report to Sentry unconditionally on failure, including transient
device-side network/DNS blips that aren't actionable app bugs. Filter
those out by RC's own error code instead of message-string matching,
and preserve visibility via PostHog instead of paging Sentry.
Fixes MAPVAULT-G
Fixes MAPVAULT-H
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments