Skip to content

ANR profiling is out of experimental in Android SDK 8.55.0 — review RN docs/config #6661

Description

@antonis

Background

sentry-java 8.55.0 (#6042) moved ANR profiling out of experimental. No RN code change is required by the bump itself.

Current RN surface

RN exposes profiling via _experiments.profilingOptions (profileSessionSampleRate, lifecycle, startOnAppStart), consumed by RNSentryStart.configureAndroidProfiling(...)packages/core/android/src/main/java/io/sentry/react/RNSentryStart.java:263. ANR options are separate (enableNdkAppHangTracking, ndkAppHangTimeoutIntervalMillis).

Scope

Confirm nothing in RN still references ANR profiling as experimental, and add a docs/changelog note if RN surfaces or should surface any ANR-profiling-related config now that it's stable upstream. Docs-only unless a gap is found.

Follow-up from the 8.55.0 bump (#6658).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions