Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into fix/sentry-cocoa-version
  • Loading branch information
jamescrosswell authored Aug 10, 2025
commit ae08265243de947b91a044184b4707db2a780210
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 5.14.0-alpha.0
## 5.14.0

### Features

- Add _experimental_ support for [Sentry Structured Logging](https://docs.sentry.io/product/explore/logs/) ([#4308](https://github.com/getsentry/sentry-dotnet/pull/4308))
- Structured-Logger API ([#4158](https://github.com/getsentry/sentry-dotnet/pull/4158))
- Buffering and Batching ([#4310](https://github.com/getsentry/sentry-dotnet/pull/4310))
- Integrations for `Sentry.Extensions.Logging`, `Sentry.AspNetCore` and `Sentry.Maui` ([#4193](https://github.com/getsentry/sentry-dotnet/pull/4193))

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>5.14.0-alpha.0</VersionPrefix>
<VersionPrefix>5.14.0</VersionPrefix>
<LangVersion>13</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.