From 1e2c1872cf8e1bc9e97bb056f1188e501f2287f7 Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Mon, 17 Jun 2024 01:11:02 +0200 Subject: [PATCH] fix: Update CHANGELOG.md (#3422) --------- Co-authored-by: James Crosswell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d20f92079..055e3a6115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Fixes +- Fixed Monitor duration calculation ([#3420]https://github.com/getsentry/sentry-dotnet/pull/3420) - Fixed null IServiceProvider in anonymous routes with OpenTelemetry ([#3401](https://github.com/getsentry/sentry-dotnet/pull/3401)) - Fixed Trim warnings in Sentry.DiagnosticSource and WinUIUnhandledException integrations ([#3410](https://github.com/getsentry/sentry-dotnet/pull/3410))