Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt committed Oct 12, 2023
1 parent 44c1bab commit e0b97fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h

### Fixed

- Fixed log emission issue for ASP.NET Core 6.0 apps when bytecode instrumentation is enabled
and `WebApplicationBuilder` is used

### Security

## [1.0.2](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.0.2)
Expand Down
1 change: 1 addition & 0 deletions test/IntegrationTests/MinimalApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public MinimalApiTests(ITestOutputHelper output)
[InlineData(true, true)]
[InlineData(true, false)]
[InlineData(false, true)]
[Trait("Category", "EndToEnd")]
public async Task SubmitsLogsWithoutDuplicates(bool enableByteCodeInstrumentation, bool enableHostingStartupAssembly)
{
using var collector = new MockLogsCollector(Output);
Expand Down

0 comments on commit e0b97fe

Please sign in to comment.