Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Experimental support for W3C headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudmila Molkova committed Aug 13, 2018
1 parent 828d59c commit 4d043ee
Show file tree
Hide file tree
Showing 30 changed files with 1,028 additions and 236 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 2.5.0-beta1
- [Adds opt-in support for W3C distributed tracing standard](https://github.com/Microsoft/ApplicationInsights-aspnetcore/pull/735)

## Version 2.4.0
- Updated Web/Base SDK version dependency to 2.7.1

Expand Down
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="applicationinsights" value="https://www.myget.org/F/applicationinsights/api/v3/index.json" />
<add key="web signed" value="\\vscsstor\CIDrops\AIC\AI_WebSDK_Signed_Release\AI_WebSDK_Signed_Release_20180813.1\uncdrop" />
</packageSources>
<disabledPackageSources />
</configuration>

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
namespace Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners
{
using Microsoft.ApplicationInsights.AspNetCore.Common;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;

using Microsoft.ApplicationInsights.Common;

/// <summary>
/// Generic functions that can be used to get and set Http headers.
/// </summary>
Expand Down
Loading

0 comments on commit 4d043ee

Please sign in to comment.