Skip to content

Commit

Permalink
bump sentry sdk 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Mar 12, 2024
1 parent c826157 commit dce32da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.0.0" />
<PackageReference Include="Sentry.Google.Cloud.Functions" Version="4.1.2" />
<PackageReference Include="Sentry.Google.Cloud.Functions" Version="4.2.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Sentaur.Leaderboard.Api/Sentaur.Leaderboard.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.2" />
<!-- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />-->
<PackageReference Include="Sentry.AspNetCore" Version="4.1.2" />
<PackageReference Include="Sentry.AspNetCore" Version="4.2.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Sentaur.Leaderboard.Web/Sentaur.Leaderboard.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="4.1.2" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dce32da

Please sign in to comment.