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 ca0a6a7 commit af83bafCopy full SHA for af83baf
CHANGELOG.md
@@ -11,6 +11,7 @@
11
- Obsolete methods of `RequestTelemetry`: `getHttpMethod`, `setHttpMethod`.
12
- Add option to configure instrumentation key via `APPINSIGHTS_INSTRUMENTATIONKEY` environment variable for consistency with other SDKs.
13
- Fix the issue where `track(...)` of `TelemetryClient` class was overwriting the provided telemetry timestamp.
14
+- Changed the policy on failed sent requests to delay retrying for 5 minutes instead of immediately retrying.
15
16
## Version 1.0.9
17
- 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