We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c985f2 commit 7117e79Copy full SHA for 7117e79
src/Sentry/Platforms/Native/buildTransitive/Sentry.Native.targets
@@ -13,7 +13,8 @@
13
<!-- SentryNative.IsEnabled should result in compile-time constant for trimmed applications -->
14
<!-- Effectively disabling native library -->
15
<RuntimeHostConfigurationOption Include="Sentry.Native.IsEnabled"
16
- Value="$(_SentryNativeEnabled)"
+ Condition="'$(SentryNative)' == 'false' or '$(SentryNative)' == 'disable'"
17
+ Value="false"
18
Trim="true" />
19
</ItemGroup>
20
0 commit comments