feat: Disable CrashReporting for RN iOS and Android#504
Merged
abelonogov-ld merged 2 commits intomainfrom Apr 27, 2026
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cdd3a29. Configure here.
Vadman97
approved these changes
Apr 27, 2026
Merged
abelonogov-ld
added a commit
that referenced
this pull request
Apr 28, 2026
…bservability-sdk into andrey/dotnet-otel-update * 'andrey/dotnet-otel-update' of github.com:launchdarkly/observability-sdk: feat: Disable CrashReporting for RN iOS and Android (#504)
abelonogov-ld
pushed a commit
that referenced
this pull request
Apr 28, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>session-replay-react-native: 0.6.0</summary> ## [0.6.0](session-replay-react-native-0.5.1...session-replay-react-native-0.6.0) (2026-04-28) ### Features * Disable CrashReporting for RN iOS and Android ([#504](#504)) ([a9907a7](a9907a7)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk because this PR only updates release metadata (manifest/package version) and the changelog, without changing runtime code. > > **Overview** > Publishes `@launchdarkly/session-replay-react-native` **v0.6.0** by bumping versions in `.release-please-manifest.json` and the package’s `package.json`. > > Updates `sdk/@launchdarkly/react-native-ld-session-replay/CHANGELOG.md` with the `0.6.0` entry noting the feature to disable CrashReporting for RN iOS and Android. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c1725a0. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
RN need specific RN crash reporting and it should be parametrized as well (in future)
Note
Medium Risk
Moderate risk due to upgrading the iOS
LaunchDarklySessionReplaypod and changing observability instrumentation defaults on both iOS and Android, which could affect telemetry/crash capture behavior.Overview
Disables native crash-reporting instrumentation in the React Native Session Replay adapters by turning off OpenTelemetry crash reporting on Android (
ObservabilityOptions.Instrumentations(crashReporting = false)) and disabling the KSCrash-based reporter on iOS (crashReporting: .init(source: .none)).Also bumps the iOS
LaunchDarklySessionReplayCocoaPods dependency from~> 0.26.2to~> 0.33.1.Reviewed by Cursor Bugbot for commit cdd3a29. Bugbot is set up for automated code reviews on this repo. Configure here.