sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Add auto init from JS tests for Android

Open krystofwoldrich opened this issue 7 months ago • 0 comments

Description

@krystofwoldrich Initially tried to add the auto tests in https://github.com/getsentry/sentry-react-native/pull/4602 but this PR got stale.

Feature branch in https://github.com/getsentry/sentry-react-native/pull/4472 currently contains only manual tests for the android sample. Tests for automatic init require different build of the application which will have manual native init disabled. This can be done using build config. Compared to iOS this can't be done by launchArgs (intent arguments) because these are not available before an activity is launched.

krystofwoldrich avatar Jun 11 '25 18:06 krystofwoldrich