Skip to content

Commit 807b659

Browse files
authored
Added 'SentryUploadAndroidProguardMapping' to MSBuild properties (#7476)
1 parent f8b12ef commit 807b659

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platforms/dotnet/common/configuration/msbuild.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ if you only want these features enabled in a GitHub Actions CI workflow, you cou
108108
<!-- Sends sources to Sentry, enabling display of source context. -->
109109
<SentryUploadSources>true</SentryUploadSources>
110110
111+
<!-- If you are targeting Android, sends proguard mapping file to Sentry. -->
112+
<SentryUploadAndroidProguardMapping>true</SentryUploadAndroidProguardMapping>
113+
111114
</PropertyGroup>
112115
113116
```

0 commit comments

Comments
 (0)