6.8.0
·
4 commits
to release/6.8
since this release
- Complete migration to OpenTelemetry, which means all app data recorded by the SDK can be sent directly to OpenTelemetry Collectors from the app.
- Allow the SDK to be used without being an Embrace customer, so data is only sent to OpenTelemetry Collectors and not to Embrace.
- Verify as part of the build that desugaring is enabled for apps supporting Android versions less than 7.0 (i.e.
minSdkVerion
< 24). - Fix the location we look for flavor-specific Embrace configuration files during the build.
- Remove excessive SDK logging.