Skip to content

Commit 441f987

Browse files
authored
Apply suggestions from code review
1 parent 5eb129a commit 441f987

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
- Invalid Telemetry Processor Configuration
88
* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp.
99
* Map service.version to application_Version(Resolves [#1392](https://github.com/microsoft/ApplicationInsights-Java/issues/1392))
10-
* This release also brings interoperability with 2.x SDK:
10+
* This release also brings more interoperability with the 2.x SDK:
1111
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getProperties().put("key1", "val1")
1212
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
13+
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getContext().getUser().setId("uname")
14+
1315
* Add thread details span processor
1416
* Add agent version number to startup message
1517

0 commit comments

Comments
 (0)