Skip to content
Open
Changes from all commits
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
fix: Bump Sentry and Sentry.Profiling
Bumps Sentry from 5.1.0 to 6.0.0
Bumps Sentry.Profiling from 5.1.0 to 6.0.0

---
updated-dependencies:
- dependency-name: Sentry
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Sentry.Profiling
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2025
commit f1d31473a3ab135fc6361b121a3b3a8fadc8ee01
4 changes: 2 additions & 2 deletions Luxoria.App/Luxoria.SDK/Luxoria.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sentry" Version="5.1.0" />
<PackageReference Include="Sentry.Profiling" Version="5.1.0" />
<PackageReference Include="Sentry" Version="6.0.0" />
<PackageReference Include="Sentry.Profiling" Version="6.0.0" />
</ItemGroup>
</Project>
Loading