Skip to content

7.8.0

Choose a tag to compare

@bidetofevil bidetofevil released this 12 Aug 13:10
· 943 commits to main since this release
  • 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.
  • Fix crash when a custom URLStreamHandler that doesn't implement the openConnection() method is used when HttpsUrlConnection instrumentation 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.