From 299b595990916068187e0bfbf6cca72bae003013 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 31 Mar 2026 15:10:07 +0200 Subject: [PATCH] docs(core): Add changelog for supabase PostgREST nullish response fix Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7e855668..420d1d8970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### Fixes +- Fix crash caused by nullish response in supabase PostgREST handler ([#5938](https://github.com/getsentry/sentry-react-native/pull/5938)) - Fix iOS crash (EXC_BAD_ACCESS) in time-to-initial-display when navigating between screens ([#5887](https://github.com/getsentry/sentry-react-native/pull/5887)) ### Dependencies