Application Insights Java 3.0.1-BETA
Pre-release
Pre-release
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.