From de6e8f3f2eef38e68964eaa0151fc53865060c5e Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Wed, 17 Sep 2025 15:49:44 +1200 Subject: [PATCH 1/5] Remove Headers and Modules from SentryCocoaFramework before packing Workaround for #4292: - https://github.com/getsentry/sentry-dotnet/issues/4292#issuecomment-3083566046 --- src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj b/src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj index 98e6fde2d2..f94a941276 100644 --- a/src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj +++ b/src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj @@ -113,6 +113,15 @@ + + + + + + From ac3168aa102ad46edd30b274d652249bcb06fa10 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Wed, 17 Sep 2025 16:13:18 +1200 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0e5c1bd3..867721bbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Fail when building Blazor WASM with Profiling. We don't support profiling in Blazor WebAssembly projects. ([#4512](https://github.com/getsentry/sentry-dotnet/pull/4512)) - Do not overwrite user IP if it is set manually in ASP.NET sdk ([#4513](https://github.com/getsentry/sentry-dotnet/pull/4513)) - Fix `SentryOptions.Native.SuppressSignalAborts` and `SuppressExcBadAccess` on iOS ([#4521](https://github.com/getsentry/sentry-dotnet/pull/4521)) +- Partial workaround for MAX_PATH issues when building iOS applications from Windows ([#4533](https://github.com/getsentry/sentry-dotnet/pull/4533)) ### Dependencies From cf1254f864b9e7e0917e03f25a7cedd625842dfa Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 18 Sep 2025 00:49:34 +0000 Subject: [PATCH 3/5] release: 5.15.1-maxpath.1 --- CHANGELOG.md | 2 +- Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867721bbf8..460f359991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.15.1-maxpath.1 ### Fixes diff --git a/Directory.Build.props b/Directory.Build.props index af86671bdf..c53381eabb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 5.15.0 + 5.15.1-maxpath.1 13 true true From 4317ae9f0383cf710fb699e3a3a931f8ddb15db1 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Fri, 19 Sep 2025 22:25:54 +1200 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460f359991..867721bbf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 5.15.1-maxpath.1 +## Unreleased ### Fixes From bfdd42d825a1e49956782ed9c4e98132b245c340 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 22 Sep 2025 10:34:00 +1200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa122b689d..79e3d7268a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Fixes + +- Partial workaround for MAX_PATH issues when building iOS applications from Windows ([#4533](https://github.com/getsentry/sentry-dotnet/pull/4533)) + ## 5.15.1 ### Fixes @@ -7,7 +13,6 @@ - Fail when building Blazor WASM with Profiling. We don't support profiling in Blazor WebAssembly projects. ([#4512](https://github.com/getsentry/sentry-dotnet/pull/4512)) - Do not overwrite user IP if it is set manually in ASP.NET sdk ([#4513](https://github.com/getsentry/sentry-dotnet/pull/4513)) - Fix `SentryOptions.Native.SuppressSignalAborts` and `SuppressExcBadAccess` on iOS ([#4521](https://github.com/getsentry/sentry-dotnet/pull/4521)) -- Partial workaround for MAX_PATH issues when building iOS applications from Windows ([#4533](https://github.com/getsentry/sentry-dotnet/pull/4533)) ### Dependencies