You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andonStart
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, thefirstActivityCreated
value istrue
andActivityLifecycleSpanHelper.setOnCreateStartTimestamp
is not called.The text was updated successfully, but these errors were encountered: