Integration
sentry-android
Build System
Gradle
AGP Version
8.8.0
Proguard
Disabled
Version
8.2.0
Steps to Reproduce
The issue is reproducible with any not-first activity.
Expected Result
All activity transactions contain onCreate and onStart spans.
Actual Result
Only the onStart span exists.

It looks like the root cause is in ActivityLifecycleIntegration - when onActivityPreCreated is called for non-first activity, the firstActivityCreated value is true and ActivityLifecycleSpanHelper.setOnCreateStartTimestamp is not called.