We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39f473b + a0e8f43 commit 46fdca0Copy full SHA for 46fdca0
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Obsolete methods of `RemoteDependencyTelemetry`: `getCount`, `setCount`, `getMin`, `setMin`, `getMax`, `setMax`, `getStdDev`, `setStdDev`, `getDependencyKind`, `setDependencyKind`, `getAsync`, `setAsync`, `getDependencySource`, `setDependencySource`.
10
- Obsolete methods of `RequestTelemetry`: `getHttpMethod`, `setHttpMethod`.
11
- Add option to configure instrumentation key via `APPINSIGHTS_INSTRUMENTATIONKEY` environment variable for consistency with other SDKs.
12
+- Fix the issue where `track(...)` of `TelemetryClient` class was overwriting the provided telemetry timestamp.
13
14
## Version 1.0.9
15
- Fix the issue of infinite retry and connection drain on certificate error by updating the version of http client packaged with the SDK.
0 commit comments