From fef4df2ca4c26acfc3f3d470b43d30de13062e81 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Mon, 5 Feb 2024 11:56:16 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 2 +- .../Extensibility/{IHttpRequest.cs => ISentryHttpRequest.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Sentry/Extensibility/{IHttpRequest.cs => ISentryHttpRequest.cs} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5d67347f..f1685d64df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - To resolve conflicting types due to the SDK adding itself to the global usings: - The interface `Sentry.ISession` has been renamed to `Sentry.ISentrySession` - - The class `Sentry.Session` has been renamed to `Sentry.SentrySession` ([#3015](https://github.com/getsentry/sentry-dotnet/pull/3015)) + - The class `Sentry.Session` has been renamed to `Sentry.SentrySession` ([#3110](https://github.com/getsentry/sentry-dotnet/pull/3110)) ### Dependencies diff --git a/src/Sentry/Extensibility/IHttpRequest.cs b/src/Sentry/Extensibility/ISentryHttpRequest.cs similarity index 100% rename from src/Sentry/Extensibility/IHttpRequest.cs rename to src/Sentry/Extensibility/ISentryHttpRequest.cs