7.8.0
- Update limits and truncation logic.
- Session/Log properties:
- Properties per Session/Log: 10 -> 100
- Value: 256 -> 1024 characters
- Spans:
- Name length: 50 -> 128 characters
- Custom attributes per span: 50 -> 100
- Attribute keys: 50 -> 128 characters
- Attribute values: 200 -> 1024 characters
- Event name length: 100 -> 128 characters
- Names, keys, and values that are too long will now be truncated automatically instead of failing the underlying operation.
- Session/Log properties:
- Fix crash when a custom
URLStreamHandlerthat doesn't implement theopenConnection()method is used whenHttpsUrlConnectioninstrumentation is enabled. - Update OpenTelemetry API and SDK to
1.52.0
Warning: this release bumped the minimum supported version of Kotlin to 2.0. If you need to use an older version, compatibility with 1.8.22 is restored in Embrace 7.9.0.