Skip to content

Application Insights Java 3.2.0-BETA.4

Pre-release
Pre-release

Choose a tag to compare

@kryalama kryalama released this 30 Sep 01:58
· 1803 commits to main since this release
5a731fd

Enhancements:

  • Database dependency names are now more concise, e.g. SELECT mydatabase.mytable instead of SELECT x, y, z, ... from ... where ........... (the full sanitized query is still captured in the dependency data field)
  • Database dependency target field slightly updated to enable better U/X integration
  • HTTP dependency names are now more descriptive, e.g. GET /the/path instead of HTTP GET
  • Update default configuration:
    • 'azuresdk' configuration moved out of preview configuration and is now enabled by default.
    • 'openTelemetryApiSupport' moved out of preview configuration and is now enabled by default.

Bug Fixes:

  • Fix quick pulse memory leak.