From 3976bb45b6a7e2a373a75aef9d58318fefc2b81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:47:07 +0100 Subject: [PATCH 1/8] chore: update Polyfill from 1.32.0 to 9.7.7 --- src/Sentry.Analyzers/Sentry.Analyzers.csproj | 2 +- src/Sentry/Sentry.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sentry.Analyzers/Sentry.Analyzers.csproj b/src/Sentry.Analyzers/Sentry.Analyzers.csproj index 223a1434f8..f8d3d0754e 100644 --- a/src/Sentry.Analyzers/Sentry.Analyzers.csproj +++ b/src/Sentry.Analyzers/Sentry.Analyzers.csproj @@ -24,7 +24,7 @@ https://github.com/SimonCropp/Polyfill --> - + diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index a2b75db0ae..28fe866055 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -65,7 +65,7 @@ https://github.com/SimonCropp/Polyfill --> - + - + diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index 11ffcbf7a5..f2f88ca2d5 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -65,7 +65,7 @@ https://github.com/SimonCropp/Polyfill --> - + $(DefineConstants);FeatureHttp From d6718ccc14628f7a703006ee8a7d8c479dd8e1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:22:02 +0100 Subject: [PATCH 6/8] build: add global "Polyfills" using --- src/Directory.Build.props | 6 ++++++ test/Directory.Build.props | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e3e1feb526..a57bbf9638 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -60,4 +60,10 @@ + + + + + + diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 7559ec9d73..43c5f797ab 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -79,4 +79,10 @@ + + + + + + From f566defd93f063363680b25bc2b8c3b0499ddcba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:34:15 +0100 Subject: [PATCH 7/8] build: no global "Polyfills" using for projects not consuming Sentry --- src/Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a57bbf9638..2bf3cc7ef0 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -62,8 +62,8 @@ - - + + From 8e1c32d99a7ff07e1f0d4b786fb55cbddcbb09f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:45:47 +0100 Subject: [PATCH 8/8] docs: add descriptive comment --- src/Sentry.Analyzers/Sentry.Analyzers.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Sentry.Analyzers/Sentry.Analyzers.csproj b/src/Sentry.Analyzers/Sentry.Analyzers.csproj index e855f9d246..066247e82c 100644 --- a/src/Sentry.Analyzers/Sentry.Analyzers.csproj +++ b/src/Sentry.Analyzers/Sentry.Analyzers.csproj @@ -26,6 +26,7 @@ + true