open-telemetry / opentelemetry-android

OpenTelemetry Tooling for Android
Apache License 2.0
114 stars 22 forks source link

Instrumentation API part 7 #465

Open LikeTheSalad opened 3 days ago

LikeTheSalad commented 3 days ago

Continuation of the activity-fragment-lifecycle-startup migration. This part covers the fragment instrumentation implementation and removes the lifecycle module that used to be an entry point for both, activity and fragment instrumentations, but now each of them has its own entry point (AndroidInstrumentation impl).