Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sounds good. doesn't work. does nothing, in fact.
  • Loading branch information
bitsandfoxes committed Sep 27, 2024
commit 1a2204eb8e0ab9deebec18a6204b2ce4cba30906
4 changes: 0 additions & 4 deletions samples/Sentry.Samples.Ios/Sentry.Samples.Ios.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<PublishAot>true</PublishAot>
</PropertyGroup>

<PropertyGroup>
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup>
<SentryOrg>sentry-sdks</SentryOrg>
<SentryProject>sentry-dotnet</SentryProject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<SelfContained>true</SelfContained>
</PropertyGroup>

<PropertyGroup>
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup>
<SentryOrg>sentry-sdks</SentryOrg>
<SentryProject>sentry-dotnet</SentryProject>
Expand Down
4 changes: 0 additions & 4 deletions samples/Sentry.Samples.MacOS/Sentry.Samples.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
<Optimize>false</Optimize>
</PropertyGroup>

<!--
For this demo app, let's upload sources and symbols to Sentry on every build, regardless of configuration.
In a real app, you probably only want to do this on Release builds.
Expand Down
4 changes: 0 additions & 4 deletions samples/Sentry.Samples.Maui/Sentry.Samples.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
<DefineConstants>$(DefineConstants);DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup>
<SentryOrg>sentry-sdks</SentryOrg>
<SentryProject>sentry-dotnet</SentryProject>
Expand Down