github microsoft/ApplicationInsights-Java 3.0.1-BETA
Application Insights Java 3.0.1-BETA

latest releases: 3.5.2, 3.5.1, 3.5.0...
pre-release3 years ago

New since the 3.0.0 (GA) release:

  • Friendly error messages thrown for the following scenarios
    • Missing connection string
    • Invalid SSL certificate issues when not able to connect to IngestionEndPoint Url, Live endpoint Url and CdsProfiler endpoint url.
    • Invalid Telemetry Processor Configuration
  • This release also brings more interoperability with the 2.x SDK:
    • ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getProperties().put("key1", "val1")
    • ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
    • ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getContext().getUser().setId("uname")

Enhancements:

  • Add thread details span processor
  • Add agent version number to startup message

Bug Fixes:

  • Map service.version to application_Version(Resolves #1392)
  • Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp.

Don't miss a new ApplicationInsights-Java release

NewReleases is sending notifications on new releases.