Android agent version 0.xedit

0.16.0 - 2024/04/03edit

Bug fixesedit
  • Removing strict version constraint that prevented enforcing compileSdk > 33: #292

0.15.0 - 2024/03/11edit

Featuresedit
  • Added configuration to set a base OpenTelemetry Resource object: #276

0.14.0 - 2024/02/02edit

Featuresedit
  • Making OpenTelemetry Android the base project: #268

0.13.1 - 2024/01/18edit

Bug fixesedit
  • Fix for #254: #261

0.13.0 - 2023/12/12edit

Featuresedit
  • Making internal logs configurable: #245
Bug Fixesedit

0.12.0 - 2023/11/21edit

Featuresedit
  • Adding exception event to failed http responses: #237
  • Upgrading Byte Buddy to 1.14.10: #238

0.11.0 - 2023/10/31edit

Bug fixesedit
  • Fix truetime duplicated classes: #222

0.10.0 - 2023/10/27edit

Featuresedit
  • Adding setExportProtocol configuration to choose between HTTP and gRPC, defaulting to gRPC: #213
  • Upgrading Byte Buddy version to 1.14.9: #207
  • Setting minimum AGP version to 7.4.0 to use the Gradle plugin: #207
  • Removing Gradle’s warning on missing serverUrl param: #209
  • Adding http response content length attr to okhttp spans: #211
  • Marking okhttp spans as failed when receiving an error response code: #212
  • Bumping OTel SDK to 1.31.0 and adding new semconv dependency: #217

0.9.0 - 2023/10/16edit

Featuresedit
  • Making Session ID generator configurable: #178
  • Adding sample rate support: #179
  • Adding support for AGP > 8: #197
  • Setting minimum AGP version to 7.4.0: #197

0.8.0 - 2023/08/23edit

Featuresedit
  • Updating OpenTelemetry SDK to 1.27.0 where logs are stable: #168
  • Updating OpenTelemetry SDK to 1.28.0 where the new disk buffering lib is present: #170
  • Adding network connectivity attributes to logs: #173
  • Adding local persistence/caching support: #174

0.7.0 - 2023/06/02edit

Featuresedit
  • Sending app’s versionCode in the service.build attribute: #153
  • Sending app’s lifecycle events: #159
  • Adding spans, logs and metrics filtering support: #160
Bug fixesedit

0.6.0 - 2023/04/05edit

Featuresedit
  • Using minSdk 24: #149
  • Making OpenTelemetry processors and exporters configurable: #151
  • Making environment name configurable at runtime: #152

0.5.0 - 2023/04/03edit

Featuresedit
  • Added server ApiKey auth support: #141

0.4.0 - 2023/03/30edit

Featuresedit
  • Wrapping HTTP spans: #106
  • Tracking app launch time metrics: #110
  • Added runtime configuration options: #122
  • Added central configuration recording option: #136

0.1.0 - 2022/12/12edit

Featuresedit
  • OpenTelemetry agent set up.
  • Automatic instrumentation of Android Activities and Fragments.
  • Automatic instrumentation of OkHttp client calls.
  • Filtering of http-related Spans