You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent users building with AndroidEnableAssemblyCompression set to false (#4089)
* Prevent users building with AndroidEnableAssemblyCompression set to false
* Update CHANGELOG.md
* Update src/Sentry/buildTransitive/Sentry.targets
Co-authored-by: James Crosswell <[email protected]>
* Update Sentry.Samples.Android.csproj
---------
Co-authored-by: James Crosswell <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
- Changed default value for `SentryOptions.EnableAppHangTrackingV2` to `false` ([#4042](https://github.com/getsentry/sentry-dotnet/pull/4042))
23
23
- Missing MAUI `Shell` navigation breadcrumbs on iOS ([#4006](https://github.com/getsentry/sentry-dotnet/pull/4006))
24
24
- Prevent application crashes when capturing screenshots on iOS ([#4069](https://github.com/getsentry/sentry-dotnet/pull/4069))
25
+
- Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash ([#4089](https://github.com/getsentry/sentry-dotnet/pull/4089))
<ErrorText="Android projects using Sentry cannot build using AndroidEnableAssemblyCompression = false due to a Microsoft issue. Please follow https://github.com/dotnet/android/issues/9752" />
16
+
</Target>
17
+
12
18
<TargetName="WriteSentryAttributes"
13
19
Condition="$(Language) == 'VB' or $(Language) == 'C#' or $(Language) == 'F#'"
0 commit comments