Skip to content

Commit

Permalink
2.8.0 release (#1215)
Browse files Browse the repository at this point in the history
* 2.8.0 release

* Update

* Ensure live metrics client is available

* Revert

* Force update
  • Loading branch information
hectorhdzg committed Sep 27, 2023
1 parent f7da663 commit c17860c
Show file tree
Hide file tree
Showing 4 changed files with 1,513 additions and 704 deletions.
2 changes: 1 addition & 1 deletion Declarations/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Contracts = require("./Contracts")

export const APPLICATION_INSIGHTS_SDK_VERSION = "2.7.3";
export const APPLICATION_INSIGHTS_SDK_VERSION = "2.8.0";
export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com";
export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ the `contextObjects` parameter when calling a track method for manually tracked
For automatically collected telemetry, this object is filled with available request information
and the persistent request context as provided by `appInsights.getCorrelationContext()` (if
automatic dependency correlation is enabled).

The TypeScript type for a telemetry processor is:

```typescript
Expand Down

0 comments on commit c17860c

Please sign in to comment.