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 9148ca9 commit a6a1f06Copy full SHA for a6a1f06
samples/Sentry.Samples.AspNetCore.Blazor.Wasm/Sentry.Samples.AspNetCore.Blazor.Wasm.csproj
@@ -5,7 +5,7 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders>
8
- <RunAOTCompilation>true</RunAOTCompilation>
+ <!--<RunAOTCompilation>true</RunAOTCompilation>-->
9
</PropertyGroup>
10
11
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
@@ -22,4 +22,5 @@
22
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.0" PrivateAssets="all"/>
23
<ProjectReference Include="..\..\src\Sentry.AspNetCore.Blazor.WebAssembly\Sentry.AspNetCore.Blazor.WebAssembly.csproj" />
24
</ItemGroup>
25
+
26
</Project>
0 commit comments