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 AndroidLifecycleInstrumentation is not enabled by default, and I think that's a mistake. This instrumentation helps to report startup time and also makes available the name of the "current screen" so that it can be added as an attribute on other data (spans/events).
This can/should probably wait until the changes that @LikeTheSalad is proposing around the instrumentation API have settled a little big, but I feel like most users definitely want this instrumentation turned on by default.
The text was updated successfully, but these errors were encountered:
Yeah, using the demo app I was able to confirm that both the ActivityLifecycleInstrumentation and the FragmentLifecycleInstrumentation are being installed...and although we don't have any Fragments currently, the activity instrumentation seems to be working and putting the appropriate events on the activity lifecycle spans:
The
AndroidLifecycleInstrumentation
is not enabled by default, and I think that's a mistake. This instrumentation helps to report startup time and also makes available the name of the "current screen" so that it can be added as an attribute on other data (spans/events).This can/should probably wait until the changes that @LikeTheSalad is proposing around the instrumentation API have settled a little big, but I feel like most users definitely want this instrumentation turned on by default.
The text was updated successfully, but these errors were encountered: