Skip to content

Commit

Permalink
upload symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Mar 17, 2024
1 parent 37ca5d0 commit 3546811
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Sentaur.Leaderboard.Api/Sentaur.Leaderboard.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@
<Folder Include="Migrations\" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<SentryOrg>demo</SentryOrg>
<SentryProject>sentaur-survivor-leaderboard-api</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

</Project>
7 changes: 7 additions & 0 deletions Sentaur.Leaderboard.Web/Sentaur.Leaderboard.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@
<_ContentIncludedByDefault Remove="wwwroot\sample-data\weather.json" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<SentryOrg>demo</SentryOrg>
<SentryProject>sentaur-survivor-leaderboard-app</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

</Project>

0 comments on commit 3546811

Please sign in to comment.