Skip to content

Commit b2b8d49

Browse files
authored
fix: upload linked PDB for Mac Catalyst (#4503)
* fix: upload linked PDB for Mac Catalyst
1 parent 64de9b6 commit b2b8d49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Blocking calls are no longer treated as unhandled crashes ([#4458](https://github.com/getsentry/sentry-dotnet/pull/4458))
1818
- Only apply Session Replay masks to specific control types when necessary to avoid performance issues in MAUI apps with complex UIs ([#4445](https://github.com/getsentry/sentry-dotnet/pull/4445))
1919
- De-duplicate Java.Lang.RuntimeException on Android ([#4509](https://github.com/getsentry/sentry-dotnet/pull/4509))
20+
- Upload linked PDB to fix symbolication for Mac Catalyst ([#4503](https://github.com/getsentry/sentry-dotnet/pull/4503))
2021

2122
### Dependencies
2223

src/Sentry/buildTransitive/Sentry.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217

218218
<PropertyGroup>
219219
<SentryCLIUploadItems>$(SentryCLIUploadDirectory)</SentryCLIUploadItems>
220+
<SentryCLIUploadItems Condition="Exists('$(IntermediateOutputPath)linked/$(AssemblyName).pdb')">$(SentryCLIUploadItems) $(IntermediateOutputPath)linked/$(AssemblyName).pdb</SentryCLIUploadItems>
220221
<SentryCLIUploadItems Condition="'@(AndroidNativeSymbolFilesExceptDll)' != ''">$(SentryCLIUploadItems) @(AndroidNativeSymbolFilesExceptDll -> '%(Identity)', ' ')</SentryCLIUploadItems>
221222
</PropertyGroup>
222223

0 commit comments

Comments
 (0)