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.
1 parent 27ad0a3 commit 83bb635Copy full SHA for 83bb635
CHANGELOG.md
@@ -8,6 +8,7 @@
8
- Methods `getExceptionHandledAt` and `setExceptionHandledAt` of `ExceptionTelemetry` marked obsolete and do not do anything.
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
13
## Version 1.0.9
14
- 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