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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FEATURE] Trace: Bundle dd-trace-core code into the dd-sdk-android-trace module. See #1907
[FEATURE] Trace: Provide the correct sampling priority for our Span events based on APM new rules. See #1913
[FEATURE] Trace: Add the CoreTracer tests. See #1924
[FEATURE] Trace: Provide core tracer logger implementation. See #1953
[FEATURE] Trace: Provide the bundleWithRum capability for OtelTracer. See #1960
[FEATURE] Trace: Provide the DatadogContextStorage for OpenTelemetry. See #1970
[FEATURE] Trace: Provide Otel bundle with logs feature. See #1979
[FEATURE] Trace: Setup the trace end tests environment for Otel API. See #1983
[FEATURE] Trace: Add the SpanLink support for Otel API implementation. See #1993
[FEATURE] Trace: Add the Otel API feature integration tests. See #1995
[FEATURE] Trace: Report OpenTelemetry data in the configuration telemetry. See #2006
[FEATURE] Trace: Extract OpenTelemetry support SDK into a dedicated module. See #2021
[FEATURE] Trace: Setup the CI and Gradle tests for the new dd-sdk-android-trace-otel module. See #2035
[FEATURE] Trace: Enable desugaring for sample and single-fit apps. See #2036
[FEATURE] Session Replay: Add support for progress bars. See #2047
[FEATURE] Trace: Add OpenTelemetry use case into the Wear sample app. See #2068
[FEATURE] Trace: Add OpenTelemetry use case into the vendor-lib sample. See #2069
[FEATURE] Trace: Add the OkHttp Otel extensions module. See #2073
[FEATURE] Trace: OtelTraceProvider.Builder: introduce the trace rate limit property. See #2086
WARNING: Existing com.datadog.trace package renamed to com.datadog.legacy.trace. com.datadog.trace package will contain new members, so update your imports accordingly.
[BUGFIX] Session Replay: Fix time drift in RecordedDataQueueHandler. See #2075
[IMPROVEMENT] Trace: Remove some unused IAST/CI Visibility classes. See #2000
[IMPROVEMENT] Trace: Remove moshi dependency from trace module. See #2003