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
Spans recorded through this API and implementation are equivalent to those recorded using the Embrace Performance Tracing API.
This can be obtained through the getOpenTelemetry() method, which will return working implementations for methods involving tracing. Methods involving Logs and Metrics are no-ops at the current time.
Stopping spans through the Embrace Performance Tracing API no longer implicitly sets Status to OK.
Add telemetry.distro.* resource attributes to exported signals.
Update OpenTelemetry SDK dependency to version 1.38 of the OpenTelemetry BOM.
Enhance Performance Tracing API to support behavior exposed via the OpenTelemetry Tracing API.
Change internal endpoint to which session data is sent (no user-facing behavior changes).
Issue build warning for apps that have minSdk < 24 and are using AGP < 8.3.
If minSdk is lower than 24 (i.e. Android 5 and/or 6 is supported by the app), AGP version 8.3+ must be used so the app can be desugared with the proper setting.