Skip to content

Commit

Permalink
chore(deps): update .NET SDK to v4.2.1 (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 13, 2024
1 parent 1bb8a9c commit 945ff6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump Java SDK from v7.5.0 to v7.6.0 ([#1581](https://github.com/getsentry/sentry-unity/pull/1581))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760)
- [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0)
- Bump .NET SDK from v4.1.2 to v4.2.1 ([#1586](https://github.com/getsentry/sentry-unity/pull/1586))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#421)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/4.1.2...4.2.1)

## 2.0.1

Expand Down
2 changes: 1 addition & 1 deletion src/sentry-dotnet
Submodule sentry-dotnet updated 121 files
5 changes: 5 additions & 0 deletions test/Sentry.Unity.Tests/Stubs/TestHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ public void CaptureSession(SessionUpdate sessionUpdate)
{
}

public SentryId CaptureCheckIn(string monitorSlug, CheckInStatus status, SentryId? sentryId = null)
{
throw new NotImplementedException();
}

public bool CaptureEnvelope(Envelope envelope)
{
throw new NotImplementedException();
Expand Down

0 comments on commit 945ff6f

Please sign in to comment.