File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33# Version 3.0.1-BETA
4- * Update to otel-java-instrumentation 0.12.0
54* Friendly error messages thrown for the following scenarios
65 - Missing connection string
76 - Invalid SSL certificate issues when not able to connect to IngestionEndPoint Url, Live endpoint Url and CdsProfiler endpoint url.
87 - Invalid Telemetry Processor Configuration
98* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp.
109* Map service.version to application_Version(Resolves [ #1392 ] ( https://github.com/microsoft/ApplicationInsights-Java/issues/1392 ) )
11- * Lazy set propagators in Azure Functions
12- * Bring in fix for Azure Functions instrumentation
13- * Fix NullPointerException for Linux consumption plan
10+ * This release also brings interoperability with 2.x SDK:
11+ - ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getProperties().put("key1", "val1")
12+ - ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
13+ * Add thread details span processor
14+ * Add agent version number to startup message
1415
1516# Version 3.0.0 GA
1617* Config changes
You can’t perform that action at this time.
0 commit comments