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

Commit

Permalink
Merge pull request #735 from Microsoft/lmolkova/supportW3COnCore
Browse files Browse the repository at this point in the history
Support W3C incoming headers in opt-in mode
  • Loading branch information
cijothomas committed Aug 21, 2018
2 parents 1d5da18 + 8140ff1 commit 17cc5de
Show file tree
Hide file tree
Showing 28 changed files with 1,029 additions and 237 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.1
- Patch release to update Web/Base SDK version dependency to 2.7.2 which fixed a bug (https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/970)

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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.
Expand Down
Loading

0 comments on commit 17cc5de

Please sign in to comment.