open-telemetry / opentelemetry-android

OpenTelemetry Tooling for Android
Apache License 2.0
147 stars 33 forks source link

Add build-time auto-instrumentation for @WithSpan #412

Open breedx-splk opened 4 months ago

breedx-splk commented 4 months ago

Would be nice if we could leverage the @WithSpan attribute from the upstream instrumentation repo and have build-time bytecode weaving to support it in user code.

Start by looking at WithSpanInstrumentation (link).