SIGN IN SIGN UP

fix(android): Handle boolean values in JSON options converter (#6130)

* fix(android): Handle boolean values in JSON options converter

`RNSentryJsonConverter.convertToWritable()` did not handle `Boolean`
values from `sentry.options.json`, silently dropping them. This caused
all boolean options (e.g. `maskAllText`, `debug`, `attachScreenshot`)
to fall back to defaults when using `RNSentrySDK.init()`.

Fixes #6122

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs: Add changelog entry for boolean options fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
A
Antonis Lilis committed
22998d003fda8bc6fe34f65458d60febf2f5efc2
Parent: f88a7d1
Committed by GitHub <noreply@github.com> on 5/13/2026, 8:30:44 AM